math: Fix some C++ test errors on Solaris 8 and Cygwin.
[pspp] / ChangeLog
1 2010-04-04  Bruno Haible  <bruno@clisp.org>
2
3         math: Fix some C++ test errors on Solaris 8 and Cygwin.
4         * lib/math.in.h (cosl, logl, sinl): Use simpler idiom.
5
6 2010-04-04  Bruno Haible  <bruno@clisp.org>
7
8         Implement nanosleep for native Windows.
9         * lib/nanosleep.c (nanosleep): New implementation for native Windows.
10
11 2010-04-04  Bruno Haible  <bruno@clisp.org>
12
13         math: Fix some C++ test errors on Solaris 8.
14         * lib/math.in.h (truncf, trunc): Use simpler idiom.
15
16 2010-04-04  Bruno Haible  <bruno@clisp.org>
17
18         math: Fix some C++ test errors on Cygwin.
19         * lib/math.in.h (ceilf, ceill, floorf, floorl, roundf, round, roundl,
20         truncl): Provide declaration if the system does not have it.
21         * m4/ceilf.m4 (gl_FUNC_CEILF): If the function is not declared, set
22         HAVE_DECL_CEILF to 0, not REPLACE_CEILF to 1.
23         * m4/ceill.m4 (gl_FUNC_CEILL): If the function is not declared, set
24         HAVE_DECL_CEILL to 0, not REPLACE_CEILL to 1.
25         * m4/floorf.m4 (gl_FUNC_FLOORF): If the function is not declared, set
26         HAVE_DECL_FLOORF to 0, not REPLACE_FLOORF to 1.
27         * m4/floorl.m4 (gl_FUNC_FLOORL): If the function is not declared, set
28         HAVE_DECL_FLOORL to 0, not REPLACE_FLOORL to 1.
29         * m4/round.m4 (gl_FUNC_ROUND): If the function is not declared, set
30         HAVE_DECL_ROUND to 0, not REPLACE_ROUND to 1.
31         * m4/roundf.m4 (gl_FUNC_ROUNDF): If the function is not declared, set
32         HAVE_DECL_ROUNDF to 0, not REPLACE_ROUNDF to 1.
33         * m4/roundl.m4 (gl_FUNC_ROUNDL): If the function is not declared, set
34         HAVE_DECL_ROUNDL to 0, not REPLACE_ROUNDL to 1.
35         * m4/truncl.m4 (gl_FUNC_TRUNCL): If the function is not declared, set
36         HAVE_DECL_TRUNCL to 0, not REPLACE_TRUNCL to 1.
37         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize HAVE_DECL_CEILF,
38         HAVE_DECL_CEILL, HAVE_DECL_FLOORF, HAVE_DECL_FLOORL, HAVE_DECL_ROUND,
39         HAVE_DECL_ROUNDF, HAVE_DECL_ROUNDL, HAVE_DECL_TRUNCL.
40         * modules/math (Makefile.am): Substitute HAVE_DECL_CEILF,
41         HAVE_DECL_CEILL, HAVE_DECL_FLOORF, HAVE_DECL_FLOORL, HAVE_DECL_ROUND,
42         HAVE_DECL_ROUNDF, HAVE_DECL_ROUNDL, HAVE_DECL_TRUNCL.
43
44 2010-04-04  Bruno Haible  <bruno@clisp.org>
45
46         * m4/ceilf.m4 (gl_FUNC_CEILF): Remove redundant AC_SUBST invocation.
47         * m4/ceill.m4 (gl_FUNC_CEILL): Likewise.
48         * m4/floorf.m4 (gl_FUNC_FLOORF): Likewise.
49         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
50         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
51         * m4/isinf.m4 (gl_ISINF): Likewise.
52         * m4/truncl.m4 (gl_FUNC_TRUNCL): Likewise.
53
54 2010-04-04  Bruno Haible  <bruno@clisp.org>
55
56         * m4/trunc.m4 (gl_FUNC_TRUNC): Remove redundant AC_SUBST invocation.
57         * m4/truncf.m4 (gl_FUNC_TRUNCF): Likewise.
58
59 2010-04-04  Bruno Haible  <bruno@clisp.org>
60
61         * m4/tmpfile.m4 (gl_FUNC_TMPFILE): Renamed from gl_TMPFILE.
62         * modules/tmpfile (configure.ac): Update.
63
64         tmpfile: Fix C++ test error on mingw.
65         * lib/stdio.in.h (tmpfile): New declaration.
66         * m4/tmpfile.m4 (gl_TMPFILE): Require gl_STDIO_H_DEFAULTS. Set
67         REPLACE_TMPFILE instead of defining tmpfile as a macro in config.h.
68         * modules/tmpfile (Depends-on): Add stdio.
69         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
70         * m4/stdio_h.m4 (gl_STDIO_H): Also check whether tmpfile is declared.
71         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_TMPFILE and REPLACE_TMPFILE.
72         * modules/stdio (Makefile.am): Substitute GNULIB_TMPFILE and
73         REPLACE_TMPFILE.
74         * tests/test-stdio-c++.cc (tmpfile): Verify signature.
75
76 2010-04-04  Bruno Haible  <bruno@clisp.org>
77
78         ioctl: Fix C++ test error on mingw.
79         * lib/ioctl.c (ioctl): Renamed from rpl_ioctl.
80         * lib/sys_ioctl.in.h (ioctl): When SYS_IOCTL_H_HAVE_WINSOCK2_H is 1,
81         use _GL_FUNCDECL_SYS, not _GL_FUNCDECL_RPL.
82
83 2010-04-03  Bruno Haible  <bruno@clisp.org>
84
85         wcwidth: Fix C++ test error on mingw.
86         * lib/wcwidth.c (wcwidth): Renamed from rpl_wcwidth.
87         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): If the wcwidth function does not
88         exist, don't set REPLACE_WCWIDTH. Instead, rely on HAVE_DECL_WCWIDTH.
89
90 2010-04-03  Bruno Haible  <bruno@clisp.org>
91
92         nanosleep: Fix C++ test error on mingw.
93         * lib/nanosleep.c (nanosleep): Renamed from rpl_nanosleep.
94         * lib/time.in.h (nanosleep): Use modern idiom.
95         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): When the system does not have a
96         nanosleep function, set HAVE_NANOSLEEP to 0, instead of setting
97         REPLACE_NANOSLEEP to 1.
98         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_NANOSLEEP.
99         * modules/time (Makefile.am): Substitute HAVE_NANOSLEEP.
100
101 2010-04-03  Bruno Haible  <bruno@clisp.org>
102
103         strptime: Fix C++ test error on mingw.
104         * lib/time.in.h (strptime): Use HAVE_STRPTIME, not REPLACE_STRPTIME.
105         * m4/strptime.m4 (gl_FUNC_STRPTIME): Set HAVE_STRPTIME, not
106         REPLACE_STRPTIME. Invoke gl_PREREQ_STRPTIME.
107         (gl_PREREQ_STRPTIME): New macro, extracted from gl_FUNC_STRPTIME.
108         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_STRPTIME,
109         not REPLACE_STRPTIME.
110         * modules/time (Makefile.am): Substitute HAVE_STRPTIME, not
111         REPLACE_STRPTIME.
112
113 2010-04-03  Bruno Haible  <bruno@clisp.org>
114
115         timegm: Fix C++ test error on mingw.
116         * lib/time.in.h (timegm): Use modern idiom.
117         * m4/timegm.m4 (gl_FUNC_TIMEGM): When timegm does not exist, set
118         HAVE_TIMEGM to 0, not REPLACE_TIMEGM to 1.
119         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_TIMEGM.
120         * modules/time (Makefile.am): Substitute HAVE_TIMEGM.
121
122 2010-04-03  Bruno Haible  <bruno@clisp.org>
123
124         timegm: Assume declaration if function exists.
125         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume timegm is declared if and only
126         if it exists. Don't clobber ac_cv_func_timegm.
127
128 2010-04-03  Bruno Haible  <bruno@clisp.org>
129
130         time_r: Fix C++ test error on mingw.
131         * lib/time.in.h (localtime_r, gmtime_r): Use modern idiom.
132         * m4/time_r.m4 (gl_TIME_R): When localtime_r does not exist, set
133         HAVE_LOCALTIME_R to 0, not REPLACE_LOCALTIME_R to 1.
134         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_LOCALTIME_R.
135         * modules/time (Makefile.am): Substitute HAVE_LOCALTIME_R.
136
137 2010-04-03  Bruno Haible  <bruno@clisp.org>
138
139         time_r: Minor updates.
140         * modules/time_r (Description): Mention the provided functions.
141         * lib/time_r.c: Don't include <string.h>.
142         * doc/posix-functions/gmtime_r.texi: Mention the 'time_r' module.
143         * doc/posix-functions/localtime_r.texi: Likewise.
144
145 2010-04-03  Bruno Haible  <bruno@clisp.org>
146
147         time: Fix regression introduced on 2010-03-08.
148         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Require
149         gl_HEADER_TIME_H_DEFAULTS, not gl_HEADER_STRING_H_DEFAULTS.
150
151 2010-04-03  Jim Meyering  <meyering@redhat.com>
152
153         maint.mk: don't silently disable project-specific syntax-check rules
154         * top/maint.mk (_prohibit_regexp): Define, to help people realize
155         that they need to convert their project-specific syntax-check rules
156         to use the new _sc_search_regexp.
157
158 2010-04-03  Bruno Haible  <bruno@clisp.org>
159
160         fchdir: Fix regression introduced on 2010-03-08.
161         * lib/unistd.in.h (fchdir): Fix declaration.
162         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set HAVE_FCHDIR, not REPLACE_FCHDIR.
163         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize HAVE_FCHDIR, not
164         REPLACE_FCHDIR.
165         * modules/unistd (Makefile.am): Substitute HAVE_FCHDIR, not
166         REPLACE_FCHDIR.
167
168 2010-04-03  Bruno Haible  <bruno@clisp.org>
169
170         getpagesize: Fix C++ test error on mingw.
171         * lib/unistd.in.h (getpagesize): Don't use _GL_CXXALIASWARN if the
172         system does not declare the function.
173         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Also check whether it's
174         declared.
175         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
176         HAVE_DECL_GETPAGESIZE.
177         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETPAGESIZE.
178
179 2010-04-03  Bruno Haible  <bruno@clisp.org>
180
181         stdio: Make C++ tests work on mingw.
182         * lib/stdio.in.h (getline): Don't use _GL_CXXALIASWARN if the system
183         does not declare the function.
184
185 2010-04-03  Bruno Haible  <bruno@clisp.org>
186
187         ftello: Fix C++ test error on mingw.
188         * lib/stdio.in.h (ftello): Use modern idiom.
189         * lib/ftello.c (ftello): Renamed from rpl_ftello.
190         * m4/ftello.m4 (gl_FUNC_FTELLO): Distinguish the case that the function
191         is missing and that it needs to be replaced.
192         (gl_REPLACE_FTELLO): Don't set REPLACE_FTELLO here.
193         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FTELLO.
194         * modules/stdio (Makefile.am): Substitute HAVE_FTELLO.
195
196 2010-04-03  Bruno Haible  <bruno@clisp.org>
197
198         fseeko: Fix C++ test error on mingw.
199         * lib/stdio.in.h (fseeko): Use modern idiom.
200         * lib/fseeko.c (fseeko): Renamed from rpl_fseeko.
201         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Distinguish the case that the function
202         is missing and that it needs to be replaced.
203         (gl_REPLACE_FSEEKO): Don't set REPLACE_FSEEKO here.
204         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FSEEKO.
205         * modules/stdio (Makefile.am): Substitute HAVE_FSEEKO.
206
207 2010-04-03  Bruno Haible  <bruno@clisp.org>
208
209         mkstemp: Fix C++ test error on mingw.
210         * lib/stdlib.in.h (mkstemp): Use modern idiom.
211         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Distinguish the case that the
212         function is missing and that it needs to be replaced.
213         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize HAVE_MKSTEMP.
214         * modules/stdlib (Makefile.am): Substitute HAVE_MKSTEMP.
215
216 2010-04-03  Bruno Haible  <bruno@clisp.org>
217
218         stpncpy: Fix C++ test error on mingw.
219         * lib/string.in.h (stpncpy): Use modern idiom.
220         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Distinguish the case that the
221         function is missing and that it needs to be replaced.
222         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
223         REPLACE_STPNCPY.
224         * modules/string (Makefile.am): Substitute REPLACE_STPNCPY.
225
226 2010-04-03  Bruno Haible  <bruno@clisp.org>
227
228         sys_stat: Fix C++ test error on mingw.
229         * build-aux/c++defs.h (_GL_CXXALIAS_RPL_CAST_1): New macro.
230         * lib/sys_stat.in.h (lchmod): Use it instead of _GL_CXXALIAS_RPL_1.
231
232 2010-04-03  Bruno Haible  <bruno@clisp.org>
233
234         pty: Update doc.
235         * doc/glibc-headers/pty.texi: Mention changes done since 2010-03-18.
236
237 2010-04-03  Bruno Haible  <bruno@clisp.org>
238
239         unistd: Fix C++ test error on mingw.
240         * lib/unistd.in.h (getcwd): Use _GL_CXXALIAS_SYS_CAST.
241
242 2010-04-03  Bruno Haible  <bruno@clisp.org>
243
244         Update doc regarding mingw.
245         * doc/glibc-functions/openpty.texi: Update regarding mingw.
246         * doc/glibc-functions/login_tty.texi: Likewise.
247         * doc/glibc-functions/forkpty.texi: Likewise.
248
249 2010-04-03  Bruno Haible  <bruno@clisp.org>
250
251         stdlib: Avoid compilation failure of c-strtold on mingw.
252         * lib/stdlib.in.h: Don't include <unistd.h> on native Windows systems.
253
254 2010-04-03  Bruno Haible  <bruno@clisp.org>
255
256         locale: Make C++ tests work on Cygwin and mingw.
257         * lib/locale.in.h (duplocale): Don't use _GL_CXXALIASWARN if gnulib
258         cannot provide the function.
259         Reported by Simon Josefsson.
260
261 2010-04-03  Bruno Haible  <bruno@clisp.org>
262
263         localename: Port to MacOS X 10.6.
264         * lib/localename.c (gl_locale_name_thread_unsafe): On MacOS X, try the
265         memory layout of the locales in MacOS X 10.6 as well.
266         Reported by Panu Kekäläinen <panu@kekalainen.eu>.
267
268 2010-04-02  Bruno Haible  <bruno@clisp.org>
269
270         gnulib-tool: Ensure that long-running tests are executed last.
271         * gnulib-tool (func_emit_tests_Makefile_am): Emit the code for long-
272         running tests after the one for the other tests.
273
274 2010-04-02  Bruno Haible  <bruno@clisp.org>
275
276         gnulib-tool: Ensure the tests in the main directory are executed first.
277         * gnulib-tool (func_emit_tests_Makefile_am): Initialize SUBDIRS to
278         start with the current directory.
279
280 2010-04-02  Bruno Haible  <bruno@clisp.org>
281
282         Tests for module 'havelib', moved here from GNU gettext.
283         * modules/havelib-tests: New file, from gettext/autoconf-lib-link with
284         modifications.
285         * tests/havelib/README: New file, from gettext/autoconf-lib-link.
286         * tests/havelib/Makefile.am: New file, from gettext/autoconf-lib-link
287         with modifications.
288         * tests/havelib/rpath-1: New file, from gettext/autoconf-lib-link with
289         modifications.
290         * tests/havelib/rpath-1a: New file, from gettext/autoconf-lib-link.
291         * tests/havelib/rpath-1b: New file, from gettext/autoconf-lib-link.
292         * tests/havelib/rpath-2_a: New file, from gettext/autoconf-lib-link
293         with modifications.
294         * tests/havelib/rpath-2_b: New file, from gettext/autoconf-lib-link
295         with modifications.
296         * tests/havelib/rpath-2aaa: New file, from gettext/autoconf-lib-link.
297         * tests/havelib/rpath-2aab: New file, from gettext/autoconf-lib-link.
298         * tests/havelib/rpath-2aac: New file, from gettext/autoconf-lib-link.
299         * tests/havelib/rpath-2aad: New file, from gettext/autoconf-lib-link.
300         * tests/havelib/rpath-2aba: New file, from gettext/autoconf-lib-link.
301         * tests/havelib/rpath-2abb: New file, from gettext/autoconf-lib-link.
302         * tests/havelib/rpath-2abc: New file, from gettext/autoconf-lib-link.
303         * tests/havelib/rpath-2abd: New file, from gettext/autoconf-lib-link.
304         * tests/havelib/rpath-2baa: New file, from gettext/autoconf-lib-link.
305         * tests/havelib/rpath-2bab: New file, from gettext/autoconf-lib-link.
306         * tests/havelib/rpath-2bac: New file, from gettext/autoconf-lib-link.
307         * tests/havelib/rpath-2bad: New file, from gettext/autoconf-lib-link.
308         * tests/havelib/rpath-2bba: New file, from gettext/autoconf-lib-link.
309         * tests/havelib/rpath-2bbb: New file, from gettext/autoconf-lib-link.
310         * tests/havelib/rpath-2bbc: New file, from gettext/autoconf-lib-link.
311         * tests/havelib/rpath-2bbd: New file, from gettext/autoconf-lib-link.
312         * tests/havelib/rpath-3_a: New file, from gettext/autoconf-lib-link
313         with modifications.
314         * tests/havelib/rpath-3_b: New file, from gettext/autoconf-lib-link
315         with modifications.
316         * tests/havelib/rpath-3aaa: New file, from gettext/autoconf-lib-link.
317         * tests/havelib/rpath-3aab: New file, from gettext/autoconf-lib-link.
318         * tests/havelib/rpath-3aac: New file, from gettext/autoconf-lib-link.
319         * tests/havelib/rpath-3aad: New file, from gettext/autoconf-lib-link.
320         * tests/havelib/rpath-3aae: New file, from gettext/autoconf-lib-link.
321         * tests/havelib/rpath-3aaf: New file, from gettext/autoconf-lib-link.
322         * tests/havelib/rpath-3aag: New file, from gettext/autoconf-lib-link.
323         * tests/havelib/rpath-3aah: New file, from gettext/autoconf-lib-link.
324         * tests/havelib/rpath-3aba: New file, from gettext/autoconf-lib-link.
325         * tests/havelib/rpath-3abb: New file, from gettext/autoconf-lib-link.
326         * tests/havelib/rpath-3abc: New file, from gettext/autoconf-lib-link.
327         * tests/havelib/rpath-3abd: New file, from gettext/autoconf-lib-link.
328         * tests/havelib/rpath-3abe: New file, from gettext/autoconf-lib-link.
329         * tests/havelib/rpath-3abf: New file, from gettext/autoconf-lib-link.
330         * tests/havelib/rpath-3abg: New file, from gettext/autoconf-lib-link.
331         * tests/havelib/rpath-3abh: New file, from gettext/autoconf-lib-link.
332         * tests/havelib/rpath-3baa: New file, from gettext/autoconf-lib-link.
333         * tests/havelib/rpath-3bab: New file, from gettext/autoconf-lib-link.
334         * tests/havelib/rpath-3bac: New file, from gettext/autoconf-lib-link.
335         * tests/havelib/rpath-3bad: New file, from gettext/autoconf-lib-link.
336         * tests/havelib/rpath-3bae: New file, from gettext/autoconf-lib-link.
337         * tests/havelib/rpath-3baf: New file, from gettext/autoconf-lib-link.
338         * tests/havelib/rpath-3bag: New file, from gettext/autoconf-lib-link.
339         * tests/havelib/rpath-3bah: New file, from gettext/autoconf-lib-link.
340         * tests/havelib/rpath-3bba: New file, from gettext/autoconf-lib-link.
341         * tests/havelib/rpath-3bbb: New file, from gettext/autoconf-lib-link.
342         * tests/havelib/rpath-3bbc: New file, from gettext/autoconf-lib-link.
343         * tests/havelib/rpath-3bbd: New file, from gettext/autoconf-lib-link.
344         * tests/havelib/rpath-3bbe: New file, from gettext/autoconf-lib-link.
345         * tests/havelib/rpath-3bbf: New file, from gettext/autoconf-lib-link.
346         * tests/havelib/rpath-3bbg: New file, from gettext/autoconf-lib-link.
347         * tests/havelib/rpath-3bbh: New file, from gettext/autoconf-lib-link.
348         * tests/havelib/rpathx/rpathx.c: New file, from
349         gettext/autoconf-lib-link.
350         * tests/havelib/rpathx/Makefile.am: New file, from
351         gettext/autoconf-lib-link.
352         * tests/havelib/rpathx/configure.ac: New file, from
353         gettext/autoconf-lib-link with modifications.
354         * tests/havelib/rpathy/rpathy.c: New file, from
355         gettext/autoconf-lib-link.
356         * tests/havelib/rpathy/Makefile.am: New file, from
357         gettext/autoconf-lib-link.
358         * tests/havelib/rpathy/configure.ac: New file, from
359         gettext/autoconf-lib-link with modifications.
360         * tests/havelib/rpathz/rpathz.c: New file, from
361         gettext/autoconf-lib-link.
362         * tests/havelib/rpathz/Makefile.am: New file, from
363         gettext/autoconf-lib-link.
364         * tests/havelib/rpathz/configure.ac: New file, from
365         gettext/autoconf-lib-link with modifications.
366         * tests/havelib/rpathlx/usex.c: New file, from
367         gettext/autoconf-lib-link.
368         * tests/havelib/rpathlx/Makefile.am: New file, from
369         gettext/autoconf-lib-link.
370         * tests/havelib/rpathlx/configure.ac: New file, from
371         gettext/autoconf-lib-link with modifications.
372         * tests/havelib/rpathly/usey.c: New file, from
373         gettext/autoconf-lib-link.
374         * tests/havelib/rpathly/Makefile.am: New file, from
375         gettext/autoconf-lib-link.
376         * tests/havelib/rpathly/configure.ac: New file, from
377         gettext/autoconf-lib-link with modifications.
378         * tests/havelib/rpathlz/usez.c: New file, from
379         gettext/autoconf-lib-link.
380         * tests/havelib/rpathlz/Makefile.am: New file, from
381         gettext/autoconf-lib-link.
382         * tests/havelib/rpathlz/configure.ac: New file, from
383         gettext/autoconf-lib-link with modifications.
384         * tests/havelib/rpathlyx/usey.c: New file, from
385         gettext/autoconf-lib-link.
386         * tests/havelib/rpathlyx/Makefile.am: New file, from
387         gettext/autoconf-lib-link.
388         * tests/havelib/rpathlyx/configure.ac: New file, from
389         gettext/autoconf-lib-link with modifications.
390         * tests/havelib/rpathlzyx/usez.c: New file, from
391         gettext/autoconf-lib-link.
392         * tests/havelib/rpathlzyx/Makefile.am: New file, from
393         gettext/autoconf-lib-link.
394         * tests/havelib/rpathlzyx/configure.ac: New file, from
395         gettext/autoconf-lib-link with modifications.
396         * tests/havelib/rpathcfg.sh: New file, from gettext/autoconf-lib-link
397         with modifications.
398
399 2010-04-02  Bruno Haible  <bruno@clisp.org>
400
401         gnulib-tool: Create distributed built sources also for the tests.
402         * gnulib-tool (func_create_testdir): Also generate distributed built
403         sources in the tests directory.
404
405 2010-04-02  Bruno Haible  <bruno@clisp.org>
406
407         gnulib-tool: Obey user's environment variables.
408         * gnulib-tool (func_create_testdir): When creating built sources,
409         respect the environment variables for autoconf, automake, etc. given by
410         the user.
411
412 2010-04-02  Bruno Haible  <bruno@clisp.org>
413
414         gnulib-tool: Provide the value of --m4-base to modules.
415         * gnulib-tool (func_import, func_create_testdir): Emit a definition
416         of gl_m4_base.
417
418 2010-04-02  Eric Blake  <eblake@redhat.com>
419
420         maint.mk: fix some fallout
421         * NEWS: Document the incompatible change, and its effect on cfg.mk.
422         * top/maint.mk (sc_prohibit_test_minus_ao): Update.
423
424 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
425
426         maint.mk: _sc_search_regexp: generalize and rename from _prohibit_regexp
427         * top/maint.mk (_sc_search_regexp): Rename from _prohibit_regexp.
428         (sc_cast_of_argument_to_free): Adapt to use _sc_search_regexp.
429         (sc_cast_of_x_alloc_return_value): Likewise.
430         (sc_cast_of_alloca_return_value): Likewise.
431         (sc_space_tab): Likewise.
432         (sc_prohibit_atoi_atof): Likewise.
433         (sc_prohibit_magic_number_exit): Likewise.
434         (sc_error_exit_success): Likewise.
435         (sc_file_system): Likewise.
436         (sc_prohibit_have_config_h): Likewise.
437         (sc_require_config_h): Likewise.
438         (sc_prohibit_HAVE_MBRTOWC): Likewise.
439         (sc_obsolete_symbols): Likewise.
440         (sc_changelog): Likewise.
441         (sc_program_name): Likewise.
442         (sc_the_the): Likewise.
443         (sc_trailing_blank): Likewise.
444         (sc_two_space_separator_in_usage): Likewise.
445         (sc_useless_cpp_parens): Likewise.
446         (sc_GPL_version): Likewise.
447         (sc_GFDL_version): Likewise.
448         (sc_texinfo_acronym): Likewise.
449         (sc_prohibit_cvs_keyword): Likewise.
450         (sc_prohibit_stat_st_blocks): Likewise.
451         (sc_prohibit_S_IS_definition): Likewise.
452         (sc_redundant_const): Likewise.
453         (sc_makefile_TAB_only_indentation): Likewise.
454         (sc_m4_quote_check): Likewise.
455         (sc_makefile_path_separator_check): Likewise.
456         (sc_copyright_check): Likewise.
457         (sc_Wundef_boolean): Likewise.
458         (sc_vulnerable_makefile_CVE-2009-4029): Likewise.
459
460         maint.mk: match 0 or more whitespace-before-function-call '('
461         * top/maint.mk (sc_error_exit_success): Relax regexp to match uses
462         that have zero or two-and-more spaces between the function name
463         and the open parenthesis.
464         (sc_error_message_warn_fatal): Likewise.
465         (sc_error_message_uppercase): Likewise.
466         (sc_error_message_period): Likewise.
467
468 2010-03-31  Eric Blake  <eblake@redhat.com>
469
470         maint.mk: check for [ as well as test
471         * top/maint.mk (sc_prohibit_test_minus_ao): Extend test.
472         Based on a libvirt report by Matthias Bolte.
473
474         gnumakefile: don't squelch _version output
475         * top/GNUmakefile (_version): Create one-shot dependency rather
476         than using $(shell) when version must be regenerated.
477         (_autoreconf): Run verbosely, by default.
478
479         sys_time: avoid compiler warnings
480         * lib/sys_time.in.h (includes): Ensure gcc pragma is
481         unconditional, fixing regression from 2010-03-29.
482         Reported by Simon Josefsson.
483
484 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
485
486         maint.mk: s/_header_without_use/_sc_header_without_use/
487         * top/maint.mk (_sc_header_without_use): Rename from _header_without_use.
488         (sc_prohibit_assert_without_use): Use the new name.
489         (sc_prohibit_close_stream_without_use): Likewise.
490         (sc_prohibit_getopt_without_use): Likewise.
491         (sc_prohibit_quotearg_without_use): Likewise.
492         (sc_prohibit_quote_without_use): Likewise.
493         (sc_prohibit_long_options_without_use): Likewise.
494         (sc_prohibit_inttostr_without_use): Likewise.
495         (sc_prohibit_ignore_value_without_use): Likewise.
496         (sc_prohibit_error_without_use): Likewise.
497         (sc_prohibit_xalloc_without_use): Likewise.
498         (sc_prohibit_hash_without_use): Likewise.
499         (sc_prohibit_hash_pjw_without_use): Likewise.
500         (sc_prohibit_safe_read_without_use): Likewise.
501         (sc_prohibit_argmatch_without_use): Likewise.
502         (sc_prohibit_canonicalize_without_use): Likewise.
503         (sc_prohibit_root_dev_ino_without_use): Likewise.
504         (sc_prohibit_openat_without_use): Likewise.
505         (sc_prohibit_c_ctype_without_use): Likewise.
506         (sc_prohibit_signal_without_use): Likewise.
507         (sc_prohibit_intprops_without_use): Likewise.
508
509 2010-03-30  Eric Blake  <eblake@redhat.com>
510
511         maint: improve module indicators
512         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE)
513         (gl_MODULE_INDICATOR, gl_MODULE_INDICATOR_FOR_TESTS): Fit in 80
514         columns, and avoid extra macro expansion.
515
516         fdopendir: work around FreeBSD bug
517         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
518         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Set it.
519         * modules/dirent (Makefile.am): Substitute it.
520         * lib/dirent.in.h (fdopendir): Supply missing FreeBSD
521         declaration.
522         * doc/posix-functions/fdopendir.texi (fdopendir): Document the
523         fix.
524         Reported by Christian Weisgerber <naddy@mips.inka.de>.
525
526 2010-03-29  Bruno Haible  <bruno@clisp.org>
527
528         Emit #pragma system_header after the inclusion guard, not before.
529         * lib/arpa_inet.in.h: Emit #pragma system_header after the inclusion
530         guard that spans the entire file, not before. This enables an
531         optimization in GCC's preprocessor.
532         * lib/ctype.in.h: Likewise.
533         * lib/dirent.in.h: Likewise.
534         * lib/errno.in.h: Likewise.
535         * lib/float.in.h: Likewise.
536         * lib/getopt.in.h: Likewise.
537         * lib/iconv.in.h: Likewise.
538         * lib/langinfo.in.h: Likewise.
539         * lib/locale.in.h: Likewise.
540         * lib/math.in.h: Likewise.
541         * lib/netdb.in.h: Likewise.
542         * lib/netinet_in.in.h: Likewise.
543         * lib/pty.in.h: Likewise.
544         * lib/sched.in.h: Likewise.
545         * lib/se-selinux.in.h: Likewise.
546         * lib/search.in.h: Likewise.
547         * lib/spawn.in.h: Likewise.
548         * lib/stdarg.in.h: Likewise.
549         * lib/stdint.in.h: Likewise.
550         * lib/string.in.h: Likewise.
551         * lib/strings.in.h: Likewise.
552         * lib/sys_file.in.h: Likewise.
553         * lib/sys_ioctl.in.h: Likewise.
554         * lib/sys_time.in.h: Likewise.
555         * lib/sys_times.in.h: Likewise.
556         * lib/sys_utsname.in.h: Likewise.
557         * lib/sys_wait.in.h: Likewise.
558         * lib/sysexits.in.h: Likewise.
559         * lib/wctype.in.h: Likewise.
560
561 2010-03-28  James Youngman  <jay@gnu.org>
562
563         save-cwd: don't leak a file descriptor when the caller execs.
564         * lib/save-cwd.c (save_cwd): set the close-on-exec flag for the
565         saved file descriptor.
566         * modules/save-cwd (Depends-on): Depend on cloexec.
567
568 2010-03-29  Bruno Haible  <bruno@clisp.org>
569
570         Remove vestiges of fts-lgpl module.
571         * lib/fts_.h: Assume GNULIB_FTS is 1.
572         * lib/fts.c: Likewise.
573         * modules/fts (configure.ac): Remove gl_MODULE_INDICATOR invocation.
574
575 2010-03-28  Bruno Haible  <bruno@clisp.org>
576
577         Fix definition of tests witness macro.
578         * gnulib-tool (func_import): Fix definition of witness macro.
579
580 2010-03-28  Bruno Haible  <bruno@clisp.org>
581
582         Fix ioctl's protoype on glibc systems.
583         * lib/sys_ioctl.in.h (ioctl): If REPLACE_IOCTL is 1, use a wrapper. Use
584         _GL_CXXALIAS_SYS, not _GL_CXXALIAS_SYS_CAST.
585         * lib/ioctl.c (rpl_ioctl) [HAVE_IOCTL]: New wrapper.
586         * modules/ioctl (configure.ac): Test whether ioctl has the POSIX
587         signature. If not, arrange to replace the ioctl function.
588         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
589         REPLACE_IOCTL.
590         * modules/sys_ioctl (Makefile.am): Substitute REPLACE_IOCTL.
591         * doc/posix-functions/ioctl.texi: Mention the glibc problem.
592         Reported by Ludovic Courtès <ludo@gnu.org>.
593
594 2010-03-28  Javier Villavicencio  <the_paya@gentoo.org>
595
596         exclude: fix the case of globs vs. EXCLUDE_INCLUDE
597         * lib/exclude.c (excluded_file_pattern_p): Fix logic error that
598         made it so grep -r --include=GLOB* ... did not work.
599
600 2010-03-26  Jim Meyering  <meyering@redhat.com>
601             Eric Blake  <eblake@redhat.com>
602
603         maint.mk: prohibit use of test's -o and -a operators
604         * top/maint.mk (sc_prohibit_test_minus_ao): New rule.
605
606 2010-03-28  Bruno Haible  <bruno@clisp.org>
607
608         Remove unused GNULIB_XYZ macro definitions.
609         * modules/crypto/gc-camellia (configure.ac): Remove gl_MODULE_INDICATOR
610         invocation.
611
612 2010-03-28  Bruno Haible  <bruno@clisp.org>
613
614         Mark privileged tests modules.
615         * modules/idpriv-drop-tests (Status): New section.
616         * modules/idpriv-droptemp-tests (Status): New section.
617
618 2010-03-28  Bruno Haible  <bruno@clisp.org>
619
620         Split C++ tests into separate tests modules.
621         * modules/dirent-c++-tests: New file, extracted from
622         modules/dirent-tests.
623         * modules/dirent-tests: Depend on it.
624         * modules/fcntl-h-c++-tests: New file, extracted from
625         modules/fcntl-h-tests.
626         * modules/fcntl-h-tests: Depend on it.
627         * modules/glob-c++-tests: New file, extracted from modules/glob-tests.
628         * modules/glob-tests: Depend on it.
629         * modules/iconv-h-c++-tests: New file, extracted from
630         modules/iconv-h-tests.
631         * modules/iconv-h-tests: Depend on it.
632         * modules/langinfo-c++-tests: New file, extracted from
633         modules/langinfo-tests.
634         * modules/langinfo-tests: Depend on it.
635         * modules/locale-c++-tests: New file, extracted from
636         modules/locale-tests.
637         * modules/locale-tests: Depend on it.
638         * modules/math-c++-tests: New file, extracted from modules/math-tests.
639         * modules/math-tests: Depend on it.
640         * modules/pty-c++-tests: New file, extracted from modules/pty-tests.
641         * modules/pty-tests: Depend on it.
642         * modules/search-c++-tests: New file, extracted from
643         modules/search-tests.
644         * modules/search-tests: Depend on it.
645         * modules/signal-c++-tests: New file, extracted from
646         modules/signal-tests.
647         * modules/signal-tests: Depend on it.
648         * modules/spawn-c++-tests: New file, extracted from
649         modules/spawn-tests.
650         * modules/spawn-tests: Depend on it.
651         * modules/stdio-c++-tests: New file, extracted from
652         modules/stdio-tests.
653         * modules/stdio-tests: Depend on it.
654         * modules/stdlib-c++-tests: New file, extracted from
655         modules/stdlib-tests.
656         * modules/stdlib-tests: Depend on it.
657         * modules/string-c++-tests: New file, extracted from
658         modules/string-tests.
659         * modules/string-tests: Depend on it.
660         * modules/sys_ioctl-c++-tests: New file, extracted from
661         modules/sys_ioctl-tests.
662         * modules/sys_ioctl-tests: Depend on it.
663         * modules/sys_select-c++-tests: New file, extracted from
664         modules/sys_select-tests.
665         * modules/sys_select-tests: Depend on it.
666         * modules/sys_socket-c++-tests: New file, extracted from
667         modules/sys_socket-tests.
668         * modules/sys_socket-tests: Depend on it.
669         * modules/sys_stat-c++-tests: New file, extracted from
670         modules/sys_stat-tests.
671         * modules/sys_stat-tests: Depend on it.
672         * modules/sys_time-c++-tests: New file, extracted from
673         modules/sys_time-tests.
674         * modules/sys_time-tests: Depend on it.
675         * modules/time-c++-tests: New file, extracted from modules/time-tests.
676         * modules/time-tests: Depend on it.
677         * modules/unistd-c++-tests: New file, extracted from
678         modules/unistd-tests.
679         * modules/unistd-tests: Depend on it.
680         * modules/wchar-c++-tests: New file, extracted from
681         modules/wchar-tests.
682         * modules/wchar-tests: Depend on it.
683         * modules/wctype-c++-tests: New file, extracted from
684         modules/wctype-tests.
685         * modules/wctype-tests: Depend on it.
686         Reported by Simon Josefsson.
687
688 2010-03-28  Bruno Haible  <bruno@clisp.org>
689
690         gnulib-tool: Allow 'foo-tests' module even if there is no module 'foo'.
691         * gnulib-tool (func_exists_module): New function, extracted from
692         func_verify_module.
693         (func_verify_module): Use it.
694         (func_get_dependencies): Synthetize a dependency from 'foo-tests' to
695         'foo' only if 'foo' exists.
696         * doc/gnulib.texi (Extra tests modules): Explain how to split a tests
697         module.
698
699 2010-03-28  Bruno Haible  <bruno@clisp.org>
700
701         gnulib-tool: Add support for special categories of tests.
702         * gnulib-tool: New options --with-c++-tests, --with-longrunning-tests,
703         --with-privileged-tests, --with-unportable-tests, --with-all-tests.
704         (func_usage): Document them.
705         (inc_cxx_tests, inc_longrunning_tests, inc_privileged_tests,
706         inc_unportable_tests, inc_all_tests): New variables.
707         (func_acceptable): Consider these variables.
708         (func_modules_transitive_closure): Make it work when the 'Status' field
709         consists of multiple words.
710         (func_import): Store and restore the values of inc_cxx_tests,
711         inc_longrunning_tests, inc_privileged_tests, inc_unportable_tests,
712         inc_all_tests in gnulib-comp.m4.
713         (func_create_testdir): Set inc_all_tests to true.
714         * doc/gnulib.texi (Extra tests modules): New section.
715         Suggested by Jim Meyering.
716
717 2010-03-28  Bruno Haible  <bruno@clisp.org>
718
719         ansi-c++-opt: Allow turning off the C++ build by default.
720         * m4/ansi-c++.m4 (gl_CXX_CHOICE): Let CXX_CHOICE default to 'no' if
721         gl_CXX_CHOICE_DEFAULT_NO is defined.
722         Requested by Eric Blake.
723
724 2010-03-28  Bruno Haible  <bruno@clisp.org>
725
726         unistd: Avoid #define replacements in C++ mode.
727         * lib/unistd.in.h (socket, connect, accept, bind, getpeername,
728         getsockname, getsockopt, listen, recv, send, recvfrom, sendto,
729         setsockopt, shutdown, select): In C++, attach a warning to the function
730         if possible, rather than #defining the symbol to a dysfunctional alias.
731         Reported by John W. Eaton <jwe@gnu.org>.
732
733 2010-03-28  Bruno Haible  <bruno@clisp.org>
734
735         Fix link errors on mingw.
736         * lib/sys_ioctl.in.h (ioctl): Fix declaration idiom.
737         * modules/sys_ioctl-tests (Makefile.am): Link test-sys_ioctl-c++ with
738         $(LIBSOCKET).
739         * modules/sys_select-tests (Makefile.am): Link test-sys_select-c++ with
740         $(LIBSOCKET).
741
742 2010-03-28  Bruno Haible  <bruno@clisp.org>
743             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
744
745         lib-ignore: Determine different options for different compilers.
746         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Set a variable which
747         depends on the current language (C/C++/Fortran). Don't set LDFLAGS.
748         Add comments.
749         (_gl_IGNORE_UNUSED_LIBRARIES_OPTIONS): New macro.
750         * NEWS: Mention the change.
751
752 2010-03-27  Bruno Haible  <bruno@clisp.org>
753
754         Remove unused GNULIB_XYZ macro definitions.
755         * modules/dup3 (configure.ac): Remove gl_MODULE_INDICATOR invocation.
756         * modules/fseek (configure.ac): Likewise.
757         * modules/ioctl (configure.ac): Likewise.
758         * modules/open (configure.ac): Likewise.
759         * modules/stdlib-safer (configure.ac): Likewise.
760
761 2010-03-27  Bruno Haible  <bruno@clisp.org>
762
763         Add a remark about certain modules.
764         * modules/malloc (Comment): New section.
765         * modules/realloc (Comment): Likewise.
766         * modules/sigpipe (Comment): Likewise.
767
768 2010-03-27  Bruno Haible  <bruno@clisp.org>
769
770         Resolve conflict between the two kinds of module indicators.
771         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Define
772         GNULIB_TEST_XYZ instead of GNULIB_XYZ.
773         * modules/canonicalize (configure.ac): Invoke
774         gl_MODULE_INDICATOR_FOR_TESTS.
775         * tests/test-canonicalize-lgpl.c: Test GNULIB_TEST_XYZ instead of
776         GNULIB_XYZ.
777         * tests/test-dirent-c++.cc: Likewise.
778         * tests/test-dirent-safer.c: Likewise.
779         * tests/test-dup2.c: Likewise.
780         * tests/test-fchdir.c: Likewise.
781         * tests/test-fcntl-h-c++.cc: Likewise.
782         * tests/test-getopt.c: Likewise.
783         * tests/test-getopt.h: Likewise.
784         * tests/test-langinfo-c++.cc: Likewise.
785         * tests/test-locale-c++.cc: Likewise.
786         * tests/test-math-c++.cc: Likewise.
787         * tests/test-pty-c++.cc: Likewise.
788         * tests/test-search-c++.cc: Likewise.
789         * tests/test-signal-c++.cc: Likewise.
790         * tests/test-spawn-c++.cc: Likewise.
791         * tests/test-stdio-c++.cc: Likewise.
792         * tests/test-stdlib-c++.cc: Likewise.
793         * tests/test-string-c++.cc: Likewise.
794         * tests/test-sys_ioctl-c++.cc: Likewise.
795         * tests/test-sys_select-c++.cc: Likewise.
796         * tests/test-sys_socket-c++.cc: Likewise.
797         * tests/test-sys_stat-c++.cc: Likewise.
798         * tests/test-sys_time-c++.cc: Likewise.
799         * tests/test-time-c++.cc: Likewise.
800         * tests/test-unistd-c++.cc: Likewise.
801         * tests/test-wchar-c++.cc: Likewise.
802         * tests/uninorm/test-u8-nfc.c: Likewise.
803         * tests/uninorm/test-u8-nfd.c: Likewise.
804         * tests/uninorm/test-u8-nfkc.c: Likewise.
805         * tests/uninorm/test-u8-nfkd.c: Likewise.
806         * tests/uninorm/test-u16-nfc.c: Likewise.
807         * tests/uninorm/test-u16-nfd.c: Likewise.
808         * tests/uninorm/test-u16-nfkc.c: Likewise.
809         * tests/uninorm/test-u16-nfkd.c: Likewise.
810         * tests/uninorm/test-u32-nfc.c: Likewise.
811         * tests/uninorm/test-u32-nfc-big.c: Likewise.
812         * tests/uninorm/test-u32-nfd.c: Likewise.
813         * tests/uninorm/test-u32-nfd-big.c: Likewise.
814         * tests/uninorm/test-u32-nfkc.c: Likewise.
815         * tests/uninorm/test-u32-nfkc-big.c: Likewise.
816         * tests/uninorm/test-u32-nfkd.c: Likewise.
817         * tests/uninorm/test-u32-nfkd-big.c: Likewise.
818         * tests/uninorm/test-u32-normalize-big.c: Likewise.
819
820 2010-03-27  Bruno Haible  <bruno@clisp.org>
821
822         Distinguish two kinds of module indicators.
823         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Renamed from
824         gl_MODULE_INDICATOR.
825         (gl_MODULE_INDICATOR): New macro.
826         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
827         gl_MODULE_INDICATOR_FOR_TESTS instead of gl_MODULE_INDICATOR.
828         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
829         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
830         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
831         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
832         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
833         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
834         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
835         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
836         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
837         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
838         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
839         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
840         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
841         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
842         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
843         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
844         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
845         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
846         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
847         * modules/cloexec (configure.ac): Likewise.
848         * modules/getopt-gnu (configure.ac): Likewise.
849         * modules/uninorm/u8-normalize (configure.ac): Likewise.
850         * modules/uninorm/u16-normalize (configure.ac): Likewise.
851         * modules/uninorm/u32-normalize (configure.ac): Likewise.
852         * modules/fdopendir (configure.ac): Invoke gl_MODULE_INDICATOR.
853
854 2010-03-27  Bruno Haible  <bruno@clisp.org>
855
856         New module description field 'Comment'.
857         * gnulib-tool: New option --extract-comment.
858         (func_usage): Document it.
859         (sed_extract_prog, sed_extract_field_header): Support 'Comment' field.
860         (func_get_comment): New function.
861         * modules/TEMPLATE-EXTENDED: Add a blank Comment field.
862
863 2010-03-27  Bruno Haible  <bruno@clisp.org>
864
865         Addendum to 2010-02-07 commit.
866         * gnulib-tool (func_usage): Document --extract-applicability option.
867
868 2010-03-27  Bruno Haible  <bruno@clisp.org>
869
870         Use GNULIB_POSIXCHECK instead of GNULIB_PORTCHECK.
871         * lib/time.in.h (asctime, asctime_r, ctime, ctime_r): Test
872         GNULIB_POSIXCHECK, not GNULIB_PORTCHECK. Provide compile-time warnings
873         rather than link errors.
874
875 2010-03-27  Bruno Haible  <bruno@clisp.org>
876
877         Avoid side effects from tests-related modules on the compilation of lib.
878         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_CONDITION): New macro.
879         (gl_MODULE_INDICATOR_SET_VARIABLE): Use its expansion as a value.
880         * gnulib-tool (func_emit_tests_Makefile_am): Accept a witness_macro
881         parameter. Emit into AM_CPPFLAGS a definition of the designated C
882         macro.
883         (func_import): Define a witness macro. Assign it a value that depends
884         on the current package. Override gl_MODULE_INDICATOR_CONDITION for the
885         tests-related modules.
886         (func_create_testdir): Update func_emit_tests_Makefile_am invocation.
887         Reported by Jim Meyering.
888
889 2010-03-27  Bruno Haible  <bruno@clisp.org>
890
891         Factorize common .m4 code.
892         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE): New macro.
893         * m4/arpa_inet_h.m4 (gl_ARPA_INET_MODULE_INDICATOR): Use it.
894         * m4/ctype.m4 (gl_CTYPE_MODULE_INDICATOR): Likewise.
895         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Likewise.
896         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
897         * m4/iconv_h.m4 (gl_ICONV_MODULE_INDICATOR): Likewise.
898         * m4/inttypes.m4 (gl_INTTYPES_MODULE_INDICATOR): Likewise.
899         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
900         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
901         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
902         * m4/netdb_h.m4 (gl_NETDB_MODULE_INDICATOR): Likewise.
903         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
904         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
905         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
906         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
907         * m4/stddef_h.m4 (gl_STDDEF_MODULE_INDICATOR): Likewise.
908         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
909         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
910         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
911         * m4/strings_h.m4 (gl_STRINGS_MODULE_INDICATOR): Likewise.
912         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_MODULE_INDICATOR): Likewise.
913         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
914         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
915         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
916         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
917         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
918         * m4/sys_times_h.m4 (gl_SYS_TIMES_MODULE_INDICATOR): Likewise.
919         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_MODULE_INDICATOR): Likewise.
920         * m4/sys_wait_h.m4 (gl_SYS_WAIT_MODULE_INDICATOR): Likewise.
921         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
922         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
923         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
924
925 2010-03-27  Bruno Haible  <bruno@clisp.org>
926
927         Fix a compilation error on Cygwin with g++ >= 4.3.
928         * lib/sys_stat.in.h (lchmod): Don't warn about the use of this function
929         if it is undefined or if we alias it to chmod.
930         (lstat): Don't warn about the use of this function if it is undefined
931         or if we alias it to stat.
932         Reported by Simon Josefsson.
933
934 2010-03-27  Bruno Haible  <bruno@clisp.org>
935
936         * m4/getlogin.m4 (gl_FUNC_GETLOGIN): Renamed from gl_GETLOGIN.
937         * modules/getlogin (configure.ac): Update.
938
939         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Renamed from gl_GETLOGIN_R.
940         * modules/getlogin_r (configure.ac): Update.
941
942         * m4/inet_ntop.m4 (gl_FUNC_INET_NTOP): Renamed from gl_INET_NTOP.
943         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Update.
944         * modules/inet_ntop (configure.ac): Update.
945
946         * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Renamed from gl_INET_PTON.
947         * modules/inet_pton (configure.ac): Update.
948
949         * m4/mbslen.m4 (gl_FUNC_MBSLEN): Renamed from gl_MBSLEN.
950         * modules/mbslen (configure.ac): Update.
951
952         * m4/pty.m4 (gl_FUNC_FORKPTY): Renamed from gl_FORKPTY.
953         (gl_FUNC_OPENPTY): Renamed from gl_OPENPTY.
954         * modules/forkpty (configure.ac): Update.
955         * modules/openpty (configure.ac): Update.
956
957 2010-03-26  Simon Josefsson  <simon@josefsson.org>
958
959         * top/maint.mk (sc_texinfo_acronym): Don't infloop if there is
960         no *.texi files.  Reported by Eric Blake <eblake@redhat.com>.
961
962 2010-03-25  Eric Blake  <eblake@redhat.com>
963
964         maint: use pragma consistently across replacement headers
965         * lib/ctype.in.h (system_header): Hoist for consistent placement.
966         * lib/dirent.in.h (system_header): Likewise.
967         * lib/errno.in.h (system_header): Likewise.
968         * lib/float.in.h (system_header): Likewise.
969         * lib/getopt.in.h (system_header): Likewise.
970         * lib/iconv.in.h (system_header): Likewise.
971         * lib/inttypes.in.h (system_header): Likewise.
972         * lib/langinfo.in.h (system_header): Likewise.
973         * lib/locale.in.h (system_header): Likewise.
974         * lib/math.in.h (system_header): Likewise.
975         * lib/netdb.in.h (system_header): Likewise.
976         * lib/netinet_in.in.h (system_header): Likewise.
977         * lib/pty.in.h (system_header): Likewise.
978         * lib/sched.in.h (system_header): Likewise.
979         * lib/se-selinux.in.h (system_header): Likewise.
980         * lib/search.in.h (system_header): Likewise.
981         * lib/spawn.in.h (system_header): Likewise.
982         * lib/stdarg.in.h (system_header): Likewise.
983         * lib/stdint.in.h (system_header): Likewise.
984         * lib/string.in.h (system_header): Likewise.
985         * lib/strings.in.h (system_header): Likewise.
986         * lib/sys_file.in.h (system_header): Likewise.
987         * lib/sys_ioctl.in.h (system_header): Likewise.
988         * lib/sys_socket.in.h (system_header): Likewise.
989         * lib/sys_times.in.h (system_header): Likewise.
990         * lib/sys_utsname.in.h (system_header): Likewise.
991         * lib/sys_wait.in.h (system_header): Likewise.
992         * lib/sysexits.in.h (system_header): Likewise.
993         * lib/unistd.in.h (system_header): Likewise.
994         * lib/wctype.in.h (system_header): Likewise.
995
996         arpa/inet: fix mingw compilation warning
997         * lib/arpa_inet.in.h (system_header): Hoist to be unconditional.
998         Reported by Matthew Bolte.
999
1000 2010-03-25  Bruno Haible  <bruno@clisp.org>
1001
1002         Avoid collision between gnulib wrapper and libintl wrapper.
1003         * lib/printf.c (printf): Don't define if a printf wrapper is already
1004         defined in intl/printf.c.
1005         Reported by Michel Boaventura <michel@michelboaventura.com>.
1006
1007 2010-03-25  Bruno Haible  <bruno@clisp.org>
1008
1009         Use ANSI C.
1010         * lib/readutmp.h (getutent): Provide ANSI C prototype.
1011
1012 2010-03-25  Bruno Haible  <bruno@clisp.org>
1013
1014         Minor formatting changes.
1015         * lib/acosl.c: Insert space before function argument list.
1016         * lib/argz.c: Likewise.
1017         * lib/asinl.c: Likewise.
1018         * lib/expl.c: Likewise.
1019         * lib/gen-uni-tables.c: Likewise.
1020         * lib/gettext.h: Likewise.
1021         * lib/glthread/lock.h: Likewise.
1022         * lib/tanl.c: Likewise.
1023         * lib/uniname/uniname.c: Likewise.
1024         * tests/test-idpriv-drop.c: Likewise.
1025         * tests/test-idpriv-droptemp.c: Likewise.
1026         * tests/test-lock.c: Likewise.
1027         * tests/test-tls.c: Likewise.
1028         * lib/argp-help.c: Insert space before function-like macro argument
1029         list.
1030         * lib/memcmp.c: Likewise.
1031         * tests/test-base64.c: Likewise.
1032         * lib/localename.c: Insert space before sizeof's argument list.
1033         * lib/safe-alloc.h: Likewise.
1034         * lib/file-set.h: Insert space before macro argument list.
1035         * tests/test-argp.c: Likewise.
1036         * lib/argp-namefrob.h: Insert space before function parameter list.
1037         * lib/getaddrinfo.c: Likewise.
1038         * lib/netdb.in.h: Likewise.
1039         * lib/parse-duration.h: Likewise.
1040         * lib/parse-duration.c: Likewise.
1041         * lib/poll.c: Likewise.
1042         * lib/select.c: Likewise.
1043         * lib/trim.h: Likewise.
1044         * tests/test-usleep.c: Likewise.
1045         * lib/ldexpl.c: Insert space before function parameter list and before
1046         function argument list.
1047         * lib/logl.c: Likewise.
1048         * lib/sqrtl.c: Likewise.
1049         * lib/trim.c: Likewise.
1050         * lib/cosl.c: Use GNU style indentation. Insert space before function
1051         argument list.
1052         * lib/sinl.c: Likewise.
1053         * lib/tsearch.c: Insert space after 'for'.
1054         Reported by Jim Meyering.
1055
1056 2010-03-23  Pádraig Brady  <P@draigBrady.com>  (tiny change)
1057
1058         * maint.mk (sc_Wundef_boolean): Check for the presence of the
1059         config header before grepping, as it's not present before
1060         autoreconf/configure are run.  Reported by Simon Josefsson.
1061
1062 2010-03-23  Bruno Haible  <bruno@clisp.org>
1063
1064         pt_chown: Make it work with automake < 1.11.
1065         * modules/pt_chown (Makefile.am): Define pkglibexecdir.
1066         Reported by Simon Josefsson.
1067
1068 2010-03-23  Bruno Haible  <bruno@clisp.org>
1069
1070         pt_chown: Don't depend on GPLed modules.
1071         * lib/pt_chown.c: Don't include idpriv.h.
1072         (main): Don't drop privileges.
1073         * modules/pt_chown (Depends-on): Remove idpriv-drop.
1074         Reported by Simon Josefsson.
1075
1076 2010-03-24  Simon Josefsson  <simon@josefsson.org>
1077
1078         * top/maint.mk (sc_texinfo_acronym): Add rule, based on
1079         suggestions from karl@freefriends.org (Karl Berry).
1080
1081 2010-03-22  Eric Blake  <eblake@redhat.com>
1082
1083         gethostname: further tweaks
1084         * lib/unistd.in.h (includes): Only worry about <winsock2.h> if we
1085         are overriding gethostname.
1086         Suggested by Bruno Haible.
1087
1088 2010-03-21  Bruno Haible  <bruno@clisp.org>
1089
1090         Fix comments.
1091         * lib/forkpty.c (rpl_forkpty): Fix comment.
1092         * lib/openpty.c (rpl_openpty): Likewise.
1093         Reported by Eric Blake.
1094
1095 2010-03-22  Eric Blake  <eblake@redhat.com>
1096
1097         gethostname: fix build on mingw
1098         * lib/unistd.in.h (includes): Work around fact that mingw
1099         <winsock2.h> re-includes <unistd.h>, by avoiding any
1100         redeclarations if we are being included by <winsock2.h>.
1101         Reported by Matthias Bolte.
1102
1103 2010-03-21  Bruno Haible  <bruno@clisp.org>
1104
1105         forkpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
1106         * lib/forkpty.c (forkpty): New replacement function, from glibc with
1107         modifications.
1108         * lib/pty.in.h (forkpty): Update declaration. Add comments.
1109         * m4/pty.m4 (gl_FORKPTY): If forkpty is not declared, arrange to
1110         provide the replacement.
1111         * modules/forkpty (Depends-on): Add openpty, login_tty.
1112         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_FORKPTY.
1113         * modules/pty (Makefile.am): Substitute HAVE_FORKPTY.
1114         * doc/glibc-functions/forkpty.texi: More supported platforms.
1115         * config/srclist.txt: Add forkpty.c (commented).
1116
1117 2010-03-21  Bruno Haible  <bruno@clisp.org>
1118
1119         * modules/forkpty-tests: Use the common TEMPLATE-TESTS.
1120         (Makefile.am): Verify that PTY_LIB is defined.
1121
1122         * modules/openpty-tests: Use the common TEMPLATE-TESTS.
1123
1124 2010-03-21  Bruno Haible  <bruno@clisp.org>
1125
1126         Tests for module 'login_tty'.
1127         * modules/login_tty-tests: New file.
1128         * tests/test-login_tty.c: New file.
1129
1130         New module 'login_tty'.
1131         * lib/login_tty.c: New file.
1132         * m4/pty.m4 (gl_FUNC_LOGIN_TTY): New macro.
1133         * modules/login_tty: New file.
1134         * doc/glibc-functions/login_tty.texi: Mention the new module.
1135
1136 2010-03-21  Bruno Haible  <bruno@clisp.org>
1137
1138         login_tty: Documentation.
1139         * doc/glibc-functions/login_tty.texi: New file.
1140         * doc/gnulib.texi (Glibc <utmp.h>): Include it.
1141
1142 2010-03-21  Bruno Haible  <bruno@clisp.org>
1143
1144         pty: Consistent macro naming.
1145         * m4/pty_h.m4 (gl_PTY_H): Renamed from gl_PTY.
1146         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): Update.
1147         * modules/pty (configure.ac): Update.
1148
1149 2010-03-21  Bruno Haible  <bruno@clisp.org>
1150
1151         Tests for openpty: Make stricter.
1152         * tests/test-openpty.c (main): Add test of canonical processing and
1153         erase.
1154         * modules/openpty-tests (Makefile.am): Verify that PTY_LIB is defined.
1155
1156         openpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
1157         * lib/openpty.c (openpty): New replacement function.
1158         * lib/pty.in.h: Include <termios.h>.
1159         (openpty): Update declaration. Add comments.
1160         * m4/pty.m4 (gl_OPENPTY): Require AC_USE_SYSTEM_EXTENSIONS. If openpty
1161         is not declared, arrange to provide the replacement. Check for _getpty
1162         and posix_openpt.
1163         * modules/openpty (Depends-on): Add extensions, fcntl-h, ioctl.
1164         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_OPENPTY.
1165         * modules/pty (Makefile.am): Substitute HAVE_OPENPTY.
1166         * modules/pty-tests (test_pty_c___LDADD): New variable.
1167         * doc/glibc-functions/openpty.texi: More supported platforms.
1168
1169 2010-03-21  Bruno Haible  <bruno@clisp.org>
1170
1171         setenv: Tweaks.
1172         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Include necessary headers in
1173         the test program.
1174         * doc/posix-functions/setenv.texi: Update platforms list.
1175
1176 2010-03-21  Bruno Haible  <bruno@clisp.org>
1177
1178         New module 'unlockpt'.
1179         * lib/unlockpt.c: New file, from glibc with modifications.
1180         * m4/unlockpt.m4: New file.
1181         * modules/unlockpt: New file.
1182         * lib/stdlib.in.h (unlockpt): New declaration.
1183         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether unlockpt is declared.
1184         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_UNLOCKPT, HAVE_UNLOCKPT.
1185         * modules/stdlib (Makefile.am): Substitute GNULIB_UNLOCKPT,
1186         HAVE_UNLOCKPT.
1187         * doc/posix-functions/unlockpt.texi: Mention the new module.
1188         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::unlockpt.
1189         * config/srclist.txt: Add unlockpt.c (commented).
1190
1191 2010-03-21  Jim Meyering  <meyering@redhat.com>
1192
1193         maint.mk: prohibit inclusion of "intprops.h" without use
1194         * top/maint.mk (sc_prohibit_intprops_without_use): New rule.
1195
1196 2010-03-21  Bruno Haible  <bruno@clisp.org>
1197
1198         New module 'grantpt'.
1199         * lib/grantpt.c: New file, from glibc with modifications.
1200         * m4/grantpt.m4: New file.
1201         * modules/grantpt: New file.
1202         * lib/stdlib.in.h (grantpt): New declaration.
1203         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether grantpt is declared.
1204         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GRANTPT, HAVE_GRANTPT.
1205         * modules/stdlib (Makefile.am): Substitute GNULIB_GRANTPT,
1206         HAVE_GRANTPT.
1207         * doc/posix-functions/grantpt.texi: Mention the new module.
1208         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::grantpt.
1209         * config/srclist.txt: Add grantpt.c (commented).
1210
1211 2010-03-21  Bruno Haible  <bruno@clisp.org>
1212
1213         New module 'pt_chown'.
1214         * lib/pt_chown.c: New file, from glibc with modifications.
1215         * lib/pty-private.h: New file, from glibc with modifications.
1216         * modules/pt_chown: New file.
1217         * config/srclist.txt: Add pt_chown.c, pty-private.h (commented).
1218
1219 2010-03-21  Bruno Haible  <bruno@clisp.org>
1220
1221         Tests for module 'ptsname'.
1222         * modules/ptsname-tests: New file.
1223         * tests/test-ptsname.c: New file.
1224
1225         New module 'ptsname'.
1226         * lib/ptsname.c: New file, from glibc with modifications.
1227         * m4/ptsname.m4: New file.
1228         * modules/ptsname: New file.
1229         * lib/stdlib.in.h (ptsname): New declaration.
1230         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether ptsname is declared.
1231         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PTSNAME, HAVE_PTSNAME.
1232         * modules/stdlib (Makefile.am): Substitute GNULIB_PTSNAME,
1233         HAVE_PTSNAME.
1234         * doc/posix-functions/ptsname.texi: Mention the new module.
1235         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::ptsname.
1236         * config/srclist.txt: Add ptsname.c (commented).
1237
1238 2010-03-21  Bruno Haible  <bruno@clisp.org>
1239
1240         Tests for module 'ttyname_r'.
1241         * modules/ttyname_r-tests: New file.
1242         * tests/test-ttyname_r.c: New file.
1243
1244         New module 'ttyname_r'.
1245         * lib/ttyname_r.c: New file.
1246         * m4/ttyname_r.m4: New file.
1247         * modules/ttyname_r: New file.
1248         * lib/unistd.in.h (ttyname_r): New declaration.
1249         * m4/unistd_h.m4 (gl_UNISTD_H): Check whether ttyname_r is declared.
1250         (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_TTYNAME_R, HAVE_TTYNAME_R.
1251         * modules/unistd (Makefile.am): Substitute GNULIB_TTYNAME_R,
1252         HAVE_TTYNAME_R.
1253         * tests/test-unistd-c++.cc: Check GNULIB_NAMESPACE::ttyname_r.
1254         * doc/posix-functions/ttyname_r.texi: Mention the new module.
1255
1256 2010-03-20  Bruno Haible  <bruno@clisp.org>
1257
1258         signal: Undefine macro definitions in C++ mode.
1259         * lib/signal.in.h (sigismember, sigemptyset, sigaddset, sigdelset,
1260         sigfillset): Undefine macro definitions from the system header in C++
1261         mode.
1262         Reported by John W. Eaton <jwe@gnu.org>.
1263
1264 2010-03-20  Bruno Haible  <bruno@clisp.org>
1265
1266         Ensure no #include statements inside extern "C" { ... }.
1267         * lib/obstack.h: Shrink extern "C" { ... } region so that it does not
1268         contain #include statements.
1269         * lib/time.in.h: Likewise.
1270
1271 2010-03-20  Bruno Haible  <bruno@clisp.org>
1272
1273         Make _GL_WARN_ON_USE usable in C++ and C mode in the same compilation.
1274         * build-aux/warn-on-use.h (_GL_WARN_EXTERN_C): New macro.
1275         (_GL_WARN_ON_USE, _GL_WARN_ON_USE_CXX): Likewise.
1276         Reported by John W. Eaton <jwe@gnu.org>.
1277
1278 2010-03-20  Bruno Haible  <bruno@clisp.org>
1279
1280         * m4/unlink.m4 (gl_FUNC_UNLINK): Fix last commit.
1281         Reported by Jim Meyering.
1282
1283 2010-03-20  Bruno Haible  <bruno@clisp.org>
1284
1285         pipe: Set errno upon failure.
1286         * lib/pipe.h: Specify that when -1 is returned, errno is set.
1287         * lib/pipe.c (create_pipe): Set errno when returning -1. Use the right
1288         errno value in error message.
1289
1290 2010-03-20  Bruno Haible  <bruno@clisp.org>
1291             Jim Meyering  <meyering@redhat.com>
1292
1293         lchown: Avoid "unused variable" warning.
1294         * lib/lchown.c (rpl_lchown): Move variable 'st' into #if block.
1295
1296 2010-03-20  Bruno Haible  <bruno@clisp.org>
1297
1298         Work around unlink() bug on MacOS X 10.5.6.
1299         * lib/unlink.c (rpl_unlink): If UNLINK_PARENT_BUG is defined, fail when
1300         attempting to unlink a parent directory.
1301         * m4/unlink.m4 (gl_FUNC_UNLINK): Require AC_CANONICAL_HOST. Test for
1302         MacOS X 10.5 bug. If the bug is present, define UNLINK_PARENT_BUG and
1303         activate for the replacement function.
1304         * doc/posix-functions/unlink.texi: Mention the MacOS X 10.5 bug.
1305
1306 2010-03-20  Bruno Haible  <bruno@clisp.org>
1307
1308         Fix link errors on Solaris 8.
1309         * modules/dirent-tests (test_dirent_c___LDADD): Add LIB_NANOSLEEP.
1310         * modules/wctype-tests (test_wctype_c___LDADD): Likewise.
1311
1312 2010-03-19  Jim Meyering  <meyering@redhat.com>
1313
1314         regcomp.c: make non-_LIBC implementation of build_range_exp consistent
1315         The _LIBC implementation of build_range_exp correctly honors the
1316         RE_NO_EMPTY_RANGES flag when checking for reversed range endpoints.
1317         However, the non-_LIBC implementation would ignore that syntax-bit
1318         flag and return REG_ERANGE unconditionally.
1319         This change makes it honor that flag.
1320         * lib/regcomp.c (build_range_exp) [!_LIBC]: Add a parameter: "syntax".
1321         Make two pointer parameters "const".
1322         Use "syntax" bits in order to honor RE_NO_EMPTY_RANGES.
1323         (parse_bracket_exp): Update caller.
1324
1325         regex.m4: correct the reversed range endpoint ([b-a]) test
1326         * m4/regex.m4: When requiring that [b-a] evoke failure,
1327         use RE_NO_EMPTY_RANGES.  This makes this entire configure-time
1328         test pass once again for x86-based systems.
1329
1330 2010-03-19  Bruno Haible  <bruno@clisp.org>
1331
1332         scandir: Fix link error on Solaris 8.
1333         * lib/scandir.c (_D_EXACT_NAMLEN, _D_ALLOC_NAMLEN): New fallback
1334         macros.
1335
1336 2010-03-19  Bruno Haible  <bruno@clisp.org>
1337
1338         getusershell: Fix documentation.
1339         * doc/glibc-functions/endusershell.texi: Refer to the getusershell
1340         module.
1341         * doc/glibc-functions/setusershell.texi: Likewise.
1342
1343         getusershell: Provide declaration, missing on Solaris 9.
1344         * lib/unistd.in.h (getusershell, setusershell, endusershell): Declare
1345         also if HAVE_GETUSERSHELL && !HAVE_DECL_GETUSERSHELL.
1346         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): When the function exists,
1347         check whether it is declared. Set HAVE_DECL_GETUSERSHELL.
1348         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1349         HAVE_DECL_GETUSERSHELL, not HAVE_GETUSERSHELL.
1350         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETUSERSHELL, not
1351         HAVE_GETUSERSHELL.
1352         * doc/glibc-functions/getusershell.texi: Mention the Solaris problem.
1353
1354 2010-03-19  Bruno Haible  <bruno@clisp.org>
1355
1356         wctype: Provide iswblank function.
1357         * lib/wctype.in.h (iswblank): Provide a replacement also when iswcntrl
1358         exists and is fine.
1359         * m4/wctype_h.m4 (gl_WCTYPE_H): Also check whether iswcntrl exists.
1360         * modules/wctype (Makefile.am): Substitute HAVE_ISWBLANK.
1361         * tests/test-wctype.c (main): Re-enable the iswblank tests.
1362         * doc/posix-functions/iswblank.texi: Update.
1363
1364 2010-03-19  Bruno Haible  <bruno@clisp.org>
1365
1366         Tests of module 'pty' in C++ mode.
1367         * modules/pty-tests: New file.
1368         * tests/test-pty-c++.cc: New file.
1369         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1370
1371 2010-03-19  Eric Blake  <eblake@redhat.com>
1372
1373         logb: fix documentation
1374         * doc/posix-functions/logb.texi (logb): Gnulib fixes the cygwin
1375         1.5 declaration bug.
1376
1377         forkpty, openpty: prefer glibc's const-safe prototype
1378         * lib/forkpty.c (rpl_forkpty): New file.
1379         * lib/openpty.c (rpl_openpty): Likewise.
1380         * modules/forkpty (Files): Distribute it.
1381         * modules/openpty (Files): Likewise.
1382         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.  Move decl
1383         check...
1384         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): ...here.  Request
1385         replacement for for non-const BSD signature.
1386         * modules/pty (Makefile.am): Substitute witnesses.
1387         * lib/pty.in.h (forkpty, openpty): Declare replacements.
1388         * tests/test-forkpty.c: Update signature check.
1389         * tests/test-openpty.c: Likewise.
1390         * doc/glibc-functions/forkpty.texi (forkpty): Document the fix.
1391         * doc/glibc-functions/openpty.texi (openpty): Likewise.
1392
1393         forkpty, openpty: split functions into new modules
1394         * modules/pty (Makefile.am): Substitute new witnesses.
1395         (Libraries): Move library detection...
1396         * modules/forkpty: ...into new module.
1397         * modules/openpty: Another new module.
1398         * modules/pty-tests: Rename and split...
1399         * modules/forkpty-tests: ...to this...
1400         * modules/openpty-tests: ...and this.
1401         * tests/test-pty.c: Rename and split...
1402         * tests/test-forkpty.c: ...to this...
1403         * tests/test-openpty.c: ...and this.
1404         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.
1405         (gl_PTY): Split library searching...
1406         * m4/pty.m4 (gl_PTY_LIB): ...into new file.
1407         (gl_FORKPTY, gl_OPENPTY): New macros.
1408         * lib/pty.in.h (forkpty, openpty): Honor new witnesses.
1409         * NEWS: Mention the split.
1410         * MODULES.html.sh (Misc): Document the modules.
1411         * doc/glibc-functions/forkpty.texi (forkpty): Likewise.
1412         * doc/glibc-functions/openpty.texi (openpty): Likewise.
1413
1414         pty: improve replacement header
1415         * lib/pty.in.h: New file.
1416         * modules/pty (Files): Ship it.
1417         (Makefile.am): Always build replacement.
1418         * m4/pty.m4: Rename...
1419         * m4/pty_h.m4: ...to this.
1420         (gl_PTY): Modernize setting of witness macros; update check of
1421         forkpty to take proper advantage of cache.
1422         (gl_PTY_MODULE_INDICATOR, gl_PTY_H_DEFAULTS): New macros.
1423
1424         getopt: avoid compiler warning
1425         * lib/getopt.c (attribute_hidden): Remove unused macro.
1426
1427 2010-03-18  Bruno Haible  <bruno@clisp.org>
1428
1429         Fix link errors on Solaris 8.
1430         * modules/iconv-h-tests (test_iconv_h_c___LDADD): Add LIB_NANOSLEEP.
1431         * modules/search-tests (test_search_c___LDADD): Likewise.
1432         * modules/signal-tests (test_signal_c___LDADD): Likewise.
1433         * modules/spawn-tests (test_spawn_c___LDADD): Likewise.
1434         * modules/stdio-tests (test_stdio_c___LDADD): Likewise.
1435         * modules/sys_select-tests (test_sys_select_c___LDADD): Likewise.
1436         * modules/sys_socket-tests (test_sys_socket_c___LDADD): Likewise.
1437         * modules/sys_time-tests (test_sys_time_c___LDADD): Likewise.
1438         * modules/wchar-tests (test_wchar_c___LDADD): Likewise.
1439
1440 2010-03-18  Bruno Haible  <bruno@clisp.org>
1441
1442         Fix bug introduced on 2010-03-14.
1443         * m4/spawn_h.m4 (gl_HAVE_POSIX_SPAWN): New macro.
1444         (gl_SPAWN_H): Require it.
1445         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Likewise.
1446         Reported by Simon Josefsson.
1447
1448 2010-03-18  Bruno Haible  <bruno@clisp.org>
1449
1450         Fix typo introduced on 2009-12-31.
1451         * m4/spawn_h.m4 (gl_SPAWN_H): Check for the declaration of
1452         posix_spawn_file_actions_adddup2.
1453
1454 2010-03-17  Bert Wesarg  <bert.wesarg@googlemail.com>  (tiny change)
1455         and Eric Blake  <eblake@redhat.com>
1456
1457         test-vc-list-files-git: make more robust
1458         * tests/test-vc-list-files-git.sh: Unset problematic environment
1459         variables.  Chain commands together.
1460
1461 2010-03-17  Ludovic Courtès <ludo@gnu.org>  (tiny change)
1462
1463         * m4/pty.m4: Unset $ac_cv_have_decl_forkpty before the second
1464         `AC_CHECK_DECL' invocation.
1465
1466 2010-03-15  Sergey Poznyakoff  <gray@gnu.org.ua>
1467
1468         * lib/inttostr.c (inttostr): Make sure the invocation of verify
1469         appears before executable statements. Suggested by Petr Sumbera
1470         <Petr.Sumbera@Sun.COM>.
1471
1472 2010-03-14  Bruno Haible  <bruno@clisp.org>
1473
1474         * tests/test-flock.c (test_exclusive): Comment out a test that causes
1475         portability problems. Instead use a simpler test.
1476         (main): Check that invalid arguments are rejected only on Linux.
1477
1478 2010-03-14  Bruno Haible  <bruno@clisp.org>
1479
1480         Fix bug introduced on 2009-12-31.
1481         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
1482         gl_PREREQ_SYS_H_WINSOCK2 always.
1483         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise. Remove
1484         SYS_SOCKET_H variable.
1485         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Remove test for flock.
1486         Update comments.
1487         * m4/ctype.m4 (gl_CTYPE_H): Update comments.
1488         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
1489         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
1490         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
1491         * m4/sys_wait_h.m4 (gl_SYS_WAIT_H): Likewise.
1492
1493 2010-03-14  Bruno Haible  <bruno@clisp.org>
1494
1495         Fix values returned by sinl, cosl.
1496         * lib/trigl.h: Add specification comments.
1497         * lib/sincosl.c (kernel_sinl, kernel_cosl): Fix comments and formula
1498         that combines the values from the precomputed table with the values of
1499         the Chebyshev polynomials.
1500
1501 2010-03-14  Bruno Haible  <bruno@clisp.org>
1502
1503         Fix compilation error when modules 'posix_spawn[p]' are not used.
1504         * m4/spawn_h.m4 (gl_SPAWN_H): Set HAVE_POSIX_SPAWN here.
1505         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): ... not here.
1506
1507 2010-03-14  Bruno Haible  <bruno@clisp.org>
1508
1509         Fix compilation error on mingw when module 'time_r' is not used.
1510         * lib/time.in.h (localtime_r, gmtime_r): Declare only if GNULIB_TIME_R
1511         is 1.
1512         * tests/test-time-c++.cc (localtime_r, gmtime_r): Likewise.
1513         * modules/time_r (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
1514         * modules/time (Makefile.am): Substitute GNULIB_TIME_R.
1515         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize GNULIB_TIME_R.
1516
1517 2010-03-14  Bruno Haible  <bruno@clisp.org>
1518
1519         Fix compilation error with Sun C.
1520         * lib/strtol.c: Use LLONG_MIN instead of GCC specific LONG_LONG_MIN.
1521         Use LLONG_MAX instead of GCC specific LONG_LONG_MAX. Use ULLONG_MAX
1522         instead of GCC specific ULONG_LONG_MAX.
1523         * lib/xstrtoll.c: Likewise.
1524         * lib/xstrtoull.c: Likewise.
1525
1526 2010-03-13  Bruno Haible  <bruno@clisp.org>
1527
1528         Allow the user to disable C++ code and tests.
1529         * m4/ansi-c++.m4 (gl_CXX_CHOICE): New macro.
1530         (gl_PROG_ANSI_CXX): Require it.
1531
1532 2010-03-13  Bruno Haible  <bruno@clisp.org>
1533
1534         * DEPENDENCIES (libtool): Mention libtool 2.2.x requirement in special
1535         cases.
1536
1537 2010-03-13  Bruno Haible  <bruno@clisp.org>
1538
1539         Test that gnulib does not break the standard C++ headers.
1540         * tests/test-locale-c++2.cc: New file.
1541         * modules/locale-tests (Files): Add it.
1542         (Makefile.am): Compile it for test-locale-c++.
1543         * tests/test-math-c++2.cc: New file.
1544         * modules/math-tests (Files): Add it.
1545         (Makefile.am): Compile it for test-math-c++.
1546         * tests/test-signal-c++2.cc: New file.
1547         * modules/signal-tests (Files): Add it.
1548         (Makefile.am): Compile it for test-signal-c++.
1549         * tests/test-stdio-c++2.cc: New file.
1550         * modules/stdio-tests (Files): Add it.
1551         (Makefile.am): Compile it for test-stdio-c++.
1552         * tests/test-stdlib-c++2.cc: New file.
1553         * modules/stdlib-tests (Files): Add it.
1554         (Makefile.am): Compile it for test-stdlib-c++.
1555         * tests/test-string-c++2.cc: New file.
1556         * modules/string-tests (Files): Add it.
1557         (Makefile.am): Compile it for test-string-c++.
1558         * tests/test-time-c++2.cc: New file.
1559         * modules/time-tests (Files): Add it.
1560         (Makefile.am): Compile it for test-time-c++.
1561         Reported by John W. Eaton <jwe@gnu.org>.
1562
1563 2010-03-13  Bruno Haible  <bruno@clisp.org>
1564
1565         * gnulib-tool (func_usage): Clarify which options are available for
1566         --create-testdir and --create-megatestdir.
1567
1568 2010-03-13  Bruno Haible  <bruno@clisp.org>
1569
1570         Fix compilation error with glibc >= 2.10 and g++ >= 4.4.
1571         * build-aux/warn-on-use.h (_GL_WARN_ON_USE_CXX): New macro.
1572         * build-aux/c++defs.h (_GL_CXXALIASWARN1): New macro.
1573         * lib/string.in.h (memchr, memrchr, rawmemchr, strchrnul, strpbrk,
1574         strstr, strcasestr): Use _GL_CXXALIASWARN1 instead of _GL_CXXALIASWARN
1575         when appropriate.
1576         Reported by Jim Meyering.
1577
1578 2010-03-12  Simon Josefsson  <simon@josefsson.org>
1579
1580         * gnulib-tool (func_import): Explain origin of code.
1581
1582 2010-03-12  Bruno Haible  <bruno@clisp.org>
1583
1584         Fix problem with automake's definition of CXXLINK.
1585         * gnulib-tool (func_create_testdir): After LT_INIT, also use LT_LANG.
1586         Reported by Simon Josefsson and Ludovic Courtès.
1587
1588 2010-03-12  Bruno Haible  <bruno@clisp.org>
1589
1590         * doc/gnulib-intro.texi (Steady Development): Mention Ian Beckwith's
1591         stable releases.
1592
1593 2010-03-11  Bruno Haible  <bruno@clisp.org>
1594
1595         Fix problems with overloaded C++ definitions of memchr, strpbrk, etc.
1596         * build-aux/c++defs.h (_GL_CXXALIAS_SYS_CAST2): Make it work regardless
1597         whether the system provides one variant or multiple variants of the
1598         function.
1599         * lib/string.in.h (memchr, strpbrk): Use _GL_CXXALIAS_SYS_CAST2 for all
1600         C++ compilers.
1601         (memrchr, rawmemchr, strchrnul, strstr, strcasestr): Use
1602         _GL_CXXALIAS_SYS_CAST2 instead of _GL_CXXALIAS_SYS.
1603         Reported by Jim Meyering.
1604
1605 2010-03-09  Simon Josefsson  <simon@josefsson.org>
1606
1607         * gnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug.
1608
1609 2010-03-08  Bruno Haible  <bruno@clisp.org>
1610
1611         gnulib-tool: Add support for --libtool in --create-testdir.
1612         * gnulib-tool (LIBTOOLPATH, LIBTOOLIZE): New variables.
1613         (func_create_testdir): Emit LT_INIT invocations. Invoke LIBTOOLIZE.
1614
1615 2010-03-08  Eric Blake  <eblake@redhat.com>
1616
1617         gnulib-tool.texi: mention possibility of git submodule
1618         * doc/gnulib-tool.texi (VCS Issues): Add details about using git
1619         submodules.
1620         * doc/.gitignore: Ignore another generated file.
1621
1622 2010-03-08  Karl Berry  <karl@gnu.org>
1623
1624         * doc/gnulib-tool.texi (VCS Issues): Mention third option
1625         of committing gnulib files while skipping others.
1626
1627 2010-03-07  Bruno Haible  <bruno@clisp.org>
1628
1629         Tests of module 'wctype' in C++ mode.
1630         * tests/test-wctype-c++.cc: New file.
1631         * modules/wctype-tests (Files): Add it and tests/signature.h.
1632         (Depends-on): Add ansi-c++-opt.
1633         (Makefile.am): Arrange to compile and run test-wctype-c++.
1634
1635         Tests of module 'wchar' in C++ mode.
1636         * tests/test-wchar-c++.cc: New file.
1637         * modules/wchar-tests (Files): Add it and tests/signature.h.
1638         (Depends-on): Add ansi-c++-opt.
1639         (Makefile.am): Arrange to compile and run test-wchar-c++.
1640         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Invoke
1641         gl_MODULE_INDICATOR.
1642
1643         Tests of module 'unistd' in C++ mode.
1644         * tests/test-unistd-c++.cc: New file.
1645         * modules/unistd-tests (Files): Add it and tests/signature.h.
1646         (Depends-on): Add ansi-c++-opt.
1647         (Makefile.am): Arrange to compile and run test-unistd-c++.
1648         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Invoke
1649         gl_MODULE_INDICATOR.
1650
1651         Tests of module 'time' in C++ mode.
1652         * tests/test-time-c++.cc: New file.
1653         * modules/time-tests (Files): Add it and tests/signature.h.
1654         (Depends-on): Add ansi-c++-opt.
1655         (Makefile.am): Arrange to compile and run test-time-c++.
1656         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1657
1658         Tests of module 'sys_time' in C++ mode.
1659         * tests/test-sys_time-c++.cc: New file.
1660         * modules/sys_time-tests (Files): Add it and tests/signature.h.
1661         (Depends-on): Add ansi-c++-opt.
1662         (Makefile.am): Arrange to compile and run test-sys_time-c++.
1663         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Invoke
1664         gl_MODULE_INDICATOR.
1665
1666         Tests of module 'sys_stat' in C++ mode.
1667         * tests/test-sys_stat-c++.cc: New file.
1668         * modules/sys_stat-tests (Files): Add it and tests/signature.h.
1669         (Depends-on): Add ansi-c++-opt.
1670         (Makefile.am): Arrange to compile and run test-sys_stat-c++.
1671         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Invoke
1672         gl_MODULE_INDICATOR.
1673
1674         Tests of module 'sys_socket' in C++ mode.
1675         * tests/test-sys_socket-c++.cc: New file.
1676         * modules/sys_socket-tests (Files): Add it and tests/signature.h.
1677         (Depends-on): Add ansi-c++-opt.
1678         (Makefile.am): Arrange to compile and run test-sys_socket-c++.
1679         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Invoke
1680         gl_MODULE_INDICATOR.
1681
1682         Tests of module 'sys_select' in C++ mode.
1683         * tests/test-sys_select-c++.cc: New file.
1684         * modules/sys_select-tests (Files): Add it and tests/signature.h.
1685         (Depends-on): Add ansi-c++-opt.
1686         (Makefile.am): Arrange to compile and run test-sys_select-c++.
1687         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Invoke
1688         gl_MODULE_INDICATOR.
1689
1690         Tests of module 'sys_ioctl' in C++ mode.
1691         * tests/test-sys_ioctl-c++.cc: New file.
1692         * modules/sys_ioctl-tests (Files): Add it and tests/signature.h.
1693         (Depends-on): Add ansi-c++-opt.
1694         (Makefile.am): Arrange to compile and run test-sys_ioctl-c++.
1695         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Invoke
1696         gl_MODULE_INDICATOR.
1697
1698         Tests of module 'string' in C++ mode.
1699         * tests/test-string-c++.cc: New file.
1700         * modules/string-tests (Files): Add it and tests/signature.h.
1701         (Depends-on): Add ansi-c++-opt.
1702         (Makefile.am): Arrange to compile and run test-string-c++.
1703         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Invoke
1704         gl_MODULE_INDICATOR.
1705
1706         Tests of module 'stdlib' in C++ mode.
1707         * tests/test-stdlib-c++.cc: New file.
1708         * modules/stdlib-tests (Files): Add it and tests/signature.h.
1709         (Depends-on): Add ansi-c++-opt.
1710         (Makefile.am): Arrange to compile and run test-stdlib-c++.
1711         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Invoke
1712         gl_MODULE_INDICATOR.
1713
1714         Tests of module 'stdio' in C++ mode.
1715         * tests/test-stdio-c++.cc: New file.
1716         * modules/stdio-tests (Files): Add it and tests/signature.h.
1717         (Depends-on): Add ansi-c++-opt.
1718         (Makefile.am): Arrange to compile and run test-stdio-c++.
1719         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Invoke
1720         gl_MODULE_INDICATOR.
1721
1722         Tests of module 'spawn' in C++ mode.
1723         * tests/test-spawn-c++.cc: New file.
1724         * modules/spawn-tests (Files): Add it and tests/signature.h.
1725         (Depends-on): Add ansi-c++-opt.
1726         (Makefile.am): Arrange to compile and run test-spawn-c++.
1727         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Invoke
1728         gl_MODULE_INDICATOR.
1729
1730         Tests of module 'signal' in C++ mode.
1731         * tests/test-signal-c++.cc: New file.
1732         * modules/signal-tests (Files): Add it and tests/signature.h.
1733         (Depends-on): Add ansi-c++-opt.
1734         (Makefile.am): Arrange to compile and run test-signal-c++.
1735         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Invoke
1736         gl_MODULE_INDICATOR.
1737
1738         Tests of module 'search' in C++ mode.
1739         * tests/test-search-c++.cc: New file.
1740         * modules/search-tests (Files): Add it and tests/signature.h.
1741         (Depends-on): Add ansi-c++-opt.
1742         (Makefile.am): Arrange to compile and run test-search-c++.
1743         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Invoke
1744         gl_MODULE_INDICATOR.
1745
1746         Tests of module 'math' in C++ mode.
1747         * tests/test-math-c++.cc: New file.
1748         * modules/math-tests (Files): Add it and tests/signature.h.
1749         (Depends-on): Add ansi-c++-opt.
1750         (Makefile.am): Arrange to compile and run test-math-c++.
1751         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1752
1753         Tests of module 'locale' in C++ mode.
1754         * tests/test-locale-c++.cc: New file.
1755         * modules/locale-tests (Files): Add it and tests/signature.h.
1756         (Depends-on): Add ansi-c++-opt.
1757         (Makefile.am): Arrange to compile and run test-locale-c++.
1758         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Invoke
1759         gl_MODULE_INDICATOR.
1760
1761         Tests of module 'langinfo' in C++ mode.
1762         * tests/test-langinfo-c++.cc: New file.
1763         * modules/langinfo-tests (Files): Add it and tests/signature.h.
1764         (Depends-on): Add ansi-c++-opt.
1765         (Makefile.am): Arrange to compile and run test-langinfo-c++.
1766         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Invoke
1767         gl_MODULE_INDICATOR.
1768
1769         Tests of module 'iconv-h' in C++ mode.
1770         * tests/test-iconv-h-c++.cc: New file.
1771         * modules/iconv-h-tests (Files): Add it and tests/signature.h.
1772         (Depends-on): Add ansi-c++-opt.
1773         (Makefile.am): Arrange to compile and run test-iconv-h-c++.
1774
1775         Tests of module 'glob' in C++ mode.
1776         * tests/test-glob-c++.cc: New file.
1777         * modules/glob-tests (Files): Add it.
1778         (Depends-on): Add ansi-c++-opt.
1779         (Makefile.am): Arrange to compile and run test-glob-c++.
1780
1781         Tests of module 'fcntl-h' in C++ mode.
1782         * tests/test-fcntl-h-c++.cc: New file.
1783         * modules/fcntl-h-tests (Files): Add it and tests/signature.h.
1784         (Depends-on): Add ansi-c++-opt.
1785         (Makefile.am): Arrange to compile and run test-fcntl-h-c++.
1786         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Invoke
1787         gl_MODULE_INDICATOR.
1788
1789         Tests of module 'dirent' in C++ mode.
1790         * tests/test-dirent-c++.cc: New file.
1791         * modules/dirent-tests (Files): Add it and tests/signature.h.
1792         (Depends-on): Add ansi-c++-opt.
1793         (Makefile.am): Arrange to compile and run test-dirent-c++.
1794         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
1795         gl_MODULE_INDICATOR.
1796
1797         New module 'ansi-c++-opt'.
1798         * modules/ansi-c++-opt: New file.
1799         * m4/ansi-c++.m4: New file, from GNU gettext with modifications.
1800
1801         Document C++ namespace mode.
1802         * doc/gnulib.texi (A C++ namespace for gnulib): New section.
1803
1804         wctype: Avoid #define replacements in C++ mode.
1805         * lib/wctype.in.h: Include c++defs.h, warn-on-use.h.
1806         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower,
1807         iswprint, iswpunct, iswspace, iswupper, iswxdigit, towlower, towupper):
1808         In C++, define a namespaced alias symbol.
1809         * m4/wctype_h.m4 (gl_WCTYPE_H): Don't set WCTYPE_H.
1810         * modules/wctype (Depends-on): Add c++defs, warn-on-use.
1811         (Makefile.am): Provide a wctype.h replacement always. Update wctype.h
1812         rule.
1813
1814         wchar: Avoid #define replacements in C++ mode.
1815         * lib/wchar.in.h: Include c++defs.h.
1816         (btowc, wctob, mbsinit, mbrtowc, mbrlen, mbsrtowcs, mbsnrtowcs,
1817         wcrtomb, wcsrtombs, wcsnrtombs): In C++, define a namespaced alias
1818         symbol.
1819         (wcwidth): Likewise. Fix prototype to be POSIX compliant.
1820         * modules/wchar (Depends-on): Add c++defs.
1821         (Makefile.am): Update wchar.h rule.
1822
1823         unistd: Avoid #define replacements in C++ mode.
1824         * lib/unistd.in.h: Include c++defs.h.
1825         (chown, close, dup, dup2, dup3, euidaccess, faccessat, fchdir,
1826         fchownat, fsync, ftruncate, getcwd, getdomainname, getdtablesize,
1827         getgroups, gethostname, getlogin, getlogin_r, getpagesize,
1828         getusershell, setusershell, endusershell, lchown, link, linkat, lseek,
1829         pipe2, pread, readlink, readlinkat, rmdir, sleep, symlink, symlinkat,
1830         unlink, unlinkat, usleep, write): In C++, define a namespaced alias
1831         symbol.
1832         (environ): Update.
1833         * modules/unistd (Depends-on): Add c++defs.
1834         (Makefile.am): Update unistd.h rule.
1835
1836         time: Avoid #define replacements in C++ mode.
1837         * lib/time.in.h: Include c++defs.h, warn-on-use.h.
1838         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): In C++,
1839         define a namespaced alias symbol.
1840         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): New macro.
1841         (gl_HEADER_TIME_H_DEFAULTS): Initialize also GNULIB_MKTIME,
1842         GNULIB_NANOSLEEP, GNULIB_STRPTIME, GNULIB_TIMEGM.
1843         * modules/time (Depends-on): Add c++defs, warn-on-use.
1844         (Makefile.am): Update time.h rule.
1845         * modules/mktime (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
1846         * modules/nanosleep (configure.ac): Likewise.
1847         * modules/strptime (configure.ac): Likewise.
1848         * modules/timegm (configure.ac): Likewise.
1849
1850         sys_time: Avoid #define replacements in C++ mode.
1851         * lib/sys_time.in.h: Include c++defs.h.
1852         (gettimeofday): In C++, define a namespaced alias symbol.
1853         * modules/sys_time (Depends-on): Add c++defs.
1854         (Makefile.am): Update sys/time.h rule.
1855
1856         sys_stat: Avoid #define replacements in C++ mode.
1857         * lib/sys_stat.in.h: Include c++defs.h.
1858         (fchmodat, fstat, fstatat, futimens, lchmod, lstat, mkdir, mkdirat,
1859         mkfifo, mkfifoat, mknod, mknodat, utimensat): In C++, define a
1860         namespaced alias symbol.
1861         In C++, define a namespaced alias symbol.
1862         * modules/sys_stat (Depends-on): Add c++defs.
1863         (Makefile.am): Update sys/stat.h rule.
1864
1865         sys_socket: Avoid #define replacements in C++ mode.
1866         * lib/sys_socket.in.h: Handle the case of recursive include on Cygwin.
1867         Include c++defs.h. Include warn-on-use.h earlier. Enable the function
1868         definitions also when the system has a <sys/socket.h>.
1869         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
1870         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, accept4):
1871         In C++, define a namespaced alias symbol.
1872         * modules/sys_socket (Depends-on): Add c++defs.
1873         (Makefile.am): Update sys/socket.h rule.
1874
1875         sys_select: Avoid #define replacements in C++ mode.
1876         * lib/sys_select.in.h: Include c++defs.h. Enable the function
1877         definitions also when the system has a <sys/select.h>.
1878         (select): In C++, define a namespaced alias symbol.
1879         * modules/sys_select (Depends-on): Add c++defs.
1880         (Makefile.am): Update sys/select.h rule.
1881
1882         sys_ioctl: Avoid #define replacements in C++ mode.
1883         * lib/sys_ioctl.in.h: Include c++defs.h.
1884         (ioctl): In C++, define a namespaced alias symbol.
1885         * modules/sys_ioctl (Depends-on): Add c++defs.
1886         (Makefile.am): Update sys/ioctl.h rule.
1887
1888         string: Avoid #define replacements in C++ mode.
1889         * lib/string.in.h: Include c++defs.h.
1890         (stpncpy): Define to rpl_stpncpy, not gnu_stpncpy.
1891         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
1892         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
1893         strcasestr, strtok_r, mbslen, mbschr, mbsrchr, mbspbrk, strerror,
1894         strsignal, strverscmp): In C++, define a namespaced alias symbol.
1895         * modules/string (Depends-on): Add c++defs.
1896         (Makefile.am): Update string.h rule.
1897
1898         stdlib: Avoid #define replacements in C++ mode.
1899         * lib/stdlib.in.h: Include c++defs.h.
1900         (atoll, calloc, canonicalize_file_name, getloadavg, getsubopt, malloc,
1901         mkdtemp, mkostemp, mkostemps, mkstemp, mkstemps, putenv, random_r,
1902         srandom_r, initstate_r, setstate_r, realloc, realpath, rpmatch, setenv,
1903         strtod, strtoll, strtoull, unsetenv): In C++, define a namespaced alias
1904         symbol.
1905         * modules/stdlib (Depends-on): Add c++defs.
1906         (Makefile.am): Update stdlib.h rule.
1907
1908         stdio: Avoid #define replacements in C++ mode.
1909         * lib/stdio.in.h: Include c++defs.h.
1910         (dprintf, fclose, fflush, fopen, fprintf, fpurge, fputc, fputs,
1911         freopen, fseek, fseeko, ftell, ftello, fwrite, getdelim, getline,
1912         obstack_printf, obstack_vprintf, perror, popen, printf, fputc, putchar,
1913         puts, remove, rename, renameat, snprintf, sprintf, asprintf, vasprintf,
1914         vdprintf, vfprintf, vprintf, vsnprintf, vsprintf): In C++, define a
1915         namespaced alias symbol.
1916         * modules/stdio (Depends-on): Add c++defs.
1917         (Makefile.am): Update stdio.h rule.
1918
1919         spawn: Avoid #define replacements in C++ mode.
1920         * lib/spawn.in.h: Include c++defs.h.
1921         (posix_spawn, posix_spawnp, posix_spawnattr_init,
1922         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
1923         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
1924         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
1925         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
1926         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
1927         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
1928         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
1929         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
1930         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
1931         In C++, define a namespaced alias symbol.
1932         * modules/spawn (Depends-on): Add c++defs.
1933         (Makefile.am): Update spawn.h rule.
1934
1935         signal: Avoid #define replacements in C++ mode.
1936         * lib/signal.in.h: Include c++defs.h.
1937         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
1938         sigpending, sigprocmask, signal, raise, sigaction): In C++, define a
1939         namespaced alias symbol.
1940         * modules/signal (Depends-on): Add c++defs.
1941         (Makefile.am): Update signal.h rule.
1942
1943         search: Avoid #define replacements in C++ mode.
1944         * lib/search.in.h: Include c++defs.h.
1945         (_gl_search_compar_fn, _gl_search_action_fn): New types.
1946         (tsearch, tfind, tdelete, twalk): In C++, define a namespaced alias
1947         symbol.
1948         * modules/search (Depends-on): Add c++defs.
1949         (Makefile.am): Update search.h rule.
1950
1951         math: Avoid #define replacements in C++ mode.
1952         * lib/math.in.h: Include c++defs.h.
1953         (frexp, acosl, asinl, atanl, ceilf, ceill, cosl, expl, floorf, floorl,
1954         frexpl, ldexpl, logl, roundf, round, roundl, sinl, sqrtl, tanl, truncf,
1955         trunc, truncl): In C++, define a namespaced alias symbol.
1956         * modules/math (Depends-on): Add c++defs.
1957         (Makefile.am): Update math.h rule.
1958
1959         locale: Avoid #define replacements in C++ mode.
1960         * lib/locale.in.h: Include c++defs.h.
1961         (duplocale): In C++, define a namespaced alias symbol.
1962         * m4/locale_h.m4 (gl_LOCALE_H_DEFAULTS): Initialize HAVE_DUPLOCALE.
1963         * m4/duplocale.m4 (gl_FUNC_DUPLOCALE): Set HAVE_DUPLOCALE.
1964         * modules/locale (Depends-on): Add c++defs.
1965         (Makefile.am): Update locale.h rule. Substitute HAVE_DUPLOCALE.
1966
1967         langinfo: Avoid #define replacements in C++ mode.
1968         * lib/langinfo.in.h: Include c++defs.h.
1969         (nl_langinfo): In C++, define a namespaced alias symbol.
1970         * modules/langinfo (Depends-on): Add c++defs.
1971         (Makefile.am): Update langinfo.h rule.
1972
1973         iconv-h: Avoid #define replacements in C++ mode.
1974         * lib/iconv.in.h: Include c++defs.h, warn-on-use.h.
1975         (iconv_open, iconv, iconv_close): In C++, define a namespaced alias
1976         symbol.
1977         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
1978         whenever iconv is present.
1979         * modules/iconv-h (Depends-on): Add c++defs, warn-on-use.
1980         (Makefile.am): Update iconv.h rule.
1981
1982         glob: Avoid #define replacements in C++ mode.
1983         * lib/glob.in.h: Include c++defs.h, warn-on-use.h.
1984         (_gl_glob_errfunc_fn): New type.
1985         (glob, globfree, glob_pattern_p): In C++, define a namespaced alias
1986         symbol.
1987         * modules/glob (Depends-on): Add c++defs, warn-on-use.
1988         (Makefile.am): Update glob.h rule.
1989
1990         fcntl-h: Avoid #define replacements in C++ mode.
1991         * lib/fcntl.in.h: Include c++defs.h.
1992         (fcntl, open, openat): In C++, define a namespaced alias symbol.
1993         * modules/fcntl-h (Depends-on): Add c++defs.
1994         (Makefile.am): Update fcntl.h rule.
1995
1996         dirent: Avoid #define replacements in C++ mode.
1997         * lib/dirent.in.h: Include c++defs.h.
1998         (closedir, fdopendir, opendir, scandir, alphasort): In C++, define a
1999         namespaced alias symbol.
2000         (dirfd): Update declaration.
2001         * modules/dirent (Depends-on): Add c++defs.
2002         (Makefile.am): Update dirent.h rule.
2003
2004         ctype: Make it usable in C++ code.
2005         * lib/ctype.in.h: Include c++defs.h.
2006         (isblank): Declare as extern "C".
2007         * modules/ctype (Depends-on): Add c++defs.
2008         (Makefile.am): Update ctype.h rule.
2009
2010         New module 'c++defs'.
2011         * modules/c++defs: New file.
2012         * build-aux/c++defs.h: New file.
2013         Reported by John W. Eaton <jwe@gnu.org>.
2014
2015 2010-03-07  Bruno Haible  <bruno@clisp.org>
2016
2017         logb: Provide missing declaration for Cygwin.
2018         * lib/math.in.h (logb): New declaration.
2019         * m4/logb.m4: New file.
2020         * modules/logb (Files): Add m4/logb.m4.
2021         (Depends-on): Add math.
2022         (configure.ac): Invoke gl_FUNC_LOGB, gl_MATH_MODULE_INDICATOR.
2023         * m4/math_h.m4 (gl_MATH_H): Check also for logb declaration.
2024         (gl_MATH_H_DEFAULTS): Initialize GNULIB_LOGB, HAVE_DECL_LOGB.
2025         * modules/math (Makefile.am): Substitute GNULIB_LOGB, HAVE_DECL_LOGB.
2026         * doc/posix-functions/logb.texi: Mention the Cygwin bug.
2027
2028 2010-03-07  Bruno Haible  <bruno@clisp.org>
2029
2030         Fix test-cond link error.
2031         * tests/test-cond.c: Include <stdio.h>.
2032
2033 2010-03-07  Bruno Haible  <bruno@clisp.org>
2034
2035         Fix test-dirent-safer link error.
2036         * modules/dirent-safer-tests (Makefile.am): Define
2037         test_dirent_safer_LDADD.
2038
2039 2010-03-07  Bruno Haible  <bruno@clisp.org>
2040
2041         * gnulib-tool (func_create_testdir): Don't use 'lib-ignore' module
2042         among default module list.
2043
2044 2010-03-07  Bruno Haible  <bruno@clisp.org>
2045
2046         Fix link error on platforms with GNU libiconv.
2047         * modules/unistr/u8-strcoll-tests (Makefile): Define
2048         test_u8_strcoll_LDADD.
2049         * modules/unistr/u16-strcoll-tests (Makefile): Define
2050         test_u16_strcoll_LDADD.
2051         * modules/unistr/u32-strcoll-tests (Makefile): Define
2052         test_u32_strcoll_LDADD.
2053
2054 2010-03-07  Bruno Haible  <bruno@clisp.org>
2055
2056         Use POSIX declarations for socket functions.
2057         * lib/sys_socket.in.h (rpl_connect, rpl_accept, rpl_bind,
2058         rpl_getpeername, rpl_getsockname, rpl_recv, rpl_send, rpl_recvfrom,
2059         rpl_sendto): Change declaration to match POSIX.
2060         * lib/connect.c (rpl_connect): Likewise.
2061         * lib/accept.c (rpl_accept): Likewise.
2062         * lib/bind.c (rpl_bind): Likewise.
2063         * lib/getpeername.c (rpl_getpeername): Likewise.
2064         * lib/getsockname.c (rpl_getsockname): Likewise.
2065         * lib/recv.c (rpl_recv): Likewise.
2066         * lib/send.c (rpl_send): Likewise.
2067         * lib/recvfrom.c (rpl_recvfrom): Likewise.
2068         * lib/sendto.c (rpl_sendto): Likewise.
2069
2070 2010-03-06  Bruno Haible  <bruno@clisp.org>
2071
2072         Clarify access, euidaccess, faccessat.
2073         * doc/posix-functions/faccessat.texi: Mention security problem under
2074         "Other problems", not "Portability problems".
2075         * doc/posix-functions/access.texi: Likewise. Mention a related security
2076         problem.
2077         * doc/glibc-functions/euidaccess.texi: Mention security problems.
2078         * lib/euidaccess.c: Add comments about platforms.
2079         * lib/unistd.in.h (access, euidaccess): Add warnings.
2080
2081 2010-03-07  Bruno Haible  <bruno@clisp.org>
2082
2083         Ensure posix_spawnattr_{get,set}sched{policy,param} are defined.
2084         * lib/spawn.in.h (POSIX_SPAWN_SETSCHEDPARAM): Define fallback.
2085         (POSIX_SPAWN_SETSCHEDULER): Likewise.
2086         (POSIX_SPAWN_USEVFORK): Define in a way that works when
2087         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
2088         (posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy): Also
2089         declare when POSIX_SPAWN_SETSCHEDULER is zero.
2090         (posix_spawnattr_getschedparam, posix_spawnattr_setschedparam): Also
2091         declare when POSIX_SPAWN_SETSCHEDPARAM is zero.
2092         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Test whether
2093         POSIX_SPAWN_SETSCHEDULER or POSIX_SPAWN_SETSCHEDPARAM are zero.
2094         * modules/posix_spawnattr_getschedparam (configure.ac): Enable the
2095         replacement also when POSIX_SPAWN_SETSCHEDPARAM is zero.
2096         * modules/posix_spawnattr_setschedparam (configure.ac): Likewise.
2097         * modules/posix_spawnattr_getschedpolicy (configure.ac): Enable the
2098         replacement also when POSIX_SPAWN_SETSCHEDULER is zero.
2099         * modules/posix_spawnattr_setschedpolicy (configure.ac): Likewise.
2100         * lib/spawnattr_getschedparam.c (posix_spawnattr_getschedparam): Do
2101         nothing if POSIX_SPAWN_SETSCHEDPARAM is zero.
2102         * lib/spawnattr_setschedparam.c (posix_spawnattr_setschedparam):
2103         Likewise.
2104         * lib/spawnattr_getschedpolicy.c (posix_spawnattr_getschedpolicy): Do
2105         nothing if POSIX_SPAWN_SETSCHEDULER is zero.
2106         * lib/spawnattr_setschedpolicy.c (posix_spawnattr_setschedpolicy):
2107         Likewise.
2108         * tests/test-spawn.c (main): Make it work when
2109         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
2110
2111 2010-03-07  Bruno Haible  <bruno@clisp.org>
2112
2113         Fix incorrect Makefile.am generation in German locale.
2114         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2115         Execute sed command with character range in C locale.
2116
2117 2010-03-06  Bruno Haible  <bruno@clisp.org>
2118
2119         Tests for module 'iconv-h'.
2120         * modules/iconv-h-tests: New file.
2121         * tests/test-iconv-h.c: New file.
2122
2123         New module 'iconv-h'.
2124         * modules/iconv-h: New file.
2125         * modules/iconv_open (Files): Remove lib/iconv.in.h, m4/iconv_h.m4.
2126         (Depends-on): Add iconv-h. Remove include_next, arg-nonnull.
2127         (configure.ac): Remove gl_ICONV_H.
2128         (Makefile.am): Remove rule for iconv.h.
2129
2130 2010-03-06  Bruno Haible  <bruno@clisp.org>
2131
2132         More consistent naming of *.m4 files.
2133         * m4/wctype_h.m4: Renamed from m4/wctype.m4.
2134         * modules/wctype (Files): Update.
2135
2136         More consistent naming of *.m4 files.
2137         * m4/wchar_h.m4: Renamed from m4/wchar.m4.
2138         * modules/wchar (Files): Update.
2139
2140 2010-03-06  Jim Meyering  <meyering@redhat.com>
2141
2142         euidaccess: relax license to LGPLv2+
2143         * modules/euidaccess (License): Relax to LGPLv2+.
2144
2145 2010-03-06  Bruno Haible  <bruno@clisp.org>
2146
2147         Prefer lib_SOURCES over unconditional AC_LIBOBJ.
2148         * modules/exitfail (configure.ac): Remove AC_LIBOBJ invocation.
2149         (Makefile.am): Augment lib_SOURCES instead.
2150
2151 2010-03-04  Jim Meyering  <meyering@redhat.com>
2152
2153         utime: remove obsolete module
2154         This module, like autoconf's AC_FUNC_UTIME_NULL macro, has been
2155         unnecessary for years, and has been marked as obsolete for 10 months.
2156         * modules/utime: Remove file.
2157         * lib/utime.c: Remove file.
2158         * m4/utime.m4: Remove file.
2159         * m4/utimes-null.m4: Remove file.
2160         * doc/posix-functions/utime.texi (utime): Remove reference to
2161         the module.  Move the sole "fixed by gnulib" item into the
2162         "problems not fixed by Gnulib" list.
2163         * MODULES.html.sh (func_all_modules): Remove reference to "utime".
2164
2165 2010-03-05  Simon Josefsson  <simon@josefsson.org>
2166
2167         * modules/exit (License): Relax license to LGPLv2+.
2168         (Status): Mark as obsolete.
2169         * NEWS: Mention deprecated 'exit' module.
2170         * doc/posix-functions/exit.texi: Recommend 'stdlib' module instead
2171         of now obsolete 'exit'.
2172
2173 2010-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2174
2175         fts-lgpl: remove unused module
2176         * modules/fts-lgpl: Remove.
2177         * MODULES.html.sh (func_all_modules): Adjust.
2178         * check-module (find_included_lib_files): Adjust.
2179         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove.
2180
2181 2010-03-02  Ben Walton  <bwalton@artsci.utoronto.ca>  (tiny change)
2182
2183         copy-acl: enhance Solaris ACL error handling
2184         * lib/copy-acl.c (qcopy_acl): Also ignore EOPNOTSUPP.
2185         * lib/set-mode-acl.c (qset_acl): Likewise.
2186
2187 2010-03-02  Bruno Haible  <bruno@clisp.org>
2188
2189         spawn: Don't override the system defined values on FreeBSD 8.
2190         * lib/spawn.in.h (POSIX_SPAWN_RESETIDS, POSIX_SPAWN_SETPGROUP,
2191         POSIX_SPAWN_SETSIGDEF, POSIX_SPAWN_SETSIGMASK,
2192         POSIX_SPAWN_SETSCHEDPARAM, POSIX_SPAWN_SETSCHEDULER): Don't redefine
2193         if HAVE_POSIX_SPAWN is 1.
2194         Reported by Johan van Selst <johans@stack.nl> via Eric Blake.
2195
2196 2010-03-01  Bruno Haible  <bruno@clisp.org>
2197
2198         * doc/gnulib-tool.texi (Initial import): Clarify the requirements
2199         regarding Automake.
2200
2201 2010-02-25  Bruno Haible  <bruno@clisp.org>
2202
2203         Fix breakage of gnulib-tool with ksh, introduced on 2010-02-21.
2204         * gnulib-tool: Define 'echo' as a function only before the ksh alias
2205         setting, not afterwards.
2206         Reported by Ben Walton <bwalton@artsci.utoronto.ca>.
2207
2208 2010-02-24  Eric Blake  <eblake@redhat.com>
2209
2210         bootstrap, git-version-gen: use timestamp
2211         * build-aux/git-version-gen (scriptversion): Force UTC.
2212         * build-aux/bootstrap (scriptversion): New variable.
2213
2214         bootstrap: allow older git
2215         * build-aux/bootstrap (GNULIB_SRCDIR): Add fallback if git is
2216         older than 1.6.4.  Requested by the libvirt project.
2217
2218 2010-02-23  Eric Blake  <eblake@redhat.com>
2219
2220         warn-on-use: work with old autoconf
2221         * m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Accomodate older
2222         AS_VAR semantics of autoconf 2.60.
2223         Reported by Bruno Haible.
2224
2225         bootstrap: improve some comments
2226         * build-aux/bootstrap: Drop unneeded emacs hint.  Add some
2227         clarification comments.
2228
2229         gettimeofday: provide correct function
2230         * lib/gettimeofday.c (gettimeofday): Provide rpl_gettimeofday only
2231         when replacement is declared, otherwise provide gettimeofday.
2232         Reported by Michael Goffioul.
2233
2234 2010-02-23  Jim Meyering  <meyering@redhat.com>
2235
2236         lib-ignore: relax license to "unlimited", not LGPLv2+
2237         * modules/lib-ignore (License): Relax to "unlimited".
2238
2239 2010-02-23  Jim Meyering  <meyering@redhat.com>
2240
2241         lib-ignore: relax license to LGPLv2+
2242         * modules/lib-ignore (License): Relax to LGPLv2+.
2243
2244 2010-02-22  Eric Blake  <eblake@redhat.com>
2245
2246         lseek: avoid bash 3.2 broken pipe bug
2247         * m4/lseek.m4 (gl_FUNC_LSEEK): Drain pipe, to avoid spurious
2248         warning from bash 3.2.
2249         Reported by Ben Pfaff, with analysis from Bruno Haible.
2250
2251         bootstrap: support non-FSF copyright holder
2252         * build-aux/bootstrap (COPYRIGHT_HOLDER, with_gettext): Allow
2253         bootstrap.conf override of COPYRIGHT_HOLDER.
2254         (MSGID_BUGS_ADDRESS): Allow URL rather than email.
2255
2256         bootstrap: interoperate with gettext 0.14.1
2257         * build-aux/bootstrap (slurp): Fix typo when using older gettext.
2258
2259         bootstrap: allow for alternate submodule location
2260         * build-aux/bootstrap (gnulib_path): New variable; use instead of
2261         hardcoding submodule location.
2262         (gnulib_mk): Allow direct use of Makefile.am.
2263
2264         bootstrap: use GNULIB_SRCDIR to reduce disk usage
2265         * build-aux/bootstrap (GNULIB_SRCDIR): If set, use as a reference,
2266         rather than reconfiguring where the submodule points.
2267
2268         gettimeofday: restore support for platforms that lack function
2269         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Also compile
2270         replacement if function is missing.
2271         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_DEFAULTS): New witness.
2272         * modules/sys_time (Makefile.am): Substitute it.
2273         * lib/sys_time.in.h (gettimeofday): Check it.
2274         Reported by Michael Goffioul.
2275
2276 2010-02-21  Bruno Haible  <bruno@clisp.org>
2277
2278         * lib/stdio.in.h (obstack_printf): Fix typo.
2279
2280 2010-02-21  Jose E. Marchesi  <jemarch@gnu.org>
2281
2282         vc-list-files: use bzr ls's -R option
2283         * build-aux/vc-list-files: Invoke bazaar to generate a recursive
2284         list of versioned files based on 'dir' (usage of -R in 'bzr ls').
2285
2286 2010-02-21  Jim Meyering  <meyering@redhat.com>
2287
2288         init.sh: fix EXEEXT shims to work also for names like test-prog
2289         * tests/init.sh: Re-exec a better shell, when needed.
2290         If the current shell lacks support for posix $(...), an init.sh-using
2291         test will now try to find a shell that supports that.  If EXEEXT is
2292         nonempty, we also require support for hyphen-in-alias-name and shell
2293         substitutions like ${var#glob}.  Failure to find such a shell results
2294         in a skipped test.
2295
2296 2010-02-21  Bruno Haible  <bruno@clisp.org>
2297
2298         Really work around around "broken pipe" error message from bash 3.2.
2299         * gnulib-tool (func_reset_sigpipe): Remove function.
2300         (echo): In bash 3.2, define to a function that uses printf.
2301         Analyzed by Ralf Wildenhues, Chet Ramey, Ben Pfaff.
2302
2303 2010-02-20  Bruno Haible  <bruno@clisp.org>
2304
2305         Restore support for automake 1.9.6 with autoconf 2.61.
2306         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Ensure MKDIR_P is AC_SUBSTed.
2307         Reported by James Youngman <jay@gnu.org>.
2308
2309 2010-02-20  Bruno Haible  <bruno@clisp.org>
2310
2311         Improve *printf warning condition.
2312         * lib/stdio.in.h (fprintf, printf, vfprintf, vprintf): Emit warning
2313         also if GNULIB_POSIXCHECK is defined, the *-posix module is not used,
2314         and the function is overridden due to SIGPIPE emulation.
2315
2316 2010-02-20  Bruno Haible  <bruno@clisp.org>
2317
2318         * lib/stdio.in.h: Tweak comments.
2319
2320 2010-02-19  Bruno Haible  <bruno@clisp.org>
2321
2322         Make it easier to find modules. New gnulib-tool option '--find'.
2323         * gnulib-tool: New option --find.
2324         (func_usage): Document it.
2325         (func_sanitize_modulelist): New function, extracted from
2326         func_all_modules.
2327         (func_all_modules): Invoke it.
2328         * doc/gnulib-tool.texi (Which modules?): New node.
2329
2330 2010-02-18  Markus Duft <mduft@gentoo.org>  (tiny change)
2331
2332         * lib/sys_select.in.h: Provide select replacement even if
2333         sys/select.h exists on a system, for Interix.
2334
2335 2010-02-18  Jim Meyering  <meyering@redhat.com>
2336
2337         init.sh: don't use $(...) just yet
2338         * tests/init.sh (create_exe_shim_functions_): Use `...`, not $(...),
2339         to accommodate e.g., Solaris' /bin/sh.
2340
2341 2010-02-17  Bruno Haible  <bruno@clisp.org>
2342
2343         * doc/posix-headers/netdb.texi: Mention NetBSD 5.0 problem.
2344         Reported by Ludovic Courtès <ludo@gnu.org>.
2345
2346 2010-02-16  Simon Josefsson  <simon@josefsson.org>
2347
2348         * modules/userspec-tests (test_userspec_LDADD): Add variable, for
2349         linking with -lintl.
2350
2351 2010-02-17  Simon Josefsson  <simon@josefsson.org>
2352
2353         * lib/netdb.in.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Define to 0
2354         if not provided by the system's netdb.h.  Reported by
2355         ludo@gnu.org (Ludovic Courtès).
2356
2357 2010-02-15  Jim Meyering  <meyering@redhat.com>
2358
2359         init.sh: improve portability and efficiency
2360         * tests/init.sh (find_exe_basenames_): Remove unnecessary use of
2361         "dummy" in a for loop.
2362         Use '!', not '^' to select the complement of a character set used
2363         in a "case" statement.
2364         Use shell variable manipulation, a la ${...%.exe}, rather than sed.
2365         Suggestions from Eric Blake.
2366
2367         init.sh: automatically accommodate programs with the .exe suffix
2368         Automatically arrange for an invocation of "prog" to execute the
2369         program named "prog$EXEEXT" (usually prog.exe).  Thus, all invocations
2370         may use the simpler "prog", yet still work when built on a system
2371         that requires specifying the added suffix.
2372         Do this by constructing a function named "prog" that invokes
2373         "prog.exe" for each .exe file in selected directories.
2374         * tests/init.sh (find_exe_basenames_): New function.
2375         (create_exe_shim_functions_): New function.
2376         (path_prepend_): Use it.
2377
2378         maint.mk: mark syntax-check sc_*.m rules as .PHONY
2379         * top/maint.mk ($(syntax-check-rules)): Add .PHONY, so that
2380         "make -t syntax-check" doesn't create a ton of sc_*.m files.
2381
2382 2010-02-14  Jim Meyering  <meyering@redhat.com>
2383
2384         maint.mk: prohibit inclusion of "hash-pjw.h" without_use
2385         * top/maint.mk (sc_prohibit_hash_without_use): Re-add "@".
2386         (sc_prohibit_hash_pjw_without_use): New rule.
2387
2388         maint.mk: allow the default upload destination dir to be overridden
2389         * top/maint.mk (upload_dest_dir_): Define with a default that
2390         preserves the status quo.
2391         (emit_upload_commands): Use it, rather than hard-coding $(PACKAGE).
2392         Reported by Peter Simons.
2393
2394         maint.mk: prohibit inclusion of "hash.h" without_use
2395         * top/maint.mk (sc_prohibit_hash_without_use): New rule.
2396
2397 2010-02-10  Jim Meyering  <meyering@redhat.com>
2398
2399         maint.mk: prohibit inclusion of "ignore-value.h" without_use
2400         * top/maint.mk (sc_prohibit_ignore_value_without_use): New rule.
2401
2402 2010-02-09  Eric Blake  <ebb9@byu.net>
2403         and Bruno Haible  <bruno@clisp.org>
2404
2405         obstack-printf-posix: ensure declaration
2406         * m4/obstack-printf.m4 (gl_DECL_OBSTACK_PRINTF): New macro,
2407         extracted from gl_FUNC_OBSTACK_PRINTF.
2408         (gl_FUNC_OBSTACK_PRINTF): Invoke it.
2409         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
2410         Likewise.
2411         * lib/stdio.in.h (obstack_printf, obstack_vprintf): Declare also
2412         if GNULIB_OBSTACK_PRINTF_POSIX is 1 and GNULIB_OBSTACK_PRINTF is
2413         0.
2414
2415 2010-02-08  Bruno Haible  <bruno@clisp.org>
2416
2417         gnulib-tool: Fix typo in 2010-02-07 commit.
2418         * gnulib-tool (func_get_dependencies): Fix typo in last commit.
2419         Reported by Eric Blake.
2420
2421 2010-02-07  Bruno Haible  <bruno@clisp.org>
2422
2423         gnulib-tool: Fix up caching patches.
2424         * gnulib-tool: New options --cache-modules, --no-cache-modules. Remove
2425         option --no-cache. Use associative arrays when supported by the shell.
2426         (sed_comments): New variable.
2427         (modcache): Renamed from do_cache.
2428         (sed_extract_field_header): Renamed from sed_extract_cache_prog. Don't
2429         abbreviate unnecessarily.
2430         (have_associative): New variable.
2431         (func_cache_var): Define correctly for bash 1.x. Define in an optimized
2432         way also for ksh and zsh.
2433         (func_init_sed_convert_to_cache_statements): New function, extracted
2434         from func_cache_lookup_module. Add support for associative arrays.
2435         Don't set the c_MODULE_cached variable here. Ignore all lines before
2436         the first field header. Remove only the final newline, not all trailing
2437         newlines. Support empty fields correctly. Limit the use of 'eval' to
2438         assignments.
2439         (func_get_description, func_get_status, func_get_notice,
2440         func_get_applicability, func_get_filelist, func_get_dependencies,
2441         func_get_autoconf_early_snippet, func_get_autoconf_snippet,
2442         func_get_automake_snippet, func_get_include_directive,
2443         func_get_link_directive, func_get_license, func_get_maintainer):
2444         Update documentation. List the unoptimized code first. Add support for
2445         associative arrays. Limit the use of 'eval' to assignments.
2446         (func_get_applicability): Undo stylistic pessimisations.
2447         (func_get_automake_snippet, func_get_include_directive): Reduce code
2448         duplication.
2449         (func_modules_transitive_closure, func_modules_add_dummy,
2450         func_modules_notice, func_modules_to_filelist, func_add_file,
2451         func_update_file, func_emit_lib_Makefile_am, func_emit_po_Makevars,
2452         func_emit_po_POTFILES_in, func_emit_tests_Makefile_am, func_import,
2453         func_create_testdir, func_create_megatestdir): Update documentation.
2454
2455 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2456
2457         * gnulib-tool (func_cache_lookup_module): Store the module name
2458         belonging to the cache variable; error out if two different
2459         module names map to the same cache variable name.
2460
2461 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2462
2463         gnulib-tool: Make caching optional.
2464         * gnulib-tool: Accept option --no-cache, turning off $do_cache.
2465         Update matching short versions of --no-changelog.
2466         (func_usage): Update.
2467         (sed_extract_cache_prog): Renamed from ...
2468         (sed_extract_prog): ... this; revert to old extraction script.
2469         (func_get_description, func_get_status)
2470         (func_get_notice, func_get_applicability, func_get_filelist)
2471         (func_get_dependencies, func_get_autoconf_early_snippet)
2472         (func_get_autoconf_snippet, func_get_automake_snippet)
2473         (func_get_include_directive, func_get_link_directive)
2474         (func_get_license, func_get_maintainer): If $do_cache is false,
2475         use old, non-caching extraction scripts.
2476         Suggestion by Bruno Haible.
2477
2478 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2479
2480         gnulib-tool: cache module metainformation.
2481         * gnulib-tool (sed_extract_prog): Match newline before each
2482         header, and rewrite header to a shell variable suffix.
2483         (func_cache_var, func_cache_lookup_module): New functions,
2484         to turn a module name into a cache variable prefix, and to
2485         look up and cache module metainformation.
2486         (func_get_description, func_get_status)
2487         (func_get_notice, func_get_applicability, func_get_filelist)
2488         (func_get_dependencies, func_get_autoconf_early_snippet)
2489         (func_get_autoconf_snippet, func_get_automake_snippet)
2490         (func_get_include_directive, func_get_link_directive)
2491         (func_get_license, func_get_maintainer): Use
2492         func_cache_lookup_module.
2493
2494 2010-02-07  Bruno Haible  <bruno@clisp.org>
2495
2496         fnctl: Fix missing dependency.
2497         * modules/fcntl (Depends-on): Add getdtablesize.
2498         Reported by John W. Eaton <jwe@gnu.org>.
2499
2500 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
2501
2502         Argp: fix recognition of short alias options.
2503
2504         * lib/argp-parse.c (convert_options): Fix improper use of
2505         `|' between character values.
2506         * tests/test-argp.c (group1_option): New alias option
2507         --read (-r).
2508         (group1_parser): Special handling for 'r'.
2509         (test15): New test case.
2510         (test_fun): Add test15.
2511         * tests/test-argp-2.sh: Update expected --help and --usage
2512         outputs.
2513
2514 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
2515
2516         * tests/test-argp.c: Fix indentation.
2517
2518 2010-02-04  Eric Blake  <ebb9@byu.net>
2519
2520         gettimeofday: expose type of second argument
2521         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Do better detection
2522         of glibc extension signature, and define GETTIMEOFDAY_TIMEZONE.
2523         * tests/test-gettimeofday.c: Use it to silence warning.
2524         * doc/posix-functions/gettimeofday.texi (gettimeofday): Document
2525         the issue.
2526
2527 2010-02-03  Jim Meyering  <meyering@redhat.com>
2528
2529         regcomp.c: avoid the sole warning from gcc's -Wtype-limits
2530         * lib/regcomp.c (TYPE_SIGNED): Define.
2531         (parse_dup_op): Use it to avoid the sole warning from -Wtype-limits.
2532
2533         regcomp.c: avoid a new -Wshadow warning
2534         * lib/regcomp.c (create_initial_state): Do not shadow local "err".
2535
2536 2010-02-01  Jim Meyering  <meyering@redhat.com>
2537
2538         removing useless parentheses in cpp #define directives
2539         For motivation, see commit c0221df4, "define STREQ(a,b)
2540         consistently, removing useless parentheses"
2541         * lib/memcmp.c (CMP_LT_OR_GT): Remove useless parentheses.
2542         * lib/mountlist.c (MNT_IGNORE): Likewise.
2543         * lib/trim.h (trim, trim_trailing, trim_leading): Likewise.
2544
2545 2010-02-01  Eric Blake  <ebb9@byu.net>
2546
2547         sys_time: use link-warning
2548         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Split defaults...
2549         (gl_HEADER_SYS_TIME_H_DEFAULTS): ...into new macro.
2550         (gl_SYS_TIME_MODULE_INDICATOR): New macro.
2551         * modules/sys_time (Depends-on): Add warn-on-use.
2552         (Makefile.am): Always build replacement.
2553         (configure.ac): Update substitutions.
2554         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY)
2555         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Include defaults, and no longer
2556         bother with SYS_TIME_H.
2557         * modules/gettimeofday (configure.ac): Declare indicator.
2558         * lib/sys_time.in.h (gettimeofday): Warn if gnulib module is not
2559         in use.
2560
2561         closein-tests: silence compiler warning
2562         * tests/test-closein.c (main): Ignore fread result.
2563         * modules/closein-tests (Depends-on): Add ignore-value.
2564
2565         tests: silence warning about system return
2566         * tests/test-areadlink-with-size.c (main): Ignore system result.
2567         * tests/test-areadlink.c (main): Likewise.
2568         * tests/test-areadlinkat-with-size.c (main): Likewise.
2569         * tests/test-areadlinkat.c (main): Likewise.
2570         * tests/test-canonicalize-lgpl.c (main): Likewise.
2571         * tests/test-canonicalize.c (main): Likewise.
2572         * tests/test-chown.c (main): Likewise.
2573         * tests/test-fchownat.c (main): Likewise.
2574         * tests/test-fdutimensat.c (main): Likewise.
2575         * tests/test-fstatat.c (main): Likewise.
2576         * tests/test-futimens.c (main): Likewise.
2577         * tests/test-lchown.c (main): Likewise.
2578         * tests/test-link.c (main): Likewise.
2579         * tests/test-linkat.c (main): Likewise.
2580         * tests/test-lstat.c (main): Likewise.
2581         * tests/test-mkdir.c (main): Likewise.
2582         * tests/test-mkdirat.c (main): Likewise.
2583         * tests/test-mkfifo.c (main): Likewise.
2584         * tests/test-mkfifoat.c (main): Likewise.
2585         * tests/test-mknod.c (main): Likewise.
2586         * tests/test-readlink.c (main): Likewise.
2587         * tests/test-remove.c (main): Likewise.
2588         * tests/test-rename.c (main): Likewise.
2589         * tests/test-renameat.c (main): Likewise.
2590         * tests/test-rmdir.c (main): Likewise.
2591         * tests/test-symlink.c (main): Likewise.
2592         * tests/test-symlinkat.c (main): Likewise.
2593         * tests/test-unlink.c (main): Likewise.
2594         * tests/test-unlinkat.c (main): Likewise.
2595         * tests/test-utimens.c (main): Likewise.
2596         * tests/test-utimensat.c (main): Likewise.
2597         * modules/areadlink-tests (Depends-on): Add ignore-value.
2598         * modules/areadlink-with-size-tests (Depends-on): Likewise.
2599         * modules/areadlinkat-tests (Depends-on): Likewise.
2600         * modules/areadlinkat-with-size-tests (Depends-on): Likewise.
2601         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
2602         * modules/canonicalize-tests (Depends-on): Likewise.
2603         * modules/chown-tests (Depends-on): Likewise.
2604         * modules/fdutimensat-tests (Depends-on): Likewise.
2605         * modules/futimens-tests (Depends-on): Likewise.
2606         * modules/lchown-tests (Depends-on): Likewise.
2607         * modules/link-tests (Depends-on): Likewise.
2608         * modules/linkat-tests (Depends-on): Likewise.
2609         * modules/lstat-tests (Depends-on): Likewise.
2610         * modules/mkdir-tests (Depends-on): Likewise.
2611         * modules/mkfifo-tests (Depends-on): Likewise.
2612         * modules/mkfifoat-tests (Depends-on): Likewise.
2613         * modules/mknod-tests (Depends-on): Likewise.
2614         * modules/openat-tests (Depends-on): Likewise.
2615         * modules/readlink-tests (Depends-on): Likewise.
2616         * modules/remove-tests (Depends-on): Likewise.
2617         * modules/rename-tests (Depends-on): Likewise.
2618         * modules/renameat-tests (Depends-on): Likewise.
2619         * modules/rmdir-tests (Depends-on): Likewise.
2620         * modules/symlink-tests (Depends-on): Likewise.
2621         * modules/symlinkat-tests (Depends-on): Likewise.
2622         * modules/unlink-tests (Depends-on): Likewise.
2623         * modules/utimens-tests (Depends-on): Likewise.
2624         * modules/utimensat-tests (Depends-on): Likewise.
2625
2626 2010-01-31  Bruno Haible  <bruno@clisp.org>
2627
2628         Perform the same test for many <math.h> functions.
2629         * m4/mathfunc.m4 (gl_COMMON_DOUBLE_MATHFUNC,
2630         gl_COMMON_DOUBLE_MATHFUNC_TEST): New macros.
2631         * m4/sqrt.m4 (gl_FUNC_SQRT): Invoke gl_COMMON_DOUBLE_MATHFUNC instead
2632         of gl_MATHFUNC.
2633         * modules/acos (configure.ac): Likewise.
2634         * modules/asin (configure.ac): Likewise.
2635         * modules/atan (configure.ac): Likewise.
2636         * modules/atan2 (configure.ac): Likewise.
2637         * modules/cbrt (configure.ac): Likewise.
2638         * modules/copysign (configure.ac): Likewise.
2639         * modules/cos (configure.ac): Likewise.
2640         * modules/cosh (configure.ac): Likewise.
2641         * modules/erf (configure.ac): Likewise.
2642         * modules/erfc (configure.ac): Likewise.
2643         * modules/exp (configure.ac): Likewise.
2644         * modules/fmod (configure.ac): Likewise.
2645         * modules/hypot (configure.ac): Likewise.
2646         * modules/j0 (configure.ac): Likewise.
2647         * modules/j1 (configure.ac): Likewise.
2648         * modules/jn (configure.ac): Likewise.
2649         * modules/lgamma (configure.ac): Likewise.
2650         * modules/log (configure.ac): Likewise.
2651         * modules/log10 (configure.ac): Likewise.
2652         * modules/log1p (configure.ac): Likewise.
2653         * modules/pow (configure.ac): Likewise.
2654         * modules/remainder (configure.ac): Likewise.
2655         * modules/sin (configure.ac): Likewise.
2656         * modules/sinh (configure.ac): Likewise.
2657         * modules/tan (configure.ac): Likewise.
2658         * modules/tanh (configure.ac): Likewise.
2659         * modules/y0 (configure.ac): Likewise.
2660         * modules/y1 (configure.ac): Likewise.
2661         * modules/yn (configure.ac): Likewise.
2662         Suggested by Paolo Bonzini.
2663
2664 2010-01-31  Bruno Haible  <bruno@clisp.org>
2665
2666         * m4/getline.m4 (gl_FUNC_GETLINE): Add comment about REPLACE_GETLINE.
2667
2668 2010-01-31  Bruno Haible  <bruno@clisp.org>
2669
2670         Work around getdelim() bug on FreeBSD 8.0.
2671         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Test whether getdelim supports an
2672         initially NULL line. Set REPLACE_GETDELIM if getdelim exists but does
2673         not work.
2674         * lib/stdio.in.h (getdelim): Define as an alias if REPLACE_GETDELIM
2675         is 1.
2676         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize REPLACE_GETDELIM.
2677         * modules/stdio (Makefile.am): Also substitute REPLACE_GETDELIM.
2678         * tests/test-getdelim.c (main): Also test result for a NULL buffer and
2679         a non-zero size.
2680         * doc/posix-functions/getdelim.texi: Mention the FreeBSD bug.
2681
2682 2010-01-31  Bruno Haible  <bruno@clisp.org>
2683
2684         Work around getline() bug on FreeBSD 8.0.
2685         * m4/getline.m4 (gl_FUNC_GETLINE): Also test result for a NULL buffer
2686         and a non-zero size.
2687         * tests/test-getline.c (main): Likewise.
2688         * doc/posix-functions/getline.texi: Mention the FreeBSD bug.
2689         Reported by Dennis <noordsij@cs.helsinki.fi> via Eric Blake.
2690
2691 2010-01-28  Eric Blake  <ebb9@byu.net>
2692
2693         regex: fix build failure
2694         * lib/regex_internal.h (__GNUC_PREREQ): Define for non-glibc
2695         platforms.
2696
2697 2010-01-28  Jim Meyering  <meyering@redhat.com>
2698
2699         regex: do not ignore memory allocation failure
2700         * lib/regex_internal.c (create_cd_newstate): Detect
2701         re_node_set_init_copy failure.   Extracted from glibc commit
2702         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2703
2704         regex: sync more white-space changes from libc
2705         * lib/regex_internal.c: White-space only changes.
2706         * lib/regexec.c: Likewise.
2707
2708         regex: add many uses of __attribute_warn_unused_result__
2709         * lib/regex_internal.c: Use __attribute_warn_unused_result__.
2710         * lib/regexec.c: Likewise.
2711         Extracted from a messy glibc commit.
2712
2713         regcomp.c: spelling and merge-artifact from glibc
2714         * lib/regcomp.c: Merge remainder of glibc's
2715         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2716
2717         regcomp.c: sync white-space changes from glibc
2718         * lib/regcomp.c: Merge to accommodate white space
2719         changes from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2720
2721         regcomp.c: do not ignore internal return values
2722         * lib/regcomp.c: Do not ignore internal return values.
2723         This is from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c,
2724         but without its white-space changes and spelling fixes.
2725
2726         regex_internal.h: define __attribute_warn_unused_result__
2727         * lib/regex_internal.h (__attribute_warn_unused_result__): Define.
2728
2729         maint: add a syntax-check rule to check for vulnerable Makefile.in
2730         * top/maint.mk (sc_vulnerable_makefile_CVE-2009-4029): New rule.
2731
2732 2010-01-27  Jim Meyering  <meyering@redhat.com>
2733
2734         ncftpput-ftp: clean up spaces
2735         * build-aux/ncftpput-ftp: Make Copyright line consistent.
2736         Remove trailing blanks.
2737
2738 2010-01-27  Simon Josefsson  <simon@josefsson.org>
2739
2740         * build-aux/git-version-gen: Fix copyright statement.
2741         * build-aux/gnupload: Likewise.
2742         * tests/test-arcfour.c: Likewise.
2743         * tests/test-arctwo.c: Likewise.
2744         * tests/test-count-one-bits.c: Likewise.
2745         * tests/test-crc.c: Likewise.
2746         * tests/test-des.c: Likewise.
2747         * tests/test-gc-arcfour.c: Likewise.
2748         * tests/test-gc-arctwo.c: Likewise.
2749         * tests/test-gc-des.c: Likewise.
2750         * tests/test-gc-hmac-md5.c: Likewise.
2751         * tests/test-gc-hmac-sha1.c: Likewise.
2752         * tests/test-gc-md2.c: Likewise.
2753         * tests/test-gc-md4.c: Likewise.
2754         * tests/test-gc-md5.c: Likewise.
2755         * tests/test-gc-pbkdf2-sha1.c: Likewise.
2756         * tests/test-gc-rijndael.c: Likewise.
2757         * tests/test-gc-sha1.c: Likewise.
2758         * tests/test-gc.c: Likewise.
2759         * tests/test-gethostname.c: Likewise.
2760         * tests/test-gettimeofday.c: Likewise.
2761         * tests/test-hash.c: Likewise.
2762         * tests/test-hmac-md5.c: Likewise.
2763         * tests/test-hmac-sha1.c: Likewise.
2764         * tests/test-md2.c: Likewise.
2765         * tests/test-md4.c: Likewise.
2766         * tests/test-md5.c: Likewise.
2767         * tests/test-memchr.c: Likewise.
2768         * tests/test-memchr2.c: Likewise.
2769         * tests/test-memcmp.c: Likewise.
2770         * tests/test-memmem.c: Likewise.
2771         * tests/test-memrchr.c: Likewise.
2772         * tests/test-rawmemchr.c: Likewise.
2773         * tests/test-read-file.c: Likewise.
2774         * tests/test-rijndael.c: Likewise.
2775         * tests/test-sockets.c: Likewise.
2776         * tests/test-strchrnul.c: Likewise.
2777         * tests/test-strstr.c: Likewise.
2778         * tests/test-strtod.c: Likewise.
2779         * build-aux/ncftpput-ftp: Likewise.
2780
2781 2010-01-26  Eric Blake  <ebb9@byu.net>
2782
2783         ignore-value: update recommended header name
2784         * modules/ignore-value (Include): Only use <> for headers that
2785         exist in glibc.
2786
2787 2010-01-26  Jim Meyering  <meyering@redhat.com>
2788
2789         test-userspec.c: avoid compiler warnings
2790         * tests/test-userspec.c (main): Avoid shadowing ("uid"),
2791         and "initialization discards qualifiers..." warnings.
2792         Put the first "uid" in its own scope, and make char* members "const".
2793
2794 2010-01-25  Bruno Haible  <bruno@clisp.org>
2795
2796         gnulib-tool: Make warning diagnostics consistent.
2797         * gnulib-tool (func_warning): New function.
2798         Use it everywhere where gnulib-tool produces output to stderr and it is
2799         not a fatal error.
2800
2801 2010-01-25  Bruno Haible  <bruno@clisp.org>
2802
2803         Fix test dependencies.
2804         * modules/xstrtol-tests (Depends-on): Add inttypes.
2805         * modules/xstrtoll-tests (Depends-on): Likewise. Remove xstrtoll.
2806
2807 2010-01-25 Pádraig Brady <P@draigBrady.com>
2808
2809         syntax-check: detect incorrect boolean macro values in config.h
2810         * modules/maintainer-makefile (configure.ac): Parameterize the location
2811         of config.h which will be available to makefiles as $(CONFIG_INCLUDE).
2812         The logic is from Eric Blake and the location indicated by Jim Meyering.
2813         Note the more natural CONFIG_HEADER name is prohibited by automake
2814         for backwards compatibility reasons.
2815         * top/maint.mk (sc_Wundef_boolean): New rule.
2816
2817 2010-01-25  Jim Meyering  <meyering@redhat.com>
2818
2819         bootstrap: detect MacOS 10.6's shasum, too
2820         * build-aux/bootstrap: Also recognize MacOS 10.6's shasum.
2821         Suggested by Thomas Treichl <Thomas.Treichl@gmx.net>.
2822
2823 2010-01-23  Jim Meyering  <meyering@redhat.com>
2824
2825         xstrtoll: new module
2826         * modules/xstrtoll: New file.
2827         * MODULES.html.sh (Numeric conversion functions): Add xstrtoll.
2828         * lib/xstrtol.h [HAVE_LONG_LONG_INT]: Declare xstrtoll and xstrtoull.
2829         * lib/xstrtoll.c, lib/xstrtoull.c: New files.
2830         ./configure fails if you use this module and lack "long long".
2831         * modules/xstrtoll-tests: New module.
2832         * tests/test-xstrtoll.c, tests/test-xstrtoull.c: New files.
2833         * tests/test-xstrtoll.sh: Like test-xstrtol.c, but use the
2834         new init.sh-based test framework.
2835
2836 2010-01-24  Bruno Haible  <bruno@clisp.org>
2837
2838         Tests for module 'yn'.
2839         * modules/yn-tests: New file.
2840         * tests/test-yn.c: New file.
2841
2842         Tests for module 'y1'.
2843         * modules/y1-tests: New file.
2844         * tests/test-y1.c: New file.
2845
2846         Tests for module 'y0'.
2847         * modules/y0-tests: New file.
2848         * tests/test-y0.c: New file.
2849
2850         Tests for module 'tanh'.
2851         * modules/tanh-tests: New file.
2852         * tests/test-tanh.c: New file.
2853
2854         Tests for module 'tan'.
2855         * modules/tan-tests: New file.
2856         * tests/test-tan.c: New file.
2857
2858         Tests for module 'sqrt'.
2859         * modules/sqrt-tests: New file.
2860         * tests/test-sqrt.c: New file.
2861
2862         Tests for module 'sinh'.
2863         * modules/sinh-tests: New file.
2864         * tests/test-sinh.c: New file.
2865
2866         Tests for module 'sin'.
2867         * modules/sin-tests: New file.
2868         * tests/test-sin.c: New file.
2869
2870         Tests for module 'rint'.
2871         * modules/rint-tests: New file.
2872         * tests/test-rint.c: New file.
2873
2874         Tests for module 'remainder'.
2875         * modules/remainder-tests: New file.
2876         * tests/test-remainder.c: New file.
2877
2878         Tests for module 'pow'.
2879         * modules/pow-tests: New file.
2880         * tests/test-pow.c: New file.
2881
2882         Tests for module 'nextafter'.
2883         * modules/nextafter-tests: New file.
2884         * tests/test-nextafter.c: New file.
2885
2886         Tests for module 'modf'.
2887         * modules/modf-tests: New file.
2888         * tests/test-modf.c: New file.
2889
2890         Tests for module 'logb'.
2891         * modules/logb-tests: New file.
2892         * tests/test-logb.c: New file.
2893
2894         Tests for module 'log1p'.
2895         * modules/log1p-tests: New file.
2896         * tests/test-log1p.c: New file.
2897
2898         Tests for module 'log10'.
2899         * modules/log10-tests: New file.
2900         * tests/test-log10.c: New file.
2901
2902         Tests for module 'log'.
2903         * modules/log-tests: New file.
2904         * tests/test-log.c: New file.
2905
2906         Tests for module 'lgamma'.
2907         * modules/lgamma-tests: New file.
2908         * tests/test-lgamma.c: New file.
2909
2910         Tests for module 'ldexp'.
2911         * modules/ldexp-tests: New file.
2912         * tests/test-ldexp.c: New file.
2913
2914         Tests for module 'jn'.
2915         * modules/jn-tests: New file.
2916         * tests/test-jn.c: New file.
2917
2918         Tests for module 'j1'.
2919         * modules/j1-tests: New file.
2920         * tests/test-j1.c: New file.
2921
2922         Tests for module 'j0'.
2923         * modules/j0-tests: New file.
2924         * tests/test-j0.c: New file.
2925
2926         Tests for module 'hypot'.
2927         * modules/hypot-tests: New file.
2928         * tests/test-hypot.c: New file.
2929
2930         Tests for module 'fmod'.
2931         * modules/fmod-tests: New file.
2932         * tests/test-fmod.c: New file.
2933
2934         Tests for module 'fabs'.
2935         * modules/fabs-tests: New file.
2936         * tests/test-fabs.c: New file.
2937
2938         Tests for module 'exp'.
2939         * modules/exp-tests: New file.
2940         * tests/test-exp.c: New file.
2941
2942         Tests for module 'erfc'.
2943         * modules/erfc-tests: New file.
2944         * tests/test-erfc.c: New file.
2945
2946         Tests for module 'erf'.
2947         * modules/erf-tests: New file.
2948         * tests/test-erf.c: New file.
2949
2950         Tests for module 'cosh'.
2951         * modules/cosh-tests: New file.
2952         * tests/test-cosh.c: New file.
2953
2954         Tests for module 'cos'.
2955         * modules/cos-tests: New file.
2956         * tests/test-cos.c: New file.
2957
2958         Tests for module 'copysign'.
2959         * modules/copysign-tests: New file.
2960         * tests/test-copysign.c: New file.
2961
2962         Tests for module 'cbrt'.
2963         * modules/cbrt-tests: New file.
2964         * tests/test-cbrt.c: New file.
2965
2966         Tests for module 'atan2'.
2967         * modules/atan2-tests: New file.
2968         * tests/test-atan2.c: New file.
2969
2970         Tests for module 'atan'.
2971         * modules/atan-tests: New file.
2972         * tests/test-atan.c: New file.
2973
2974         Tests for module 'asin'.
2975         * modules/asin-tests: New file.
2976         * tests/test-asin.c: New file.
2977
2978         Tests for module 'acos'.
2979         * modules/acos-tests: New file.
2980         * tests/test-acos.c: New file.
2981
2982 2010-01-24  Bruno Haible  <bruno@clisp.org>
2983
2984         Fix tests for common <math.h> functions.
2985         * m4/mathfunc.m4 (gl_MATHFUNC): Take two additional parameters. Use a
2986         code snippet that references the function pointer, rather than merely
2987         calling the function. Substitute the FUNC_LIBM variable.
2988         * m4/sqrt.m4 (gl_FUNC_SQRT): Update gl_MATHFUNC invocation.
2989         * modules/acos (configure.ac): Likewise.
2990         * modules/asin (configure.ac): Likewise.
2991         * modules/atan (configure.ac): Likewise.
2992         * modules/atan2 (configure.ac): Likewise.
2993         * modules/cbrt (configure.ac): Likewise.
2994         * modules/copysign (configure.ac): Likewise.
2995         * modules/cos (configure.ac): Likewise.
2996         * modules/cosh (configure.ac): Likewise.
2997         * modules/erf (configure.ac): Likewise.
2998         * modules/erfc (configure.ac): Likewise.
2999         * modules/exp (configure.ac): Likewise.
3000         * modules/fabs (configure.ac): Likewise.
3001         * modules/fmod (configure.ac): Likewise.
3002         * modules/hypot (configure.ac): Likewise.
3003         * modules/j0 (configure.ac): Likewise.
3004         * modules/j1 (configure.ac): Likewise.
3005         * modules/jn (configure.ac): Likewise.
3006         * modules/ldexp (configure.ac): Likewise.
3007         * modules/lgamma (configure.ac): Likewise.
3008         * modules/log (configure.ac): Likewise.
3009         * modules/log10 (configure.ac): Likewise.
3010         * modules/log1p (configure.ac): Likewise.
3011         * modules/logb (configure.ac): Likewise.
3012         * modules/modf (configure.ac): Likewise.
3013         * modules/nextafter (configure.ac): Likewise.
3014         * modules/pow (configure.ac): Likewise.
3015         * modules/remainder (configure.ac): Likewise.
3016         * modules/rint (configure.ac): Likewise.
3017         * modules/sin (configure.ac): Likewise.
3018         * modules/sinh (configure.ac): Likewise.
3019         * modules/tan (configure.ac): Likewise.
3020         * modules/tanh (configure.ac): Likewise.
3021         * modules/y0 (configure.ac): Likewise.
3022         * modules/y1 (configure.ac): Likewise.
3023         * modules/yn (configure.ac): Likewise.
3024
3025 2010-01-24  Bruno Haible  <bruno@clisp.org>
3026
3027         Tests: Defeat inlining of math functions by GCC >= 4.3.0.
3028         * tests/test-acosl.c (x): New variable.
3029         (main): Store argument in x and fetch it from x.
3030         * tests/test-asinl.c (x): New variable.
3031         (main): Store argument in x and fetch it from x.
3032         * tests/test-atanl.c (x): New variable.
3033         (main): Store argument in x and fetch it from x.
3034         * tests/test-cosl.c (x): New variable.
3035         (main): Store argument in x and fetch it from x.
3036         * tests/test-expl.c (x): New variable.
3037         (main): Store argument in x and fetch it from x.
3038         * tests/test-logl.c (x): New variable.
3039         (main): Store argument in x and fetch it from x.
3040         * tests/test-sinl.c (x): New variable.
3041         (main): Store argument in x and fetch it from x.
3042         * tests/test-sqrtl.c (x): New variable.
3043         (main): Store argument in x and fetch it from x.
3044         * tests/test-tanl.c (x): New variable.
3045         (main): Store argument in x and fetch it from x.
3046
3047 2010-01-24  Bruno Haible  <bruno@clisp.org>
3048
3049         Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
3050         * gnulib-tool (func_emit_tests_Makefile_am): Add EXEEXT and srcdir
3051         assignments to the initial TESTS_ENVIRONMENT.
3052         * doc/gnulib.texi (Unit test modules): Document it.
3053         * modules/acl-tests (Makefile.am): Drop EXEEXT assignment from
3054         TESTS_ENVIRONMENT.
3055         * modules/btowc-tests (Makefile.am): Likewise.
3056         * modules/c-stack-tests (Makefile.am): Likewise.
3057         * modules/c-strcase-tests (Makefile.am): Likewise.
3058         * modules/copy-file-tests (Makefile.am): Likewise.
3059         * modules/mbmemcasecmp-tests (Makefile.am): Likewise.
3060         * modules/mbmemcasecoll-tests (Makefile.am): Likewise.
3061         * modules/mbrtowc-tests (Makefile.am): Likewise.
3062         * modules/mbscasecmp-tests (Makefile.am): Likewise.
3063         * modules/mbscasestr-tests (Makefile.am): Likewise.
3064         * modules/mbschr-tests (Makefile.am): Likewise.
3065         * modules/mbscspn-tests (Makefile.am): Likewise.
3066         * modules/mbsinit-tests (Makefile.am): Likewise.
3067         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
3068         * modules/mbsnrtowcs-tests (Makefile.am): Likewise.
3069         * modules/mbspbrk-tests (Makefile.am): Likewise.
3070         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
3071         * modules/mbsrchr-tests (Makefile.am): Likewise.
3072         * modules/mbsrtowcs-tests (Makefile.am): Likewise.
3073         * modules/mbsspn-tests (Makefile.am): Likewise.
3074         * modules/mbsstr-tests (Makefile.am): Likewise.
3075         * modules/nl_langinfo-tests (Makefile.am): Likewise.
3076         * modules/unicase/locale-language-tests (Makefile.am): Likewise.
3077         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
3078         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
3079         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
3080         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
3081         * modules/uniwbrk/ulc-wordbreaks-tests (Makefile.am): Likewise.
3082         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
3083         * modules/wcrtomb-tests (Makefile.am): Likewise.
3084         * modules/wcsnrtombs-tests (Makefile.am): Likewise.
3085         * modules/wcsrtombs-tests (Makefile.am): Likewise.
3086         * modules/quotearg-tests (Makefile.am): Drop EXEEXT and srcdir
3087         assignments from TESTS_ENVIRONMENT.
3088         * modules/argp-tests (Makefile.am): Drop TESTS_ENVIRONMENT
3089         augmentation.
3090         * modules/argp-version-etc-tests (Makefile.am): Likewise.
3091         * modules/atexit-tests (Makefile.am): Likewise.
3092         * modules/binary-io-tests (Makefile.am): Likewise.
3093         * modules/closein-tests (Makefile.am): Likewise.
3094         * modules/dprintf-posix-tests (Makefile.am): Likewise.
3095         * modules/exclude-tests (Makefile.am): Likewise.
3096         * modules/fflush-tests (Makefile.am): Likewise.
3097         * modules/fpending-tests (Makefile.am): Likewise.
3098         * modules/fprintf-posix-tests (Makefile.am): Likewise.
3099         * modules/freadahead-tests (Makefile.am): Likewise.
3100         * modules/freadptr-tests (Makefile.am): Likewise.
3101         * modules/freadseek-tests (Makefile.am): Likewise.
3102         * modules/fseek-tests (Makefile.am): Likewise.
3103         * modules/fseeko-tests (Makefile.am): Likewise.
3104         * modules/ftell-tests (Makefile.am): Likewise.
3105         * modules/ftello-tests (Makefile.am): Likewise.
3106         * modules/idpriv-drop-tests (Makefile.am): Likewise.
3107         * modules/idpriv-droptemp-tests (Makefile.am): Likewise.
3108         * modules/lseek-tests (Makefile.am): Likewise.
3109         * modules/parse-duration-tests (Makefile.am): Likewise.
3110         * modules/perror-tests (Makefile.am): Likewise.
3111         * modules/pipe-filter-gi-tests (Makefile.am): Likewise.
3112         * modules/pipe-filter-ii-tests (Makefile.am): Likewise.
3113         * modules/pipe-tests (Makefile.am): Likewise.
3114         * modules/pread-tests (Makefile.am): Likewise.
3115         * modules/printf-posix-tests (Makefile.am): Likewise.
3116         * modules/select-tests (Makefile.am): Likewise.
3117         * modules/sigpipe-tests (Makefile.am): Likewise.
3118         * modules/tsearch-tests (Makefile.am): Likewise.
3119         * modules/unicase/ulc-casecmp-tests (Makefile.am): Likewise.
3120         * modules/unicase/ulc-casecoll-tests (Makefile.am): Likewise.
3121         * modules/uniname/uniname-tests (Makefile.am): Likewise.
3122         * modules/uniwidth/width-tests (Makefile.am): Likewise.
3123         * modules/vdprintf-posix-tests (Makefile.am): Likewise.
3124         * modules/version-etc-tests (Makefile.am): Likewise.
3125         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
3126         * modules/vprintf-posix-tests (Makefile.am): Likewise.
3127         * modules/xalloc-die-tests (Makefile.am): Likewise.
3128         * modules/xprintf-posix-tests (Makefile.am): Likewise.
3129         * modules/xstrtoimax-tests (Makefile.am): Likewise.
3130         * modules/xstrtol-tests (Makefile.am): Likewise.
3131         * modules/xstrtoumax-tests (Makefile.am): Likewise.
3132         * modules/yesno-tests (Makefile.am): Likewise.
3133         Suggested by Jim Meyering.
3134
3135 2010-01-24  Bruno Haible  <bruno@clisp.org>
3136
3137         More documentation.
3138         * doc/gnulib.texi (Writing modules): New chapter.
3139         (Miscellaneous Notes): Move sections "Comments" and "Header files" to
3140         the new chapter.
3141
3142 2010-01-24  Jim Meyering  <meyering@redhat.com>
3143
3144         maint.mk: do not prepend "./" after filtering
3145         * top/maint.mk (_prepend_srcdir_prefix): New variable
3146         (VC_LIST_EXCEPT): Use it to avoid prepending (post-filter)
3147         "./" when $(srcdir) is ".".
3148
3149         define STREQ(a,b) consistently, removing useless parentheses
3150         #define STREQ(a, b) (strcmp ((a), (b)) == 0) is over-parenthesized,
3151         since the only risk is that "a" or "b" contains an unparenthesized
3152         comma, but if either did that, STREQ would have 3 or more arguments.
3153         Hence, #define STREQ(a, b) (strcmp (a, b) == 0) is better.
3154         * lib/fts.c (STREQ): Remove unnecessary parentheses.
3155         * lib/hash-triple.c (STREQ): Likewise.
3156         * tests/test-argv-iter.c (STREQ): Use a and b, not s1 and s2.
3157         * lib/getugroups.c (STREQ): Likewise.
3158
3159 2010-01-23  Jim Meyering  <meyering@redhat.com>
3160
3161         maint.mk: fix syntax-check in a non-srcdir build directory
3162         * top/maint.mk (_dot_escaped_srcdir): Remove erroneous backslash,
3163         introduced in my 2010-01-21 commit, a6da6c45.  Reported by Eric Blake.
3164
3165 2010-01-22  Jim Meyering  <meyering@redhat.com>
3166
3167         userspec: add unit tests
3168         * tests/test-userspec.c: New file.
3169         * modules/userspec-tests: Likewise.
3170
3171 2010-01-21  Jim Meyering  <meyering@redhat.com>
3172
3173         maint.mk: handle source file names containing "." robustly
3174         * top/maint.mk (_dot_escaped_srcdir): Define.
3175         (VC_LIST): Use it in LHS of sed substitution.
3176
3177 2010-01-21  Jiri Denemark  <jdenemar@redhat.com>
3178
3179         maint.mk: fix VC_LIST_EXCEPT for srcdir != builddir
3180         * top/maint.mk (VC_LIST_EXCEPT): Preprocess the output of
3181         $(VC_LIST) to remove a prefix of '$(srcdir)/', so that it works
3182         from a non-srcdir build.
3183
3184 2010-01-20  Eric Blake  <ebb9@byu.net>
3185
3186         warn-on-use: use instead of link-warning
3187         * modules/stdio (Depends-on, Makefile.am): Drop link-warning.
3188         * modules/unistd (Depends-on, Makefile.am): Likewise.
3189         * modules/arpa_inet (Depends-on): Replace link-warning with
3190         warn-on-use.
3191         (Makefile.am): Update rules accordingly.
3192         * modules/ctype (Depends-on, Makefile.am): Likewise.
3193         * modules/dirent (Depends-on, Makefile.am): Likewise.
3194         * modules/fcntl-h (Depends-on, Makefile.am): Likewise.
3195         * modules/inttypes (Depends-on, Makefile.am): Likewise.
3196         * modules/langinfo (Depends-on, Makefile.am): Likewise.
3197         * modules/locale (Depends-on, Makefile.am): Likewise.
3198         * modules/math (Depends-on, Makefile.am): Likewise.
3199         * modules/search (Depends-on, Makefile.am): Likewise.
3200         * modules/signal (Depends-on, Makefile.am): Likewise.
3201         * modules/spawn (Depends-on, Makefile.am): Likewise.
3202         * modules/stdlib (Depends-on, Makefile.am): Likewise.
3203         * modules/string (Depends-on, Makefile.am): Likewise.
3204         * modules/strings (Depends-on, Makefile.am): Likewise.
3205         * modules/sys_file (Depends-on, Makefile.am): Likewise.
3206         * modules/sys_ioctl (Depends-on, Makefile.am): Likewise.
3207         * modules/sys_select (Depends-on, Makefile.am): Likewise.
3208         * modules/sys_socket (Depends-on, Makefile.am): Likewise.
3209         * modules/sys_stat (Depends-on, Makefile.am): Likewise.
3210         * modules/sys_times (Depends-on, Makefile.am): Likewise.
3211         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
3212         * modules/wchar (Depends-on, Makefile.am): Likewise.
3213         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Check which functions
3214         should be poisoned.
3215         * m4/ctype.m4 (gl_CTYPE_H): Likewise.
3216         * m4/dirent_h.m4 (gl_DIRENT_H): Likewise.
3217         * m4/fcntl_h.m4 (gl_FCNTL_H): Likewise.
3218         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
3219         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
3220         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
3221         * m4/math_h.m4 (gl_MATH_H): Likewise.
3222         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
3223         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
3224         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
3225         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
3226         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
3227         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
3228         * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Likewise.
3229         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H_DEFAULTS): Likewise.
3230         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Likewise.
3231         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3232         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
3233         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
3234         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
3235         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
3236         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
3237         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
3238         * lib/arpa_inet.in.h: Use _GL_WARN_ON_USE instead of
3239         GL_LINK_WARNING.
3240         * lib/ctype.in.h: Likewise.
3241         * lib/dirent.in.h: Likewise.
3242         * lib/fcntl.in.h: Likewise.
3243         * lib/inttypes.in.h: Likewise.
3244         * lib/langinfo.in.h: Likewise.
3245         * lib/locale.in.h: Likewise.
3246         * lib/math.in.h: Likewise.
3247         * lib/search.in.h: Likewise.
3248         * lib/signal.in.h: Likewise.
3249         * lib/spawn.in.h: Likewise.
3250         * lib/stdio.in.h: Likewise.
3251         * lib/stdlib.in.h: Likewise.
3252         * lib/string.in.h: Likewise.
3253         * lib/strings.in.h: Likewise.
3254         * lib/sys_file.in.h: Likewise.
3255         * lib/sys_ioctl.in.h: Likewise.
3256         * lib/sys_select.in.h: Likewise.
3257         * lib/sys_socket.in.h: Likewise.
3258         * lib/sys_stat.in.h: Likewise.
3259         * lib/sys_times.in.h: Likewise.
3260         * lib/sys_utsname.in.h: Likewise.
3261         * lib/unistd.in.h: Likewise.
3262         * lib/wchar.in.h: Likewise.
3263
3264 2010-01-20  Bruno Haible  <bruno@clisp.org>
3265
3266         Avoid duplicate -lm.
3267         * m4/isnan.m4 (gl_ISNAN): Avoid duplicate -lm in $ISNAN_LIBM.
3268         * m4/round.m4 (gl_FUNC_ROUND): Avoid duplicate -lm in $ROUND_LIBM.
3269         * m4/roundf.m4 (gl_FUNC_ROUNDF): Avoid duplicate -lm in $ROUNDF_LIBM.
3270         * m4/roundl.m4 (gl_FUNC_ROUNDL): Avoid duplicate -lm in $ROUNDL_LIBM.
3271         * m4/acosl.m4 (gl_FUNC_ACOSL): Avoid duplicate -lm in $ACOSL_LIBM.
3272         * m4/cosl.m4 (gl_FUNC_COSL): Avoid duplicate -lm in $COSL_LIBM.
3273         * m4/logl.m4 (gl_FUNC_LOGL): Avoid duplicate -lm in $LOGL_LIBM.
3274         * m4/sinl.m4 (gl_FUNC_SINL): Avoid duplicate -lm in $SINL_LIBM.
3275         * m4/sqrtl.m4 (gl_FUNC_SQRTL): Avoid duplicate -lm in $SQRTL_LIBM.
3276         * m4/tanl.m4 (gl_FUNC_TANL): Avoid duplicate -lm in $TANL_LIBM.
3277         * m4/asinl.m4 (gl_FUNC_ASINL): Same change, for consistency.
3278         * m4/atanl.m4 (gl_FUNC_ATANL): Likewise.
3279         Reported by Paolo Bonzini.
3280
3281 2010-01-19  Bruno Haible  <bruno@clisp.org>
3282
3283         langinfo, nl_langinfo: Relicense under LGPLv2+.
3284         * modules/langinfo (License): Change to LGPLv2+.
3285         * modules/nl_langinfo (License): Likewise.
3286         Patch by David Lutterkort <lutter@redhat.com>.
3287
3288 2010-01-19  Bruno Haible  <bruno@clisp.org>
3289
3290         Avoid compilation error with cc on OSF/1 5.1.
3291         * lib/fcntl.in.h: Include <unistd.h> after the #include_next <fcntl.h>
3292         statement, not before.
3293         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3294
3295 2010-01-18  Bruno Haible  <bruno@clisp.org>
3296
3297         Avoid a link error due to the __printf__ symbol.
3298         * lib/stdio.in.h (__attribute__): Define to empty also for gcc 2.5.x
3299         and 2.6.x.
3300         (__format__, __printf__): Remove definitions.
3301         * lib/argp-fmtstream.h: Likewise.
3302         * lib/argp.h: Likewise.
3303         * lib/error.h: Likewise.
3304         * lib/vasnprintf.h: Likewise.
3305         * lib/xprintf.h: Likewise.
3306         * lib/xvasprintf.h: Likewise.
3307         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3308
3309 2010-01-18  Bruno Haible  <bruno@clisp.org>
3310
3311         Tests for module 'tanl'.
3312         * modules/tanl-tests: New file.
3313         * tests/test-tanl.c: New file.
3314
3315         Tests for module 'sqrtl'.
3316         * modules/sqrtl-tests: New file.
3317         * tests/test-sqrtl.c: New file.
3318
3319         Tests for module 'sinl'.
3320         * modules/sinl-tests: New file.
3321         * tests/test-sinl.c: New file.
3322
3323         Tests for module 'logl'.
3324         * modules/logl-tests: New file.
3325         * tests/test-logl.c: New file.
3326
3327         Tests for module 'expl'.
3328         * modules/expl-tests: New file.
3329         * tests/test-expl.c: New file.
3330
3331         Tests for module 'cosl'.
3332         * modules/cosl-tests: New file.
3333         * tests/test-cosl.c: New file.
3334
3335         Tests for module 'atanl'.
3336         * modules/atanl-tests: New file.
3337         * tests/test-atanl.c: New file.
3338
3339         Tests for module 'asinl'.
3340         * modules/asinl-tests: New file.
3341         * tests/test-asinl.c: New file.
3342
3343         Tests for module 'acosl'.
3344         * modules/acosl-tests: New file.
3345         * tests/test-acosl.c: New file.
3346
3347         New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
3348         * lib/math.in.h (acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl,
3349         tanl): Use the standard gnulib idiom.
3350         * lib/cosl.c: Don't include trigl.c and sincosl.c.
3351         * lib/sinl.c: Likewise.
3352         * lib/tanl.c: Don't include trigl.c.
3353         (kernel_tanl): Make static.
3354         * lib/sincosl.c: Include trigl.h first.
3355         * lib/trigl.c: Likewise.
3356         * m4/acosl.m4: New file.
3357         * m4/asinl.m4: New file.
3358         * m4/atanl.m4: New file.
3359         * m4/cosl.m4: New file.
3360         * m4/expl.m4: New file.
3361         * m4/logl.m4: New file.
3362         * m4/sinl.m4: New file.
3363         * m4/sqrtl.m4: New file.
3364         * m4/tanl.m4: New file.
3365         * m4/mathl.m4: Remove file.
3366         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_* and HAVE_*
3367         variables for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
3368         Don't initialize GNULIB_MATHL.
3369         * modules/acosl: New file.
3370         * modules/asinl: New file.
3371         * modules/atanl: New file.
3372         * modules/cosl: New file.
3373         * modules/expl: New file.
3374         * modules/logl: New file.
3375         * modules/sinl: New file.
3376         * modules/sqrtl: New file.
3377         * modules/tanl: New file.
3378         * modules/math (Makefile.am): Substitute GNULIB_* and HAVE_* variables
3379         for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl. Don't
3380         substitute GNULIB_MATHL.
3381         * modules/mathl: Rewritten.
3382         * doc/posix-functions/acosl.texi: Mention the 'acosl' module.
3383         * doc/posix-functions/asinl.texi: Mention the 'asinl' module.
3384         * doc/posix-functions/atanl.texi: Mention the 'atanl' module.
3385         * doc/posix-functions/cosl.texi: Mention the 'cosl' module.
3386         * doc/posix-functions/expl.texi: Mention the 'expl' module.
3387         * doc/posix-functions/logl.texi: Mention the 'logl' module.
3388         * doc/posix-functions/sinl.texi: Mention the 'sinl' module.
3389         * doc/posix-functions/sqrtl.texi: Mention the 'sqrtl' module.
3390         * doc/posix-functions/tanl.texi: Mention the 'tanl' module.
3391
3392 2010-01-18  Bruno Haible  <bruno@clisp.org>
3393
3394         sqrt: Make gl_FUNC_SQRT requirable.
3395         * m4/sqrt.m4: New file.
3396         * modules/sqrt (Files): Add it.
3397         (configure.ac): Invoke gl_FUNC_SQRT.
3398
3399 2010-01-18  Bruno Haible  <bruno@clisp.org>
3400
3401         New modules for common <math.h> functions.
3402         * m4/mathfunc.m4: New file.
3403         * modules/acos: New file.
3404         * modules/asin: New file.
3405         * modules/atan: New file.
3406         * modules/atan2: New file.
3407         * modules/cbrt: New file.
3408         * modules/copysign: New file.
3409         * modules/cos: New file.
3410         * modules/cosh: New file.
3411         * modules/erf: New file.
3412         * modules/erfc: New file.
3413         * modules/exp: New file.
3414         * modules/fabs: New file.
3415         * modules/fmod: New file.
3416         * modules/hypot: New file.
3417         * modules/j0: New file.
3418         * modules/j1: New file.
3419         * modules/jn: New file.
3420         * modules/ldexp: New file.
3421         * modules/lgamma: New file.
3422         * modules/log: New file.
3423         * modules/log10: New file.
3424         * modules/log1p: New file.
3425         * modules/logb: New file.
3426         * modules/modf: New file.
3427         * modules/nextafter: New file.
3428         * modules/pow: New file.
3429         * modules/remainder: New file.
3430         * modules/rint: New file.
3431         * modules/sin: New file.
3432         * modules/sinh: New file.
3433         * modules/sqrt: New file.
3434         * modules/tan: New file.
3435         * modules/tanh: New file.
3436         * modules/y0: New file.
3437         * modules/y1: New file.
3438         * modules/yn: New file.
3439         * doc/posix-functions/acos.texi: Mention the 'acos' module.
3440         * doc/posix-functions/asin.texi: Mention the 'asin' module.
3441         * doc/posix-functions/atan.texi: Mention the 'atan' module.
3442         * doc/posix-functions/atan2.texi: Mention the 'atan2' module.
3443         * doc/posix-functions/cbrt.texi: Mention the 'cbrt' module.
3444         * doc/posix-functions/copysign.texi: Mention the 'copysign' module.
3445         * doc/posix-functions/cos.texi: Mention the 'cos' module.
3446         * doc/posix-functions/cosh.texi: Mention the 'cosh' module.
3447         * doc/posix-functions/erf.texi: Mention the 'erf' module.
3448         * doc/posix-functions/erfc.texi: Mention the 'erfc' module.
3449         * doc/posix-functions/exp.texi: Mention the 'exp' module.
3450         * doc/posix-functions/fabs.texi: Mention the 'fabs' module.
3451         * doc/posix-functions/fmod.texi: Mention the 'fmod' module.
3452         * doc/posix-functions/hypot.texi: Mention the 'hypot' module.
3453         * doc/posix-functions/j0.texi: Mention the 'j0' module.
3454         * doc/posix-functions/j1.texi: Mention the 'j1' module.
3455         * doc/posix-functions/jn.texi: Mention the 'jn' module.
3456         * doc/posix-functions/ldexp.texi: Mention the 'ldexp' module.
3457         * doc/posix-functions/lgamma.texi: Mention the 'lgamma' module.
3458         * doc/posix-functions/log.texi: Mention the 'log' module.
3459         * doc/posix-functions/log10.texi: Mention the 'log10' module.
3460         * doc/posix-functions/log1p.texi: Mention the 'log1p' module.
3461         * doc/posix-functions/logb.texi: Mention the 'logb' module.
3462         * doc/posix-functions/modf.texi: Mention the 'modf' module.
3463         * doc/posix-functions/nextafter.texi: Mention the 'nextafter' module.
3464         * doc/posix-functions/pow.texi: Mention the 'pow' module.
3465         * doc/posix-functions/remainder.texi: Mention the 'remainder' module.
3466         * doc/posix-functions/rint.texi: Mention the 'rint' module.
3467         * doc/posix-functions/sin.texi: Mention the 'sin' module.
3468         * doc/posix-functions/sinh.texi: Mention the 'sinh' module.
3469         * doc/posix-functions/sqrt.texi: Mention the 'sqrt' module.
3470         * doc/posix-functions/tan.texi: Mention the 'tan' module.
3471         * doc/posix-functions/tanh.texi: Mention the 'tanh' module.
3472         * doc/posix-functions/y0.texi: Mention the 'y0' module.
3473         * doc/posix-functions/y1.texi: Mention the 'y1' module.
3474         * doc/posix-functions/yn.texi: Mention the 'yn' module.
3475
3476 2010-01-18  Jim Meyering  <meyering@redhat.com>
3477
3478         ignore-value: relax license to LGPLv2+
3479         * modules/ignore-value (License): Relax to LGPLv2+.
3480
3481         getdate: don't leak when TZ contains two or more '"'s
3482         * lib/getdate.y (get_date): Don't leak a copy of TZ for each
3483         double quote in TZ after the first one.
3484
3485         readtokens: do not leak internal token_lengths buffer
3486         * lib/readtokens.c (readtokens): Free the local, lengths,
3487         when the supplied "token_lengths" parameter is NULL.
3488
3489 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3490
3491         Fix a couple of missing LIBTHREAD link failures on AIX.
3492         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add
3493         $(LIBTHREAD).
3494         * modules/strsignal-tests (test_strsignal_LDADD): Likewise.
3495
3496         Link test-poll against INET_PTON_LIB.
3497         * modules/poll-tests (test_poll_LDADD): Add $(INET_PTON_LIB),
3498         for inet_pton on Solaris 10.
3499
3500 2010-01-17  Bruno Haible  <bruno@clisp.org>
3501
3502         unistdio/*-sprintf: Fix typo in module description.
3503         * modules/unistdio/u8-sprintf (Depends-on): Fix typo.
3504         * modules/unistdio/u8-u8-sprintf (Depends-on): Likewise.
3505         * modules/unistdio/u16-sprintf (Depends-on): Likewise.
3506         * modules/unistdio/u16-u16-sprintf (Depends-on): Likewise.
3507         * modules/unistdio/u32-sprintf (Depends-on): Likewise.
3508         * modules/unistdio/u32-u32-sprintf (Depends-on): Likewise.
3509         * modules/unistdio/ulc-sprintf (Depends-on): Likewise.
3510         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3511
3512 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3513
3514         gnulib-tool: fix filelist for AIX, HP-UX ksh.
3515         * gnulib-tool (func_filter_filelist): Do not quote possibly-empty
3516         variables in shell case patterns, for AIX and HP-UX ksh.
3517
3518         Split large sed scripts, for HP-UX sed.
3519         * modules/stdio: Split sed scripts around 50 sed commands,
3520         to avoid HP-UX limit of 99 commands, in the near future.
3521         * modules/string: Likewise.
3522         * modules/unistd: Likewise.
3523
3524         gnulib-tool: avoid writing in the current directory.
3525         * gnulib-tool (func_emit_lib_Makefile_am)
3526         (func_emit_tests_Makefile_am): Put temporary files in $tmp,
3527         not in the current directory, so concurrent gnulib-tool
3528         instances do not interfere.
3529
3530 2010-01-16  Jim Meyering  <meyering@redhat.com>
3531
3532         doc: update users.txt
3533         * users.txt: Add grep.
3534         (diffutils, gzip): Update URLs.
3535
3536 2010-01-12  Bruno Haible  <bruno@clisp.org>
3537
3538         posix_spawn: Avoid test failure on Cygwin.
3539         * tests/test-posix_spawn3.c (DATA_FILENAME) [CYGWIN]: Use less risky
3540         characters.
3541         Reported by Simon Josefsson.
3542
3543 2010-01-12  Bruno Haible  <bruno@clisp.org>
3544
3545         * tests/test-cond.c (main): When skipping the test, show the reason.
3546
3547 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3548
3549         * lib/striconv.c (str_cd_iconv): Avoid if before free.
3550
3551 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3552
3553         * top/maint.mk (VC_LIST_EXCEPT): Filter list through
3554         VC_LIST_ALWAYS_EXCLUDE_REGEX.
3555
3556 2010-01-12  Eric Blake  <ebb9@byu.net>
3557
3558         build: guarantee AS_VAR_IF
3559         * m4/warnings.m4 (gl_WARN_ADD): Use autoconf name.
3560         (gl_AS_VAR_IF): Move...
3561         * m4/gnulib-common.m4 (AS_VAR_IF): ...here.
3562         Reported by Simon Josefsson.
3563
3564 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3565
3566         * lib/stdio.in.h: Fix typo.
3567
3568 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3569
3570         * m4/gc.m4: Check if linking to libgcrypt also needs linking to
3571         libgpg-error.
3572
3573 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3574
3575         * tests/test-xalloc-die.sh: Use $EXEEXT.
3576
3577 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3578             Bruno Haible  <bruno@clisp.org>
3579
3580         getlogin, getlogin_r: Avoid test failure.
3581         * tests/test-getlogin.c: Include <stdio.h>.
3582         (main): Skip the test when the function fails because stdin is not a
3583         tty.
3584         * tests/test-getlogin_r.c: Include <stdio.h>.
3585         (main): Skip the test when the function fails because stdin is not a
3586         tty.
3587
3588 2010-01-11  Eric Blake  <ebb9@byu.net>
3589
3590         tests: avoid more large file warnings
3591         * tests/test-fflush.c: Avoid warning about ftell use.
3592         * tests/test-fseek.c: Avoid warning about fseek use.
3593
3594 2010-01-10  Bruno Haible  <bruno@clisp.org>
3595
3596         nproc: Work better on Linux when /proc and /sys are not mounted.
3597         * lib/nproc.c (num_processors): Use num_processors_via_affinity_mask ()
3598         as lower bound when, on glibc/Linux systems,
3599         sysconf (_SC_NPROCESSORS_CONF) returns 1.
3600         Suggested by Pádraig Brady <P@draigbrady.com>.
3601         Reported by Dmitry V. Levin <ldv@altlinux.org>.
3602
3603         nproc: Refactor.
3604         * lib/nproc.c (num_processors_via_affinity_mask): New function,
3605         extracted from num_processors.
3606         (num_processors): Call it.
3607
3608 2010-01-11  Jim Meyering  <meyering@redhat.com>
3609
3610         utimecmp: avoid new warning from upcoming gcc-4.5.0
3611         * lib/utimecmp.c (BILLION): Define using #define rather than an
3612         anonymous enum, to placate upcoming gcc-4.5.0's -Wenum-compare.
3613
3614 2010-01-11  Eric Blake  <ebb9@byu.net>
3615
3616         math: add portability warnings for classification macros
3617         * modules/math (Depends-on): Add warn-on-use.
3618         (Makefile.am): Provide new substitutions.
3619         * m4/math_h.m4 (gl_MATH_H): Require inline.
3620         * lib/math.in.h (_GL_WARN_REAL_FLOATING_DECL)
3621         (_GL_WARN_REAL_FLOATING_IMPL): New helper macros.
3622         (isfinite, isinf, isnan, signbit) [GNULIB_POSIXCHECK]: Use them to
3623         implement warnings.
3624
3625         unistd: warn on use of environ without module
3626         * modules/unistd (Depends-on): Add warn-on-use.
3627         (Makefile.am): Provide new substitutions.
3628         * m4/unistd_h.m4 (gl_UNISTD_H): Check for inline and environ.
3629         * lib/unistd.in.h (environ): Wrap with a warning helper function.
3630
3631         stdio: warn on suspicious uses
3632         * modules/stdio (Depends-on): Add warn-on-use.
3633         (Makefile.am): Provide new substitutions.
3634         * m4/stdio_h.m4 (gl_STDIO_H): Check for inline, ftello, and
3635         fseeko.
3636         * lib/stdio.in.h (gets): Always warn on use.
3637         (fseek, ftell): Adjust when warnings are issued, and honor
3638         _GL_NO_LARGE_FILES as a way to silence the warning.
3639         * tests/test-fpurge.c [!GNULIB_FSEEK]: Use new means to squelch
3640         any warning about large file offsets.
3641         * tests/test-freadable.c [!GNULIB_FSEEK]: Likewise.
3642         * tests/test-freading.c [!GNULIB_FSEEK]: Likewise.
3643         * tests/test-fseeko.c [!GNULIB_FSEEK]: Likewise.
3644         * tests/test-ftell.c [!GNULIB_FSEEK]: Likewise.
3645         * tests/test-ftello.c [!GNULIB_FSEEK]: Likewise.
3646         * tests/test-fwritable.c [!GNULIB_FSEEK]: Likewise.
3647         * tests/test-fwriting.c [!GNULIB_FSEEK]: Likewise.
3648         * tests/test-getopt.c [!GNULIB_FTELL]: Likewise.
3649
3650         warn-on-use: new module
3651         * modules/warn-on-use: New file.
3652         * build-aux/warn-on-use.h: Likewise.
3653         * m4/warn-on-use.m4: Likewise.
3654         * MODULES.html.sh (Support for building): Mention it.
3655
3656 2010-01-10  Bruno Haible  <bruno@clisp.org>
3657
3658         Tests for module 'unistr/u32-strdup'.
3659         * modules/unistr/u32-strdup-tests: New file.
3660         * tests/unistr/test-u32-strdup.c: New file.
3661
3662         Tests for module 'unistr/u16-strdup'.
3663         * modules/unistr/u16-strdup-tests: New file.
3664         * tests/unistr/test-u16-strdup.c: New file.
3665
3666         Tests for module 'unistr/u8-strdup'.
3667         * modules/unistr/u8-strdup-tests: New file.
3668         * tests/unistr/test-u8-strdup.c: New file.
3669         * tests/unistr/test-strdup.h: New file.
3670
3671         Tests for module 'unistr/u32-strncmp'.
3672         * modules/unistr/u32-strncmp-tests: New file.
3673         * tests/unistr/test-u32-strncmp.c: New file.
3674
3675         Tests for module 'unistr/u16-strncmp'.
3676         * modules/unistr/u16-strncmp-tests: New file.
3677         * tests/unistr/test-u16-strncmp.c: New file.
3678
3679         Tests for module 'unistr/u8-strncmp'.
3680         * modules/unistr/u8-strncmp-tests: New file.
3681         * tests/unistr/test-u8-strncmp.c: New file.
3682         * tests/unistr/test-strncmp.h: New file.
3683
3684         Tests for module 'unistr/u32-strcoll'.
3685         * modules/unistr/u32-strcoll-tests: New file.
3686         * tests/unistr/test-u32-strcoll.c: New file.
3687
3688         Tests for module 'unistr/u16-strcoll'.
3689         * modules/unistr/u16-strcoll-tests: New file.
3690         * tests/unistr/test-u16-strcoll.c: New file.
3691
3692         Tests for module 'unistr/u8-strcoll'.
3693         * modules/unistr/u8-strcoll-tests: New file.
3694         * tests/unistr/test-u8-strcoll.c: New file.
3695
3696         Tests for module 'unistr/u32-strcmp'.
3697         * modules/unistr/u32-strcmp-tests: New file.
3698         * tests/unistr/test-u32-strcmp.c: New file.
3699         * tests/unistr/test-u32-strcmp.h: New file.
3700
3701         Tests for module 'unistr/u16-strcmp'.
3702         * modules/unistr/u16-strcmp-tests: New file.
3703         * tests/unistr/test-u16-strcmp.c: New file.
3704         * tests/unistr/test-u16-strcmp.h: New file.
3705
3706         Tests for module 'unistr/u8-strcmp'.
3707         * modules/unistr/u8-strcmp-tests: New file.
3708         * tests/unistr/test-u8-strcmp.c: New file.
3709         * tests/unistr/test-u8-strcmp.h: New file.
3710         * tests/unistr/test-strcmp.h: New file.
3711
3712         Tests for module 'unistr/u32-strncat'.
3713         * modules/unistr/u32-strncat-tests: New file.
3714         * tests/unistr/test-u32-strncat.c: New file.
3715
3716         Tests for module 'unistr/u16-strncat'.
3717         * modules/unistr/u16-strncat-tests: New file.
3718         * tests/unistr/test-u16-strncat.c: New file.
3719
3720         Tests for module 'unistr/u8-strncat'.
3721         * modules/unistr/u8-strncat-tests: New file.
3722         * tests/unistr/test-u8-strncat.c: New file.
3723         * tests/unistr/test-strncat.h: New file.
3724
3725         Tests for module 'unistr/u32-strcat'.
3726         * modules/unistr/u32-strcat-tests: New file.
3727         * tests/unistr/test-u32-strcat.c: New file.
3728
3729         Tests for module 'unistr/u16-strcat'.
3730         * modules/unistr/u16-strcat-tests: New file.
3731         * tests/unistr/test-u16-strcat.c: New file.
3732
3733         Tests for module 'unistr/u8-strcat'.
3734         * modules/unistr/u8-strcat-tests: New file.
3735         * tests/unistr/test-u8-strcat.c: New file.
3736         * tests/unistr/test-strcat.h: New file.
3737
3738         Tests for module 'unistr/u32-stpncpy'.
3739         * modules/unistr/u32-stpncpy-tests: New file.
3740         * tests/unistr/test-u32-stpncpy.c: New file.
3741
3742         Tests for module 'unistr/u16-stpncpy'.
3743         * modules/unistr/u16-stpncpy-tests: New file.
3744         * tests/unistr/test-u16-stpncpy.c: New file.
3745
3746         Tests for module 'unistr/u8-stpncpy'.
3747         * modules/unistr/u8-stpncpy-tests: New file.
3748         * tests/unistr/test-u8-stpncpy.c: New file.
3749         * tests/unistr/test-stpncpy.h: New file.
3750
3751         Tests for module 'unistr/u32-strncpy'.
3752         * modules/unistr/u32-strncpy-tests: New file.
3753         * tests/unistr/test-u32-strncpy.c: New file.
3754
3755         Tests for module 'unistr/u16-strncpy'.
3756         * modules/unistr/u16-strncpy-tests: New file.
3757         * tests/unistr/test-u16-strncpy.c: New file.
3758
3759         Tests for module 'unistr/u8-strncpy'.
3760         * modules/unistr/u8-strncpy-tests: New file.
3761         * tests/unistr/test-u8-strncpy.c: New file.
3762         * tests/unistr/test-strncpy.h: New file.
3763
3764         Tests for module 'unistr/u32-stpcpy'.
3765         * modules/unistr/u32-stpcpy-tests: New file.
3766         * tests/unistr/test-u32-stpcpy.c: New file.
3767
3768         Tests for module 'unistr/u16-stpcpy'.
3769         * modules/unistr/u16-stpcpy-tests: New file.
3770         * tests/unistr/test-u16-stpcpy.c: New file.
3771
3772         Tests for module 'unistr/u8-stpcpy'.
3773         * modules/unistr/u8-stpcpy-tests: New file.
3774         * tests/unistr/test-u8-stpcpy.c: New file.
3775         * tests/unistr/test-stpcpy.h: New file.
3776
3777         Tests for module 'unistr/u32-strcpy'.
3778         * modules/unistr/u32-strcpy-tests: New file.
3779         * tests/unistr/test-u32-strcpy.c: New file.
3780
3781         Tests for module 'unistr/u16-strcpy'.
3782         * modules/unistr/u16-strcpy-tests: New file.
3783         * tests/unistr/test-u16-strcpy.c: New file.
3784
3785         Tests for module 'unistr/u8-strcpy'.
3786         * modules/unistr/u8-strcpy-tests: New file.
3787         * tests/unistr/test-u8-strcpy.c: New file.
3788         * tests/unistr/test-strcpy.h: New file.
3789
3790         Tests for module 'unistr/u32-strnlen'.
3791         * modules/unistr/u32-strnlen-tests: New file.
3792         * tests/unistr/test-u32-strnlen.c: New file.
3793
3794         Tests for module 'unistr/u16-strnlen'.
3795         * modules/unistr/u16-strnlen-tests: New file.
3796         * tests/unistr/test-u16-strnlen.c: New file.
3797
3798         Tests for module 'unistr/u8-strnlen'.
3799         * modules/unistr/u8-strnlen-tests: New file.
3800         * tests/unistr/test-u8-strnlen.c: New file.
3801         * tests/unistr/test-strnlen.h: New file.
3802
3803         Tests for module 'unistr/u32-strlen'.
3804         * modules/unistr/u32-strlen-tests: New file.
3805         * tests/unistr/test-u32-strlen.c: New file.
3806
3807         Tests for module 'unistr/u16-strlen'.
3808         * modules/unistr/u16-strlen-tests: New file.
3809         * tests/unistr/test-u16-strlen.c: New file.
3810
3811         Tests for module 'unistr/u8-strlen'.
3812         * modules/unistr/u8-strlen-tests: New file.
3813         * tests/unistr/test-u8-strlen.c: New file.
3814
3815         Tests for module 'unistr/u32-prev'.
3816         * modules/unistr/u32-prev-tests: New file.
3817         * tests/unistr/test-u32-prev.c: New file.
3818
3819         Tests for module 'unistr/u16-prev'.
3820         * modules/unistr/u16-prev-tests: New file.
3821         * tests/unistr/test-u16-prev.c: New file.
3822
3823         Tests for module 'unistr/u8-prev'.
3824         * modules/unistr/u8-prev-tests: New file.
3825         * tests/unistr/test-u8-prev.c: New file.
3826
3827         Tests for module 'unistr/u32-next'.
3828         * modules/unistr/u32-next-tests: New file.
3829         * tests/unistr/test-u32-next.c: New file.
3830
3831         Tests for module 'unistr/u16-next'.
3832         * modules/unistr/u16-next-tests: New file.
3833         * tests/unistr/test-u16-next.c: New file.
3834
3835         Tests for module 'unistr/u8-next'.
3836         * modules/unistr/u8-next-tests: New file.
3837         * tests/unistr/test-u8-next.c: New file.
3838
3839         Tests for module 'unistr/u32-strmbtouc'.
3840         * modules/unistr/u32-strmbtouc-tests: New file.
3841         * tests/unistr/test-u32-strmbtouc.c: New file.
3842
3843         Tests for module 'unistr/u16-strmbtouc'.
3844         * modules/unistr/u16-strmbtouc-tests: New file.
3845         * tests/unistr/test-u16-strmbtouc.c: New file.
3846
3847         Tests for module 'unistr/u8-strmbtouc'.
3848         * modules/unistr/u8-strmbtouc-tests: New file.
3849         * tests/unistr/test-u8-strmbtouc.c: New file.
3850
3851         Tests for module 'unistr/u32-strmblen'.
3852         * modules/unistr/u32-strmblen-tests: New file.
3853         * tests/unistr/test-u32-strmblen.c: New file.
3854
3855         Tests for module 'unistr/u16-strmblen'.
3856         * modules/unistr/u16-strmblen-tests: New file.
3857         * tests/unistr/test-u16-strmblen.c: New file.
3858
3859         Tests for module 'unistr/u8-strmblen'.
3860         * modules/unistr/u8-strmblen-tests: New file.
3861         * tests/unistr/test-u8-strmblen.c: New file.
3862
3863         Tests for module 'unistr/u32-cpy-alloc'.
3864         * modules/unistr/u32-cpy-alloc-tests: New file.
3865         * tests/unistr/test-u32-cpy-alloc.c: New file.
3866
3867         Tests for module 'unistr/u16-cpy-alloc'.
3868         * modules/unistr/u16-cpy-alloc-tests: New file.
3869         * tests/unistr/test-u16-cpy-alloc.c: New file.
3870
3871         Tests for module 'unistr/u8-cpy-alloc'.
3872         * modules/unistr/u8-cpy-alloc-tests: New file.
3873         * tests/unistr/test-u8-cpy-alloc.c: New file.
3874         * tests/unistr/test-cpy-alloc.h: New file.
3875
3876         Tests for module 'unistr/u32-mbsnlen'.
3877         * modules/unistr/u32-mbsnlen-tests: New file.
3878         * tests/unistr/test-u32-mbsnlen.c: New file.
3879
3880         Tests for module 'unistr/u16-mbsnlen'.
3881         * modules/unistr/u16-mbsnlen-tests: New file.
3882         * tests/unistr/test-u16-mbsnlen.c: New file.
3883
3884         Tests for module 'unistr/u8-mbsnlen'.
3885         * modules/unistr/u8-mbsnlen-tests: New file.
3886         * tests/unistr/test-u8-mbsnlen.c: New file.
3887
3888         Tests for module 'unistr/u32-chr'.
3889         * modules/unistr/u32-chr-tests: New file.
3890         * tests/unistr/test-u32-chr.c: New file.
3891
3892         Tests for module 'unistr/u16-chr'.
3893         * modules/unistr/u16-chr-tests: New file.
3894         * tests/unistr/test-u16-chr.c: New file.
3895
3896         Tests for module 'unistr/u8-chr'.
3897         * modules/unistr/u8-chr-tests: New file.
3898         * tests/unistr/test-u8-chr.c: New file.
3899         * tests/unistr/test-chr.h: New file, based on tests/test-memchr.c.
3900
3901         Tests for module 'unistr/u32-cmp2'.
3902         * modules/unistr/u32-cmp2-tests: New file.
3903         * tests/unistr/test-u32-cmp2.c: New file.
3904
3905         Tests for module 'unistr/u16-cmp2'.
3906         * modules/unistr/u16-cmp2-tests: New file.
3907         * tests/unistr/test-u16-cmp2.c: New file.
3908
3909         Tests for module 'unistr/u8-cmp2'.
3910         * modules/unistr/u8-cmp2-tests: New file.
3911         * tests/unistr/test-u8-cmp2.c: New file.
3912         * tests/unistr/test-cmp2.h: New file, based on tests/unistr/test-cmp.h.
3913
3914         Tests for module 'unistr/u32-cmp'.
3915         * modules/unistr/u32-cmp-tests: New file.
3916         * tests/unistr/test-u32-cmp.c: New file.
3917
3918         Tests for module 'unistr/u16-cmp'.
3919         * modules/unistr/u16-cmp-tests: New file.
3920         * tests/unistr/test-u16-cmp.c: New file.
3921
3922         Tests for module 'unistr/u8-cmp'.
3923         * modules/unistr/u8-cmp-tests: New file.
3924         * tests/unistr/test-u8-cmp.c: New file.
3925         * tests/unistr/test-cmp.h: New file, based on tests/test-memcmp.c.
3926
3927         Tests for module 'unistr/u32-set'.
3928         * modules/unistr/u32-set-tests: New file.
3929         * tests/unistr/test-u32-set.c: New file.
3930
3931         Tests for module 'unistr/u16-set'.
3932         * modules/unistr/u16-set-tests: New file.
3933         * tests/unistr/test-u16-set.c: New file.
3934
3935         Tests for module 'unistr/u8-set'.
3936         * modules/unistr/u8-set-tests: New file.
3937         * tests/unistr/test-u8-set.c: New file.
3938         * tests/unistr/test-set.h: New file.
3939
3940         Tests for module 'unistr/u32-move'.
3941         * modules/unistr/u32-move-tests: New file.
3942         * tests/unistr/test-u32-move.c: New file.
3943
3944         Tests for module 'unistr/u16-move'.
3945         * modules/unistr/u16-move-tests: New file.
3946         * tests/unistr/test-u16-move.c: New file.
3947
3948         Tests for module 'unistr/u8-move'.
3949         * modules/unistr/u8-move-tests: New file.
3950         * tests/unistr/test-u8-move.c: New file.
3951         * tests/unistr/test-move.h: New file.
3952
3953         Tests for module 'unistr/u32-cpy'.
3954         * modules/unistr/u32-cpy-tests: New file.
3955         * tests/unistr/test-u32-cpy.c: New file.
3956
3957         Tests for module 'unistr/u16-cpy'.
3958         * modules/unistr/u16-cpy-tests: New file.
3959         * tests/unistr/test-u16-cpy.c: New file.
3960
3961         Tests for module 'unistr/u8-cpy'.
3962         * modules/unistr/u8-cpy-tests: New file.
3963         * tests/unistr/test-u8-cpy.c: New file.
3964         * tests/unistr/test-cpy.h: New file.
3965
3966 2010-01-09  Bruno Haible  <bruno@clisp.org>
3967
3968         Tests for module 'unistr/u32-uctomb'.
3969         * modules/unistr/u32-uctomb-tests: New file.
3970         * tests/unistr/test-u32-uctomb.c: New file.
3971
3972         Tests for module 'unistr/u16-uctomb'.
3973         * modules/unistr/u16-uctomb-tests: New file.
3974         * tests/unistr/test-u16-uctomb.c: New file.
3975
3976         Tests for module 'unistr/u8-uctomb'.
3977         * modules/unistr/u8-uctomb-tests: New file.
3978         * tests/unistr/test-u8-uctomb.c: New file.
3979
3980         Tests for module 'unistr/u32-mbtoucr'.
3981         * modules/unistr/u32-mbtoucr-tests: New file.
3982         * tests/unistr/test-u32-mbtoucr.c: New file.
3983
3984         Tests for module 'unistr/u16-mbtoucr'.
3985         * modules/unistr/u16-mbtoucr-tests: New file.
3986         * tests/unistr/test-u16-mbtoucr.c: New file.
3987
3988         Tests for module 'unistr/u8-mbtoucr'.
3989         * modules/unistr/u8-mbtoucr-tests: New file.
3990         * tests/unistr/test-u8-mbtoucr.c: New file.
3991
3992         Tests for module 'unistr/u32-mbtouc'.
3993         * modules/unistr/u32-mbtouc-tests: New file.
3994         * tests/unistr/test-u32-mbtouc.c: New file.
3995
3996         Tests for module 'unistr/u16-mbtouc'.
3997         * modules/unistr/u16-mbtouc-tests: New file.
3998         * tests/unistr/test-u16-mbtouc.c: New file.
3999
4000         Tests for module 'unistr/u8-mbtouc'.
4001         * modules/unistr/u8-mbtouc-tests: New file.
4002         * tests/unistr/test-u8-mbtouc.c: New file.
4003
4004         Tests for module 'unistr/u32-mbtouc-unsafe'.
4005         * modules/unistr/u32-mbtouc-unsafe-tests: New file.
4006         * tests/unistr/test-u32-mbtouc-unsafe.c: New file.
4007         * tests/unistr/test-u32-mbtouc.h: New file.
4008
4009         Tests for module 'unistr/u16-mbtouc-unsafe'.
4010         * modules/unistr/u16-mbtouc-unsafe-tests: New file.
4011         * tests/unistr/test-u16-mbtouc-unsafe.c: New file.
4012         * tests/unistr/test-u16-mbtouc.h: New file.
4013
4014         Tests for module 'unistr/u8-mbtouc-unsafe'.
4015         * modules/unistr/u8-mbtouc-unsafe-tests: New file.
4016         * tests/unistr/test-u8-mbtouc-unsafe.c: New file.
4017         * tests/unistr/test-u8-mbtouc.h: New file.
4018
4019         Tests for module 'unistr/u32-mblen'.
4020         * modules/unistr/u32-mblen-tests: New file.
4021         * tests/unistr/test-u32-mblen.c: New file.
4022
4023         Tests for module 'unistr/u16-mblen'.
4024         * modules/unistr/u16-mblen-tests: New file.
4025         * tests/unistr/test-u16-mblen.c: New file.
4026
4027         Tests for module 'unistr/u8-mblen'.
4028         * modules/unistr/u8-mblen-tests: New file.
4029         * tests/unistr/test-u8-mblen.c: New file.
4030
4031         Tests for module 'unistr/u32-to-u16'.
4032         * modules/unistr/u32-to-u16-tests: New file.
4033         * tests/unistr/test-u32-to-u16.c: New file.
4034
4035         Tests for module 'unistr/u32-to-u8'.
4036         * modules/unistr/u32-to-u8-tests: New file.
4037         * tests/unistr/test-u32-to-u8.c: New file.
4038
4039         Tests for module 'unistr/u16-to-u32'.
4040         * modules/unistr/u16-to-u32-tests: New file.
4041         * tests/unistr/test-u16-to-u32.c: New file.
4042
4043         Tests for module 'unistr/u16-to-u8'.
4044         * modules/unistr/u16-to-u8-tests: New file.
4045         * tests/unistr/test-u16-to-u8.c: New file.
4046
4047         Tests for module 'unistr/u8-to-u32'.
4048         * modules/unistr/u8-to-u32-tests: New file.
4049         * tests/unistr/test-u8-to-u32.c: New file.
4050
4051         Tests for module 'unistr/u8-to-u16'.
4052         * modules/unistr/u8-to-u16-tests: New file.
4053         * tests/unistr/test-u8-to-u16.c: New file.
4054
4055         Tests for module 'unistr/u32-check'.
4056         * modules/unistr/u32-check-tests: New file.
4057         * tests/unistr/test-u32-check.c: New file.
4058
4059         Tests for module 'unistr/u16-check'.
4060         * modules/unistr/u16-check-tests: New file.
4061         * tests/unistr/test-u16-check.c: New file.
4062
4063         Tests for module 'unistr/u8-check'.
4064         * modules/unistr/u8-check-tests: New file.
4065         * tests/unistr/test-u8-check.c: New file.
4066
4067         * tests/unictype/test-categ_byname.c: Include <stdbool.h>.
4068         (category_equals): New function.
4069         (main): Add more tests.
4070         * modules/unictype/category-byname-tests (Depends-on): Add stdbool.
4071
4072         * tests/unictype/test-bidi_byname.c (main): Add more tests.
4073
4074 2010-01-10  Bruno Haible  <bruno@clisp.org>
4075
4076         unistr/u*-strcoll: Try harder to distinguish different strings.
4077         * lib/unistr/u-strcoll.h (FUNC): When sl1 and sl2 are the same,
4078         compare s1 and s2 to see if they are different.
4079
4080 2010-01-10  Bruno Haible  <bruno@clisp.org>
4081
4082         unistr/u*-stpncpy: Fix the return value.
4083         * lib/unistr.h (u8_stpncpy, u16_stpncpy, u32_stpncpy): Make the
4084         description of the return value consistent with stpncpy in glibc.
4085         * lib/unistr/u-stpncpy.h (FUNC): Return the pointer past the last
4086         written non-NUL unit.
4087
4088 2010-01-10  Bruno Haible  <bruno@clisp.org>
4089
4090         unistr/u*-next: Add missing dependencies.
4091         * modules/unistr/u8-next (Depends-on): Add unistr/u8-strmbtouc.
4092         * modules/unistr/u16-next (Depends-on): Add unistr/u16-strmbtouc.
4093         * modules/unistr/u32-next (Depends-on): Add unistr/u32-strmbtouc.
4094
4095 2010-01-10  Bruno Haible  <bruno@clisp.org>
4096
4097         unistr/u8-mbsnlen: Fix return value for incomplete character.
4098         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtoucr instead of
4099         u8_mblen.
4100         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtoucr.
4101         Remove unistr/u8-mblen.
4102         * lib/unistr/u16-mbsnlen.c (u16_mbsnlen): Use u16_mbtoucr instead of
4103         u16_mblen.
4104         * modules/unistr/u16-mbsnlen (Depends-on): Add unistr/u16-mbtoucr.
4105         Remove unistr/u16-mblen.
4106
4107 2010-01-10  Bruno Haible  <bruno@clisp.org>
4108
4109         wchar: Fix compilation error when <wchar.h> is used from coreutils.
4110         * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
4111         Reported by Brian Gough <bjg@gnu.org> and
4112         Chris Clayton <chris2553@googlemail.com> via
4113         Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
4114
4115 2010-01-09  Bruno Haible  <bruno@clisp.org>
4116
4117         unistr/u16-to-u32: Reject invalid input.
4118         * lib/unistr/u16-to-u32.c (u16_to_u32): Call u16_mbtoucr instead of
4119         u16_mbtouc.
4120         * modules/unistr/u16-to-u32 (Depends-on): Add unistr/u16-mbtoucr.
4121         Remove unistr/u16-mbtouc.
4122
4123         unistr/u16-to-u8: Reject invalid input.
4124         * lib/unistr/u16-to-u8.c (u16_to_u8): Call u16_mbtoucr instead of
4125         u16_mbtouc.
4126         * modules/unistr/u16-to-u8 (Depends-on): Add unistr/u16-mbtoucr.
4127         Remove unistr/u16-mbtouc.
4128
4129         unistr/u8-to-u32: Reject invalid input.
4130         * lib/unistr/u8-to-u32.c (u8_to_u32): Call u8_mbtoucr instead of
4131         u8_mbtouc.
4132         * modules/unistr/u8-to-u32 (Depends-on): Add unistr/u8-mbtoucr.
4133         Remove unistr/u8-mbtouc.
4134
4135         unistr/u8-to-u16: Reject invalid input.
4136         * lib/unistr/u8-to-u16.c (u8_to_u16): Call u8_mbtoucr instead of
4137         u8_mbtouc.
4138         * modules/unistr/u8-to-u16 (Depends-on): Add unistr/u8-mbtoucr.
4139         Remove unistr/u8-mbtouc.
4140
4141 2010-01-09  Bruno Haible  <bruno@clisp.org>
4142
4143         Tests for module 'getlogin'.
4144         * modules/getlogin-tests: New file.
4145         * tests/test-getlogin.c: New file.
4146
4147         New module 'getlogin'.
4148         * lib/unistd.in.h (getlogin): New declaration.
4149         * lib/getlogin.c: New file.
4150         * m4/getlogin.m4: New file.
4151         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETLOGIN,
4152         HAVE_GETLOGIN.
4153         * modules/unistd (Makefile.am): Substitute GNULIB_GETLOGIN,
4154         HAVE_GETLOGIN.
4155         * modules/getlogin: New file.
4156         * doc/posix-functions/getlogin.texi: Mention the new module.
4157         Reported by John W. Eaton <jwe@gnu.org>.
4158
4159 2010-01-09  Bruno Haible  <bruno@clisp.org>
4160
4161         getlogin_r: Support for native Windows.
4162         * lib/getlogin_r.c: Include <windows.h>
4163         (getlogin_r): Implement for native Windows.
4164         * tests/test-getlogin_r.c (main): Also test with a huge buffer.
4165         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>
4166         via John W. Eaton <jwe@gnu.org>.
4167
4168 2010-01-09  Bruno Haible  <bruno@clisp.org>
4169
4170         getlogin_r: Small fixes.
4171         * lib/getlogin_r.c (getlogin_r): Don't set errno if the function
4172         succeeds.
4173         * m4/getlogin_r.m4 (gl_GETLOGIN_R): Require gl_USE_SYSTEM_EXTENSIONS
4174         before testing whether getlogin_r is declared. No need to set
4175         HAVE_DECL_GETLOGIN_R to 1.
4176         (gl_PREREQ_GETLOGIN_R): Don't check for the getlogin_r declaration.
4177
4178 2010-01-09  Bruno Haible  <bruno@clisp.org>
4179
4180         * lib/unistd.in.h (getlogin_r): Add comment.
4181
4182 2010-01-09  Bruno Haible  <bruno@clisp.org>
4183
4184         Tests for module 'getlogin_r'.
4185         * modules/getlogin_r-tests: New file.
4186         * tests/test-getlogin_r.c: New file.
4187
4188 2010-01-09  Jim Meyering  <meyering@redhat.com>
4189
4190         maint.mk: extend proper_name_utf8-vs-LIBICONV-checking rule
4191         * top/maint.mk (sc_proper_name_utf8_requires_ICONV): Adapt to work
4192         also when $(LIBICONV) is part of LDADD, rather than ${prog}_LDADD.
4193
4194 2010-01-08  Simon Josefsson  <simon@josefsson.org>
4195
4196         * lib/dup2.c (rpl_dup2): Improve comment.
4197
4198 2010-01-08  Eric Blake  <ebb9@byu.net>
4199
4200         maint.mk: allow packages to add makefile @@ exceptions
4201         * top/maint.mk (_makefile_at_at_check_exceptions): New hook.
4202         (sc_makefile_check): Rename...
4203         (sc_makefile_at_at_check): ...to this, and use hook.
4204
4205         dup2: work around mingw bug
4206         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
4207         Reported by Simon Josefsson.
4208
4209 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
4210
4211         glob: Fix C++ compilation.
4212         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
4213         C++.
4214
4215 2010-01-07  Bruno Haible  <bruno@clisp.org>
4216
4217         Fix indentation of wctype.in.h, broken since 2007-01-06.
4218         * lib/wctype.in.h: Fix indentation of preprocessor directives.
4219
4220 2010-01-07  Bruno Haible  <bruno@clisp.org>
4221
4222         mbslen: Avoid collision with system function.
4223         * lib/string.in.h [MirBSD]: Include <wchar.h>.
4224         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
4225         * m4/mbslen.m4: New file.
4226         * modules/mbslen (Files): Add it.
4227         (configure.ac): Invoke gl_MBSLEN.
4228         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
4229         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
4230         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
4231         via Ian Beckwith <ianb@erislabs.net>.
4232
4233 2010-01-07  Bruno Haible  <bruno@clisp.org>
4234
4235         dirent: Document the last fix.
4236         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
4237
4238 2010-01-07  Bruno Haible  <bruno@clisp.org>
4239
4240         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
4241         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
4242         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
4243         va_list are defined.
4244         * doc/posix-headers/stdio.texi: Document the bug of missing types.
4245         Reported by Eric Blake.
4246
4247 2010-01-07  Bruno Haible  <bruno@clisp.org>
4248
4249         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
4250         * modules/xlist (Depends-on): Add 'list',
4251         * modules/xoset (Depends-on): Add 'oset'.
4252         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4253
4254 2010-01-07  Bruno Haible  <bruno@clisp.org>
4255
4256         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
4257         * doc/posix-functions/strncasecmp.texi: Likewise.
4258
4259 2010-01-07  Bruno Haible  <bruno@clisp.org>
4260
4261         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
4262
4263 2010-01-07  John W. Eaton  <jwe@octave.org>
4264
4265         wctype: allow C++ use
4266         * lib/wctype.in.h: Add extern "C" block for C++.
4267
4268 2010-01-06  Eric Blake  <ebb9@byu.net>
4269
4270         maint.mk: detect incorrect GFDL usage
4271         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
4272
4273 2010-01-06  Jim Meyering  <meyering@redhat.com>
4274         and Eric Blake  <ebb9@byu.net>
4275
4276         maint.mk: ignore multi-line copyright in NEWS
4277         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
4278
4279 2010-01-06  Eric Blake  <ebb9@byu.net>
4280
4281         select: add missing dependency
4282         * modules/select-tests (Depends-on): Move sockets dependency...
4283         * modules/select (Depends-on): ...here.
4284         Reported by Ian Beckwith.
4285
4286         doc: regenerate INSTALL
4287         * doc/INSTALL: Reflect recent autoconf update.
4288         * doc/INSTALL.ISO: Likewise.
4289         * doc/INSTALL.UTF-8: Likewise.
4290
4291         pread: fix compilation on glibc
4292         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
4293         Reported by Ralf Wildenhues.
4294
4295         dirent: fix test failure
4296         * lib/dirent.in.h (includes): Guarantee ino_t.
4297         Reported by Ralf Wildenhues.
4298
4299 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
4300
4301         linkat, renameat: avoid bad free
4302         * lib/at-func2.c (at_func2): Fix typo.
4303         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
4304
4305 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4306
4307         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
4308         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
4309         to avoid failure of symlink test later.
4310
4311 2010-01-06  Eric Blake  <ebb9@byu.net>
4312
4313         stdio, unistd: guarantee ssize_t
4314         * lib/unistd.in.h (includes): Ensure that types required by POSIX
4315         2008 are exposed when needed.
4316         * lib/stdio.in.h (includes): Likewise.
4317         Reported by Ralf Wildenhues.
4318
4319 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
4320
4321         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
4322         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
4323         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
4324
4325 2010-01-06  Jim Meyering  <meyering@redhat.com>
4326
4327         readtokens: this module *does* require xalloc.h
4328         It uses only functions that were omitted by the old syntax-check rule.
4329         * lib/readtokens.c: Include "xalloc.h" once again.
4330         * modules/readtokens (Depends-on): Add xalloc.
4331         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
4332
4333 2010-01-05  Eric Blake  <ebb9@byu.net>
4334
4335         maint: support 'make announcement' from a VPATH build
4336         * top/maint.mk (announcement): Look for correct NEWS file.
4337
4338 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
4339
4340         utimens (fdutimens): ignore a negative FD, per contract
4341         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
4342         when we have a valid file descriptor.  Otherwise, using a brand
4343         new glibc (with just-patched futimens that now fails with EBADF)
4344         would cause this function to fail with ENOSYS.
4345         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
4346         See also http://bugzilla.redhat.com/552320.
4347
4348 2010-01-05  Eric Blake  <ebb9@byu.net>
4349
4350         strcase: document what it provides
4351         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
4352         gnulib module.
4353         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
4354         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
4355
4356 2010-01-05  Jim Meyering  <meyering@redhat.com>
4357
4358         maint: remove useless inclusions of "xalloc.h"
4359         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
4360         * lib/readtokens.c: Likewise.
4361         * lib/same.c: Likewise.
4362         * modules/getloadavg (Depends-on): Remove xalloc.
4363         * modules/readtokens: Likewise.
4364         * modules/same: Likewise.
4365
4366         maint.mk: include 4 more function names in alloca.h-checking regexp
4367         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
4368         regexp.  Before, we would give a false-positive (saying alloca.h
4369         is included unnecessarily) when the only uses involved omitted symbols.
4370
4371         xalloc.h: use consistent formatting
4372         * lib/xalloc.h: Move declarations to start in the first column.
4373
4374 2010-01-05  Eric Blake  <ebb9@byu.net>
4375
4376         mkdir: avoid xalloc
4377         * lib/mkdir.c (includes): Drop unused header.
4378         Reported by John W. Eaton.
4379
4380 2010-01-04  Jim Meyering  <meyering@redhat.com>
4381
4382         nl_langinfo: avoid configure-time syntax error
4383         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
4384         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
4385         the empty string.  Don't let that provoke a shell syntax error.
4386
4387         regcomp, regexec, fnmatch: avoid array bounds read error
4388         * lib/regcomp.c (build_equiv_class): From glibc:
4389         Use only the low 24 bits of a findidx return value as an index
4390         into the weights array.  Patch by Ulrich Drepper:
4391         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
4392         * lib/regexec.c (check_node_accept_bytes): Likewise.
4393         * lib/fnmatch_loop.c (FCT): Likewise.
4394
4395         regcomp: skip collseq lookup when there are no rules
4396         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
4397         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
4398
4399         regcomp: recognize ill-formed { } expressions
4400         * lib/regcomp.c (parse_dup_op): From glibc:
4401         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
4402
4403         regcomp: fix typo in comment
4404         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
4405         s/satisfy/satisfies/.
4406
4407         regcomp: sync from glibc: remove dead store
4408         * lib/regcomp.c (duplicate_node_closure): Remove useless
4409         search_duplicated_node call and dead store.
4410
4411         regcomp: sync from glibc; always use nl_langinfo
4412         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
4413         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
4414         * modules/regex (Depends-on): Add nl_langinfo.
4415
4416 2010-01-04  Eric Blake  <ebb9@byu.net>
4417
4418         fdopendir: fix configure test
4419         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
4420
4421 2010-01-01  Bruno Haible  <bruno@clisp.org>
4422
4423         wchar: Remove unused configure check.
4424         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
4425
4426 2010-01-01  Eric Blake  <ebb9@byu.net>
4427
4428         headers: make check of system header explicit
4429         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
4430         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
4431         ourselves.
4432         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
4433         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4434         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
4435         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
4436         internals.
4437         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
4438         missing.
4439         Suggested by Bruno Haible.
4440
4441 2010-01-01  Jim Meyering  <meyering@redhat.com>
4442
4443         ChangeLog: tweak to eliminate unnecessary copyright line
4444         * ChangeLog: Remove a copyright line that was mistakenly updated
4445         by today's update-copyright run.  Reported by Eric Blake.
4446
4447         test-update-copyright: don't let envvar setting cause test failure
4448         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
4449
4450 2010-01-01  Bruno Haible  <bruno@clisp.org>
4451
4452         localename: Avoid gcc warning.
4453         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
4454         function if it is not used.
4455
4456 2010-01-01  Jim Meyering  <meyering@redhat.com>
4457
4458         update nearly all FSF copyright year lists to include 2010
4459         Use the same procedure as for 2009, outlined in
4460         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
4461
4462         version-etc: set COPYRIGHT_YEAR to 2010
4463         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
4464
4465 2009-12-31  Eric Blake  <ebb9@byu.net>
4466
4467         doc: correct availability of cygwin 1.5.x getopt
4468         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
4469         variables.
4470         * doc/posix-functions/opterr.texi (opterr): Likewise.
4471         * doc/posix-functions/optind.texi (optind): Likewise.
4472         * doc/posix-functions/optopt.texi (optopt): Likewise.
4473         * doc/posix-functions/tzname.texi (tzname): Likewise.
4474
4475         openat: update maintainer
4476         * modules/openat (Maintainer): Add myself.
4477
4478         utimens: avoid shadowing warning
4479         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
4480         buffers into one, to avoid shadowing, as well as avoiding a
4481         redundant stat.
4482         Reported by Jim Meyering.
4483
4484         test-dup2: avoid compiler warning
4485         * tests/test-dup2.c (is_inheritable): Only define if used.
4486
4487 2010-01-01  Bruno Haible  <bruno@clisp.org>
4488
4489         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
4490         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
4491         defined, use wctomb instead of wcrtomb.
4492
4493 2010-01-01  Bruno Haible  <bruno@clisp.org>
4494
4495         iconv: Reject native Solaris iconv.
4496         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
4497         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
4498
4499 2009-12-31  Bruno Haible  <bruno@clisp.org>
4500
4501         * tests/test-signal.c (main): Remove test of 'SIG'.
4502
4503 2009-12-31  Bruno Haible  <bruno@clisp.org>
4504
4505         spawn: Fix incomplete fix.
4506         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
4507         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
4508         warnings for GNULIB_POSIXCHECK again.
4509         Reported by Eric Blake.
4510
4511 2009-12-31  Bruno Haible  <bruno@clisp.org>
4512
4513         Avoid namespace pollution on glibc systems.
4514         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
4515         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
4516         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
4517         glibc systems.
4518
4519 2009-12-31  Bruno Haible  <bruno@clisp.org>
4520
4521         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
4522         (gl_REPLACE_WCHAR_H): Turn into a no-op.
4523         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
4524         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
4525         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
4526         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
4527         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
4528
4529 2009-12-31  Bruno Haible  <bruno@clisp.org>
4530
4531         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
4532         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
4533         afterwards.
4534
4535 2009-12-31  Bruno Haible  <bruno@clisp.org>
4536
4537         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
4538         SYS_UTSNAME_H.
4539
4540 2009-12-31  Bruno Haible  <bruno@clisp.org>
4541
4542         spawn: Fix misapplied patch.
4543         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
4544         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
4545         warnings for GNULIB_POSIXCHECK.
4546
4547 2009-12-31  Bruno Haible  <bruno@clisp.org>
4548
4549         times: Update after sys_times changed.
4550         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
4551         * modules/times (Files): Add it.
4552         (configure.ac): Invoke gl_FUNC_TIMES.
4553
4554 2009-12-31  Bruno Haible  <bruno@clisp.org>
4555
4556         Use AC_C_INLINE where necessary.
4557         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
4558         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
4559         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
4560         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
4561         * m4/mbfile.m4 (gl_MBFILE): Likewise.
4562         * m4/mbiter.m4 (gl_MBITER): Likewise.
4563         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
4564         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
4565         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
4566         * modules/u64 (configure.ac): Likewise.
4567
4568 2009-12-31  Bruno Haible  <bruno@clisp.org>
4569
4570         Use AC_C_INLINE instead of module 'inline' where possible.
4571         * modules/inline (Description): Clarify purpose.
4572         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
4573         * modules/count-one-bits (Depends-on): Remove inline.
4574         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
4575         * modules/openat (Depends-on): Remove inline.
4576         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
4577         instead of depending on module 'inline'.
4578         * modules/filevercmp (Depends-on, configure.ac): Likewise.
4579         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
4580         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
4581         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
4582         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
4583         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
4584         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
4585         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
4586         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
4587         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
4588         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
4589         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
4590         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
4591         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
4592         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
4593         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
4594         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
4595         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
4596         Likewise.
4597         * modules/unictype/property-ascii-hex-digit (Depends-on,
4598         configure.ac): Likewise.
4599         * modules/unictype/property-bidi-arabic-digit (Depends-on,
4600         configure.ac): Likewise.
4601         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
4602         configure.ac): Likewise.
4603         * modules/unictype/property-bidi-block-separator (Depends-on,
4604         configure.ac): Likewise.
4605         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
4606         configure.ac): Likewise.
4607         * modules/unictype/property-bidi-common-separator (Depends-on,
4608         configure.ac): Likewise.
4609         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
4610         Likewise.
4611         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
4612         configure.ac): Likewise.
4613         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
4614         configure.ac): Likewise.
4615         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
4616         configure.ac): Likewise.
4617         * modules/unictype/property-bidi-european-digit (Depends-on,
4618         configure.ac): Likewise.
4619         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
4620         configure.ac): Likewise.
4621         * modules/unictype/property-bidi-left-to-right (Depends-on,
4622         configure.ac): Likewise.
4623         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
4624         configure.ac): Likewise.
4625         * modules/unictype/property-bidi-other-neutral (Depends-on,
4626         configure.ac): Likewise.
4627         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
4628         Likewise.
4629         * modules/unictype/property-bidi-segment-separator (Depends-on,
4630         configure.ac): Likewise.
4631         * modules/unictype/property-bidi-whitespace (Depends-on,
4632         configure.ac): Likewise.
4633         * modules/unictype/property-combining (Depends-on, configure.ac):
4634         Likewise.
4635         * modules/unictype/property-composite (Depends-on, configure.ac):
4636         Likewise.
4637         * modules/unictype/property-currency-symbol (Depends-on,
4638         configure.ac): Likewise.
4639         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
4640         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
4641         Likewise.
4642         * modules/unictype/property-default-ignorable-code-point (Depends-on,
4643         configure.ac): Likewise.
4644         * modules/unictype/property-deprecated (Depends-on, configure.ac):
4645         Likewise.
4646         * modules/unictype/property-diacritic (Depends-on, configure.ac):
4647         Likewise.
4648         * modules/unictype/property-extender (Depends-on, configure.ac):
4649         Likewise.
4650         * modules/unictype/property-format-control (Depends-on, configure.ac):
4651         Likewise.
4652         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
4653         Likewise.
4654         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
4655         Likewise.
4656         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
4657         Likewise.
4658         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
4659         Likewise.
4660         * modules/unictype/property-hyphen (Depends-on, configure.ac):
4661         Likewise.
4662         * modules/unictype/property-id-continue (Depends-on, configure.ac):
4663         Likewise.
4664         * modules/unictype/property-id-start (Depends-on, configure.ac):
4665         Likewise.
4666         * modules/unictype/property-ideographic (Depends-on, configure.ac):
4667         Likewise.
4668         * modules/unictype/property-ids-binary-operator (Depends-on,
4669         configure.ac): Likewise.
4670         * modules/unictype/property-ids-trinary-operator (Depends-on,
4671         configure.ac): Likewise.
4672         * modules/unictype/property-ignorable-control (Depends-on,
4673         configure.ac): Likewise.
4674         * modules/unictype/property-iso-control (Depends-on, configure.ac):
4675         Likewise.
4676         * modules/unictype/property-join-control (Depends-on, configure.ac):
4677         Likewise.
4678         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
4679         Likewise.
4680         * modules/unictype/property-line-separator (Depends-on, configure.ac):
4681         Likewise.
4682         * modules/unictype/property-logical-order-exception (Depends-on,
4683         configure.ac): Likewise.
4684         * modules/unictype/property-lowercase (Depends-on, configure.ac):
4685         Likewise.
4686         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
4687         * modules/unictype/property-non-break (Depends-on, configure.ac):
4688         Likewise.
4689         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
4690         Likewise.
4691         * modules/unictype/property-numeric (Depends-on, configure.ac):
4692         Likewise.
4693         * modules/unictype/property-other-alphabetic (Depends-on,
4694         configure.ac): Likewise.
4695         * modules/unictype/property-other-default-ignorable-code-point
4696         (Depends-on, configure.ac): Likewise.
4697         * modules/unictype/property-other-grapheme-extend (Depends-on,
4698         configure.ac): Likewise.
4699         * modules/unictype/property-other-id-continue (Depends-on,
4700         configure.ac): Likewise.
4701         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
4702         Likewise.
4703         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
4704         Likewise.
4705         * modules/unictype/property-other-math (Depends-on, configure.ac):
4706         Likewise.
4707         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
4708         Likewise.
4709         * modules/unictype/property-paired-punctuation (Depends-on,
4710         configure.ac): Likewise.
4711         * modules/unictype/property-paragraph-separator (Depends-on,
4712         configure.ac): Likewise.
4713         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
4714         Likewise.
4715         * modules/unictype/property-pattern-white-space (Depends-on,
4716         configure.ac): Likewise.
4717         * modules/unictype/property-private-use (Depends-on, configure.ac):
4718         Likewise.
4719         * modules/unictype/property-punctuation (Depends-on, configure.ac):
4720         Likewise.
4721         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
4722         Likewise.
4723         * modules/unictype/property-radical (Depends-on, configure.ac):
4724         Likewise.
4725         * modules/unictype/property-sentence-terminal (Depends-on,
4726         configure.ac): Likewise.
4727         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
4728         Likewise.
4729         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
4730         * modules/unictype/property-terminal-punctuation (Depends-on,
4731         configure.ac): Likewise.
4732         * modules/unictype/property-titlecase (Depends-on, configure.ac):
4733         Likewise.
4734         * modules/unictype/property-unassigned-code-value (Depends-on,
4735         configure.ac): Likewise.
4736         * modules/unictype/property-unified-ideograph (Depends-on,
4737         configure.ac): Likewise.
4738         * modules/unictype/property-uppercase (Depends-on, configure.ac):
4739         Likewise.
4740         * modules/unictype/property-variation-selector (Depends-on,
4741         configure.ac): Likewise.
4742         * modules/unictype/property-white-space (Depends-on, configure.ac):
4743         Likewise.
4744         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
4745         Likewise.
4746         * modules/unictype/property-xid-start (Depends-on, configure.ac):
4747         Likewise.
4748         * modules/unictype/property-zero-width (Depends-on, configure.ac):
4749         Likewise.
4750         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
4751         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
4752         Likewise.
4753
4754 2009-12-31  Bruno Haible  <bruno@clisp.org>
4755
4756         Remove unnecessary AC_C_INLINE invocation.
4757         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
4758         since 2009-08-21.
4759
4760 2009-12-31  Jim Meyering  <meyering@redhat.com>
4761
4762         maint.mk: don't require explicit gpg_key_ID in cfg.mk
4763         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
4764         With this change, we can all remove the gpg_key_ID = ... definition
4765         from our respective cfg.mk files.
4766
4767         maint.mk: create announcement template in ~/, not in /tmp
4768         * top/maint.mk (emit_upload_commands): Adjust.
4769         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
4770         Remove temporary file, .ci-msg.
4771
4772 2009-12-31  Eric Blake  <ebb9@byu.net>
4773
4774         link-warning: always build headers with link warnings
4775         * modules/arpa_inet (Makefile.am): Always build replacement
4776         header.
4777         * modules/ctype (Makefile.am): Likewise.
4778         * modules/dirent (Makefile.am): Likewise.
4779         * modules/inttypes (Makefile.am): Likewise.
4780         * modules/langinfo (Makefile.am): Likewise.
4781         * modules/locale (Makefile.am): Likewise.
4782         * modules/spawn (Makefile.am): Likewise.
4783         * modules/sys_file (Makefile.am): Likewise.
4784         * modules/sys_ioctl (Makefile.am): Likewise.
4785         * modules/sys_select (Makefile.am): Likewise.
4786         * modules/sys_socket (Makefile.am): Likewise.
4787         * modules/sys_times (Makefile.am): Likewise.
4788         * modules/sys_utsname (Makefile.am): Likewise.
4789         * modules/sys_wait (Makefile.am): Likewise.
4790         * modules/wchar (Makefile.am): Likewise.
4791         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
4792         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
4793         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
4794         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
4795         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
4796         Likewise.
4797         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
4798         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
4799         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
4800         Likewise.
4801         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
4802         Likewise.
4803         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
4804         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
4805         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
4806         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4807         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
4808         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
4809         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
4810         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
4811         (gl_WCHAR_H_DEFAULTS): Likewise.
4812
4813 2009-12-31  Eric Blake  <ebb9@byu.net>
4814
4815         signal, spawn: use link warnings
4816         * lib/signal.in.h (sigset_t): Make unconditional.
4817         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
4818         (sigpending, sigprocmask, sigaction): Add link warnings.
4819         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
4820         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
4821         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
4822         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
4823         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
4824         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
4825         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
4826         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
4827         (posix_spawn_file_actions_destroy)
4828         (posix_spawn_file_actions_addopen)
4829         (posix_spawn_file_actions_addclose)
4830         (posix_spawn_file_actions_adddup2): Likewise.
4831         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
4832         * tests/test-signal.c (main): Enhance test.
4833
4834         spawn: improve wrapper support
4835         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
4836         (gl_SPAWN_H_DEFAULTS): New defaults.
4837         * modules/spawn (Makefile.am): Substitute them.
4838         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
4839         Only declare if missing or broken.
4840
4841         sys_times, sys_utsname: use include_next
4842         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
4843         header.
4844         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
4845         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
4846         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
4847         * modules/sys_times (Depends-on): Add include_next.
4848         (Makefile.am): Substitute additional values.
4849         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
4850         * lib/sys_times.in.h (includes): Include native header, if
4851         available.
4852         * lib/sys_utsname.in.h (includes): Likewise.
4853         * tests/test-sys_times.c (main): Enhance test.
4854
4855         fdutimensat: revert prior patch
4856         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
4857         utimens.h.
4858         Reported by Bruno Haible.
4859
4860 2009-12-30  Eric Blake  <ebb9@byu.net>
4861
4862         sys_wait: drop link-warning dependency
4863         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
4864         link-warning efforts.
4865         * lib/sys_wait.in.h: Likewise.
4866
4867         fdutimensat: remove bogus dependency
4868         * modules/fdutimensat (Depends-on): Drop inline.
4869
4870         unistd: fix typo
4871         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
4872
4873 2009-12-30  Bruno Haible  <bruno@clisp.org>
4874
4875         Fix compilation error with Solaris cc.
4876         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
4877         * lib/unicase/u16-is-invariant.c: Likewise.
4878         * lib/unicase/u32-is-invariant.c: Likewise.
4879         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
4880
4881 2009-12-30  Bruno Haible  <bruno@clisp.org>
4882
4883         Fix test crash.
4884         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
4885         locales.
4886         Reported by Simon Josefsson <simon@josefsson.org>.
4887
4888 2009-12-30  Bruno Haible  <bruno@clisp.org>
4889
4890         Fix compilation error on most platforms.
4891         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
4892         Reported by Simon Josefsson <simon@josefsson.org>
4893         and Nelson H. F. Beebe <beebe@math.utah.edu>.
4894
4895 2009-12-30  Eric Blake  <ebb9@byu.net>
4896
4897         futimens, utimensat: work around ntfs-3g bug
4898         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
4899         a ctime bug is present, and expand workaround to cover ntfs-3g.
4900         * lib/utimens.c (fdutimens, lutimens): Likewise.
4901         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
4902         (validate_timespec): Adjust return value.
4903         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
4904         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
4905         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
4906
4907 2009-12-29  Eric Blake  <ebb9@byu.net>
4908
4909         link-warning: make usage consistent
4910         * modules/ctype (Depends-on): Add link-warning.
4911         (Makefile.am): Update rules accordingly.
4912         * modules/langinfo (Depends-on, Makefile.am): Likewise.
4913         * modules/locale (Depends-on, Makefile.am): Likewise.
4914         * modules/sys_file (Makefile.am): Likewise.
4915         * modules/getopt-posix (Makefile.am): Delete unused link warning
4916         efforts.
4917         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
4918         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
4919         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
4920         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
4921
4922         stdio: remove unused variables
4923         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
4924         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
4925         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
4926
4927         tests: test more substitute headers
4928         * modules/ctype-tests: New file.
4929         * modules/dirent-tests: Likewise.
4930         * modules/spawn-tests: Likewise.
4931         * modules/sys_file-tests: Likewise.
4932         * modules/sys_ioctl-tests: Likewise.
4933         * modules/sys_wait-tests: Likewise.
4934         * tests/test-ctype.c: Likewise.
4935         * tests/test-dirent.c: Likewise.
4936         * tests/test-spawn.c: Likewise.
4937         * tests/test-sys_file.c: Likewise.
4938         * tests/test-sys_ioctl.c: Likewise.
4939         * tests/test-sys_wait.c: Likewise.
4940         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
4941         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
4942         whether or not flock is in use.
4943
4944         tests: remove License section from module
4945         * modules/arpa_inet-tests: Remove unneeded section.
4946         * modules/byteswap-tests: Likewise.
4947         * modules/ceilf-tests: Likewise.
4948         * modules/ceill-tests: Likewise.
4949         * modules/crypto/des-tests: Likewise.
4950         * modules/crypto/gc-arcfour-tests: Likewise.
4951         * modules/crypto/gc-arctwo-tests: Likewise.
4952         * modules/crypto/gc-des-tests: Likewise.
4953         * modules/crypto/gc-hmac-md5-tests: Likewise.
4954         * modules/crypto/gc-hmac-sha1-tests: Likewise.
4955         * modules/crypto/gc-md2-tests: Likewise.
4956         * modules/crypto/gc-md4-tests: Likewise.
4957         * modules/crypto/gc-md5-tests: Likewise.
4958         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
4959         * modules/crypto/gc-rijndael-tests: Likewise.
4960         * modules/crypto/gc-sha1-tests: Likewise.
4961         * modules/crypto/gc-tests: Likewise.
4962         * modules/crypto/md2-tests: Likewise.
4963         * modules/crypto/md4-tests: Likewise.
4964         * modules/fcntl-h-tests: Likewise.
4965         * modules/floorf-tests: Likewise.
4966         * modules/floorl-tests: Likewise.
4967         * modules/frexp-nolibm-tests: Likewise.
4968         * modules/frexp-tests: Likewise.
4969         * modules/frexpl-nolibm-tests: Likewise.
4970         * modules/frexpl-tests: Likewise.
4971         * modules/getaddrinfo-tests: Likewise.
4972         * modules/inttypes-tests: Likewise.
4973         * modules/isfinite-tests: Likewise.
4974         * modules/isinf-tests: Likewise.
4975         * modules/ldexpl-tests: Likewise.
4976         * modules/locale-tests: Likewise.
4977         * modules/math-tests: Likewise.
4978         * modules/netdb-tests: Likewise.
4979         * modules/netinet_in-tests: Likewise.
4980         * modules/printf-frexp-tests: Likewise.
4981         * modules/printf-frexpl-tests: Likewise.
4982         * modules/priv-set-tests: Likewise.
4983         * modules/random_r-tests: Likewise.
4984         * modules/round-tests: Likewise.
4985         * modules/roundf-tests: Likewise.
4986         * modules/roundl-tests: Likewise.
4987         * modules/search-tests: Likewise.
4988         * modules/select-tests: Likewise.
4989         * modules/signal-tests: Likewise.
4990         * modules/stdbool-tests: Likewise.
4991         * modules/stddef-tests: Likewise.
4992         * modules/stdint-tests: Likewise.
4993         * modules/stdio-tests: Likewise.
4994         * modules/stdlib-tests: Likewise.
4995         * modules/string-tests: Likewise.
4996         * modules/strings-tests: Likewise.
4997         * modules/sys_select-tests: Likewise.
4998         * modules/sys_socket-tests: Likewise.
4999         * modules/sys_stat-tests: Likewise.
5000         * modules/sys_time-tests: Likewise.
5001         * modules/sys_utsname-tests: Likewise.
5002         * modules/sysexits-tests: Likewise.
5003         * modules/time-tests: Likewise.
5004         * modules/trunc-tests: Likewise.
5005         * modules/truncf-tests: Likewise.
5006         * modules/truncl-tests: Likewise.
5007         * modules/tsearch-tests: Likewise.
5008         * modules/unistd-tests: Likewise.
5009         * modules/wchar-tests: Likewise.
5010         * modules/wctype-tests: Likewise.
5011
5012         tests: fix license on several tests
5013         * tests/test-des.c: Update to GPLv3+.
5014         * tests/test-flock.c: Likewise.
5015         * tests/test-fsync.c: Likewise.
5016         * tests/test-futimens.h: Likewise.
5017         * tests/test-gc-arcfour.c: Likewise.
5018         * tests/test-gc-arctwo.c: Likewise.
5019         * tests/test-gc-des.c: Likewise.
5020         * tests/test-gc-hmac-md5.c: Likewise.
5021         * tests/test-gc-hmac-sha1.c: Likewise.
5022         * tests/test-gc-md2.c: Likewise.
5023         * tests/test-gc-md4.c: Likewise.
5024         * tests/test-gc-md5.c: Likewise.
5025         * tests/test-gc-pbkdf2-sha1.c: Likewise.
5026         * tests/test-gc-rijndael.c: Likewise.
5027         * tests/test-gc-sha1.c: Likewise.
5028         * tests/test-gc.c: Likewise.
5029         * tests/test-getcwd.c: Likewise.
5030         * tests/test-link.c: Likewise.
5031         * tests/test-link.h: Likewise.
5032         * tests/test-lutimens.h: Likewise.
5033         * tests/test-md2.c: Likewise.
5034         * tests/test-md4.c: Likewise.
5035         * tests/test-mkdir.h: Likewise.
5036         * tests/test-rename.c: Likewise.
5037         * tests/test-rename.h: Likewise.
5038         * tests/test-safe-alloc.c: Likewise.
5039         * tests/test-utimens-common.h: Likewise.
5040         * tests/test-utimens.h: Likewise.
5041
5042         maint: sync license texts
5043         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
5044         * doc/gpl-3.0.texi: Revert copyright year update.
5045         * doc/lgpl-3.0.texi: Likewise.
5046
5047 2009-12-29  Jim Meyering  <meyering@redhat.com>
5048
5049         update nearly all FSF copyright year lists to include 2009
5050         The files named by the following are exempted:
5051             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
5052               test -f "$dst" && { echo "$dst"; continue; }
5053               test -d "$dst" || continue
5054               echo "$dst"/$(basename "$src")
5055             done > exempt
5056             git ls-files tests/unictype >> exempt
5057         In the remaining files, convert to all-interval notation if
5058         - there is already at least one year interval like 2000-2003
5059         - the file is maintained by me
5060         - the file is in lib/uni*/, where that style already prevails
5061         Otherwise, use update-copyright's default.
5062
5063 2009-12-29  Simon Josefsson  <simon@josefsson.org>
5064         and Eric Blake  <ebb9@byu.net>
5065
5066         tests: don't require debug system() to pass
5067         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
5068         * tests/test-rmdir.h (test_rmdir_func): Likewise.
5069         * tests/test-unlink.h (test_unlink_func): Likewise.
5070         * tests/test-fstatat.c (main): ...into callers.
5071         * tests/test-lstat.c (main): Likewise.
5072         * tests/test-rmdir.c (main): Likewise.
5073         * tests/test-unlink.c (main): Likewise.
5074         * tests/test-unlinkat.c (main): Likewise.
5075         * tests/test-areadlink-with-size.c (main): Don't require a
5076         debug-only system call to pass, aiding cross-testing to mingw.
5077         * tests/test-areadlink.c (main): Likewise.
5078         * tests/test-areadlinkat-with-size.c (main): Likewise.
5079         * tests/test-areadlinkat.c (main): Likewise.
5080         * tests/test-canonicalize-lgpl.c (main): Likewise.
5081         * tests/test-canonicalize.c (main): Likewise.
5082         * tests/test-chown.c (main): Likewise.
5083         * tests/test-fchownat.c (main): Likewise.
5084         * tests/test-lchown.c (main): Likewise.
5085         * tests/test-fdutimensat.c (main): Likewise.
5086         * tests/test-futimens.c (main): Likewise.
5087         * tests/test-link.c (main): Likewise.
5088         * tests/test-linkat.c (main): Likewise.
5089         * tests/test-mkdir.c (main): Likewise.
5090         * tests/test-mkdirat.c (main): Likewise.
5091         * tests/test-mkfifo.c (main): Likewise.
5092         * tests/test-mkfifoat.c (main): Likewise.
5093         * tests/test-mknod.c (main): Likewise.
5094         * tests/test-readlink.c (main): Likewise.
5095         * tests/test-remove.c (main): Likewise.
5096         * tests/test-rename.c (main): Likewise.
5097         * tests/test-renameat.c (main): Likewise.
5098         * tests/test-symlink.c (main): Likewise.
5099         * tests/test-symlinkat.c (main): Likewise.
5100         * tests/test-utimens.c (main): Likewise.
5101         * tests/test-utimensat.c (main): Likewise.
5102
5103 2009-12-29  Simon Josefsson  <simon@josefsson.org>
5104
5105         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
5106         on $(UNUSED_PARAMETER_H) to avoid build failure.
5107
5108 2009-12-28  Jim Meyering  <meyering@redhat.com>
5109
5110         update-copyright: you may specify a max. line length other than 72
5111         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
5112
5113         maint: use consistent FSF copyright line syntax
5114         * lib/posixtm.c: Add missing comma in FSF copyright line.
5115         * lib/posixtm.h: Likewise.
5116         * lib/getugroups.c: Add missing ", Inc.".
5117
5118         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
5119         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
5120         FSF copyright line.  Remove trailing blanks.
5121
5122 2009-12-28  Eric Blake  <ebb9@byu.net>
5123
5124         test-dup2: reduce dependencies
5125         * modules/cloexec (Configure.ac): Set witness.
5126         * modules/dup2-tests (Depends-on): Drop cloexec.
5127         * tests/test-dup2.c (main): Skip portion of test if cloexec module
5128         not present.
5129         Suggested by Bruno Haible.
5130
5131 2009-12-26  Bruno Haible  <bruno@clisp.org>
5132
5133         Remove an unneeded dependency.
5134         * modules/fseterr (Depends-on): Remove dup2.
5135
5136 2009-12-26  Eric Blake  <ebb9@byu.net>
5137
5138         tests: use macros.h in more places
5139         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
5140         (ASSERT_STREAM): Provide default of stderr.
5141         * tests/test-dirent-safer.c: Include macros.h, using alternate
5142         stream for assertions.
5143         * tests/test-dup-safer.c: Likewise.
5144         * tests/test-freopen-safer.c: Likewise.
5145         * tests/test-getopt.c: Likewise.
5146         * tests/test-openat-safer.c: Likewise.
5147         * tests/test-pipe.c: Likewise.
5148         * tests/test-popen-safer.c: Likewise.
5149         * modules/dirent-safer-tests (Files): Include macros.h.
5150         * modules/unistd-safer-tests (Files): Likewise.
5151         * modules/freopen-safer-tests (Files): Likewise.
5152         * modules/getopt-posix-tests (Files): Likewise.
5153         * modules/openat-safer-tests (Files): Likewise.
5154         * modules/pipe-tests (Files): Likewise.
5155
5156 2009-12-26  Bruno Haible  <bruno@clisp.org>
5157
5158         javacomp: Portability fix.
5159         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
5160         that it also works on Solaris.
5161
5162 2009-12-26  Bruno Haible  <bruno@clisp.org>
5163
5164         localename: Fix storage allocation of gl_locale_name_thread's result.
5165         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
5166         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
5167         all platforms that have 'uselocale'.
5168         (gl_locale_name_thread_unsafe): New function, extracted from
5169         gl_locale_name_thread.
5170         (gl_locale_name_thread): Call struniq on all platforms that have
5171         'uselocale'.
5172         * tests/test-localename.c (test_locale_name_thread): Check that the
5173         resulting strings are permanently allocated.
5174         * modules/localename-tests (Depends-on): Add strdup.
5175
5176 2009-12-26  Bruno Haible  <bruno@clisp.org>
5177
5178         * tests/test-localename.c (categories): Fill in the strings.
5179
5180 2009-12-26  Jim Meyering  <meyering@redhat.com>
5181
5182         isdir: complete the removal of m4/isdir.m4
5183         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
5184
5185         isdir: clean up, since at least grep still uses it
5186         * lib/isdir.c: Include "isdir.h".
5187         (S_ISDIR): Remove now-unneeded definition.
5188         * modules/isdir (Files): Add lib/isdir.h.
5189         * lib/isdir.h: New file, with declaration.
5190         * m4/isdir.m4: Remove file -- unneeded.
5191
5192 2009-12-25  Bruno Haible  <bruno@clisp.org>
5193
5194         selinux-h: Make generated .h files standalone.
5195         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
5196         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
5197         * lib/se-selinux.in.h: Likewise.
5198         * modules/selinux-h (Depends-on): Add unused-parameter.
5199         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
5200         selinux/selinux.h and selinux/context.h.
5201         Suggested by Eric Blake.
5202
5203 2009-12-25  Bruno Haible  <bruno@clisp.org>
5204
5205         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
5206         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
5207         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
5208         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
5209         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
5210
5211 2009-12-24  Bruno Haible  <bruno@clisp.org>
5212
5213         openat: Fix warning.
5214         * lib/openat-proc.c: Include <unistd.h>.
5215
5216 2009-12-24  Bruno Haible  <bruno@clisp.org>
5217
5218         New module 'unused-parameter'.
5219         * build-aux/unused-parameter.h: New file, extracted from earlier
5220         gnulib-common.m4.
5221         * modules/unused-parameter: New file.
5222         * lib/unistr.h: Include unused-parameter.h.
5223         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
5224         _GL_UNUSED.
5225         * modules/unistr/base (Depends-on): Add unused-parameter.
5226
5227 2009-12-24  Bruno Haible  <bruno@clisp.org>
5228
5229         Add missing dependencies to 'extensions' module.
5230         * m4/extensions.m4: Add comment.
5231         * modules/accept4 (Depends-on): Add extensions.
5232         * modules/dup3 (Depends-on): Likewise.
5233         * modules/fcntl (Depends-on): Likewise.
5234         * modules/futimens (Depends-on): Likewise.
5235         * modules/mknod (Depends-on): Likewise.
5236         * modules/pipe2 (Depends-on): Likewise.
5237         * modules/stat-time (Depends-on): Likewise.
5238         * modules/strcasestr-simple (Depends-on): Likewise.
5239         * modules/strsignal (Depends-on): Likewise.
5240         * modules/utimensat (Depends-on): Likewise.
5241         * modules/localcharset (Depends-on): Likewise. Needed because of
5242         gl_FCNTL_O_FLAGS.
5243         * modules/wcrtomb (Depends-on): Likewise. Needed because of
5244         AC_TYPE_MBSTATE_T.
5245         * modules/wcsnrtombs (Depends-on): Likewise.
5246         * modules/wcsrtombs (Depends-on): Likewise.
5247
5248 2009-12-24  Bruno Haible  <bruno@clisp.org>
5249
5250         binary-io: Avoid gcc warning due to SET_BINARY.
5251         * lib/binary-io.h (SET_BINARY): Cast the result to void.
5252         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
5253
5254 2009-12-24  Bruno Haible  <bruno@clisp.org>
5255
5256         Avoid future namespace pollution on glibc systems.
5257         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
5258         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
5259         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
5260         glibc systems.
5261
5262 2009-12-24  Bruno Haible  <bruno@clisp.org>
5263
5264         Refactor common macros used in tests.
5265         * tests/macros.h: New file.
5266         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
5267         and/or <stdlib.h>, if appropriate.
5268         (ASSERT, SIZEOF): Remove macros.
5269         * tests/test-areadlink-with-size.c: Likewise.
5270         * tests/test-areadlinkat.c: Likewise.
5271         * tests/test-areadlinkat-with-size.c: Likewise.
5272         * tests/test-argmatch.c: Likewise.
5273         * tests/test-argv-iter.c: Likewise.
5274         * tests/test-array-mergesort.c: Likewise.
5275         * tests/test-array_list.c: Likewise.
5276         * tests/test-array_oset.c: Likewise.
5277         * tests/test-avltree_list.c: Likewise.
5278         * tests/test-avltree_oset.c: Likewise.
5279         * tests/test-avltreehash_list.c: Likewise.
5280         * tests/test-base64.c: Likewise.
5281         * tests/test-binary-io.c: Likewise.
5282         * tests/test-bitrotate.c: Likewise.
5283         * tests/test-btowc.c: Likewise.
5284         * tests/test-byteswap.c: Likewise.
5285         * tests/test-c-ctype.c: Likewise.
5286         * tests/test-c-stack.c: Likewise.
5287         * tests/test-c-strcasecmp.c: Likewise.
5288         * tests/test-c-strcasestr.c: Likewise.
5289         * tests/test-c-strncasecmp.c: Likewise.
5290         * tests/test-c-strstr.c: Likewise.
5291         * tests/test-canonicalize-lgpl.c: Likewise.
5292         * tests/test-canonicalize.c: Likewise.
5293         * tests/test-carray_list.c: Likewise.
5294         * tests/test-ceilf1.c: Likewise.
5295         * tests/test-ceilf2.c: Likewise.
5296         * tests/test-ceill.c: Likewise.
5297         * tests/test-chown.c: Likewise.
5298         * tests/test-cloexec.c: Likewise.
5299         * tests/test-copy-acl.c: Likewise.
5300         * tests/test-copy-file.c: Likewise.
5301         * tests/test-count-one-bits.c: Likewise.
5302         * tests/test-dprintf-posix.c: Likewise.
5303         * tests/test-dup2.c: Likewise.
5304         * tests/test-dup3.c: Likewise.
5305         * tests/test-duplocale.c: Likewise.
5306         * tests/test-fbufmode.c: Likewise.
5307         * tests/test-fchdir.c: Likewise.
5308         * tests/test-fchownat.c: Likewise.
5309         * tests/test-fcntl-safer.c: Likewise.
5310         * tests/test-fcntl.c: Likewise.
5311         * tests/test-fdopendir.c: Likewise.
5312         * tests/test-fdutimensat.c: Likewise.
5313         * tests/test-fflush2.c: Likewise.
5314         * tests/test-file-has-acl.c: Likewise.
5315         * tests/test-filevercmp.c: Likewise.
5316         * tests/test-flock.c: Likewise.
5317         * tests/test-floorf1.c: Likewise.
5318         * tests/test-floorf2.c: Likewise.
5319         * tests/test-floorl.c: Likewise.
5320         * tests/test-fnmatch.c: Likewise.
5321         * tests/test-fopen.h: Likewise.
5322         * tests/test-fpending.c: Likewise.
5323         * tests/test-fprintf-posix.c: Likewise.
5324         * tests/test-fpurge.c: Likewise.
5325         * tests/test-freadable.c: Likewise.
5326         * tests/test-freadahead.c: Likewise.
5327         * tests/test-freading.c: Likewise.
5328         * tests/test-freadptr.c: Likewise.
5329         * tests/test-freadptr2.c: Likewise.
5330         * tests/test-freadseek.c: Likewise.
5331         * tests/test-freopen.c: Likewise.
5332         * tests/test-frexp.c: Likewise.
5333         * tests/test-frexpl.c: Likewise.
5334         * tests/test-fseek.c: Likewise.
5335         * tests/test-fseeko.c: Likewise.
5336         * tests/test-fstatat.c: Likewise.
5337         * tests/test-fstrcmp.c: Likewise.
5338         * tests/test-fsync.c: Likewise.
5339         * tests/test-ftell.c: Likewise.
5340         * tests/test-ftello.c: Likewise.
5341         * tests/test-func.c: Likewise.
5342         * tests/test-futimens.c: Likewise.
5343         * tests/test-fwritable.c: Likewise.
5344         * tests/test-fwriting.c: Likewise.
5345         * tests/test-getcwd.c: Likewise.
5346         * tests/test-getdate.c: Likewise.
5347         * tests/test-getdelim.c: Likewise.
5348         * tests/test-getdtablesize.c: Likewise.
5349         * tests/test-getgroups.c: Likewise.
5350         * tests/test-getline.c: Likewise.
5351         * tests/test-getndelim2.c: Likewise.
5352         * tests/test-glob.c: Likewise.
5353         * tests/test-hash.c: Likewise.
5354         * tests/test-i-ring.c: Likewise.
5355         * tests/test-iconv-utf.c: Likewise.
5356         * tests/test-iconv.c: Likewise.
5357         * tests/test-idpriv-drop.c: Likewise.
5358         * tests/test-idpriv-droptemp.c: Likewise.
5359         * tests/test-inet_ntop.c: Likewise.
5360         * tests/test-inet_pton.c: Likewise.
5361         * tests/test-isblank.c: Likewise.
5362         * tests/test-isfinite.c: Likewise.
5363         * tests/test-isinf.c: Likewise.
5364         * tests/test-isnan.c: Likewise.
5365         * tests/test-isnand.h: Likewise.
5366         * tests/test-isnanf.h: Likewise.
5367         * tests/test-isnanl.h: Likewise.
5368         * tests/test-lchown.c: Likewise.
5369         * tests/test-ldexpl.c: Likewise.
5370         * tests/test-link.c: Likewise.
5371         * tests/test-linkat.c: Likewise.
5372         * tests/test-linked_list.c: Likewise.
5373         * tests/test-linkedhash_list.c: Likewise.
5374         * tests/test-localename.c: Likewise.
5375         * tests/test-lseek.c: Likewise.
5376         * tests/test-lstat.c: Likewise.
5377         * tests/test-mbmemcasecmp.c: Likewise.
5378         * tests/test-mbmemcasecoll.c: Likewise.
5379         * tests/test-mbrtowc.c: Likewise.
5380         * tests/test-mbscasecmp.c: Likewise.
5381         * tests/test-mbscasestr1.c: Likewise.
5382         * tests/test-mbscasestr2.c: Likewise.
5383         * tests/test-mbscasestr3.c: Likewise.
5384         * tests/test-mbscasestr4.c: Likewise.
5385         * tests/test-mbschr.c: Likewise.
5386         * tests/test-mbscspn.c: Likewise.
5387         * tests/test-mbsinit.c: Likewise.
5388         * tests/test-mbsncasecmp.c: Likewise.
5389         * tests/test-mbsnrtowcs.c: Likewise.
5390         * tests/test-mbspbrk.c: Likewise.
5391         * tests/test-mbspcasecmp.c: Likewise.
5392         * tests/test-mbsrchr.c: Likewise.
5393         * tests/test-mbsrtowcs.c: Likewise.
5394         * tests/test-mbsspn.c: Likewise.
5395         * tests/test-mbsstr1.c: Likewise.
5396         * tests/test-mbsstr2.c: Likewise.
5397         * tests/test-mbsstr3.c: Likewise.
5398         * tests/test-memchr.c: Likewise.
5399         * tests/test-memchr2.c: Likewise.
5400         * tests/test-memcmp.c: Likewise.
5401         * tests/test-memmem.c: Likewise.
5402         * tests/test-memrchr.c: Likewise.
5403         * tests/test-mkdir.c: Likewise.
5404         * tests/test-mkdirat.c: Likewise.
5405         * tests/test-mkfifo.c: Likewise.
5406         * tests/test-mkfifoat.c: Likewise.
5407         * tests/test-mknod.c: Likewise.
5408         * tests/test-nanosleep.c: Likewise.
5409         * tests/test-nl_langinfo.c: Likewise.
5410         * tests/test-obstack-printf.c: Likewise.
5411         * tests/test-open.c: Likewise.
5412         * tests/test-openat.c: Likewise.
5413         * tests/test-pipe-filter-gi1.c: Likewise.
5414         * tests/test-pipe-filter-gi2-main.c: Likewise.
5415         * tests/test-pipe-filter-ii1.c: Likewise.
5416         * tests/test-pipe-filter-ii2-main.c: Likewise.
5417         * tests/test-pipe2.c: Likewise.
5418         * tests/test-popen.h: Likewise.
5419         * tests/test-posixtm.c: Likewise.
5420         * tests/test-pread.c: Likewise.
5421         * tests/test-printf-frexp.c: Likewise.
5422         * tests/test-printf-frexpl.c: Likewise.
5423         * tests/test-printf-posix.c: Likewise.
5424         * tests/test-priv-set.c: Likewise.
5425         * tests/test-quotearg.c: Likewise.
5426         * tests/test-random_r.c: Likewise.
5427         * tests/test-rawmemchr.c: Likewise.
5428         * tests/test-rbtree_list.c: Likewise.
5429         * tests/test-rbtree_oset.c: Likewise.
5430         * tests/test-rbtreehash_list.c: Likewise.
5431         * tests/test-readlink.c: Likewise.
5432         * tests/test-remove.c: Likewise.
5433         * tests/test-rename.c: Likewise.
5434         * tests/test-renameat.c: Likewise.
5435         * tests/test-rmdir.c: Likewise.
5436         * tests/test-round1.c: Likewise.
5437         * tests/test-roundf1.c: Likewise.
5438         * tests/test-roundl.c: Likewise.
5439         * tests/test-safe-alloc.c: Likewise.
5440         * tests/test-sameacls.c: Likewise.
5441         * tests/test-set-mode-acl.c: Likewise.
5442         * tests/test-setenv.c: Likewise.
5443         * tests/test-sigaction.c: Likewise.
5444         * tests/test-signbit.c: Likewise.
5445         * tests/test-sleep.c: Likewise.
5446         * tests/test-snprintf-posix.c: Likewise.
5447         * tests/test-snprintf.c: Likewise.
5448         * tests/test-sprintf-posix.c: Likewise.
5449         * tests/test-stat-time.c: Likewise.
5450         * tests/test-stat.c: Likewise.
5451         * tests/test-strcasestr.c: Likewise.
5452         * tests/test-strchrnul.c: Likewise.
5453         * tests/test-strerror.c: Likewise.
5454         * tests/test-striconv.c: Likewise.
5455         * tests/test-striconveh.c: Likewise.
5456         * tests/test-striconveha.c: Likewise.
5457         * tests/test-strsignal.c: Likewise.
5458         * tests/test-strstr.c: Likewise.
5459         * tests/test-strtod.c: Likewise.
5460         * tests/test-strverscmp.c: Likewise.
5461         * tests/test-symlink.c: Likewise.
5462         * tests/test-symlinkat.c: Likewise.
5463         * tests/test-trunc1.c: Likewise.
5464         * tests/test-trunc2.c: Likewise.
5465         * tests/test-truncf1.c: Likewise.
5466         * tests/test-truncf2.c: Likewise.
5467         * tests/test-truncl.c: Likewise.
5468         * tests/test-uname.c: Likewise.
5469         * tests/test-unlink.c: Likewise.
5470         * tests/test-unlinkat.c: Likewise.
5471         * tests/test-unsetenv.c: Likewise.
5472         * tests/test-usleep.c: Likewise.
5473         * tests/test-utimens.c: Likewise.
5474         * tests/test-utimensat.c: Likewise.
5475         * tests/test-vasnprintf-posix.c: Likewise.
5476         * tests/test-vasnprintf-posix2.c: Likewise.
5477         * tests/test-vasnprintf.c: Likewise.
5478         * tests/test-vasprintf-posix.c: Likewise.
5479         * tests/test-vasprintf.c: Likewise.
5480         * tests/test-vdprintf-posix.c: Likewise.
5481         * tests/test-vfprintf-posix.c: Likewise.
5482         * tests/test-vprintf-posix.c: Likewise.
5483         * tests/test-vsnprintf-posix.c: Likewise.
5484         * tests/test-vsnprintf.c: Likewise.
5485         * tests/test-vsprintf-posix.c: Likewise.
5486         * tests/test-wcrtomb.c: Likewise.
5487         * tests/test-wcsnrtombs.c: Likewise.
5488         * tests/test-wcsrtombs.c: Likewise.
5489         * tests/test-wctype.c: Likewise.
5490         * tests/test-wcwidth.c: Likewise.
5491         * tests/test-xfprintf-posix.c: Likewise.
5492         * tests/test-xmemdup0.c: Likewise.
5493         * tests/test-xprintf-posix.c: Likewise.
5494         * tests/test-xvasprintf.c: Likewise.
5495         * tests/unicase/test-locale-language.c: Likewise.
5496         * tests/unicase/test-mapping-part1.h: Likewise.
5497         * tests/unicase/test-predicate-part1.h: Likewise.
5498         * tests/unicase/test-u8-casecmp.c: Likewise.
5499         * tests/unicase/test-u8-casecoll.c: Likewise.
5500         * tests/unicase/test-u8-casefold.c: Likewise.
5501         * tests/unicase/test-u8-is-cased.c: Likewise.
5502         * tests/unicase/test-u8-is-casefolded.c: Likewise.
5503         * tests/unicase/test-u8-is-lowercase.c: Likewise.
5504         * tests/unicase/test-u8-is-titlecase.c: Likewise.
5505         * tests/unicase/test-u8-is-uppercase.c: Likewise.
5506         * tests/unicase/test-u8-tolower.c: Likewise.
5507         * tests/unicase/test-u8-totitle.c: Likewise.
5508         * tests/unicase/test-u8-toupper.c: Likewise.
5509         * tests/unicase/test-u16-casecmp.c: Likewise.
5510         * tests/unicase/test-u16-casecoll.c: Likewise.
5511         * tests/unicase/test-u16-casefold.c: Likewise.
5512         * tests/unicase/test-u16-is-cased.c: Likewise.
5513         * tests/unicase/test-u16-is-casefolded.c: Likewise.
5514         * tests/unicase/test-u16-is-lowercase.c: Likewise.
5515         * tests/unicase/test-u16-is-titlecase.c: Likewise.
5516         * tests/unicase/test-u16-is-uppercase.c: Likewise.
5517         * tests/unicase/test-u16-tolower.c: Likewise.
5518         * tests/unicase/test-u16-totitle.c: Likewise.
5519         * tests/unicase/test-u16-toupper.c: Likewise.
5520         * tests/unicase/test-u32-casecmp.c: Likewise.
5521         * tests/unicase/test-u32-casecoll.c: Likewise.
5522         * tests/unicase/test-u32-casefold.c: Likewise.
5523         * tests/unicase/test-u32-is-cased.c: Likewise.
5524         * tests/unicase/test-u32-is-casefolded.c: Likewise.
5525         * tests/unicase/test-u32-is-lowercase.c: Likewise.
5526         * tests/unicase/test-u32-is-titlecase.c: Likewise.
5527         * tests/unicase/test-u32-is-uppercase.c: Likewise.
5528         * tests/unicase/test-u32-tolower.c: Likewise.
5529         * tests/unicase/test-u32-totitle.c: Likewise.
5530         * tests/unicase/test-u32-toupper.c: Likewise.
5531         * tests/unicase/test-ulc-casecmp.c: Likewise.
5532         * tests/unicase/test-ulc-casecoll.c: Likewise.
5533         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
5534         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
5535         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
5536         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
5537         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
5538         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
5539         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
5540         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
5541         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
5542         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
5543         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
5544         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
5545         * tests/unictype/test-bidi_byname.c: Likewise.
5546         * tests/unictype/test-bidi_name.c: Likewise.
5547         * tests/unictype/test-bidi_of.c: Likewise.
5548         * tests/unictype/test-bidi_test.c: Likewise.
5549         * tests/unictype/test-block_list.c: Likewise.
5550         * tests/unictype/test-block_of.c: Likewise.
5551         * tests/unictype/test-block_test.c: Likewise.
5552         * tests/unictype/test-categ_and.c: Likewise.
5553         * tests/unictype/test-categ_and_not.c: Likewise.
5554         * tests/unictype/test-categ_byname.c: Likewise.
5555         * tests/unictype/test-categ_name.c: Likewise.
5556         * tests/unictype/test-categ_none.c: Likewise.
5557         * tests/unictype/test-categ_of.c: Likewise.
5558         * tests/unictype/test-categ_or.c: Likewise.
5559         * tests/unictype/test-categ_test_withtable.c: Likewise.
5560         * tests/unictype/test-combining.c: Likewise.
5561         * tests/unictype/test-decdigit.c: Likewise.
5562         * tests/unictype/test-digit.c: Likewise.
5563         * tests/unictype/test-mirror.c: Likewise.
5564         * tests/unictype/test-numeric.c: Likewise.
5565         * tests/unictype/test-pr_byname.c: Likewise.
5566         * tests/unictype/test-pr_test.c: Likewise.
5567         * tests/unictype/test-predicate-part1.h: Likewise.
5568         * tests/unictype/test-scripts.c: Likewise.
5569         * tests/unictype/test-sy_c_ident.c: Likewise.
5570         * tests/unictype/test-sy_java_ident.c: Likewise.
5571         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
5572         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
5573         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
5574         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
5575         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
5576         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
5577         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
5578         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
5579         * tests/uninorm/test-canonical-decomposition.c: Likewise.
5580         * tests/uninorm/test-compat-decomposition.c: Likewise.
5581         * tests/uninorm/test-composition.c: Likewise.
5582         * tests/uninorm/test-decomposing-form.c: Likewise.
5583         * tests/uninorm/test-decomposition.c: Likewise.
5584         * tests/uninorm/test-u8-nfc.c: Likewise.
5585         * tests/uninorm/test-u8-nfd.c: Likewise.
5586         * tests/uninorm/test-u8-nfkc.c: Likewise.
5587         * tests/uninorm/test-u8-nfkd.c: Likewise.
5588         * tests/uninorm/test-u8-normcmp.c: Likewise.
5589         * tests/uninorm/test-u8-normcoll.c: Likewise.
5590         * tests/uninorm/test-u16-nfc.c: Likewise.
5591         * tests/uninorm/test-u16-nfd.c: Likewise.
5592         * tests/uninorm/test-u16-nfkc.c: Likewise.
5593         * tests/uninorm/test-u16-nfkd.c: Likewise.
5594         * tests/uninorm/test-u16-normcmp.c: Likewise.
5595         * tests/uninorm/test-u16-normcoll.c: Likewise.
5596         * tests/uninorm/test-u32-nfc.c: Likewise.
5597         * tests/uninorm/test-u32-nfd.c: Likewise.
5598         * tests/uninorm/test-u32-nfkc.c: Likewise.
5599         * tests/uninorm/test-u32-nfkd.c: Likewise.
5600         * tests/uninorm/test-u32-normalize-big.c: Likewise.
5601         * tests/uninorm/test-u32-normcmp.c: Likewise.
5602         * tests/uninorm/test-u32-normcoll.c: Likewise.
5603         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
5604         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
5605         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
5606         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
5607         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
5608         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
5609         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
5610         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
5611         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
5612         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
5613         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
5614         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
5615         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
5616         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
5617         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
5618         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
5619         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
5620         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
5621         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
5622         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
5623         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
5624         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
5625         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
5626         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
5627         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
5628         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
5629         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
5630         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
5631         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
5632         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
5633         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
5634         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
5635         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
5636         * tests/uniwidth/test-u8-strwidth.c: Likewise.
5637         * tests/uniwidth/test-u8-width.c: Likewise.
5638         * tests/uniwidth/test-u16-strwidth.c: Likewise.
5639         * tests/uniwidth/test-u16-width.c: Likewise.
5640         * tests/uniwidth/test-u32-strwidth.c: Likewise.
5641         * tests/uniwidth/test-u32-width.c: Likewise.
5642         * tests/uniwidth/test-uc_width.c: Likewise.
5643         * tests/uniwidth/test-uc_width2.c: Likewise.
5644         * modules/acl-tests (Files): Add tests/macros.h.
5645         * modules/areadlink-tests (Files): Likewise.
5646         * modules/areadlink-with-size-tests (Files): Likewise.
5647         * modules/areadlinkat-tests (Files): Likewise.
5648         * modules/areadlinkat-with-size-tests (Files): Likewise.
5649         * modules/argmatch-tests (Files): Likewise.
5650         * modules/argv-iter-tests (Files): Likewise.
5651         * modules/array-list-tests (Files): Likewise.
5652         * modules/array-mergesort-tests (Files): Likewise.
5653         * modules/array-oset-tests (Files): Likewise.
5654         * modules/avltree-list-tests (Files): Likewise.
5655         * modules/avltree-oset-tests (Files): Likewise.
5656         * modules/avltreehash-list-tests (Files): Likewise.
5657         * modules/base64-tests (Files): Likewise.
5658         * modules/binary-io-tests (Files): Likewise.
5659         * modules/bitrotate-tests (Files): Likewise.
5660         * modules/btowc-tests (Files): Likewise.
5661         * modules/byteswap-tests (Files): Likewise.
5662         * modules/c-ctype-tests (Files): Likewise.
5663         * modules/c-stack-tests (Files): Likewise.
5664         * modules/c-strcase-tests (Files): Likewise.
5665         * modules/c-strcasestr-tests (Files): Likewise.
5666         * modules/c-strstr-tests (Files): Likewise.
5667         * modules/canonicalize-lgpl-tests (Files): Likewise.
5668         * modules/canonicalize-tests (Files): Likewise.
5669         * modules/carray-list-tests (Files): Likewise.
5670         * modules/ceilf-tests (Files): Likewise.
5671         * modules/ceill-tests (Files): Likewise.
5672         * modules/chown-tests (Files): Likewise.
5673         * modules/cloexec-tests (Files): Likewise.
5674         * modules/copy-file-tests (Files): Likewise.
5675         * modules/count-one-bits-tests (Files): Likewise.
5676         * modules/dprintf-posix-tests (Files): Likewise.
5677         * modules/dup2-tests (Files): Likewise.
5678         * modules/dup3-tests (Files): Likewise.
5679         * modules/duplocale-tests (Files): Likewise.
5680         * modules/fbufmode-tests (Files): Likewise.
5681         * modules/fchdir-tests (Files): Likewise.
5682         * modules/fcntl-safer-tests (Files): Likewise.
5683         * modules/fcntl-tests (Files): Likewise.
5684         * modules/fdopendir-tests (Files): Likewise.
5685         * modules/fdutimensat-tests (Files): Likewise.
5686         * modules/fflush-tests (Files): Likewise.
5687         * modules/filevercmp-tests (Files): Likewise.
5688         * modules/flock-tests (Files): Likewise.
5689         * modules/floorf-tests (Files): Likewise.
5690         * modules/floorl-tests (Files): Likewise.
5691         * modules/fnmatch-tests (Files): Likewise.
5692         * modules/fopen-safer-tests (Files): Likewise.
5693         * modules/fopen-tests (Files): Likewise.
5694         * modules/fpending-tests (Files): Likewise.
5695         * modules/fprintf-posix-tests (Files): Likewise.
5696         * modules/fpurge-tests (Files): Likewise.
5697         * modules/freadable-tests (Files): Likewise.
5698         * modules/freadahead-tests (Files): Likewise.
5699         * modules/freading-tests (Files): Likewise.
5700         * modules/freadptr-tests (Files): Likewise.
5701         * modules/freadseek-tests (Files): Likewise.
5702         * modules/freopen-tests (Files): Likewise.
5703         * modules/frexp-nolibm-tests (Files): Likewise.
5704         * modules/frexp-tests (Files): Likewise.
5705         * modules/frexpl-nolibm-tests (Files): Likewise.
5706         * modules/frexpl-tests (Files): Likewise.
5707         * modules/fseek-tests (Files): Likewise.
5708         * modules/fseeko-tests (Files): Likewise.
5709         * modules/fstrcmp-tests (Files): Likewise.
5710         * modules/fsync-tests (Files): Likewise.
5711         * modules/ftell-tests (Files): Likewise.
5712         * modules/ftello-tests (Files): Likewise.
5713         * modules/func-tests (Files): Likewise.
5714         * modules/futimens-tests (Files): Likewise.
5715         * modules/fwritable-tests (Files): Likewise.
5716         * modules/fwriting-tests (Files): Likewise.
5717         * modules/getcwd-tests (Files): Likewise.
5718         * modules/getdate-tests (Files): Likewise.
5719         * modules/getdelim-tests (Files): Likewise.
5720         * modules/getdtablesize-tests (Files): Likewise.
5721         * modules/getgroups-tests (Files): Likewise.
5722         * modules/getline-tests (Files): Likewise.
5723         * modules/getndelim2-tests (Files): Likewise.
5724         * modules/glob-tests (Files): Likewise.
5725         * modules/hash-tests (Files): Likewise.
5726         * modules/i-ring-tests (Files): Likewise.
5727         * modules/iconv-tests (Files): Likewise.
5728         * modules/iconv_open-utf-tests (Files): Likewise.
5729         * modules/idpriv-drop-tests (Files): Likewise.
5730         * modules/idpriv-droptemp-tests (Files): Likewise.
5731         * modules/inet_ntop-tests (Files): Likewise.
5732         * modules/inet_pton-tests (Files): Likewise.
5733         * modules/isblank-tests (Files): Likewise.
5734         * modules/isfinite-tests (Files): Likewise.
5735         * modules/isinf-tests (Files): Likewise.
5736         * modules/isnan-tests (Files): Likewise.
5737         * modules/isnand-nolibm-tests (Files): Likewise.
5738         * modules/isnand-tests (Files): Likewise.
5739         * modules/isnanf-nolibm-tests (Files): Likewise.
5740         * modules/isnanf-tests (Files): Likewise.
5741         * modules/isnanl-nolibm-tests (Files): Likewise.
5742         * modules/isnanl-tests (Files): Likewise.
5743         * modules/lchown-tests (Files): Likewise.
5744         * modules/ldexpl-tests (Files): Likewise.
5745         * modules/link-tests (Files): Likewise.
5746         * modules/linkat-tests (Files): Likewise.
5747         * modules/linked-list-tests (Files): Likewise.
5748         * modules/linkedhash-list-tests (Files): Likewise.
5749         * modules/localename-tests (Files): Likewise.
5750         * modules/lseek-tests (Files): Likewise.
5751         * modules/lstat-tests (Files): Likewise.
5752         * modules/mbmemcasecmp-tests (Files): Likewise.
5753         * modules/mbmemcasecoll-tests (Files): Likewise.
5754         * modules/mbrtowc-tests (Files): Likewise.
5755         * modules/mbscasecmp-tests (Files): Likewise.
5756         * modules/mbscasestr-tests (Files): Likewise.
5757         * modules/mbschr-tests (Files): Likewise.
5758         * modules/mbscspn-tests (Files): Likewise.
5759         * modules/mbsinit-tests (Files): Likewise.
5760         * modules/mbsncasecmp-tests (Files): Likewise.
5761         * modules/mbsnrtowcs-tests (Files): Likewise.
5762         * modules/mbspbrk-tests (Files): Likewise.
5763         * modules/mbspcasecmp-tests (Files): Likewise.
5764         * modules/mbsrchr-tests (Files): Likewise.
5765         * modules/mbsrtowcs-tests (Files): Likewise.
5766         * modules/mbsspn-tests (Files): Likewise.
5767         * modules/mbsstr-tests (Files): Likewise.
5768         * modules/memchr-tests (Files): Likewise.
5769         * modules/memchr2-tests (Files): Likewise.
5770         * modules/memcmp-tests (Files): Likewise.
5771         * modules/memmem-tests (Files): Likewise.
5772         * modules/memrchr-tests (Files): Likewise.
5773         * modules/mkdir-tests (Files): Likewise.
5774         * modules/mkfifo-tests (Files): Likewise.
5775         * modules/mkfifoat-tests (Files): Likewise.
5776         * modules/mknod-tests (Files): Likewise.
5777         * modules/nanosleep-tests (Files): Likewise.
5778         * modules/nl_langinfo-tests (Files): Likewise.
5779         * modules/obstack-printf-tests (Files): Likewise.
5780         * modules/open-tests (Files): Likewise.
5781         * modules/openat-tests (Files): Likewise.
5782         * modules/pipe-filter-gi-tests (Files): Likewise.
5783         * modules/pipe-filter-ii-tests (Files): Likewise.
5784         * modules/pipe2-tests (Files): Likewise.
5785         * modules/popen-safer-tests (Files): Likewise.
5786         * modules/popen-tests (Files): Likewise.
5787         * modules/posixtm-tests (Files): Likewise.
5788         * modules/pread-tests (Files): Likewise.
5789         * modules/printf-frexp-tests (Files): Likewise.
5790         * modules/printf-frexpl-tests (Files): Likewise.
5791         * modules/printf-posix-tests (Files): Likewise.
5792         * modules/priv-set-tests (Files): Likewise.
5793         * modules/quotearg-tests (Files): Likewise.
5794         * modules/random_r-tests (Files): Likewise.
5795         * modules/rawmemchr-tests (Files): Likewise.
5796         * modules/rbtree-list-tests (Files): Likewise.
5797         * modules/rbtree-oset-tests (Files): Likewise.
5798         * modules/rbtreehash-list-tests (Files): Likewise.
5799         * modules/readlink-tests (Files): Likewise.
5800         * modules/remove-tests (Files): Likewise.
5801         * modules/rename-tests (Files): Likewise.
5802         * modules/renameat-tests (Files): Likewise.
5803         * modules/rmdir-tests (Files): Likewise.
5804         * modules/round-tests (Files): Likewise.
5805         * modules/roundf-tests (Files): Likewise.
5806         * modules/roundl-tests (Files): Likewise.
5807         * modules/safe-alloc-tests (Files): Likewise.
5808         * modules/setenv-tests (Files): Likewise.
5809         * modules/sigaction-tests (Files): Likewise.
5810         * modules/signbit-tests (Files): Likewise.
5811         * modules/sleep-tests (Files): Likewise.
5812         * modules/snprintf-posix-tests (Files): Likewise.
5813         * modules/snprintf-tests (Files): Likewise.
5814         * modules/sprintf-posix-tests (Files): Likewise.
5815         * modules/stat-tests (Files): Likewise.
5816         * modules/stat-time-tests (Files): Likewise.
5817         * modules/strcasestr-tests (Files): Likewise.
5818         * modules/strchrnul-tests (Files): Likewise.
5819         * modules/strerror-tests (Files): Likewise.
5820         * modules/striconv-tests (Files): Likewise.
5821         * modules/striconveh-tests (Files): Likewise.
5822         * modules/striconveha-tests (Files): Likewise.
5823         * modules/strsignal-tests (Files): Likewise.
5824         * modules/strstr-tests (Files): Likewise.
5825         * modules/strtod-tests (Files): Likewise.
5826         * modules/strverscmp-tests (Files): Likewise.
5827         * modules/symlink-tests (Files): Likewise.
5828         * modules/symlinkat-tests (Files): Likewise.
5829         * modules/trunc-tests (Files): Likewise.
5830         * modules/truncf-tests (Files): Likewise.
5831         * modules/truncl-tests (Files): Likewise.
5832         * modules/uname-tests (Files): Likewise.
5833         * modules/unicase/cased-tests (Files): Likewise.
5834         * modules/unicase/ignorable-tests (Files): Likewise.
5835         * modules/unicase/locale-language-tests (Files): Likewise.
5836         * modules/unicase/tolower-tests (Files): Likewise.
5837         * modules/unicase/totitle-tests (Files): Likewise.
5838         * modules/unicase/toupper-tests (Files): Likewise.
5839         * modules/unicase/u8-casecmp-tests (Files): Likewise.
5840         * modules/unicase/u8-casecoll-tests (Files): Likewise.
5841         * modules/unicase/u8-casefold-tests (Files): Likewise.
5842         * modules/unicase/u8-is-cased-tests (Files): Likewise.
5843         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
5844         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
5845         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
5846         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
5847         * modules/unicase/u8-tolower-tests (Files): Likewise.
5848         * modules/unicase/u8-totitle-tests (Files): Likewise.
5849         * modules/unicase/u8-toupper-tests (Files): Likewise.
5850         * modules/unicase/u16-casecmp-tests (Files): Likewise.
5851         * modules/unicase/u16-casecoll-tests (Files): Likewise.
5852         * modules/unicase/u16-casefold-tests (Files): Likewise.
5853         * modules/unicase/u16-is-cased-tests (Files): Likewise.
5854         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
5855         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
5856         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
5857         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
5858         * modules/unicase/u16-tolower-tests (Files): Likewise.
5859         * modules/unicase/u16-totitle-tests (Files): Likewise.
5860         * modules/unicase/u16-toupper-tests (Files): Likewise.
5861         * modules/unicase/u32-casecmp-tests (Files): Likewise.
5862         * modules/unicase/u32-casecoll-tests (Files): Likewise.
5863         * modules/unicase/u32-casefold-tests (Files): Likewise.
5864         * modules/unicase/u32-is-cased-tests (Files): Likewise.
5865         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
5866         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
5867         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
5868         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
5869         * modules/unicase/u32-tolower-tests (Files): Likewise.
5870         * modules/unicase/u32-totitle-tests (Files): Likewise.
5871         * modules/unicase/u32-toupper-tests (Files): Likewise.
5872         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
5873         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
5874         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
5875         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
5876         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
5877         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
5878         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
5879         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
5880         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
5881         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
5882         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
5883         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
5884         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
5885         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
5886         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
5887         * modules/unictype/bidicategory-name-tests (Files): Likewise.
5888         * modules/unictype/bidicategory-of-tests (Files): Likewise.
5889         * modules/unictype/bidicategory-test-tests (Files): Likewise.
5890         * modules/unictype/block-list-tests (Files): Likewise.
5891         * modules/unictype/block-of-tests (Files): Likewise.
5892         * modules/unictype/block-test-tests (Files): Likewise.
5893         * modules/unictype/category-C-tests (Files): Likewise.
5894         * modules/unictype/category-Cc-tests (Files): Likewise.
5895         * modules/unictype/category-Cf-tests (Files): Likewise.
5896         * modules/unictype/category-Cn-tests (Files): Likewise.
5897         * modules/unictype/category-Co-tests (Files): Likewise.
5898         * modules/unictype/category-Cs-tests (Files): Likewise.
5899         * modules/unictype/category-L-tests (Files): Likewise.
5900         * modules/unictype/category-Ll-tests (Files): Likewise.
5901         * modules/unictype/category-Lm-tests (Files): Likewise.
5902         * modules/unictype/category-Lo-tests (Files): Likewise.
5903         * modules/unictype/category-Lt-tests (Files): Likewise.
5904         * modules/unictype/category-Lu-tests (Files): Likewise.
5905         * modules/unictype/category-M-tests (Files): Likewise.
5906         * modules/unictype/category-Mc-tests (Files): Likewise.
5907         * modules/unictype/category-Me-tests (Files): Likewise.
5908         * modules/unictype/category-Mn-tests (Files): Likewise.
5909         * modules/unictype/category-N-tests (Files): Likewise.
5910         * modules/unictype/category-Nd-tests (Files): Likewise.
5911         * modules/unictype/category-Nl-tests (Files): Likewise.
5912         * modules/unictype/category-No-tests (Files): Likewise.
5913         * modules/unictype/category-P-tests (Files): Likewise.
5914         * modules/unictype/category-Pc-tests (Files): Likewise.
5915         * modules/unictype/category-Pd-tests (Files): Likewise.
5916         * modules/unictype/category-Pe-tests (Files): Likewise.
5917         * modules/unictype/category-Pf-tests (Files): Likewise.
5918         * modules/unictype/category-Pi-tests (Files): Likewise.
5919         * modules/unictype/category-Po-tests (Files): Likewise.
5920         * modules/unictype/category-Ps-tests (Files): Likewise.
5921         * modules/unictype/category-S-tests (Files): Likewise.
5922         * modules/unictype/category-Sc-tests (Files): Likewise.
5923         * modules/unictype/category-Sk-tests (Files): Likewise.
5924         * modules/unictype/category-Sm-tests (Files): Likewise.
5925         * modules/unictype/category-So-tests (Files): Likewise.
5926         * modules/unictype/category-Z-tests (Files): Likewise.
5927         * modules/unictype/category-Zl-tests (Files): Likewise.
5928         * modules/unictype/category-Zp-tests (Files): Likewise.
5929         * modules/unictype/category-Zs-tests (Files): Likewise.
5930         * modules/unictype/category-and-not-tests (Files): Likewise.
5931         * modules/unictype/category-and-tests (Files): Likewise.
5932         * modules/unictype/category-byname-tests (Files): Likewise.
5933         * modules/unictype/category-name-tests (Files): Likewise.
5934         * modules/unictype/category-none-tests (Files): Likewise.
5935         * modules/unictype/category-of-tests (Files): Likewise.
5936         * modules/unictype/category-or-tests (Files): Likewise.
5937         * modules/unictype/category-test-withtable-tests (Files): Likewise.
5938         * modules/unictype/combining-class-tests (Files): Likewise.
5939         * modules/unictype/ctype-alnum-tests (Files): Likewise.
5940         * modules/unictype/ctype-alpha-tests (Files): Likewise.
5941         * modules/unictype/ctype-blank-tests (Files): Likewise.
5942         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
5943         * modules/unictype/ctype-digit-tests (Files): Likewise.
5944         * modules/unictype/ctype-graph-tests (Files): Likewise.
5945         * modules/unictype/ctype-lower-tests (Files): Likewise.
5946         * modules/unictype/ctype-print-tests (Files): Likewise.
5947         * modules/unictype/ctype-punct-tests (Files): Likewise.
5948         * modules/unictype/ctype-space-tests (Files): Likewise.
5949         * modules/unictype/ctype-upper-tests (Files): Likewise.
5950         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
5951         * modules/unictype/decimal-digit-tests (Files): Likewise.
5952         * modules/unictype/digit-tests (Files): Likewise.
5953         * modules/unictype/mirror-tests (Files): Likewise.
5954         * modules/unictype/numeric-tests (Files): Likewise.
5955         * modules/unictype/property-alphabetic-tests (Files): Likewise.
5956         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
5957         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
5958         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
5959         Likewise.
5960         * modules/unictype/property-bidi-block-separator-tests (Files):
5961         Likewise.
5962         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
5963         Likewise.
5964         * modules/unictype/property-bidi-common-separator-tests (Files):
5965         Likewise.
5966         * modules/unictype/property-bidi-control-tests (Files): Likewise.
5967         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
5968         Likewise.
5969         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
5970         Likewise.
5971         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
5972         Likewise.
5973         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
5974         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
5975         Likewise.
5976         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
5977         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
5978         Likewise.
5979         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
5980         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
5981         * modules/unictype/property-bidi-segment-separator-tests (Files):
5982         Likewise.
5983         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
5984         * modules/unictype/property-byname-tests (Files): Likewise.
5985         * modules/unictype/property-combining-tests (Files): Likewise.
5986         * modules/unictype/property-composite-tests (Files): Likewise.
5987         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
5988         * modules/unictype/property-dash-tests (Files): Likewise.
5989         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
5990         * modules/unictype/property-default-ignorable-code-point-tests (Files):
5991         Likewise.
5992         * modules/unictype/property-deprecated-tests (Files): Likewise.
5993         * modules/unictype/property-diacritic-tests (Files): Likewise.
5994         * modules/unictype/property-extender-tests (Files): Likewise.
5995         * modules/unictype/property-format-control-tests (Files): Likewise.
5996         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
5997         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
5998         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
5999         * modules/unictype/property-hex-digit-tests (Files): Likewise.
6000         * modules/unictype/property-hyphen-tests (Files): Likewise.
6001         * modules/unictype/property-id-continue-tests (Files): Likewise.
6002         * modules/unictype/property-id-start-tests (Files): Likewise.
6003         * modules/unictype/property-ideographic-tests (Files): Likewise.
6004         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
6005         * modules/unictype/property-ids-trinary-operator-tests (Files):
6006         Likewise.
6007         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
6008         * modules/unictype/property-iso-control-tests (Files): Likewise.
6009         * modules/unictype/property-join-control-tests (Files): Likewise.
6010         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
6011         * modules/unictype/property-line-separator-tests (Files): Likewise.
6012         * modules/unictype/property-logical-order-exception-tests (Files):
6013         Likewise.
6014         * modules/unictype/property-lowercase-tests (Files): Likewise.
6015         * modules/unictype/property-math-tests (Files): Likewise.
6016         * modules/unictype/property-non-break-tests (Files): Likewise.
6017         * modules/unictype/property-not-a-character-tests (Files): Likewise.
6018         * modules/unictype/property-numeric-tests (Files): Likewise.
6019         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
6020         * modules/unictype/property-other-default-ignorable-code-point-tests
6021         (Files): Likewise.
6022         * modules/unictype/property-other-grapheme-extend-tests (Files):
6023         Likewise.
6024         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
6025         * modules/unictype/property-other-id-start-tests (Files): Likewise.
6026         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
6027         * modules/unictype/property-other-math-tests (Files): Likewise.
6028         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
6029         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
6030         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
6031         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
6032         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
6033         * modules/unictype/property-private-use-tests (Files): Likewise.
6034         * modules/unictype/property-punctuation-tests (Files): Likewise.
6035         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
6036         * modules/unictype/property-radical-tests (Files): Likewise.
6037         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
6038         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
6039         * modules/unictype/property-space-tests (Files): Likewise.
6040         * modules/unictype/property-terminal-punctuation-tests (Files):
6041         Likewise.
6042         * modules/unictype/property-test-tests (Files): Likewise.
6043         * modules/unictype/property-titlecase-tests (Files): Likewise.
6044         * modules/unictype/property-unassigned-code-value-tests (Files):
6045         Likewise.
6046         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
6047         * modules/unictype/property-uppercase-tests (Files): Likewise.
6048         * modules/unictype/property-variation-selector-tests (Files): Likewise.
6049         * modules/unictype/property-white-space-tests (Files): Likewise.
6050         * modules/unictype/property-xid-continue-tests (Files): Likewise.
6051         * modules/unictype/property-xid-start-tests (Files): Likewise.
6052         * modules/unictype/property-zero-width-tests (Files): Likewise.
6053         * modules/unictype/scripts-tests (Files): Likewise.
6054         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
6055         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
6056         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
6057         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
6058         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
6059         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
6060         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
6061         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
6062         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
6063         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
6064         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
6065         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
6066         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
6067         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
6068         * modules/uninorm/composition-tests (Files): Likewise.
6069         * modules/uninorm/decomposing-form-tests (Files): Likewise.
6070         * modules/uninorm/decomposition-tests (Files): Likewise.
6071         * modules/uninorm/filter-tests (Files): Likewise.
6072         * modules/uninorm/nfc-tests (Files): Likewise.
6073         * modules/uninorm/nfd-tests (Files): Likewise.
6074         * modules/uninorm/nfkc-tests (Files): Likewise.
6075         * modules/uninorm/nfkd-tests (Files): Likewise.
6076         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
6077         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
6078         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
6079         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
6080         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
6081         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
6082         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
6083         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
6084         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
6085         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
6086         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
6087         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
6088         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
6089         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
6090         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
6091         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
6092         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
6093         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
6094         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
6095         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
6096         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
6097         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
6098         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
6099         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
6100         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
6101         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
6102         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
6103         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
6104         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
6105         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
6106         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
6107         * modules/uniwidth/u8-width-tests (Files): Likewise.
6108         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
6109         * modules/uniwidth/u16-width-tests (Files): Likewise.
6110         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
6111         * modules/uniwidth/u32-width-tests (Files): Likewise.
6112         * modules/uniwidth/width-tests (Files): Likewise.
6113         * modules/unlink-tests (Files): Likewise.
6114         * modules/unsetenv-tests (Files): Likewise.
6115         * modules/usleep-tests (Files): Likewise.
6116         * modules/utimens-tests (Files): Likewise.
6117         * modules/utimensat-tests (Files): Likewise.
6118         * modules/vasnprintf-posix-tests (Files): Likewise.
6119         * modules/vasnprintf-tests (Files): Likewise.
6120         * modules/vasprintf-posix-tests (Files): Likewise.
6121         * modules/vasprintf-tests (Files): Likewise.
6122         * modules/vdprintf-posix-tests (Files): Likewise.
6123         * modules/vfprintf-posix-tests (Files): Likewise.
6124         * modules/vprintf-posix-tests (Files): Likewise.
6125         * modules/vsnprintf-posix-tests (Files): Likewise.
6126         * modules/vsnprintf-tests (Files): Likewise.
6127         * modules/vsprintf-posix-tests (Files): Likewise.
6128         * modules/wcrtomb-tests (Files): Likewise.
6129         * modules/wcsnrtombs-tests (Files): Likewise.
6130         * modules/wcsrtombs-tests (Files): Likewise.
6131         * modules/wctype-tests (Files): Likewise.
6132         * modules/wcwidth-tests (Files): Likewise.
6133         * modules/xmemdup0-tests (Files): Likewise.
6134         * modules/xprintf-posix-tests (Files): Likewise.
6135         * modules/xvasprintf-tests (Files): Likewise.
6136
6137 2009-12-24  Eric Blake  <ebb9@byu.net>
6138
6139         test-nanosleep: fix typo
6140         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
6141         patch.
6142         Reported by Bruno Haible.
6143
6144 2009-12-24  Bruno Haible  <bruno@clisp.org>
6145
6146         Reduce namespace pollution on glibc systems.
6147         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
6148         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
6149         systems.
6150         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
6151         <getopt.h> on glibc systems.
6152         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
6153         systems.
6154         * lib/fcntl.c: Include <unistd.h> here instead.
6155
6156 2009-12-24  Bruno Haible  <bruno@clisp.org>
6157
6158         * lib/stdlib.in.h (includes): Fix typo in today's commit.
6159
6160 2009-12-24  Eric Blake  <ebb9@byu.net>
6161
6162         tests: add signature checks
6163         * tests/signature.h (SIGNATURE_CHECK): New file.
6164         * modules/atexit-tests (Files): Use it.
6165         * modules/btowc-tests (Files): Likewise.
6166         * modules/canonicalize-lgpl-tests (Files): Likewise.
6167         * modules/ceilf-tests (Files): Likewise.
6168         * modules/ceill-tests (Files): Likewise.
6169         * modules/chown-tests (Files): Likewise.
6170         * modules/dprintf-posix-tests (Files): Likewise.
6171         * modules/dup2-tests (Files): Likewise.
6172         * modules/dup3-tests (Files): Likewise.
6173         * modules/duplocale-tests (Files): Likewise.
6174         * modules/fchdir-tests (Files): Likewise.
6175         * modules/fcntl-tests (Files): Likewise.
6176         * modules/fdopendir-tests (Files): Likewise.
6177         * modules/fflush-tests (Files): Likewise.
6178         * modules/flock-tests (Files): Likewise.
6179         * modules/floorf-tests (Files): Likewise.
6180         * modules/floorl-tests (Files): Likewise.
6181         * modules/fnmatch-tests (Files): Likewise.
6182         * modules/fopen-tests (Files): Likewise.
6183         * modules/fprintf-posix-tests (Files): Likewise.
6184         * modules/freopen-tests (Files): Likewise.
6185         * modules/frexp-nolibm-tests (Files): Likewise.
6186         * modules/frexp-tests (Files): Likewise.
6187         * modules/frexpl-nolibm-tests (Files): Likewise.
6188         * modules/frexpl-tests (Files): Likewise.
6189         * modules/fseek-tests (Files): Likewise.
6190         * modules/fseeko-tests (Files): Likewise.
6191         * modules/fsync-tests (Files): Likewise.
6192         * modules/ftell-tests (Files): Likewise.
6193         * modules/ftello-tests (Files): Likewise.
6194         * modules/futimens-tests (Files): Likewise.
6195         * modules/getaddrinfo-tests (Files): Likewise.
6196         * modules/getcwd-tests (Files): Likewise.
6197         * modules/getdelim-tests (Files): Likewise.
6198         * modules/getdtablesize-tests (Files): Likewise.
6199         * modules/getgroups-tests (Files): Likewise.
6200         * modules/gethostname-tests (Files): Likewise.
6201         * modules/getline-tests (Files): Likewise.
6202         * modules/getopt-posix-tests (Files): Likewise.
6203         * modules/gettimeofday-tests (Files): Likewise.
6204         * modules/glob-tests (Files): Likewise.
6205         * modules/iconv-tests (Files): Likewise.
6206         * modules/inet_ntop-tests (Files): Likewise.
6207         * modules/inet_pton-tests (Files): Likewise.
6208         * modules/isblank-tests (Files): Likewise.
6209         * modules/lchown-tests (Files): Likewise.
6210         * modules/ldexpl-tests (Files): Likewise.
6211         * modules/link-tests (Files): Likewise.
6212         * modules/linkat-tests (Files): Likewise.
6213         * modules/lseek-tests (Files): Likewise.
6214         * modules/lstat-tests (Files): Likewise.
6215         * modules/mbrtowc-tests (Files): Likewise.
6216         * modules/mbsinit-tests (Files): Likewise.
6217         * modules/mbsnrtowcs-tests (Files): Likewise.
6218         * modules/mbsrtowcs-tests (Files): Likewise.
6219         * modules/memchr-tests (Files): Likewise.
6220         * modules/memcmp-tests (Files): Likewise.
6221         * modules/memmem-tests (Files): Likewise.
6222         * modules/memrchr-tests (Files): Likewise.
6223         * modules/mkdir-tests (Files): Likewise.
6224         * modules/mkfifo-tests (Files): Likewise.
6225         * modules/mkfifoat-tests (Files): Likewise.
6226         * modules/mknod-tests (Files): Likewise.
6227         * modules/nanosleep-tests (Files): Likewise.
6228         * modules/nl_langinfo-tests (Files): Likewise.
6229         * modules/obstack-printf-tests (Files): Likewise.
6230         * modules/open-tests (Files): Likewise.
6231         * modules/openat-tests (Files): Likewise.
6232         * modules/perror-tests (Files): Likewise.
6233         * modules/pipe2-tests (Files): Likewise.
6234         * modules/poll-tests (Files): Likewise.
6235         * modules/popen-tests (Files): Likewise.
6236         * modules/posix_spawn-tests (Files): Likewise.
6237         * modules/posix_spawnp-tests (Files): Likewise.
6238         * modules/pread-tests (Files): Likewise.
6239         * modules/printf-posix-tests (Files): Likewise.
6240         * modules/pty-tests (Files): Likewise.
6241         * modules/random_r-tests (Files): Likewise.
6242         * modules/rawmemchr-tests (Files): Likewise.
6243         * modules/readlink-tests (Files): Likewise.
6244         * modules/remove-tests (Files): Likewise.
6245         * modules/rename-tests (Files): Likewise.
6246         * modules/renameat-tests (Files): Likewise.
6247         * modules/rmdir-tests (Files): Likewise.
6248         * modules/round-tests (Files): Likewise.
6249         * modules/roundf-tests (Files): Likewise.
6250         * modules/roundl-tests (Files): Likewise.
6251         * modules/select-tests (Files): Likewise.
6252         * modules/setenv-tests (Files): Likewise.
6253         * modules/sigaction-tests (Files): Likewise.
6254         * modules/sleep-tests (Files): Likewise.
6255         * modules/snprintf-posix-tests (Files): Likewise.
6256         * modules/snprintf-tests (Files): Likewise.
6257         * modules/sprintf-posix-tests (Files): Likewise.
6258         * modules/stat-tests (Files): Likewise.
6259         * modules/strcasestr-tests (Files): Likewise.
6260         * modules/strchrnul-tests (Files): Likewise.
6261         * modules/strerror-tests (Files): Likewise.
6262         * modules/strsignal-tests (Files): Likewise.
6263         * modules/strstr-tests (Files): Likewise.
6264         * modules/strtod-tests (Files): Likewise.
6265         * modules/strverscmp-tests (Files): Likewise.
6266         * modules/symlink-tests (Files): Likewise.
6267         * modules/symlinkat-tests (Files): Likewise.
6268         * modules/times-tests (Files): Likewise.
6269         * modules/trunc-tests (Files): Likewise.
6270         * modules/truncf-tests (Files): Likewise.
6271         * modules/truncl-tests (Files): Likewise.
6272         * modules/tsearch-tests (Files): Likewise.
6273         * modules/uname-tests (Files): Likewise.
6274         * modules/unlink-tests (Files): Likewise.
6275         * modules/unsetenv-tests (Files): Likewise.
6276         * modules/usleep-tests (Files): Likewise.
6277         * modules/utimensat-tests (Files): Likewise.
6278         * modules/vasprintf-tests (Files): Likewise.
6279         * modules/vdprintf-posix-tests (Files): Likewise.
6280         * modules/vfprintf-posix-tests (Files): Likewise.
6281         * modules/vprintf-posix-tests (Files): Likewise.
6282         * modules/vsnprintf-posix-tests (Files): Likewise.
6283         * modules/vsnprintf-tests (Files): Likewise.
6284         * modules/vsprintf-posix-tests (Files): Likewise.
6285         * modules/wcrtomb-tests (Files): Likewise.
6286         * modules/wcsnrtombs-tests (Files): Likewise.
6287         * modules/wcsrtombs-tests (Files): Likewise.
6288         * modules/wcwidth-tests (Files): Likewise.
6289         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
6290         * tests/test-isinf.c (isinf): Likewise.
6291         * tests/test-isnan.c (isnan): Likewise.
6292         * tests/test-signbit.c (signbit): Likewise.
6293         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
6294         declaration, either as macro or with correct signature.
6295         (select): Ensure function under test is declared with correct
6296         signature in correct header.
6297         * tests/test-atexit.c (atexit): Likewise.
6298         * tests/test-btowc.c (btowc): Likewise.
6299         * tests/test-canonicalize-lgpl.c (realpath)
6300         (canonicalize_file_name): Likewise.
6301         * tests/test-ceilf1.c (ceilf): Likewise.
6302         * tests/test-ceill.c (ceill): Likewise.
6303         * tests/test-chown.c (chown): Likewise.
6304         * tests/test-dprintf-posix.c (dprintf): Likewise.
6305         * tests/test-dup2.c (dup2): Likewise.
6306         * tests/test-dup3.c (dup3): Likewise.
6307         * tests/test-duplocale.c (duplocale): Likewise.
6308         * tests/test-fchdir.c (fchdir): Likewise.
6309         * tests/test-fchownat.c (fchownat): Likewise.
6310         * tests/test-fcntl.c (fcntl): Likewise.
6311         * tests/test-fdopendir.c (fdopendir): Likewise.
6312         * tests/test-fflush.c (fflush): Likewise.
6313         * tests/test-flock.c (flock): Likewise.
6314         * tests/test-floorf1.c (floorf): Likewise.
6315         * tests/test-floorl.c (floorl): Likewise.
6316         * tests/test-fnmatch.c (fnmatch): Likewise.
6317         * tests/test-fopen.c (fopen): Likewise.
6318         * tests/test-fprintf-posix.c (fprintf): Likewise.
6319         * tests/test-freopen.c (freopen): Likewise.
6320         * tests/test-frexp.c (frexp): Likewise.
6321         * tests/test-frexpl.c (frexpl): Likewise.
6322         * tests/test-fseek.c (fseek): Likewise.
6323         * tests/test-fseeko.c (fseeko): Likewise.
6324         * tests/test-fstatat.c (fstatat): Likewise.
6325         * tests/test-fsync.c (fsync): Likewise.
6326         * tests/test-ftell.c (ftell): Likewise.
6327         * tests/test-ftello.c (ftello): Likewise.
6328         * tests/test-futimens.c (futimens): Likewise.
6329         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
6330         (gai_strerror): Likewise.
6331         * tests/test-getcwd.c (getcwd): Likewise.
6332         * tests/test-getdelim.c (getdelim): Likewise.
6333         * tests/test-getdtablesize.c (getdtablesize): Likewise.
6334         * tests/test-getgroups.c (getgroups): Likewise.
6335         * tests/test-gethostname.c (gethostname): Likewise.
6336         * tests/test-getline.c (getline): Likewise.
6337         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
6338         Likewise.
6339         * tests/test-gettimeofday.c (gettimeofday): Likewise.
6340         * tests/test-glob.c (glob, globfree): Likewise.
6341         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
6342         * tests/test-inet_ntop.c (inet_ntop): Likewise.
6343         * tests/test-inet_pton.c (inet_pton): Likewise.
6344         * tests/test-isblank.c (isblank): Likewise.
6345         * tests/test-lchown.c (lchown): Likewise.
6346         * tests/test-ldexpl.c (ldexpl): Likewise.
6347         * tests/test-link.c (link): Likewise.
6348         * tests/test-linkat.c (linkat): Likewise.
6349         * tests/test-lseek.c (lseek): Likewise.
6350         * tests/test-lstat.c (lstat): Likewise.
6351         * tests/test-mbrtowc.c (mbrtowc): Likewise.
6352         * tests/test-mbsinit.c (mbsinit): Likewise.
6353         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
6354         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
6355         * tests/test-memchr.c (memchr): Likewise.
6356         * tests/test-memcmp.c (memcmp): Likewise.
6357         * tests/test-memmem.c (memmem): Likewise.
6358         * tests/test-memrchr.c (memrchr): Likewise.
6359         * tests/test-mkdir.c (mkdir): Likewise.
6360         * tests/test-mkdirat.c (mkdirat): Likewise.
6361         * tests/test-mkfifo.c (mkfifo): Likewise.
6362         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
6363         * tests/test-mknod.c (mknod): Likewise.
6364         * tests/test-nanosleep.c (nanosleep): Likewise.
6365         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
6366         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
6367         Likewise.
6368         * tests/test-open.c (open): Likewise.
6369         * tests/test-openat.c (openat): Likewise.
6370         * tests/test-perror.c (perror): Likewise.
6371         * tests/test-pipe2.c (pipe2): Likewise.
6372         * tests/test-poll.c (poll): Likewise.
6373         * tests/test-popen.c (popen, pclose): Likewise.
6374         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
6375         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
6376         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
6377         (posix_spawn_file_actions_destroy)
6378         (posix_spawn_file_actions_addclose)
6379         (posix_spawn_file_actions_addopen)
6380         (posix_spawn_file_actions_adddup2): Likewise.
6381         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
6382         * tests/test-pread.c (pread): Likewise.
6383         * tests/test-printf-posix.c (printf): Likewise.
6384         * tests/test-pty.c (openpty, forkpty): Likewise.
6385         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
6386         (random_r): Likewise.
6387         * tests/test-rawmemchr.c (rawmemchr): Likewise.
6388         * tests/test-readlink.c (readlink): Likewise.
6389         * tests/test-remove.c (remove): Likewise.
6390         * tests/test-rename.c (rename): Likewise.
6391         * tests/test-renameat.c (renameat): Likewise.
6392         * tests/test-rmdir.c (rmdir): Likewise.
6393         * tests/test-round1.c (round): Likewise.
6394         * tests/test-roundf1.c (roundf): Likewise.
6395         * tests/test-roundl.c (roundl): Likewise.
6396         * tests/test-setenv.c (setenv): Likewise.
6397         * tests/test-sigaction.c (sigaction): Likewise.
6398         * tests/test-sleep.c (sleep): Likewise.
6399         * tests/test-snprintf.c (snprintf): Likewise.
6400         * tests/test-sprintf-posix.c (sprintf): Likewise.
6401         * tests/test-stat.c (stat): Likewise.
6402         * tests/test-stpncpy.c (stpncpy): Likewise.
6403         * tests/test-strcasestr.c (strcasestr): Likewise.
6404         * tests/test-strchrnul.c (strchrnul): Likewise.
6405         * tests/test-strerror.c (strerror): Likewise.
6406         * tests/test-strsignal.c (strsignal): Likewise.
6407         * tests/test-strstr.c (strstr): Likewise.
6408         * tests/test-strtod.c (strtod): Likewise.
6409         * tests/test-strverscmp.c (strverscmp): Likewise.
6410         * tests/test-symlink.c (symlink): Likewise.
6411         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
6412         * tests/test-times.c (times): Likewise.
6413         * tests/test-trunc1.c (trunc): Likewise.
6414         * tests/test-truncf1.c (truncf): Likewise.
6415         * tests/test-truncl.c (truncl): Likewise.
6416         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
6417         Likewise.
6418         * tests/test-uname.c (uname): Likewise.
6419         * tests/test-unlink.c (unlink): Likewise.
6420         * tests/test-unlinkat.c (unlinkat): Likewise.
6421         * tests/test-unsetenv.c (unsetenv): Likewise.
6422         * tests/test-usleep.c (usleep): Likewise.
6423         * tests/test-utimensat.c (utimensat): Likewise.
6424         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
6425         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
6426         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
6427         * tests/test-vprintf-posix.c (vprintf): Likewise.
6428         * tests/test-vsnprintf.c (vsnprintf): Likewise.
6429         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
6430         * tests/test-wcrtomb.c (wcrtomb): Likewise.
6431         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
6432         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
6433         * tests/test-wcwidth.c (wcwidth): Likewise.
6434
6435         build: pull in conditional headers during GNULIB_POSIXCHECK
6436         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
6437         definitions from any conditionally-included headers.
6438         * lib/stdlib.in.h (includes): Likewise.
6439         * lib/unistd.in.h (includes): Likewise.
6440
6441 2009-12-24  Bruno Haible  <bruno@clisp.org>
6442
6443         * tests/test-argv-iter.c: Include header file being tested immediately
6444         after config.h.
6445         * tests/test-base64.c: Likewise.
6446         * tests/test-flock.c: Likewise.
6447         * tests/test-fsync.c: Likewise.
6448         * tests/test-getdate.c: Likewise.
6449         * tests/test-getndelim2.c: Likewise.
6450         * tests/test-isfinite.c: Likewise.
6451         * tests/test-isinf.c: Likewise.
6452         * tests/test-strerror.c: Likewise.
6453         * tests/test-strsignal.c: Likewise.
6454
6455 2009-12-23  Eric Blake  <ebb9@byu.net>
6456
6457         unistd: work around cygwin bug
6458         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
6459         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
6460         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
6461
6462 2009-12-23  Bruno Haible  <bruno@clisp.org>
6463
6464         localename: More tests.
6465         * tests/test-localename.c (SIZEOF): New macro.
6466         (categories): New variable.
6467         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
6468         test_locale_name_default): Add test w.r.t. thread locale.
6469         (test_locale_name_thread): New function.
6470         (main): Invoke it.
6471
6472         localename: Make aware of thread locale.
6473         * lib/localename.h (gl_locale_name_thread): New declaration.
6474         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
6475         behaviour with respect to thread locale.
6476         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
6477         <langinfo.h>, glthread/lock.h.
6478         (SIZE_BITS): New macro.
6479         (string_hash): New function.
6480         (struct hash_node): New type.
6481         (HASH_TABLE_SIZE): New macro.
6482         (struniq_hash_table, struniq_lock): New variables.
6483         (struniq): New function.
6484         (gl_locale_name_thread): New function.
6485         (gl_locale_name): Invoke it.
6486         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
6487         * modules/localename (Depends-on): Add lock.
6488         Reported by Mike Gran <spk121@yahoo.com>.
6489
6490 2009-12-23  Eric Blake  <ebb9@byu.net>
6491
6492         va-args: new module
6493         * modules/va-args: New file.
6494         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
6495         * MODULES.html.sh (Core language properties): Mention it.
6496
6497         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
6498         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
6499         named alias for __attribute__((__unused__)).
6500         * lib/chown.c: Update client.
6501         * lib/fchmodat.c: Likewise.
6502         * lib/fts.c: Likewise.
6503         * lib/getdate.y: Likewise.
6504         * lib/getgroups.c: Likewise.
6505         * lib/getopt.c: Likewise.
6506         * lib/getugroups.c: Likewise.
6507         * lib/mkdir.c: Likewise.
6508         * lib/mkfifo.c: Likewise.
6509         * lib/mkfifoat.c: Likewise.
6510         * lib/mknod.c: Likewise.
6511         * lib/mknodat.c: Likewise.
6512         * lib/readlink.c: Likewise.
6513         * lib/se-context.in.h: Likewise.
6514         * lib/se-selinux.in.h: Likewise.
6515         * lib/sockets.c: Likewise.
6516         * lib/symlink.c: Likewise.
6517         * lib/symlinkat.c: Likewise.
6518         * lib/unicodeio.c: Likewise.
6519         * lib/unistr.h: Likewise.
6520         * tests/test-areadlink.c: Likewise.
6521         * tests/test-areadlinkat.c: Likewise.
6522         * tests/test-filenamecat.c: Likewise.
6523         * tests/test-fseeko.c: Likewise.
6524         * tests/test-ftello.c: Likewise.
6525         * tests/test-getdate.c: Likewise.
6526         * tests/test-getgroups.c: Likewise.
6527         * tests/test-gethostname.c: Likewise.
6528         * tests/test-quotearg.c: Likewise.
6529         * tests/test-version-etc.c: Likewise.
6530         * tests/test-xalloc-die.c: Likewise.
6531         * tests/test-xfprintf-posix.c: Likewise.
6532         * tests/test-xprintf-posix.c: Likewise.
6533         * tests/test-xvasprintf.c: Likewise.
6534
6535         tests: avoid compiler warnings
6536         * tests/test-fcntl.c (main): Delete unused parameters.
6537         * tests/test-freopen-safer.c (main): Likewise.
6538         * tests/test-xalloc-die.c (main): Mark unused parameters.
6539         * tests/test-fseeko.c (main): Likewise.
6540         * tests/test-ftello.c (main): Likewise.
6541         * tests/test-nanosleep.c (main): Avoid declaration warning.
6542         * tests/test-sleep.c (main): Likewise.
6543         * tests/test-unsetenv.c (main): Silence warning about string
6544         literal.
6545         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
6546
6547 2009-12-23  Bruno Haible  <bruno@clisp.org>
6548
6549         * tests/test-localename.c (test_locale_name): New function, extracted
6550         from main. Also test mixed situations.
6551         (test_locale_name_posix, test_locale_name_environ,
6552         test_locale_name_default): New functions.
6553         (main): Invoke them all.
6554         * modules/localename-tests (configure.ac): Test for newlocale.
6555
6556 2009-12-23  Bruno Haible  <bruno@clisp.org>
6557
6558         unistd: Ensure getcwd gets declared before being overridden.
6559         * lib/unistd.in.h: Conditionally include <io.h>.
6560
6561 2009-12-22  Bruno Haible  <bruno@clisp.org>
6562
6563         wchar: Diagnose broken combination of glibc and gcc versions and flags.
6564         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
6565         (gl_WCHAR_H): Invoke it.
6566         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
6567         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
6568         Reported by Karl Berry <karl@freefriends.org>.
6569
6570 2009-12-22  Eric Blake  <ebb9@byu.net>
6571
6572         math, unistd: avoid redundant includes
6573         * lib/math.in.h (isnan): No need to re-include <math.h>.
6574         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
6575
6576         getsubopt: work around cygwin bug
6577         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
6578         avoid conflicting with system getsubopt.
6579         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
6580         bug.
6581
6582         getopt: synchronize from glibc
6583         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
6584         parameter order.  Adjust all callers.
6585         (_getopt_internal_r, main): Adjust quoting in error messages.
6586         Drop considerations for outdated POSIX 1003.2 error message.
6587         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
6588         callers.
6589         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
6590
6591         test-getopt: test stderr behavior
6592         * modules/getopt-posix-tests (Depends-on): Add dup2.
6593         * tests/test-getopt.c (ASSERT): Avoid stderr.
6594         (main): Move stderr to a temporary file.
6595         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
6596         Instead, add parameter to inform caller if output occurred.
6597         (test_getopt): Adjust all existing tests to expect silence, and
6598         add new tests of leading ":".
6599         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
6600         glibc shortcomings with leading "-:" or "+:" in optstring.
6601         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
6602         Likewise.
6603         * doc/posix-functions/getopt.texi (getopt): Likewise.
6604
6605         test-getopt: enhance test
6606         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
6607         supports optind=0.
6608         * tests/test-getopt.c (OPTIND_MIN): Move...
6609         * tests/test-getopt.h (OPTIND_MIN): ...here.
6610         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
6611         Require that optind=0 works, since modern BSD supports it in
6612         addition to optreset, and since coreutils expects it.
6613         (test_getopt_long_only): New test.
6614         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
6615         glibc shortcomings with 'W;', and enforcement of optind=0.
6616         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
6617         Likewise.
6618
6619 2009-12-21  Bruno Haible  <bruno@clisp.org>
6620
6621         localename: Improvements for MacOS X and Cygwin.
6622         * lib/localename.h (gl_locale_name_environ): New declaration.
6623         * lib/localename.c (gl_locale_name_environ): New function, extracted from
6624         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
6625         (gl_locale_name_posix): Invoke it.
6626         (gl_locale_name_default): Add comments. Use Windows native API also on
6627         Cygwin.
6628
6629 2009-12-21  Bruno Haible  <bruno@clisp.org>
6630
6631         Update list of Win32 locale ids.
6632         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
6633         (LANG_SAMI): Renamed from LANG_SAAMI.
6634         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
6635         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
6636         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
6637         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
6638         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
6639         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
6640         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
6641         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
6642         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
6643         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
6644         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
6645         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
6646         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
6647         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
6648         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
6649         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
6650         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
6651         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
6652         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
6653         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
6654         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
6655         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
6656         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
6657         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
6658         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
6659         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
6660         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
6661         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
6662         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
6663         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
6664         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
6665         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
6666         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
6667         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
6668         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
6669         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
6670         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
6671         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
6672         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
6673         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
6674         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
6675         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
6676         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
6677         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
6678         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
6679         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
6680         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
6681         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
6682         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
6683         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
6684         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
6685         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
6686         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
6687         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
6688         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
6689         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
6690         Add more languages and countries for Sami, Sorbian. Add more countries
6691         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
6692         for Pashto. Change country for Syriac, Tswana.
6693
6694 2009-12-21  Eric Blake  <ebb9@byu.net>
6695
6696         test-utimens: avoid spurious failure
6697         * tests/test-chown.h (nap): Factor...
6698         * tests/nap.h: ...into new file.
6699         * tests/test-lchown.h (nap): Avoid duplication.
6700         * tests/test-utimens-common.h (nap): Use shared implementation,
6701         necessary on file systems with 1-second resolution.
6702         * modules/chown-tests (Files): Include new file.
6703         * modules/fdutimensat-tests (Files): Likewise.
6704         * modules/futimens-tests (Files): Likewise.
6705         * modules/lchown-tests (Files): Likewise.
6706         * modules/openat-tests (Files): Likewise.
6707         * modules/utimens-tests (Files): Likewise.
6708         * modules/utimensat-tests (Files): Likewise.
6709
6710 2009-12-19  Eric Blake  <ebb9@byu.net>
6711
6712         futimens, utimensat: work around Linux bug
6713         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
6714         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
6715         * lib/utimensat.c (rpl_utimensat): Work around it.
6716         * lib/futimens.c (rpl_futimens): Adjust comment.
6717
6718         utimens: work around Linux ctime bug
6719         * lib/utimens.c (detect_ctime_bug): New helper function.
6720         (update_timespec): Differentiate between workaround needed for
6721         this bug vs. what is needed for systems that lack utimensat.
6722         (fdutimens, lutimens): Work around bug.
6723
6724         utimens: check for ctime update
6725         * tests/test-utimens-common.h (check_ctime): Define.
6726         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
6727         * tests/test-futimens.h (test_futimens): Likewise.
6728         * tests/test-lutimens.h (test_lutimens): Likewise.
6729         * doc/posix-functions/futimens.texi (futimens): Document the bug.
6730         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
6731
6732 2009-12-19  Bruno Haible  <bruno@clisp.org>
6733
6734         dprintf-posix: Check against memory leak fixed on 2009-12-15.
6735         * tests/test-dprintf-posix2.sh: New file.
6736         * tests/test-dprintf-posix2.c: New file.
6737         * modules/dprintf-posix-tests (Files): Add them.
6738         (configure.ac): Check for getrlimit and setrlimit.
6739         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
6740
6741 2009-12-19  Bruno Haible  <bruno@clisp.org>
6742
6743         fprintf-posix: Check against memory leak fixed on 2009-12-15.
6744         * tests/test-fprintf-posix3.sh: New file.
6745         * tests/test-fprintf-posix3.c: New file.
6746         * modules/fprintf-posix-tests (Files): Add them.
6747         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
6748
6749 2009-12-19  Eric Blake  <ebb9@byu.net>
6750
6751         dirfd: fix prototype
6752         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
6753         * lib/dirfd.c (dirfd): Likewise.
6754
6755         canonicalize: reduce memory usage
6756         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
6757         allocation to size.
6758         Reported by Solar Designer <solar@openwall.com>.
6759
6760 2009-12-19  Bruno Haible  <bruno@clisp.org>
6761
6762         New module attribute 'Applicability'.
6763         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
6764         * gnulib-tool: New option --extract-applicability.
6765         (func_usage): Document it.
6766         (sed_extract_prog): Recognize it.
6767         (func_get_applicability): New function.
6768         (func_import): Generalize handling of 'link-warning' module.
6769         * modules/link-warning (Applicability): New section.
6770         * modules/arg-nonnull (Applicability): New section.
6771         Repoted by Simon Josefsson <simon@josefsson.org>.
6772
6773 2009-12-19  Bruno Haible  <bruno@clisp.org>
6774
6775         fflush: tweak
6776         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
6777         * lib/fseeko.c (rpl_fseeko): Likewise.
6778
6779 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
6780
6781         * lib/gl_list.h: Fix typo in comment.
6782
6783 2009-12-16  Eric Blake  <ebb9@byu.net>
6784
6785         fcntl: use to simplify other modules
6786         * modules/cloexec (Depends-on): Add fcntl.
6787         * modules/fchdir (Depends-on): Likewise.
6788         * modules/fd-safer-flag (Depends-on): Likewise.
6789         * modules/unistd-safer (Depends-on): Likewise.
6790         * modules/dup3 (configure.ac): Set module indicator.
6791         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
6792         missing.
6793         * lib/fchdir.c (_gl_register_dup): Fix comment.
6794         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
6795         * lib/dup-safer.c (dup_safer): Likewise.
6796         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
6797         * lib/dup3.c (dup3): Likewise.
6798         * tests/test-fchdir.c (main): Enhance test.
6799         Fixes a dup_cloexec bug reported by OndÅ™ej Vašík.
6800
6801         fcntl: port portions of fcntl to mingw
6802         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
6803         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
6804         replacement for mingw.
6805         * modules/fcntl (Description): Update.
6806         (Depends-on): Add dup2.
6807         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
6808         * modules/fcntl-h (Makefile.am): Substitute it.
6809         * lib/fcntl.in.h (fcntl): Update declaration.
6810         (F_DUPFD, F_GETFD): New macros, when needed.
6811         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
6812         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
6813         * tests/test-fcntl.c (check_flags, main): Enhance test for items
6814         we now guarantee.
6815
6816         fcntl: work around cygwin bug in F_DUPFD
6817         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
6818         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
6819         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
6820         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
6821         * doc/posix-functions/fcntl.texi (fcntl): Document it.
6822
6823         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
6824         * modules/fcntl (Files): List new files.
6825         (configure.ac): Run a test.
6826         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
6827         * lib/fcntl.c (rpl_fcntl): Likewise.
6828         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
6829         (gl_FCNTL_H): Always replace fcntl.h.
6830         * modules/fcntl-h (Makefile.am): Substitute witnesses.
6831         * lib/fcntl.in.h (fcntl): Declare replacement.
6832         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
6833         needed, plus a witness.
6834         * doc/posix-functions/fcntl.texi (fcntl): Document this.
6835         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
6836         * tests/test-fcntl.c: New file.
6837         * modules/fcntl-tests: Likewise.
6838
6839         binary-io: avoid potential compilation warning
6840         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
6841         directives.
6842
6843         fflush: avoid compilation error on NetBSD
6844         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
6845         between off_t and fpos_t, since the latter is sometimes a struct.
6846         * lib/fseeko.c (rpl_fseeko): Likewise.
6847         Reported by Alexander Nasonov <alnsn@yandex.ru>.
6848
6849 2009-12-15  Eric Blake  <ebb9@byu.net>
6850
6851         fcntl-h, stdio, sys_ioctl: fix declarations
6852         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
6853         function must not take arguments.
6854         * lib/sys_ioctl.in.h (ioctl): Likewise.
6855         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
6856         (open): Add a link warning.
6857
6858 2009-12-15  Jim Meyering  <meyering@redhat.com>
6859
6860         areadlink, areadlink-with-size: relax license to LGPLv2+
6861         * modules/areadlink (License): Relax to LGPLv2+.
6862         * modules/areadlink-with-size (License): Likewise.
6863
6864 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
6865             Bruno Haible  <bruno@clisp.org>
6866
6867         *printf: Fix memory leak.
6868         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
6869         * lib/vfprintf.c (vfprintf): Likewise.
6870         * lib/dprintf.c (dprintf): Likewise.
6871         * lib/vdprintf.c (vdprintf): Likewise.
6872
6873 2009-12-14  Eric Blake  <ebb9@byu.net>
6874
6875         accept4: adjust module dependencies
6876         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
6877
6878         utimens: one more try at avoiding compiler warning
6879         * lib/utimens.c (lutimens): Lower scope of result.
6880
6881 2009-12-13  Bruno Haible  <bruno@clisp.org>
6882
6883         Move the malloc checking from module 'list' to new module 'xlist'.
6884         * modules/xlist: New file.
6885         * lib/gl_xlist.h: New file.
6886         * lib/gl_xlist.c: New file.
6887         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
6888         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
6889         gl_list_add_last, gl_list_add_before, gl_list_add_after,
6890         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
6891         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
6892         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
6893         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
6894         gl_sortedlist_nx_add): New declarations.
6895         (struct gl_list_implementation): Rename and change methods accordingly.
6896         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
6897         (gl_list_nx_create): Renamed from gl_list_create.
6898         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
6899         (gl_list_nx_set_at): Renamed from gl_list_set_at.
6900         (gl_list_nx_add_first): Renamed from gl_list_add_first.
6901         (gl_list_nx_add_last): Renamed from gl_list_add_last.
6902         (gl_list_nx_add_before): Renamed from gl_list_add_before.
6903         (gl_list_nx_add_after): Renamed from gl_list_add_after.
6904         (gl_list_nx_add_at): Renamed from gl_list_add_at.
6905         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
6906         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
6907         gl_list_create_empty.
6908         (gl_list_nx_create): Renamed from gl_list_create.
6909         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
6910         (gl_list_nx_set_at): Renamed from gl_list_set_at.
6911         (gl_list_nx_add_first): Renamed from gl_list_add_first.
6912         (gl_list_nx_add_last): Renamed from gl_list_add_last.
6913         (gl_list_nx_add_before): Renamed from gl_list_add_before.
6914         (gl_list_nx_add_after): Renamed from gl_list_add_after.
6915         (gl_list_nx_add_at): Renamed from gl_list_add_at.
6916         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
6917         * lib/gl_array_list.c: Don't include xalloc.h.
6918         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
6919         NULL upon out-of-memory.
6920         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
6921         out-of-memory.
6922         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
6923         Change return type to 'int'.
6924         (gl_array_nx_set_at): Renamed from gl_array_set_at.
6925         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
6926         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
6927         upon out-of-memory.
6928         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
6929         upon out-of-memory.
6930         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
6931         upon out-of-memory.
6932         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
6933         upon out-of-memory.
6934         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
6935         out-of-memory.
6936         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
6937         Update.
6938         (gl_array_list_implementation): Update.
6939         * lib/gl_carray_list.c: Don't include xalloc.h.
6940         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
6941         Return NULL upon out-of-memory.
6942         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
6943         out-of-memory.
6944         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
6945         Change return type to 'int'.
6946         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
6947         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
6948         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
6949         upon out-of-memory.
6950         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
6951         upon out-of-memory.
6952         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
6953         out-of-memory.
6954         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
6955         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
6956         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
6957         Update.
6958         (gl_carray_list_implementation): Update.
6959         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
6960         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
6961         gl_linked_create_empty. Return NULL upon out-of-memory.
6962         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
6963         out-of-memory.
6964         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
6965         Change return type to 'int'. Return -1 upon out-of-memory.
6966         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
6967         out-of-memory.
6968         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
6969         upon out-of-memory.
6970         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
6971         upon out-of-memory.
6972         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
6973         NULL upon out-of-memory.
6974         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
6975         upon out-of-memory.
6976         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
6977         out-of-memory.
6978         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
6979         Update.
6980         * lib/gl_linked_list.c: Don't include xalloc.h.
6981         (gl_linked_list_implementation): Update.
6982         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
6983         (add_to_bucket): Change return type to 'int'.
6984         (gl_linkedhash_list_implementation): Update.
6985         * lib/gl_anytree_list1.h (free_subtree): New function.
6986         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
6987         gl_tree_create_empty. Return NULL upon out-of-memory.
6988         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
6989         Change return type to 'int'. Return -1 upon out-of-memory.
6990         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
6991         out-of-memory.
6992         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
6993         (gl_tree_remove_node): New function, moved here from
6994         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
6995         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
6996         Update.
6997         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
6998         malloc, not xmalloc. Return NULL upon out-of-memory.
6999         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
7000         out-of-memory.
7001         (gl_tree_remove_node_from_tree): New function, extracted from
7002         gl_tree_remove_node.
7003         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
7004         upon out-of-memory.
7005         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
7006         out-of-memory.
7007         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
7008         upon out-of-memory.
7009         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
7010         upon out-of-memory.
7011         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
7012         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
7013         not xmalloc. Return NULL upon out-of-memory.
7014         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
7015         out-of-memory.
7016         (gl_tree_remove_node_from_tree): New function, extracted from
7017         gl_tree_remove_node.
7018         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
7019         upon out-of-memory.
7020         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
7021         out-of-memory.
7022         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
7023         upon out-of-memory.
7024         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
7025         upon out-of-memory.
7026         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
7027         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
7028         gl_anytree_list1.h before gl_anyavltree_list2.h.
7029         (gl_avltree_list_implementation): Update.
7030         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
7031         gl_anytree_list1.h before gl_anyavltree_list2.h.
7032         (gl_rbtree_list_implementation): Update.
7033         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
7034         Change return type to 'int'. Return -1 upon out-of-memory. Use
7035         __builtin_expect.
7036         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
7037         (gl_avltreehash_list_implementation): Update.
7038         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
7039         (gl_rbtreehash_list_implementation): Update.
7040         * modules/array-list (Depends-on): Remove xalloc.
7041         * modules/carray-list (Depends-on): Likewise.
7042         * modules/linked-list (Depends-on): Likewise.
7043         * modules/linkedhash-list (Depends-on): Likewise.
7044         * modules/avltree-list (Depends-on): Likewise.
7045         * modules/rbtree-list (Depends-on): Likewise.
7046         * modules/avltreehash-list (Depends-on): Likewise.
7047         * modules/rbtreehash-list (Depends-on): Likewise.
7048
7049         * modules/xsublist: New file.
7050         * lib/gl_xsublist.h: New file.
7051         * lib/gl_xsublist.c: New file.
7052         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
7053         (gl_sublist_nx_create): New declaration.
7054         * lib/gl_sublist.c: Don't include xalloc.h.
7055         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
7056         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
7057         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
7058         Change return type to 'int'. Return -1 upon out-of-memory.
7059         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
7060         upon out-of-memory.
7061         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
7062         NULL upon out-of-memory.
7063         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
7064         upon out-of-memory.
7065         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
7066         NULL upon out-of-memory.
7067         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
7068         NULL upon out-of-memory.
7069         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
7070         upon out-of-memory.
7071         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
7072         (gl_sublist_list_implementation): Update.
7073         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
7074         upon out-of-memory.
7075         * modules/sublist (Depends-on): Remove xalloc.
7076
7077         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
7078         * tests/test-carray_list.c: Likewise.
7079         * tests/test-linked_list.c: Likewise.
7080         * tests/test-linkedhash_list.c: Likewise.
7081         * tests/test-avltree_list.c: Likewise.
7082         * tests/test-rbtree_list.c: Likewise.
7083         * tests/test-avltreehash_list.c: Likewise.
7084         * tests/test-rbtreehash_list.c: Likewise.
7085         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
7086         * modules/carray-list-tests (Makefile.am): Likewise.
7087         * modules/linked-list-tests (Makefile.am): Likewise.
7088         * modules/linkedhash-list-tests (Makefile.am): Likewise.
7089         * modules/avltree-list-tests (Makefile.am): Likewise.
7090         * modules/rbtree-list-tests (Makefile.am): Likewise.
7091         * modules/avltreehash-list-tests (Makefile.am): Likewise.
7092         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
7093
7094         * NEWS: Mention the changes.
7095
7096         * lib/clean-temp.c: Include gl_xlist.h.
7097         * modules/clean-temp (Depends-on): Add xlist.
7098
7099         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
7100         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
7101
7102         * tests/test-array_oset.c: Include gl_xlist.h.
7103         * modules/array-oset-tests (Depends-on): Add xlist.
7104
7105         Reported by José E. Marchesi <jemarch@gnu.org>.
7106
7107 2009-12-13  Bruno Haible  <bruno@clisp.org>
7108
7109         Move the malloc checking from module 'oset' to new module 'xoset'.
7110         * modules/xoset: New file.
7111         * lib/gl_xoset.h: New file.
7112         * lib/gl_xoset.c: New file.
7113         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
7114         declarations.
7115         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
7116         (struct gl_oset_implementation): Rename and change methods accordingly.
7117         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
7118         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
7119         'int'. Mark as __warn_unused_result__.
7120         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
7121         gl_oset_create_empty.
7122         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
7123         'int'.
7124         * lib/gl_array_oset.c: Don't include xalloc.h.
7125         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
7126         malloc, not xmalloc.
7127         (grow): Change return type to 'int'. Don't call xalloc_die.
7128         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
7129         to 'int'.
7130         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
7131         'int'.
7132         (gl_array_oset_implementation): Update.
7133         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
7134         gl_tree_create_empty.
7135         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
7136         'int'.
7137         * lib/gl_avltree_oset.c: Don't include xalloc.h.
7138         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
7139         xmalloc.
7140         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
7141         not xmalloc.
7142         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
7143         xmalloc.
7144         (gl_avltree_oset_implementation): Update.
7145         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
7146         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
7147         xmalloc.
7148         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
7149         not xmalloc.
7150         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
7151         xmalloc.
7152         (gl_rbtree_oset_implementation): Update.
7153         * modules/array-oset (Depends-on): Remove xalloc.
7154         * modules/avltree-oset (Depends-on): Likewise.
7155         * modules/rbtree-oset (Depends-on): Likewise.
7156         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
7157         * tests/test-avltree_oset.c: Likewise.
7158         * tests/test-rbtree_oset.c: Likewise.
7159         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
7160         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
7161         * modules/rbtree-oset-tests (Makefile.am): Likewise.
7162         * NEWS: Mention the change.
7163
7164 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
7165
7166         maint.mk: allow a project to override release-prep commands
7167         * top/maint.mk (alpha, beta, stable): Move release-preparatory
7168         commands into a new rule.
7169         (release-prep): New rule.
7170         (release-prep-hook): New overridable variable.
7171
7172 2009-12-13  Bruno Haible  <bruno@clisp.org>
7173
7174         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
7175
7176 2009-12-13  Jim Meyering  <meyering@redhat.com>
7177
7178         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
7179         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
7180
7181 2009-12-12  Bruno Haible  <bruno@clisp.org>
7182
7183         duplocale: Tweak.
7184         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
7185
7186 2009-12-12  Karl Berry  <karl@gnu.org>
7187
7188         * config/srclist.txt (strtoll.c): tab changes, no more sync.
7189
7190 2009-12-12  Bruno Haible  <bruno@clisp.org>
7191
7192         * m4/po.m4: Undo incorrect untabification.
7193
7194 2009-12-12  Bruno Haible  <bruno@clisp.org>
7195
7196         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
7197         * modules/c-strtod (Depends-on): Add locale.
7198         * modules/c-strtold (Depends-on): Likewise.
7199
7200 2009-12-12  Bruno Haible  <bruno@clisp.org>
7201
7202         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
7203
7204 2009-12-11  Eric Blake  <ebb9@byu.net>
7205
7206         setenv: relax requirement in light of POSIX ruling
7207         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
7208         not NULL.
7209         * tests/test-setenv.c (main): Relax test.
7210         * tests/test-unsetenv.c (main): Likewise.
7211         * doc/posix-functions/setenv.texi (setenv): Document this.
7212         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
7213
7214 2009-12-11  Bruno Haible  <bruno@clisp.org>
7215
7216         New module 'fd-safer-flag'.
7217         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
7218         * lib/dup-safer.c (dup_safer_flag): Remove function.
7219         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
7220         * lib/fd-safer.c (fd_safer_flag): Remove function.
7221         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
7222         * modules/cloexec (configure.ac): Drop indicator macro.
7223         * modules/fd-safer-flag: New file.
7224         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
7225         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
7226         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
7227
7228 2009-12-11  Bruno Haible  <bruno@clisp.org>
7229
7230         Tests for module 'nl_langinfo'.
7231         * modules/nl_langinfo-tests: New file.
7232         * tests/test-nl_langinfo.sh: New file.
7233         * tests/test-nl_langinfo.c: New file.
7234
7235         New module 'nl_langinfo'.
7236         * lib/nl_langinfo.c: New file.
7237         * m4/nl_langinfo.m4: New file.
7238         * modules/nl_langinfo: New file.
7239         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
7240
7241 2009-12-11  Bruno Haible  <bruno@clisp.org>
7242
7243         Tests for module 'langinfo'.
7244         * modules/langinfo-tests: New file.
7245         * tests/test-langinfo.c: New file.
7246
7247         New module 'langinfo'.
7248         * lib/langinfo.in.h: New file.
7249         * m4/langinfo_h.m4: New file.
7250         * modules/langinfo: New file.
7251         * doc/posix-headers/langinfo.texi: Mention the new module.
7252
7253 2009-12-11  Bruno Haible  <bruno@clisp.org>
7254
7255         * lib/config.charset: Untabify.
7256
7257 2009-12-11  Bruno Haible  <bruno@clisp.org>
7258
7259         * modules/unistd-safer (configure.ac): Drop indicator macro.
7260
7261 2009-12-11  Bruno Haible  <bruno@clisp.org>
7262
7263         Move pipe2-safer code to its own file.
7264         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
7265         * lib/pipe-safer.c (pipe2_safer): Remove function.
7266         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
7267         (Makefile.am): Add it to lib_SOURCES.
7268
7269 2009-12-10  Bruno Haible  <bruno@clisp.org>
7270
7271         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
7272
7273 2009-12-10  Bruno Haible  <bruno@clisp.org>
7274
7275         Declare which arguments expect non-NULL values, for GCC and clang.
7276         * build-aux/arg-nonnull.h: New file.
7277         * modules/arg-nonnull: New file.
7278         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
7279         (inet_ntop, inet_pton): Use it.
7280         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
7281         (closedir, dirfd, opendir, scandir, alphasort): Use it.
7282         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
7283         (open, openat): Use it.
7284         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
7285         (fnmatch): Use it.
7286         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
7287         (getopt, getopt_long, getopt_long_only): Use it.
7288         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
7289         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
7290         Use it.
7291         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
7292         (iconv_open): Use it.
7293         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
7294         (strtoimax, strtoumax): Use it.
7295         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
7296         (duplocale): Use it.
7297         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
7298         (frexp, frexpl): Use it.
7299         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
7300         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
7301         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
7302         (tsearch, tfind, tdelete, twalk): Use it.
7303         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
7304         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
7305         sigpending): Use it.
7306         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
7307         (posix_spawn, posix_spawnp, posix_spawnattr_init,
7308         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
7309         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
7310         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
7311         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
7312         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
7313         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
7314         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
7315         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
7316         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
7317         Use it.
7318         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
7319         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
7320         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
7321         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
7322         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
7323         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
7324         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
7325         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
7326         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
7327         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
7328         strtoull, unsetenv): Use it.
7329         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
7330         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
7331         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
7332         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
7333         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
7334         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
7335         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
7336         (strcasecmp, strncasecmp): Use it.
7337         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
7338         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
7339         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
7340         rpl_setsockopt): Use it.
7341         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
7342         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
7343         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
7344         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
7345         (gettimeofday): Use it.
7346         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
7347         (times): Use it.
7348         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
7349         (uname): Use it.
7350         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
7351         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
7352         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
7353         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
7354         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
7355         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
7356         unlinkat, write): Use it.
7357         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
7358         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
7359         * lib/argv-iter.h: Include arg-nonnull.h.
7360         (_ATTRIBUTE_NONNULL_): Remove macro.
7361         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
7362         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
7363         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
7364         optimization.
7365         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
7366         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
7367         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
7368         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
7369         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
7370         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
7371         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
7372         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
7373         * modules/arpa_inet (Depends-on): Add arg-nonnull.
7374         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
7375         * modules/dirent (Depends-on): Add arg-nonnull.
7376         (Makefile.am): Insert arg-nonnull.h into dirent.h.
7377         * modules/fcntl-h (Depends-on): Add arg-nonnull.
7378         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
7379         * modules/fnmatch (Depends-on): Add arg-nonnull.
7380         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
7381         * modules/getopt-posix (Depends-on): Add arg-nonnull.
7382         (Makefile.am): Insert arg-nonnull.h into getopt.h.
7383         * modules/glob (Depends-on): Add arg-nonnull.
7384         (Makefile.am): Insert arg-nonnull.h into glob.h.
7385         * modules/iconv_open (Depends-on): Add arg-nonnull.
7386         (Makefile.am): Insert arg-nonnull.h into iconv.h.
7387         * modules/inttypes (Depends-on): Add arg-nonnull.
7388         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
7389         * modules/locale (Depends-on): Add arg-nonnull.
7390         (Makefile.am): Insert arg-nonnull.h into locale.h.
7391         * modules/math (Depends-on): Add arg-nonnull.
7392         (Makefile.am): Insert arg-nonnull.h into math.h.
7393         * modules/netdb (Depends-on): Add arg-nonnull.
7394         (Makefile.am): Insert arg-nonnull.h into netdb.h.
7395         * modules/search (Depends-on): Add arg-nonnull.
7396         (Makefile.am): Insert arg-nonnull.h into search.h.
7397         * modules/signal (Depends-on): Add arg-nonnull.
7398         (Makefile.am): Insert arg-nonnull.h into signal.h.
7399         * modules/spawn (Depends-on): Add arg-nonnull.
7400         (Makefile.am): Insert arg-nonnull.h into spawn.h.
7401         * modules/stdio (Depends-on): Add arg-nonnull.
7402         (Makefile.am): Insert arg-nonnull.h into stdio.h.
7403         * modules/stdlib (Depends-on): Add arg-nonnull.
7404         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
7405         * modules/string (Depends-on): Add arg-nonnull.
7406         (Makefile.am): Insert arg-nonnull.h into string.h.
7407         * modules/strings (Depends-on): Add arg-nonnull.
7408         (Makefile.am): Insert arg-nonnull.h into strings.h.
7409         * modules/sys_socket (Depends-on): Add arg-nonnull.
7410         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
7411         * modules/sys_stat (Depends-on): Add arg-nonnull.
7412         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
7413         * modules/sys_time (Depends-on): Add arg-nonnull.
7414         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
7415         * modules/sys_times (Depends-on): Add arg-nonnull.
7416         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
7417         * modules/sys_utsname (Depends-on): Add arg-nonnull.
7418         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
7419         * modules/time (Depends-on): Add arg-nonnull.
7420         (Makefile.am): Insert arg-nonnull.h into time.h.
7421         * modules/unistd (Depends-on): Add arg-nonnull.
7422         (Makefile.am): Insert arg-nonnull.h into unistd.h.
7423         * modules/wchar (Depends-on): Add arg-nonnull.
7424         (Makefile.am): Insert arg-nonnull.h into wchar.h.
7425         * modules/argv-iter (Depends-on): Add arg-nonnull.
7426         * tests/test-canonicalize.c (null_ptr): New function.
7427         (main): Use it.
7428         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
7429         (main): Use it.
7430         * tests/test-memmem.c (null_ptr): New function.
7431         (main): Use it.
7432         Reported by Jim Meyering.
7433
7434 2009-12-10  Bruno Haible  <bruno@clisp.org>
7435
7436         Use spaces for indentation, not tabs.
7437         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
7438         * m4/*.m4: Untabify.
7439         * build-aux/*.h: Untabify.
7440         * tests/**/*.[hc]: Untabify.
7441         * README: New section "Indent with spaces, not TABs", based on
7442         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
7443         * NEWS: Mention the change.
7444
7445 2009-12-10  Bruno Haible  <bruno@clisp.org>
7446
7447         pty test: Fix link error.
7448         * modules/pty-tests (Makefile.am): Add the default LDADD value to
7449         test_pty_LDADD.
7450
7451 2009-12-07  Simon Josefsson  <simon@josefsson.org>
7452
7453         * modules/pty: New file.
7454         * modules/pty-tests: New file.
7455         * m4/pty.m4: New file.
7456         * tests/test-pty.c: New file.
7457         * doc/glibc-headers/pty.texi: Modified.
7458         * doc/glibc-functions/forkpty.texi: Modified.
7459         * doc/glibc-functions/openpty.texi: Modified.
7460
7461 2009-12-10  Bruno Haible  <bruno@clisp.org>
7462
7463         Avoid syntax error in C++ mode.
7464         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
7465
7466 2009-12-10  Bruno Haible  <bruno@clisp.org>
7467
7468         Use sed with option -e.
7469         * gnulib-tool (func_version, func_emit_copyright_notice,
7470         func_emit_initmacro_end, func_import, func_create_testdir): Pass
7471         option -e to sed.
7472         * modules/link-warning (Makefile.am): Likewise.
7473
7474 2009-12-10  Jim Meyering  <meyering@redhat.com>
7475
7476         mgetgroups: do not write bytes beyond end of malloc'd buffer
7477         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
7478         username, we call getgroups with a one-element-shorter buffer,
7479         but still told it the length was original, max_n_groups.
7480
7481 2009-12-09  Eric Blake  <ebb9@byu.net>
7482
7483         cloexec: relax license
7484         * modules/cloexec (Maintainer): Add myself.
7485         (License): Use LGPL, not GPL.
7486
7487         link-warning: optimize generation
7488         * modules/link-warning (Makefile.am): Reduce process usage.
7489
7490 2009-12-09  Bruno Haible  <bruno@clisp.org>
7491
7492         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
7493         workaround was added on 2009-11-17.
7494
7495 2009-12-09  Jim Meyering  <meyering@redhat.com>
7496             Bruno Haible  <bruno@clisp.org>
7497
7498         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
7499         * modules/link-warning (Makefile.am): Make the comment-removing sed
7500         command more robust in the face of bootstrap-prepended comment lines.
7501
7502 2009-12-09  Bruno Haible  <bruno@clisp.org>
7503
7504         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
7505         most one group.
7506
7507 2009-12-09  Simon Josefsson <simon@josefsson.org>
7508             Bruno Haible  <bruno@clisp.org>
7509
7510         * build-aux/link-warning.h: Add copyright notice.
7511         * modules/link-warning (Makefile.am): Generate link-warning.h from
7512         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
7513         * NEWS: Mention change in link-warning module.
7514         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
7515         * modules/dirent (Makefile.am): Add dependency to dirent.h.
7516         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
7517         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
7518         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
7519         * modules/math (Makefile.am): Add dependency to math.h.
7520         * modules/search (Makefile.am): Add dependency to search.h.
7521         * modules/signal (Makefile.am): Add dependency to signal.h.
7522         * modules/spawn (Makefile.am): Add dependency to spawn.h.
7523         * modules/stdio (Makefile.am): Add dependency to stdio.h.
7524         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
7525         * modules/string (Makefile.am): Add dependency to string.h.
7526         * modules/strings (Makefile.am): Add dependency to strings.h.
7527         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
7528         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
7529         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
7530         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
7531         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
7532         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
7533         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
7534         * modules/unistd (Makefile.am): Add dependency to unistd.h.
7535         * modules/wchar (Makefile.am): Add dependency to wchar.h.
7536
7537 2009-12-09  Bruno Haible  <bruno@clisp.org>
7538
7539         fchdir: Optimize away rpl_fstat when possible.
7540         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
7541         REPLACE_OPEN_DIRECTORY.
7542         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
7543
7544 2009-12-09  Bruno Haible  <bruno@clisp.org>
7545
7546         * lib/fchdir.c: Update comment.
7547
7548 2009-12-09  Bruno Haible  <bruno@clisp.org>
7549
7550         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
7551
7552 2009-12-08  Eric Blake  <ebb9@byu.net>
7553
7554         fchdir: avoid memory leak on re-registration.
7555         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
7556
7557 2009-12-08  Jim Meyering  <meyering@redhat.com>
7558
7559         init.sh: avoid Solaris 10 /bin/sh portability problem
7560         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
7561         sourced script:
7562           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
7563           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
7564           bar
7565         tests/init.sh relied on that, accepting a --set-path=DIR argument,
7566         and two tests used that idiom.
7567         * tests/init.sh: Update suggested usage comments.
7568         (path_prepend_): New function, to be used in place
7569         of the --src-path=DIR option.
7570         (setup_): Move PATH-prepending code into path_prepend_.
7571         * tests/test-pread.sh: Adapt to new usage.
7572         * tests/test-xalloc-die.sh: Likewise.
7573
7574 2009-12-08  Simon Josefsson  <simon@josefsson.org>
7575
7576         * doc/gnulib.texi (Glibc pty.h): Add.
7577         * doc/glibc-functions/forkpty.texi: Add.
7578         * doc/glibc-functions/openpty.texi: Add.
7579         Suggested by Bruno Haible.
7580
7581 2009-12-08  Eric Blake  <ebb9@byu.net>
7582
7583         fchdir: fix logic bugs
7584         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
7585         * tests/test-fchdir.c (main): Enhance test.
7586         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
7587         is in use.
7588
7589         dup2: fix logic bugs
7590         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
7591         REPLACE_DUP2 to decide when rpl_dup2 is needed.
7592         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
7593         exists.
7594         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
7595
7596 2009-12-07  Eric Blake  <ebb9@byu.net>
7597
7598         unlink: fix m4 detection
7599         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
7600
7601         unistd-safer: add unit test
7602         * modules/unistd-safer-tests: New file.
7603         * tests/test-dup-safer.c: Likewise.
7604         * tests/test-cloexec.c (setmode): Avoid compiler warning.
7605         * tests/test-dup2.c (setmode): Likewise.
7606         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
7607
7608         cloexec: preserve text vs. binary across dup_cloexec
7609         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
7610         mode.
7611         * modules/dup2-tests (Depends-on): Add binary-io.
7612         * modules/cloexec-tests (Depends-on): Likewise.
7613         * tests/test-dup2.c (setmode, is_mode): New helpers.
7614         (main): Add tests that translation mode is preserved.
7615         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
7616         Reported by Bruno Haible.
7617
7618         mgetgroups: reduce duplicate listings
7619         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
7620         resulting array.
7621         * tests/test-chown.h (test_chown): Simplify client.
7622         * tests/test-lchown.h (test_lchown): Likewise.
7623
7624 2009-12-06  Bruno Haible  <bruno@clisp.org>
7625
7626         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
7627         value.
7628
7629 2009-12-06  Bruno Haible  <bruno@clisp.org>
7630
7631         * lib/progname.c: Include stdio.h, stdlib.h.
7632         (set_program_name): Reject a NULL argument.
7633
7634 2009-12-05  Eric Blake  <ebb9@byu.net>
7635
7636         pipe2-safer: new module
7637         * modules/pipe2-safer: New file.
7638         * lib/unistd-safer.h (pipe2_safer): New prototype.
7639         * lib/unistd--.h (pipe2): New wrapper.
7640         * lib/pipe-safer.c (pipe2_safer): New function.
7641         * modules/pipe (Depends-on): Add pipe2-safer.
7642         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
7643
7644         stdlib-safer: preserve cloexec flag for mkostemp[s]
7645         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
7646         fd_safer_flag.
7647
7648         unistd-safer: allow preservation of cloexec status via flag
7649         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
7650         prototypes.
7651         * lib/dup-safer.c (dup_safer_flag): New function.
7652         * lib/fd-safer.c (fd_safer_flag): Likewise.
7653         * modules/cloexec (configure.ac): Set witness.
7654
7655         test-dup2: enhance test
7656         * modules/dup2-tests (Depends-on): Add cloexec.
7657         * tests/test-dup2.c (main): Enhance test.
7658
7659         cloexec: add dup_cloexec
7660         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
7661         header and comments.
7662         * lib/cloexec.c (set_cloexec_flag): Add comments.
7663         (dup_cloexec): New function, with mingw implementation borrowed
7664         from...
7665         * lib/w32spawn.h (dup_noinherit): ...here.
7666         * modules/execute (Depends-on): Add cloexec.
7667         * modules/pipe (Depends-on): Likewise.
7668         * modules/cloexec (Depends-on): Add dup2.
7669         * modules/cloexec-tests (Files): New file.
7670         * tests/test-cloexec.c: Likewise.
7671
7672         test-xalloc-die: fix test for mingw
7673         * modules/xalloc-die-tests (Files): Add tests/init.sh.
7674         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
7675         directory and .exe suffix off argv[0] output.
7676
7677         test-fseeko: fix test for mingw
7678         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
7679         than undefining fseek, so test will pass on mingw.
7680
7681 2009-12-05  Bruno Haible  <bruno@clisp.org>
7682
7683         * lib/progname.h (set_program_name): Clarify specification.
7684         * lib/progname.c (set_program_name): Likewise.
7685         Reported by Jim Meyering.
7686
7687 2009-12-05  Jim Meyering  <meyering@redhat.com>
7688
7689         maint.mk: backslash-escape parens in default regexp
7690         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
7691         backslash-escape the literal parentheses.
7692
7693         maint.mk: news-date-check: use grep -E
7694         * top/maint.mk (today): Define a Make variable, not a...
7695         (news-date-check): ...shell variable.
7696         (news-date-regexp): Use the Make variable.
7697         Use grep's -E option.  Change the failing diagnostic to mention
7698         the variable, $(news-date-regexp).
7699
7700 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
7701
7702         maintainer-makefile: allow customization of NEWS entry format
7703         * top/maint.mk (news-date-regexp): New overridable variable.
7704         (news-date-check): Use it.
7705
7706 2009-12-04  Eric Blake  <ebb9@byu.net>
7707
7708         mgetgroups: add xgetgroups, and avoid ENOSYS failures
7709         * lib/mgetgroups.h (xgetgroups): New prototype.
7710         * lib/mgetgroups.c (xgetgroups): New wrapper.
7711         (mgetgroups): Handle ENOSYS.
7712         * modules/mgetgroups (Depends-on): Add realloc.
7713         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
7714
7715         mgetgroups: avoid argument promotion issues with -1
7716         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
7717         for invalid gid_t.
7718         * tests/test-chown.h (getegid, test_chown): Likewise.
7719         * tests/test-lchown.h (getegid, test_lchown): Likewise.
7720
7721 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
7722
7723         exclude: Fix header file problems.
7724         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
7725
7726 2009-12-01  Jim Meyering  <meyering@redhat.com>
7727
7728         fts: fts_open: do not let an empty string cause immediate failure
7729         This is required in support of GNU rm, for which the command
7730         "rm A '' B" must process and remove both A and B, in spite of
7731         the empty string argument.
7732         * lib/fts.c (fts_open): Do not let the presence of an empty string
7733         cause fts_open to fail immediately.  Most fts-using tools must be
7734         able to process all arguments, in order, and can be expected to
7735         diagnose such arguments themselves.
7736
7737 2009-11-30  Eric Blake  <ebb9@byu.net>
7738
7739         utimens: fix compilation error
7740         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
7741         Declare variable at right scope.
7742
7743 2009-11-29  Jim Meyering  <meyering@redhat.com>
7744
7745         bootstrap: handle perl-5.11's changed --version output
7746         * build-aux/bootstrap (get_version): Handle perl separately,
7747         since perl-5.11's --version output is different.
7748
7749 2009-11-28  Jim Meyering  <meyering@redhat.com>
7750
7751         userspec: depend on the inttostr module, too
7752         * modules/userspec (Depends-on): Add inttostr.
7753
7754         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
7755         * lib/userspec.c (parse_with_separator): Do not accept a user ID
7756         number of MAXUID when it evaluates to (uid_t) -1.
7757         Likewise for group ID.  Reported by Matt McCutchen in
7758         <http://savannah.gnu.org/bugs/?28113>
7759
7760         userspec: reformat to use spaces, not TABs
7761         * lib/userspec.c: Expand TABs to spaces.
7762         Add Emacs' "indent-tabs-mode: nil" hint.
7763
7764 2009-11-27  Eric Blake  <ebb9@byu.net>
7765
7766         getopt-gnu: flush out another BSD bug
7767         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
7768         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
7769         flush out BSD bug.
7770         * tests/test-getopt.h (test_getopt): End lists with NULL.
7771         * tests/test-getopt_long.h (test_getopt_long): Likewise.
7772         (test_getopt_long_posix): Enhance test.
7773         * modules/getopt-posix-tests (Depends-on): Add stdbool.
7774         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
7775         getopt-gnu.
7776         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
7777         Likewise.
7778
7779 2009-11-27  Simon Josefsson  <simon@josefsson.org>
7780
7781         * modules/idpriv-droptemp-tests (Notice): Fix text.
7782
7783 2009-11-27  Jim Meyering  <meyering@redhat.com>
7784
7785         test-xalloc-die: avoid spurious failure due to libtool argv difference
7786         In a libtool-enabled project, this test would fail due to a difference
7787         in the emitted program name, e.g.,
7788         -test-xalloc-die: memory exhausted
7789         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
7790         Use program to avoid that.
7791         * modules/xalloc-die-tests (Depends-on): Add progname.
7792         * tests/test-xalloc-die.c: Include progname.h".
7793         (program_name): Remove decl.
7794         (main): Call set_program_name.
7795         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
7796
7797 2009-11-26  Richard Jones  <rjones@redhat.com>
7798
7799         w32sock: leave win32 error in place.
7800         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
7801
7802 2009-11-26  Eric Blake  <ebb9@byu.net>
7803
7804         init.sh: suggest to use skip_ and fail_ functions in comments
7805         * tests/init.sh: Add a sentence.
7806
7807 2009-11-25  Bruno Haible  <bruno@clisp.org>
7808
7809         init.sh: add documentation in comments
7810         * tests/init.sh: Add some developer and user documentation.
7811
7812 2009-11-26  Jim Meyering  <meyering@redhat.com>
7813
7814         init.sh: accommodate even those who specify bogus srcdir manually
7815         * tests/init.sh: Normally, srcdir is guaranteed by automake and
7816         configure-time tests to be sanitized, so that there is no need to
7817         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
7818         (with no double quotes) suffices.  However, since tests may be
7819         invoked manually, and since you may explicitly set srcdir to the
7820         name of a directory containing spaces, do quote its uses here.
7821         * tests/test-pread.sh: Likewise.
7822         Suggested by Bruno Haible.
7823
7824         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
7825         * tests/test-pread.sh: Write no data into the pipe, because
7826         test-pread actually reads none.  This avoids a diagnostic,
7827         "bash: echo: write error: Broken pipe", that arises in the unusual
7828         event something is ignoring SIGPIPE, and might be interpreted
7829         as some sort of failure.  Reported by Bruno Haible.
7830
7831 2009-11-25  Jim Meyering  <meyering@redhat.com>
7832
7833         test-pread: cover failure with ESPIPE and EINVAL
7834         * tests/test-pread.c (main): Test for failure, too.
7835         * tests/test-pread.sh: Invoke with stdin on a pipe.
7836         Suggested by Eric Blake.
7837
7838         pread: improvement and fix
7839         * modules/pread (Depends-on): Depend on lseek, for portability to
7840         e.g., mingw.  Suggested by Eric Blake.
7841         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
7842
7843         unistd.in.h: correct declaration of pread
7844         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
7845         Reported by Richard W.M. Jones.
7846
7847         test-pread.sh: distribute the test script
7848         * modules/pread-tests (Files): Include test-pread.sh.
7849
7850         test-pread.sh: clean up
7851         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
7852         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
7853         That is unnecessary, since it's always ".".
7854         Suggestion from Eric Blake.
7855
7856         test-pread.sh: make executable
7857         * tests/test-pread.sh: Set executable bit.
7858         Reported by Eric Blake.
7859
7860         correct typo in test-pread.sh
7861         * tests/test-pread.sh: Add #! line.
7862
7863         test pread
7864         * tests/test-pread.c: New file.
7865         * tests/test-pread.sh: Likewise.
7866         * modules/pread-tests: Likewise.
7867
7868         pread: new module
7869         * modules/pread: New file.
7870         * lib/unistd.in.h (pread): Define/declare.
7871         * lib/pread.c (pread): New file.
7872         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
7873         * modules/unistd (Makefile.am): Substitute witnesses.
7874         * doc/posix-functions/pread.texi (pread): Update.
7875         * MODULES.html.sh: Add pread.
7876
7877 2009-11-25  Jim Meyering  <meyering@redhat.com>
7878
7879         tests/init.sh: new file to be used via most *.sh tests
7880         * tests/init.sh: New file.
7881
7882 2009-11-25  Eric Blake  <ebb9@byu.net>
7883
7884         utimens: work around older Linux failure with symlinks
7885         * lib/utimens.c (lutimensat_works_really): New variable.
7886         (fdutimens, lutimens): Use it to manage kernels that support
7887         nanosecond times on files, but not on symlinks.
7888         Reported by OndÅ™ej Vašík.
7889
7890         utimes: fix configure grammar
7891         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
7892
7893 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
7894
7895         regex: Fix fastmap for multibyte character ranges.
7896         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
7897         characters when a multibyte character range is included.
7898
7899 2009-11-22  Andy Wingo  <wingo@pobox.com>
7900
7901         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
7902         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
7903
7904 2009-11-24  Bruno Haible  <bruno@clisp.org>
7905
7906         doc: Most *_l functions exist in MacOS X 10.5.
7907         * doc/posix-functions/duplocale.texi: Update platforms list.
7908         * doc/posix-functions/freelocale.texi: Likewise.
7909         * doc/posix-functions/newlocale.texi: Likewise.
7910         * doc/posix-functions/uselocale.texi: Likewise.
7911         * doc/posix-functions/isalnum_l.texi: Likewise.
7912         * doc/posix-functions/isalpha_l.texi: Likewise.
7913         * doc/posix-functions/isblank_l.texi: Likewise.
7914         * doc/posix-functions/iscntrl_l.texi: Likewise.
7915         * doc/posix-functions/isdigit_l.texi: Likewise.
7916         * doc/posix-functions/isgraph_l.texi: Likewise.
7917         * doc/posix-functions/islower_l.texi: Likewise.
7918         * doc/posix-functions/isprint_l.texi: Likewise.
7919         * doc/posix-functions/ispunct_l.texi: Likewise.
7920         * doc/posix-functions/isspace_l.texi: Likewise.
7921         * doc/posix-functions/isupper_l.texi: Likewise.
7922         * doc/posix-functions/iswalnum_l.texi: Likewise.
7923         * doc/posix-functions/iswalpha_l.texi: Likewise.
7924         * doc/posix-functions/iswblank_l.texi: Likewise.
7925         * doc/posix-functions/iswcntrl_l.texi: Likewise.
7926         * doc/posix-functions/iswctype_l.texi: Likewise.
7927         * doc/posix-functions/iswdigit_l.texi: Likewise.
7928         * doc/posix-functions/iswgraph_l.texi: Likewise.
7929         * doc/posix-functions/iswlower_l.texi: Likewise.
7930         * doc/posix-functions/iswprint_l.texi: Likewise.
7931         * doc/posix-functions/iswpunct_l.texi: Likewise.
7932         * doc/posix-functions/iswspace_l.texi: Likewise.
7933         * doc/posix-functions/iswupper_l.texi: Likewise.
7934         * doc/posix-functions/iswxdigit_l.texi: Likewise.
7935         * doc/posix-functions/isxdigit_l.texi: Likewise.
7936         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
7937         * doc/posix-functions/strcasecmp_l.texi: Likewise.
7938         * doc/posix-functions/strcoll_l.texi: Likewise.
7939         * doc/posix-functions/strfmon_l.texi: Likewise.
7940         * doc/posix-functions/strftime_l.texi: Likewise.
7941         * doc/posix-functions/strncasecmp_l.texi: Likewise.
7942         * doc/posix-functions/strxfrm_l.texi: Likewise.
7943         * doc/posix-functions/tolower_l.texi: Likewise.
7944         * doc/posix-functions/toupper_l.texi: Likewise.
7945         * doc/posix-functions/towctrans_l.texi: Likewise.
7946         * doc/posix-functions/towlower_l.texi: Likewise.
7947         * doc/posix-functions/towupper_l.texi: Likewise.
7948         * doc/posix-functions/wcscoll_l.texi: Likewise.
7949         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
7950         * doc/posix-functions/wctrans_l.texi: Likewise.
7951         * doc/posix-functions/wctype_l.texi: Likewise.
7952         * doc/glibc-functions/strptime_l.texi: Likewise.
7953         * doc/glibc-functions/strtod_l.texi: Likewise.
7954         * doc/glibc-functions/strtof_l.texi: Likewise.
7955         * doc/glibc-functions/strtol_l.texi: Likewise.
7956         * doc/glibc-functions/strtold_l.texi: Likewise.
7957         * doc/glibc-functions/strtoll_l.texi: Likewise.
7958         * doc/glibc-functions/strtoul_l.texi: Likewise.
7959         * doc/glibc-functions/strtoull_l.texi: Likewise.
7960         * doc/glibc-functions/wcsftime_l.texi: Likewise.
7961         * doc/glibc-functions/wcstod_l.texi: Likewise.
7962         * doc/glibc-functions/wcstof_l.texi: Likewise.
7963         * doc/glibc-functions/wcstol_l.texi: Likewise.
7964         * doc/glibc-functions/wcstold_l.texi: Likewise.
7965         * doc/glibc-functions/wcstoll_l.texi: Likewise.
7966         * doc/glibc-functions/wcstoul_l.texi: Likewise.
7967         * doc/glibc-functions/wcstoull_l.texi: Likewise.
7968
7969 2009-11-24  Bruno Haible  <bruno@clisp.org>
7970
7971         duplocale: Fix logic bug.
7972         * lib/duplocale.c: Don't include <langinfo.h>.
7973         (_NL_LOCALE_NAME): Remove macro.
7974         (rpl_duplocale): Use setlocale instead of nl_langinfo.
7975         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
7976
7977 2009-11-23  Jim Meyering  <meyering@redhat.com>
7978
7979         test-update-copyright: don't hard-code /usr/bin/perl
7980         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
7981         perl to print the current year.  Gilles Espinasse reported that
7982         the replaced use of perl was hard-coded as /usr/bin/perl.
7983
7984 2009-11-23  Bruno Haible  <bruno@clisp.org>
7985
7986         duplocale: Add support for glibc 2.3.x.
7987         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
7988
7989 2009-11-22  Bruno Haible  <bruno@clisp.org>
7990
7991         vasnprintf: Tiny optimization.
7992         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
7993         MacOS X.
7994
7995 2009-11-22  Bruno Haible  <bruno@clisp.org>
7996
7997         Tests for module 'duplocale'.
7998         * modules/duplocale-tests: New file.
7999         * tests/test-duplocale.c: New file.
8000
8001         New module 'duplocale'.
8002         * m4/duplocale.m4: New file.
8003         * lib/locale.in.h (duplocale): New declaration.
8004         * lib/duplocale.c: New file.
8005         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
8006         gl_LOCALE_H_DEFAULTS): New macros.
8007         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
8008         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
8009         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
8010         REPLACE_DUPLOCALE.
8011         * modules/duplocale: New file.
8012         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
8013
8014 2009-11-22  Bruno Haible  <bruno@clisp.org>
8015
8016         * modules/locale-tests (configure.ac): Test for newlocale function.
8017         * tests/test-locale.c: When the system has extended locale functions,
8018         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
8019
8020         locale: Make locale_t available when possible.
8021         * lib/locale.in.h: Include <xlocale.h> when it exists.
8022         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
8023         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
8024         * modules/locale (Depends-on): Add extensions.
8025         (Makefile.am): Also substitute HAVE_XLOCALE_H.
8026         * doc/posix-headers/locale.texi: Document the problem with locale_t.
8027
8028 2009-11-22  Bruno Haible  <bruno@clisp.org>
8029
8030         Add comments.
8031         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
8032         invocation.
8033         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
8034         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
8035         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
8036
8037 2009-11-22  Bruno Haible  <bruno@clisp.org>
8038
8039         error: account for the possibility of freopen (stdout).
8040         * lib/error.c: Include <unistd.h>.
8041         (flush_stdout): New function, extracted from error and error_at_line.
8042         Determine stdout's fd dynamically.
8043         (error, error_at_line): Invoke flush_stdout.
8044         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
8045         * modules/error (Depends-on): Add unistd.
8046
8047 2009-11-22  Bruno Haible  <bruno@clisp.org>
8048
8049         diffseq: Add comment.
8050         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
8051
8052 2009-11-22  Jim Meyering  <meyering@redhat.com>
8053
8054         c-stack: avoid defining an unused static function
8055         * lib/c-stack.c (find_stack_direction): Do not define this function
8056         when it will not be used.
8057
8058         diffseq: avoid spurious gcc warnings
8059         * lib/diffseq.h (IF_LINT2): Define.
8060         (compareseq): Use it to initialize two members of "part".
8061         This avoids two used-uninitialized warnings.
8062
8063 2009-11-21  Jim Meyering  <meyering@redhat.com>
8064
8065         c-stack: avoid "ignoring return value of `write'" warning
8066         * lib/c-stack.c: Include "ignore-value.h".
8067         (die): Explicitly ignore each write return value.
8068         * modules/c-stack (Depends-on): Add ignore-value.
8069
8070 2009-11-21  Bruno Haible  <bruno@clisp.org>
8071
8072         diffseq: reduce scope of variable 'best'.
8073         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
8074         variable, earlier used for two different purposes.
8075
8076 2009-11-21  Jim Meyering  <meyering@redhat.com>
8077
8078         diffseq: remove useless assignment to "best"
8079         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
8080         assignment.  At that point "best" is already guaranteed to be zero.
8081
8082 2009-11-20  Eric Blake  <ebb9@byu.net>
8083
8084         build: mention ftp redirector in release announcements
8085         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
8086         values that used to come from cfg.mk; mention FTP redirect URL.
8087         * build-aux/announce-gen: Mention the mirror list.
8088         Suggested by Karl Berry.
8089
8090         nanosleep: improve port to mingw
8091         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
8092         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
8093         LIB_NANOSLEEP, but only when needed.
8094         * modules/select (Link): Document LIBSOCKET.
8095         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
8096         enough.
8097
8098         nanosleep: work around cygwin bug
8099         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
8100         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
8101         bug.
8102         (getnow): Delete, not needed.
8103         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
8104         LIB_CLOCK_GETTIME.
8105         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
8106         clock-time, gettime.
8107         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
8108         bug.
8109         * modules/nanosleep-tests: New test.
8110         * tests/test-nanosleep.c: New file.
8111
8112         sleep: work around cygwin bug
8113         * lib/sleep.c (rpl_sleep): Work around the bug.
8114         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
8115         (gl_PREREQ_SLEEP): Delete unused macro.
8116         * modules/sleep (Depends-on): Add verify.
8117         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
8118         * modules/unistd (Makefile.am): Substitute witness.
8119         * lib/unistd.in.h (sleep): Update prototype.
8120         * doc/posix-functions/sleep.texi (sleep): Document the bug.
8121         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
8122         * modules/sleep-tests (Depends-on): Check for alarm.
8123
8124 2009-11-20  Jim Meyering  <meyering@redhat.com>
8125
8126         maint.mk: improve sc_prohibit_magic_number_exit
8127         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
8128         so it does not match uses like System.exit(1).
8129         Add comments showing how to correct all offenders.
8130
8131 2009-11-19  Eric Blake  <ebb9@byu.net>
8132
8133         xalloc-die-tests: add missing library
8134         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
8135
8136         test-xvasprintf: silence compiler warnings
8137         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
8138         empty string from gcc.
8139
8140 2009-11-19  Jim Meyering  <meyering@redhat.com>
8141
8142         xfreopen: new module, from coreutils
8143         * modules/xfreopen: New module.
8144         * lib/xfreopen.c: New file.
8145         * lib/xfreopen.h: New file.
8146         * MODULES.html.sh (File stream based Input/Output"): Add it.
8147
8148 2009-11-19  Eric Blake  <ebb9@byu.net>
8149
8150         manywarnings: depend on warnings
8151         * modules/manywarnings (Depends-on): Add warnings.
8152
8153         build: avoid compiler warnings
8154         * lib/select.c (rpl_select): Delete unused variable.
8155         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
8156
8157 2009-11-18  Eric Blake  <ebb9@byu.net>
8158
8159         tests: avoid false negative with --with-packager
8160         * tests/test-version-etc.sh: Discard packager information.
8161         * tests/test-argp-version-etc-1.sh: Likewise.
8162         Reported by Mike Frysinger.
8163
8164         utimens: fix regression on Solaris
8165         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
8166         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
8167         can only change fd timestamps via futimesat.  Instead, use an
8168         additional witness macro to avoid BSD bug.
8169         Reported by Jim Meyering.
8170
8171 2009-11-17  Eric Blake  <ebb9@byu.net>
8172
8173         usleep: use it to simplify tests
8174         * modules/stat-time-tests (Depends-on): Add usleep.
8175         (configure.ac): Drop usleep check.
8176         * modules/chown-tests (Depends-on, configure.ac): Likewise.
8177         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
8178         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
8179         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
8180         * modules/openat-tests (Depends-on, configure.ac): Likewise.
8181         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
8182         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
8183         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
8184         Likewise.
8185         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
8186         * tests/test-lchown.h (nap): Likewise.
8187         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
8188         * tests/test-stat-time.c (nap): Likewise.
8189         * tests/test-utimens-common.h (nap): Update comments.
8190
8191         usleep: new module
8192         * modules/usleep: New file.
8193         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
8194         * lib/usleep.c (usleep): Likewise.
8195         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
8196         * modules/unistd (Makefile.am): Substitute witnesses.
8197         * lib/unistd.in.h (usleep): Add declaration.
8198         * doc/pastposix-functions/usleep.texi (usleep): Document this.
8199         * MODULES.html.sh (Date and time): Likewise.
8200         * modules/usleep-tests (Depends-on): New test.
8201         * tests/test-usleep.c: New file.
8202
8203         chown: work around OpenBSD bug
8204         * lib/chown.c (rpl_chown): Work around the bug.
8205         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
8206         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
8207         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
8208         * modules/chown (Depends-on): Add stdbool.
8209         * modules/lchown (Depends-on): Likewise.
8210         * doc/posix-functions/chown.texi (chown): Document the bug.
8211         * doc/posix-functions/lchown.texi (lchown): Likewise.
8212         * tests/test-lchown.h (test_chown): Relax test.
8213
8214         mkstemp: avoid conflict with C++ keyword template
8215         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
8216         * lib/mkostemp.c (mkostemp): Likewise.
8217         * lib/mkostemps.c (mkostemps): Likewise.
8218         * lib/mkstemp.c (mkstemp): Likewise.
8219         * lib/mkstemps.c (mkstemps): Likewise.
8220
8221         xalloc-die-tests: optimize
8222         * tests/test-xalloc-die.sh: Reduce number of processes.
8223
8224 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8225
8226         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
8227         patch from ludo@gnu.org (Ludovic Courtès).
8228
8229 2009-11-17  Jim Meyering  <meyering@redhat.com>
8230
8231         version-etc: use proper license string
8232         * modules/version-etc (License): Use LGPL, not LGPLv3+.
8233         * modules/version-etc-fsf: Likewise.
8234
8235 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8236
8237         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
8238         printed to stdout.  Deal with EOL differences.
8239
8240 2009-11-17  Eric Blake  <ebb9@byu.net>
8241
8242         unsetenv: work around Solaris bug
8243         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
8244         * lib/unsetenv.c (rpl_unsetenv): Work around it.
8245         Reported by Jim Meyering.
8246
8247         vasnprintf: avoid compiler warnings
8248         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
8249         variables.
8250         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
8251
8252 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8253
8254         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
8255         settings since xalloc-die is no longer the self test,
8256         xalloc-die.sh is.
8257
8258 2009-11-17  Jim Meyering  <meyering@redhat.com>
8259
8260         test-xalloc-die.sh: make the code agree with the commit log
8261         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
8262         at the end, just in case you happen to have a test-xalloc-die
8263         program in some other PATH directory.
8264
8265         test-xalloc-die.sh: fix a portability bug
8266         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
8267         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
8268         Otherwise, argv[0] (as often seen in diagnostics) would be too
8269         system-dependent, sometimes with, and sometimes without the leading "./".
8270
8271         version-etc-fsf: relax license to LGPLv3+
8272         * modules/version-etc-fsf (License): Relax license.
8273
8274 2009-11-16  Eric Blake  <ebb9@byu.net>
8275
8276         xalloc-die-tests: avoid printing null pointer
8277         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
8278         shell script.
8279         * tests/test-xalloc-die.c (program_name): Declare.
8280         * tests/test-xalloc-die.sh (tmpfiles): New file.
8281
8282         setenv, unsetenv: work around various bugs
8283         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
8284         (setenv) [HAVE_SETENV]: Work around bugs.
8285         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
8286         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
8287         for bugs.
8288         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
8289         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
8290         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
8291         * modules/stdlib (Makefile.am): Update substitutions.
8292         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
8293         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
8294         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
8295         * modules/setenv-tests: New test.
8296         * modules/unsetenv-tests: Likewise.
8297         * tests/test-setenv.c: New file.
8298         * tests/test-unsetenv.c: Likewise.
8299
8300 2009-11-16  Jim Meyering  <meyering@redhat.com>
8301
8302         version-etc: relax license to LGPLv3+
8303         * modules/version-etc (License): Relax license.
8304
8305         better AC_REQUIRE expanded-before-required-warning avoidance
8306         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
8307         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
8308         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
8309         which is no longer needed.
8310
8311 2009-11-16  Eric Blake  <ebb9@byu.net>
8312
8313         test-freading: clean up temporary file
8314         * tests/test-freading.c (main): Remove file on success, and use
8315         ASSERT more liberally.
8316         Reported by Jim Meyering.
8317
8318 2009-11-16  Jim Meyering  <meyering@redhat.com>
8319
8320         avoid new AC_REQUIRE expanded-before-required warnings
8321         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
8322         merely using it.
8323         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
8324         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
8325
8326 2009-11-15  Simon Josefsson  <simon@josefsson.org>
8327
8328         * tests/test-xalloc-die.c: New file.
8329         * modules/xalloc-die-tests: New file.
8330         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
8331         XFAIL_TESTS so it can be appended by modules.
8332
8333 2009-11-15  Simon Josefsson  <simon@josefsson.org>
8334
8335         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
8336         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
8337
8338 2009-11-14  Eric Blake  <ebb9@byu.net>
8339
8340         fnmatch: avoid compiler warning
8341         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
8342         to silence compiler warning about mismatch signedness in ?:.
8343         Reported by Robert Millan.
8344
8345         intprops: add double-inclusion guard
8346         * lib/intprops.h: Allow idempotent includes.
8347         Suggested by Bruce Korb.
8348
8349         openat: detect Solaris fchownat bug
8350         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
8351         penalizing glibc chownat when only lchownat is broken.
8352         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
8353         trailing slash bugs.
8354         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
8355         * modules/openat-tests (Files): Include more files.
8356         (Depends-on): Add mgetgroups, sleep, stat-time.
8357         (configure.ac): Add additional checks.
8358         (Makefile.am): Build new test.
8359         * tests/test-fchownat.c: New file.
8360
8361         lchown: detect Solaris and FreeBSD bug
8362         * lib/lchown.c (rpl_lchown): Work around bug.
8363         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
8364         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8365         * modules/unistd (Makefile.am): Populate it.
8366         * lib/unistd.in.h (lchown): Update declaration.
8367         * doc/posix-functions/lchown.texi (lchown): Document the bug.
8368         * modules/lchown-tests: New file.
8369         * tests/test-lchown.h (test_lchown): Likewise.
8370         * tests/test-lchown.c (main): Likewise.
8371
8372         chown: detect Solaris and FreeBSD bug
8373         * lib/chown.c (rpl_chown): Work around bug.
8374         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
8375         (gl_PREREQ_CHOWN): Delete.
8376         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8377         * modules/unistd (Makefile.am): Populate it.
8378         * lib/unistd.in.h (chown): Update declaration.
8379         * lib/lchown.c (chown): Update client.
8380         * modules/lchown (Depends-on): Add lstat.
8381         * doc/posix-functions/chown.texi (chown): Document the bug.
8382         * doc/posix-functions/getgroups.texi (getgroups): Document
8383         getgroups pitfall.
8384         * modules/chown-tests: New file.
8385         * tests/test-chown.h (test_chown): Likewise.
8386         * tests/test-chown.c (main): Likewise.
8387
8388 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
8389
8390         gnulib-tool: correctly detect absence of m4 directories
8391         * gnulib-tool: Avoid extra newline on data passed to wc -l.
8392
8393 2009-11-14  Jim Meyering  <meyering@redhat.com>
8394
8395         maint.mk: Prohibit inclusion of "xalloc.h" without use.
8396         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
8397
8398 2009-11-14  John W. Eaton  <jwe@gnu.org>
8399
8400         strftime.h: wrap funtion declaration in extern "C" block
8401         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
8402
8403 2009-11-13  Eric Blake  <ebb9@byu.net>
8404
8405         getgroups: avoid compiler warning
8406         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
8407
8408         getgroups: work around FreeBSD bug
8409         * lib/getgroups.c (rpl_getgroups): Work around the bug.
8410         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
8411         * doc/posix-functions/getgroups.texi (getgroups): Document it.
8412         * tests/test-getgroups.c (main): Fix buffer overrun.
8413
8414         getgroups: avoid compilation failure
8415         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
8416         * modules/getgroups (Depends-on): Add stdint.
8417
8418 2009-11-13  Jim Meyering  <meyering@redhat.com>
8419
8420         test-getgroups: avoid compilation failure
8421         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
8422
8423 2009-11-13  Eric Blake  <ebb9@byu.net>
8424
8425         mgetgroups: new module, taken from coreutils
8426         * modules/mgetgroups: New file.
8427         * lib/mgetgroups.h: Likewise.
8428         * lib/mgetgroups.c (mgetgroups): Likewise.
8429         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
8430         * MODULES.html.sh (Users and groups): Mention it.
8431
8432         getgroups: don't expose GETGROUPS_T to user
8433         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
8434         an element at a time if GETGROUPS_T is wrong size.
8435         * lib/getugroups.h (getugroups): Change signature.
8436         * lib/unistd.in.h (getgroups): Likewise.
8437         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
8438         signature needs fixing.
8439         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
8440         AC_TYPE_GETGROUPS.
8441         * modules/group-member (Depends-on): Add getgroups.
8442         * lib/group-member.c (group_info, get_group_info): Use gid_t.
8443         (group_member): Rely on getgroups replacement.
8444         * lib/getugroups.c (getugroups): Use gid_t.
8445         * tests/test-getgroups.c (main): Likewise.
8446         * NEWS: Mention the signature change.
8447         * doc/posix-functions/getgroups.texi (getgroups): Mention the
8448         problem with signature.
8449         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
8450         GETGROUPS_T is still useful for setgroups.
8451
8452         getgroups, getugroups: provide stubs for mingw
8453         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
8454         * lib/getugroups.c (getugroups): Likewise.
8455         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
8456         function.  Modernize replacement scheme.
8457         (gl_PREREQ_GETGROUPS): Delete.
8458         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
8459         * modules/getgroups (configure.ac): Declare witness.
8460         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
8461         * modules/unistd (Depends-on): Substitute witness.
8462         * lib/unistd.in.h (getgroups): Declare replacement.
8463
8464         getgroups: avoid calling exit
8465         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
8466         drop xalloc.
8467         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
8468         dependencies.
8469         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
8470         exiting, in the rare case of malloc failure.
8471
8472         getgroups: fix logic error
8473         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
8474         has more than 20 groups.
8475         * modules/getgroups-tests: New test.
8476         * tests/test-getgroups.c: New file.
8477
8478 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8479
8480         * tests/test-base64.c: Improve.
8481
8482 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8483
8484         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
8485         Blake <ebb9@byu.net>.
8486
8487 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8488
8489         * tests/test-xvasprintf.c: Add %s%s related checks.
8490
8491 2009-11-12  Eric Blake  <ebb9@byu.net>
8492
8493         version-etc: match standards.texi style
8494         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
8495         and use <> only for URLs.
8496
8497 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
8498
8499         fts: do not fail on a submount during traversal
8500         * lib/fts.c (fts_build): Read the stat info again after opening
8501         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
8502         Original report at http://bugzilla.redhat.com/501848.
8503
8504 2009-11-12  Jim Meyering  <meyering@redhat.com>
8505
8506         bootstrap: sync from coreutils
8507         * build-aux/bootstrap (bootstrap_epilogue): New function.
8508         Use git_modules_config in one more place.  This make bootstrap's
8509         --gnulib-srcdir option more useful for testing.
8510
8511         bootstrap: generalize autoheader check
8512         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
8513         AC_CONFIG_HEADERS.
8514
8515 2009-11-11  Eric Blake  <ebb9@byu.net>
8516
8517         mkfifoat: use new modules for Solaris and BSD bugs
8518         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
8519         * lib/mkfifoat.c (mknodat): Split...
8520         * lib/mknodat.c (mknodat): ...into new file.
8521         * modules/mkfifoat (Files): Ship new file.
8522         (Depends-on): Add mkfifo, mknod.
8523         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
8524         (Depends-on): Add symlink.
8525         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
8526         redundant with test_mkfifo.h.
8527         (do_mkfifoat, do_mknodat): New helpers.
8528
8529         mknod: new module
8530         * modules/mknod: New file.
8531         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
8532         * lib/mknod.c (mknod): Likewise.
8533         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
8534         defaults.
8535         * modules/sys_stat (Makefile.am): Substitute them.
8536         * lib/sys_stat.in.h (mknod): Declare replacement.
8537         * MODULES.html.sh (Support for systems lacking POSIX:2008):
8538         Document it.
8539         * doc/posix-functions/mknod.texi (mknod): Likewise.
8540         * modules/mknod-tests: New test.
8541         * tests/test-mknod.c: Likewise.
8542
8543         mkfifo: new module
8544         * modules/mkfifo: New file.
8545         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
8546         * lib/mkfifo.c (mkfifo): Likewise.
8547         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
8548         defaults.
8549         * modules/sys_stat (Makefile.am): Substitute them.
8550         * lib/sys_stat.in.h (mkfifo): Declare replacement.
8551         * MODULES.html.sh (Support for systems lacking POSIX:2008):
8552         Document it.
8553         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
8554         * modules/mkfifo-tests: New test.
8555         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
8556         from test-mkfifoat.c.
8557         * tests/test-mkfifo.c: New file.
8558
8559         readlink: detect FreeBSD bug
8560         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
8561         slash on symlink.
8562         * doc/posix-functions/readlink.texi (readlink): Document the bug.
8563         * tests/test-readlink.h (test_readlink): Enhance test.
8564
8565         symlink: detect FreeBSD bug
8566         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
8567         slash on symlink.
8568         * doc/posix-functions/symlink.texi (symlink): Document the bug.
8569         * tests/test-symlink.h (test_symlink): Enhance test.
8570
8571 2009-11-10  Eric Blake  <ebb9@byu.net>
8572
8573         link: detect FreeBSD bug
8574         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
8575         symlink.
8576         * doc/posix-functions/link.texi (link): Document the bug.
8577         * tests/test-link.h (test_link): Enhance test.
8578         * tests/test-linkat.c (main): Update caller.
8579
8580         unlink, remove: detect FreeBSD bug
8581         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
8582         slash on symlink.
8583         * doc/posix-functions/unlink.texi (unlink): Document the bug.
8584         * doc/posix-functions/remove.texi (remove): Likewise.
8585         * tests/test-unlink.h (test_unlink): Enhance test.
8586         * tests/test-remove.c (main): Likewise.
8587
8588 2009-11-09  Eric Blake  <ebb9@byu.net>
8589
8590         rename: detect FreeBSD bug
8591         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
8592         slash on symlink.
8593         * modules/renameat-tests (Depends-on): Add filenamecat.
8594         * tests/test-rename.h (test_rename): Allow one more errno.
8595         * tests/test-renameat.c (main): Likewise.
8596         * doc/posix-functions/rename.texi (rename): Document the bug.
8597
8598         open: detect FreeBSD bug
8599         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
8600         symlink.
8601         * doc/posix-functions/open.texi (open): Document the bug.
8602         * doc/posix-functions/utimes.texi (utimes): Likewise.
8603         * tests/test-open.h (test_open): Add parameters, and test symlink
8604         handling.
8605         * tests/test-open.c (main): Adjust caller.
8606         * tests/test-fcntl-safer.c (main): Likewise.
8607         * modules/open-tests (Depends-on): Add stdbool, symlink.
8608         * modules/fcntl-safer-tests (Depends-on): Likewise.
8609         * tests/test-openat.c (main): Add test-open tests.
8610
8611         stat: detect FreeBSD bug
8612         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
8613         symlink.
8614         * doc/posix-functions/stat.texi (stat): Document the bug.
8615         * tests/test-stat.h (test_stat_func): Add argument.
8616         * tests/test-stat.c (main): Adjust caller.
8617         * tests/test-fstatat.c (main): Likewise.
8618         * modules/stat-tests (Depends-on): Add stdbool, symlink.
8619         Reported by Jim Meyering.
8620
8621 2009-11-09  James Youngman  <jay@gnu.org>
8622
8623         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
8624         * lib/strftime.c: Correct placement of #include "ignore-value.h".
8625
8626 2009-11-08  Jim Meyering  <meyering@redhat.com>
8627
8628         utimens: remove invalid futimesat call
8629         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
8630         It used the file descriptor of the target file as the DIR_FD
8631         parameter and NULL as the file name.  That caused failure with
8632         errno == EFAULT on FreeBSD-8.0-rc2
8633
8634 2009-11-07  Eric Blake  <ebb9@byu.net>
8635
8636         fflush, freadseek: use fseeko, not fseek
8637         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
8638         (clear_ungetc_buffer): Avoid potential problems on large files.
8639         * lib/freadseek.c (freadseek): Likewise.
8640         * modules/freadseek (Depends-on): Add fseeko.
8641         * modules/fseek (configure.ac): Set a witness.
8642         * tests/test-fflush.c (main): Use fseeko.
8643         * tests/test-fpurge.c (fseek): Disable link warning.
8644         * tests/test-freadable.c (fseek): Likewise.
8645         * tests/test-freading.c (fseek): Likewise.
8646         * tests/test-fseeko.c (fseek): Likewise.
8647         * tests/test-ftell.c (fseek): Likewise.
8648         * tests/test-ftello.c (fseek): Likewise.
8649         * tests/test-fwritable.c (fseek): Likewise.
8650         * tests/test-fwriting.c (fseek): Likewise.
8651
8652 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8653
8654         * modules/memchr (Depends-on): Drop getpagesize dependency.
8655
8656 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8657
8658         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
8659         Reported by Ludovic Courtès.
8660         * build-aux/pmccabe2html: Improve example usage.
8661         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
8662
8663 2009-11-06  Jim Meyering  <meyering@redhat.com>
8664
8665         do-release-commit-and-tag: New module.
8666         Automate the release-commit and tag process.
8667         * build-aux/do-release-commit-and-tag: New script, from coreutils.
8668         * modules/do-release-commit-and-tag: New file.
8669         * MODULES.html.sh (Support for maintaining and releasing): Add it.
8670
8671 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8672
8673         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
8674         because test-select.c uses inet_pton.
8675
8676 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8677
8678         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
8679         GETADDRINFO_LIB.  Bump serial number.
8680         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
8681         Suggested by Eric Blake <ebb9@byu.net>.
8682
8683 2009-11-05  Eric Blake  <ebb9@byu.net>
8684
8685         strtod: detect darwin bug
8686         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
8687         Reported by Leo Davis.
8688
8689         freopen-safer: new module
8690         * modules/freopen-safer: New module.
8691         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
8692         * lib/freopen-safer.c (freopen_safer): New file.
8693         * lib/stdio-safer.h (freopen_safer): New declaration.
8694         * lib/stdio--.h (freopen): New override.
8695         * MODULES.html.sh (File stream based Input/Output): Mention it.
8696         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
8697         freopen-safer module.
8698         * doc/posix-functions/stderr.texi (stderr): Likewise.
8699         * doc/posix-functions/stdin.texi (stdin): Likewise.
8700         * doc/posix-functions/stdout.texi (stdout): Likewise.
8701         * modules/freopen-safer-tests: New test.
8702         * tests/test-reopen-safer.c: New file.
8703
8704 2009-11-05  Jim Meyering  <meyering@redhat.com>
8705
8706         maint.mk: Prohibit inclusion of "close-stream.h" without use.
8707         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
8708
8709 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8710
8711         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
8712
8713 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8714
8715         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
8716
8717 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8718
8719         Fix link error.
8720         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
8721         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8722
8723 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8724
8725         * tests/test-func.c: Also test value of __func__.
8726
8727 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8728
8729         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
8730         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
8731
8732 2009-11-05  Bruno Haible  <bruno@clisp.org>
8733
8734         Fix link error.
8735         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
8736         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8737         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
8738
8739 2009-11-05  Bruno Haible  <bruno@clisp.org>
8740
8741         Tests for module 'inet_pton'.
8742         * modules/inet_pton-tests: New file.
8743         * tests/test-inet_pton.c: New file.
8744
8745 2009-11-05  Bruno Haible  <bruno@clisp.org>
8746
8747         Tests for module 'inet_ntop'.
8748         * modules/inet_ntop-tests: New file.
8749         * tests/test-inet_ntop.c: New file.
8750
8751 2009-11-04  Eric Blake  <ebb9@byu.net>
8752
8753         stdlib-safer: wrap all mkstemp variants
8754         * modules/mkostemp (configure.ac): Set witness.
8755         * modules/mkostemps (configure.ac): Likewise.
8756         * modules/mkstemps (configure.ac): Likewise.
8757         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
8758         (mkstemps_safer): Wrap more functions.
8759         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
8760         wrapping.
8761         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
8762         (mkstemps_safer): Implement the wrappers.
8763
8764         mkstemps, mkostemps: new modules
8765         * modules/mkostemps: New module.
8766         * modules/mkstemps: Likewise.
8767         * lib/mkostemps.c (mkostemps): New file.
8768         * lib/mkstemps.c (mkstemps): Likewise.
8769         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
8770         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
8771         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
8772         * modules/stdlib (Makefile.am): Substitute them.
8773         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
8774         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
8775         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
8776         * doc/gnulib.texi (Glibc stdlib.h): Include them.
8777         * MODULES.html.sh (File system functions): Mention them.
8778
8779         tempname: resync from glibc
8780         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
8781         same values for __GT_FILE as glibc.  Abort even when assertions
8782         are disabled.
8783         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
8784         match its value otherwise.  Allow idempotent inclusion.
8785         * lib/mkdtemp.c (mkdtemp): Adjust caller.
8786         * lib/mkostemp.c (mkostemp): Likewise.
8787         * lib/mkstemp.c (mkstemp): Likewise.
8788         * lib/tmpfile.c (tmpfile): Likewise.
8789         * NEWS: Document this.
8790
8791         utimens: fix use of futimens on older Linux
8792         * lib/utimens.c (fdutimens): Use updated, rather than original,
8793         timespec to avoid bug in older Linux kernel.
8794         Reported by Simon Josefsson.
8795
8796 2009-11-04  Bruno Haible  <bruno@clisp.org>
8797
8798         Make num_processors more flexible and consistent.
8799         * lib/nproc.h (enum nproc_query): New type.
8800         (num_processors): Add a 'query' argument.
8801         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
8802         (num_processors): Add a 'query' argument. Test the value of the
8803         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
8804         mingw, count the number of CPUs available for the current process.
8805         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
8806         Check for sched_getaffinity and sched_getaffinity_np.
8807         * modules/nproc (Depends-on): Add c-ctype, extensions.
8808         * NEWS: Mention the change.
8809
8810 2009-11-03  Bruno Haible  <bruno@clisp.org>
8811
8812         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
8813
8814 2009-11-03  Jim Meyering  <meyering@redhat.com>
8815
8816         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
8817         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
8818         if it is defined.
8819
8820 2009-11-02  Eric Blake  <ebb9@byu.net>
8821
8822         mktime, timegm: share common declaration
8823         * lib/mktime-internal.h: New file.
8824         * lib/mktime.c: Use it rather than open-coding a declaration.
8825         * lib/timegm.c: Likewise.
8826         * modules/mktime (Files): Ship it.
8827         * modules/timegm (Files): Likewise.
8828         Suggested by Bruno Haible.
8829
8830         test-update-copyright: update test to match script changes
8831         * tests/test-update-copyright.sh: Avoid hard-coding perl
8832         location.  Don't update *.bak created by earlier runs.
8833
8834 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
8835             Simon Josefsson  <simon@josefsson.org>
8836             Bruno Haible  <bruno@clisp.org>
8837
8838         Fix link error on Solaris 8.
8839         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
8840         also in libnsl. Define also INET_PTON_LIB.
8841         * modules/inet_pton (Link): New section.
8842
8843 2009-11-02  Simon Josefsson  <simon@josefsson.org>
8844             Bruno Haible  <bruno@clisp.org>
8845
8846         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
8847         * modules/inet_ntop (Link): New section.
8848         Reported by Boyan Kasarov <bkasarov@gmail.com>.
8849
8850 2009-11-02  Eric Blake  <ebb9@byu.net>
8851
8852         maint: avoid compiler warnings in m4 macros
8853         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
8854         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
8855
8856 2009-11-02  Simon Josefsson  <simon@josefsson.org>
8857
8858         * m4/pmccabe2html.m4: Remove file.
8859         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
8860         function.  Change maintainer.
8861         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
8862         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
8863         Courtès).
8864
8865 2009-10-31  Eric Blake  <ebb9@byu.net>
8866
8867         fseeko: fix m4 regression
8868         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
8869         regression from 2009-10-27.
8870         Reported by Ralf Wildenhues.
8871
8872 2009-10-31  Jim Meyering  <meyering@redhat.com>
8873
8874         inttostr: aesthetics and improved (compile-time) safety
8875         Define inttype_is_signed rather than inttype_is_unsigned,
8876         since the sole use is via "#if inttype_is_signed".
8877         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
8878         inttype_is_unsigned.
8879         * lib/offtostr.c (inttype_is_signed): Likewise.
8880         * lib/uinttostr.c (inttype_is_signed): Likewise.
8881         * lib/umaxtostr.c (inttype_is_signed): Likewise.
8882         * lib/inttostr.c (inttostr): Use verify to cross-check the
8883         inttype_is_signed value and the signedness of the actual type.
8884         * modules/inttostr (Depends-on): Add verify.
8885
8886 2009-10-30  Eric Blake  <ebb9@byu.net>
8887
8888         build: avoid compiler warnings
8889         * lib/fchmodat.c (lchmod): Mark unused variables.
8890         * lib/getopt.c (_getopt_initialize): Likewise.
8891         * lib/mktime.c (__mktime_internal): Provide prototype.
8892         * lib/inttostr.c (inttostr): Avoid compiler warning even with
8893         older gcc that do not understand #pragma GCC diagnostic.
8894         * lib/uinttostr.c (inttype_is_unsigned): Define.
8895         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
8896
8897 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
8898
8899         stat: fix compilation on AIX
8900         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
8901         only see struct stat64.
8902
8903 2009-10-30  Eric Blake  <ebb9@byu.net>
8904
8905         exclude: make more robust
8906         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
8907         rather than masking a coding bug.
8908         Suggested by Bruno Haible.
8909
8910 2009-10-30  Jim Meyering  <meyering@redhat.com>
8911
8912         perl scripts: remove #!/usr/bin/perl in favor of more portable...
8913         Rather than putting #!/usr/bin/perl on the first line,
8914         start with a variant of what's recommended by "man perlrun" that
8915         invokes the first "perl" program from your shell's search path.
8916         * build-aux/gitlog-to-changelog: Replace #!... as above.
8917         Add a "Local Variables" perl mode setting.
8918         Prompted by a patch from Ludovic Courtès.
8919         Improved by Eric Blake.
8920         * build-aux/useless-if-before-free: Likewise.
8921         * build-aux/announce-gen: Likewise.
8922         * build-aux/update-copyright: Likewise.
8923
8924 2009-10-29  Eric Blake  <ebb9@byu.net>
8925
8926         filenamecat-lgpl: adjust clients
8927         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
8928         filenamecat.
8929         * modules/renameat (Depends-on): Likewise.
8930
8931         filenamecat: split into filenamecat-lgpl
8932         * modules/filenamecat-lgpl: New module.
8933         * modules/filenamecat (Files): Move library-safe files into
8934         filenamecat-lgpl.
8935         (Depends-on): Add filenamecat-lgpl.
8936         (configure.ac): Declare witness.
8937         * lib/filenamecat.h (file_name_concat): Only declare when using
8938         GPL module.
8939         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
8940         Move...
8941         * lib/filenamecat-lgpl.c: ...into new file.
8942         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
8943         (gl_FILE_NAME_CONCAT): Use it.
8944         * MODULES.html.sh (File system functions): Mention new module.
8945
8946         argp: avoid memory leak
8947         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
8948         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
8949         base_name, since the latter malloc()s and can call exit().
8950         Leak introduced 2006-07-03.
8951
8952         dirname-lgpl: adjust clients that don't need full dirname
8953         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
8954         * modules/filenamecat (Depends-on): Likewise.
8955         * modules/linkat (Depends-on): Likewise.
8956         * modules/mkancesdirs (Depends-on): Likewise.
8957         * modules/mkdir (Depends-on): Likewise.
8958         * modules/openat (Depends-on): Likewise.
8959         * modules/savewd (Depends-on): Likewise.
8960         * modules/rename (Depends-on): Likewise.
8961         (License): Relax license.
8962         * modules/mkdir-tests (Depends-on): Drop progname.
8963         (Makefile.am): Delete unneeded LDADD.
8964         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
8965
8966         dirname: split into dirname-lgpl
8967         * modules/dirname-lgpl: New module.
8968         * modules/dirname (Files): Move library-safe files into
8969         dirname-lgpl.
8970         (Depends-on): Add dirname-lgpl.
8971         (configure.ac): Declare witness.
8972         * modules/double-slash-root (License): Relax license.
8973         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
8974         module.
8975         * lib/dirname.c (dir_len, mdir_name): Move...
8976         * lib/dirname-lgpl.c: ...into new file.
8977         * lib/basename.c (last_component, base_len): Move...
8978         * lib/basename-lgpl.c: ...into new file.
8979         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
8980         (gl_DIRNAME): Use it.
8981         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
8982         Mention new module.
8983         * modules/dirname-tests (Depends-on): Add progname.
8984         * tests/test-dirname.c (program_name): Delete.
8985
8986         mkdir: make safe for libraries
8987         * modules/mkdir (Depends-on): Drop xalloc.
8988         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
8989         exit.
8990
8991         tests: avoid some compiler warnings
8992         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
8993         literals.
8994         * tests/test-memchr.c (main): Avoid type mismatch.
8995         * tests/test-arpa_inet.c (main): Avoid unused parameters.
8996         * tests/test-base64.c (main): Likewise.
8997         * tests/test-getdelim.c (main): Likewise.
8998         * tests/test-gethostname.c (main): Likewise.
8999         * tests/test-getline.c (main): Likewise.
9000         * tests/test-netinet_in.c (main): Likewise.
9001         * tests/test-select.c (open_server_socket, main): Likewise.
9002         * tests/test-select-stdin.c (main): Likewise.
9003         * tests/test-sockets.c (main): Likewise.
9004         * tests/test-strsignal.c (main): Likewise.
9005         * tests/test-sys_select.c (main): Likewise.
9006         * tests/test-sys_socket.c (main): Likewise.
9007         * tests/test-u64.c (main): Likewise.
9008         * tests/test-xfprintf-posix.c (main): Likewise.
9009         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
9010
9011         sockets: avoid compiler warning
9012         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
9013
9014         maint: detect usage(1) and other suspicious exits
9015         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
9016
9017 2009-10-29  Jim Meyering  <meyering@redhat.com>
9018
9019         timespec: long-to-int truncation could make timespec_cmp malfunction
9020         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
9021         a multiple of 2^32 nanoseconds as no difference.
9022
9023 2009-10-28  Jim Meyering  <meyering@redhat.com>
9024
9025         fprintftime: wrap macro code argument in "do {...} while(0)"
9026         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
9027         cpy macro must be a statement that can be followed by a semicolon.
9028         Now that the else clause contains a comment and is hence longer
9029         than one line, I require curly braces.  That in turn requires
9030         that we wrap this code block in the standard do...while(0).
9031
9032         fprintftime: remove stray semicolon from previous change
9033         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
9034
9035         fprintftime: avoid a warning about ignored fwrite return value
9036         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
9037         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
9038         that is unsafe.
9039         * modules/fprintftime (Depends-on): Add ignore-value.
9040
9041         exclude: avoid an unwarranted warning
9042         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
9043
9044 2009-10-27  Eric Blake  <ebb9@byu.net>
9045
9046         fseek: avoid compilation failure when fflush is replaced
9047         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
9048         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
9049         module is in use.
9050         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
9051         module is not in use; since REPLACE_FSEEK worked otherwise.
9052         (GNULIB_FTELLO): Likewise for ftell.
9053         Reported by Ian Beckwith and others.
9054
9055 2009-10-27  Bruno Haible  <bruno@clisp.org>
9056
9057         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
9058         Reported by Jim Meyering.
9059
9060 2009-10-27  Jim Meyering  <jim@meyering.net>
9061             Bruno Haible  <bruno@clisp.org>
9062
9063         Avoid warning despite dropping the return value of fwrite.
9064         * lib/unicodeio.c: Include ignore-value.h.
9065         (fwrite_success_callback): Explicitly ignore fwrite's return value.
9066         * modules/unicodeio (Depends-on): Add ignore-value.
9067
9068 2009-10-26  Eric Blake  <ebb9@byu.net>
9069
9070         areadlinkat: fix fallback path
9071         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
9072         pointer and zero.
9073
9074 2009-10-22  Pádraig Brady  <P@draigBrady.com>
9075
9076         Use a better IO block size for modern systems
9077         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
9078         * lib/md2.c: Likewise.
9079         * lib/md4.c: Likewise.
9080         * lib/md5.c: Likewise.
9081         * lib/sha1.c: Likewise.
9082         * lib/sha256.c: Likewise.
9083         * lib/sha512.c: Likewise.
9084
9085 2009-10-22  Eric Blake  <ebb9@byu.net>
9086
9087         tests: avoid several compiler warnings
9088         * tests/test-getcwd.c (main): Avoid buffer underflow.
9089         * tests/test-getdate.c (main): String literals are not safe with
9090         putenv, so use setenv.  Declare unused argument.
9091         * modules/getdate-tests (Depends-on): Add setenv.
9092         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
9093         problems with string literals in char *.
9094         * tests/test-hash.c (main): Avoid shadowing declaration.
9095         (insert_new): Treat string literals as char const *.
9096         * tests/test-getopt.h (test_getopt): Likewise.
9097         (getopt_loop): Alter types to minimize casting elsewhere.
9098         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
9099         (test_getopt_long_posix): Likewise.
9100         (do_getopt_long): Add wrapper to minimize casting.
9101         * tests/test-atexit.c (clear_temp_file): Use void.
9102         * tests/test-areadlink-with-size.c (main): Declare unused
9103         arguments.
9104         * tests/test-areadlink.c (main): Likewise.
9105         * tests/test-areadlinkat-with-size.c (main): Likewise.
9106         * tests/test-areadlinkat.c (main): Likewise.
9107         * tests/test-canonicalize-lgpl.c (main): Likewise.
9108         * tests/test-canonicalize.c (main): Likewise.
9109         * tests/test-dirent-safer.c (main): Likewise.
9110         * tests/test-dirname.c (main): Likewise.
9111         * tests/test-dup2.c (main): Likewise.
9112         * tests/test-fchdir.c (main): Likewise.
9113         * tests/test-fcntl-h.c (main): Likewise.
9114         * tests/test-fcntl-safer.c (main): Likewise.
9115         * tests/test-fdopendir.c (main): Likewise.
9116         * tests/test-fdutimensat.c (main): Likewise.
9117         * tests/test-fflush.c (main): Likewise.
9118         * tests/test-filenamecat.c (main): Likewise.
9119         * tests/test-filevercmp.c (main): Likewise.
9120         * tests/test-fopen-safer.c (main): Likewise.
9121         * tests/test-fopen.c (main): Likewise.
9122         * tests/test-fpending.c (main): Likewise.
9123         * tests/test-fpurge.c (main): Likewise.
9124         * tests/test-freading.c (main): Likewise.
9125         * tests/test-fstatat.c (main): Likewise.
9126         * tests/test-fsync.c (main): Likewise.
9127         * tests/test-futimens.c (main): Likewise.
9128         * tests/test-getndelim2.c (main): Likewise.
9129         * tests/test-gettimeofday.c (main): Likewise.
9130         * tests/test-getopt.c (main): Likewise.
9131         * tests/test-i-ring.c (main): Likewise.
9132         * tests/test-inttypes.c (main): Likewise.
9133         * tests/test-link.c (main): Likewise.
9134         * tests/test-lstat.c (main): Likewise.
9135         * tests/test-math.c (main): Likewise.
9136         * tests/test-md5.c (main): Likewise.
9137         * tests/test-memchr2.c (main): Likewise.
9138         * tests/test-memrchr.c (main): Likewise.
9139         * tests/test-mkdir.c (main): Likewise.
9140         * tests/test-mkdirat.c (main): Likewise.
9141         * tests/test-mkfifoat.c (main): Likewise.
9142         * tests/test-open.c (main): Likewise.
9143         * tests/test-openat-safer.c (main): Likewise.
9144         * tests/test-openat.c (main): Likewise.
9145         * tests/test-quotearg.c (main): Likewise.
9146         * tests/test-rawmemchr.c (main): Likewise.
9147         * tests/test-readlink.c (main): Likewise.
9148         * tests/test-remove.c (main): Likewise.
9149         * tests/test-rename.c (main): Likewise.
9150         * tests/test-renameat.c (main): Likewise.
9151         * tests/test-rmdir.c (main): Likewise.
9152         * tests/test-sha1.c (main): Likewise.
9153         * tests/test-signal.c (main): Likewise.
9154         * tests/test-sigaction.c (main): Likewise.
9155         * tests/test-stat.c (main): Likewise.
9156         * tests/test-stat-time.c (main): Likewise.
9157         * tests/test-stddef.c (main): Likewise.
9158         * tests/test-stdint.c (main): Likewise.
9159         * tests/test-stdio.c (main): Likewise.
9160         * tests/test-stdlib.c (main): Likewise.
9161         * tests/test-strchrnul.c (main): Likewise.
9162         * tests/test-strerror.c (main): Likewise.
9163         * tests/test-string.c (main): Likewise.
9164         * tests/test-strtod.c (main): Likewise.
9165         * tests/test-strverscmp.c (main): Likewise.
9166         * tests/test-symlink.c (main): Likewise.
9167         * tests/test-symlinkat.c (main): Likewise.
9168         * tests/test-sys_stat.c (main): Likewise.
9169         * tests/test-sys_time.c (main): Likewise.
9170         * tests/test-time.c (main): Likewise.
9171         * tests/test-unistd.c (main): Likewise.
9172         * tests/test-unlink.c (main): Likewise.
9173         * tests/test-unlinkat.c (main): Likewise.
9174         * tests/test-utimens.c (main): Likewise.
9175         * tests/test-utimensat.c (main): Likewise.
9176         * tests/test-version-etc.c (main): Likewise.
9177         * tests/test-wchar.c (main): Likewise.
9178         * tests/test-wctype.c (main): Likewise.
9179         * tests/test-xprintf-posix.c (main): Likewise.
9180         * tests/test-posixtm.c (main): Likewise.
9181         (STREQ): Delete unused macro.
9182         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
9183         shadowed variables.
9184         * tests/test-memchr.c (main): Likewise.
9185
9186 2009-10-21  Eric Blake  <ebb9@byu.net>
9187
9188         areadlinkat: avoid failure on older glibc
9189         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
9190         rather than mis-comparing 0 against FUNC_RESULT of char*.
9191
9192 2009-10-21  Bruno Haible  <bruno@clisp.org>
9193
9194         * modules/stpncpy (License): Relicense under LGPLv2+.
9195         Reported by David Lutterkort <lutter@redhat.com>.
9196
9197 2009-10-20  Eric Blake  <ebb9@byu.net>
9198
9199         utimensat: work around Solaris 9 bug
9200         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
9201         has trailing slash bugs.
9202         * tests/test-lutimens.h (test_lutimens): Enhance test.
9203         * tests/test-utimens.h (test_utimens): Likewise.
9204         * doc/posix-functions/utime.texi (utime): Enhance documentation.
9205         * doc/posix-functions/utimes.texi (utimes): Likewise.
9206         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9207         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
9208         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
9209         * doc/posix-functions/futimens.texi (futimens): Likewise.
9210
9211         fdutimensat: new module
9212         * modules/fdutimensat: New file.
9213         * lib/fdutimensat.c (fdutimensat): Likewise.
9214         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
9215         * MODULES.html.sh (File system functions): Mention module.
9216         * modules/fdutimensat-tests: New test.
9217         * tests/test-fdutimensat.c: Likewise.
9218
9219         doc: regenerate INSTALL
9220         * doc/INSTALL: Reflect recent autoconf update.
9221         * doc/INSTALL.ISO: Likewise.
9222         * doc/INSTALL.UTF-8: Likewise.
9223
9224 2009-10-20  Pádraig Brady  <P@draigBrady.com>
9225
9226         acl: warn if ACL support is not detected
9227         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
9228
9229 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
9230
9231         * lib/nproc.h: Add extern "C" block for C++.
9232
9233 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
9234             Bruno Haible  <bruno@clisp.org>
9235
9236         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
9237         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
9238         * doc/posix-functions/isalpha.texi: Likewise.
9239         * doc/posix-functions/isblank.texi: Likewise.
9240         * doc/posix-functions/iscntrl.texi: Likewise.
9241         * doc/posix-functions/isdigit.texi: Likewise.
9242         * doc/posix-functions/isgraph.texi: Likewise.
9243         * doc/posix-functions/islower.texi: Likewise.
9244         * doc/posix-functions/isprint.texi: Likewise.
9245         * doc/posix-functions/ispunct.texi: Likewise.
9246         * doc/posix-functions/isspace.texi: Likewise.
9247         * doc/posix-functions/isupper.texi: Likewise.
9248         * doc/posix-functions/isxdigit.texi: Likewise.
9249
9250 2009-10-18  Bruno Haible  <bruno@clisp.org>
9251
9252         Tests for module 'isblank'.
9253         * modules/isblank-tests: New file.
9254         * tests/test-isblank.c: New file.
9255
9256         New module 'isblank'.
9257         * lib/isblank.c: New file.
9258         * m4/isblank.m4: New file.
9259         * modules/isblank: New file.
9260         * doc/posix-functions/isblank.texi: Mention the new module.
9261
9262 2009-10-18  Bruno Haible  <bruno@clisp.org>
9263
9264         New module 'ctype'.
9265         * lib/ctype.in.h: New file.
9266         * m4/ctype.m4: New file.
9267         * modules/ctype: New file.
9268         * doc/posix-headers/ctype.texi: Mention the new module.
9269
9270 2009-10-18  Jim Meyering  <meyering@redhat.com>
9271
9272         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
9273         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
9274         right after its initialization, rather than farther down.
9275         Keeping these in close proximity makes it easier to ensure
9276         that each such variable is initialized.  E.g.,
9277
9278             LIB_CLOCK_GETTIME=
9279             AC_SUBST([LIB_CLOCK_GETTIME])
9280
9281         This change also increments these serial numbers.
9282         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
9283         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
9284         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9285
9286 2009-10-18  Bruno Haible  <bruno@clisp.org>
9287
9288         Don't let environment variables perturb build.
9289         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
9290         (gl_PREREQ_GETHRXTIME): ... not here.
9291
9292 2009-10-18  Bruno Haible  <bruno@clisp.org>
9293
9294         Avoid symlink attack in localcharset module.
9295         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
9296         (O_NOFOLLOW): Define fallback.
9297         (get_charset_aliases): Don't open the file if it is a symbolic link.
9298         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
9299         gl_FCNTL_H.
9300         (gl_FCNTL_H): Require it.
9301         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
9302         * modules/localcharset (Files): Add m4/fcntl_h.m4.
9303         Reported by Fergal Glynn <fglynn@veracode.com>.
9304
9305 2009-10-18  Bruno Haible  <bruno@clisp.org>
9306
9307         Implement nproc for mingw.
9308         * lib/nproc.c: Include <windows.h>
9309         (num_processors): On native Windows platforms, try GetSystemInfo.
9310
9311 2009-10-18  Bruno Haible  <bruno@clisp.org>
9312
9313         Implement nproc for IRIX.
9314         * lib/nproc.c: Include <sys/sysmp.h>.
9315         (num_processors): On IRIX systems, try sysmp.
9316         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
9317
9318 2009-10-18  Bruno Haible  <bruno@clisp.org>
9319
9320         Implement nproc for HP-UX.
9321         * lib/nproc.c: Include <sys/pstat.h>
9322         (num_processors): On HP-UX systems, try pstat_getdynamic.
9323         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
9324         pstat_getdynamic.
9325
9326 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
9327             Bruno Haible  <bruno@clisp.org>
9328
9329         Implement nproc for NetBSD, OpenBSD.
9330         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
9331         (ARRAY_SIZE): New macro.
9332         (num_processors): On BSD systems, try sysctl of HW_NCPU.
9333         * m4/nproc.m4: New file.
9334         * modules/nproc (Files): Add m4/nproc.m4.
9335         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
9336         (Makefile.am): Instead, augment lib_SOURCES.
9337
9338 2009-10-18  Bruno Haible  <bruno@clisp.org>
9339
9340         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
9341         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
9342         sys/param.h.
9343
9344 2009-10-16  Eric Blake  <ebb9@byu.net>
9345
9346         utimensat: new module
9347         * modules/utimensat: New file.
9348         * lib/utimensat.c (utimensat): Likewise.
9349         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
9350         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
9351         so we can work around Linux bugs.
9352         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
9353         * modules/sys_stat (Makefile.am): Substitute them.
9354         * lib/sys_stat.in.h (utimensat): Declare it.
9355         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9356         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9357         * modules/utimensat-tests: New test.
9358         * tests/test-utimensat.c: Likewise.
9359
9360         utimens: let lutimens work on non-symlinks
9361         * lib/utimens.c (lutimens): Fall back to utimens rather than
9362         failing with ENOSYS, when file is not a symlink.
9363         (utimens): Reduce redirection.
9364         * tests/test-lutimens.h (test_lutimens): Update test to cover
9365         non-symlinks.
9366         * tests/test-utimens.h (test_utimens): Update test to cover
9367         symlinks.
9368         * tests/test-utimens.c (main): Update caller.
9369
9370         utimens: cache whether utimensat syscall works
9371         * lib/utimens.c (utimensat_works_really): New cache variable.
9372         (fdutimens, lutimens): Use it to avoid failing syscall.
9373
9374         test-stat-time, test-utimens: improve portability
9375         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
9376         ext4 on alpha, and for cygwin.
9377         * tests/test-utimens-common.h: New file.
9378         (nap): Factor delays into single function.
9379         * tests/test-lutimens.h (test_lutimens): Use new header.
9380         * tests/test-futimens.h (test_futimens): Likewise.
9381         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
9382         timestamps to occur from same machine, as was done previously for
9383         test_utimens.
9384         * modules/utimens-tests (Files): Ship new file.
9385         * modules/futimens-tests (Files): Likewise.
9386         Reported in part by Jim Meyering.
9387
9388         sys_stat: sort replacement declarations
9389         * lib/sys_stat.in.h: Sort declarations.
9390         * lib/futimens.c (futimens): Fix typo.
9391
9392 2009-10-15  Jim Meyering  <meyering@redhat.com>
9393
9394         don't let environment settings perturb build
9395         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
9396         could cause a configure-time and/or build-time malfunction.
9397         Typically, a configure-time function-in-library test is performed
9398         via code like this:
9399
9400           LIB_VAR=
9401           AC_SUBST([LIB_VAR])
9402           prefix_saved_LIBS=$LIBS
9403             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
9404                        [test "$ac_cv_search_FUNC" = "none required" ||
9405                         LIB_VAR=$ac_cv_search_FUNC])
9406           LIBS=$prefix_saved_LIBS
9407
9408         However, in each of the files affected by this change, the LIB_VAR=
9409         initialization was omitted.  Thus, when set in the environment, its
9410         value would propagate into generated Makefiles when FUNC is not found
9411         in LIB_NAME.
9412         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
9413         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
9414         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9415
9416 2009-10-14  Eric Blake  <ebb9@byu.net>
9417
9418         fchdir: avoid infinite recursion in mingw
9419         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
9420         recursing.
9421
9422         test-stat-time: port to mingw
9423         * tests/test-stat-time.c (force_unlink): Return a value.
9424         (test_ctime) [W32]: Fix compilation error.
9425         (nap): Don't call usleep with too large an argument.  Use
9426         force_unlink.
9427         * doc/pastposix-functions/usleep.texi (usleep): Document the
9428         portability issue.
9429
9430 2009-10-13  Jim Meyering  <meyering@redhat.com>
9431
9432         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
9433         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
9434         * modules/pipe-filter-ii: Likewise.
9435         * modules/sys_socket-tests: Likewise.
9436         * modules/tsearch-tests: Likewise.
9437         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
9438         (check): Depend on it.
9439
9440 2009-10-12  Eric Blake  <ebb9@byu.net>
9441
9442         utimens-tests: port to NFS file systems
9443         * tests/test-utimens.h (test_utimens): Refactor utimecmp
9444         comparisons to avoid spurious failures from timestamp drift
9445         between NFS machines.
9446
9447 2009-10-12  Eric Blake  <ebb9@byu.net>
9448
9449         stat-time-tests: minor cleanups
9450         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
9451         * tests/test-stat-time.c (nap): Separate assignment from call.
9452         Suggested by Paolo Bonzini and Bruno Haible.
9453
9454         sys_stat: guarantee struct timespec
9455         * lib/sys_stat.in.h (includes): Always include <time.h>
9456         * modules/sys_stat (Depends-on): Add time.
9457         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
9458         mode_t permission values.
9459         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
9460         get at subsecond timestamps.
9461
9462 2009-10-10  Eric Blake  <ebb9@byu.net>
9463
9464         futimens: new module
9465         * modules/futimens: New file.
9466         * lib/futimens.c (futimens): Likewise.
9467         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
9468         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
9469         we can work around Linux bugs.
9470         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
9471         * modules/sys_stat (Makefile.am): Substitute them.
9472         * lib/sys_stat.in.h (futimens): Declare it.
9473         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9474         * doc/posix-functions/futimens.texi (futimens): Likewise.
9475         * modules/futimens-tests: New test.
9476         * tests/test-futimens.c: Likewise.
9477
9478         utimens: introduce fdutimens
9479         * lib/utimens.h (fdutimens): New prototype.
9480         * lib/utimens.c (gl_futimens): Move guts...
9481         (fdutimens): ...to new interface.
9482         * tests/test-utimens.c (do_fdutimens): Use it.
9483
9484         utimens: add UTIME_NOW and UTIME_OMIT support
9485         * lib/utimens.c (validate_timespec, update_timespec): New helper
9486         functions.
9487         (gl_futimens, lutimens): Use them.
9488         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
9489         stdbool, sys_stat.
9490         (Link): Mention resulting library dependency.
9491         * modules/utimecmp (Link): Likewise.
9492         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
9493         (Makefile.am): Pick up library dependency.
9494         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
9495         definition.
9496         * tests/test-sys_stat.c: Test the definitions.
9497         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
9498         * NEWS: Document library dependency.
9499
9500         utimecmp: support symlink timestamps
9501         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
9502         hashing when possible.  Use pathconf when available.
9503         (SYSCALL_RESOLUTION): Recognize tighter resolution.
9504         * modules/utimecmp (Depends-on): Add lstat.
9505
9506         utimens: add lutimens interface
9507         * lib/utimens.c (lutimens): New function.
9508         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
9509         * lib/utimens.h (lutimens): Declare new interface.
9510         * tests/test-utimens.c (main): Enhance test.
9511         * tests/test-lutimens.h (test_lutimens): New file.
9512         * modules/utimens-tests (Files): Distribute it.
9513         (Depends-on): Add symlink.
9514         (configure.ac): Check for usleep.
9515
9516         utimens: validate futimens usage
9517         * lib/utimens.c (gl_futimens): Require valid fd up front, using
9518         fewer syscalls on failure later on.  Avoid compiler warning on
9519         mingw.
9520         * modules/utimens (Depends-on): Add dup2.
9521
9522         utimens: add test
9523         * modules/utimens-tests: New test.
9524         * tests/test-utimens.h: New file.
9525         * tests/test-futimens.h: Likewise.
9526         * tests/test-utimens.c: Likewise.
9527
9528         doc: mention timestamp portability issues
9529         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
9530         instead.
9531         * doc/posix-functions/utime.texi (utime): Likewise.
9532         * doc/posix-functions/utimes.texi (utimes): Likewise.
9533         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
9534         instead.
9535         * doc/posix-functions/futimens.texi (futimens): Mention utimens
9536         module.
9537         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9538         Mention weakness with symlink timestamps.
9539         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
9540         to utimensat/futimens instead.
9541         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
9542
9543         test-dup2: enhance test
9544         * tests/test-dup2.c (main): Also check AT_FDCWD.
9545
9546         test-stat-time: avoid more spurious failures
9547         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
9548         xfs; and avoid race if the two timestamps cross quantization edge.
9549
9550         relocatable: prefer 'file system' over 'filesystem'
9551         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
9552         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
9553         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
9554         * doc/relocatable.texi (Enabling Relocatability): Likewise.
9555         * lib/relocatable.c (compute_curr_prefix): Likewise.
9556
9557 2009-10-10  Jim Meyering  <meyering@redhat.com>
9558
9559         stat-time-tests: check for the usleep function
9560         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
9561
9562 2009-10-10  Bruno Haible  <bruno@clisp.org>
9563
9564         * modules/xnanosleep: Put the Link section after the Include section.
9565
9566 2009-10-09  Eric Blake  <ebb9@byu.net>
9567
9568         dup2: work around FreeBSD 6.1 bug
9569         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
9570         * doc/posix-functions/dup2.texi (dup2): Document it.
9571         Reported by Nelson H. F. Beebe and Jim Meyering.
9572
9573         test-stat-time: port to buggy NFS clients
9574         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
9575         (test_ctime): Also skip test if mtime and ctime are skewed.
9576
9577         maint: prefer 'file system' over 'filesystem'
9578         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
9579         * doc/posix-functions/lstat.texi (lstat): Likewise.
9580         * lib/file-has-acl.c (file_has_acl): Likewise.
9581         * lib/fwriteerror.c [TEST]: Likewise.
9582         * tests/test-areadlink.h (test_areadlink): Likewise.
9583         * tests/test-areadlinkat-with-size.c (main): Likewise.
9584         * tests/test-areadlinkat.c (main): Likewise.
9585         * tests/test-canonicalize-lgpl.c (main): Likewise.
9586         * tests/test-canonicalize.c (main): Likewise.
9587         * tests/test-fstatat.c (main): Likewise.
9588         * tests/test-linkat.c (main): Likewise.
9589         * tests/test-lstat.h (test_lstat_func): Likewise.
9590         * tests/test-mkdir.h (test_mkdir): Likewise.
9591         * tests/test-readlink.h (test_readlink): Likewise.
9592         * tests/test-remove.c (main): Likewise.
9593         * tests/test-rename.h (test_rename): Likewise.
9594         * tests/test-renameat.c (main): Likewise.
9595         * tests/test-rmdir.h (test_rmdir_func): Likewise.
9596         * tests/test-symlink.h (test_symlink): Likewise.
9597         * tests/test-symlinkat.c (main): Likewise.
9598         * tests/test-unlink.h (test_unlink_func): Likewise.
9599         * tests/test-unlinkat.c (main): Likewise.
9600
9601         maint: make realtime library usage explicit
9602         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
9603         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
9604         * modules/settime (Link): Likewise.
9605         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
9606
9607         test-stat-time: speed up execution
9608         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
9609         warning on mingw.
9610         (nap): New helper function.
9611         (prepare_test): Use it to reduce sleep time.
9612         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
9613         execution.
9614         * modules/stat-time-tests (configure.ac): Check for usleep.
9615
9616 2009-10-09  Jim Meyering  <meyering@redhat.com>
9617
9618         selinux-h: always use getfilecon wrappers
9619         * lib/getfilecon.c: New file.
9620         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
9621         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
9622         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
9623         (fgetfilecon): Provide a stub.
9624         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
9625         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
9626         file unconditionally.
9627         When <selinux/selinux.h> is found, arrange to use wrappers.
9628         * modules/selinux-h (Files): Add getfilecon.c.
9629         (Makefile.am): Substitute include-next-related bits
9630         into the now-always-generated selinux/selinux.h file.
9631         * doc/glibc-functions/lgetfilecon.texi: New file.
9632         * doc/glibc-functions/fgetfilecon.texi: New file.
9633         * doc/glibc-functions/getfilecon.texi: New file.
9634         * doc/glibc-functions/getfilecon-desc.texi: New file.
9635         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
9636         which to pull in the new files.
9637         * MODULES.html.sh (Misc): Add selinux-h.
9638
9639 2009-10-08  Jim Meyering  <meyering@redhat.com>
9640
9641         unistd: fix comment typo
9642         * lib/unistd.in.h (euidaccess): Fix a comment typo.
9643
9644 2009-10-08  Eric Blake  <ebb9@byu.net>
9645
9646         areadlink: use SIZE_MAX consistently
9647         * modules/areadlink (Depends-on): Add stdint.
9648         * modules/areadlink-with-size (Depends-on): Likewise.
9649         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
9650         gives NULL; drop sys/types, since unistd gives size_t; and add
9651         stdint for SIZE_MAX.
9652         (SIZE_MAX): Rely on headers.
9653         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
9654         and add stdint.
9655         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
9656         (SIZE_MAX): Likewise.
9657         (INITIAL_BUF_SIZE): Turn into enum.
9658         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
9659
9660 2009-10-08  Jim Meyering  <meyering@redhat.com>
9661
9662         areadlinkat: avoid compilation failure
9663         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
9664         Fix typo in comment.
9665
9666 2009-10-07  Eric Blake  <ebb9@byu.net>
9667
9668         areadlinkat-with-size: new module
9669         * modules/areadlinkat-with-size: New module.
9670         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
9671         * lib/areadlink.h (areadlinkat): Declare it.
9672         * MODULES.html.sh (File system functions): Mention it.
9673         * modules/areadlinkat-with-size-tests: New test.
9674         * tests/test-areadlinkat-with-size.c: New file.
9675
9676         xreadlinkat: new module
9677         * modules/xreadlinkat: New module.
9678         * lib/xreadlinkat.c (xreadlinkat): New file.
9679         * lib/xreadlink.h (xreadlinkat): Declare it.
9680         * MODULES.html.sh (File system functions): Mention it.
9681
9682         areadlinkat: new module
9683         * lib/at-func.c (FUNC_FAIL): New define.
9684         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
9685         * modules/areadlinkat: New module.
9686         * lib/linkat.c (areadlinkat): Move...
9687         * lib/areadlinkat.c (areadlinkat): ...to new file.
9688         * lib/areadlink.h (areadlinkat): Declare it.
9689         * modules/linkat (Depends-on): Add areadlinkat.
9690         * MODULES.html.sh (File system functions): Mention it.
9691         * modules/areadlinkat-tests: New test.
9692         * tests/test-areadlinkat.c: New file.
9693
9694         areadlink, areadlink-with-size: add tests
9695         * modules/areadlink-tests: New test.
9696         * modules/areadlink-with-size-tests: Likewise.
9697         * tests/test-areadlink.h: New file.
9698         * tests/test-areadlink.c: Likewise.
9699         * tests/test-areadlink-with-size.c: Likewise.
9700
9701         maint: minor cleanups
9702         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
9703         _UNUSED_PARAMETER_ instead.
9704         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
9705         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
9706         * modules/linkat-tests (Files): Distribute test-link.h.
9707
9708         openat, utimens: whitespace cleanup
9709         * lib/openat.c: Prefer space throughout, rather than mix of 8
9710         spaces vs. tabs.
9711         * lib/at-func.c: Likewise.
9712         * lib/utimens.c: Likewise.
9713
9714         openat: avoid using wrong fd
9715         * lib/openat.c (openat_permissive): Reject user's fd if saving the
9716         working directory chooses same fd.
9717         * lib/at-func.c (AT_FUNC_NAME): Likewise.
9718
9719         mkdir, mkdirat: fix cygwin 1.5.x bug
9720         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
9721         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
9722         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
9723         bug.
9724         (gl_PREREQ_MKDIR): Delete unused macro.
9725         * modules/mkdir (Files): Track file rename.
9726         (configure.ac): Update macro name.
9727         * modules/openat (Depends-on): Add mkdir.
9728         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
9729
9730         mkdir, mkdirat: add tests
9731         * modules/mkdir-tests: New test.
9732         * tests/test-mkdir.h: New file.
9733         * tests/test-mkdir.c: Likewise.
9734         * tests/test-mkdirat.c: Likewise.
9735         * modules/openat-tests (Files): Add new files.
9736         (Makefile.am): Run new test.
9737
9738 2009-10-06  Eric Blake  <ebb9@byu.net>
9739
9740         doc: tweak *at function documentation
9741         * doc/posix-functions/faccessat.texi (faccessat): Mention
9742         known issue with replacement.
9743         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
9744         * doc/posix-functions/linkat.texi (linkat): Likewise.
9745         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
9746         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
9747         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
9748         * doc/posix-functions/renameat.texi (renameat): Likewise.
9749         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
9750
9751         openat: fix GNU/Hurd bug in unlinkat
9752         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
9753         broken.
9754         * doc/posix-functions/unlink.texi (unlink): Document this.
9755         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
9756
9757         fdopendir: fix GNU/Hurd bug
9758         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
9759         allowing non-directory fds.
9760         * lib/fdopendir.c (rpl_fdopendir): Work around it.
9761         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
9762         * modules/dirent (Makefile.am): Substitute it.
9763         * lib/dirent.in.h (fdopendir): Declare replacement.
9764         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
9765         * tests/test-fdopendir.c (main): Test something other than
9766         /dev/null, since on Hurd that behaves like a directory.
9767
9768         test-symlink: port to GNU/Hurd
9769         * tests/test-symlink.h (test_symlink): Relax expected errno.
9770
9771         doc: tweak more cygwin information
9772         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
9773         now compatible with glibc.
9774         * doc/posix-functions/getopt.texi (getopt): Likewise.
9775
9776         getopt-gnu: add another test
9777         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
9778         guarantee behavior relied on by m4.
9779         * tests/test-getopt.c (main): Use it.
9780         * modules/getopt-posix-tests (Depends-on): Add setenv.
9781         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
9782
9783         getopt: fix compilation on darwin
9784         * lib/getopt.in.h (includes): Leave breadcrumbs during system
9785         include.
9786         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
9787         Reported by Ludovic Courtès.
9788
9789 2009-10-06  Bruno Haible  <bruno@clisp.org>
9790
9791         * modules/size_max (Description): Discourage its use.
9792         Reported by Simon Josefsson.
9793
9794 2009-10-06  Jim Meyering  <meyering@redhat.com>
9795
9796         linkat: avoid compilation failure
9797         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
9798
9799 2009-10-05  Eric Blake  <ebb9@byu.net>
9800
9801         linkat: support Linux 2.6.17
9802         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
9803         linkat on Linux, but allow cache variable override.
9804         * lib/linkat.c (rpl_linkat): Define override.
9805         * modules/linkat (Depends-on): Add symlinkat.
9806         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
9807         * modules/unistd (Makefile.am): Substitute it.
9808         * lib/unistd.in.h (linkat): Declare replacement.
9809         Reported by Pádraig Brady.
9810
9811         quotearg: port test to systems with C.UTF-8 locale
9812         * tests/test-quotearg.c (struct result_strings): Add another
9813         member, differentiating between C.ASCII and C.UTF-8 handling.
9814         (compare_strings): Add parameter.
9815         (main): Adjust all callers.
9816
9817         getopt: avoid clash with FreeBSD _getopt_internal
9818         * lib/getopt.in.h (_getopt_internal): Override the name.
9819         * lib/getopt_int.h (includes): Pick up any overrides.
9820         Reported by Reuben Thomas.
9821
9822         hash: allow C89 compilation
9823         * lib/hash.c (check_tuning): Move declaration before statement.
9824         Reported by Reuben Thomas.
9825
9826 2009-10-05  Karl Berry  <karl@gnu.org>
9827
9828         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
9829
9830 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
9831             Bruno Haible  <bruno@clisp.org>
9832
9833         * lib/uname.c (uname): Use a table-driven algorithm to compute
9834         Windows NT versions.
9835
9836 2009-10-04  Bruno Haible  <bruno@clisp.org>
9837
9838         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
9839         program_invocation_short_name.
9840         * modules/progname (configure.ac): Test for presence of
9841         program_invocation_short_name.
9842         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
9843
9844 2009-10-04  Bruno Haible  <bruno@clisp.org>
9845
9846         * lib/progname.c (set_program_name): Fix comment.
9847         Reported by Jim Meyering.
9848
9849 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
9850             Bruno Haible  <bruno@clisp.org>
9851
9852         * lib/uname.c: Include <string.h>.
9853         (uname): Do only one call to GetVersionEx in the common case.
9854
9855 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
9856             Bruno Haible  <bruno@clisp.org>
9857
9858         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
9859         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
9860         (uname): Add support for Windows CE and various non-x86 CPU types.
9861
9862 2009-10-03  Bruno Haible  <bruno@clisp.org>
9863
9864         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
9865         invocation to tests/configure.ac.
9866         Reported by Ian Beckwith <ianb@erislabs.net>.
9867
9868 2009-10-02  Eric Blake  <ebb9@byu.net>
9869
9870         fchdir: avoid compiler warning
9871         * lib/fchdir.c (canonicalize_file_name)
9872         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
9873
9874         test-open: support mingw errno values
9875         * tests/test-open.h (test_open): Relax test.
9876         * tests/test-fopen.h (test_fopen): Likewise.
9877         * tests/test-openat-safer.c (main): Likewise.
9878
9879         open: fix opening directory on mingw
9880         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
9881
9882         test-open: on GNU/Hurd, /dev/null is a directory
9883         * tests/test-fopen.h (main): Rename...
9884         (test_fopen): ...to this.  Use a guaranteed non-directory when
9885         confirming open behavior on trailing slash.
9886         * tests/test-openat-safer.c (main): Likewise.
9887         * tests/test-open.h (main): Likewise....
9888         (test_open): ...to this.
9889         * tests/test-fopen.c (main): Adjust caller.
9890         * tests/test-fopen-safer.c (main): Likewise.
9891         * tests/test-open.c (main): Likewise.
9892         * tests/test-fcntl-safer.c (main): Likewise.
9893         Reported by Samuel Thibault.
9894
9895         rename, fchdir: don't ignore chdir failure
9896         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
9897         * lib/rename.c (rpl_rename) [W32]: Likewise.
9898         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
9899         an empty destination directory if source cannot be renamed,
9900         although there is still possibility for failure.
9901         * doc/posix-functions/rename.texi (rename): Document the race.
9902         Reported by Jim Meyering.
9903
9904         maint: cleanup whitespace in recent commits
9905         * lib/rename.c (rpl_rename): Remove tabs.
9906         * tests/test-link.h (test_link): Likewise.
9907         * lib/fchdir.c (get_name): Likewise.
9908         Reported by Jim Meyering.
9909
9910 2009-10-02  Ben Pfaff  <blp@gnu.org>
9911
9912         relocatable-prog-wrapper: Add missing dependency on
9913         double-slash-root.
9914         * modules/relocatable-prog-wrapper: Add dependency.
9915         Reported by Ian Beckwith <ianb@erislabs.net>.
9916
9917 2009-10-02  Eric Blake  <ebb9@byu.net>
9918
9919         renameat: fix Solaris bugs
9920         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
9921         needed fixing.
9922         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
9923         * modules/stdio (Makefile.am): Substitute it.
9924         * lib/stdio.in.h (renameat): Declare replacement.
9925         * lib/renameat.c (rpl_renameat): Implement fix.
9926
9927         renameat: new module
9928         * modules/renameat: New file.
9929         * lib/renameat.c (renameat): Likewise.
9930         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
9931         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
9932         * modules/stdio (Makefile.am): Substitute them.
9933         * lib/stdio.in.h (renameat): Declare it.
9934         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9935         * doc/posix-functions/renameat.texi (renameat): Likewise.
9936         * modules/renameat-tests: New test.
9937         * tests/test-renameat.c: Likewise.
9938
9939         rename: fix mingw bugs
9940         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
9941         directory overwrite bugs.
9942
9943         rename: fix another cygwin 1.5 bug
9944         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
9945         checks.
9946         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
9947         unnecessary cygwin workarounds.  Also work around bug with moving
9948         full directory onto an empty one.
9949         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
9950
9951         rename-dest-slash: merge into rename module
9952         * modules/rename-dest-slash (Status): Mark obsolete.
9953         (Depends-on): Add rename.
9954         (Files): Let rename do it all.
9955         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
9956         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
9957         * m4/rename-dest-slash.m4: ...so this file can be deleted.
9958         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
9959         * lib/rename.c (rpl_rename): Update comments.
9960
9961         rename: fix cygwin 1.5.x bugs
9962         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
9963         * lib/rename.c (rpl_rename): Work around them.
9964         * modules/rename (Depends-on): Add same-inode.
9965
9966         rename: fix Solaris 10 bug
9967         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
9968         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
9969         was the only bug.
9970
9971         rename: fix Solaris 9 bug
9972         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
9973         on non-directory.  Avoid calling exit.
9974         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
9975         strdup.
9976         * modules/rename-tests (Depends-on): Drop lstat.
9977         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
9978         (gl_PREREQ_RENAME): Delete unused macro.
9979
9980         rename-dest-slash: fix NetBSD bug
9981         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
9982         links.
9983         * modules/rename-dest-slash (Depends-on): Add same-inode.
9984
9985         rename-tests: new test, exposes several platform bugs
9986         * modules/rename-tests: New file.
9987         * tests/test-rename.h: Likewise.
9988         * tests/test-rename.c: Likewise.
9989         * doc/posix-functions/rename.texi (rename): Improve documentation,
9990         including bugs that will eventually be fixed in gnulib.
9991
9992 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
9993
9994         * lib/uname.c: Include <stdlib.h>
9995         (uname): Assume version info is available.
9996
9997 2009-10-02  Jim Meyering  <meyering@redhat.com>
9998
9999         gnu-web-doc-update: correct --help output
10000         * build-aux/gnu-web-doc-update: Make --help output relevant.
10001
10002         gnu-web-doc-update: add standard options
10003         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
10004
10005         gnu-web-doc-update: New module.
10006         Use this script to automatically update the on-line web documentation
10007         for your GNU project at http://www.gnu.org/software/$pkg/manual/
10008         * modules/gnu-web-doc-update: New file, from coreutils.
10009         * build-aux/gnu-web-doc-update: New script.
10010
10011 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
10012
10013         link: LoadLibrary is not needed.
10014         * lib/link.c: Use GetModuleHandle.
10015
10016 2009-10-01  Eric Blake  <ebb9@byu.net>
10017
10018         getopt: bump serial number
10019         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
10020         change.
10021
10022         tests: tighten link, rmdir, and remove tests
10023         * tests/test-link.h (includes): No need to use <config.h> here.
10024         Clean up if directory hard link was created, otherwise test for
10025         trailing '.'.
10026         * tests/test-linkat.c (main): Simplify.
10027         * tests/test-remove.c (main): Enhance test for trailing '.'.
10028         * tests/test-rmdir.h (test_rmdir_func): Likewise.
10029
10030 2009-10-01  Jim Meyering  <meyering@redhat.com>
10031
10032         maint.mk: requiring "make major" was annoying, for a "minor" release.
10033         What is intended is "stable", to contrast with alpha and beta,
10034         so require "make stable", not "make major".
10035         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
10036         (get_tool_versions): Likewise.
10037         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
10038
10039 2009-09-30  Ben Pfaff  <blp@gnu.org>
10040
10041         Fix broken build of replacement for Windows tmpfile().
10042         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
10043         flags argument added along with the 'mkostemp' module.
10044
10045 2009-09-28  Bruno Haible  <bruno@clisp.org>
10046
10047         Avoid identifier clash with POSIX function 'remove' defined as a macro.
10048         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
10049         to 'remove_elt'.
10050         (gl_list_remove): Update.
10051         * lib/gl_list.c (gl_list_remove): Update.
10052         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
10053         to 'remove_elt'.
10054         (gl_oset_remove): Update.
10055         * lib/gl_list.c (gl_oset_remove): Update.
10056         Reported by Eric Blake.
10057
10058 2009-09-28  Eric Blake  <ebb9@byu.net>
10059
10060         doc: mention yet more cygwin 1.7 status
10061         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
10062         cygwin.
10063         * doc/glibc-functions/execvpe.texi (execvpe): New file.
10064         * doc/gnulib.texi (Glibc unistd.h): Mention it.
10065
10066         argp: fix test failure
10067         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
10068         that are not upper-case.  Pass correct range to tolower.
10069
10070 2009-09-27  Jim Meyering  <meyering@redhat.com>
10071
10072         test-yesno: work around sparc-dash here-document infelicity
10073         Without this change, the literal \177 byte in a here document
10074         would make dash 0.5.5.1-3 access uninitialized memory.
10075         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
10076         Instead, use a marker, "@", and filter through tr to create the desired
10077         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
10078
10079 2009-09-27  Bruno Haible  <bruno@clisp.org>
10080
10081         Disable untested support for new flavours of ACLs on AIX.
10082         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
10083         progress.
10084         * lib/set-mode-acl.c (qset_acl): Likewise.
10085
10086 2008-12-07  Bruno Haible  <bruno@clisp.org>
10087
10088         Add support for new flavours of ACLs on AIX. (Untested.)
10089         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
10090         (file_has_acl): Add support for newer AIX.
10091         * lib/set-mode-acl.c (qset_acl): Likewise.
10092         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
10093         Rainer Tammer <tammer@tammer.net>.
10094
10095 2009-09-26  Eric Blake  <ebb9@byu.net>
10096
10097         argp: fix compilation of getopt
10098         * lib/getopt.in.h (includes): Use different guard than glibc.
10099         Reported by Sergey Poznyakoff.
10100
10101         doc: mention more cygwin 1.7 status
10102         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
10103         bug.
10104         * doc/posix-functions/execl.texi (execl): Likewise.
10105         * doc/posix-functions/execle.texi (execle): Likewise.
10106         * doc/posix-functions/execlp.texi (execlp): Likewise.
10107         * doc/posix-functions/execv.texi (execv): Likewise.
10108         * doc/posix-functions/execve.texi (execve): Likewise.
10109         * doc/posix-functions/execvp.texi (execvp): Likewise.
10110         * doc/glibc-functions/canonicalize_file_name.texi
10111         (canonicalize_file_name): Cygwin 1.7 now provides this.
10112         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
10113         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
10114         on AT_SYMLINK_NOFOLLOW.
10115
10116 2009-09-24  Eric Blake  <ebb9@byu.net>
10117
10118         test-linkat: make test more robust
10119         * tests/test-linkat.c (main): Avoid collision with EEXIST.
10120
10121         getopt: fix inclusion guards for cygwin
10122         * modules/getopt-posix (Depends-on): Add include-next.
10123         (Makefile.am): Substitute more items in replacement header.
10124         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
10125         <getopt.h>.
10126         * lib/getopt.in.h (includes): Use split inclusion guard, and
10127         prefer <getopt.h> over include <unistd.h> when one is present.
10128         (option): Also override name of 'struct option'.
10129
10130         same-inode: revert prior change; it is not yet ready
10131         * NEWS: Undo mention of this change.
10132         * lib/same-inode.h (same-inode.h): Undo tri-state change.
10133         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
10134         * lib/cycle-check.c (cycle_check): Likewise.
10135         * lib/same.c (same_name): Likewise.
10136         * lib/at-func2.c (at_func2): Likewise.
10137
10138 2009-09-23  Eric Blake  <ebb9@byu.net>
10139
10140         linkat: new module
10141         * modules/linkat: New file.
10142         * lib/at-func2.c (at_func2): Likewise.
10143         * lib/linkat.c (linkat): Likewise.
10144         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
10145         * lib/openat-priv.h (at_func2): Add declaration.
10146         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
10147         * modules/unistd (Makefile.am): Substitute them.
10148         * lib/unistd.in.h (linkat): Declare it.
10149         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10150         * doc/posix-functions/linkat.texi (linkat): Likewise.
10151         * doc/posix-functions/link.texi (link): Tweak wording.
10152         * tests/test-link.c (main): Move guts...
10153         * tests/test-link.h (test_link): ...into new file.
10154         * modules/linkat-tests: New test.
10155         * tests/test-linkat.c: Likewise.
10156         * modules/link-tests (Files): Ship new file.
10157         (Depends-on): Add stdbool.
10158
10159         dirname: add library-safe mdir_name
10160         * lib/dirname.h (mdir_name): New prototype.
10161         * lib/dirname.c (dir_name): Move guts...
10162         (mdir_name): ...to new function that avoids xalloc_die.
10163
10164         fchdir: another mingw fix
10165         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
10166         * lib/fchdir.c (get_name): New helper method; skips canonicalize
10167         on mingw (where it has not yet been ported), and make it optional
10168         elsewhere.
10169         (_gl_register_fd): Use it.
10170
10171         same-inode: make SAME_INODE tri-state, to port to mingw
10172         * NEWS: Mention this change.
10173         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
10174         st_ino always being 0.
10175         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
10176         * lib/cycle-check.c (cycle_check): Likewise.
10177         * lib/same.c (same_name): Likewise.
10178
10179         lstat: avoid mingw compilation error
10180         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
10181         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
10182         lstat ourselves.
10183         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
10184         was adequate.
10185         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
10186         the checks for lstat.
10187         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
10188
10189         link: fix test failure on Solaris 9
10190         * lib/link.c (rpl_link): Don't assume link will catch bogus
10191         trailing slash on source.
10192
10193         test-symlinkat: enhance test
10194         * tests/test-readlink.c (main): Move guts...
10195         * tests/test-readlink.h (test_readlink): ...into new file.
10196         * tests/test-symlink.c (main): Move guts...
10197         * tests/test-symlink.h (test_symlink): ...into new file.
10198         * tests/test-symlinkat.c (main): Use new files for further
10199         coverage.
10200         (do_symlink, do_readlink): New helper functions.
10201         * modules/symlink-tests (Files): Ship new file.
10202         (Depends-on): Add stdbool.
10203         * modules/readlink-tests (Files): Ship new file.
10204         (Depends-on): Add stdbool.
10205         * modules/symlinkat-tests (Files): Use new files.
10206
10207 2009-09-23  Eric Blake  <ebb9@byu.net>
10208
10209         readlink: document portability issue with symlink length
10210         * doc/posix-functions/lstat.texi (lstat): Mention that some file
10211         systems have bogus st_size on symlinks, and mention the
10212         areadlink-with-size module.
10213         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
10214         * doc/posix-functions/readlink.texi (readlink): Mention the
10215         areadlink module, and ERANGE failure.
10216         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
10217         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
10218
10219         readlink: fix Solaris 9 bug with trailing slash
10220         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
10221         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
10222         * doc/posix-functions/readlink.texi (readlink): Document this.
10223         * modules/readlink-tests: New test.
10224         * tests/test-readlink.c: Likewise.
10225
10226         readlink: fix cygwin 1.5.x bug with return type
10227         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
10228         * lib/unistd.in.h (readlink): Use ssize_t.
10229         * lib/readlink.c (readlink): Likewise.
10230         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
10231         * modules/unistd (Makefile.am): Substitute it.
10232         * lib/unistd.in.h (readlink): Declare replacement.
10233         * doc/posix-functions/readlink.texi (readlink): Document this.
10234
10235         symlink: use throughout gnulib
10236         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
10237         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
10238         symlink is not used.
10239         * modules/symlinkat (Depends-on): Add symlink.
10240         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
10241         * modules/canonicalize-tests (Depends-on): Likewise.
10242         * modules/lstat-tests (Depends-on): Likewise.
10243         * modules/openat-tests (Depends-on): Likewise.
10244         * modules/remove-tests (Depends-on): Likewise.
10245         * modules/rmdir-tests (Depends-on): Likewise.
10246         * modules/unlink-tests (Depends-on): Likewise.
10247         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
10248         * tests/test-canonicalize.c (symlink): Likewise.
10249         * tests/test-fstatat.c (symlink): Likewise.
10250         * tests/test-lstat.c (symlink): Likewise.
10251         * tests/test-remove.c (symlink): Likewise.
10252         * tests/test-rmdir.c (symlink): Likewise.
10253         * tests/test-unlink.c (symlink): Likewise.
10254         * tests/test-unlinkat.c (symlink): Likewise.
10255
10256         symlink: new module, for Solaris 9 bug
10257         * modules/symlink: New file.
10258         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
10259         * lib/symlink.c: Likewise.
10260         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
10261         * modules/unistd (Makefile.am): Substitute them.
10262         * lib/unistd.in.h (symlink): Declare replacement.
10263         * MODULES.html.sh (File system functions): Mention it.
10264         * doc/posix-functions/symlink.texi (symlink): Likewise.
10265         * modules/symlink-tests: New test.
10266         * tests/test-symlink.c: Likewise.
10267
10268 2009-09-23  Bruno Haible  <bruno@clisp.org>
10269
10270         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
10271         when needed.
10272         Test case: gnulib-tool --import --with-tests atexit inttypes.
10273         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
10274
10275 2009-09-23  Bruno Haible  <bruno@clisp.org>
10276
10277         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
10278         subcommand, not in a subshell.
10279
10280 2009-09-22  Eric Blake  <ebb9@byu.net>
10281
10282         unistd: sort replacement declarations
10283         * lib/unistd.in.h: Sort declarations.
10284
10285         open, openat: minor optimization
10286         * lib/open.c (open): If open succeeded, len is non-zero.
10287         * lib/openat.c (rpl_openat): Likewise.
10288
10289         link-follow: ensure correct result
10290         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
10291         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
10292         distinguish between possible failures.
10293
10294 2009-09-21  Eric Blake  <ebb9@byu.net>
10295
10296         fts: avoid compiler warning
10297         * lib/fts.c (dirent_inode_sort_may_be_useful)
10298         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
10299
10300 2009-09-19  Bruno Haible  <bruno@clisp.org>
10301
10302         * lib/progreloc.c (canonicalize_file_name): New declaration.
10303
10304 2009-09-19  Eric Blake  <ebb9@byu.net>
10305
10306         link: fix quoting
10307         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
10308
10309         openat: fix openat bugs on Solaris 9
10310         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
10311         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
10312         * modules/openat (Depends-on): Add open.
10313         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
10314         * modules/fcntl-h (Makefile.am): Substitute it.
10315         * lib/fcntl.in.h (openat): Declare replacement.
10316         * doc/posix-functions/openat.texi (openat): Document this.
10317
10318         openat: move fstatat and unlinkat into correct files
10319         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
10320         compiled.
10321         * lib/openat.c (fstatat, unlinkat): Move...
10322         * lib/fstatat.c (fstatat): ...into correct files.
10323         * lib/unlinkat.c (unlinkat): Likewise.
10324
10325         openat: fix unlinkat bugs on Solaris 9
10326         * lib/unlinkat.c (unlinkat): New file.
10327         * modules/openat (Depends-on): Add unlink.
10328         (Files): Distribute it.
10329         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
10330         trailing slash behavior is broken.
10331         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
10332         * modules/unistd (Makefile.am): Substitute it.
10333         * lib/unistd.in.h (unlinkat): Declare replacement.
10334         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
10335
10336         openat: fix fstatat bugs on Solaris 9
10337         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
10338         stat.
10339         * doc/posix-functions/fstatat.texi (fstatat): Document this.
10340
10341         test-unlinkat: enhance test, to expose Solaris 9 bug
10342         * tests/test-unlink.c (main): Factor guts...
10343         * tests/test-unlink.h (test_rmdir_func): ...into new file.
10344         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
10345         * tests/test-rmdir.c (main): Adjust caller.
10346         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
10347         (unlinker): New helper function.
10348         (rmdirat): Enhance check.
10349         * modules/rmdir-tests (Depends-on): Add stdbool.
10350         * modules/unlink-tests (Depends-on): Likewise.
10351         (Files): Add test-unlink.h.
10352         * modules/openat-tests (Files): Likewise.
10353         (Depends-on): Add unlinkdir.
10354
10355         test-fstatat: new test, to expose Solaris 9 bugs
10356         * tests/test-stat.c (main): Factor guts...
10357         * tests/test-stat.h (test_stat_func): ...into new file.
10358         * tests/test-lstat.c (main): Factor guts...
10359         * tests/test-lstat.h (test_lstat_func): ...into new file.
10360         * tests/test-fstatat.c: New file.
10361         * modules/stat-tests (Files): Add test-stat.h.
10362         * modules/lstat-tests (Files): Add test-lstat.h.
10363         (Depends-on): Add stdbool.
10364         * modules/openat-tests (Depends-on): Add pathmax.
10365         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
10366         (Makefile.am): Run new test.
10367
10368         remove: new module, for mingw and Solaris 9 bugs
10369         * modules/remove: New file.
10370         * lib/remove.c: Likewise.
10371         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
10372         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
10373         * modules/stdio (Makefile.am): Use them.
10374         * lib/stdio.in.h (remove): Declare replacement.
10375         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10376         * doc/posix-functions/remove.texi (remove): Likewise.
10377         * modules/remove-tests: New test.
10378         * tests/test-remove.c: Likewise.
10379
10380         unlink: new module, for Solaris 9 bug
10381         * modules/unlink: New file.
10382         * lib/unlink.c: Likewise.
10383         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
10384         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
10385         * modules/unistd (Makefile.am): Use them.
10386         * lib/unistd.in.h (stat): Declare replacement.
10387         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10388         * doc/posix-functions/unlink.texi (unlink): Likewise.
10389         * modules/unlink-tests: New test.
10390         * tests/test-unlink.c: Likewise.
10391
10392         lstat: fix Solaris 9 bug
10393         * lib/lstat.c (lstat): Also check for trailing slash on
10394         non-symlink, non-directories.  Use stat module to simplify logic.
10395         * doc/posix-functions/lstat.texi (lstat): Document it.
10396         * modules/lstat-tests (Depends-on): Add errno, same-inode.
10397         (configure.ac): Check for symlink.
10398         * tests/test-lstat.c (main): Add more tests.
10399
10400         stat: add as dependency to other modules
10401         * modules/chown (Depends-on): Add stat.
10402         * modules/euidaccess (Depends-on): Likewise.
10403         * modules/fchdir (Depends-on): Likewise.
10404         * modules/isdir (Depends-on): Likewise.
10405         * modules/link (Depends-on): Likewise.
10406         * modules/lstat (Depends-on): Likewise.
10407         * modules/mkdir-p (Depends-on): Likewise.
10408         * modules/modechange (Depends-on): Likewise.
10409         * modules/open (Depends-on): Likewise.
10410         * modules/readlink (Depends-on): Likewise.
10411         * modules/same (Depends-on): Likewise.
10412
10413         stat: fix Solaris 9 bug
10414         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
10415         slash.
10416         * lib/stat.c (rpl_stat): Work around it.
10417         * doc/posix-functions/stat.texi (stat): Update documentation.
10418
10419         stat: new module, for mingw bug
10420         * modules/stat: New file.
10421         * lib/stat.c: Likewise.
10422         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
10423         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10424         * modules/sys_stat (Makefile.am): Use them.
10425         * lib/sys_stat.in.h (stat): Declare replacement.
10426         * lib/openat.c (fstatat): Deal with lstat and stat being function
10427         macros.
10428         * modules/openat (Depends-on): Add inline.
10429         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10430         * doc/posix-functions/stat.texi (stat): Likewise.
10431         * modules/stat-tests: New test.
10432         * tests/test-stat.c: Likewise.
10433
10434 2009-09-19  Jim Meyering  <meyering@redhat.com>
10435
10436         syntax-check: detect unnecessary inclusion of canonicalize.h
10437         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
10438
10439 2009-09-19  Eric Blake  <ebb9@byu.net>
10440
10441         canonicalize-lgpl: adjust clients to use correct header
10442         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
10443         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
10444         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
10445         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
10446         * lib/progreloc.c (includes): Likewise.
10447
10448 2009-09-19  Jim Meyering  <meyering@redhat.com>
10449
10450         test-posixtm.c: correct a comment
10451         * tests/test-posixtm.c: Correct first-line comment.
10452         Spotted by Eric Blake.
10453
10454 2009-09-16  Jim Meyering  <meyering@redhat.com>
10455
10456         posixtm-tests: make T const-correct; add a test case
10457         * tests/test-posixtm.c (T): Declare const.
10458         Add a test for -(2^31+1).
10459         Remove useless can-succeed-only-in-2002 test.
10460
10461         posixtm-tests: adjust the sole failing test
10462         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
10463         expected output matches what mktime now produces.  Cross-checked via
10464         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
10465
10466         posixtm: move #ifdef'd tests into a new module
10467         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
10468         * tests/test-posixtm.c: ... this new file.
10469         * modules/posixtm-tests: New module.
10470
10471 2009-09-19  Eric Blake  <ebb9@byu.net>
10472
10473         openat: simplify use of at-func.c
10474         * lib/at-func.c (includes): Include prerequisites here, to
10475         simplify requirements on client files.
10476         * lib/openat-priv.h: Add double-inclusion guard.
10477         * lib/faccessat.c (includes): Simplify.
10478         * lib/fchmodat.c (includes): Likewise.
10479         * lib/fchownat.c (includes): Likewise.
10480         * lib/mkdirat.c (includes): Likewise.
10481         * lib/mkfifoat.c (includes): Likewise.
10482         * lib/symlinkat.c (includes): Likewise.
10483
10484         openat: allow return of fd 0
10485         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
10486         * modules/save-cwd (Depends-on): Replace fcntl-safer with
10487         unistd-safer.
10488         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
10489         <fcntl.h>; this module does not leak fds.
10490         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
10491         must be allowed to return 0, leaving openat_safer to add the
10492         safety.
10493         (openat_permissive): Avoid writing to just-opened fd 2 if
10494         restoring the current directory fails.
10495         * lib/openat-die.c (openat_restore_fail): Add comment.
10496         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
10497         (save_cwd): Guarantee safe fd, but without use of open_safer.
10498         * tests/test-openat.c: New test.
10499         * modules/openat-tests (Files, Makefile.am): Distribute and build
10500         new file.
10501
10502         relocatable-prog-wrapper: fix build
10503         * modules/relocatable-prog-wrapper (Files): Update name of
10504         canonicalize m4 file, broken on 2009-09-17.
10505         Reported by emad hajjar <aleppos@hotmail.com>.
10506
10507 2009-09-19  Bruno Haible  <bruno@clisp.org>
10508
10509         * lib/safe-alloc.h: Use the standard header with GPL copyright.
10510         * lib/safe-alloc.c: Likewise.
10511         Reported by Ian Beckwith <ianb@erislabs.net>.
10512
10513 2009-09-18  Bruno Haible  <bruno@clisp.org>
10514
10515         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
10516         Reported by <erobles@sensacd.com.mx>.
10517
10518 2009-09-17  Eric Blake  <ebb9@byu.net>
10519
10520         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
10521         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
10522         slashes when checking if last component is missing.
10523         * tests/test-canonicalize.c (main): Test this.
10524
10525         canonicalize, canonicalize-lgpl: honor // if distinct from /
10526         * modules/canonicalize (Files): Add double-slash-root.m4.
10527         * modules/canonicalize-lgpl (Files): Likewise.
10528         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
10529         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
10530         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
10531         fallback definition.
10532         (canonicalize_filename_mode): Use it to protect //.
10533         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
10534         (__realpath): Likewise.
10535         * tests/test-canonicalize.c (main): Test this.
10536         * tests/test-canonicalize-lgpl.c (main): Likewise.
10537         * modules/canonicalize-tests (Depends-on): Add same-inode.
10538         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
10539
10540         canonicalize-lgpl: fix glibc bug with trailing slash
10541         * m4/canonicalize-lgpl.m4: Move contents...
10542         * m4/canonicalize.m4: ...here.
10543         (gl_CANONICALIZE_LGPL): Factor realpath check...
10544         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
10545         glibc 2.3.5 bug, fixed 2005-04-27.
10546         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
10547         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
10548         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
10549         * modules/canonicalize-lgpl (Files): Manage file rename.
10550         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
10551         * modules/stdlib (Makefile.am): Substitute witness.
10552         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
10553         is needed.
10554         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
10555         replacement is required.
10556         * lib/canonicalize.c (canonicalize_file_name): Likewise.
10557         * doc/glibc-functions/canonicalize_file_name.texi
10558         (canonicalize_file_name): Document this.
10559         * doc/posix-functions/realpath.texi (realpath): Likewise.
10560
10561         canonicalize-lgpl: reject non-directory with trailing slash
10562         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
10563         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
10564         catches failures in glibc 2.3.5.
10565         * tests/test-canonicalize.c (main): Likewise.
10566
10567         canonicalize-lgpl: use native realpath if it works
10568         * lib/canonicalize-lgpl.c (realpath): Guard with
10569         FUNC_REALPATH_WORKS.
10570         * lib/stdlib.in.h (realpath): Make declaration optional based on
10571         HAVE_REALPATH.
10572         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
10573         native realpath works.
10574         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
10575         * modules/stdlib (Makefile.am): Substitute witness.
10576
10577         canonicalize, canonicalize-lgpl: use <stdlib.h>
10578         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
10579         (Include): Mention <stdlib.h>.
10580         (configure.ac): Mention functions we provide.
10581         * modules/canonicalize (configure.ac): Likewise.
10582         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
10583         realpath if canonicalize_file_name is missing.
10584         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
10585         * modules/stdlib (Makefile.am): Substitute witnesses.
10586         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
10587         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
10588         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
10589         * NEWS: Document this.
10590         * doc/glibc-functions/canonicalize_file_name.texi
10591         (canonicalize_file_name): Likewise.
10592         * doc/posix-functions/realpath.texi (realpath): Likewise.
10593         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
10594
10595         test-canonicalize: consolidate into single C program
10596         * tests/test-canonicalize.sh: Delete; move setup into...
10597         * tests/test-canonicalize.c (main): ...the program, making it
10598         easier to run in debugger.  Add some tests.
10599         * modules/canonicalize-tests (Files): Remove unused file.
10600         (Depends-on): Add progname.
10601         (configure.ac, Makefile.am): Simplify.
10602
10603         test-canonicalize-lgpl: consolidate into single C program
10604         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
10605         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
10606         easier to run in debugger.  Add some tests.
10607         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
10608         (configure.ac, Makefile.am): Simplify.
10609
10610         canonicalize: avoid resolvepath
10611         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
10612         unnecessary checks.
10613         * lib/canonicalize.c (includes): Simplify.
10614         (canonicalize_file_name): Drop resolvepath implementation.
10615         * modules/canonicalize (Depends-on): Drop filenamecat.
10616
10617         canonicalize: don't lose errno
10618         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
10619         over calls to free.
10620
10621         canonicalize: simplify errno handling
10622         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
10623         assignment.
10624
10625         canonicalize, canonicalize-lgpl: update module dependencies
10626         * modules/canonicalize (Depends-on): Add extensions, lstat,
10627         pathmax, stdlib.
10628         (Files): Drop pathmax.h.
10629         (configure.ac): Adjust macro name.
10630         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
10631         lstat, stdlib, sys_stat.
10632         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
10633         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
10634         extensions.
10635         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
10636         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
10637         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
10638         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
10639         declaration, if available.
10640         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
10641         we can rely on the readlink module.
10642         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
10643         (includes): Use <unistd.h> unconditionally.
10644
10645 2009-09-17  Eric Blake  <ebb9@byu.net>
10646
10647         maint: make Include sections of modules consistent
10648         * modules/alloca: Use only header name; no need to list #include.
10649         * modules/alloca-opt: Likewise.
10650         * modules/arpa_inet: Likewise.
10651         * modules/canon-host: Likewise.
10652         * modules/configmake: Likewise.
10653         * modules/dirent: Likewise.
10654         * modules/eealloc: Likewise.
10655         * modules/environ: Likewise.
10656         * modules/fchdir: Likewise.
10657         * modules/fcntl: Likewise.
10658         * modules/fcntl-h: Likewise.
10659         * modules/gethrxtime: Likewise.
10660         * modules/gettime: Likewise.
10661         * modules/ignore-value: Likewise.
10662         * modules/inet_ntop: Likewise.
10663         * modules/inet_pton: Likewise.
10664         * modules/inttypes: Likewise.
10665         * modules/isnand-nolibm: Likewise.
10666         * modules/isnanf-nolibm: Likewise.
10667         * modules/mbchar: Likewise.
10668         * modules/mbfile: Likewise.
10669         * modules/mbiter: Likewise.
10670         * modules/mbuiter: Likewise.
10671         * modules/netdb: Likewise.
10672         * modules/netinet_in: Likewise.
10673         * modules/nproc: Likewise.
10674         * modules/pagealign_alloc: Likewise.
10675         * modules/poll: Likewise.
10676         * modules/printf-frexp: Likewise.
10677         * modules/pthread: Likewise.
10678         * modules/putenv: Likewise.
10679         * modules/random_r: Likewise.
10680         * modules/relocatable-prog: Likewise.
10681         * modules/search: Likewise.
10682         * modules/select: Likewise.
10683         * modules/selinux-h: Likewise.
10684         * modules/settime: Likewise.
10685         * modules/signal: Likewise.
10686         * modules/size_max: Likewise.
10687         * modules/socklen: Likewise.
10688         * modules/ssize_t: Likewise.
10689         * modules/stdarg: Likewise.
10690         * modules/stdbool: Likewise.
10691         * modules/stddef: Likewise.
10692         * modules/stdint: Likewise.
10693         * modules/stdio: Likewise.
10694         * modules/stdlib: Likewise.
10695         * modules/string: Likewise.
10696         * modules/strings: Likewise.
10697         * modules/sys_file: Likewise.
10698         * modules/sys_ioctl: Likewise.
10699         * modules/sys_select: Likewise.
10700         * modules/sys_socket: Likewise.
10701         * modules/sys_stat: Likewise.
10702         * modules/sys_time: Likewise.
10703         * modules/sys_times: Likewise.
10704         * modules/sys_utsname: Likewise.
10705         * modules/sys_wait: Likewise.
10706         * modules/sysexits: Likewise.
10707         * modules/time: Likewise.
10708         * modules/times: Likewise.
10709         * modules/tmpfile: Likewise.
10710         * modules/trim: Likewise.
10711         * modules/unistd: Likewise.
10712         * modules/wchar: Likewise.
10713         * modules/wctype: Likewise.
10714
10715 2009-09-17  Bruno Haible  <bruno@clisp.org>
10716
10717         Make getdate.y compile on QNX and NetBSD 5 / i386.
10718         * m4/getdate.m4 (gl_GETDATE): Conditionally define
10719         TIME_T_FITS_IN_LONG_INT.
10720         * lib/getdate.y (long_time_t): New type.
10721         (relative_time): Change type of 'seconds' field to long_time_t.
10722         (get_date): Update types of local variables. Check against overflow
10723         during conversion from long_time_t to time_t.
10724         Reported by Matt Kraai <kraai@ftbfs.org>
10725         and Hasso Tepper <hasso@netbsd.org>.
10726
10727 2009-09-17  Bruno Haible  <bruno@clisp.org>
10728
10729         * modules/COPYING: Update copyright years.
10730         * modules/README: Likeiwse.
10731         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
10732         Reported by Ian Beckwith <ianb@erislabs.net>.
10733
10734 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
10735
10736         * users.txt: Update references for gnuit package.
10737
10738 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
10739
10740         * m4/getdelim.m4: Fix typo in copyright line.
10741
10742 2009-09-17  Bruno Haible  <bruno@clisp.org>
10743
10744         * lib/atoll.c: Use the standard header with GPL copyright.
10745         * lib/argz.in.h: Likewise.
10746         * lib/glob.c: Likewise.
10747         * lib/glob-libc.h: Likewise.
10748         * lib/random_r.c: Likewise.
10749         * lib/siglist.h: Likewise.
10750         * lib/strsignal.c: Likewise.
10751         Reported by Ian Beckwith <ianb@erislabs.net>.
10752
10753 2009-09-17  Eric Blake  <ebb9@byu.net>
10754
10755         rmdir: ensure correct dependency order
10756         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
10757
10758 2009-09-17  Bruno Haible  <bruno@clisp.org>
10759
10760         Disable assertion that fails on NetBSD 5 / i386.
10761         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
10762         Reported by Sam Steingold <sds@gnu.org>
10763         and Hasso Tepper <hasso@netbsd.org>.
10764
10765 2009-09-16  Eric Blake  <ebb9@byu.net>
10766
10767         unlinkdir: port to mingw
10768         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
10769         on which no one can unlink a directory.
10770
10771         stdlib: sort witness names
10772         * modules/stdlib (Makefile.am): Sort replacements.
10773         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
10774         * lib/stdlib.in.h: Likewise.
10775
10776         parse-duration-tests: avoid link failure
10777         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
10778         LIBINTL.
10779         Reported by Tom G. Christensen.
10780
10781         openat-tests: ensure unlinkat behaves like rmdir
10782         * tests/test-rmdir.c (main): Factor guts...
10783         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
10784         * modules/rmdir-tests (Files): Ship new file.
10785         * modules/openat-tests: New test.
10786         * tests/test-unlinkat.c: Likewise.
10787
10788         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
10789         * modules/rmdir-errno (Status, Notice): Now obsolete.
10790
10791         rmdir: work around cygwin 1.5.x and mingw bugs
10792         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
10793         * lib/rmdir.c (rmdir): Work around it.
10794         * modules/rmdir (Status, Notice): No longer obsolete.
10795         (Files): Add dos.m4.
10796         (Depends-on): Add unistd.
10797         (configure.ac): Set witnesses.
10798         (License): Relax to LGPLv2+.
10799         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
10800         * modules/unistd (Makefile.am): Substitute witnesses.
10801         * lib/unistd.in.h (rmdir): Declare replacement.
10802         * doc/posix-functions/rmdir.texi (rmdir): Document this.
10803         * modules/rmdir-tests: New tests.
10804         * tests/test-rmdir.c: Likewise.
10805
10806 2009-09-15  Eric Blake  <ebb9@byu.net>
10807
10808         fchdir: improve use of replacement functions
10809         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
10810         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
10811         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
10812         REPLACE_CLOSEDIR.
10813         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
10814         * modules/sys_stat (Makefile.am): Substitute correct witness.
10815         * modules/dirent (Makefile.am): Likewise.
10816         * modules/unistd (Makefile.am): Likewise.
10817         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
10818         * lib/unistd.in.h (dup): Likewise.
10819         * lib/sys_stat.in.h (fstat): Likewise.
10820
10821         maint: ignore gnulib-tool temp files
10822         * .gitignore: Ignore files created during gnulib-tool --test.
10823
10824 2009-09-13  Jim Meyering  <meyering@redhat.com>
10825
10826         posixtm: don't reject a time that specify "60" as the number of seconds
10827         * lib/posixtm.c (posixtime): The code to reject invalid dates
10828         would also reject a time specified with the .60 suffix.
10829         But POSIX allows that, in order to accommodate leap seconds.
10830         So don't reject it.
10831         (main): Adjust tests accordingly.
10832         * modules/posixtm (Depends-on): Add stpcpy.
10833
10834 2009-09-11  Jim Meyering  <meyering@redhat.com>
10835
10836         announce-gen: include [$release_type] in emitted Subject:
10837         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
10838         e.g., [stable] in the emitted Subject: line.
10839
10840 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10841
10842         Remove obsolete macros from several modules.
10843         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
10844         obsolete Autoconf macros with their modern counterparts.
10845         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
10846         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
10847         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
10848         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
10849         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
10850         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
10851         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
10852         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
10853         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
10854         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
10855         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
10856         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
10857         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
10858         * m4/sockets.m4 (gl_SOCKETS): Likewise.
10859         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
10860         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
10861         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
10862         * m4/time_r.m4 (gl_TIME_R): Likewise.
10863         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
10864         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
10865         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
10866
10867         Fix copyright header in build-aux scripts.
10868         * build-aux/git-version-gen: Fix copyright header to match GPLv3
10869         recommendation.
10870         * build-aux/ncftpput-ftp: Likewise.
10871         * build-aux/update-copyright: Likewise.
10872
10873 2009-09-09  Eric Blake  <ebb9@byu.net>
10874
10875         test-link: allow Linux choice of errno
10876         * tests/test-link.c (main): Relax test for alternate error.
10877
10878         strndup: fix improper m4 caching
10879         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
10880         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
10881         (gl_PREREQ_STRNDUP): Delete.
10882         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
10883         * modules/string (Makefile.am): Substitute it.
10884         * lib/string.in.h (strndup): Modernize prototype.
10885
10886         getcwd: port to mingw
10887         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
10888         different from the POSIX assumptions made throughout the getcwd
10889         module; fortunately, the mingw getcwd does not need replacement.
10890         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
10891         * modules/getcwd-tests: New test.
10892         * tests/test-getcwd.c: Likewise.
10893
10894         link: fix platform bugs
10895         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
10896         * lib/link.c (link): Work around them.  Fix related mingw bug.
10897         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
10898         * modules/unistd (Makefile.am): Substitute it.
10899         * lib/unistd.in.h (link): Declare replacement.
10900         * doc/posix-functions/link.texi (link): Document this.
10901         * modules/link (Depends-on): Add strdup-posix, sys_stat.
10902
10903         test-link: consolidate into single C program, test more cases
10904         * tests/test-link.sh: Delete.
10905         * tests/test-link.c: Test more error conditions.  Exposes bugs on
10906         at least Cygwin and Solaris.
10907         * modules/link-tests (Files): Remove unused file.
10908         (Depends-on): Add errno, sys_stat.
10909         (Makefile.am): Simplify.
10910
10911 2009-09-08  Bruno Haible  <bruno@clisp.org>
10912
10913         Work around towlower, towupper bug on mingw.
10914         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
10915         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
10916         * doc/posix-functions/towlower.texi: Mention the mingw bug.
10917         * doc/posix-functions/towupper.texi: Likewise.
10918         Reported by Eric Blake.
10919
10920 2009-09-08  Jim Meyering  <meyering@redhat.com>
10921
10922         build: don't try to run autoheader if we don't use it
10923         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
10924         is not used in configure.ac.
10925
10926 2009-09-08  Eric Blake  <ebb9@byu.net>
10927
10928         euidaccess: fix compilation error
10929         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
10930
10931         rawmemchr: relax license
10932         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
10933         okay.
10934         Reported by Jim Meyering.
10935
10936         mkfifoat: new module
10937         * modules/mkfifoat: New file.
10938         * lib/mkfifoat.c: Likewise.
10939         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
10940         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10941         * modules/sys_stat (Makefile.am): Use them.
10942         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
10943         * MODULES.html.sh (File system functions): Mention module.
10944         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
10945         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
10946         * modules/mkfifoat-tests: New test.
10947         * tests/test-mkfifoat.c: Likewise.
10948
10949         strchrnul: relax license
10950         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
10951         okay.
10952         Reported by Jim Meyering.
10953
10954 2009-09-08  Eric Blake  <ebb9@byu.net>
10955
10956         fstatat: fix compilation on Solaris
10957         * lib/fstatat.c (includes): Add fcntl.h.
10958         Reported by Pádraig Brady.
10959
10960 2009-09-07  Eric Blake  <ebb9@byu.net>
10961
10962         rename: modernize replacement
10963         * modules/rename (Depends-on): Add stdio.
10964         (configure.ac): Declare witness.
10965         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
10966         stdio take care of replacement.
10967         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
10968         * modules/stdio (Makefile.am): Substitute them.
10969         * lib/stdio.in.h (rename): Declare replacement.
10970         * lib/rename.c (includes): Allow cross-compilation to non-windows
10971         machines.
10972         * doc/posix-functions/rename.texi (rename): Improve
10973         documentation.
10974
10975         stdio: sort witness names
10976         * modules/stdio (Makefile.am): Sort replacements.
10977         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
10978         * lib/stdio.in.h: Likewise.
10979
10980         getcwd: minor cleanups
10981         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
10982         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
10983
10984         openat: provide more convenience names
10985         * modules/faccessat (configure.ac): Add C witness.
10986         * lib/unistd.in.h (readlinkat): Fix typo.
10987         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
10988         convenience wrappers.
10989         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
10990         wrappers in syntax checks.
10991
10992 2009-09-06  Eric Blake  <ebb9@byu.net>
10993
10994         doc: fix comments in recent patches
10995         * lib/faccessat.c: Mention correct function.
10996         * lib/fchmodat.c: Likewise.
10997         * lib/fchownat.c: Likewise.
10998         * lib/symlinkat.c: Likewise.
10999         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
11000         constants.
11001
11002         faccessat, symlinkat: continue cleanup of previous patch
11003         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
11004         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
11005         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
11006         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
11007         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
11008         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
11009         set.
11010
11011 2009-09-06  Bruno Haible  <bruno@clisp.org>
11012
11013         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
11014         (fstatat): Declare if GNULIB_FSTATAT is set.
11015         (mkdirat): Declare if GNULIB_MKDIRAT is set.
11016         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
11017         (unlinkat): Declare if GNULIB_UNLINKAT is set.
11018         * modules/fcntl-h (Files): Remove m4/openat.m4.
11019         * modules/sys_stat (Files): Remove m4/openat.m4.
11020         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
11021         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
11022         * modules/unistd (Files): Remove m4/openat.m4.
11023         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
11024         GNULIB_OPENAT.
11025         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
11026         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
11027         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
11028         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
11029         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
11030         gl_OPENAT_DEFAULTS.
11031         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
11032         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
11033         Don't require gl_OPENAT_DEFAULTS.
11034         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
11035         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
11036         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
11037         (gl_OPENAT_DEFAULTS): Remove macro.
11038
11039 2009-09-06  Bruno Haible  <bruno@clisp.org>
11040
11041         * modules/openat (configure.ac): Remove unneeded witness.
11042
11043 2009-09-06  Bruno Haible  <bruno@clisp.org>
11044
11045         Set errno to ENOSYS when a function is entirely unsupported.
11046         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
11047         EOPNOTSUPP.
11048         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
11049         * modules/chown (Depends-on): Remove errno.
11050
11051 2009-09-06  Bruno Haible  <bruno@clisp.org>
11052
11053         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
11054
11055 2009-09-06  Bruno Haible  <bruno@clisp.org>
11056
11057         * lib/sys_stat.in.h: Fix preprocessor command indentation.
11058
11059 2009-09-06  Ben Pfaff  <blp@gnu.org>
11060             Bruno Haible  <bruno@clisp.org>
11061
11062         Work around a glibc bug in strtok_r.
11063         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
11064         Undefine if UNDEFINE_STRTOK_R is set.
11065         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
11066         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
11067         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
11068         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
11069         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
11070         UNDEFINE_STRTOK_R.
11071         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
11072
11073 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
11074
11075         exclude: minor fix
11076         * lib/exclude.c: Include wctype.h
11077
11078 2009-09-06  Akim Demaille  <demaille@gostai.com>
11079
11080         bootstrap: improve error message
11081         * build-aux/bootstrap (find_tool): Upon failure, report the list
11082         of candidates.
11083         Honor the initial value of the envvar.
11084
11085 2009-09-05  Eric Blake  <ebb9@byu.net>
11086
11087         symlinkat: new module
11088         * modules/symlinkat: New file.
11089         * lib/symlinkat.c: Likewise.
11090         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
11091         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
11092         * modules/unistd (Makefile.am): Use them.
11093         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
11094         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
11095         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
11096         * MODULES.html.sh (File system functions): Mention module.
11097         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
11098         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
11099         * modules/symlinkat-tests: New test.
11100         * tests/test-symlinkat.c: Likewise.
11101
11102         test-openat-safer: add more checks
11103         * tests/test-openat-safer.c (main): Check more code paths.
11104
11105 2009-09-05  Jim Meyering  <meyering@redhat.com>
11106
11107         syntax-check: detect unnecessary inclusion of openat.h
11108         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
11109
11110 2009-09-05  Bruno Haible  <bruno@clisp.org>
11111
11112         Support towlower, towupper.
11113         * doc/posix-functions/towlower.texi: Mention module wctype.
11114         * doc/posix-functions/towupper.texi: Likewise.
11115         * lib/wctype.in.h (towlower, towupper): New functions.
11116         * tests/test-wctype.c: Include stdio.h, stdlib.h.
11117         (ASSERT): New macro.
11118         (e): New variable.
11119         (main): Test also towlower, towupper. Test WEOF argument.
11120         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
11121
11122 2009-09-05  Bruno Haible  <bruno@clisp.org>
11123
11124         Fix conversion behaviour when the input is invalid.
11125         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
11126         mark occurring in first pass of indirect conversion.
11127         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
11128         input.
11129         Found by clang's static analyzer.
11130
11131 2009-09-05  Bruno Haible  <bruno@clisp.org>
11132
11133         * tests/test-striconveh.c (main): Test indirect conversion on platforms
11134         where direct conversion is possible.
11135
11136 2009-09-04  Eric Blake  <ebb9@byu.net>
11137
11138         openat: fail with ENOENT on empty name
11139         * lib/openat-proc.c (openat_proc_name): Special-case the empty
11140         buffer.
11141
11142         link-follow: fix logic bug in prior patch
11143         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
11144         reversed sense of yes and no in prior patch.  Avoid confusing
11145         compilation failure with desired semantics.
11146
11147         link-follow: accomodate mingw and cross-compilation
11148         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
11149         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
11150         cross-compilation results to -1, to make linkat easier to
11151         implement when cross-compiling.  Trivially support mingw.
11152         * modules/link-follow (configure.ac): Call new name.
11153         * NEWS: Mention this.
11154
11155 2009-09-03  Eric Blake  <ebb9@byu.net>
11156
11157         faccessat: compile replacement
11158         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
11159         needed.
11160
11161         fts: fix compilation error
11162         * lib/fts.c (includes): Re-add "openat.h", for
11163         openat_needs_fchdir.
11164
11165         faccessat: new module
11166         * modules/faccessat: New file.
11167         * lib/faccessat.c: Likewise.
11168         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
11169         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
11170         * modules/unistd (Makefile.am): Use it.
11171         * lib/unistd.in.h (faccessat): Declare it.
11172         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
11173         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
11174         * MODULES.html.sh (File system functions): Mention it.
11175         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
11176         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
11177
11178         euidaccess: prefer POSIX over non-standard implementation
11179         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
11180         * lib/euidaccess.c (euidaccess): Use it if available.
11181
11182         openat: make template easier to use
11183         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
11184         AT_FUNC_F2 to be undefined.
11185         (VALIDATE_FLAG): New macro; use it to reject bad flags.
11186         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
11187         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
11188         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
11189         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
11190         Likewise.
11191         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
11192         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
11193         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
11194         Likewise.
11195
11196         openat: declare in POSIX headers
11197         * NEWS: Mention this.
11198         * modules/openat (configure.ac): Declare witnesses.
11199         (Depends-on): Add fcntl-h, sys_stat, unistd.
11200         (Include): Mention correct headers.
11201         * modules/fcntl-h (Depends-on): Add link-warning.
11202         (Files): Add openat.m4.
11203         (Makefile.am): Substitute witnesses.
11204         * modules/sys_stat (Files, Makefile.am): Likewise.
11205         * modules/unistd (Files, Makefile.am): Likewise.
11206         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
11207         (gl_OPENAT_DEFAULTS): New macro.
11208         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
11209         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
11210         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
11211         (SYS_STAT_H): Remove unused variable.
11212         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
11213         * lib/fcntl--.h (includes): Remove unneeded header.
11214         * lib/openat-safer.c (includes): Likewise.
11215         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
11216         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
11217         appropriate headers.
11218         (__OPENAT_PREFIX): Delete.
11219         * lib/fcntl.in.h (openat): Provide declaration.
11220         (AT_FDCWD): Fix Solaris bug.
11221         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
11222         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
11223         * lib/fchmodat.c (includes):  Adjust to find declaration.
11224         * lib/fchownat.c (includes): Likewise.
11225         * lib/mkdirat.c (includes): Likewise.
11226         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
11227         still visible.
11228
11229 2009-09-02  Eric Blake  <ebb9@byu.net>
11230
11231         errno: use consistently
11232         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
11233         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
11234         * lib/canonicalize.c (ELOOP): Likewise.
11235         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
11236         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
11237         * lib/lchown.c (EOPNOTSUPP): Likewise.
11238         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
11239         * lib/savewd.c (ESTALE): Likewise.
11240         * lib/settime.c (ENOSYS): Likewise.
11241         * lib/utimens.c (ENOSYS): Likewise.
11242         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
11243         * lib/chdir-safer.c (ELOOP): Likewise.
11244         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
11245         * modules/c-stack (Depends-on): Add errno.
11246         * modules/canonicalize (Depends-on): Likewise.
11247         * modules/chdir-safer (Depends-on): Likewise.
11248         * modules/fdopendir (Depends-on): Likewise.
11249         * modules/inet_ntop (Depends-on): Likewise.
11250         * modules/inet_pton (Depends-on): Likewise.
11251         * modules/lchown (Depends-on): Likewise.
11252         * modules/openat (Depends-on): Likewise.
11253         * modules/savewd (Depends-on): Likewise.
11254         * modules/settime (Depends-on): Likewise.
11255         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
11256
11257         fts: avoid leaking fds
11258         * modules/fts (Depends-on): Add cloexec.
11259         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
11260         flag.
11261
11262         fts: make directory fds more robust
11263         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
11264         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
11265
11266         backupfile, chdir-long, fts, savedir: make safer
11267         * lib/backupfile.c (includes): Use "dirent--.h", since
11268         numbered_backup can write to stderr during readdir.
11269         * lib/savedir.c (includes): Likewise.
11270         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
11271         emulation can write to stderr on failure.
11272         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
11273         * lib/getcwd.c: Document why opendir_safer is unused.
11274         * lib/glob.c: Likewise.
11275         * lib/scandir.c: Likewise.
11276         * lib/openat-proc.c: Likewise, for open_safer.
11277         * modules/backupfile (Depends-on): Add dirent-safer.
11278         * modules/savedir (Depends-on): Likewise.
11279         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
11280         * modules/chdir-long (Depends-on): Add openat-safer.
11281
11282         openat-safer: new module
11283         * modules/openat-safer: New file.
11284         * lib/openat-safer.c: Likewise.
11285         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
11286         * lib/fcntl-safer.h (openat_safer): Declare.
11287         * lib/fcntl--.h (openat): Override.
11288         * MODULES.html.sh (File descriptor based I/O): Mention it.
11289         * lib/openat.h: Add double-inclusion guards.
11290         * lib/openat.c (includes): Only include "fcntl-safer.h", not
11291         "fcntl--.h", so we can implement openat.
11292         * modules/openat-safer-tests: New test.
11293         * tests/test-openat-safer.c: New file.
11294
11295         dirent-safer: new module
11296         * modules/dirent-safer: New file.
11297         * lib/dirent--.h: Likewise.
11298         * lib/dirent-safer.h: Likewise.
11299         * lib/opendir-safer.c: Likewise.
11300         * m4/dirent-safer.m4: Likewise.
11301         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
11302         * modules/dirent-safer-tests: New test.
11303         * tests/test-dirent-safer.c: New file.
11304         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
11305
11306         fdopendir: optimize on mingw
11307         * lib/unistd.in.h (_gl_directory_name): New prototype.
11308         * lib/fchdir.c (_gl_directory_name): Implement it.
11309         (fchdir): Use it to simplify implementation.
11310         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
11311         fchdir, when available, to avoid calling [f]chdir().
11312
11313         fdopendir: split into its own module
11314         * lib/openat.c (fdopendir): Move...
11315         * lib/fdopendir.c: ...into new file.
11316         * modules/fdopendir: New module.
11317         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
11318         * modules/openat (Depends-on): Add fdopendir.
11319         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
11320         fdopendir here.
11321         * modules/savedir (Depends-on): Only need fdopendir, not full
11322         openat.
11323         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
11324         * lib/openat.h (fdopendir): Drop prototype.
11325         * lib/dirent.in.h (fdopendir): Provide prototype.
11326         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
11327         * modules/dirent (Makefile.am): Substitute them.
11328         * MODULES.html.sh (File system functions): Mention it.
11329         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
11330         * modules/fdopendir-tests: New file.
11331         * tests/test-fdopendir.c: Likewise.
11332
11333         fchdir: use more consistent macro convention
11334         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
11335         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
11336         REPLACE_FCHDIR, rather than relying on config.h macros.
11337         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
11338         inside a single make-time REPLACE_FCHDIR block, rather than using
11339         the config.h FCHDIR_REPLACEMENT.
11340         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
11341         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
11342         Manage fstat replacement.
11343         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
11344         REPLACE_FCHDIR.
11345         * modules/sys_stat (Files): Add m4/unistd_h.m4.
11346         (Makefile.am): Substitute REPLACE_FCHDIR.
11347         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
11348         FCHDIR_REPLACEMENT.
11349         * lib/dup-safer.c (dup_safer): Likewise.
11350         * lib/dup2.c (rpl_dup2): Likewise.
11351         * lib/dup3.c (rpl_dup3): Likewise.
11352         * lib/open.c (rpl_open): Likewise.
11353
11354         fchdir: simplify error handling, and support dup3
11355         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
11356         stdbool, malloc-posix, realloc-posix.
11357         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
11358         (ensure_dirs_slot): Return false on allocation failure.
11359         (rpl_dup2): Delete.
11360         (_gl_register_dup): New function.
11361         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
11362         (_gl_register_fd): Close fd on allocation failure.
11363         * lib/fcntl.in.h (_gl_register_fd): Update signature.
11364         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
11365         prototype.
11366         (rpl_dup2_fchdir): Delete prototype.
11367         * lib/open.c (open): Update caller.
11368         * lib/dup2.c (dup2): Track fchdir metadata.
11369         * lib/dup3.c (dup3): Likewise.
11370         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
11371         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
11372
11373 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11374
11375         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
11376         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
11377         don't pass arguments to AC_OUTPUT.
11378
11379 2009-09-02  Bruno Haible  <bruno@clisp.org>
11380
11381         * modules/mkdtemp (License): Relicense under LGPLv2+.
11382         Reported by Paolo Bonzini.
11383
11384 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11385
11386         Replace uses of obsolete autoconf macros in Jim's modules.
11387         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
11388         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
11389         can evoke a warning from autoconf when run with -Wobsolete
11390         enabled.  They were declared obsolete for good reasons (see
11391         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
11392         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
11393         should not continue using the deprecated macros.
11394         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
11395         obsolete Autoconf macros with modern counterparts.
11396         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
11397         * m4/dos.m4 (gl_AC_DOS): Likewise.
11398         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
11399         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
11400         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
11401         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
11402         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
11403         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
11404         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
11405         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
11406         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
11407         Likewise.
11408         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
11409         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
11410         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
11411         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
11412         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
11413         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
11414
11415 2009-09-01  Eric Blake  <ebb9@byu.net>
11416
11417         fchdir: fix off-by-one bug in previous patch
11418         * lib/fchdir.c (rpl_fstat): Use correct bounds.
11419         (_gl_unregister_fd): Delete useless if.
11420
11421 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
11422
11423         maint.mk: sort the list of syntax-check rules
11424         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
11425         easier to get a sense of progress when the rules are run sequentially
11426         and take a long time.
11427
11428 2009-09-01  Simon Josefsson  <simon@josefsson.org>
11429
11430         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
11431         * modules/netinet_in: Likewise.
11432         * modules/sys_file: Likewise.
11433         * modules/sys_ioctl: Likewise.
11434         * modules/sys_select: Likewise.
11435         * modules/sys_socket: Likewise.
11436         * modules/sys_stat: Likewise.
11437         * modules/sys_time: Likewise.
11438         * modules/sys_times: Likewise.
11439         * modules/sys_utsname: Likewise.
11440         * modules/sys_wait: Likewise.
11441
11442 2009-09-01  Jim Meyering  <meyering@redhat.com>
11443
11444         fts: help ensure that return values are not ignored
11445         * lib/fts_.h (__GNUC_PREREQ): Define.
11446         (__attribute_warn_unused_result__): Define.
11447         (fts_children, fts_close, fts_open, fts_read): Declare with
11448         __attribute_warn_unused_result__.
11449
11450         fts: fts_close now fails also when closing a dir file descriptor fails
11451         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
11452         and propagate to caller, along with errno.
11453
11454         announce-gen: correct formatting in --help output
11455         * build-aux/announce-gen (usage): Move the one-line description in
11456         --help output "up", to where it belongs, just after Usage:.
11457
11458 2009-08-31  Eric Blake  <ebb9@byu.net>
11459
11460         fchdir: port to mingw
11461         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
11462         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
11463         opened, then use a substitute.
11464         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
11465         replacement.
11466         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
11467         (_gl_register_fd): No need to check stat if open already filters
11468         all directories.
11469         (fchdir): Fix error condition to match POSIX.
11470         * modules/fchdir (Depends-on): Add sys_stat.
11471         * doc/posix-functions/open.texi (open): Document the limitation.
11472         * modules/fchdir-tests: New file.
11473         * tests/test-fchdir.c: Likewise.
11474
11475         canonicalize: allow cross-testing from cygwin to mingw
11476         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
11477         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
11478         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
11479         Likewise.
11480         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
11481         target does not support symlinks.
11482         * tests/test-canonicalize-lgpl.sh: Likewise.
11483
11484         chown: avoid compilation warning on mingw
11485         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
11486         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
11487         mingw.
11488         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
11489         * modules/chown (Depends-on): Add errno.
11490
11491 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
11492
11493         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
11494         command.
11495
11496 2009-08-31  Jim Meyering  <meyering@redhat.com>
11497
11498         canonicalize: remove useless initialization
11499         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
11500         initialization of local, "end".
11501
11502 2009-08-30  Bruno Haible  <bruno@clisp.org>
11503
11504         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
11505         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
11506         ENOSYS.
11507
11508 2009-08-30  Bruno Haible  <bruno@clisp.org>
11509
11510         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
11511         /usr/xpg4/bin/tr when it exists.
11512         * tests/test-pipe-filter-gi1.sh: Likewise.
11513
11514 2009-08-30  Bruno Haible  <bruno@clisp.org>
11515
11516         Work around deficient /usr/bin/id program on Solaris.
11517         * tests/test-file-has-acl.sh (ID): New variable.
11518         * tests/test-set-mode-acl.sh (ID): Likewise.
11519         * tests/test-copy-acl.sh (ID): Likewise.
11520         * tests/test-copy-file.sh (ID): Likewise.
11521
11522 2009-08-30  Bruno Haible  <bruno@clisp.org>
11523
11524         New module 'xstriconveh'.
11525         * lib/xstriconveh.h: New file.
11526         * lib/xstriconveh.c: New file.
11527         * modules/xstriconveh: New file.
11528
11529 2009-08-30  Bruno Haible  <bruno@clisp.org>
11530
11531         Make it easier to use mem_cd_iconveh.
11532         * lib/striconveh.h (iconveh_t): New type.
11533         (iconveh_open, iconveh_close): New declarations.
11534         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
11535         with a single 'const iconveh_t *' argument.
11536         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
11537         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
11538         with a single 'const iconveh_t *' argument.
11539         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
11540         * tests/test-striconveh.c (main): Update.
11541         * NEWS: Mention the change.
11542
11543 2009-08-30  Bruno Haible  <bruno@clisp.org>
11544
11545         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
11546         problem.
11547
11548 2009-08-30  Bruno Haible  <bruno@clisp.org>
11549
11550         Work around iconv_open problem on Solaris.
11551         * lib/iconv_open-solaris.gperf: New file.
11552         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
11553         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
11554         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
11555         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
11556         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
11557         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
11558
11559 2009-08-29  Jim Meyering  <meyering@redhat.com>
11560
11561         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
11562         * top/maint.mk (cvs-check): Remove target; it was just an alias
11563         to the better-named vc-diff-check.
11564         (maintainer-distcheck): Remove rule.  It was used only from
11565         the (alpha/beta/major) target, and all of its commands but one
11566         were coreutils-specific.
11567         (vc-dist): Remove rule.
11568         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
11569         Run vc-diff-check, not vc-dist.
11570         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
11571
11572 2009-08-27  Bruno Haible  <bruno@clisp.org>
11573
11574         * tests/test-bitrotate.c (main): Remove test that uses a shift count
11575         of 0.
11576
11577 2009-08-27  Bruno Haible  <bruno@clisp.org>
11578
11579         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
11580         compilers.
11581         * doc/func.texi: Document the SunPRO C bug.
11582
11583 2009-08-27  Bruno Haible  <bruno@clisp.org>
11584
11585         Fix link error on Solaris.
11586         * tests/test-parse-duration.c (xstrdup): Remove function.
11587
11588 2009-08-26  Pádraig Brady  <P@draigbrady.com>
11589
11590         ignore-value: handle pointer types, too
11591         * lib/ignore-value.h (__attribute__): Remove definition.
11592         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
11593         of a more concise and more-often effective "(void) i" statement.
11594         (ignore_ptr): New function to suppress warnings from functions that
11595         return pointers, and to make it explicit that one function doesn't
11596         handle all cases.
11597
11598 2009-08-25  Bruno Haible  <bruno@clisp.org>
11599
11600         dup2: work around a Linux bug.
11601         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
11602         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
11603         * doc/posix-functions/dup2.texi: Mention the Linux bug.
11604         Reported by Simon Josefsson.
11605
11606 2009-08-25  Jim Meyering  <meyering@redhat.com>
11607
11608         libguestfs uses gnulib
11609         * users.txt: Add libguestfs.
11610
11611 2009-08-24  Eric Blake  <ebb9@byu.net>
11612
11613         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
11614         * lib/pipe2.c (includes): Add binary-io.h.
11615         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
11616
11617 2009-08-24  Bruno Haible  <bruno@clisp.org>
11618
11619         Tolerate declared but missing accept4 syscall.
11620         * lib/accept4.c (accept4): Invoke original accept4 function first, if
11621         available.
11622         * lib/sys_socket.in.h (accept4): If the function is already present,
11623         override it.
11624         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
11625         * modules/accept4 (Makefile.am): Compile accept4.c always.
11626         Reported by Paolo Bonzini and Eric Blake.
11627
11628 2009-08-23  Bruno Haible  <bruno@clisp.org>
11629
11630         New module 'accept4'.
11631         * lib/sys_socket.in.h (accept4): New declaration.
11632         * lib/accept4.c: New file.
11633         * m4/accept4.m4: New file.
11634         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
11635         GNULIB_ACCEPT4, HAVE_ACCEPT4.
11636         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
11637         HAVE_ACCEPT4.
11638         * modules/accept4: New file.
11639         * doc/glibc-functions/accept4.texi: Mention the new module.
11640
11641 2009-08-24  Jim Meyering  <meyering@redhat.com>
11642
11643         progname: also set global program_invocation_name, when possible
11644         Before this change, a libtool-enabled program that calls glibc's
11645         error function would report the program name as
11646         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
11647         * modules/progname (configure.ac): Check for a declaration of
11648         program_invocation_name.
11649         * lib/progname.c:  Include <errno.h>.
11650         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
11651         Set program_invocation_name.
11652
11653 2009-08-23  Bruno Haible  <bruno@clisp.org>
11654
11655         * lib/dup3.c: Include <string.h>.
11656
11657 2009-08-23  Bruno Haible  <bruno@clisp.org>
11658
11659         * lib/dup3.c (dup3): Test only once whether the system actually exists.
11660         * lib/pipe2.c (pipe2): Likewise.
11661         Suggested by Eric Blake.
11662
11663 2009-08-23  Bruno Haible  <bruno@clisp.org>
11664
11665         Tolerate declared but missing dup3 syscall.
11666         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
11667         * lib/unistd.in.h (dup3): If the function is already present,
11668         override it.
11669         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
11670         * modules/dup3 (Makefile.am): Compile dup3.c always.
11671         Reported by Paolo Bonzini.
11672
11673 2009-08-23  Bruno Haible  <bruno@clisp.org>
11674
11675         Tolerate declared but missing pipe2 syscall.
11676         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
11677         available.
11678         * lib/unistd.in.h (pipe2): If the function is already present,
11679         override it.
11680         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
11681         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
11682         Reported by Paolo Bonzini.
11683
11684 2009-08-23  Bruno Haible  <bruno@clisp.org>
11685
11686         * lib/pipe2.c (pipe2): Move #ifs inside function.
11687
11688 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11689
11690         quotearg: document limitations of quote_these_too
11691         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
11692         those limitations are created.
11693         * lib/quotearg.h (set_char_quoting): Document that digits and
11694         letters that are special after backslash are not permitted.
11695         (quotearg_char): Cross-reference set_char_quoting documentation.
11696
11697 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
11698
11699         quotearg: implement custom_quoting_style
11700         * lib/quotearg.c: (struct quoting_options): Add left_quote and
11701         right_quote fields.
11702         (set_custom_quoting): New public function.
11703         (quotearg_buffer_restyled): Add left_quote and right_quote
11704         arguments, handle them very much like locale quoting, and update
11705         all uses.
11706         (quotearg_n_custom): New public function.
11707         (quotearg_n_custom_mem): New public function.
11708         (quotearg_custom): New public function.
11709         (quotearg_custom_mem): New public function.
11710         * lib/quotearg.h: Prototype and document new public functions.
11711         (enum quoting_style): For escape_quoting_style and
11712         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
11713         ignored even though they're otherwise like c_quoting_style.
11714         Add custom_quoting_style member and document with comparison to
11715         clocale_quoting_style.
11716         * tests/test-quotearg.c (custom_quotes): New array.
11717         (custom_results): New array.
11718         (main): Extend to test custom quoting.
11719
11720 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11721
11722         quotearg: fix right quote escaping when it's in quote_these_too
11723         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
11724         quote, be sure to prepend only one backslash.
11725         * tests/test-quotearg.c (use_quote_double_quotes): New function.
11726         (main): Test it.
11727
11728 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11729
11730         quotearg-tests: test escaping of embedded locale quotes
11731         * tests/test-quotearg.c (struct result_strings): Add member for
11732         new input.
11733         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
11734         (inputs): Add new input.
11735         (results_g): Add expected results.
11736         (flag_results): Likewise.
11737         (locale_results): Likewise.
11738         (compare_strings): Check those.
11739
11740 2009-08-23  Bruno Haible  <bruno@clisp.org>
11741
11742         Tests for module 'dup3'.
11743         * modules/dup3-tests: New file.
11744         * tests/test-dup3.c: New file.
11745
11746         New module 'dup3'.
11747         * lib/unistd.in.h (dup3): New declaration.
11748         * lib/dup3.c: New file.
11749         * m4/dup3.m4: New file.
11750         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
11751         HAVE_DUP3.
11752         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
11753         * modules/dup3: New file.
11754         * doc/glibc-functions/dup3.texi: Mention the new module.
11755
11756 2009-08-23  Bruno Haible  <bruno@clisp.org>
11757
11758         Tweak the dup2 test.
11759         * tests/test-dup2.c (main): Create the test file empty. Verify that an
11760         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
11761         the test file is still empty. Fix argument order of lseek.
11762
11763 2009-08-23  Bruno Haible  <bruno@clisp.org>
11764
11765         Avoid test link errors when the modules getopt-gnu, gettext are used.
11766         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
11767         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11768
11769 2009-08-23  Bruno Haible  <bruno@clisp.org>
11770
11771         Fix getdtablesize() on mingw.
11772         * lib/getdtablesize.c (getdtablesize): Implement differently.
11773         * lib/unistd.in.h (getdtablesize): Improve comment.
11774
11775 2009-08-23  Bruno Haible  <bruno@clisp.org>
11776
11777         New module 'mkostemp'.
11778         Based on Ulrich Drepper's 2007-08-10 change in glibc.
11779         * lib/stdlib.in.h (mksotemp): New declaration.
11780         * lib/mkostemp.c: New file, from glibc with modifications.
11781         * lib/tempname.h (GT_FILE): Remove outdated comment.
11782         (gen_tempname): Add flags argument.
11783         * lib/tempname.c (__GT_BIGFILE): Remove macro.
11784         (__GT_FILE): Map to 1.
11785         (small_open, large_open): Remove macros.
11786         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
11787         * lib/mkstemp.c (mkstemp): Update.
11788         * lib/mkdtemp.c (mkdtemp): Likewise.
11789         * m4/mkostemp.m4: New file.
11790         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
11791         HAVE_MKOSTEMP.
11792         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
11793         HAVE_MKOSTEMP.
11794         * modules/mkostemp: New file, based on modules/mkstemp.
11795         * doc/glibc-functions/mkostemp.texi: Mention the new module.
11796         * NEWS: Mention the change.
11797
11798 2009-08-23  Bruno Haible  <bruno@clisp.org>
11799
11800         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
11801         Reported by Eric Blake.
11802
11803 2009-08-23  Bruno Haible  <bruno@clisp.org>
11804
11805         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
11806         Reported by Eric Blake.
11807
11808 2009-08-23  Bruno Haible  <bruno@clisp.org>
11809
11810         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
11811         * modules/pipe2 (Depends-on): Likewise.
11812
11813 2009-08-23  Eric Blake  <ebb9@byu.net>
11814
11815         fcntl-h: add O_TTY_INIT support
11816         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
11817         * tests/test-fcntl-h.c (o): Test it.
11818         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
11819
11820         fcntl-h: rename from fcntl, in preparation for fcntl(2)
11821         * modules/fcntl: Move <fcntl.h> header replacement...
11822         * modules/fcntl-h: ...to new name, so as not to collide with
11823         like-named function.
11824         * tests/test-fcntl.c: Rename...
11825         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
11826         * modules/fcntl-tests: Rename...
11827         * modules/fcntl-h-tests: ...to this.  Update test file name.
11828         * modules/chdir-long (Depends-on): Update clients.
11829         * modules/chdir-safer (Depends-on): Likewise.
11830         * modules/fcntl-safer (Depends-on): Likewise.
11831         * modules/fts (Depends-on): Likewise.
11832         * modules/mkancesdirs (Depends-on): Likewise.
11833         * modules/mkdir-p (Depends-on): Likewise.
11834         * modules/open (Depends-on): Likewise.
11835         * modules/savewd (Depends-on): Likewise.
11836         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
11837         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
11838
11839 2009-08-22  Bruno Haible  <bruno@clisp.org>
11840
11841         * modules/binary-io (License): Relicense under LGPL.
11842         * modules/pipe2 (License): Likewise.
11843
11844 2009-08-22  Bruno Haible  <bruno@clisp.org>
11845
11846         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
11847         return value.
11848         * lib/pipe-filter-gi.c (filter_init): Likewise.
11849         Reported by Eric Blake.
11850
11851 2009-08-22  Bruno Haible  <bruno@clisp.org>
11852
11853         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
11854         * modules/pipe (Depends-on): Add pipe2.
11855
11856 2009-08-22  Bruno Haible  <bruno@clisp.org>
11857
11858         Tests for module 'pipe2'.
11859         * modules/pipe2-tests: New file.
11860         * tests/test-pipe2.c: New file.
11861
11862         New module 'pipe2'.
11863         * lib/unistd.in.h (pipe2): New declaration.
11864         * lib/pipe2.c: New file.
11865         * m4/pipe2.m4: New file.
11866         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
11867         HAVE_PIPE2.
11868         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
11869         * modules/pipe2: New file.
11870         * doc/glibc-functions/pipe2.texi: Mention the new module.
11871
11872 2009-08-22  Bruno Haible  <bruno@clisp.org>
11873
11874         Reference some new glibc functions.
11875         * doc/glibc-functions/accept4.texi: New file.
11876         * doc/glibc-functions/dup3.texi: New file.
11877         * doc/glibc-functions/mkostemp.texi: New file.
11878         * doc/glibc-functions/pipe2.texi: New file.
11879         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
11880         (Glibc sys/socket.h): Refer to accept4.
11881         (Glibc unistd.h): Refer to dup3, pipe2.
11882         Reported by Eric Blake.
11883
11884 2009-08-22  Jim Meyering  <meyering@redhat.com>
11885             Bruno Haible  <bruno@clisp.org>
11886
11887         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
11888         This makes it so packages using automake-1.11's silent-rules option
11889         can print e.g., a single "GEN    configmake.h" line, rather than
11890         the 30+ statements that perform the job.  If you want to see the
11891         actual commands, you can still run "make V=1".
11892         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
11893         so that make output is abbreviated when those variables are defined
11894         appropriately.
11895         * modules/argz: Likewise.
11896         * modules/arpa_inet: Likewise.
11897         * modules/byteswap: Likewise.
11898         * modules/configmake: Likewise.
11899         * modules/dirent: Likewise.
11900         * modules/errno: Likewise.
11901         * modules/fcntl: Likewise.
11902         * modules/float: Likewise.
11903         * modules/fnmatch: Likewise.
11904         * modules/getopt-posix: Likewise.
11905         * modules/glob: Likewise.
11906         * modules/iconv_open: Likewise.
11907         * modules/inttypes: Likewise.
11908         * modules/localcharset: Likewise.
11909         * modules/locale: Likewise.
11910         * modules/math: Likewise.
11911         * modules/netdb: Likewise.
11912         * modules/netinet_in: Likewise.
11913         * modules/poll: Likewise.
11914         * modules/posix_spawnp-tests: Likewise.
11915         * modules/sched: Likewise.
11916         * modules/search: Likewise.
11917         * modules/selinux-h: Likewise.
11918         * modules/signal: Likewise.
11919         * modules/spawn: Likewise.
11920         * modules/stdarg: Likewise.
11921         * modules/stdbool: Likewise.
11922         * modules/stddef: Likewise.
11923         * modules/stdint: Likewise.
11924         * modules/stdio: Likewise.
11925         * modules/stdlib: Likewise.
11926         * modules/string: Likewise.
11927         * modules/strings: Likewise.
11928         * modules/sys_file: Likewise.
11929         * modules/sys_ioctl: Likewise.
11930         * modules/sys_select: Likewise.
11931         * modules/sys_socket: Likewise.
11932         * modules/sys_stat: Likewise.
11933         * modules/sys_time: Likewise.
11934         * modules/sys_times: Likewise.
11935         * modules/sys_utsname: Likewise.
11936         * modules/sys_wait: Likewise.
11937         * modules/sysexits: Likewise.
11938         * modules/time: Likewise.
11939         * modules/unistd: Likewise.
11940         * modules/wchar: Likewise.
11941         * modules/wctype: Likewise.
11942
11943 2009-08-22  Jim Meyering  <meyering@redhat.com>
11944
11945         announce-gen: detect write failure
11946         * build-aux/announce-gen: Add Coda at end.
11947         Remove equivalent-but-more-verbose block at top.
11948
11949 2009-08-19  Akim Demaille  <demaille@gostai.com>
11950
11951         bootstrap: --help to stdout.
11952         * bootstrap (usage): Don't send --help to stderr.
11953         Use a here doc instead of a long string.
11954
11955 2009-08-21  Eric Blake  <ebb9@byu.net>
11956
11957         test-popen-safer: split from test-popen
11958         * tests/test-popen.c (main): Move...
11959         * tests/test-popen.h: ...into new file.
11960         * tests/test-popen-safer2.c: New file.
11961         * modules/popen-tests (Files): Add test-popen.h.
11962         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
11963         Suggested by Bruno Haible.
11964
11965         test-fcntl-safer: split from test-open
11966         * tests/test-open.c (main): Move...
11967         * tests/test-open.h: ...into new file.
11968         * tests/test-fcntl-safer.c: New file.
11969         * modules/open-tests (Files): Add test-open.h.
11970         * modules/fcntl-safer-tests: New file.
11971         Suggested by Bruno Haible.
11972
11973         test-fopen-safer: split from test-fopen
11974         * tests/test-fopen.c (main): Move...
11975         * tests/test-fopen.h: ...into new file.
11976         * tests/test-fopen-safer.c: New file.
11977         * modules/fopen-tests (Files): Add test-fopen.h.
11978         * modules/fopen-safer-tests: New file.
11979         Suggested by Bruno Haible.
11980
11981 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
11982
11983         popen-safer: test O_CLOEXEC at run-time.
11984         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
11985
11986 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
11987
11988         fcntl: move more flags to the header
11989         * lib/cloexec.c: Do not define FD_CLOEXEC here.
11990         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
11991         * lib/fcntl.in.h: Do both things here.
11992
11993 2009-08-21  Jim Meyering  <meyering@redhat.com>
11994
11995         consistently remove $@-t before redirecting to it
11996         * modules/argz: Remove $@-t and $@ before redirecting to the former.
11997         * modules/alloca-opt: Likewise.
11998         * modules/byteswap: Likewise.
11999         * modules/fnmatch: Likewise.
12000         * modules/getopt-posix: Likewise.
12001         * modules/glob: Likewise.
12002         * modules/poll: Likewise.
12003         * modules/posix_spawnp-tests: Likewise.
12004         * modules/sys_socket: Likewise.
12005         * modules/sysexits: Likewise.
12006
12007 2009-08-21  Eric Blake  <ebb9@byu.net>
12008
12009         popen: simplify access to original popen
12010         * lib/popen.c (rpl_popen): No need to worry about popen being a
12011         macro.
12012         Reported by Bruno Haible.
12013
12014 2009-08-20  Eric Blake  <ebb9@byu.net>
12015
12016         build: avoid some compiler warnings
12017         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
12018         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
12019         type.
12020         (new_exclude_segment, excluded_file_pattern_p)
12021         (excluded_file_name_p): Reduce scope.
12022         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
12023         old-style declaration.
12024
12025 2009-08-20  Simon Josefsson  <simon@josefsson.org>
12026
12027         * tests/test-exclude1.sh: Handle Windows EOL.
12028         * tests/test-exclude2.sh: Likewise.
12029         * tests/test-exclude3.sh: Likewise.
12030         * tests/test-exclude4.sh: Likewise.
12031         * tests/test-exclude5.sh: Likewise.
12032         * tests/test-exclude6.sh: Likewise.
12033         * tests/test-exclude7.sh: Likewise.
12034
12035 2009-08-19  Akim Demaille  <demaille@gostai.com>
12036
12037         bootstrap: find sha1sum when named gsha1sum.
12038         * bootstrap (find_tool): New.
12039         ($SHA1SUM): New.
12040         Use it.
12041
12042 2009-08-20  Jim Meyering  <meyering@redhat.com>
12043
12044         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
12045         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
12046         expression that converts "." in a file name to "\." in the resulting
12047         regexp.  Start with a dummy statement, so that prior shell variable
12048         definitions are expanded portably.  Reported by Simon Josefsson.
12049
12050 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
12051
12052         Fix polling for writeability of a screen buffer.
12053         * lib/poll.c: Distinguish input and screen buffers for the
12054         Win32 implementation.
12055         * lib/select.c: Likewise.
12056
12057 2009-08-19  Eric Blake  <ebb9@byu.net>
12058
12059         popen-safer: prevent popen from clobbering std descriptors
12060         * modules/popen-safer: New file.
12061         * lib/popen-safer.c: Likewise.
12062         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
12063         * lib/stdio--.h (popen): Provide override.
12064         * lib/stdio-safer.h (popen_safer): Provide declaration.
12065         * tests/test-popen.c (includes): Partially test this.
12066         * modules/popen-safer-tests: New file, for more tests.
12067         * tests/test-popen-safer.c: Likewise.
12068         * MODULES.html.sh (file stream based Input/Output): Mention it.
12069
12070         tests: test some of the *-safer modules
12071         * modules/fopen-safer (Depends-on): Add fopen.
12072         * modules/fcntl-safer (Depends-on): Add fcntl.
12073         * modules/stdlib-safer (Depends-on): Add stdlib.
12074         (configure.ac): Set indicator.
12075         * modules/unistd-safer (configure.ac): Likewise.
12076         * modules/tmpfile-safer (configure.ac): Likewise.
12077         (Depends-on): Add tmpfile.
12078         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
12079         active.
12080         * tests/test-fopen.c (includes): Test safer versions when they are
12081         in use.
12082         * tests/test-open.c (includes): Likewise.
12083
12084         popen: fix cygwin 1.5 bug when stdin closed
12085         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
12086         * modules/popen: New file.
12087         * modules/popen-tests: Likewise.
12088         * tests/test-popen.c: Likewise.
12089         * m4/popen.m4: Likewise.
12090         * lib/popen.c: Likewise.
12091         * lib/stdio.in.h (popen): New declaration.
12092         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
12093         * modules/stdio (Makefile.am): Likewise.
12094         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
12095
12096 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
12097
12098         maint.mk: give full control over update-copyright exclusions
12099         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
12100         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
12101         (update-copyright): Don't force inclusion of top-level
12102         ChangeLog.  Don't force exclusion of all COPYING files, but make
12103         them the default exclusion instead.
12104
12105 2009-08-16  Bruno Haible  <bruno@clisp.org>
12106
12107         Fix test failures on Solaris 10.
12108         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
12109         tests when Solaris iconv() is used.
12110         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
12111         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
12112         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
12113         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
12114         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
12115
12116 2009-08-16  Bruno Haible  <bruno@clisp.org>
12117
12118         Fix test failures on Solaris 10.
12119         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
12120         'tr' program and pass it as first argument.
12121         * tests/test-pipe-filter-gi1.sh: Likewise.
12122         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
12123         program as first argument.
12124         * tests/test-pipe-filter-gi1.c (main): Likewise.
12125
12126 2009-08-16  Eric Blake  <ebb9@byu.net>
12127
12128         fpurge: fix previous commits
12129         * modules/fpurge (Makefile.am): Make replacement conditional,
12130         partially reverting 2007-04-29 change; missed in previous
12131         attempt.
12132         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
12133         is missing.
12134
12135 2009-08-16  Bruno Haible  <bruno@clisp.org>
12136
12137         Clarify fpurge's effect on the file position.
12138         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
12139         * tests/test-fpurge.c (main): Make a second pass for checking the file
12140         position.
12141
12142 2009-08-16  Bruno Haible  <bruno@clisp.org>
12143
12144         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
12145         declaration of fpurge is missing.
12146         * tests/test-fpurge.c (main): Check that the file has not more contents
12147         than expected. Close the file before removing it.
12148
12149 2009-08-15  Eric Blake  <ebb9@byu.net>
12150
12151         fpurge: don't wrap working cygwin implementation
12152         * lib/fpurge.c (fpurge): Fix comment typo.
12153         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
12154         1.7 to avoid replacement.
12155         * tests/test-fpurge.c (main): Enhance test.
12156
12157 2009-08-15  Eric Blake  <ebb9@byu.net>
12158         and Jim Meyering  <meyering@redhat.com>
12159
12160         test-update-copyright: skip if perl is insufficient
12161         * tests/test-update-copyright.sh: Failure to run maintainer tool
12162         should not cause testsuite failure on cygwin 1.5.
12163
12164 2009-08-14  Eric Blake  <ebb9@byu.net>
12165
12166         doc: mention more functions added in cygwin 1.7.0
12167         * doc/posix-headers/limits.texi (limits.h): Update for recent
12168         cygwin additions.
12169         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
12170         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
12171         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
12172         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
12173         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
12174
12175 2009-08-14  Eric Blake  <ebb9@byu.net>
12176
12177         maint.mk: simplify update-copyright rule
12178         * top/maint.mk (update-copyright-local): Delete, and document how
12179         to do it in cfg.mk instead.
12180         (update-copyright-exclude-regexp): Delete, and document how to do
12181         it in .x-update-copyright instead.
12182         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
12183         exclude ChangeLog.
12184
12185 2009-08-14  Bruno Haible  <bruno@clisp.org>
12186
12187         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
12188
12189 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12190
12191         maint.mk: support update-copyright-env
12192         * top/maint.mk (update-copyright-env): Define place-holder.
12193         (update-copyright): Expand $(update-copyright-env) before
12194         invoking update-copyright.
12195
12196 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12197
12198         update-copyright: implement forced reformatting
12199         * build-aux/update-copyright: Implement and document
12200         UPDATE_COPYRIGHT_FORCE.
12201         * tests/test-update-copyright.sh: Test it.
12202
12203 2009-08-14  Eric Blake  <ebb9@byu.net>
12204         and Bruno Haible  <bruno@clisp.org>
12205
12206         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
12207         * tests/test-locale.c: Revert previous patch related to NULL.
12208         * tests/test-stdio.c: Likewise.
12209         * tests/test-stdlib.c: Likewise.
12210         * tests/test-string.c: Likewise.
12211         * tests/test-unistd.c: Likewise.
12212         * modules/time-tests (Depends-on): Add verify.
12213         * modules/wchar-tests (Depends-on): Likewise.
12214         * tests/test-time.c: Test for NULL compliance.
12215         * tests/test-wchar.c: Likewise.
12216         * modules/locale (Depends-on): Add stddef.
12217         * modules/stdio (Depends-on): Likewise.
12218         * modules/stdlib (Depends-on): Likewise.
12219         * modules/string (Depends-on): Likewise.
12220         * modules/time (Depends-on): Likewise.
12221         * modules/unistd (Depends-on): Likewise.
12222         * modules/wchar (Depends-on): Likewise.
12223         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
12224         * lib/stdlib.in.h (includes): Likewise.
12225         * lib/string.in.h (includes): Likewise.
12226         * lib/time.in.h (includes): Likewise.
12227         * lib/unistd.in.h (includes): Likewise.
12228         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
12229         replaced.
12230         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
12231         * m4/stddef_h.m4: New file.
12232         * modules/stddef: Likewise.
12233         * lib/stddef.in.h: Likewise.
12234         * modules/stddef-tests: Likewise.
12235         * tests/test-stddef.c: Likewise.
12236         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
12237         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
12238         * doc/posix-headers/locale.texi (locale.h): Likewise.
12239         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
12240         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
12241         * doc/posix-headers/string.texi (string.h): Likewise.
12242         * doc/posix-headers/time.texi (time.h): Likewise.
12243         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
12244         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
12245
12246 2009-08-14  Eric Blake  <ebb9@byu.net>
12247
12248         doc: improve git diff of texinfo files
12249         * .gitattributes: Add rule for *.texi files, with hint on how to
12250         use it.
12251         Copied from m4, and based on a report by Bruno Haible.
12252
12253 2009-08-14  Bruno Haible  <bruno@clisp.org>
12254
12255         Disable multithread support by default on Cygwin 1.5.x for real.
12256         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
12257
12258 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12259
12260         update-copyright: much ado about intervals
12261         * build-aux/update-copyright: Implement and document
12262         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
12263         of copyright year intervals.
12264         Also, document UPDATE_COPYRIGHT_YEAR.
12265         * tests/test-update-copyright.sh: Test it.
12266
12267         update-copyright: convert 2-digit to 4-digit years
12268         * build-aux/update-copyright: Implement and document.
12269         * tests/test-update-copyright.sh: Update.
12270
12271 2009-08-14  Jim Meyering  <meyering@redhat.com>
12272
12273         test-exclude: avoid coreutils "make check" failure
12274         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
12275         just as in test-argmatch.c.
12276
12277 2009-08-13  Eric Blake  <ebb9@byu.net>
12278
12279         test-dup2: fix bad assumption
12280         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
12281         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
12282
12283         test-version-etc: fix CRLF portability issue
12284         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
12285         recognize \r.
12286         * tests/test-argp-version-etc-1.sh: Likewise.
12287
12288         getopt: update client modules
12289         * modules/argp (Depends-on): Use getopt-gnu.
12290         * modules/git-merge-changelog (Depends-on): Likewise.
12291         * modules/long-options (Depends-on): Likewise.
12292         * modules/xstrtol (Depends-on): Likewise.
12293
12294 2009-08-13  Simon Josefsson  <simon@josefsson.org>
12295
12296         * tests/test-version-etc.sh: Don't fail on different
12297         project/version.  Don't fail on CRLF differences.  Rewrite to use
12298         multiple -e instead of multiple sed forks, suggested by Eric Blake
12299         <ebb9@byu.net>.
12300         * tests/test-argp-version-etc-1.sh: Likewise.
12301
12302 2009-08-13  Simon Josefsson  <simon@josefsson.org>
12303
12304         * tests/test-version-etc.sh: Don't fail on different
12305         project/version.
12306
12307 2009-08-12  Bruno Haible  <bruno@clisp.org>
12308
12309         Tests for modules 'getopt-posix', 'getopt-gnu'.
12310         * modules/getopt-posix-tests: New file.
12311         * tests/test-getopt.c: New file.
12312         * tests/test-getopt.h: New file.
12313         * tests/test-getopt_long.h: New file.
12314
12315         New modules 'getopt-posix', 'getopt-gnu'.
12316         * modules/getopt-gnu: New file, renamed from modules/getopt.
12317         * modules/getopt-posix: New file.
12318         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
12319         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
12320         (gl_GETOPT): Remove macro.
12321         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
12322         Disable the test against BSD systems that declare optreset. Test
12323         against mingw bug. Test against lack of support of optional arguments
12324         on many platforms.
12325         * doc/glibc-headers/getopt.texi: Update module name and list of
12326         relevant platforms.
12327         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
12328         'getopt-gnu' and more portability problems.
12329         * NEWS: Mention the changes.
12330
12331 2009-08-12  Bruno Haible  <bruno@clisp.org>
12332
12333         Ensure that optarg etc. get declared by <unistd.h>.
12334         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
12335         AC_USE_SYSTEM_EXTENSIONS.
12336         * modules/getopt (Depends-on): Add 'extensions'.
12337
12338 2009-08-12  Bruno Haible  <bruno@clisp.org>
12339
12340         Avoid test link errors.
12341         * modules/pipe-filter-ii-tests (Makefile.am): Define
12342         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
12343         * modules/pipe-filter-gi-tests (Makefile.am): Define
12344         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
12345         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12346
12347 2009-08-12  Bruno Haible  <bruno@clisp.org>
12348
12349         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
12350         gl_GETOPT_SUBSTITUTE before.
12351         (gl_GETOPT): Use it.
12352         * m4/argp.m4 (gl_ARGP): Update.
12353         Reported by Sergey Poznyakoff.
12354
12355         * m4/getopt.m4: Reorder macros.
12356         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
12357         (gl_GETOPT_SUBSTITUTE): Remove macro.
12358
12359 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
12360
12361         Minor improvement in gitlog-to-changelog
12362
12363         * build-aux/gitlog-to-changelog: New option `--format' makes
12364         output format string configurable.
12365
12366 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
12367
12368         Optimize exclude: use hash tables for non-wildcard patterns.
12369
12370         * lib/exclude.c: Include hash.h and mbuiter.h
12371         (struct exclude_pattern, exclude_segment): New data types.
12372         (struct exclude): Rewrite.
12373         (fnmatch_pattern_has_wildcards): New function.
12374         (new_exclude_segment, free_exclude_segment): New functions.
12375         (excluded_file_pattern_p, excluded_file_name_p): New functions.
12376         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
12377         * lib/exclude.h (is_fnmatch_pattern): New prototype.
12378         * modules/exclude: Depend on hash and mbuiter.
12379
12380         * modules/exclude-tests: New file.
12381         * tests/test-exclude.c: New file.
12382         * tests/test-exclude1.sh: New file.
12383         * tests/test-exclude2.sh: New file.
12384         * tests/test-exclude3.sh: New file.
12385         * tests/test-exclude4.sh: New file.
12386         * tests/test-exclude5.sh: New file.
12387         * tests/test-exclude6.sh: New file.
12388         * tests/test-exclude7.sh: New file.
12389
12390 2009-08-12  Bruno Haible  <bruno@clisp.org>
12391
12392         Ensure that getopt() gets declared by <unistd.h>.
12393         * lib/unistd.in.h: Conditionally include getopt.h.
12394         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
12395         Set GNULIB_UNISTD_H_GETOPT.
12396         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
12397         GNULIB_UNISTD_H_GETOPT.
12398         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
12399
12400 2009-08-12  Bruno Haible  <bruno@clisp.org>
12401
12402         Clarify logic.
12403         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
12404         gl_replace_getopt instead of GETOPT_H.
12405
12406 2009-08-12  Bruno Haible  <bruno@clisp.org>
12407
12408         * m4/getopt.m4: Add comments.
12409
12410 2009-08-12  Bruno Haible  <bruno@clisp.org>
12411
12412         Disable multithread support by default on Cygwin 1.5.x.
12413         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
12414         set gl_use_threads=no if not specified otherwise.
12415
12416 2009-08-11  Bruno Haible  <bruno@clisp.org>
12417
12418         Avoid compilation error on NetBSD 5.0.
12419         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
12420         * tests/test-stdio.c: Likewise.
12421         * tests/test-stdlib.c: Likewise.
12422         * tests/test-string.c: Likewise.
12423         * tests/test-unistd.c: Likewise.
12424         Reported by Greg Troxel <gdt@ir.bbn.com>
12425         at <https://savannah.gnu.org/support/?106973>.
12426
12427 2009-08-11  Bruno Haible  <bruno@clisp.org>
12428
12429         * modules/dup2-tests (Depends-on): Remove close.
12430
12431         Undo 2009-07-19 commit.
12432         * modules/acl-tests (Depends-on): Remove close.
12433         * modules/binary-io-tests (Depends-on): Likewise.
12434         * modules/closein-tests (Depends-on): Likewise.
12435         * modules/flock-tests (Depends-on): Likewise.
12436         * modules/fsync-tests (Depends-on): Likewise.
12437         * modules/lseek-tests (Depends-on): Likewise.
12438         * modules/pipe-tests (Depends-on): Likewise.
12439         * modules/posix_spawn-tests (Depends-on): Likewise.
12440         * modules/posix_spawnp-tests (Depends-on): Likewise.
12441         * modules/stat-time-tests (Depends-on): Likewise.
12442         * modules/yesno-tests (Depends-on): Likewise.
12443
12444 2009-08-10  Bruno Haible  <bruno@clisp.org>
12445
12446         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
12447
12448 2009-08-10  Bruno Haible  <bruno@clisp.org>
12449
12450         Fix a gcc warning.
12451         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
12452
12453 2009-08-10  Bruno Haible  <bruno@clisp.org>
12454
12455         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
12456         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
12457         not only the first time.
12458         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
12459         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
12460         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
12461         is 1, not only the the first time.
12462
12463 2009-08-10  Bruno Haible  <bruno@clisp.org>
12464
12465         Make it possible to use module 'gethostname' without module 'close'.
12466         * lib/unistd.in.h (close): Evoke a link error only if
12467         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
12468         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
12469         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12470         * modules/unistd (Makefile.am): Substitute
12471         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12472         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
12473         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
12474         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
12475         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12476         * modules/sys_ioctl (Makefile.am): Substitute
12477         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12478         * modules/socket (configure.ac): On native Windows, set
12479         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
12480         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12481         Reported by Sam Steingold <sds@gnu.org>.
12482
12483 2009-08-10  Bruno Haible  <bruno@clisp.org>
12484
12485         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
12486         * modules/ioctl (configure.ac): Likewise.
12487
12488 2009-08-10  Bruno Haible  <bruno@clisp.org>
12489
12490         Avoid collision between gnulib wrapper and libintl wrapper.
12491         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
12492         already defined in intl/printf.c.
12493         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
12494         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
12495
12496 2009-08-09  Bruno Haible  <bruno@clisp.org>
12497
12498         Make <sys/select.h> really self-contained, also on Solaris 10.
12499         * lib/sys_select.in.h: Include <string.h>.
12500         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
12501         Solaris 10 problem.
12502         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
12503         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
12504         Reported by Jim Meyering.
12505
12506 2009-08-09  Bruno Haible  <bruno@clisp.org>
12507
12508         Avoid warnings from 'aclocal' that are due to a use of macro name
12509         AM_XGETTEXT_OPTION that is not defined in automake.
12510         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
12511         automake.
12512         * modules/error (configure.ac): Likewise.
12513         * modules/propername (configure.ac): Likewise.
12514         * modules/vasprintf (configure.ac): Likewise.
12515         * modules/verror (configure.ac): Likewise.
12516         * modules/xprintf (configure.ac): Likewise.
12517         * modules/xvasprintf (configure.ac): Likewise.
12518
12519 2009-08-08  Bruno Haible  <bruno@clisp.org>
12520
12521         Avoid compilation error in C++ mode.
12522         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
12523         Reported by Sam Steingold <sds@gnu.org>.
12524
12525 2009-08-08  Bruno Haible  <bruno@clisp.org>
12526
12527         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
12528         for the various Unix platforms.
12529         * doc/posix-headers/limits.texi: Update platforms list regarding
12530         HOST_NAME_MAX.
12531         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12532
12533 2009-08-07  Jim Meyering  <meyering@redhat.com>
12534
12535         selinux-at: fix typo in a comment
12536         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
12537         Spotted by Paolo Bonzini.
12538
12539         selinux-at: remove redundant m4 code, add documentation
12540         * modules/selinux-at (configure.ac): Remove redundant code.
12541         LIB_SELINUX is already set via the dependent module, selinux-h.
12542         (Include): Add quotes around selinux-at.h.
12543         * lib/selinux-at.h: Add documentation.
12544         Reported by Bruno Haible in
12545         http://marc.info/?l=gnulib-bug&m=124958988300749
12546
12547 2009-08-07  Bruno Haible  <bruno@clisp.org>
12548
12549         Avoid link error on MacOS X 10.3 and 10.4.
12550         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
12551         on non-ELF systems.
12552         * lib/argp-pv.c (argp_program_version): Likewise.
12553         Reported by Simon Josefsson.
12554
12555 2009-08-07  Simon Josefsson  <simon@josefsson.org>
12556
12557         * tests/test-version-etc.sh: Use $EXEEXT.
12558
12559 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
12560
12561         update-copyright: update documentation to point to maint.mk
12562         * build-aux/update-copyright: Here.
12563
12564 2009-08-06  Jim Meyering  <meyering@redhat.com>
12565
12566         maint.mk: support update-copyright-local
12567         * top/maint.mk (update-copyright-local): Define place-holder.
12568         (update-copyright): Depend on $(update-copyright-local).
12569
12570 2009-08-06  Jim Meyering  <meyering@redhat.com>
12571
12572         selinux-at: new module
12573         Initially written for coreutils, this module will soon be
12574         used by findutils, too.
12575         * MODULES.html.sh [Misc]: Add selinux-at.
12576         * lib/selinux-at.h: New file, from coreutils.
12577         * lib/selinux-at.c: Likewise.
12578         * modules/selinux-at: Likewise.
12579         (License): Change from LGPL to GPL, since it depends
12580         on the GPL'd openat module.
12581
12582         doc: update README
12583         * README: Remove references to cogito.
12584         Remove cvs-repo-updating instructions from 2007.
12585         Don't imply that CVS is better if you have limited disk space.
12586
12587 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12588
12589         update-copyright: support C-style comments
12590         * build-aux/update-copyright: Implement and document.
12591         * tests/test-update-copyright.sh: Test.
12592
12593 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12594
12595         update-copyright: support omitted "(C)"
12596         * build-aux/update-copyright: Implement and document.  Also,
12597         allow variable whitespace before "(C)".
12598         * tests/test-update-copyright.sh: Test.
12599
12600 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12601
12602         update-copyright: don't trip on non-FSF copyright statements
12603         * build-aux/update-copyright: Fix so that the first correctly
12604         formatted FSF copyright statement is recognized no matter what
12605         appears before it.  Update documentation.
12606         * tests/test-update-copyright.sh: Test that.
12607
12608 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12609
12610         update-copyright: clean up code a little
12611         * build-aux/update-copyright: Append "_re" to the name of any
12612         variable holding a regular expression.
12613         Replace "old" and "new" with "stmt" in variable names.
12614         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
12615         handled correctly.
12616         Format code more consistently.
12617
12618 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12619
12620         update-copyright-tests: improve portability
12621         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
12622         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
12623
12624 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
12625
12626         update-copyright: support @copyright{} and &copy;
12627         * build-aux/update-copyright: Implement and document.
12628         * tests/test-update-copyright.sh: Test.
12629
12630 2009-08-04  Jim Meyering  <meyering@redhat.com>
12631
12632         update-copyright-tests: correctly test EOL=\r\n handling
12633         * tests/test-update-copyright.sh: Put \r at the end of some lines
12634         for the dos-eol tests.  Based on a patch by Joel E. Denny.
12635
12636         maint.mk: make update-copyright exclusion list more configurable
12637         * top/maint.mk (update-copyright): Default to excluding COPYING,
12638         but allow an override, in case someone does want to update that file.
12639
12640         maint.mk: don't update copyright date in COPYING
12641         * top/maint.mk (update-copyright): Exclude COPYING.
12642
12643         maint.mk: add a copyright-updating rule
12644         * top/maint.mk (update-copyright): New rule.
12645         Derived from coreutils/Makefile.am.
12646
12647         update-copyright: rename some variables
12648         * build-aux/update-copyright: Rename a few variables for clarity.
12649         Tweak syntax.  List Joel E. Denny as coauthor.
12650
12651 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
12652
12653         update-copyright: fix bug for 2-digit last year and add tests
12654         * build-aux/update-copyright: Fix bug.
12655         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
12656         specified.
12657         * modules/update-copyright-tests: New
12658         * tests/test-update-copyright.sh: New.
12659
12660 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12661
12662         update-copyright: handle leading tabs in line prefix
12663         * build-aux/update-copyright: Count leading tabs as 8 spaces
12664         when computing margin.  This helps with the formatting of
12665         ChangeLogs, for example.
12666         Fix documentation a little.
12667
12668 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12669
12670         update-copyright: support EOL=\r\n
12671         * build-aux/update-copyright: Implement that.
12672
12673 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12674
12675         update-copyright: automatically format copyright statements
12676         * build-aux/update-copyright: Implement that.
12677         Also, be a little more predictable and safer by always failing
12678         when the full copyright format is not perfectly recognized as an
12679         unbroken whole.  Discussed at
12680         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
12681         Rewrite documentation.
12682
12683 2009-08-03  Bruno Haible  <bruno@clisp.org>
12684
12685         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
12686
12687 2009-08-02  Bruno Haible  <bruno@clisp.org>
12688
12689         Tests for module 'uname'.
12690         * modules/uname-tests: New file.
12691         * tests/test-uname.c: New file.
12692
12693         New module 'uname'.
12694         * lib/uname.c: New file.
12695         * m4/uname.m4: New file.
12696         * modules/uname: New file.
12697         * doc/posix-functions/uname.texi: Mention the new module.
12698
12699 2009-08-02  Bruno Haible  <bruno@clisp.org>
12700
12701         Tests for module 'sys_utsname'.
12702         * modules/sys_utsname-tests: New file.
12703         * tests/test-sys_utsname.c: New file.
12704
12705         New module 'sys_utsname'.
12706         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
12707         * m4/sys_utsname_h.m4: New file.
12708         * modules/sys_utsname: New file.
12709         * doc/posix-headers/sys_utsname.texi: Mention the new module.
12710
12711 2009-08-02  Bruno Haible  <bruno@clisp.org>
12712
12713         Implicitly initialize the sockets library.
12714         * lib/gethostname.c: Include sockets.h.
12715         (rpl_gethostname): Invoke gl_sockets_startup.
12716         * lib/socket.c: Include sockets.h.
12717         (rpl_socket): Invoke gl_sockets_startup.
12718         * modules/gethostname (Depends-on): Add sockets.
12719         * modules/socket (Depends-on): Likewise.
12720         * tests/test-poll.c: Don't include sockets.h.
12721         (main): Don't invoke gl_sockets_startup.
12722         * tests/test-select.c: Don't include sockets.h.
12723         (main): Don't invoke gl_sockets_startup.
12724
12725 2009-08-02  Bruno Haible  <bruno@clisp.org>
12726
12727         Allow multiple calls to gl_sockets_startup.
12728         * lib/sockets.c (initialized_sockets_version): New variable.
12729         (gl_sockets_startup): Do nothing if already called for this or a higher
12730         version.
12731         (gl_sockets_cleanup): Reset initialized_sockets_version.
12732
12733 2009-08-03  Simon Josefsson  <simon@josefsson.org>
12734
12735         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
12736         different project/version.
12737
12738 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
12739             Bruno Haible  <bruno@clisp.org>
12740
12741         Tests for module 'pipe-filter-gi'.
12742         * modules/pipe-filter-gi-tests: New file.
12743         * tests/test-pipe-filter-gi1.sh: New file.
12744         * tests/test-pipe-filter-gi1.c: New file.
12745         * tests/test-pipe-filter-gi2.sh: New file.
12746         * tests/test-pipe-filter-gi2-main.c: New file.
12747         * tests/test-pipe-filter-gi2-child.c: New file.
12748
12749         New module 'pipe-filter-gi'.
12750         * lib/pipe-filter-gi.c: New file.
12751         * modules/pipe-filter-gi: New file.
12752
12753 2009-08-02  Bruno Haible  <bruno@clisp.org>
12754             Paolo Bonzini  <bonzini@gnu.org>
12755
12756         Tests for module 'pipe-filter-ii'.
12757         * modules/pipe-filter-ii-tests: New file.
12758         * tests/test-pipe-filter-ii1.sh: New file.
12759         * tests/test-pipe-filter-ii1.c: New file.
12760         * tests/test-pipe-filter-ii2.sh: New file.
12761         * tests/test-pipe-filter-ii2-main.c: New file.
12762         * tests/test-pipe-filter-ii2-child.c: New file.
12763
12764         New module 'pipe-filter-ii'.
12765         * lib/pipe-filter.h: New file.
12766         * lib/pipe-filter-ii.c: New file.
12767         * lib/pipe-filter-aux.h: New file.
12768         * modules/pipe-filter-ii: New file.
12769
12770 2009-08-02  Simon Josefsson  <simon@josefsson.org>
12771
12772         * lib/gc-libgcrypt.c: Change copyright to FSF.
12773         * lib/gc-gnulib.c: Likewise.
12774
12775 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
12776
12777         * lib/gethostname.c: Include limits.h.
12778
12779 2009-08-02  Simon Josefsson  <simon@josefsson.org>
12780             Bruno Haible  <bruno@clisp.org>
12781
12782         Ensure HOST_NAME_MAX as part of the gethostname module.
12783         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
12784         define also HOST_NAME_MAX.
12785         * tests/test-gethostname.c: Include <limits.h>.
12786         (main): Check also HOST_NAME_MAX.
12787         * doc/posix-headers/limits.texi: Document the mingw problem.
12788
12789 2009-08-02  Bruno Haible  <bruno@clisp.org>
12790
12791         * lib/gethostname.c (gethostname): Fix handling of large len argument.
12792         Add comments.
12793
12794 2009-03-31  Simon Josefsson  <simon@josefsson.org>
12795
12796         * lib/gethostname.c: Add Windows wrapper.
12797         * m4/gethostname.m4: Look for gethostname in -lws2_32.
12798         * modules/gethostname: Depend on sys_socket & errno, for also
12799         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
12800         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
12801
12802 2009-07-31  Jim Meyering  <meyering@redhat.com>
12803
12804         getloadavg: fix symbol name in comment
12805         * lib/getloadavg.c: Correct a typo I introduced when adding
12806         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
12807         Matt Kraai spotted the problem.
12808
12809 2009-07-29  Matt Kraai  <mkraai@beckman.com>
12810
12811         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
12812         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
12813         code also if ! defined N_NAME_POINTER.
12814         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
12815         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
12816         but the n_name member is a 12-byte array.
12817
12818 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
12819
12820         update-copyright: generalize comment handling
12821         * build-aux/update-copyright: Handle copyright statements
12822         within more comment styles.
12823         Document usage.
12824         Report any file with an external copyright holder or parse failure.
12825
12826 2009-07-29  Jim Meyering  <meyering@redhat.com>
12827
12828         mktime: correct setting of REPLACE_MKTIME
12829         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
12830
12831         update-copyright: new module
12832         * modules/update-copyright: New file.
12833         * build-aux/update-copyright: New file.
12834         * MODULES.html.sh (maint+release support): Add update-copyright.
12835
12836 2009-07-27  Bruno Haible  <bruno@clisp.org>
12837
12838         Fix compilation error when <ctime> is used and mktime is replaced.
12839         * lib/time.in.h (mktime): New declaration.
12840         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
12841         REPLACE_MKTIME instead of defining mktime in config.h.
12842         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
12843         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
12844         Reported by Ross McFarland <rwmcfa1@neces.com>.
12845
12846 2009-07-27  Bruno Haible  <bruno@clisp.org>
12847
12848         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
12849         Reported by Matt Kraai <mkraai@beckman.com>.
12850
12851 2009-07-25  Jim Meyering  <meyering@redhat.com>
12852
12853         maint.mk: avoid warnings about missing files
12854         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
12855         diagnostic when .prev-version does not exist.
12856         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
12857         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
12858         nonexistent cfg.mk.
12859         Suggestions from Simon Josefsson.
12860
12861 2009-07-25  Bruno Haible  <bruno@clisp.org>
12862
12863         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
12864         defined as macros. Needed on QNX 6.4.1.
12865         Reported by Matt Kraai <mkraai@beckman.com>.
12866
12867 2009-07-23  Jim Meyering  <meyering@redhat.com>
12868
12869         maint.mk: invoke "make dist" with a working value of XZ_OPT
12870         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
12871
12872 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
12873
12874         Make fseeko.c compile on QNX.
12875         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
12876
12877 2009-07-22  Peter Simons  <simons@cryp.to>
12878
12879         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
12880         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
12881         * lib/md4.h: Likewise.
12882         * lib/md5.h: Likewise.
12883         * lib/sha1.h: Likewise.
12884         * lib/sha256.h: Likewise.
12885         * lib/sha512.h: Likewise.
12886
12887         tests-sha1: don't assign literal string to 'char *' variable
12888         * tests/test-sha1.c (main): Declare locals with "const" to match
12889         attributes of the right hand side.
12890
12891 2009-07-21  Eric Blake  <ebb9@byu.net>
12892
12893         dup2: fix more mingw problems
12894         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
12895         fd to itself.
12896         * doc/posix-functions/dup2.texi (dup2): Document the bug.
12897         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
12898         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
12899         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
12900         care of mingw bugs.
12901
12902 2009-07-21  Jim Meyering  <meyering@redhat.com>
12903
12904         vc-list-files: avoid failure when /bin/sh is dash
12905         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
12906         On some Debian based systems, /bin/sh is a symlink to dash, and running
12907         this command would omit the "/" following each 'tests' prefix:
12908           dash -x build-aux/vc-list-files -C . tests
12909         That is because bash and dash work differently:
12910           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
12911           bash ok
12912           dash odd
12913
12914 2009-07-21  Eric Blake  <ebb9@byu.net>
12915
12916         dup2-tests: test previous patch
12917         * modules/dup2-tests: New file.
12918         * tests/test-dup2.c: Likewise.
12919         * tests/test-open.c (main): Avoid unspecified behavior.
12920         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
12921         test.
12922
12923         dup2: work around mingw and cygwin 1.5 bug
12924         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
12925         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
12926         * modules/unistd (Makefile.am): Substitute it.
12927         * lib/unistd.in.h (dup2): Declare the replacement.
12928         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
12929         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
12930         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
12931         * modules/execute (Depends-on): Add dup2.
12932         * modules/fseterr (Depends-on): Likewise.
12933         * modules/pipe (Depends-on): Likewise.
12934         * modules/posix_spawn-internal (Depends-on): Likewise.
12935
12936 2009-07-21  Bruno Haible  <bruno@clisp.org>
12937
12938         * modules/.gitattributes: New file.
12939
12940 2009-07-20  Bruno Haible  <bruno@clisp.org>
12941
12942         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
12943         (main): Use it.
12944
12945 2009-07-20  Eric Blake  <ebb9@byu.net>
12946
12947         test-pipe: make a bit more robust.
12948         * tests/test-pipe.c (myerr): Allow error messages regardless of
12949         what we do to stderr.
12950         (test_pipe): Rearrange to avoid deadlock.
12951         (child_main): Try a larger read, to ensure we avoided deadlock.
12952         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
12953         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
12954         if misused.
12955
12956 2009-07-19  Jim Meyering  <meyering@redhat.com>
12957
12958         fts: avoid false-positive cycle-detection
12959         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
12960         for each new command line argument.
12961
12962 2009-07-19  Bruno Haible  <bruno@clisp.org>
12963
12964         Fix build error on mingw with the modules sys_select and unistd.
12965         * modules/acl-tests (Depends-on): Add close.
12966         * modules/binary-io-tests (Depends-on): Likewise.
12967         * modules/closein-tests (Depends-on): Likewise.
12968         * modules/flock-tests (Depends-on): Likewise.
12969         * modules/fsync-tests (Depends-on): Likewise.
12970         * modules/lseek-tests (Depends-on): Likewise.
12971         * modules/pipe-tests (Depends-on): Likewise.
12972         * modules/posix_spawn-tests (Depends-on): Likewise.
12973         * modules/posix_spawnp-tests (Depends-on): Likewise.
12974         * modules/stat-time-tests (Depends-on): Likewise.
12975         * modules/yesno-tests (Depends-on): Likewise.
12976
12977 2009-07-19  Bruno Haible  <bruno@clisp.org>
12978
12979         Unify conditionals.
12980         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
12981         macros, not at the compiler macros.
12982         * lib/pipe.c: Likewise.
12983         * lib/execute.c: Likewise.
12984         * lib/spawni.c: Likewise.
12985
12986 2009-07-19  Bruno Haible  <bruno@clisp.org>
12987
12988         Fix handling of closed stdin/stdout/stderr on mingw.
12989         * lib/w32spawn.h: Include unistd.h.
12990         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
12991         file descriptor with O_NOINHERIT flag.
12992         (fd_safer_noinherit): New function, based on fd-safer.c.
12993         (dup_safer_noinherit): New function, based on dup-safer.c.
12994         (undup_safer_noinherit): New function.
12995         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
12996         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
12997         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
12998         instead of fd_safer.
12999         * tests/test-pipe.c: Include <windows.h>.
13000         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
13001
13002         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
13003         from main.
13004         (test_pipe): Pass an extra argument for disambiguation.
13005         (main): Invoke parent_main or child_main.
13006
13007         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
13008         consistently.
13009
13010 2009-07-18  Eric Blake  <ebb9@byu.net>
13011
13012         test-pipe: fix mingw build
13013         * tests/test-pipe.c (main): Avoid fcntl on mingw.
13014
13015 2009-07-18  Bruno Haible  <bruno@clisp.org>
13016
13017         * modules/pipe-tests (Makefile.am): Fix typo.
13018
13019 2009-07-18  Eric Blake  <ebb9@byu.net>
13020
13021         error: fix mingw build
13022         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
13023         Reported by Bruno Haible.
13024
13025         error: avoid undefined use of stdout
13026         * lib/error.c (error, error_at_line): Check that fd 1 is open
13027         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
13028         is handling faults and the close_stdout module wants to report the
13029         detection of closed stdout as an error.
13030
13031 2009-07-17  Eric Blake  <ebb9@byu.net>
13032
13033         pipe: be robust in face of closed fds
13034         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
13035         should cause child to misbehave.
13036         * modules/pipe-tests: New module.
13037         * tests/test-pipe.c: New file.
13038         * tests/test-pipe.sh: New file.
13039         Reported by Akim Demaille.
13040
13041 2009-07-14  Bruno Haible  <bruno@clisp.org>
13042
13043         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
13044         Reported by anonymous kc.
13045
13046 2009-07-07  Jim Meyering  <meyering@redhat.com>
13047
13048         maint.mk: don't look for translatable strings in *.m4 or *.mk
13049         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
13050         when searching for translatable strings.
13051
13052 2009-07-05  Jim Meyering  <meyering@redhat.com>
13053
13054         remove superfluous parentheses in STREQ definition
13055         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
13056         * lib/getugroups.c (STREQ): Likewise.
13057         * lib/fnmatch.c (STREQ): Likewise.
13058         Spotted by Bruno Haible.
13059
13060 2009-07-04  Jim Meyering  <meyering@redhat.com>
13061
13062         argv-iter: new module
13063         * MODULES.html.sh: Add argv-iter.
13064         * lib/argv-iter.c, lib/argv-iter.h: New files.
13065         * modules/argv-iter: New file.
13066         * modules/argv-iter-tests: New file.
13067         * tests/test-argv-iter.c: Test it.
13068
13069 2009-07-04  Bruno Haible  <bruno@clisp.org>
13070
13071         Fix assertion.
13072         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
13073         contains more exact copies of a given entry than file2, leave the extra
13074         copies unpaired rather than aborting.
13075         Reported by Eric Blake.
13076
13077 2009-07-02  Bruno Haible  <bruno@clisp.org>
13078
13079         Speedup git-merge-changelog for git cherry-pick.
13080         * lib/git-merge-changelog.c (struct entries_mapping): New type.
13081         (entries_mapping_get): New function, extracted from compute_mapping.
13082         (entries_mapping_reverse_get): New function.
13083         (compute_mapping): Add a 'full' argument. Return the result in a
13084         'struct entries_mapping'.
13085         (main): Update. Access the mappings through entries_mapping_get.
13086         Reported by Eric Blake.
13087
13088 2009-07-02  Bruno Haible  <bruno@clisp.org>
13089
13090         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
13091         best_i.
13092
13093 2009-07-02  Bruno Haible  <bruno@clisp.org>
13094
13095         Speed up approximate search for matching ChangeLog entries.
13096         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
13097         argument. Call fstrcmp_bounded instead of fstrcmp.
13098         (compute_mapping, try_split_merged_entry, main): Update callers.
13099
13100 2009-07-02  Bruno Haible  <bruno@clisp.org>
13101
13102         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
13103
13104 2009-06-30  Bruno Haible  <bruno@clisp.org>
13105
13106         Reduce the number of uc_is_cased calls.
13107         * lib/unicase.h (casing_suffix_context_t): Add
13108         'first_char_except_ignorable' field.
13109         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
13110         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
13111         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
13112         Update initializer.
13113         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
13114         case-ignorable characters.
13115         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
13116         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
13117         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
13118         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
13119         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
13120
13121 2009-06-30  Bruno Haible  <bruno@clisp.org>
13122
13123         Tests for module 'unicase/ignorable'.
13124         * modules/unicase/ignorable-tests: New file.
13125         * tests/unicase/test-ignorable.c: New file, generated by
13126         gen-uni-tables.
13127
13128         Tests for module 'unicase/cased'.
13129         * modules/unicase/cased-tests: New file.
13130         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
13131         * tests/unicase/test-predicate-part1.h: New file, derived from
13132         tests/unictype/test-predicate-part1.h.
13133         * tests/unicase/test-predicate-part2.h: New file, same as
13134         tests/unictype/test-predicate-part2.h.
13135
13136         Fix evaluation of "Before C" condition of FINAL_SIGMA.
13137         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
13138         (output_casing_properties): New function.
13139         (main): Call it.
13140         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
13141         * lib/unicase/cased.c: Include unictype/bitmap.h.
13142         (uc_is_cased): Define through a bitmap lookup.
13143         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
13144         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
13145         (uc_is_case_ignorable): Define through a bitmap lookup.
13146         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
13147         lib/unictype/bitmap.h.
13148         (Depends-on): Add inline. Clean up.
13149         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
13150         lib/unictype/bitmap.h.
13151         (Depends-on): Add inline. Clean up.
13152         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
13153         recognition.
13154         * tests/unicase/test-u16-tolower.c (main): Likewise.
13155         * tests/unicase/test-u32-tolower.c (main): Likewise.
13156
13157 2009-06-30  Bruno Haible  <bruno@clisp.org>
13158
13159         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
13160         * lib/unicase/u16-casemap.c: Likewise.
13161         * lib/unicase/u32-casemap.c: Likewise.
13162
13163 2009-06-29  Bruno Haible  <bruno@clisp.org>
13164
13165         Define u32_casefold as a wrapper around u32_ct_casefold.
13166         * lib/unicase/u32-casefold.c: Update.
13167         * modules/unicase/u32-casefold (Depends-on): Add
13168         unicase/u32-ct-casefold, unicase/empty-prefix-context,
13169         unicase/empty-suffix-context. Clean up.
13170
13171         Define u16_casefold as a wrapper around u16_ct_casefold.
13172         * lib/unicase/u16-casefold.c: Update.
13173         * modules/unicase/u16-casefold (Depends-on): Add
13174         unicase/u16-ct-casefold, unicase/empty-prefix-context,
13175         unicase/empty-suffix-context. Clean up.
13176
13177         Define u8_casefold as a wrapper around u8_ct_casefold.
13178         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
13179         * lib/unicase/u8-casefold.c: Update.
13180         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
13181         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13182
13183         Define u32_totitle as a wrapper around u32_ct_totitle.
13184         * lib/unicase/u32-totitle.c: Update.
13185         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
13186         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13187
13188         Define u16_totitle as a wrapper around u16_ct_totitle.
13189         * lib/unicase/u16-totitle.c: Update.
13190         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
13191         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13192
13193         Define u8_totitle as a wrapper around u8_ct_totitle.
13194         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
13195         functions.
13196         (FUNC): Delegate to U_CT_TOTITLE.
13197         * lib/unicase/u8-totitle.c: Update.
13198         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
13199         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13200
13201         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
13202         invocation.
13203         * modules/unicase/u32-tolower (Depends-on): Add
13204         unicase/empty-prefix-context, unicase/empty-suffix-context.
13205
13206         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
13207         invocation.
13208         * modules/unicase/u16-tolower (Depends-on): Add
13209         unicase/empty-prefix-context, unicase/empty-suffix-context.
13210
13211         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
13212         * modules/unicase/u8-tolower (Depends-on): Add
13213         unicase/empty-prefix-context, unicase/empty-suffix-context.
13214
13215         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
13216         invocation.
13217         * modules/unicase/u32-toupper (Depends-on): Add
13218         unicase/empty-prefix-context, unicase/empty-suffix-context.
13219
13220         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
13221         invocation.
13222         * modules/unicase/u16-toupper (Depends-on): Add
13223         unicase/empty-prefix-context, unicase/empty-suffix-context.
13224
13225         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
13226         * modules/unicase/u8-toupper (Depends-on): Add
13227         unicase/empty-prefix-context, unicase/empty-suffix-context.
13228
13229         New module 'unicase/u32-ct-casefold'.
13230         * lib/unicase/u32-ct-casefold.c: New file.
13231         * modules/unicase/u32-ct-casefold: New file.
13232
13233         New module 'unicase/u16-ct-casefold'.
13234         * lib/unicase/u16-ct-casefold.c: New file.
13235         * modules/unicase/u16-ct-casefold: New file.
13236
13237         New module 'unicase/u8-ct-casefold'.
13238         * lib/unicase/u8-ct-casefold.c: New file.
13239         * lib/unicase/u-ct-casefold.h: New file, derived from
13240         lib/unicase/u-casefold.h.
13241         * modules/unicase/u8-ct-casefold: New file.
13242
13243         New module 'unicase/u32-ct-totitle'.
13244         * lib/unicase/u32-ct-totitle.c: New file.
13245         * modules/unicase/u32-ct-totitle: New file.
13246
13247         New module 'unicase/u16-ct-totitle'.
13248         * lib/unicase/u16-ct-totitle.c: New file.
13249         * modules/unicase/u16-ct-totitle: New file.
13250
13251         New module 'unicase/u8-ct-totitle'.
13252         * lib/unicase/u8-ct-totitle.c: New file.
13253         * lib/unicase/u-ct-totitle.h: New file, derived from
13254         lib/unicase/u-totitle.h.
13255         * modules/unicase/u8-ct-totitle: New file.
13256
13257         New module 'unicase/u32-ct-tolower'.
13258         * lib/unicase/u32-ct-tolower.c: New file.
13259         * modules/unicase/u32-ct-tolower: New file.
13260
13261         New module 'unicase/u16-ct-tolower'.
13262         * lib/unicase/u16-ct-tolower.c: New file.
13263         * modules/unicase/u16-ct-tolower: New file.
13264
13265         New module 'unicase/u8-ct-tolower'.
13266         * lib/unicase/u8-ct-tolower.c: New file.
13267         * modules/unicase/u8-ct-tolower: New file.
13268
13269         New module 'unicase/u32-ct-toupper'.
13270         * lib/unicase/u32-ct-toupper.c: New file.
13271         * modules/unicase/u32-ct-toupper: New file.
13272
13273         New module 'unicase/u16-ct-toupper'.
13274         * lib/unicase/u16-ct-toupper.c: New file.
13275         * modules/unicase/u16-ct-toupper: New file.
13276
13277         New module 'unicase/u8-ct-toupper'.
13278         * lib/unicase/u8-ct-toupper.c: New file.
13279         * modules/unicase/u8-ct-toupper: New file.
13280
13281         Add context arguments to u*_casemap functions.
13282         * lib/unicase/unicasemap.h: Include unicase.h.
13283         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
13284         suffix_context arguments.
13285         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
13286         functions.
13287         (FUNC): Add prefix_context and suffix_context arguments. Use
13288         uc_is_cased and uc_is_case_ignorable.
13289         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
13290         * lib/unicase/u16-casemap.c: Likewise.
13291         * lib/unicase/u32-casemap.c: Likewise.
13292         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
13293         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13294         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
13295         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13296         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
13297         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13298
13299         New module 'unicase/u32-suffix-context'.
13300         * lib/unicase/u32-suffix-context.c: New file.
13301         * modules/unicase/u32-suffix-context: New file.
13302
13303         New module 'unicase/u16-suffix-context'.
13304         * lib/unicase/u16-suffix-context.c: New file.
13305         * modules/unicase/u16-suffix-context: New file.
13306
13307         New module 'unicase/u8-suffix-context'.
13308         * lib/unicase/u8-suffix-context.c: New file.
13309         * lib/unicase/u-suffix-context.h: New file.
13310         * modules/unicase/u8-suffix-context: New file.
13311
13312         New module 'unicase/empty-suffix-context'.
13313         * lib/unicase/empty-suffix-context.c: New file.
13314         * modules/unicase/empty-suffix-context: New file.
13315
13316         New module 'unicase/u32-prefix-context'.
13317         * lib/unicase/u32-prefix-context.c: New file.
13318         * modules/unicase/u32-prefix-context: New file.
13319
13320         New module 'unicase/u16-prefix-context'.
13321         * lib/unicase/u16-prefix-context.c: New file.
13322         * modules/unicase/u16-prefix-context: New file.
13323
13324         New module 'unicase/u8-prefix-context'.
13325         * lib/unicase/u8-prefix-context.c: New file.
13326         * lib/unicase/u-prefix-context.h: New file.
13327         * lib/unicase/context.h: New file.
13328         * modules/unicase/u8-prefix-context: New file.
13329
13330         New module 'unicase/empty-prefix-context'.
13331         * lib/unicase/empty-prefix-context.c: New file.
13332         * modules/unicase/empty-prefix-context: New file.
13333
13334         New module 'unicase/ignorable'.
13335         * lib/unicase/ignorable.c: New file.
13336         * modules/unicase/ignorable: New file.
13337
13338         New module 'unicase/cased'.
13339         * lib/unicase/caseprop.h: New file.
13340         * lib/unicase/cased.c: New file.
13341         * modules/unicase/cased: New file.
13342
13343         New functions for case mapping of substrings.
13344         * lib/unicase.h (casing_prefix_context_t): New type.
13345         (unicase_empty_prefix_context): New variable.
13346         (u8_casing_prefix_context, u16_casing_prefix_context,
13347         u32_casing_prefix_context, u8_casing_prefixes_context,
13348         u16_casing_prefixes_context, u32_casing_prefixes_context): New
13349         declarations.
13350         (casing_suffix_context_t): New type.
13351         (unicase_empty_suffix_context): New variable.
13352         (u8_casing_suffix_context, u16_casing_suffix_context,
13353         u32_casing_suffix_context, u8_casing_suffixes_context,
13354         u16_casing_suffixes_context, u32_casing_suffixes_context,
13355         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
13356         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
13357         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
13358         declarations.
13359
13360 2009-06-28  Jim Meyering  <meyering@redhat.com>
13361
13362         boostrap: indent only with spaces
13363         * build-aux/bootstrap: Indent only with spaces, never TABs.
13364
13365         bootstrap: split long lines
13366         * build-aux/bootstrap: Keep line length < 80.
13367
13368         bootstrap: sync from coreutils
13369         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
13370         just as autoreconf does.  Verify a list of prerequisite
13371         package-name,version-number pairs if defined in bootstrap.conf.
13372         Refer to README-prereq, if prerequisites are not satisfied.
13373
13374 2009-06-27  Eric Blake  <ebb9@byu.net>
13375
13376         tests: add test for bogus NULL definition
13377         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
13378         * tests/test-stdlib.c: Likewise.
13379         * tests/test-string.c: Likewise.
13380         * tests/test-locale.c: Likewise.
13381         * tests/test-unistd.c: Likewise.
13382         * modules/stdio-tests (Depends-on): Add verify.
13383         * modules/stdlib-tests (Depends-on): Likewise.
13384         * modules/string-tests (Depends-on): Likewise.
13385         * modules/locale-tests (Depends-on): Likewise.
13386         * modules/unistd-tests (Depends-on): Likewise.
13387
13388 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
13389
13390         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
13391         self-explaining comment.
13392         * m4/selinux-selinux-h: Update serial.
13393         (gl_LIBSELINUX): New macro, adding a warning for missing development
13394         packages to code extracted from...
13395         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
13396         Add warning for missing development packages here, too.
13397
13398 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
13399
13400         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
13401
13402 2009-06-25  Eric Blake  <ebb9@byu.net>
13403
13404         version-etc: fix regression
13405         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
13406         gcc.
13407         (version_etc): Use it, to catch bugs with trailing NULL.
13408         * lib/version-etc.c (version_etc_arn): Delete unused argument.
13409         (version_etc_va): Fix logic bug.
13410         * modules/version-etc-tests: Add test.
13411         * tests/test-version-etc.c: New file.
13412         * tests/test-version-etc.sh: Likewise.
13413
13414 2009-06-25  Sam Steingold  <sds@gnu.org>
13415
13416         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
13417         mbtowc declaration.
13418
13419 2009-06-25  Eric Blake  <ebb9@byu.net>
13420
13421         fpurge: migrate into <stdio.h>
13422         * lib/fpurge.h: Delete...
13423         * lib/stdio.in.h (fpurge): ...and declare here, instead.
13424         * lib/fpurge.c (fpurge): Change declaring header.
13425         * modules/fpurge (Files): Drop deleted file.
13426         (Depends-on): Add stdio.
13427         (configure.ac): Set witness.
13428         * modules/stdio (Makefile.am): Support fpurge macros.
13429         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
13430         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
13431         * lib/fflush.c: Update client.
13432         * tests/test-fpurge.c: Likewise.
13433         * NEWS: Mention the change.
13434
13435 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13436
13437         * lib/argp-version-etc.c (program_authors): Add const
13438         qualifier.
13439         * lib/version-etc.c: Fix typos in the comments.
13440         * modules/argp-version-etc: Depends on version-etc.
13441
13442 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13443
13444         argp-version-etc: new module.
13445
13446         * lib/argp-version-etc.c: New file.
13447         * lib/argp-version-etc.h: New file.
13448         * modules/argp-version-etc: New file.
13449         * modules/argp-version-etc-tests: New file.
13450         * tests/test-argp-version-etc.c: New test.
13451         * tests/test-argp-version-etc-1.sh: New test.
13452
13453 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13454
13455         Provide additional interfaces and documentation for version-etc
13456         module.
13457
13458         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
13459         interfaces.
13460         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
13461         prototypes.
13462
13463 2009-06-24  Bruno Haible  <bruno@clisp.org>
13464
13465         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
13466         HAVE_LIB${NAME} macro.
13467         Reported by Sam Steingold <sds@gnu.org>.
13468
13469 2009-06-23  Simon Josefsson  <simon@josefsson.org>
13470
13471         * modules/hash-tests (test_hash_LDADD): Link to libintl when
13472         needed.
13473
13474 2009-06-21  Bruno Haible  <bruno@clisp.org>
13475
13476         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
13477         work.
13478         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
13479         together with LIB${NAME}, LTLIB${NAME}.
13480         Reported by Sam Steingold <sds@gnu.org>.
13481
13482 2009-06-20  Jim Meyering  <meyering@redhat.com>
13483
13484         tests: make sc_require_test_exit_idiom more generic
13485         * top/maint.mk (Exit_witness_file): New overridable variable.
13486         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
13487         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
13488
13489 2009-06-19  Jim Meyering  <meyering@redhat.com>
13490
13491         hash: reverse order of src/dst parameters in an internal interface
13492         * lib/hash.c (transfer_entries): Reverse order of parameters to
13493         put DST before SRC.  Adjust callers.
13494
13495         tests: test-hash: avoid wholesale duplication
13496         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
13497         Instead, use a loop and add a single conditional.
13498
13499         tests: test-hash: allow seed selection via a command line argument
13500         * tests/test-hash.c (get_seed): New function.
13501         (main): Use it.
13502
13503 2009-06-19  Eric Blake  <ebb9@byu.net>
13504
13505         hash: avoid memory leak on allocation failure
13506         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
13507         failure.  Factor repeated algorithm...
13508         (transfer_entries): ...into new helper routine.
13509         (hash_delete): React to hash_rehash return value.
13510
13511         hash: reduce memory pressure in hash_rehash no-op case
13512         * lib/hash.c (next_prime): Avoid overflow.
13513         (hash_initialize): Factor bucket size computation...
13514         (compute_bucket_size): ...into new helper function.
13515         (hash_rehash): Use new function and open coding to reduce memory
13516         pressure, and avoid a memory leak in USE_OBSTACK code.
13517         Reported by Jim Meyering.
13518
13519 2009-06-18  Eric Blake  <ebb9@byu.net>
13520
13521         hash: make rotation more obvious
13522         * modules/hash (Depends-on): Add bitrotate and stdint.
13523         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
13524         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
13525         (SIZE_MAX): Rely on headers for definition.
13526         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
13527         (raw_hasher): Use rotr_sz.
13528         Suggested by Jim Meyering.
13529
13530         hash: fix memory leak in last patch
13531         * lib/hash.c (hash_rehash): Avoid memory leak.
13532
13533         hash: avoid no-op rehashing
13534         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
13535
13536         hash: provide default callback functions
13537         * lib/hash.c (raw_hasher, raw_comparator): New functions.
13538         (hash_initialize): Use them as defaults.
13539         * tests/test-hash.c (main): Test this.
13540
13541         hash: minor optimization
13542         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
13543         when possible.
13544         (hash_initialize): Document this promise.
13545         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
13546         * tests/test-hash.c (hash_compare_strings): Test this.
13547
13548 2009-06-18  Bruno Haible  <bruno@clisp.org>
13549
13550         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
13551         going to be replaced anyway.
13552
13553 2009-06-18  Bruno Haible  <bruno@clisp.org>
13554
13555         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
13556         in one place.
13557         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
13558         be replaced anyway.
13559
13560 2009-06-18  Eric Blake  <ebb9@byu.net>
13561
13562         hash: check for resize before insertion
13563         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
13564         threshold before insertion, so that a pathological hash_rehash
13565         that fills every bucket can still trigger another rehash.
13566
13567 2009-06-18  Jim Meyering  <meyering@redhat.com>
13568
13569         hash-tests: add a loop around the small tests
13570         * tests/test-hash.c (main): Repeat small tests with selected
13571         small initial table sizes.
13572
13573 2009-06-17  Eric Blake  <ebb9@byu.net>
13574
13575         hash: minor cleanups
13576         * lib/hash.h (hash_entry): Make opaque, by moving...
13577         * lib/hash.c (hash_entry): ...here.
13578         (hash_insert): Clarify restrictions on what can be inserted.
13579         (hash_get_next): Clarify when it is safe to remove an element
13580         during traversal.
13581         (check_tuning): Skip verification when tuning is known safe.
13582         (hash_initialize): Clarify restrictions on tuning.
13583
13584 2009-06-17  Jim Meyering  <jim@meyering.net>
13585         and Eric Blake  <ebb9@byu.net>
13586
13587         hash-tests: new module
13588         * modules/hash-tests: New file.
13589         * tests/test-hash.c: New file.
13590
13591 2009-06-17  Eric Blake  <ebb9@byu.net>
13592
13593         strstr-simple: document new module
13594         * MODULES.html.sh: Document new module.
13595
13596         strstr, strcasestr: replace on platforms with broken memchr
13597         * modules/strstr: Split into...
13598         * modules/strstr-simple: ...new module that does not care about
13599         performance, but does care about glibc bug.
13600         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
13601         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
13602         if platform memchr is broken, per Debian bug 521737.
13603         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
13604         memchr.
13605         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
13606         * doc/posix-functions/strstr.texi (strstr): Document the fix.
13607         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
13608         * modules/mountlist (Depends-on): Add strstr-simple.
13609         * modules/gen-uni-tables (Depends-on): Likewise.
13610         * modules/argz (Depends-on): Add strstr.
13611
13612 2009-06-17  Bruno Haible  <bruno@clisp.org>
13613
13614         * modules/posix_spawn-internal (Depends-on): Add errno.
13615
13616 2009-06-17  Bruno Haible  <bruno@clisp.org>
13617
13618         Define missing ESTALE on Interix 3.5.
13619         * lib/errno.in.h (ESTALE): Assign a value if missing.
13620         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
13621         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
13622         missing.
13623         * doc/posix-headers/errno.texi: Mention the Interix bug.
13624         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
13625
13626 2009-06-15  Eric Blake  <ebb9@byu.net>
13627
13628         memchr, memchr2: add valgrind exception
13629         * lib/memchr.valgrind: New file.
13630         * lib/memchr2.valgrind: New file.
13631         * modules/memchr (Files): Distribute valgrind file.
13632         * modules/memchr2 (Files): Likewise.
13633
13634         docs: memchr is no longer obsolete
13635         * MODULES.html.sh: Move memchr from obsolete to string.h section.
13636         * lib/string.in.h (memchr): Simplify logic.
13637
13638 2009-06-14  Jim Meyering  <meyering@redhat.com>
13639
13640         link-follow: fix the "checking..." message to not mention trailing slash
13641         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
13642         never considered trailing slashes.
13643
13644 2009-06-14  Bruno Haible  <bruno@clisp.org>
13645
13646         * m4/memchr.m4: Mention also the bug on IA-64.
13647         * doc/posix-functions/memchr.texi: Likewise.
13648
13649 2009-06-12  Eric Blake  <ebb9@byu.net>
13650
13651         memchr: detect broken x86_64 and alpha implementations
13652         * modules/memchr-tests (Depends-on): Move mmap detection...
13653         * modules/memchr (Depends-on): ...here.
13654         (configure.ac): Set indicator.
13655         * lib/string.in.h (memchr): Declare replacement.
13656         * modules/string (Makefile.am): Trigger replacement.
13657         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
13658         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
13659         bugs.
13660         * doc/posix-functions/memchr.texi (memchr): Document the bug.
13661         * modules/getpagesize (License): Relax license.
13662
13663 2009-06-11  Bruno Haible  <bruno@clisp.org>
13664
13665         * lib/idpriv.h: Add more references.
13666
13667 2009-06-08  Bruno Haible  <bruno@clisp.org>
13668
13669         Tests for module 'idpriv-droptemp'.
13670         * modules/idpriv-droptemp-tests: New file.
13671         * tests/test-idpriv-droptemp.sh: New file.
13672         * tests/test-idpriv-droptemp.su.sh: New file.
13673         * tests/test-idpriv-droptemp.c: New file.
13674
13675         New module 'idpriv-droptemp'.
13676         * lib/idpriv-droptemp.c: New file.
13677         * modules/idpriv-droptemp: New file.
13678
13679 2009-06-08  Bruno Haible  <bruno@clisp.org>
13680
13681         Tests for module 'idpriv-drop'.
13682         * modules/idpriv-drop-tests: New file.
13683         * tests/test-idpriv-drop.sh: New file.
13684         * tests/test-idpriv-drop.su.sh: New file.
13685         * tests/test-idpriv-drop.c: New file.
13686
13687         New module 'idpriv-drop'.
13688         * lib/idpriv.h: New file.
13689         * lib-idpriv-drop.c: New file.
13690         * m4/idpriv.m4: New file.
13691         * modules/idpriv-drop: New file.
13692
13693 2009-06-08  Bruno Haible  <bruno@clisp.org>
13694
13695         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
13696         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
13697         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
13698         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
13699         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
13700         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
13701         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
13702
13703 2009-06-08  Eric Blake  <ebb9@byu.net>
13704
13705         test-strstr: use memory fence, when possible
13706         * tests/test-strstr.c (main): Use memory fence, in order to be
13707         more likely to trigger Debian bug 521737.
13708         * modules/strstr-tests (Files): Pull in additional files.
13709
13710         memchr: no longer obsolete, for wider field testing
13711         * modules/memchr (Status, Notice): Delete, this module is no
13712         longer obsolete.
13713         * modules/vasnprintf (Depends-on): Add memchr.
13714
13715 2009-06-07  Jim Meyering  <meyering@redhat.com>
13716
13717         hash: declare some functions with the warn_unused_result attribute
13718         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
13719
13720 2009-06-07  Bruno Haible  <bruno@clisp.org>
13721
13722         * tests/test-alignof.c: Don't test int64_t if it does not exist.
13723         Reported by Eric Blake.
13724
13725 2009-06-06  Eric Blake  <ebb9@byu.net>
13726
13727         test-alignof: fix typo with long double
13728         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
13729         compiler error.
13730
13731 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
13732
13733         Escape non-texinfo { and }s.
13734         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
13735         markup error.
13736
13737 2009-06-04  Jim Meyering  <meyering@redhat.com>
13738
13739         gitlog-to-changelog: don't infloop on an empty commit log
13740         * build-aux/gitlog-to-changelog: Warn about an empty log message.
13741         Reported by Boris Petersen <transacid@centerim.org>.
13742
13743 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
13744
13745         version-etc: extend for packagers
13746         Add three new configure options, intended for packagers:
13747           --with-packager="packager name"
13748           --with-packager-version="packager-specific version"
13749           --with-packager-bug-reports="packager bug reporting"
13750         An example with coreutils:
13751           $ ./configure \
13752             --with-packager=Gentoo \
13753             --with-packager-bug-report=http://bugs.gentoo.org/ \
13754             --with-packager-version="patchset 1.6"
13755           $ ./src/ls --version | head -n2
13756           ls (GNU coreutils) 7.1-dirty
13757           Packaged by Gentoo (patchset 1.6)
13758         Note that the bug reporting info via --help doesn't show up because
13759         coreutils uses its own custom emit_bug_reporting_address() implementation
13760         in src/system.h.  If it didn't, it'd look like:
13761           $ ./src/ls --help | tail -n4
13762           Report bugs to <bug-coreutils@gnu.org>.
13763           Report Gentoo bugs to <http://bugs.gentoo.org/>.
13764           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
13765           General help using GNU software: <http://www.gnu.org/gethelp/>.
13766         * lib/version-etc.c: Print new information, if provided.
13767         * m4/version-etc.m4: New file.
13768         * modules/version-etc (Files): Add m4/version-etc.m4.
13769         (configure.ac): Add gl_VERSION_ETC.
13770
13771 2009-05-31  Bruno Haible  <bruno@clisp.org>
13772
13773         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
13774         and 'int64_t'.
13775         * modules/alignof-tests (Dependencies): Add stdint.
13776         Reported by Eric Blake.
13777
13778 2009-05-31  Bruno Haible  <bruno@clisp.org>
13779
13780         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
13781         restriction due to compiler bugs.
13782         Reported by Eric Blake.
13783
13784 2009-05-31  Simon Josefsson  <simon@josefsson.org>
13785             Bruno Haible  <bruno@clisp.org>
13786
13787         Fix test-alignof failure.
13788         * lib/alignof.h (alignof_slot): New macro.
13789         (alignof_type): New macro, with the same semantics as the previous
13790         'alignof'.
13791         (alignof): Alias to alignof_slot.
13792         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
13793         check that the results are usable as constant expressions.
13794
13795 2009-05-31  Bruno Haible  <bruno@clisp.org>
13796
13797         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
13798         * tests/test-memchr.c (main): Check that memchr does not read past the
13799         first occurrence of the byte.
13800         * tests/test-strstr.c (main): Update comment.
13801         Suggested by Eric Blake.
13802
13803 2009-05-30  Bruno Haible  <bruno@clisp.org>
13804
13805         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
13806         detail how to use dumpbin.
13807         Reported by David Byron <dbyron@dbyron.com>.
13808
13809 2009-06-02  Simon Josefsson  <simon@josefsson.org>
13810
13811         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
13812
13813 2009-06-02  Simon Josefsson  <simon@josefsson.org>
13814
13815         * m4/manywarnings.m4: Add GCC 4.4 warnings.
13816
13817 2009-05-28  Bruno Haible  <bruno@clisp.org>
13818
13819         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
13820         build-aux/ files.
13821
13822 2009-05-28  Simon Josefsson  <simon@josefsson.org>
13823
13824         * gnulib-tool (func_import): Transform license on build-aux/ files too.
13825
13826 2009-05-27  Simon Josefsson  <simon@josefsson.org>
13827
13828         * gnulib-tool (sed_transform_main_lib_file)
13829         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
13830         regexps.
13831
13832 2009-05-26  Simon Josefsson  <simon@josefsson.org>
13833
13834         * tests/test-strstr.c: Add another self-test.
13835         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
13836         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
13837
13838 2009-05-23  Bruno Haible  <bruno@clisp.org>
13839
13840         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
13841         change.
13842
13843 2009-05-21  Bruno Haible  <bruno@clisp.org>
13844
13845         Simplify use of mode_t varargs.
13846         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
13847         uses 'mode_t' or 'int'.
13848         * lib/openat.c (openat): Likewise.
13849         * lib/open-safer.c (open_safer): Likewise.
13850         * m4/mode_t.m4: New file.
13851         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
13852         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
13853         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
13854         * modules/open (Files): Add m4/mode_t.m4.
13855         * modules/openat (Files): Likewise.
13856         * modules/fcntl-safer (Files): Likewise.
13857         Suggested by Eric Blake.
13858
13859 2009-05-21  Pádraig Brady  <P@draigbrady.com>
13860
13861         * doc/glibc-functions/fallocate.texi: New file.
13862         * doc/gnulib.texi: Include it.
13863
13864 2009-05-21  Eric Blake  <ebb9@byu.net>
13865             Bruno Haible  <bruno@clisp.org>
13866
13867         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
13868         invocations.
13869         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
13870
13871 2009-05-21  Eric Blake  <ebb9@byu.net>
13872             Bruno Haible  <bruno@clisp.org>
13873
13874         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
13875         include_next. Fix of 2008-11-20 commit.
13876         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
13877         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
13878         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
13879         NEXT_MATH_H.
13880         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
13881         instead of NEXT_MATH_H.
13882
13883 2009-05-21  Bruno Haible  <bruno@clisp.org>
13884
13885         Avoid redefinition warnings for SIZE_MAX.
13886         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
13887         Reported by Simon Josefsson.
13888
13889 2009-05-21  Bruno Haible  <bruno@clisp.org>
13890
13891         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
13892         AC_CACHE_VAL.
13893
13894 2009-05-20  Bruno Haible  <bruno@clisp.org>
13895
13896         Make zeroptr.h work on mingw.
13897         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
13898         mprotect.
13899         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
13900         * modules/memchr2-tests (configure.ac): Likewise.
13901         * modules/memcmp-tests (configure.ac): Likewise.
13902         * modules/memmem-tests (configure.ac): Likewise.
13903         * modules/memrchr-tests (configure.ac): Likewise.
13904         Reported by Simon Josefsson.
13905
13906 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13907
13908         * tests/test-glob.c: Include string.h for strcmp prototype.
13909
13910 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13911
13912         * modules/getdelim (Depends-on): Add explicit stdint, although it
13913         was implicitly already pulled in via realloc-posix.
13914         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
13915
13916 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13917
13918         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
13919         G. Christensen" <tgc@jupiterrise.com>.
13920         * m4/sys_socket_h.m4: Check for sa_family_t.
13921         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
13922         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
13923         * tests/test-sys_socket.c: Check that sa_family_t works.
13924
13925 2009-05-18  Eric Blake  <ebb9@byu.net>
13926
13927         maint.mk: allow gnulib_dir in VPATH build
13928         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
13929
13930 2009-05-15  Jim Meyering  <meyering@redhat.com>
13931
13932         maint.mk: Give gnulib_dir a default definition.
13933         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
13934         Thus, most packages no longer need to specify this variable in cfg.mk
13935
13936 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
13937
13938         rename.m4: fix typos that would make non-mingw cross-configure fail
13939         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
13940
13941 2009-05-13  Eric Blake  <ebb9@byu.net>
13942
13943         mmap-anon: avoid out-of-order autoconf expansion
13944         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
13945         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
13946         * modules/memchr-tests (Depends-on): Add extensions.
13947         * modules/memchr2-tests (Depends-on): Add extensions.
13948         * modules/memcmp-tests (Depends-on): Add extensions.
13949         * modules/memmem-tests (Depends-on): Add extensions.
13950         * modules/memrchr-tests (Depends-on): Add extensions.
13951
13952 2009-05-13  Bruno Haible  <bruno@clisp.org>
13953
13954         Make some tests ISO C 99 compliant.
13955         * tests/zerosize-ptr.h: New file.
13956         * tests/test-memchr.c: Include zerosize-ptr.h.
13957         (main): Use a zero-size object pointer instead of NULL.
13958         * tests/test-memchr2.c: Include zerosize-ptr.h.
13959         (main): Use a zero-size object pointer instead of NULL.
13960         * tests/test-memcmp.c: Include zerosize-ptr.h.
13961         (main): Use a zero-size object pointer instead of NULL.
13962         * tests/test-memmem.c: Include zerosize-ptr.h.
13963         (main): Use a zero-size object pointer instead of NULL.
13964         * tests/test-memrchr.c: Include zerosize-ptr.h.
13965         (main): Use a zero-size object pointer instead of NULL.
13966         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
13967         m4/mmap-anon.m4.
13968         (Depends-on): Add getpagesize.
13969         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13970         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
13971         m4/mmap-anon.m4.
13972         (Depends-on): Add getpagesize.
13973         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13974         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
13975         m4/mmap-anon.m4.
13976         (Depends-on): Add getpagesize.
13977         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13978         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
13979         m4/mmap-anon.m4.
13980         (Depends-on): Add getpagesize.
13981         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13982         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
13983         m4/mmap-anon.m4.
13984         (Depends-on): Add getpagesize.
13985         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13986
13987 2009-05-12  Bruno Haible  <bruno@clisp.org>
13988
13989         Tests for module 'alignof'.
13990         * modules/alignof-tests: New file.
13991         * tests/test-alignof.c: New file.
13992
13993 2009-05-12  Bruno Haible  <bruno@clisp.org>
13994
13995         Fix alignof macro.
13996         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
13997         vendor compilers that are always correct.
13998
13999 2009-05-12  Bruno Haible  <bruno@clisp.org>
14000
14001         Make the MAP_ANONYMOUS detection work on HP-UX 11.
14002         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
14003         not whether its fully works.
14004
14005 2009-05-12  Bruno Haible  <bruno@clisp.org>
14006
14007         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
14008
14009 2009-05-12  Jim Meyering  <meyering@redhat.com>
14010
14011         * top/maint.mk: Adjust backslash alignment.
14012
14013 2009-05-11  Simon Josefsson  <simon@josefsson.org>
14014
14015         * top/maint.mk: Make $(srcdir)/build-aux configurable.
14016
14017 2009-05-11  Eric Blake  <ebb9@byu.net>
14018
14019         argp: avoid undefined behavior
14020         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
14021         macros.
14022
14023 2009-05-08  Simon Josefsson  <simon@josefsson.org>
14024
14025         * tests/test-vc-list-files-git.sh: Do git config of user.email and
14026         user.name to prevent git commit from complaining.
14027
14028 2009-05-10  Bruno Haible  <bruno@clisp.org>
14029
14030         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
14031         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
14032         it rewrites every file name only once.
14033         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
14034
14035 2009-05-08  Bruno Haible  <bruno@clisp.org>
14036
14037         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
14038         instead of 'max'.
14039
14040 2009-05-08  Simon Josefsson  <simon@josefsson.org>
14041
14042         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
14043         sockaddr_storage test.
14044
14045 2009-05-07  Simon Josefsson  <simon@josefsson.org>
14046
14047         * modules/sys_socket (Makefile.am): Substitute
14048         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
14049         * m4/sys_socket_h.m4: Check for sockaddr_storage.
14050         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
14051         * tests/test-sys_socket.c: Check sockaddr_storage.
14052
14053 2009-05-08  Bruno Haible  <bruno@clisp.org>
14054
14055         New module 'alignof'.
14056         * lib/alignof.h: New file.
14057         * modules/alignof: New file.
14058
14059 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14060             Bruno Haible  <bruno@clisp.org>
14061
14062         Fix test-file-has-acl on FreeBSD.
14063         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
14064         mask is implicitly added.
14065         * tests/test-file-has-acl.c: Include <signal.h>.
14066         (main): Terminate the test after 5 seconds.
14067         * modules/acl-tests (configure.ac): Check for alarm function.
14068
14069 2009-05-04  Bruno Haible  <bruno@clisp.org>
14070
14071         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
14072         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
14073         * modules/errno (configure.ac): Drop AC_REQUIRE.
14074         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
14075         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
14076
14077 2009-05-04  Simon Josefsson  <simon@josefsson.org>
14078
14079         * modules/glob-tests: New module.
14080         * tests/test-glob.c: Add.
14081
14082 2009-05-04  Simon Josefsson  <simon@josefsson.org>
14083
14084         * modules/fnmatch-tests: New module.
14085         * tests/test-fnmatch.c: Add.
14086
14087 2009-05-04  Eric Blake  <ebb9@byu.net>
14088
14089         maint: make the new no-submodule-changes rule VPATH-safe
14090         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
14091
14092 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14093             Bruno Haible  <bruno@clisp.org>
14094
14095         acl: Fix infinite loop on FreeBSD.
14096         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
14097         of return value from acl_get_entry.
14098         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
14099         Likewise.
14100
14101 2009-05-03  Bruno Haible  <bruno@clisp.org>
14102
14103         * lib/acl-internal.h (acl_entries): Clarify return value.
14104         * lib/acl_entries.c (acl_entries): Likewise.
14105
14106 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14107
14108         Bug fix in acl module.
14109         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
14110
14111 2009-05-03  Bruno Haible  <bruno@clisp.org>
14112
14113         Create gperf-generated file in the source dir, not in the build dir.
14114         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
14115         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
14116         * modules/unicase/locale-language (unicase/locale-languages.h):
14117         Likewise.
14118         * modules/unicase/special-casing (unicase/special-casing-table.h):
14119         Likewise.
14120         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
14121         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
14122         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
14123         Reported by Ralf Wildenhues.
14124
14125 2009-05-03  Bruno Haible  <bruno@clisp.org>
14126
14127         * modules/fnmatch (Description, configure.ac): Taken from
14128         fnmatch-posix.
14129         * modules/fnmatch-posix: Turn into a symbolic reference to the
14130         'fnmatch' module, and deprecate.
14131         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
14132
14133 2009-05-03  Bruno Haible  <bruno@clisp.org>
14134
14135         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
14136         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
14137         Reported by Ralf Wildenhues.
14138
14139 2009-05-04  Simon Josefsson  <simon@josefsson.org>
14140
14141         * m4/fnmatch.m4: Fix fnmatch re-define.
14142
14143 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14144
14145         priv-set: new module and tests; adapt write-any-file
14146         * lib/priv-set.c: New file.
14147         * lib/priv-set.h: New file.
14148         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
14149         * lib/write-any-file.c: Simplify by using priv-set module.
14150         * m4/priv-set.m4: New file.
14151         * modules/priv-set: New file.
14152         * modules/unlinkdir: Add dependency on priv-set module.
14153         * modules/write-any-file: Likewise.
14154
14155         Tests for module 'priv-set'.
14156         * modules/priv-set-tests: New file.
14157         * tests/test-priv-set.c: New file.
14158
14159 2009-05-03  Jim Meyering  <meyering@redhat.com>
14160             Bruno Haible  <bruno@clisp.org>
14161
14162         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
14163         use the converted UTF-8 variant of the name instead.
14164
14165 2009-05-03  Jim Meyering  <meyering@redhat.com>
14166
14167         tests: tighten some getdate tests
14168         * tests/test-getdate.c (main): Tighten tests: require equality,
14169         not just greater than.  Set TZ envvar to UTC0.
14170
14171 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
14172
14173         getdate: correctly interpret "next monday" when run on a Monday
14174         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
14175         that e.g., "next tues" (when run on a tuesday) results in a date
14176         that is one week in the future, and not today's date.
14177         I.e., add a week when the wday is the same as the current one.
14178         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
14179         and earlier by Martin Bernreuther and Jan Minář.
14180         * tests/test-getdate.c (main): Check that "next DAY" is always in
14181         the future and that "last DAY" is always in the past.
14182
14183 2009-05-02  Jim Meyering  <meyering@redhat.com>
14184
14185         build: ensure that a release build fails when a submodule is unclean
14186         * top/maint.mk (no-submodule-changes): New rule.
14187         (alpha beta major): Depend on it.
14188
14189 2009-05-02  Bruno Haible  <bruno@clisp.org>
14190
14191         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
14192         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
14193         shell variable gl_fnmatch_required to detect which variant is
14194         requested.
14195         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
14196         gl_FUNC_FNMATCH_POSIX.
14197         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
14198         exclude fnmatch-posix.
14199
14200 2009-05-02  Bruno Haible  <bruno@clisp.org>
14201
14202         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
14203         * modules/mbsrtowcs (License): Change to LGPLv2+.
14204         * modules/strnlen1 (License): Likewise.
14205         Reported by Simon Josefsson.
14206
14207 2009-05-02  Bruno Haible  <bruno@clisp.org>
14208
14209         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
14210         "cross".
14211         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
14212         gnulib-tool was called with option --source-base=lib.
14213
14214 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14215
14216         Use automake *-local hooks without commands, for extensibility.
14217         * modules/localcharset (Makefile.am): Rename install-exec-local
14218         rule to install-exec-localcharset, and make it a prerequisite of
14219         install-exec-local.  Likewise, rename the uninstall-local rule to
14220         uninstall-localcharset, and make it a prerequisite of the former.
14221
14222 2009-05-01  Bruno Haible  <bruno@clisp.org>
14223
14224         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
14225         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
14226         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
14227         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
14228         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
14229         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
14230         m4/locale-zh.m4, m4/codeset.m4.
14231
14232         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
14233         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
14234         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
14235         m4/locale-zh.m4.
14236
14237         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
14238         REPLACE_WCRTOMB if mbstate_t must be replaced.
14239         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
14240         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
14241
14242 2009-05-01  Bruno Haible  <bruno@clisp.org>
14243
14244         Avoid compiler warnings when redefining macros defined by <libintl.h>.
14245         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
14246         dngettext, dcngettext, textdomain, bindtextdomain,
14247         bind_textdomain_codeset): Undefine before redefining.
14248
14249 2009-04-30  Bruno Haible  <bruno@clisp.org>
14250
14251         Fix bug introduced on 2009-04-25.
14252         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
14253         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
14254         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
14255         is defined.
14256         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
14257         is defined.
14258         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
14259         is defined.
14260         Reported by Elbert_Pol <elbert.pol@gmail.com>.
14261
14262 2009-04-28  Bruno Haible  <bruno@clisp.org>
14263
14264         Comment tweaks.
14265         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
14266         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
14267         * lib/unicase.h (u*_casexfrm): Likewise.
14268         Reported by Paolo Bonzini.
14269
14270 2009-04-28  Bruno Haible  <bruno@clisp.org>
14271
14272         Fix a compilation error.
14273         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
14274         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
14275         Reported by Jim Meyering.
14276
14277 2009-04-27  Bruno Haible  <bruno@clisp.org>
14278
14279         New module 'libunistring'.
14280         * modules/libunistring: New file.
14281         * m4/libunistring.m4: New file.
14282         * MODULES.html.sh (Unicode string functions): Add it.
14283
14284 2009-04-27  Eric Blake  <ebb9@byu.net>
14285
14286         maint.mk: allow package-specific header to provide <config.h>
14287         * top/maint.mk (sc_require_config_h): New variable.
14288         (sc_require_config_h, sc_require_config_h_first): Use it.
14289
14290 2009-04-27  Simon Josefsson  <simon@josefsson.org>
14291
14292         * top/maint.mk (sc_avoid_if_before_free): Except
14293         useless-if-before-free script.
14294
14295 2009-04-27  Eric Blake  <ebb9@byu.net>
14296
14297         maintainer-makefile: depend on all required helper scripts
14298         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
14299         useless-if-before-free.
14300         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
14301         version, rather than assuming gnulib checkout is available.
14302         Reported by Simen Josefsson.
14303
14304 2009-04-26  Bruno Haible  <bruno@clisp.org>
14305
14306         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
14307         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
14308         "../" or "..".
14309
14310 2009-04-26  Bruno Haible  <bruno@clisp.org>
14311
14312         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
14313         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
14314         AC_LIB_HAVE_LINKFLAGS.
14315
14316 2009-04-26  Bruno Haible  <bruno@clisp.org>
14317
14318         Simplify calling convention of u*_conv_from_encoding.
14319         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
14320         u32_conv_from_encoding): Expect a resultbuf argument and return the
14321         result directly as a pointer.
14322         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
14323         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
14324         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
14325         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
14326         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
14327         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
14328         Update.
14329         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
14330         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
14331         * lib/vasnprintf.c (VASNPRINTF): Update.
14332         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
14333         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
14334         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
14335         * NEWS: Mention the change.
14336
14337 2009-04-26  Bruno Haible  <bruno@clisp.org>
14338
14339         Simplify calling convention of u*_conv_to_encoding.
14340         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
14341         u32_conv_to_encoding): Expect a resultbuf argument and return the
14342         result directly as a pointer.
14343         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
14344         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
14345         freeing scaled_offsets if mem_iconveha failed.
14346         * lib/unicase/u-casexfrm.h (FUNC): Update.
14347         * lib/uninorm/u-normxfrm.h (FUNC): Update.
14348         * lib/vasnprintf.c (VASNPRINTF): Update.
14349         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
14350         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
14351         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
14352         * NEWS: Mention the change.
14353
14354 2009-04-26  Bruno Haible  <bruno@clisp.org>
14355
14356         Avoid test failures on AIX and OSF/1.
14357         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
14358         malloc(0).
14359         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
14360         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
14361         Likewise.
14362         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
14363         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
14364         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
14365         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
14366         * doc/posix-functions/malloc.texi: Document the portability problem
14367         related to malloc(0).
14368
14369 2009-04-26  Bruno Haible  <bruno@clisp.org>
14370
14371         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
14372         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
14373         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
14374
14375 2009-04-25  Bruno Haible  <bruno@clisp.org>
14376
14377         Avoid link error when creating a namespace clean library.
14378         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
14379         as macro with arguments if already defined as an alias.
14380         * lib/signbitf.c (gl_signbitf): Don't undefine.
14381         * lib/signbitd.c (gl_signbitd): Don't undefine.
14382         * lib/signbitl.c (gl_signbitl): Don't undefine.
14383
14384 2009-04-25  Jim Meyering  <meyering@redhat.com>
14385
14386         vc-list-files: fix another quoting bug
14387         * build-aux/vc-list-files: Avoid sed backslash expansion
14388         of pathological directory names.
14389
14390 2009-04-25  Eric Blake  <ebb9@byu.net>
14391
14392         vc-list-files: fix shell quoting error
14393         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
14394         timestamp.
14395
14396 2009-04-25  Jim Meyering  <meyering@redhat.com>
14397
14398         vc-list-files: restore lost functionality with subdir argument
14399         * build-aux/vc-list-files: When given a non-"." sub-directory
14400         argument, substitute the $dir/ prefix back onto each resulting name.
14401         Otherwise, coreutils' root_tests check would fail.
14402
14403 2009-04-24  Eric Blake  <ebb9@byu.net>
14404
14405         vc-list-files: ignore git symlinks
14406         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
14407         than ls-files, to ignore git symlinks.
14408
14409         maint.mk: import improvements from m4
14410         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
14411         (move_if_change): Delete unused macro.
14412         (news-date-check, vc-diff-check): Support VPATH builds.
14413         (announcement): Likewise.  Split --bootstrap-tools list...
14414         (boostrap-tools): ...into separate list, which can be overridden
14415         in cfg.mk.
14416         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
14417         requiring dependency on useless-if-before-free module.
14418         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
14419         Support VPATH builds.
14420
14421 2009-04-24  Jim Meyering  <meyering@redhat.com>
14422
14423         maint.mk: remove coreutils-specific rules and variables
14424         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
14425         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
14426         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
14427
14428         maint.mk: remove obsolete rule
14429         * top/maint.mk (rel-check): Remove rule.
14430         (WGET, WGETFLAGS): Remove now-unused variables.
14431
14432 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14433
14434         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
14435         consistency.
14436
14437         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
14438         '$(PATH_SEPARATOR)' instead of ':'.
14439
14440 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14441
14442         * lib/getopt1.c (main): Use 'const' for static array.
14443
14444 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14445
14446         * top/maint.mk: Sync with coreutils.
14447         * NEWS: Explain incompatibilities.
14448
14449 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14450             Bruno Haible  <bruno@clisp.org>
14451
14452         Fix cross-compilation results.
14453         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
14454         statement, as third argument of AC_TRY_RUN.
14455         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
14456         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
14457         Likewise.
14458         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
14459         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
14460         Likewise.
14461         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
14462         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
14463         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
14464
14465 2009-04-20  Bruno Haible  <bruno@clisp.org>
14466
14467         Avoid test failure on mingw.
14468         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
14469
14470 2009-04-20  Bruno Haible  <bruno@clisp.org>
14471
14472         Avoid compilation error on mingw.
14473         * modules/localename-tests (Depends-on): Add locale.
14474
14475 2009-04-19  Bruno Haible  <bruno@clisp.org>
14476
14477         Support for building a shared library on Windows platforms.
14478         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
14479         (main): Test the presence of UNINORM_NFC here.
14480         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
14481         (main): Test the presence of UNINORM_NFD here.
14482         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
14483         (main): Test the presence of UNINORM_NFKC here.
14484         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
14485         (main): Test the presence of UNINORM_NFKD here.
14486
14487 2009-04-19  Bruno Haible  <bruno@clisp.org>
14488
14489         Avoid a compiler warning.
14490         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
14491         Change type of variable 'sequence'.
14492
14493 2009-04-19  Bruno Haible  <bruno@clisp.org>
14494
14495         * modules/configmake (Makefile.am): When the contents of configmake.h
14496         does not change, arrange to preserve its modification time.
14497
14498 2009-04-17  Simon Josefsson  <simon@josefsson.org>
14499
14500         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
14501         gettext domain.
14502
14503 2009-04-16  Jim Meyering  <meyering@redhat.com>
14504
14505         useless-if-before-free: improve conversion code
14506         * build-aux/useless-if-before-free: Adjust code-in-comment to match
14507         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
14508
14509 2009-04-14  Bruno Haible  <bruno@clisp.org>
14510
14511         * modules/fcntl (Depends-on): Add extensions.
14512         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
14513
14514 2009-04-12  Ben Pfaff  <blp@gnu.org>
14515
14516         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
14517         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
14518
14519 2009-03-20  Ben Pfaff  <blp@gnu.org>
14520
14521         Make rename replace existing destinations on Windows.
14522         * m4/rename.m4: Add test for Mingw.
14523         * lib/rename.c: Add rename replacement that uses MoveFileEx with
14524         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
14525         * doc/posix-functions/rename.texi: Document.
14526
14527 2009-04-10  Bruno Haible  <bruno@clisp.org>
14528
14529         New include file "iconveh.h".
14530         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
14531         * lib/striconveh.h: Include it.
14532         (enum iconv_ilseq_handler): Remove definition.
14533         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
14534         striconveh.h.
14535         * lib/striconveha.c: Include striconveh.h.
14536         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
14537         * modules/striconveh (Files): Add lib/iconveh.h.
14538         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
14539         lib/striconveh.h.
14540
14541 2009-04-10  Bruno Haible  <bruno@clisp.org>
14542
14543         * lib/uniconv.h: Update comment.
14544
14545 2009-04-10  Bruno Haible  <bruno@clisp.org>
14546
14547         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
14548         always.
14549         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
14550         * lib/unistr/u16-mbtouc-aux.c: Likewise.
14551         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
14552         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
14553         "unistring-notinline.h", so that the function gets defined always.
14554         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
14555         * lib/unistr/u8-uctomb.c: Likewise.
14556         * lib/unistr/u16-mbtouc.c: Likewise.
14557         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
14558         * lib/unistr/u16-uctomb.c: Likewise.
14559         * lib/unistr/u32-mbtouc.c: Likewise.
14560         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
14561         * lib/unistr/u32-uctomb.c: Likewise.
14562
14563 2009-04-10  Bruno Haible  <bruno@clisp.org>
14564
14565         Mark 'utime' obsolete.
14566         * modules/utime (Status, Notice): New sections.
14567         Suggested by Jim Meyering.
14568
14569         Fix cross-compile guess for utime test.
14570         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
14571         autoconf.
14572         * doc/posix-functions/utime.texi: Give more precisions.
14573         Reported by Jan <ipif@ymail.com>.
14574
14575 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
14576
14577         filevercmp: correct today's change
14578         * lib/filevercmp.c: Also handle coreutils' test inputs.
14579         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
14580
14581         Fix regression in 'filevercmp' module. Thanks Sven Joachim
14582         for reporting it.
14583         * lib/filevercmp.c: Special handle for "", "." and "..".
14584         * tests/test-filevercmp.c: Enlarge the set suite.
14585
14586 2009-04-07  Jim Meyering  <meyering@redhat.com>
14587
14588         useless-if-before-free: show how to remove braced useless free, too
14589         * build-aux/useless-if-before-free: still only in a comment, though.
14590
14591 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
14592
14593         maint.mk: import changes to syntax-check macros from coreutils
14594         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
14595         Use them in the relevant macros.
14596
14597 2009-04-06  Bruno Haible  <bruno@clisp.org>
14598
14599         Fix unportable use of bit-fields.
14600         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
14601         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
14602         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
14603
14604 2009-04-06  Bruno Haible  <bruno@clisp.org>
14605
14606         Avoid test failures on AIX and OSF/1.
14607         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
14608         that malloc(0) = NULL.
14609         * tests/unicase/test-u8-tolower.c (check): Likewise.
14610         * tests/unicase/test-u8-totitle.c (check): Likewise.
14611         * tests/unicase/test-u8-toupper.c (check): Likewise.
14612         * tests/unicase/test-u16-casefold.c (check): Likewise.
14613         * tests/unicase/test-u16-tolower.c (check): Likewise.
14614         * tests/unicase/test-u16-totitle.c (check): Likewise.
14615         * tests/unicase/test-u16-toupper.c (check): Likewise.
14616         * tests/unicase/test-u32-casefold.c (check): Likewise.
14617         * tests/unicase/test-u32-tolower.c (check): Likewise.
14618         * tests/unicase/test-u32-totitle.c (check): Likewise.
14619         * tests/unicase/test-u32-toupper.c (check): Likewise.
14620         * tests/uninorm/test-u8-nfc.c (check): Likewise.
14621         * tests/uninorm/test-u8-nfd.c (check): Likewise.
14622         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
14623         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
14624         * tests/uninorm/test-u16-nfc.c (check): Likewise.
14625         * tests/uninorm/test-u16-nfd.c (check): Likewise.
14626         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
14627         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
14628         * tests/uninorm/test-u32-nfc.c (check): Likewise.
14629         * tests/uninorm/test-u32-nfd.c (check): Likewise.
14630         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
14631         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
14632
14633 2009-04-05  Bruno Haible  <bruno@clisp.org>
14634
14635         Work around an autoconf limitation.
14636         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
14637         comment line if it would be longer than 3 KB.
14638
14639 2009-04-05  Bruno Haible  <bruno@clisp.org>
14640
14641         Avoid test failure with libiconv-1.13.
14642         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
14643         of the expected test results.
14644
14645 2009-04-05  Bruno Haible  <bruno@clisp.org>
14646
14647         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
14648         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
14649         that it should be installed.
14650
14651 2009-04-05  Bruno Haible  <bruno@clisp.org>
14652
14653         * gnulib-tool: New option --copy-file.
14654         (func_usage): Document it.
14655         (func_dest_tmpfilename): Moved out of func_import.
14656         (func_add_file, func_update_file): New functions, extracted from
14657         func_import.
14658         (func_import): Update.
14659
14660 2009-04-05  Karl Berry  <karl@gnu.org>
14661
14662         * README: prominently mention gnulib-tool.
14663         Rearrange sections so getting the code is near the top.
14664
14665 2009-04-05  Bruno Haible  <bruno@clisp.org>
14666
14667         * lib/unicase.h: Mention u*_cmp2.
14668         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
14669         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
14670         * lib/unicase/ulc-casecmp.c: Likewise.
14671         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
14672         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
14673         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
14674         unistr/u8-cmp.
14675         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
14676         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
14677         unistr/u16-cmp.
14678         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
14679         unistr/u32-cmp.
14680
14681         * lib/uninorm.h: Mention u*_cmp2.
14682         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
14683         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
14684         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
14685         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
14686         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
14687         unistr/u8-cmp.
14688         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
14689         unistr/u16-cmp.
14690         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
14691         unistr/u32-cmp.
14692
14693         New module 'unistr/u32-cmp2'.
14694         * lib/unistr/u32-cmp2.c: New file.
14695         * modules/unistr/u32-cmp2: New file.
14696
14697         New module 'unistr/u16-cmp2'.
14698         * lib/unistr/u16-cmp2.c: New file.
14699         * modules/unistr/u16-cmp2: New file.
14700
14701         New module 'unistr/u8-cmp2'.
14702         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
14703         * lib/unistr/u8-cmp2.c: New file.
14704         * lib/unistr/u-cmp2.h: New file.
14705         * modules/unistr/u8-cmp2: New file.
14706
14707 2009-04-05  Bruno Haible  <bruno@clisp.org>
14708
14709         * lib/unictype.h (uc_property_is_valid): New macro.
14710         * tests/unictype/test-pr_byname.c (main): Use it.
14711
14712         * lib/unistr.h: Doc fixes.
14713         * lib/uniconv.h: Doc fixes.
14714         * lib/unictype.h: Doc fixes.
14715
14716 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
14717
14718         Port coreutils 7.2 to Solaris 8.
14719
14720         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
14721         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
14722         for Solaris 8.  This is a bit of a hack, as it means it's the
14723         caller's responsibility to add -lnsl if needed, but most likely it
14724         won't be needed since only getaddrinfo uses this and getaddrinfo
14725         isn't needed on Solaris 8.
14726
14727         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
14728         problem to Solaris 8 encountered with coreutils 7.2, which
14729         resulted in a message "fnmatch.c:292: warning: passing argument 4
14730         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
14731         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
14732
14733 2009-04-03  Simon Josefsson  <simon@josefsson.org>
14734
14735         * m4/ld-version-script.m4: Add FIXME comment.
14736
14737 2009-04-02  Simon Josefsson  <simon@josefsson.org>
14738
14739         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
14740         SOVERSION variable.
14741
14742 2009-04-02  Bruno Haible  <bruno@clisp.org>
14743
14744         * Makefile (info, html, dvi, pdf): Combine the rules.
14745         Suggested by Jim Meyering.
14746
14747 2009-04-01  Bruno Haible  <bruno@clisp.org>
14748
14749         * Makefile (info, html, dvi, pdf): New targets.
14750         Reported by Reuben Thomas <rrt@sc3d.org>.
14751
14752 2009-04-01  Bruno Haible  <bruno@clisp.org>
14753
14754         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
14755         can be put into PATH.
14756         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
14757
14758 2009-04-01  Bruno Haible  <bruno@clisp.org>
14759
14760         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
14761
14762 2009-04-01  Bruno Haible  <bruno@clisp.org>
14763
14764         Rename module 'visibility'.
14765         * modules/lib-symbol-visibility: Renamed from modules/visibility.
14766         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
14767         * doc/gnulib.texi: Update.
14768         * MODULES.html.sh (Misc): Update.
14769         * NEWS: Mention the change.
14770
14771 2009-04-01  Simon Josefsson  <simon@josefsson.org>
14772
14773         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
14774         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
14775         Eric Blake <ebb9@byu.net> for review.
14776         * MODULES.html.sh: Add lib-msvc-compat.
14777         * doc/gnulib.texi: Link to new section.
14778         * m4/ld-output-def.m4: New file.
14779         * doc/ld-output-def.texi: New file.
14780
14781 2009-04-01  Simon Josefsson  <simon@josefsson.org>
14782
14783         Rename ld-version-script to lib-symbol-versions.  Suggested by
14784         Bruno Haible <bruno@clisp.org>.
14785         * modules/ld-version-script: Renamed to lib-symbol-versions.
14786         * doc/ld-version-script.texi: Fix module name.
14787         * MODULES.html.sh: Add lib-symbol-versions.
14788
14789 2009-03-31  Simon Josefsson  <simon@josefsson.org>
14790
14791         * modules/u64-tests: New file.
14792         * tests/test-u64.c: New file.
14793
14794 2009-03-04  Simon Josefsson  <simon@josefsson.org>
14795
14796         * MODULES.html.sh: Mention u64.
14797         * modules/u64: New module.
14798         * modules/crypto/sha512: Depend on u64 module instead of providing
14799         u64.h.
14800
14801 2009-03-27  Eric Blake  <ebb9@byu.net>
14802
14803         test-strerror: make debugging EAI_SYSTEM easier
14804         * modules/getaddrinfo-tests (Depends-on): Add strerror.
14805         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
14806         failure was EAI_SYSTEM.
14807
14808 2009-03-25  Bruno Haible  <bruno@clisp.org>
14809
14810         Fix a problem with --enable-relocatable on Solaris 7.
14811         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
14812         since 2008-02-24.
14813
14814 2009-03-25  Eric Blake  <ebb9@byu.net>
14815
14816         test-sockets: avoid gcc warning
14817         * tests/test-sockets.c (main): Silence compiler warning.
14818
14819 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
14820
14821         New modules nproc, pthread, contributed by Glen Lenker.
14822
14823         * MODULES.html.sh: Add pthread, nproc.
14824         * lib/nproc.c: New file.
14825         * lib/nproc.h: New file.
14826         * lib/pthread.in.h: New file.
14827         * m4/pthread.m4: New file.
14828         * modules/nproc: New file.
14829         * modules/pthread: New file.
14830
14831 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14832
14833         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
14834         New variable.
14835
14836 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
14837
14838         filevercmp: handle simple~ and numbered.~3~ backup suffixes
14839         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
14840         * tests/test-filevercmp.c: Add tests for backup suffixes.
14841
14842 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14843
14844         * modules/stdlib (Depends-on): Add stdint, needed when defining
14845         struct random_data on, for example, HP-UX 10.20.  Reported by
14846         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
14847
14848 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14849
14850         * lib/readline.c (readline): Call fflush on stdout after printing
14851         prompt.
14852
14853 2009-03-20  Bruno Haible  <bruno@clisp.org>
14854
14855         Remove dependency from 'close' module to -lws2_32 on native Windows.
14856         * lib/close-hook.h: New file.
14857         * lib/close-hook.c: New file.
14858         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
14859         w32sock.h.
14860         (_gl_close_fd_maybe_socket): Remove function.
14861         (rpl_close): Invoke execute_all_close_hooks instead of
14862         _gl_close_fd_maybe_socket.
14863         * lib/sockets.c: Include close-hook.h, w32sock.h.
14864         (close_fd_maybe_socket): New function, essentially from lib/close.c.
14865         (close_sockets_hook): New variable.
14866         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
14867         (gl_sockets_cleanup): Unregister it.
14868         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
14869         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
14870         * modules/close-hook: New file.
14871         * modules/close (Files): Remove lib/w32sock.h.
14872         (Depends-on): Add close-hook.
14873         (Link): Remove section.
14874         * modules/sockets (Files): Add lib/w32sock.h.
14875         (Depends-on): Add close-hook.
14876         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
14877         invocation.
14878         * NEWS: Mention that LIB_CLOSE is gone.
14879
14880 2009-03-23  Eric Blake  <ebb9@byu.net>
14881
14882         signal-tests: test previous patch
14883         * tests/test-signal.c: New file.
14884         * modules/signal-tests: Likewise.
14885
14886         signal.h: always support 'volatile sig_atomic_t'
14887         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
14888         (gl_SIGNAL_H_DEFAULTS): Add a default.
14889         * modules/signal (Makefile.am): Substitute if needed.
14890         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
14891         users can blindly add volatile.
14892         * doc/posix-headers/signal.texi (signal.h): Document it.
14893         Reported by Matthew Woehlke.
14894
14895 2009-03-23  Jim Meyering  <meyering@redhat.com>
14896
14897         pathmax: PATH_MAX: use pathconf only when available
14898         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
14899         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
14900         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
14901         This avoids a link failure in a PSP cross-compilation environment
14902         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
14903
14904         * lib/vasnprintf.c (divide): Fix typo in comment.
14905
14906 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14907
14908         * gnulib-tool (func_filter_filelist): Fix comment.
14909
14910 2009-03-20  Bruno Haible  <bruno@clisp.org>
14911
14912         Make sockets.h self-contained.
14913         * lib/sockets.c: Include sockets.h first.
14914         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
14915
14916 2009-03-19  Eric Blake  <ebb9@byu.net>
14917
14918         doc: mention more functions added in cygwin 1.7.0
14919         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
14920         addition.
14921         * doc/posix-functions/log2f.texi: Likewise.
14922
14923 2009-03-19  Jim Meyering  <meyering@redhat.com>
14924
14925         fsusage: avoid syntax error due to statement-before-declaration
14926         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
14927         after all declarations.  Reported by Matthew Woehlke in
14928         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
14929
14930 2009-03-18  Eric Blake  <ebb9@byu.net>
14931
14932         build-aux/compile: sync from automake
14933         * build-aux/compile: New file, from automake.
14934         * config/srclist.txt: Mention build-aux/compile.
14935
14936 2009-03-17  Bruno Haible  <bruno@clisp.org>
14937
14938         * lib/git-merge-changelog.c: Fix typo in comment.
14939         Reported by Reuben Thomas <rrt@sc3d.org>.
14940
14941 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
14942
14943         * m4/regex.m4: update and improve help for
14944         --without-included-regex.
14945
14946 2009-03-17  Simon Josefsson  <simon@josefsson.org>
14947
14948         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
14949         failure on missing include files.
14950
14951 2009-03-17  Eric Blake  <ebb9@byu.net>
14952
14953         doc: mention more functions added in cygwin 1.7.0
14954         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
14955         addition.
14956         * doc/posix-functions/fwscanf.texi: Likewise.
14957         * doc/posix-functions/swprintf.texi: Likewise.
14958         * doc/posix-functions/swscanf.texi: Likewise.
14959         * doc/posix-functions/vfwprintf.texi: Likewise.
14960         * doc/posix-functions/vfwscanf.texi: Likewise.
14961         * doc/posix-functions/vswprintf.texi: Likewise.
14962         * doc/posix-functions/vswscanf.texi: Likewise.
14963         * doc/posix-functions/vwprintf.texi: Likewise.
14964         * doc/posix-functions/vwscanf.texi: Likewise.
14965         * doc/posix-functions/wcscasecmp.texi: Likewise.
14966         * doc/posix-functions/wcsdup.texi: Likewise.
14967         * doc/posix-functions/wcsftime.texi: Likewise.
14968         * doc/posix-functions/wcsncasecmp.texi: Likewise.
14969         * doc/posix-functions/wprintf.texi: Likewise.
14970         * doc/posix-functions/wscanf.texi: Likewise.
14971         * doc/glibc-functions/gethostbyname2.texi: Likewise.
14972
14973 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14974
14975         maint.mk: really add $(AM_MAKEFLAGS)
14976         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
14977         was inadvertently omitted in the last commit.
14978         Spotted by Bruno Haible.
14979
14980         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
14981         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
14982         $(AM_MAKEFLAGS)' rather than plain `make'.
14983
14984         gnulib-tool: execute $MAKE not make
14985         * gnulib-tool: Default $MAKE to 'make'.
14986         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
14987         than make.  Initialize $MAKE in the do-autobuild script.
14988
14989         gnulib-tool: use $MAKE not make in generated files
14990         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
14991         make, in generated files.  Initialize $MAKE in the do-autobuild
14992         script.
14993
14994         * top/GNUmakefile (_have-git-version-gen): Fix typo.
14995
14996         GNUmakefile: disable parallelism only for multiple, recursive targets
14997         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
14998         additions in the Makefile.
14999         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
15000         by Automake.
15001         (.NOTPARALLEL): Only disable parallel builds if multiple targets
15002         are listed on the command line and at least one of them is
15003         listed in $(ALL_RECURSIVE_TARGETS).
15004
15005 2009-03-14  Bruno Haible  <bruno@clisp.org>
15006
15007         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
15008         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
15009         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
15010         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
15011         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
15012         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
15013         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
15014         unistr/u8-uctomb.
15015         * modules/unistr/u8-strchr (Depends-on): Likewise.
15016         * modules/unistr/u8-strrchr (Depends-on): Likewise.
15017         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
15018         unistr/u16-uctomb.
15019         * modules/unistr/u16-strchr (Depends-on): Likewise.
15020         * modules/unistr/u16-strrchr (Depends-on): Likewise.
15021
15022 2009-03-12  Bruno Haible  <bruno@clisp.org>
15023
15024         Work around select() bug on Interix 3.5.
15025         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
15026         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
15027         * m4/select.m4: New file.
15028         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
15029         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
15030         * modules/select (Files): Add m4/select.m4.
15031         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
15032         * modules/nanosleep (Depends-on): Add select.
15033         * modules/poll (Depends-on): Likewise.
15034         * doc/posix-functions/select.texi: Mention the Interix bug.
15035         Reported by Markus Duft <mduft@gentoo.org>.
15036
15037         * lib/select.c: Renamed from lib/winsock-select.c.
15038         * modules/select (Files): Add lib/select.c, remove
15039         lib/winsock-select.c.
15040         (configure.ac): Update.
15041
15042 2009-03-12  Jim Meyering  <meyering@redhat.com>
15043
15044         avoid gcc warnings about unused macro definitions
15045         * lib/readtokens.c (STREQ): Remove unused definition.
15046         * lib/xmalloc.c (SIZE_MAX): Likewise.
15047         * lib/openat-die.c (N_): Likewise.
15048         * lib/mountlist.c (SIZE_MAX): Remove definition.
15049         Instead, include <stdint.h>.
15050         * lib/readutmp.c: Likewise.
15051         * modules/readutmp (Depends-on): Add stdint.
15052         * modules/mountlist (Depends-on): Add stdint.
15053         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
15054
15055 2009-03-10  Bruno Haible  <bruno@clisp.org>
15056
15057         Tests for module 'mbmemcasecoll'.
15058         * modules/mbmemcasecoll-tests: New file.
15059         * tests/test-mbmemcasecoll1.sh: New file.
15060         * tests/test-mbmemcasecoll2.sh: New file.
15061         * tests/test-mbmemcasecoll3.sh: New file.
15062         * tests/test-mbmemcasecoll.c: New file.
15063
15064         New module 'mbmemcasecoll'.
15065         * lib/mbmemcasecoll.h: New file.
15066         * lib/mbmemcasecoll.c: New file.
15067         * modules/mbmemcasecoll: New file.
15068
15069         * tests/test-mbmemcasecmp.h: New file, extracted from
15070         tests/test-mbmemcasecmp.c.
15071         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
15072         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
15073         (main): Update.
15074         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
15075
15076 2009-03-09  Bruno Haible  <bruno@clisp.org>
15077
15078         Tests for module 'mbmemcasecmp'.
15079         * modules/mbmemcasecmp-tests: New file.
15080         * tests/test-mbmemcasecmp1.sh: New file.
15081         * tests/test-mbmemcasecmp2.sh: New file.
15082         * tests/test-mbmemcasecmp3.sh: New file.
15083         * tests/test-mbmemcasecmp.c: New file.
15084
15085         New module 'mbmemcasecmp'.
15086         * lib/mbmemcasecmp.h: New file.
15087         * lib/mbmemcasecmp.c: New file.
15088         * modules/mbmemcasecmp: New file.
15089
15090 2009-03-09  Bruno Haible  <bruno@clisp.org>
15091
15092         Tests for module 'unicase/ulc-casecoll'.
15093         * modules/unicase/ulc-casecoll-tests: New file.
15094         * tests/unicase/test-ulc-casecoll1.sh: New file.
15095         * tests/unicase/test-ulc-casecoll2.sh: New file.
15096         * tests/unicase/test-ulc-casecoll.c: New file.
15097
15098         New module 'unicase/ulc-casecoll'.
15099         * lib/unicase.h (ulc_casecoll): New declaration.
15100         * lib/unicase/ulc-casecoll.c: New file.
15101         * modules/unicase/ulc-casecoll: New file.
15102
15103         New module 'unicase/ulc-casexfrm'.
15104         * lib/unicase.h (ulc_casexfrm): New declaration.
15105         * lib/unicase/ulc-casexfrm.c: New file.
15106         * modules/unicase/ulc-casexfrm: New file.
15107
15108 2009-03-09  Bruno Haible  <bruno@clisp.org>
15109
15110         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
15111         invocations.
15112
15113         * m4/mbscasecmp.m4: Remove file.
15114         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
15115         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
15116
15117         * m4/mbscasestr.m4: Remove file.
15118         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
15119         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
15120
15121         * m4/mbschr.m4: Remove file.
15122         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
15123         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
15124
15125         * m4/mbscspn.m4: Remove file.
15126         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
15127         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
15128
15129         * m4/mbslen.m4: Remove file.
15130         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
15131         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
15132
15133         * m4/mbsncasecmp.m4: Remove file.
15134         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
15135         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
15136
15137         * m4/mbsnlen.m4: Remove file.
15138         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
15139         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
15140
15141         * m4/mbspbrk.m4: Remove file.
15142         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
15143         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
15144
15145         * m4/mbspcasecmp.m4: Remove file.
15146         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
15147         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
15148
15149         * m4/mbsrchr.m4: Remove file.
15150         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
15151         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
15152
15153         * m4/mbssep.m4: Remove file.
15154         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
15155         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
15156
15157         * m4/mbsspn.m4: Remove file.
15158         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
15159         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
15160
15161         * m4/mbsstr.m4: Remove file.
15162         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
15163         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
15164
15165         * m4/mbstok_r.m4: Remove file.
15166         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
15167         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
15168
15169         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
15170
15171         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
15172         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
15173
15174         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
15175
15176 2009-03-08  Bruno Haible  <bruno@clisp.org>
15177
15178         Tests for module 'unicase/ulc-casecmp'.
15179         * modules/unicase/ulc-casecmp-tests: New file.
15180         * tests/unicase/test-ulc-casecmp1.sh: New file.
15181         * tests/unicase/test-ulc-casecmp2.sh: New file.
15182         * tests/unicase/test-ulc-casecmp.c: New file.
15183
15184         New module 'unicase/ulc-casecmp'.
15185         * lib/unicase.h (ulc_casecmp): New declaration.
15186         * lib/unicase/ulc-casecmp.c: New file.
15187         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
15188         'const SRC_UNIT *'.
15189         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
15190         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
15191         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
15192         * modules/unicase/ulc-casecmp: New file.
15193
15194         Tests for module 'unicase/u32-is-cased'.
15195         * modules/unicase/u32-is-cased-tests: New file.
15196         * tests/unicase/test-u32-is-cased.c: New file.
15197
15198         Tests for module 'unicase/u16-is-cased'.
15199         * modules/unicase/u16-is-cased-tests: New file.
15200         * tests/unicase/test-u16-is-cased.c: New file.
15201
15202         Tests for module 'unicase/u8-is-cased'.
15203         * modules/unicase/u8-is-cased-tests: New file.
15204         * tests/unicase/test-u8-is-cased.c: New file.
15205         * tests/unicase/test-is-cased.h: New file.
15206
15207         New module 'unicase/u32-is-cased'.
15208         * lib/unicase/u32-is-cased.c: New file.
15209         * modules/unicase/u32-is-cased: New file.
15210
15211         New module 'unicase/u16-is-cased'.
15212         * lib/unicase/u16-is-cased.c: New file.
15213         * modules/unicase/u16-is-cased: New file.
15214
15215         New module 'unicase/u8-is-cased'.
15216         * lib/unicase/u8-is-cased.c: New file.
15217         * lib/unicase/u-is-cased.h: New file.
15218         * modules/unicase/u8-is-cased: New file.
15219
15220         Tests for module 'unicase/u32-is-casefolded'.
15221         * modules/unicase/u32-is-casefolded-tests: New file.
15222         * tests/unicase/test-u32-is-casefolded.c: New file.
15223
15224         Tests for module 'unicase/u16-is-casefolded'.
15225         * modules/unicase/u16-is-casefolded-tests: New file.
15226         * tests/unicase/test-u16-is-casefolded.c: New file.
15227
15228         Tests for module 'unicase/u8-is-casefolded'.
15229         * modules/unicase/u8-is-casefolded-tests: New file.
15230         * tests/unicase/test-u8-is-casefolded.c: New file.
15231         * tests/unicase/test-is-casefolded.h: New file.
15232
15233         New module 'unicase/u32-is-casefolded'.
15234         * lib/unicase/u32-is-casefolded.c: New file.
15235         * modules/unicase/u32-is-casefolded: New file.
15236
15237         New module 'unicase/u16-is-casefolded'.
15238         * lib/unicase/u16-is-casefolded.c: New file.
15239         * modules/unicase/u16-is-casefolded: New file.
15240
15241         New module 'unicase/u8-is-casefolded'.
15242         * lib/unicase/u8-is-casefolded.c: New file.
15243         * modules/unicase/u8-is-casefolded: New file.
15244
15245         Tests for module 'unicase/u32-is-titlecase'.
15246         * modules/unicase/u32-is-titlecase-tests: New file.
15247         * tests/unicase/test-u32-is-titlecase.c: New file.
15248
15249         Tests for module 'unicase/u16-is-titlecase'.
15250         * modules/unicase/u16-is-titlecase-tests: New file.
15251         * tests/unicase/test-u16-is-titlecase.c: New file.
15252
15253         Tests for module 'unicase/u8-is-titlecase'.
15254         * modules/unicase/u8-is-titlecase-tests: New file.
15255         * tests/unicase/test-u8-is-titlecase.c: New file.
15256         * tests/unicase/test-is-titlecase.h: New file.
15257
15258         New module 'unicase/u32-is-titlecase'.
15259         * lib/unicase/u32-is-titlecase.c: New file.
15260         * modules/unicase/u32-is-titlecase: New file.
15261
15262         New module 'unicase/u16-is-titlecase'.
15263         * lib/unicase/u16-is-titlecase.c: New file.
15264         * modules/unicase/u16-is-titlecase: New file.
15265
15266         New module 'unicase/u8-is-titlecase'.
15267         * lib/unicase/u8-is-titlecase.c: New file.
15268         * modules/unicase/u8-is-titlecase: New file.
15269
15270         Tests for module 'unicase/u32-is-lowercase'.
15271         * modules/unicase/u32-is-lowercase-tests: New file.
15272         * tests/unicase/test-u32-is-lowercase.c: New file.
15273
15274         Tests for module 'unicase/u16-is-lowercase'.
15275         * modules/unicase/u16-is-lowercase-tests: New file.
15276         * tests/unicase/test-u16-is-lowercase.c: New file.
15277
15278         Tests for module 'unicase/u8-is-lowercase'.
15279         * modules/unicase/u8-is-lowercase-tests: New file.
15280         * tests/unicase/test-u8-is-lowercase.c: New file.
15281         * tests/unicase/test-is-lowercase.h: New file.
15282
15283         New module 'unicase/u32-is-lowercase'.
15284         * lib/unicase/u32-is-lowercase.c: New file.
15285         * modules/unicase/u32-is-lowercase: New file.
15286
15287         New module 'unicase/u16-is-lowercase'.
15288         * lib/unicase/u16-is-lowercase.c: New file.
15289         * modules/unicase/u16-is-lowercase: New file.
15290
15291         New module 'unicase/u8-is-lowercase'.
15292         * lib/unicase/u8-is-lowercase.c: New file.
15293         * modules/unicase/u8-is-lowercase: New file.
15294
15295         Tests for module 'unicase/u32-is-uppercase'.
15296         * modules/unicase/u32-is-uppercase-tests: New file.
15297         * tests/unicase/test-u32-is-uppercase.c: New file.
15298
15299         Tests for module 'unicase/u16-is-uppercase'.
15300         * modules/unicase/u16-is-uppercase-tests: New file.
15301         * tests/unicase/test-u16-is-uppercase.c: New file.
15302
15303         Tests for module 'unicase/u8-is-uppercase'.
15304         * modules/unicase/u8-is-uppercase-tests: New file.
15305         * tests/unicase/test-u8-is-uppercase.c: New file.
15306         * tests/unicase/test-is-uppercase.h: New file.
15307
15308         New module 'unicase/u32-is-uppercase'.
15309         * lib/unicase/u32-is-uppercase.c: New file.
15310         * modules/unicase/u32-is-uppercase: New file.
15311
15312         New module 'unicase/u16-is-uppercase'.
15313         * lib/unicase/u16-is-uppercase.c: New file.
15314         * modules/unicase/u16-is-uppercase: New file.
15315
15316         New module 'unicase/u8-is-uppercase'.
15317         * lib/unicase/u8-is-uppercase.c: New file.
15318         * modules/unicase/u8-is-uppercase: New file.
15319
15320         New module 'unicase/u32-is-invariant'.
15321         * lib/unicase/u32-is-invariant.c: New file.
15322         * modules/unicase/u32-is-invariant: New file.
15323
15324         New module 'unicase/u16-is-invariant'.
15325         * lib/unicase/u16-is-invariant.c: New file.
15326         * modules/unicase/u16-is-invariant: New file.
15327
15328         New module 'unicase/u8-is-invariant'.
15329         * lib/unicase/u8-is-invariant.c: New file.
15330         * lib/unicase/invariant.h: New file.
15331         * lib/unicase/u-is-invariant.h: New file.
15332         * modules/unicase/u8-is-invariant: New file.
15333
15334         Tests for module 'unicase/u32-casecoll'.
15335         * modules/unicase/u32-casecoll-tests: New file.
15336         * tests/unicase/test-u32-casecoll.c: New file.
15337
15338         Tests for module 'unicase/u16-casecoll'.
15339         * modules/unicase/u16-casecoll-tests: New file.
15340         * tests/unicase/test-u16-casecoll.c: New file.
15341
15342         Tests for module 'unicase/u8-casecoll'.
15343         * modules/unicase/u8-casecoll-tests: New file.
15344         * tests/unicase/test-u8-casecoll.c: New file.
15345
15346         New module 'unicase/u32-casecoll'.
15347         * lib/unicase/u32-casecoll.c: New file.
15348         * modules/unicase/u32-casecoll: New file.
15349
15350         New module 'unicase/u16-casecoll'.
15351         * lib/unicase/u16-casecoll.c: New file.
15352         * modules/unicase/u16-casecoll: New file.
15353
15354         New module 'unicase/u8-casecoll'.
15355         * lib/unicase/u8-casecoll.c: New file.
15356         * lib/unicase/u-casecoll.h: New file.
15357         * modules/unicase/u8-casecoll: New file.
15358
15359         New module 'unicase/u32-casexfrm'.
15360         * lib/unicase/u32-casexfrm.c: New file.
15361         * modules/unicase/u32-casexfrm: New file.
15362
15363         New module 'unicase/u16-casexfrm'.
15364         * lib/unicase/u16-casexfrm.c: New file.
15365         * modules/unicase/u16-casexfrm: New file.
15366
15367         New module 'unicase/u8-casexfrm'.
15368         * lib/unicase/u8-casexfrm.c: New file.
15369         * lib/unicase/u-casexfrm.h: New file.
15370         * modules/unicase/u8-casexfrm: New file.
15371
15372         Tests for module 'unicase/u32-casecmp'.
15373         * modules/unicase/u32-casecmp-tests: New file.
15374         * tests/unicase/test-u32-casecmp.c: New file.
15375
15376         Tests for module 'unicase/u16-casecmp'.
15377         * modules/unicase/u16-casecmp-tests: New file.
15378         * tests/unicase/test-u16-casecmp.c: New file.
15379
15380         Tests for module 'unicase/u8-casecmp'.
15381         * modules/unicase/u8-casecmp-tests: New file.
15382         * tests/unicase/test-u8-casecmp.c: New file.
15383         * tests/unicase/test-casecmp.h: New file.
15384
15385         New module 'unicase/u32-casecmp'.
15386         * lib/unicase/u32-casecmp.c: New file.
15387         * modules/unicase/u32-casecmp: New file.
15388
15389         New module 'unicase/u16-casecmp'.
15390         * lib/unicase/u16-casecmp.c: New file.
15391         * modules/unicase/u16-casecmp: New file.
15392
15393         New module 'unicase/u8-casecmp'.
15394         * lib/unicase/u8-casecmp.c: New file.
15395         * lib/unicase/u-casecmp.h: New file.
15396         * modules/unicase/u8-casecmp: New file.
15397
15398         Tests for module 'unicase/u32-casefold'.
15399         * modules/unicase/u32-casefold-tests: New file.
15400         * tests/unicase/test-u32-casefold.c: New file.
15401
15402         Tests for module 'unicase/u16-casefold'.
15403         * modules/unicase/u16-casefold-tests: New file.
15404         * tests/unicase/test-u16-casefold.c: New file.
15405
15406         Tests for module 'unicase/u8-casefold'.
15407         * modules/unicase/u8-casefold-tests: New file.
15408         * tests/unicase/test-u8-casefold.c: New file.
15409
15410         New module 'unicase/u32-casefold'.
15411         * lib/unicase/u32-casefold.c: New file.
15412         * modules/unicase/u32-casefold: New file.
15413
15414         New module 'unicase/u16-casefold'.
15415         * lib/unicase/u16-casefold.c: New file.
15416         * modules/unicase/u16-casefold: New file.
15417
15418         New module 'unicase/u8-casefold'.
15419         * lib/unicase/u8-casefold.c: New file.
15420         * lib/unicase/u-casefold.h: New file.
15421         * modules/unicase/u8-casefold: New file.
15422
15423         New module 'unicase/tocasefold'.
15424         * lib/unicase/casefold.h: New file.
15425         * lib/unicase/tocasefold.c: New file.
15426         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
15427         * modules/unicase/tocasefold: New file.
15428
15429         Tests for module 'unicase/u32-totitle'.
15430         * modules/unicase/u32-totitle-tests: New file.
15431         * tests/unicase/test-u32-totitle.c: New file.
15432
15433         Tests for module 'unicase/u16-totitle'.
15434         * modules/unicase/u16-totitle-tests: New file.
15435         * tests/unicase/test-u16-totitle.c: New file.
15436
15437         Tests for module 'unicase/u8-totitle'.
15438         * modules/unicase/u8-totitle-tests: New file.
15439         * tests/unicase/test-u8-totitle.c: New file.
15440
15441         New module 'unicase/u32-totitle'.
15442         * lib/unicase/u32-totitle.c: New file.
15443         * modules/unicase/u32-totitle: New file.
15444
15445         New module 'unicase/u16-totitle'.
15446         * lib/unicase/u16-totitle.c: New file.
15447         * modules/unicase/u16-totitle: New file.
15448
15449         New module 'unicase/u8-totitle'.
15450         * lib/unicase/u8-totitle.c: New file.
15451         * lib/unicase/u-totitle.h: New file.
15452         * modules/unicase/u8-totitle: New file.
15453
15454         Tests for module 'unicase/u32-tolower'.
15455         * modules/unicase/u32-tolower-tests: New file.
15456         * tests/unicase/test-u32-tolower.c: New file.
15457
15458         Tests for module 'unicase/u16-tolower'.
15459         * modules/unicase/u16-tolower-tests: New file.
15460         * tests/unicase/test-u16-tolower.c: New file.
15461
15462         Tests for module 'unicase/u8-tolower'.
15463         * modules/unicase/u8-tolower-tests: New file.
15464         * tests/unicase/test-u8-tolower.c: New file.
15465
15466         New module 'unicase/u32-tolower'.
15467         * lib/unicase/u32-tolower.c: New file.
15468         * modules/unicase/u32-tolower: New file.
15469
15470         New module 'unicase/u16-tolower'.
15471         * lib/unicase/u16-tolower.c: New file.
15472         * modules/unicase/u16-tolower: New file.
15473
15474         New module 'unicase/u8-tolower'.
15475         * lib/unicase/u8-tolower.c: New file.
15476         * modules/unicase/u8-tolower: New file.
15477
15478         Tests for module 'unicase/u32-toupper'.
15479         * modules/unicase/u32-toupper-tests: New file.
15480         * tests/unicase/test-u32-toupper.c: New file.
15481
15482         Tests for module 'unicase/u16-toupper'.
15483         * modules/unicase/u16-toupper-tests: New file.
15484         * tests/unicase/test-u16-toupper.c: New file.
15485
15486         Tests for module 'unicase/u8-toupper'.
15487         * modules/unicase/u8-toupper-tests: New file.
15488         * tests/unicase/test-u8-toupper.c: New file.
15489
15490         New module 'unicase/u32-toupper'.
15491         * lib/unicase/u32-toupper.c: New file.
15492         * modules/unicase/u32-toupper: New file.
15493
15494         New module 'unicase/u16-toupper'.
15495         * lib/unicase/u16-toupper.c: New file.
15496         * modules/unicase/u16-toupper: New file.
15497
15498         New module 'unicase/u8-toupper'.
15499         * lib/unicase/u8-toupper.c: New file.
15500         * modules/unicase/u8-toupper: New file.
15501
15502         New module 'unicase/u32-casemap'.
15503         * lib/unicase/u32-casemap.c: New file.
15504         * modules/unicase/u32-casemap: New file.
15505
15506         New module 'unicase/u16-casemap'.
15507         * lib/unicase/u16-casemap.c: New file.
15508         * modules/unicase/u16-casemap: New file.
15509
15510         New module 'unicase/u8-casemap'.
15511         * lib/unicase/unicasemap.h: New file.
15512         * lib/unicase/u8-casemap.c: New file.
15513         * lib/unicase/u-casemap.h: New file.
15514         * modules/unicase/u8-casemap: New file.
15515
15516         New module 'unicase/special-casing'.
15517         * lib/unicase/special-casing.h: New file.
15518         * lib/unicase/special-casing.c: New file.
15519         * lib/unicase/special-casing-table.gperf: New file, generated by
15520         gen-uni-tables.c.
15521         * modules/unicase/special-casing: New file.
15522
15523         Tests for module 'unicase/locale-language'.
15524         * modules/unicase/locale-language-tests: New file.
15525         * tests/unicase/test-locale-language.sh: New file.
15526         * tests/unicase/test-locale-language.c: New file.
15527
15528         New module 'unicase/locale-language'.
15529         * lib/unicase/locale-language.c: New file.
15530         * lib/unicase/locale-languages.gperf: New file.
15531         * modules/unicase/locale-language: New file.
15532
15533         Generate more tables for case conversion and case folding.
15534         * lib/gen-uni-tables.c (SCC_*): New enum items.
15535         (struct special_casing_rule): New type.
15536         (casing_rules, num_casing_rules, allocated_casing_rules): New
15537         variables.
15538         (add_casing_rule, fill_casing_rules): New functions.
15539         (struct casefold_rule): New type.
15540         (casefolding_rules, num_casefolding_rules,
15541         allocated_casefolding_rules): New variables.
15542         (fill_casefolding_rules): New function.
15543         (unicode_casefold): New variable.
15544         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
15545         sort_casing_rules, output_casing_rules): New functions.
15546         (main): Accept to more arguments: SpecialCasing.txt and
15547         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
15548         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
15549         Output mapping for casefolding.
15550
15551         * lib/unicase.h: Include stdbool.h, uninorm.h.
15552         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
15553         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
15554         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
15555         arguments.
15556         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
15557         resultp arguments.
15558         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
15559         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
15560         resultp arguments.
15561         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
15562         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
15563         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
15564         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
15565         declarations.
15566         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
15567
15568 2009-03-08  Bruno Haible  <bruno@clisp.org>
15569
15570         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
15571         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
15572         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
15573         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
15574
15575 2009-03-07  Bruno Haible  <bruno@clisp.org>
15576
15577         Adjust u*_normcmp, u*_normcoll API.
15578         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
15579         u16_normcoll, u32_normcoll): Change failure conventions.
15580         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
15581         errno and return -1.
15582         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
15583
15584 2009-03-07  Bruno Haible  <bruno@clisp.org>
15585
15586         Tests for module 'uninorm/u32-normcoll'.
15587         * modules/uninorm/u32-normcoll-tests: New file.
15588         * tests/uninorm/test-u32-normcoll.c: New file.
15589
15590         Tests for module 'uninorm/u16-normcoll'.
15591         * modules/uninorm/u16-normcoll-tests: New file.
15592         * tests/uninorm/test-u16-normcoll.c: New file.
15593
15594         Tests for module 'uninorm/u8-normcoll'.
15595         * modules/uninorm/u8-normcoll-tests: New file.
15596         * tests/uninorm/test-u8-normcoll.c: New file.
15597
15598 2009-03-07  Bruno Haible  <bruno@clisp.org>
15599
15600         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
15601         tests/uninorm/test-u32-normcmp.c.
15602         * tests/uninorm/test-u32-normcmp.c: Include it.
15603         (test_nonascii): New function, extracted from main. Add some more
15604         tests.
15605         (main): Invoke test_ascii and test_nonascii.
15606         * modules/uninorm/u32-normcmp-tests (Files): Add
15607         tests/uninorm/test-u32-normcmp.h.
15608         (Depends-on): Remove uninorm/u32-normcmp.
15609
15610         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
15611         tests/uninorm/test-u16-normcmp.c.
15612         * tests/uninorm/test-u16-normcmp.c: Include it.
15613         (test_nonascii): New function, extracted from main. Add some more
15614         tests.
15615         (main): Invoke test_ascii and test_nonascii.
15616         * modules/uninorm/u16-normcmp-tests (Files): Add
15617         tests/uninorm/test-u16-normcmp.h.
15618         (Depends-on): Remove uninorm/u16-normcmp.
15619
15620         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
15621         tests/uninorm/test-u8-normcmp.c.
15622         * tests/uninorm/test-u8-normcmp.c: Include it.
15623         (test_nonascii): New function, extracted from main. Add some more
15624         tests.
15625         (main): Invoke test_ascii and test_nonascii.
15626         * modules/uninorm/u8-normcmp-tests (Files): Add
15627         tests/uninorm/test-u8-normcmp.h.
15628         (Depends-on): Remove uninorm/u8-normcmp.
15629
15630 2009-03-07  Bruno Haible  <bruno@clisp.org>
15631
15632         New module 'uninorm/u32-normcoll'.
15633         * lib/uninorm/u32-normcoll.c: New file.
15634         * modules/uninorm/u32-normcoll: New file.
15635
15636         New module 'uninorm/u16-normcoll'.
15637         * lib/uninorm/u16-normcoll.c: New file.
15638         * modules/uninorm/u16-normcoll: New file.
15639
15640         New module 'uninorm/u8-normcoll'.
15641         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
15642         declarations.
15643         * lib/uninorm/u8-normcoll.c: New file.
15644         * lib/uninorm/u-normcoll.h: New file.
15645         * modules/uninorm/u8-normcoll: New file.
15646
15647         New module 'uninorm/u32-normxfrm'.
15648         * lib/uninorm/u32-normxfrm.c: New file.
15649         * modules/uninorm/u32-normxfrm: New file.
15650
15651         New module 'uninorm/u16-normxfrm'.
15652         * lib/uninorm/u16-normxfrm.c: New file.
15653         * modules/uninorm/u16-normxfrm: New file.
15654
15655         New module 'uninorm/u8-normxfrm'.
15656         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
15657         declarations.
15658         * lib/uninorm/u8-normxfrm.c: New file.
15659         * lib/uninorm/u-normxfrm.h: New file.
15660         * modules/uninorm/u8-normxfrm: New file.
15661
15662 2009-03-07  Bruno Haible  <bruno@clisp.org>
15663
15664         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
15665         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
15666         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
15667
15668 2009-03-07  Bruno Haible  <bruno@clisp.org>
15669
15670         New module 'memxfrm'.
15671         * lib/memxfrm.h: New file.
15672         * lib/memxfrm.c: New file.
15673         * modules/memxfrm: New file.
15674
15675 2009-03-07  Bruno Haible  <bruno@clisp.org>
15676
15677         New module 'memcmp2'.
15678         * lib/memcmp2.h: New file.
15679         * lib/memcmp2.c: New file.
15680         * modules/memcmp2: New file.
15681
15682 2009-03-07  Bruno Haible  <bruno@clisp.org>
15683
15684         Tests for module 'uninorm/decomposing-form'.
15685         * modules/uninorm/decomposing-form-tests: New file.
15686         * tests/uninorm/test-decomposing-form.c: New file.
15687
15688         New module 'uninorm/decomposing-form'.
15689         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
15690         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
15691         Add 'decomposing_variant' field.
15692         * lib/uninorm/decomposing-form.c: New file.
15693         * lib/uninorm/nfc.c (uninorm_nfc): Update.
15694         * lib/uninorm/nfd.c (uninorm_nfd): Update.
15695         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
15696         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
15697         * modules/uninorm/decomposing-form: New file.
15698         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
15699         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
15700
15701 2009-03-07  Bruno Haible  <bruno@clisp.org>
15702
15703         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
15704         strings.
15705
15706 2009-03-06  Bruno Haible  <bruno@clisp.org>
15707
15708         Tests for module 'uninorm/u32-normcmp'.
15709         * tests/uninorm/test-u32-normcmp.c: New file.
15710         * modules/uninorm/u32-normcmp-tests: New file.
15711
15712         Tests for module 'uninorm/u16-normcmp'.
15713         * tests/uninorm/test-u16-normcmp.c: New file.
15714         * modules/uninorm/u16-normcmp-tests: New file.
15715
15716         Tests for module 'uninorm/u8-normcmp'.
15717         * tests/uninorm/test-u8-normcmp.c: New file.
15718         * modules/uninorm/u8-normcmp-tests: New file.
15719
15720         New module 'uninorm/u32-normcmp'.
15721         * lib/uninorm/u32-normcmp.c: New file.
15722         * modules/uninorm/u32-normcmp: New file.
15723
15724         New module 'uninorm/u16-normcmp'.
15725         * lib/uninorm/u16-normcmp.c: New file.
15726         * modules/uninorm/u16-normcmp: New file.
15727
15728         New module 'uninorm/u8-normcmp'.
15729         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
15730         declarations.
15731         * lib/uninorm/u8-normcmp.c: New file.
15732         * lib/uninorm/u-normcmp.h: New file.
15733         * modules/uninorm/u8-normcmp: New file.
15734
15735 2009-03-06  Bruno Haible  <bruno@clisp.org>
15736
15737         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
15738         Reported by Eric Blake.
15739
15740 2009-03-06  Eric Blake  <ebb9@byu.net>
15741             Bruno Haible  <bruno@clisp.org>
15742
15743         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
15744         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
15745         condition.
15746         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
15747         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
15748         condition.
15749         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
15750
15751 2009-03-06  Eric Blake  <ebb9@byu.net>
15752
15753         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
15754         to avoid compiler warnings.
15755         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
15756
15757 2009-03-05  Bruno Haible  <bruno@clisp.org>
15758
15759         * tests/test-ftell.c (main): Disable test beyond end of file on
15760         FreeMiNT.
15761         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
15762
15763 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
15764
15765         * lib/filevercmp.c: Move hidden files up in ordering.
15766         * tests/test-filevercmp.c: Add tests for hidden files.
15767
15768 2009-03-04  Bruno Haible  <bruno@clisp.org>
15769
15770         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
15771         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
15772         AM_CFLAGS.
15773         Reported by Simon Josefsson.
15774
15775 2009-03-03  Bruno Haible  <bruno@clisp.org>
15776
15777         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
15778         Reported by Simon Josefsson.
15779
15780         * doc/ld-version-script.texi: Update node reference.
15781
15782 2009-03-03  Bruno Haible  <bruno@clisp.org>
15783
15784         * modules/visibility (License): Change to 'unlimited'.
15785         Suggested by Simon Josefsson.
15786
15787 2009-03-03  Jim Meyering  <meyering@redhat.com>
15788
15789         unlinkdir: cannot_unlink_dir may modify process state
15790         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
15791         it's neither thread-safe nor appropriate for use in a library.
15792
15793 2009-03-03  Eric Blake  <ebb9@byu.net>
15794
15795         test-closein: silence test under Darwin
15796         * tests/test-closein.sh: Ignore stderr from cat, since we don't
15797         care if it dies from EPIPE or EBADF.
15798
15799 2009-03-03  Bruno Haible  <bruno@clisp.org>
15800
15801         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
15802         earlier.
15803         * doc/visibility.texi: Fix @node and @section.
15804
15805 2009-03-03  Simon Josefsson  <simon@josefsson.org>
15806
15807         * doc/gnulib.texi: Link to sections for ld version script and
15808         visibility.
15809         * doc/visibility.texi: Add @node and @section.
15810         * modules/ld-version-script: New module.
15811         * m4/ld-version-script.m4: New file.
15812         * doc/ld-version-script.texi: New file.
15813
15814 2009-03-02  David Lutterkort  <lutter@redhat.com>
15815
15816         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
15817         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15818
15819 2009-03-02  Bruno Haible  <bruno@clisp.org>
15820
15821         * doc/visibility.texi: Mention libtool's -export-symbols option.
15822
15823 2009-03-02  Jim Meyering  <meyering@redhat.com>
15824
15825         announce-gen: new option: --no-print-checksums
15826         * build-aux/announce-gen (usage): Describe it.
15827         (print_checksums): Print a newline here, not in the [*] footnote.
15828         (main): Honor it.
15829
15830 2009-03-01  Bruno Haible  <bruno@clisp.org>
15831
15832         Use socklen_t in the native Windows replacements prototypes.
15833         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
15834         instead of 'int'.
15835         * lib/getsockopt.c (rpl_getsockopt): Likewise.
15836         * lib/setsockopt.c (rpl_setsockopt): Likewise.
15837         * modules/getsockopt (Depends-on): Add socklen.
15838         * modules/setsockopt (Depends-on): Add socklen.
15839
15840 2009-03-01  Bruno Haible  <bruno@clisp.org>
15841
15842         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
15843         least 4.2.
15844
15845 2009-03-01  Eric Blake  <ebb9@byu.net>
15846             Bruno Haible  <bruno@clisp.org>
15847
15848         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
15849         error messages.
15850         * lib/wait-process.c (wait_subprocess): Omit error message about
15851         deadly signal sent to the child of termsigp != NULL.
15852
15853 2009-03-01  Eric Blake  <ebb9@byu.net>
15854
15855         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
15856
15857 2009-03-01  Bruno Haible  <bruno@clisp.org>
15858
15859         Avoid a gcc warning.
15860         * tests/test-sched.c (b): Make global.
15861         Reported by Eric Blake.
15862
15863 2009-01-19  Martin Lambers  <marlam@marlam.de>
15864
15865         Provide POSIX semantics for socket timeout options on W32.
15866         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
15867         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
15868         * modules/setsockopt: Depend on sys_time module for struct timeval.
15869         * modules/getsockopt: Depend on sys_time module for struct timeval.
15870
15871 2009-03-01  Simon Josefsson  <simon@josefsson.org>
15872
15873         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
15874         __USE_GNU, for consistency with netdb.in.h.
15875         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15876
15877 2009-03-01  Bruno Haible  <bruno@clisp.org>
15878
15879         More support for FreeMiNT.
15880         * lib/fseeko.c (rpl_fseeko): Complete last commit.
15881         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15882
15883 2009-03-01  Bruno Haible  <bruno@clisp.org>
15884
15885         More support for FreeMiNT.
15886         * lib/fpurge.c (fpurge): Correct last commit.
15887         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15888
15889 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15890
15891         Fix unportable awk script in vc-list-files.
15892         * build-aux/vc-list-files: In the replacement awk script, use
15893         substr with a second argument of 1, not zero.
15894         Report by Simon Josefsson.
15895
15896 2009-02-28  Bruno Haible  <bruno@clisp.org>
15897
15898         More support for FreeMiNT.
15899         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
15900         to FreeMiNT today.
15901         * lib/fwriting.c (fwriting): Likewise.
15902         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
15903
15904 2009-02-28  Bruno Haible  <bruno@clisp.org>
15905
15906         * tests/test-freadseek.c (main): Disable test beyond end of file on
15907         FreeMiNT.
15908         * tests/test-ftello.c (main): Likewise.
15909         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
15910
15911 2009-02-28  Bruno Haible  <bruno@clisp.org>
15912
15913         Add tentative support for FreeMiNT.
15914         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
15915         * lib/fpurge.c (fpurge): Likewise.
15916         * lib/freadable.c (freadable): Likewise.
15917         * lib/freading.c (freading): Likewise.
15918         * lib/freadptr.c (freadptr): Likewise.
15919         * lib/freadseek.c (freadptrinc): Likewise.
15920         * lib/fseeko.c (rpl_fseeko): Likewise.
15921         * lib/fseterr.c (fseterr): Likewise.
15922         * lib/fwritable.c (fwritable): Likewise.
15923         * lib/fwriting.c (fwriting): Likewise.
15924         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
15925         Hourihane.
15926         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15927
15928 2009-02-28  Bruno Haible  <bruno@clisp.org>
15929
15930         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
15931         SIGCHLD.
15932         Reported by Jim Meyering.
15933
15934 2009-02-28  Bruno Haible  <bruno@clisp.org>
15935
15936         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
15937         Mention the results of these tests on various platforms.
15938         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
15939         order.
15940         * doc/posix-functions/printf.texi: Likewise.
15941         * doc/posix-functions/snprintf.texi: Likewise.
15942         * doc/posix-functions/sprintf.texi: Likewise.
15943         * doc/posix-functions/vfprintf.texi: Likewise.
15944         * doc/posix-functions/vprintf.texi: Likewise.
15945         * doc/posix-functions/vsnprintf.texi: Likewise.
15946         * doc/posix-functions/vsprintf.texi: Likewise.
15947         * doc/glibc-functions/obstack_printf.texi: Likewise.
15948         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
15949
15950 2009-02-28  Bruno Haible  <bruno@clisp.org>
15951
15952         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
15953         Reported by Loïc Minier <lool@dooz.org>.
15954
15955 2009-02-27  Bruno Haible  <bruno@clisp.org>
15956
15957         * gnulib-tool (func_import): Make the sed expression used to create the
15958         sed script for updating the .gitignore file POSIX compliant.
15959         Reported by Eric Blake.
15960
15961 2009-02-27  Bruno Haible  <bruno@clisp.org>
15962
15963         * gnulib-tool (sed): Don't alias as "sed --posix".
15964         Reported by Eric Blake.
15965
15966 2009-02-27  Bruno Haible  <bruno@clisp.org>
15967
15968         Avoid test link errors.
15969         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
15970         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
15971         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
15972         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
15973         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15974
15975 2009-02-27  Bruno Haible  <bruno@clisp.org>
15976
15977         Avoid spurious "(cached)" in configure output.
15978         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
15979         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
15980         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
15981         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
15982         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
15983         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
15984         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
15985         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
15986         Reported by Eric Blake.
15987
15988 2009-02-27  Eric Blake  <ebb9@byu.net>
15989
15990         printf: fix regression in previous patch
15991         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
15992
15993 2009-02-27  Bruno Haible  <bruno@clisp.org>
15994
15995         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
15996         value.
15997         * lib/stdint.in.h: Likewise.
15998         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
15999
16000 2009-02-27  Eric Blake  <ebb9@byu.net>
16001
16002         doc: mention more functions added in cygwin 1.7.0
16003         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
16004         addition.
16005         * doc/posix-functions/open_wmemstream.texi: Likewise.
16006         * doc/posix-functions/wcsnlen.texi: Likewise.
16007         * doc/posix-functions/wcsnrtombs.texi: Likewise.
16008         * doc/posix-functions/wcstod.texi: Likewise.
16009         * doc/posix-functions/wcstof.texi: Likewise.
16010         * doc/posix-functions/wcstoimax.texi: Likewise.
16011         * doc/posix-functions/wcstok.texi: Likewise.
16012         * doc/posix-functions/wcstoumax.texi: Likewise.
16013
16014         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
16015         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
16016         * doc/posix-functions/fprintf.texi: Update.
16017         * doc/posix-functions/printf.texi: Update.
16018         * doc/posix-functions/snprintf.texi: Update.
16019         * doc/posix-functions/sprintf.texi: Update.
16020         * doc/posix-functions/vfprintf.texi: Update.
16021         * doc/posix-functions/vprintf.texi: Update.
16022         * doc/posix-functions/vsnprintf.texi: Update.
16023         * doc/posix-functions/vsprintf.texi: Update.
16024         * doc/glibc-functions/obstack_printf.texi: Update.
16025         * doc/glibc-functions/obstack_vprintf.texi: Update.
16026
16027 2009-02-26  Eric Blake  <ebb9@byu.net>
16028
16029         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
16030         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
16031         compilation bug by using runtime conversion.
16032         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
16033         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
16034         * modules/ceill-tests (Files): Use nan.h.
16035         * modules/floorl-tests (Files): Likewise.
16036         * modules/frexpl-tests (Files): Likewise.
16037         * modules/isnanl-tests (Files): Likewise.
16038         * modules/ldexpl-tests (Files): Likewise.
16039         * modules/roundl-tests (Files): Likewise.
16040         * modules/truncl-tests (Files): Likewise.
16041         * tests/test-ceill.c (main): Use a working NaN.
16042         * tests/test-floorl.c (main): Likewise.
16043         * tests/test-frexpl.c (main): Likewise.
16044         * tests/test-isnan.c (test_long_double): Likewise.
16045         * tests/test-isnanl.h (main): Likewise.
16046         * tests/test-ldexpl.h (main): Likewise.
16047         * tests/test-roundl.h (main): Likewise.
16048         * tests/test-truncl.h (main): Likewise.
16049         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
16050
16051 2009-02-26  Eric Blake  <ebb9@byu.net>
16052             Bruno Haible  <bruno@clisp.org>
16053
16054         Work around a *printf bug with %ls on Solaris.
16055         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
16056         precision is specified, sprintf stops converting the wide string
16057         argument when the number of bytes that have been produced by this
16058         conversion equals or exceeds the precision.
16059         * doc/posix-functions/fprintf.texi: Update.
16060         * doc/posix-functions/printf.texi: Update.
16061         * doc/posix-functions/snprintf.texi: Update.
16062         * doc/posix-functions/sprintf.texi: Update.
16063         * doc/posix-functions/vfprintf.texi: Update.
16064         * doc/posix-functions/vprintf.texi: Update.
16065         * doc/posix-functions/vsnprintf.texi: Update.
16066         * doc/posix-functions/vsprintf.texi: Update.
16067         * doc/glibc-functions/obstack_printf.texi: Update.
16068         * doc/glibc-functions/obstack_vprintf.texi: Update.
16069
16070 2009-02-26  Eric Blake  <ebb9@byu.net>
16071
16072         stdlib: favor compiler check of random.h
16073         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
16074         to avoid an ObjC random.h installed by Swarm.
16075
16076 2009-02-26  Bruno Haible  <bruno@clisp.org>
16077
16078         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
16079         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
16080         Reported by Gary V. Vaughan <gary@gnu.org>.
16081
16082 2009-02-26  Bruno Haible  <bruno@clisp.org>
16083
16084         Fix *printf behaviour regarding the %ls directive.
16085         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
16086         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
16087         NEED_PRINTF_DIRECTIVE_LS.
16088         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
16089         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
16090         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16091         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
16092         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
16093         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
16094         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
16095         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16096         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16097         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16098         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16099         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
16100         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16101         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16102         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16103         * doc/posix-functions/fprintf.texi: Update.
16104         * doc/posix-functions/printf.texi: Update.
16105         * doc/posix-functions/snprintf.texi: Update.
16106         * doc/posix-functions/sprintf.texi: Update.
16107         * doc/posix-functions/vfprintf.texi: Update.
16108         * doc/posix-functions/vprintf.texi: Update.
16109         * doc/posix-functions/vsnprintf.texi: Update.
16110         * doc/posix-functions/vsprintf.texi: Update.
16111         * doc/glibc-functions/obstack_printf.texi: Update.
16112         * doc/glibc-functions/obstack_vprintf.texi: Update.
16113         Reported by Eric Blake.
16114
16115 2009-02-25  Bruno Haible  <bruno@clisp.org>
16116
16117         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
16118         with known value.
16119         Reported by Gary V. Vaughan <gary@gnu.org>.
16120
16121 2009-02-25  Bruno Haible  <bruno@clisp.org>
16122
16123         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
16124         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
16125         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
16126         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
16127         Reported by Gary V. Vaughan <gary@gnu.org>.
16128
16129 2009-02-25  Bruno Haible  <bruno@clisp.org>
16130
16131         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
16132         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
16133         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
16134         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
16135         Reported by Gary V. Vaughan <gary@gnu.org>.
16136
16137 2009-02-25  Eric Blake  <ebb9@byu.net>
16138
16139         tests: skip fseek/ftell tests if ungetc is broken
16140         * m4/ungetc.m4: New file.
16141         * modules/fseek-tests: Split test, so ungetc dependency is
16142         separate from rest of test.
16143         * modules/fseeko-tests: Likewise.
16144         * modules/ftell-tests: Likewise.
16145         * modules/ftello-tests: Likewise.
16146         * tests/test-fseek.c (main): Isolate ungetc dependency.
16147         * tests/test-fseeko.c (main): Likewise.
16148         * tests/test-ftell.c (main): Likewise.
16149         * tests/test-ftello.c (main): Likewise.
16150         * tests/test-fseek2.sh: New file.
16151         * tests/test-fseeko2.sh: Likewise.
16152         * tests/test-ftell2.sh: Likewise.
16153         * tests/test-ftello2.sh: Likewise.
16154
16155 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
16156
16157         test-getaddrinfo: fix usage of skip return code 77
16158         * tests/test-gettaddrinfo.c: Return skip code 77 only
16159         for first occurance of skip (4x77 is not 77)
16160
16161 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
16162
16163         strtod: avoid C99 decl-after-statement
16164         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
16165
16166 2009-02-24  Eric Blake  <ebb9@byu.net>
16167
16168         strtod: detect HP-UX 11.31 bug
16169         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
16170         Reported by Gary V. Vaughan.
16171
16172 2009-02-23  Bruno Haible  <bruno@clisp.org>
16173
16174         Fix invalid read past end of memory block.
16175         * lib/vasnprintf.c (DCHAR_SET): Define.
16176         (local_wcslen): Define only when needed.
16177         (local_strnlen, local_wcsnlen): New functions.
16178         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
16179         directives that involve a conversion ourselves.
16180         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
16181         wcsnlen, mbrtowc, wcrtomb.
16182         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
16183         * tests/test-vasprintf-posix.c (test_function): Likewise.
16184         * tests/test-snprintf-posix.h (test_function): Likewise.
16185         * tests/test-sprintf-posix.h (test_function): Likewise.
16186         Reported by Ben Pfaff <blp@cs.stanford.edu>.
16187
16188 2009-02-22  Bruno Haible  <bruno@clisp.org>
16189
16190         Implement new clarified decomposition of Hangul syllables.
16191         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
16192         of type LTV, return only a pairwise decomposition.
16193         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
16194         Likewise.
16195         * tests/uninorm/test-decomposition.c (main): Updated expected result.
16196         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
16197         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
16198
16199 2009-02-22  Bruno Haible  <bruno@clisp.org>
16200
16201         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
16202         zero-length results and shrink excess allocated memory.
16203         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
16204         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
16205         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
16206         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
16207         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
16208         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
16209         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
16210         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
16211         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
16212         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
16213         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
16214         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
16215
16216 2009-02-21  Bruno Haible  <bruno@clisp.org>
16217
16218         * doc/gnulib.texi: Include safe-alloc.texi earlier.
16219         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
16220         spaces after a period. Put a space between a macro name and its
16221         argument list. Trivial rewordings.
16222         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
16223         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
16224         (main): Return 0 explicitly.
16225
16226 2009-02-21  Bruno Haible  <bruno@clisp.org>
16227
16228         Tests for module 'uninorm/filter'.
16229         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
16230         * modules/uninorm/filter-tests: New file.
16231
16232         New module 'uninorm/filter'.
16233         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
16234         uninorm_filter_flush, uninorm_filter_free): New declarations.
16235         * lib/uninorm/uninorm-filter.c: New file.
16236         * modules/uninorm/filter: New file.
16237
16238 2009-02-21  Bruno Haible  <bruno@clisp.org>
16239
16240         Tests for module 'uninorm/nfkc'.
16241         * tests/uninorm/test-nfkc.c: New file.
16242         * tests/uninorm/test-u8-nfkc.c: New file.
16243         * tests/uninorm/test-u16-nfkc.c: New file.
16244         * tests/uninorm/test-u32-nfkc.c: New file.
16245         * tests/uninorm/test-u32-nfkc-big.sh: New file.
16246         * tests/uninorm/test-u32-nfkc-big.c: New file.
16247         * modules/uninorm/nfkc-tests: New file.
16248
16249         New module 'uninorm/nfkc'.
16250         * lib/uninorm/nfkc.c: New file.
16251         * modules/uninorm/nfkc: New file.
16252
16253         Tests for module 'uninorm/nfkd'.
16254         * tests/uninorm/test-nfkd.c: New file.
16255         * tests/uninorm/test-u8-nfkd.c: New file.
16256         * tests/uninorm/test-u16-nfkd.c: New file.
16257         * tests/uninorm/test-u32-nfkd.c: New file.
16258         * tests/uninorm/test-u32-nfkd-big.sh: New file.
16259         * tests/uninorm/test-u32-nfkd-big.c: New file.
16260         * modules/uninorm/nfkd-tests: New file.
16261
16262         New module 'uninorm/nfkd'.
16263         * lib/uninorm/nfkd.c: New file.
16264         * modules/uninorm/nfkd: New file.
16265
16266         Tests for module 'uninorm/nfc'.
16267         * tests/uninorm/test-nfc.c: New file.
16268         * tests/uninorm/test-u8-nfc.c: New file.
16269         * tests/uninorm/test-u16-nfc.c: New file.
16270         * tests/uninorm/test-u32-nfc.c: New file.
16271         * tests/uninorm/test-u32-nfc-big.sh: New file.
16272         * tests/uninorm/test-u32-nfc-big.c: New file.
16273         * modules/uninorm/nfc-tests: New file.
16274
16275         New module 'uninorm/nfc'.
16276         * lib/uninorm/nfc.c: New file.
16277         * modules/uninorm/nfc: New file.
16278
16279         Tests for module 'uninorm/nfd'.
16280         * tests/uninorm/test-nfd.c: New file.
16281         * tests/uninorm/test-u8-nfd.c: New file.
16282         * tests/uninorm/test-u16-nfd.c: New file.
16283         * tests/uninorm/test-u32-nfd.c: New file.
16284         * tests/uninorm/test-u32-nfd-big.sh: New file.
16285         * tests/uninorm/test-u32-nfd-big.c: New file.
16286         * tests/uninorm/test-u32-normalize-big.h: New file.
16287         * tests/uninorm/test-u32-normalize-big.c: New file.
16288         * tests/uninorm/NormalizationTest.txt: New file, created from
16289         Unicode 5.1.0 NormalizationTest.txt.
16290         * modules/uninorm/nfd-tests: New file.
16291
16292         New module 'uninorm/nfd'.
16293         * lib/uninorm/nfd.c: New file.
16294         * modules/uninorm/nfd: New file.
16295
16296         New module 'uninorm/u32-normalize'.
16297         * lib/uninorm/u32-normalize.c: New file.
16298         * modules/uninorm/u32-normalize: New file.
16299
16300         New module 'uninorm/u16-normalize'.
16301         * lib/uninorm/u16-normalize.c: New file.
16302         * modules/uninorm/u16-normalize: New file.
16303
16304         New module 'uninorm/u8-normalize'.
16305         * lib/uninorm/u8-normalize.c: New file.
16306         * lib/uninorm/normalize-internal.h: New file.
16307         * lib/uninorm/u-normalize-internal.h: New file.
16308         * modules/uninorm/u8-normalize: New file.
16309
16310         New module 'uninorm/decompose-internal'.
16311         * lib/uninorm/decompose-internal.c: New file.
16312         * modules/uninorm/decompose-internal: New file.
16313
16314         Tests for module 'uninorm/composition'.
16315         * tests/uninorm/test-composition.c: New file.
16316         * modules/uninorm/composition-tests: New file.
16317
16318         New module 'uninorm/composition'.
16319         * lib/uninorm/composition.c: New file.
16320         * lib/uninorm/composition-table.gperf: New file, generated by
16321         gen-uni-tables.
16322         * modules/uninorm/composition: New file.
16323
16324         Tests for module 'uninorm/compat-decomposition'.
16325         * tests/uninorm/test-compat-decomposition.c: New file.
16326         * modules/uninorm/compat-decomposition-tests: New file.
16327
16328         New module 'uninorm/compat-decomposition'.
16329         * lib/uninorm/decompose-internal.h: New file.
16330         * lib/uninorm/compat-decomposition.c: New file.
16331         * modules/uninorm/compat-decomposition: New file.
16332
16333         Tests for module 'uninorm/canonical-decomposition'.
16334         * tests/uninorm/test-canonical-decomposition.c: New file.
16335         * modules/uninorm/canonical-decomposition-tests: New file.
16336
16337         New module 'uninorm/canonical-decomposition'.
16338         * lib/uninorm/canonical-decomposition.c: New file.
16339         * modules/uninorm/canonical-decomposition: New file.
16340
16341         Tests for module 'uninorm/decomposition'.
16342         * tests/uninorm/test-decomposition.c: New file.
16343         * modules/uninorm/decomposition-tests: New file.
16344
16345         New module 'uninorm/decomposition'.
16346         * lib/uninorm/decomposition.c: New file.
16347         * modules/uninorm/decomposition: New file.
16348
16349         New module 'uninorm/decomposition-table'.
16350         * lib/uninorm/decomposition-table.h: New file.
16351         * lib/uninorm/decomposition-table.c: New file.
16352         * lib/uninorm/decomposition-table1.h: New file, generated by
16353         gen-uni-tables.
16354         * lib/uninorm/decomposition-table2.h: New file, generated by
16355         gen-uni-tables.
16356         * modules/uninorm/decomposition-table: New file.
16357
16358         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
16359         (UC_DECOMP_*): New enumeration items.
16360         (get_decomposition): New function.
16361         (struct decomp_table): New type.
16362         (output_decomposition, output_decomposition_tables): New functions.
16363         (unicode_composition_exclusions): New variable.
16364         (fill_composition_exclusions, debug_output_composition_tables): New
16365         functions.
16366         (main): Accept one more argument. Invoke fill_composition_exclusions.
16367         Output decomposition and composition tables.
16368
16369         New module 'uninorm/base'.
16370         * lib/uninorm.h: New file.
16371         * lib/unictype.h: Update comment.
16372         * modules/uninorm/base: New file.
16373
16374 2009-02-21  David Lutterkort  <lutter@redhat.com>
16375
16376         Tests for module 'safe-alloc'.
16377         * tests/test-safe-alloc.c: New file.
16378         * modules/safe-alloc-tests: New file.
16379
16380         New module 'safe-alloc'.
16381         * lib/safe-alloc.h: New file.
16382         * lib/safe-alloc.c: New file.
16383         * m4/safe-alloc.m4: New file.
16384         * modules/safe-alloc: New file.
16385         * doc/safe-alloc.texi: New file.
16386         * doc/gnulib.texi: Include it.
16387         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
16388         safe-alloc.
16389
16390 2009-02-18  Bruno Haible  <bruno@clisp.org>
16391
16392         Fix link error on non-glibc systems.
16393         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
16394         variable.
16395         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
16396
16397 2009-02-18  Jim Meyering  <meyering@redhat.com>
16398
16399         fts: avoid used-uninitialized error due to recent change
16400         * lib/fts.c (fts_read): Guard uses of the new member,
16401         parent->fts_n_dirs_remaining, since it's not relevant for
16402         the parent of a directory specified on the command-line.
16403
16404 2009-02-17  James Youngman  <jay@gnu.org>
16405             Bruno Haible  <bruno@clisp.org>
16406
16407         * m4/include_next.m4: Reformulate comment.
16408
16409 2009-02-16  Jim Meyering  <meyering@redhat.com>
16410
16411         fts: add #if guards so that the fts_lgpl module still builds
16412         * lib/fts.c: Guard just-added hash-table-using parts with
16413         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
16414         Reported by Simon Josefsson.
16415
16416 2009-02-15  Bruno Haible  <bruno@clisp.org>
16417
16418         * modules/array-mergesort-tests: New file.
16419         * tests/test-array-mergesort.c: New file.
16420
16421         New module 'array-mergesort'.
16422         * modules/array-mergesort: New file.
16423         * lib/array-mergesort.h: New file.
16424
16425 2009-02-15  Bruno Haible  <bruno@clisp.org>
16426
16427         Fix 2009-02-07 commit.
16428         * lib/gen-uni-tables.c (output_predicate, output_category,
16429         output_combclass, output_bidi_category, output_decimal_digit,
16430         output_digit, output_numeric, output_mirror, output_scripts,
16431         output_ident_category, output_simple_mapping): Fix format directives.
16432         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
16433
16434 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
16435
16436         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
16437         fixes are available from IBM.
16438
16439 2009-02-13  Jim Meyering  <meyering@redhat.com>
16440
16441         fts: arrange not to stat non-directories in more cases
16442         This makes GNU find (when it doesn't need to stat each file)
16443         *much* more efficient at traversing reiserfs file systems.
16444         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
16445         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
16446         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
16447         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
16448         (leaf_optimization_applies): New function.
16449         (LCO_hash, LCO_compare): New helper functions.
16450         (link_count_optimize_ok): New function.
16451         (fts_stat): Initialize new member (if dir).
16452         (fts_read): Decrement parent's fts_n_dirs_remaining count if
16453         we've just stat'ed a directory.  Skip the stat call when possible.
16454         ---
16455         Note this AFS-related exchange:
16456         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
16457         and note find's pioctl call in find/fstype.c.
16458         But that is necessary only if you want to enable the
16459         optimization for AFS, and for now, I don't.
16460
16461         fts: move a function definition "up" (no semantic change)
16462         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
16463         "up" to precede upcoming use of a related function.
16464
16465 2009-02-11  Jim Meyering  <meyering@redhat.com>
16466
16467         fts: correct internal computation of nlinks (optimization-related)
16468         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
16469         whether the current entry is a directory, so don't test it.
16470
16471 2009-02-10  Bruno Haible  <bruno@clisp.org>
16472
16473         Tests for module 'uniwbrk/ulc-wordbreaks'.
16474         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
16475         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
16476         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
16477
16478         Tests for module 'uniwbrk/u32-wordbreaks'.
16479         * modules/uniwbrk/u32-wordbreaks-tests: New file.
16480         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
16481
16482         Tests for module 'uniwbrk/u16-wordbreaks'.
16483         * modules/uniwbrk/u16-wordbreaks-tests: New file.
16484         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
16485
16486         Tests for module 'uniwbrk/u8-wordbreaks'.
16487         * modules/uniwbrk/u8-wordbreaks-tests: New file.
16488         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
16489
16490 2009-02-10  Bruno Haible  <bruno@clisp.org>
16491
16492         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
16493         property.
16494         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
16495         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
16496         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
16497
16498 2009-02-10  Simon Josefsson  <simon@josefsson.org>
16499
16500         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
16501         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
16502
16503 2009-02-10  Bruno Haible  <bruno@clisp.org>
16504
16505         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
16506         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
16507         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
16508         * lib/unilbrk/u8-possible-linebreaks.c: Update.
16509         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
16510         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
16511
16512 2009-02-09  Simon Josefsson  <simon@josefsson.org>
16513
16514         * lib/sockets.h (gl_fd_to_handle): New function.
16515
16516         * tests/test-sockets.c: Call gl_fd_to_handle.
16517
16518 2009-02-09  Bruno Haible  <bruno@clisp.org>
16519
16520         * doc/havelib.texi: Document the conventions on bi-arch systems.
16521
16522 2009-02-08  Bruno Haible  <bruno@clisp.org>
16523
16524         Document the AC_LIB_LINKFLAGS macro.
16525         * doc/havelib.texi: New file, mostly written on 2005-05-24.
16526         * doc/gnulib.texi: Include it.
16527
16528 2009-02-08  Bruno Haible  <bruno@clisp.org>
16529
16530         Fix wrong order of sections, compared to TOC.
16531         * doc/gnulib.texi: Include relocatable-maint.texi after the
16532         "Regular expressions" node, not before.
16533
16534 2009-02-08  Bruno Haible  <bruno@clisp.org>
16535
16536         Tests for module 'unicase/totitle'.
16537         * modules/unicase/totitle-tests: New file.
16538
16539         Tests for module 'unicase/tolower'.
16540         * modules/unicase/tolower-tests: New file.
16541
16542         Tests for module 'unicase/toupper'.
16543         * modules/unicase/toupper-tests: New file.
16544         * tests/unicase/test-mapping-part1.h: New file.
16545         * tests/unicase/test-mapping-part2.h: New file.
16546
16547         New module 'unicase/totitle'.
16548         * modules/unicase/totitle: New file.
16549         * lib/unicase/totitle.c: New file.
16550
16551         New module 'unicase/tolower'.
16552         * modules/unicase/tolower: New file.
16553         * lib/unicase/tolower.c: New file.
16554
16555         New module 'unicase/toupper'.
16556         * modules/unicase/toupper: New file.
16557         * lib/unicase/toupper.c: New file.
16558         * lib/unicase/simple-mapping.h: New file.
16559
16560         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
16561         (mapping_table): New structure.
16562         (output_simple_mapping): New function.
16563         (main): Invoke output_simple_mapping_test and output_simple_mapping.
16564         * modules/gen-uni-tables (Description): Update.
16565         * lib/unicase/toupper.h: New file, automatically generated by
16566         gen-uni-tables.
16567         * lib/unicase/tolower.h: New file, automatically generated by
16568         gen-uni-tables.
16569         * lib/unicase/totitle.h: New file, automatically generated by
16570         gen-uni-tables.
16571         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
16572         gen-uni-tables.
16573         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
16574         gen-uni-tables.
16575         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
16576         gen-uni-tables.
16577
16578         New module 'unicase/base'.
16579         * modules/unicase/base: New file.
16580         * lib/unicase.h: New file.
16581
16582 2009-02-08  Bruno Haible  <bruno@clisp.org>
16583
16584         New module 'uniwbrk/ulc-wordbreaks'.
16585         * modules/uniwbrk/ulc-wordbreaks: New file.
16586         * lib/uniwbrk/ulc-wordbreaks.c: New file.
16587
16588         New module 'uniwbrk/u32-wordbreaks'.
16589         * modules/uniwbrk/u32-wordbreaks: New file.
16590         * lib/uniwbrk/u32-wordbreaks.c: New file.
16591
16592         New module 'uniwbrk/u16-wordbreaks'.
16593         * modules/uniwbrk/u16-wordbreaks: New file.
16594         * lib/uniwbrk/u16-wordbreaks.c: New file.
16595
16596         New module 'uniwbrk/u8-wordbreaks'.
16597         * modules/uniwbrk/u8-wordbreaks: New file.
16598         * lib/uniwbrk/u8-wordbreaks.c: New file.
16599         * lib/uniwbrk/u-wordbreaks.h: New file.
16600
16601         New module 'uniwbrk/table'.
16602         * modules/uniwbrk/table: New file.
16603         * lib/uniwbrk/wbrktable.h: New file.
16604         * lib/uniwbrk/wbrktable.c: New file.
16605
16606         New module 'uniwbrk/wordbreak-property'.
16607         * modules/uniwbrk/wordbreak-property: New file.
16608         * lib/uniwbrk/wordbreak-property.c: New file.
16609
16610         * lib/gen-uni-tables.c (WBP_*): New enum items.
16611         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
16612         (unicode_org_wbp): New variable.
16613         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
16614         New functions.
16615         (wbp_table): New structure.
16616         (output_wbp, output_wbrk_tables): New functions.
16617         (main): Accept additional argument. Invoke fill_org_wbp,
16618         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
16619         output_wbrk_tables.
16620         * modules/gen-uni-tables (Description): Update.
16621         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
16622         gen-uni-tables.
16623
16624         New module 'uniwbrk/base'.
16625         * modules/uniwbrk/base: New file.
16626         * lib/uniwbrk.h: New file.
16627
16628 2009-02-08  Bruno Haible  <bruno@clisp.org>
16629
16630         Update to Unicode 5.1.0.
16631         * lib/gen-uni-tables.c (is_property_alphabetic): Include
16632         U+2185..U+2188.
16633         (is_property_default_ignorable_code_point): Don't include characters
16634         of category Cc or Cs and not-a-characters.
16635         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
16636         U+0D79, U+109E, U+109F, U+A60C.
16637         * lib/unictype/bidi_of.h: Regenerated.
16638         * lib/unictype/blocks.h: Regenerated.
16639         * lib/unictype/categ_C.h: Regenerated.
16640         * lib/unictype/categ_Cf.h: Regenerated.
16641         * lib/unictype/categ_Cn.h: Regenerated.
16642         * lib/unictype/categ_L.h: Regenerated.
16643         * lib/unictype/categ_Ll.h: Regenerated.
16644         * lib/unictype/categ_Lm.h: Regenerated.
16645         * lib/unictype/categ_Lo.h: Regenerated.
16646         * lib/unictype/categ_Lu.h: Regenerated.
16647         * lib/unictype/categ_M.h: Regenerated.
16648         * lib/unictype/categ_Mc.h: Regenerated.
16649         * lib/unictype/categ_Me.h: Regenerated.
16650         * lib/unictype/categ_Mn.h: Regenerated.
16651         * lib/unictype/categ_N.h: Regenerated.
16652         * lib/unictype/categ_Nd.h: Regenerated.
16653         * lib/unictype/categ_Nl.h: Regenerated.
16654         * lib/unictype/categ_No.h: Regenerated.
16655         * lib/unictype/categ_P.h: Regenerated.
16656         * lib/unictype/categ_Pd.h: Regenerated.
16657         * lib/unictype/categ_Pe.h: Regenerated.
16658         * lib/unictype/categ_Pf.h: Regenerated.
16659         * lib/unictype/categ_Pi.h: Regenerated.
16660         * lib/unictype/categ_Po.h: Regenerated.
16661         * lib/unictype/categ_Ps.h: Regenerated.
16662         * lib/unictype/categ_S.h: Regenerated.
16663         * lib/unictype/categ_Sk.h: Regenerated.
16664         * lib/unictype/categ_Sm.h: Regenerated.
16665         * lib/unictype/categ_So.h: Regenerated.
16666         * lib/unictype/categ_of.h: Regenerated.
16667         * lib/unictype/combining.h: Regenerated.
16668         * lib/unictype/ctype_alnum.h: Regenerated.
16669         * lib/unictype/ctype_alpha.h: Regenerated.
16670         * lib/unictype/ctype_graph.h: Regenerated.
16671         * lib/unictype/ctype_lower.h: Regenerated.
16672         * lib/unictype/ctype_print.h: Regenerated.
16673         * lib/unictype/ctype_punct.h: Regenerated.
16674         * lib/unictype/ctype_upper.h: Regenerated.
16675         * lib/unictype/decdigit.h: Regenerated.
16676         * lib/unictype/digit.h: Regenerated.
16677         * lib/unictype/mirror.h: Regenerated.
16678         * lib/unictype/numeric.h: Regenerated.
16679         * lib/unictype/pr_alphabetic.h: Regenerated.
16680         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
16681         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
16682         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
16683         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
16684         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
16685         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
16686         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
16687         * lib/unictype/pr_combining.h: Regenerated.
16688         * lib/unictype/pr_dash.h: Regenerated.
16689         * lib/unictype/pr_decimal_digit.h: Regenerated.
16690         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
16691         * lib/unictype/pr_deprecated.h: Regenerated.
16692         * lib/unictype/pr_diacritic.h: Regenerated.
16693         * lib/unictype/pr_extender.h: Regenerated.
16694         * lib/unictype/pr_format_control.h: Regenerated.
16695         * lib/unictype/pr_grapheme_base.h: Regenerated.
16696         * lib/unictype/pr_grapheme_extend.h: Regenerated.
16697         * lib/unictype/pr_grapheme_link.h: Regenerated.
16698         * lib/unictype/pr_id_continue.h: Regenerated.
16699         * lib/unictype/pr_id_start.h: Regenerated.
16700         * lib/unictype/pr_ideographic.h: Regenerated.
16701         * lib/unictype/pr_ignorable_control.h: Regenerated.
16702         * lib/unictype/pr_lowercase.h: Regenerated.
16703         * lib/unictype/pr_math.h: Regenerated.
16704         * lib/unictype/pr_numeric.h: Regenerated.
16705         * lib/unictype/pr_other_alphabetic.h: Regenerated.
16706         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
16707         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
16708         * lib/unictype/pr_other_id_continue.h: Regenerated.
16709         * lib/unictype/pr_other_lowercase.h: Regenerated.
16710         * lib/unictype/pr_other_math.h: Regenerated.
16711         * lib/unictype/pr_punctuation.h: Regenerated.
16712         * lib/unictype/pr_sentence_terminal.h: Regenerated.
16713         * lib/unictype/pr_soft_dotted.h: Regenerated.
16714         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
16715         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
16716         * lib/unictype/pr_unified_ideograph.h: Regenerated.
16717         * lib/unictype/pr_uppercase.h: Regenerated.
16718         * lib/unictype/pr_xid_continue.h: Regenerated.
16719         * lib/unictype/pr_xid_start.h: Regenerated.
16720         * lib/unictype/pr_zero_width.h: Regenerated.
16721         * lib/unictype/scripts.h: Regenerated.
16722         * lib/unictype/scripts_byname.gperf: Regenerated.
16723         * lib/unictype/sy_java_ident.h: Regenerated.
16724         * lib/unilbrk/lbrkprop1.h: Regenerated.
16725         * lib/unilbrk/lbrkprop2.h: Regenerated.
16726         * tests/unictype/test-categ_C.c: Regenerated.
16727         * tests/unictype/test-categ_Cf.c: Regenerated.
16728         * tests/unictype/test-categ_Cn.c: Regenerated.
16729         * tests/unictype/test-categ_L.c: Regenerated.
16730         * tests/unictype/test-categ_Ll.c: Regenerated.
16731         * tests/unictype/test-categ_Lm.c: Regenerated.
16732         * tests/unictype/test-categ_Lo.c: Regenerated.
16733         * tests/unictype/test-categ_Lu.c: Regenerated.
16734         * tests/unictype/test-categ_M.c: Regenerated.
16735         * tests/unictype/test-categ_Mc.c: Regenerated.
16736         * tests/unictype/test-categ_Me.c: Regenerated.
16737         * tests/unictype/test-categ_Mn.c: Regenerated.
16738         * tests/unictype/test-categ_N.c: Regenerated.
16739         * tests/unictype/test-categ_Nd.c: Regenerated.
16740         * tests/unictype/test-categ_Nl.c: Regenerated.
16741         * tests/unictype/test-categ_No.c: Regenerated.
16742         * tests/unictype/test-categ_P.c: Regenerated.
16743         * tests/unictype/test-categ_Pd.c: Regenerated.
16744         * tests/unictype/test-categ_Pe.c: Regenerated.
16745         * tests/unictype/test-categ_Pf.c: Regenerated.
16746         * tests/unictype/test-categ_Pi.c: Regenerated.
16747         * tests/unictype/test-categ_Po.c: Regenerated.
16748         * tests/unictype/test-categ_Ps.c: Regenerated.
16749         * tests/unictype/test-categ_S.c: Regenerated.
16750         * tests/unictype/test-categ_Sk.c: Regenerated.
16751         * tests/unictype/test-categ_Sm.c: Regenerated.
16752         * tests/unictype/test-categ_So.c: Regenerated.
16753         * tests/unictype/test-ctype_alnum.c: Regenerated.
16754         * tests/unictype/test-ctype_alpha.c: Regenerated.
16755         * tests/unictype/test-ctype_graph.c: Regenerated.
16756         * tests/unictype/test-ctype_lower.c: Regenerated.
16757         * tests/unictype/test-ctype_print.c: Regenerated.
16758         * tests/unictype/test-ctype_punct.c: Regenerated.
16759         * tests/unictype/test-ctype_upper.c: Regenerated.
16760         * tests/unictype/test-decdigit.h: Regenerated.
16761         * tests/unictype/test-digit.h: Regenerated.
16762         * tests/unictype/test-numeric.h: Regenerated.
16763         * tests/unictype/test-pr_alphabetic.c: Regenerated.
16764         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
16765         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
16766         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
16767         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
16768         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
16769         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
16770         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
16771         * tests/unictype/test-pr_combining.c: Regenerated.
16772         * tests/unictype/test-pr_dash.c: Regenerated.
16773         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
16774         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
16775         * tests/unictype/test-pr_deprecated.c: Regenerated.
16776         * tests/unictype/test-pr_diacritic.c: Regenerated.
16777         * tests/unictype/test-pr_extender.c: Regenerated.
16778         * tests/unictype/test-pr_format_control.c: Regenerated.
16779         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
16780         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
16781         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
16782         * tests/unictype/test-pr_id_continue.c: Regenerated.
16783         * tests/unictype/test-pr_id_start.c: Regenerated.
16784         * tests/unictype/test-pr_ideographic.c: Regenerated.
16785         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
16786         * tests/unictype/test-pr_lowercase.c: Regenerated.
16787         * tests/unictype/test-pr_math.c: Regenerated.
16788         * tests/unictype/test-pr_numeric.c: Regenerated.
16789         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
16790         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
16791         Regenerated.
16792         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
16793         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
16794         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
16795         * tests/unictype/test-pr_other_math.c: Regenerated.
16796         * tests/unictype/test-pr_punctuation.c: Regenerated.
16797         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
16798         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
16799         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
16800         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
16801         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
16802         * tests/unictype/test-pr_uppercase.c: Regenerated.
16803         * tests/unictype/test-pr_xid_continue.c: Regenerated.
16804         * tests/unictype/test-pr_xid_start.c: Regenerated.
16805         * tests/unictype/test-pr_zero_width.c: Regenerated.
16806
16807         Update to Unicode 5.1.0.
16808         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
16809         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
16810         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
16811         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
16812         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
16813         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
16814         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
16815         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
16816         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
16817         (nonspacing_table_ind): Update.
16818         * tests/uniwidth/test-uc_width2.sh: Update expected result.
16819
16820         Update to Unicode 5.1.0.
16821         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
16822         code transform.
16823         * lib/uniname/uniname.c (unicode_character_name,
16824         unicode_name_character): Add the range 0x1Fxxx to the code transform.
16825         * lib/uniname/uninames.h: Regenerated.
16826         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
16827
16828 2009-02-07  Bruno Haible  <bruno@clisp.org>
16829
16830         Merge gen-ctype and gen-lbrk into a single program.
16831         * lib/gen-uni-tables.c: New file, incorporating
16832         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
16833         Add directory prefixes to the names of the generated files.
16834         * lib/unictype/gen-ctype.c: Remove file.
16835         * lib/unilbrk/gen-lbrk.c: Remove file.
16836         * modules/gen-uni-tables: New file.
16837         * modules/unictype/gen-ctype: Remove file.
16838         * modules/unilbrk/gen-lbrk: Remove file.
16839
16840 2009-02-07  Bruno Haible  <bruno@clisp.org>
16841
16842         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
16843
16844         New module 'unistr/u32-strcoll'.
16845         * modules/unistr/u32-strcoll: New file.
16846         * lib/unistr/u32-strcoll.c: New file.
16847
16848         New module 'unistr/u16-strcoll'.
16849         * modules/unistr/u16-strcoll: New file.
16850         * lib/unistr/u16-strcoll.c: New file.
16851
16852         New module 'unistr/u8-strcoll'.
16853         * modules/unistr/u8-strcoll: New file.
16854         * lib/unistr/u8-strcoll.c: New file.
16855         * lib/unistr/u-strcoll.h: New file.
16856
16857 2009-02-07  Bruno Haible  <bruno@clisp.org>
16858
16859         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
16860         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
16861         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
16862         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
16863         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
16864         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
16865
16866 2009-02-07  Bruno Haible  <bruno@clisp.org>
16867
16868         Make 64-bit clean.
16869         * lib/unictype/gen-ctype.c (output_predicate, output_category,
16870         output_combclass, output_bidi_category, output_decimal_digit,
16871         output_digit, output_numeric, output_mirror, output_scripts,
16872         output_ident_category): Use proper width specifier in format strings.
16873
16874 2009-02-07  Bruno Haible  <bruno@clisp.org>
16875
16876         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
16877         failure behaviour.
16878
16879 2009-02-07  Jim Meyering  <meyering@redhat.com>
16880
16881         regex: avoid compilation failure with upcoming gcc-4.4
16882         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
16883         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
16884         "... error: integer overflow in preprocessor expression".
16885
16886 2009-02-05  Ben Pfaff  <blp@gnu.org>
16887
16888         Fix link errors on Windows when close module is used.
16889         * modules/close: Add $(LIB_CLOSE) to Link section.
16890         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
16891         $(LIB_CLOSE) on Windows.
16892
16893 2009-02-05  Jim Meyering  <meyering@redhat.com>
16894
16895         still avoid unused-parameter warnings, but do it cleanly
16896         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
16897         (get_fs_usage): Cast to void instead.
16898         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
16899         (dev_from_mount_options, read_file_system_list): Cast to void.
16900         Prompted by Bruno Haible.
16901
16902 2009-02-04  Jim Meyering  <meyering@redhat.com>
16903
16904         fsusage.c: correct copyright year
16905         * lib/fsusage.c: Reflect year in which the change is pushed into
16906
16907         avoid misc. warnings
16908         * lib/fsusage.c (UNUSED_PARAM): Define.
16909         (get_fs_usage): Mark parameter "disk" as unused.
16910         * lib/getugroups.c (getgrent): Use "void" in prototype.
16911         * lib/mountlist.c: Mark unused parameters.
16912         (read_file_system_list): Declare a local with "const".
16913         * lib/nanosleep.c (getnow): Declare static.
16914         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
16915
16916         dirfd: set errno upon failure
16917         * lib/dirfd.c: Include <errno.h>.
16918         Set errno to ENOTSUP when returning -1.
16919         * modules/dirfd (Depends-on): Add errno.
16920         Suggested by John Kodis <kodis@comcast.net>.
16921
16922 2009-02-01  Bruno Haible  <bruno@clisp.org>
16923
16924         Don't assume sizeof (long) >= sizeof (void *).
16925         * lib/memcmp.c: Include stdint.h.
16926         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
16927         srcp2 to 'const byte *'.
16928         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
16929         types to uintptr_t.
16930         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
16931         * modules/memcmp (Depends-on): Add stdint.
16932         Reported by Ozkan Sezer <sezeroz@gmail.com>.
16933
16934 2009-01-30  Eric Blake  <ebb9@byu.net>
16935
16936         fix more require-before-expand issues
16937         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
16938         expand, AC_PROG_AWK.
16939         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
16940
16941 2009-01-28  Eric Blake  <ebb9@byu.net>
16942
16943         version-etc: use consistent URL formatting
16944         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
16945         Improve formatting.  Use fputs for string without %.
16946
16947 2009-01-28  Jim Meyering  <meyering@redhat.com>
16948
16949         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
16950         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
16951         "underquoted definition of NAME" from autoconf-2.59.
16952
16953 2009-01-28  Bruno Haible  <bruno@clisp.org>
16954
16955         * doc/gnulib.texi: Add "Obsolete modules" to index.
16956
16957 2009-01-28  Jim Meyering  <meyering@redhat.com>
16958
16959         useless-if-before-free: recognize more variants
16960         * build-aux/useless-if-before-free: Also recognize e.g.,
16961         if (NULL != p) free (p);
16962
16963 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
16964
16965         test-getaddrinfo: skip (don't fail) this test when there's no network
16966         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
16967         on the presumption that it means you lack network access.
16968
16969 2009-01-26  Jim Meyering  <meyering@redhat.com>
16970
16971         fflush: avoid warnings on modern systems
16972         * lib/fflush.c (rpl_fflush): Move declarations of locals,
16973         pos and result, into scopes where they're used.
16974
16975 2009-01-26  Eric Blake  <ebb9@byu.net>
16976
16977         Silence warning reintroduced by recent extensions patch.
16978         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
16979         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
16980         autoconf.
16981
16982         Backport improved autoconf semantics of AC_DEFUN_ONCE.
16983         * m4/00gnulib.m4: New file.
16984         * gnulib-tool (func_get_filelist): Always use it.
16985         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
16986         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
16987
16988 2009-01-25  Bruno Haible  <bruno@clisp.org>
16989
16990         Make test-quotearg work on MacOS X and AIX.
16991         * tests/test-quotearg.sh: New file.
16992         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
16993         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
16994         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
16995         include <libintl.h>.
16996         (fake_locale): Remove variable.
16997         (gettext, dgettext, dcgettext): Remove functions.
16998         (main): Instead of setting a fake locale, set a real locale. Call
16999         textdomain and bindtextdomain.
17000         * modules/quotearg-tests (Files): Add the new files.
17001         (Depends-on): Add gettext, setenv, unsetenv.
17002         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
17003         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
17004         Augment TESTS_ENVIRONMENT.
17005
17006 2009-01-25  Bruno Haible  <bruno@clisp.org>
17007
17008         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
17009         fr_FR.ISO8859-1 locale on MacOS X.
17010         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
17011         ja_JP.eucJP locale on MacOS X.
17012         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
17013         zh_CN.GB18030 locale on MacOS X.
17014
17015 2009-01-25  Bruno Haible  <bruno@clisp.org>
17016
17017         Avoid link errors on MacOS X 10.3.
17018         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
17019         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
17020
17021 2009-01-25  Bruno Haible  <bruno@clisp.org>
17022
17023         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
17024         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
17025         * modules/pipe (Files): Remove m4/posix_spawn.m4.
17026         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
17027         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
17028         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
17029         posix_spawnattr_init, posix_spawnattr_setsigmask,
17030         posix_spawnattr_setflags, posix_spawnattr_destroy.
17031
17032         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
17033         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
17034         * modules/execute (Files): Remove m4/posix_spawn.m4.
17035         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
17036         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
17037         posix_spawnattr_init, posix_spawnattr_setsigmask,
17038         posix_spawnattr_setflags, posix_spawnattr_destroy.
17039
17040 2009-01-25  Bruno Haible  <bruno@clisp.org>
17041
17042         * lib/glthread/threadlib.c: Include <stdlib.h>.
17043
17044 2009-01-25  Bruno Haible  <bruno@clisp.org>
17045
17046         * lib/glthread/threadlib.c (dummy): New declaration.
17047
17048 2009-01-25  Bruno Haible  <bruno@clisp.org>
17049
17050         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
17051         multibyte characters also for the GB18030 encoding. Don't crash when
17052         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
17053
17054 2009-01-25  Bruno Haible  <bruno@clisp.org>
17055
17056         Avoid redefining 'struct random_data' on OSF/1 5.1.
17057         * lib/stdlib.in.h: Include <random.h> if it exists.
17058         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
17059         HAVE_RANDOM_H. Include <random.h> when testing whether
17060         'struct random_data' exists.
17061         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
17062
17063 2009-01-25  Bruno Haible  <bruno@clisp.org>
17064
17065         Don't install charset.alias on MacOS X >= 10.3.
17066         * lib/localcharset.c (DARWIN7): New macro.
17067         (get_charset_aliases): Hardcode the result for Darwin7.
17068         * modules/localcharset (install-exec-local): Don't install
17069         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
17070
17071 2009-01-25  Bruno Haible  <bruno@clisp.org>
17072
17073         Don't install charset.alias on mingw and Cygwin.
17074         * modules/localcharset (install-exec-local): Don't install
17075         charset.alias on mingw and Cygwin, if the file does not yet exist.
17076         The result for these platforms is hardcoded in localcharset.c.
17077
17078 2009-01-25  Bruno Haible  <bruno@clisp.org>
17079
17080         Make it possible again to use AC_GNU_SOURCE together with gnulib.
17081         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
17082         before requiring AC_USE_SYSTEM_EXTENSIONS.
17083
17084 2009-01-25  Jim Meyering  <meyering@redhat.com>
17085
17086         c-strtod: avoid warnings
17087         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
17088         "assignment discards qualifiers from pointer target type" warnings.
17089
17090 2009-01-24  Bruno Haible  <bruno@clisp.org>
17091
17092         Add support for non-UTF-8 locales on MacOS X.
17093         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
17094         canonical encodings. For Darwin 7 and newer, don't map traditional
17095         encodings to UTF-8.
17096         Reported by Vincent Lefevre <vincent@vinc17.org>
17097         at <http://savannah.gnu.org/bugs/?25235>.
17098
17099 2009-01-24  Bruno Haible  <bruno@clisp.org>
17100
17101         * doc/gnulib.texi (Obsolete modules): New section.
17102         Reported by Mike Frysinger <vapier@gentoo.org>.
17103
17104 2009-01-24  Bruno Haible  <bruno@clisp.org>
17105
17106         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
17107         (%.dvi): New rule.
17108
17109 2009-01-24  Bruno Haible  <bruno@clisp.org>
17110
17111         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
17112         Reported by Eric Blake.
17113
17114 2009-01-24  Bruno Haible  <bruno@clisp.org>
17115
17116         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
17117         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
17118         Reported by Gary V. Vaughan <gary@gnu.org>.
17119
17120 2009-01-24  Bruno Haible  <bruno@clisp.org>
17121
17122         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
17123
17124 2009-01-23  Bruno Haible  <bruno@clisp.org>
17125
17126         Make c-strtod, c-strtold usable in libraries.
17127         * lib/c-strtod.c: Include string.h instead of xalloc.h.
17128         (C_STRTOD): Call strdup instead of xstrdup.
17129         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
17130         * modules/c-strtold (Depends-on): Likewise.
17131         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
17132         * NEWS: Mention the change.
17133         Reported by Michael Gold <mgold@ncf.ca>.
17134
17135 2009-01-23  Jim Meyering  <meyering@redhat.com>
17136
17137         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
17138         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
17139         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
17140
17141 2009-01-23  Simon Josefsson  <simon@josefsson.org>
17142
17143         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
17144         GNU CoreUtils.
17145         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
17146         * modules/version-etc (Description): Update.
17147
17148 2009-01-22  Bruno Haible  <bruno@clisp.org>
17149
17150         Cache the C locale object.
17151         * lib/c-strtod.c (c_locale_cache): New variable.
17152         (c_locale): New function.
17153         (C_STRTOD): Use it, and don't call freelocale.
17154         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
17155         Suggested by Paolo Bonzini.
17156
17157 2009-01-21  Bruno Haible  <bruno@clisp.org>
17158
17159         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
17160         conditions other than overflow.
17161
17162 2009-01-21  Bruno Haible  <bruno@clisp.org>
17163
17164         * lib/c-strtod.c: Include errno.h.
17165         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
17166         value from STRTOD_L and STRTOD.
17167
17168 2009-01-21  Bruno Haible  <bruno@clisp.org>
17169         and Jim Meyering  <meyering@redhat.com>
17170
17171         nanosleep: skip configure test (fail it) for apple universal builds
17172         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
17173         universal builds, assume that nanosleep does not work.
17174         * modules/nanosleep (Depends-on): Add multiarch.
17175
17176         mktime: skip configure test (fail it) for apple universal builds
17177         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
17178         universal builds, assume that mktime does not work.
17179         * modules/mktime (Depends-on): Add multiarch.
17180
17181 2009-01-21  Eric Blake  <ebb9@byu.net>
17182
17183         multiarch: avoid expand-before-require warning
17184         * modules/multiarch (configure.ac): Require, rather than expand,
17185         gl_MULTIARCH.
17186         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
17187         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
17188         enforce that all clients require it.  Partial reversion of
17189         2008-12-29 patch.
17190
17191         error: avoid expand-before-require warning
17192         * modules/errno (configure.ac): Require, rather than expand,
17193         gl_HEADER_ERRNO_H.
17194         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
17195         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
17196         enforce that all clients require it.
17197
17198         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
17199         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
17200         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
17201         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
17202
17203 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
17204
17205         Revert:
17206         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
17207
17208         regex: do not depend on obsolete modules.
17209         * modules/regex: Remove memcmp and memmove.
17210
17211 2009-01-20  Bruno Haible  <bruno@clisp.org>
17212
17213         Make the 'link' module link on Windows NT 4.
17214         * lib/link.c (_WIN32_WINNT): Don't define.
17215         (CreateHardLinkFuncType): New type.
17216         (CreateHardLinkFunc, initialized): New variables.
17217         (initialize): New function.
17218         (link): Invoke CreateHardLink indirectly through the function pointer.
17219
17220 2009-01-20  Bruno Haible  <bruno@clisp.org>
17221
17222         Fix compilation failure on mingw.
17223         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
17224
17225 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
17226
17227         * doc/c-strtod.texi: Mention a couple of restrictions.
17228
17229 2009-01-20  Jim Meyering  <meyering@redhat.com>
17230
17231         gettimeofday: move more declarations out of functions
17232         * lib/gettimeofday.c: Move extern declarations of tzset and
17233         gmtime out of containing functions.  Prompted by Bruno Haible.
17234
17235 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
17236
17237         regex: do not depend on obsolete modules.
17238         * modules/regex: Remove memcmp and memmove.
17239
17240 2009-01-19  Bruno Haible  <bruno@clisp.org>
17241
17242         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
17243         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
17244         gl_BIGENDIAN, not AC_C_BIGENDIAN.
17245         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
17246         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
17247
17248 2009-01-19  Bruno Haible  <bruno@clisp.org>
17249
17250         * tests/test-link.c: Include <errno.h>.
17251         (main): Exit with code 77 when a hard link cannot be created due to
17252         the file system.
17253         * tests/test-link.sh: Skip test when a hard link cannot be created due
17254         to the file system.
17255         Suggested by Eric Blake.
17256
17257 2009-01-19  Martin Lambers  <marlam@marlam.de>
17258
17259         * modules/link-tests: New file.
17260         * tests/test-link.sh: New file.
17261         * tests/test-link.c: New file.
17262
17263 2009-01-19  Eric Blake  <ebb9@byu.net>
17264
17265         doc: mention another function added in cygwin 1.7.0
17266         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
17267         Another new function in cygwin 1.7.
17268
17269 2009-01-19  Bruno Haible  <bruno@clisp.org>
17270
17271         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
17272         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
17273         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
17274         gl_BIGENDIAN, not AC_C_BIGENDIAN.
17275         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
17276         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
17277         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
17278         * m4/md4.m4 (gl_MD4): Likewise.
17279         * m4/md5.m4 (gl_MD5): Likewise.
17280         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
17281         * m4/sha1.m4 (gl_SHA1): Likewise.
17282         * m4/sha256.m4 (gl_SHA256): Likewise.
17283         * m4/sha512.m4 (gl_SHA512): Likewise.
17284
17285 2009-01-19  Bruno Haible  <bruno@clisp.org>
17286
17287         * modules/uniname/uniname-tests (Depends-on): Add progname.
17288         * tests/uniname/test-uninames.c: Include progname.h.
17289         (main): Call set_program_name.
17290
17291         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
17292         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
17293         (main): Call set_program_name.
17294
17295         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
17296         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
17297         (main): Call set_program_name.
17298
17299         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
17300         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
17301         (main): Call set_program_name.
17302
17303         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
17304         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
17305         (main): Call set_program_name.
17306
17307         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
17308         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
17309         (main): Call set_program_name.
17310
17311         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
17312         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
17313         (main): Call set_program_name.
17314
17315         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
17316         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
17317         (main): Call set_program_name.
17318
17319         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
17320         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
17321         (main): Call set_program_name.
17322
17323 2009-01-19  Eric Blake  <ebb9@byu.net>
17324
17325         test-unistd: test previous patch
17326         * tests/test-unistd.c: Test *_FILENO macros.
17327
17328         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
17329         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17330         Guarantee a definition.
17331         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
17332         * modules/unistd-safer (Depends-on): Add dependency on unistd.
17333         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
17334         * lib/dup-safer.c (STDERR_FILENO): Likewise.
17335         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17336         Likewise.
17337         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
17338         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
17339         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17340         Likewise.
17341         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
17342         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
17343         (STDERR_FILENO): Likewise.
17344         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
17345         (STDERR_FILENO): Likewise.
17346         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
17347         (STDERR_FILENO): Likewise.
17348         Reported by Elbert Pol.
17349
17350 2009-01-19  Eric Blake  <ebb9@byu.net>
17351
17352         doc: mention more functions added in cygwin 1.7.0
17353         * doc/posix-functions/abort.texi (abort): Update wording related
17354         to cygwin.
17355         * doc/posix-functions/daylight.texi (daylight): Likewise.
17356         * doc/posix-functions/optarg.texi (optarg): Likewise.
17357         * doc/posix-functions/optarg.texi (opterr): Likewise.
17358         * doc/posix-functions/optarg.texi (optind): Likewise.
17359         * doc/posix-functions/optarg.texi (optopt): Likewise.
17360         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
17361         worked in 1.5.x, and was withdrawn in 1.7.
17362         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
17363         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
17364         cygwin versions.
17365         * doc/posix-functions/perror.texi (perror): Likewise.
17366         * doc/posix-functions/printf.texi (printf): Likewise.
17367         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
17368         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
17369         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
17370         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
17371         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
17372         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
17373         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
17374         Likewise.
17375         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
17376         Likewise.
17377         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
17378         this function.
17379         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
17380         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
17381         Likewise.
17382         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
17383         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
17384         * doc/posix-functions/confstr.texi (confstr): Likewise.
17385         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
17386         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
17387         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
17388         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
17389         * doc/posix-functions/fputws.texi (fputws): Likewise.
17390         * doc/posix-functions/fwide.texi (fwide): Likewise.
17391         * doc/posix-functions/getwc.texi (getwc): Likewise.
17392         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
17393         * doc/posix-functions/putwc.texi (putwc): Likewise.
17394         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
17395         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
17396         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
17397         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
17398         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
17399         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
17400         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
17401         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
17402         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
17403         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
17404         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
17405
17406 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
17407
17408         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
17409         * lib/ioctl.c: Include <sys/ioctl.h>.
17410
17411 2009-01-19  Simon Josefsson  <simon@josefsson.org>
17412
17413         * modules/getdate-tests (Depends-on): Add progname.
17414         * tests/test-getdate.c: Use progname module, to avoid link errors
17415         on non-glibc systems.
17416
17417 2009-01-18  Simon Josefsson  <simon@josefsson.org>
17418
17419         * modules/filenamecat-tests (Depends-on): Add progname.
17420         * modules/fstrcmp-tests (Depends-on): Likewise.
17421
17422         * tests/test-filenamecat.c: Use progname module, to avoid link
17423         errors on non-glibc systems.
17424         * tests/test-fstrcmp.c: Likewise.
17425
17426 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
17427
17428         gettimeofday: avoid warning: nested extern declaration of 'localtime'
17429         * lib/gettimeofday.c: Move extern declaration out of function.
17430
17431 2009-01-18  Bruno Haible  <bruno@clisp.org>
17432
17433         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
17434         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
17435         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
17436
17437 2009-01-18  Bruno Haible  <bruno@clisp.org>
17438
17439         * lib/strftime.c (MEMPCPY): Remove unused macro.
17440         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
17441
17442 2009-01-18  Martin Lambers  <marlam@marlam.de>
17443
17444         New module 'link'.
17445         * lib/unistd.in.h (link): New declaration.
17446         * lib/link.c: New file.
17447         * m4/link.m4: New file.
17448         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
17449         HAVE_LINK.
17450         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
17451         * modules/link: New file.
17452         * doc/posix-functions/link.texi: Mention the new module.
17453
17454 2009-01-18  Bruno Haible  <bruno@clisp.org>
17455
17456         * tests/test-avltree_list.c (main): Call set_program_name.
17457         * tests/test-avltree_oset.c (main): Likewise.
17458         * tests/test-obstack-printf.c: Include progname.h.
17459         (main): Call set_program_name.
17460         * tests/test-quotearg.c: Include progname.h.
17461         (main): Call set_program_name.
17462         * tests/test-xmemdup0.c: Include progname.h.
17463         (main): Call set_program_name.
17464
17465 2009-01-18  Bruno Haible  <bruno@clisp.org>
17466
17467         New module 'alphasort'.
17468         * lib/dirent.in.h (alphasort): New declaration.
17469         * lib/alphasort.c: New file, from glibc with modifications.
17470         * m4/alphasort.m4: New file.
17471         * modules/alphasort: New file.
17472         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
17473         HAVE_ALPHASORT.
17474         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
17475         HAVE_ALPHASORT.
17476         * doc/posix-functions/alphasort.texi: Mention the new module and the
17477         portability problems.
17478
17479 2009-01-18  Bruno Haible  <bruno@clisp.org>
17480
17481         New module 'scandir'.
17482         * lib/dirent.in.h (scandir): New declaration.
17483         * lib/scandir.c: New file, from glibc with modifications.
17484         * m4/scandir.m4: New file.
17485         * modules/scandir: New file.
17486         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
17487         HAVE_SCANDIR.
17488         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
17489         HAVE_SCANDIR.
17490         * doc/posix-functions/scandir.texi: Mention the new module and the
17491         portability problems.
17492
17493 2009-01-17  Bruno Haible  <bruno@clisp.org>
17494
17495         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
17496         Update documentation.
17497         (func_remove_suffix): Escape all dots in the suffix. Update
17498         documentation.
17499         (func_filter_filelist): Update documentation.
17500         Reported by Ralf Wildenhues.
17501
17502 2009-01-17  Bruno Haible  <bruno@clisp.org>
17503
17504         * modules/dprintf-posix-tests: New file.
17505         * tests/test-dprintf-posix.sh: New file.
17506         * tests/test-dprintf-posix.c: New file.
17507
17508         New modules 'dprintf', 'dprintf-posix'.
17509         * lib/stdio.in.h (dprintf): New declaration.
17510         * lib/dprintf.c: New file.
17511         * m4/dprintf.m4: New file.
17512         * m4/dprintf-posix.m4: New file.
17513         * modules/dprintf: New file.
17514         * modules/dprintf-posix: New file.
17515         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
17516         HAVE_DPRINTF, REPLACE_DPRINTF.
17517         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
17518         HAVE_DPRINTF, REPLACE_DPRINTF.
17519         * doc/posix-functions/dprintf.texi: Mention the new modules.
17520
17521 2009-01-17  Bruno Haible  <bruno@clisp.org>
17522
17523         * modules/vdprintf-posix-tests: New file.
17524         * tests/test-vdprintf-posix.sh: New file.
17525         * tests/test-vdprintf-posix.c: New file.
17526
17527         New modules 'vdprintf', 'vdprintf-posix'.
17528         * lib/stdio.in.h (vdprintf): New declaration.
17529         * lib/vdprintf.c: New file.
17530         * m4/vdprintf.m4: New file.
17531         * m4/vdprintf-posix.m4: New file.
17532         * modules/vdprintf: New file.
17533         * modules/vdprintf-posix: New file.
17534         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
17535         HAVE_VDPRINTF, REPLACE_VDPRINTF.
17536         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
17537         HAVE_VDPRINTF, REPLACE_VDPRINTF.
17538         * doc/posix-functions/vdprintf.texi: Mention the new modules.
17539
17540 2009-01-17  Bruno Haible  <bruno@clisp.org>
17541
17542         Fix replacement of fopen on mingw.
17543         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
17544         mingw.
17545
17546 2009-01-17  Bruno Haible  <bruno@clisp.org>
17547
17548         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
17549         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
17550
17551 2009-01-17  Bruno Haible  <bruno@clisp.org>
17552
17553         Avoid test-fflush2.sh failure on mingw.
17554         * tests/test-fflush2.c: Include binary-io.h.
17555         (main): Put standard input into binary mode.
17556         * modules/fflush-tests (Depends-on): Add binary-io.
17557
17558 2009-01-17  Bruno Haible  <bruno@clisp.org>
17559
17560         * lib/wchar.in.h: In another particular situation, include only the
17561         system's <wchar.h> file.
17562         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
17563         Reported by Albert Chin-A-Young <china@thewrittenword.com>
17564         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
17565
17566 2009-01-17  Bruno Haible  <bruno@clisp.org>
17567
17568         Support for stripping executables in --enable-relocatable.
17569         * build-aux/install-reloc: Expect one more argument, or an environment
17570         variable RELOC_STRIP_PROG. If set, strip the destination program and
17571         its wrapper.
17572         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
17573         RELOC_STRIP_PROG.
17574         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
17575         to set RELOCATABLE_STRIP.
17576         * NEWS: Mention the new Makefile requirement.
17577
17578 2009-01-17  Bruno Haible  <bruno@clisp.org>
17579
17580         * build-aux/install-reloc: Remove debugging information left over by
17581         C compiler on MacOS X.
17582
17583 2009-01-17  Bruno Haible  <bruno@clisp.org>
17584
17585         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
17586         * lib/progreloc.c (find_executable): Fix type of pointer passed to
17587         _NSGetExecutablePath.
17588
17589 2009-01-16  Jim Meyering  <meyering@redhat.com>
17590
17591         strerror: avoid warnings about discarding "const"
17592         * lib/strerror.c (rpl_strerror): Instead of returning a const
17593         string from each and every "case", use a variable, and add a single
17594         cast after the switch.
17595
17596 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
17597
17598         * lib/arpa_inet.in.h: Add extern "C" block for C++.
17599
17600 2009-01-16  Bruno Haible  <bruno@clisp.org>
17601
17602         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
17603         array initializer syntax that also works in C++ mode.
17604         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17605
17606 2009-01-16  Jim Meyering  <meyering@redhat.com>
17607
17608         poll: suppress a warning
17609         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
17610         to ignore "...unsigned expression < 0 is always false" warnings.
17611
17612 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
17613
17614         poll: remove declarations of unused variables
17615         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
17616         sockbuf and optlen.
17617
17618 2009-01-15  Bruno Haible  <bruno@clisp.org>
17619
17620         Make fflush-after-ungetc POSIX compliant on BSD systems.
17621         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
17622         (clear_ungetc_buffer): Implement also for other systems.
17623         (rpl_fflush): On glibc systems, invoke
17624         clear_ungetc_buffer_preserving_position. Otherwise, invoke
17625         clear_ungetc_buffer after fetching the stream's position, not before.
17626
17627 2009-01-15  Bruno Haible  <bruno@clisp.org>
17628
17629         Make fflush-after-ungetc POSIX compliant on glibc systems.
17630         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
17631         after ungetc.
17632         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
17633         (rpl_fflush): On glibc systems, simply call the system's fflush
17634         function after clearing the ungetc buffer.
17635         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
17636         Instead, lseek only to the end of file, then use the system's fseeko
17637         for the rest. On glibc systems, reset the EOF indicator bit.
17638
17639 2009-01-15  Jim Meyering  <meyering@redhat.com>
17640
17641         openmp.m4: revert quote-adding change, for portability to older autoconf
17642         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
17643         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
17644         Simon Josefsson noticed the problem when using autoconf-2.61.
17645
17646 2009-01-15  Bruno Haible  <bruno@clisp.org>
17647
17648         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
17649         * tests/test-fflush2.c (ASSERT): Always fail.
17650         (main): Add two tests for fflush() after ungetc(), taking into account
17651         the Austin Group's clarification.
17652         Suggested by Eric Blake.
17653
17654 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
17655
17656         mktime.m4: remove K&R-style function prototypes
17657         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
17658         for the Sun C++ compiler.
17659
17660 2009-01-14  Bruno Haible  <bruno@clisp.org>
17661
17662         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
17663         while including <wchar.h>.
17664         * lib/wchar.in.h: In two particular situations on HP-UX, include only
17665         the system's <wchar.h> file.
17666         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17667
17668 2009-01-14  Bruno Haible  <bruno@clisp.org>
17669
17670         * m4/csharp.m4: Don't mention gettext on the serial number line.
17671         * m4/csharpexec.m4: Likewise.
17672         * m4/eaccess.m4: Likewise.
17673         * m4/javaexec.m4: Likewise.
17674         * m4/sig_atomic_t.m4: Likewise.
17675         * m4/tmpdir.m4: Likewise.
17676         * m4/intldir.m4: Bump gettext version.
17677         * m4/lib-ld.m4: Likewise.
17678
17679 2009-01-14  Bruno Haible  <bruno@clisp.org>
17680
17681         * lib/progname.c (set_program_name): Add more comments.
17682         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
17683
17684 2009-01-14  Simon Josefsson  <simon@josefsson.org>
17685
17686         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
17687         were sys/stat.h does not define it.
17688
17689 2009-01-14  Jim Meyering  <meyering@redhat.com>
17690
17691         many *.m4 files: improve m4 quoting
17692         99% of this change was performed by running the following commands:
17693         git ls-files | grep '\.m4$' | xargs perl -pi \
17694           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
17695           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
17696           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
17697           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
17698         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
17699         The remainder were to add Copyright dates, increment serial numbers,
17700         undo some changes in comments, exclude m4/intl.m4, and add quotes
17701         around the "1" in ",1" where the unusual spacing prohibited the
17702         above regexps from doing the job.  For more details, see
17703         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
17704         * m4/acl.m4: Modified.
17705         * m4/afs.m4: Likewise.
17706         * m4/alloca.m4: Likewise.
17707         * m4/argp.m4: Likewise.
17708         * m4/argz.m4: Likewise.
17709         * m4/atexit.m4: Likewise.
17710         * m4/bison-i18n.m4: Likewise.
17711         * m4/bison.m4: Likewise.
17712         * m4/byteswap.m4: Likewise.
17713         * m4/c-stack.m4: Likewise.
17714         * m4/c-strtod.m4: Likewise.
17715         * m4/calloc.m4: Likewise.
17716         * m4/canonicalize-lgpl.m4: Likewise.
17717         * m4/chown.m4: Likewise.
17718         * m4/clock_time.m4: Likewise.
17719         * m4/codeset.m4: Likewise.
17720         * m4/copy-file.m4: Likewise.
17721         * m4/csharp.m4: Likewise.
17722         * m4/csharpcomp.m4: Likewise.
17723         * m4/csharpexec.m4: Likewise.
17724         * m4/d-ino.m4: Likewise.
17725         * m4/d-type.m4: Likewise.
17726         * m4/dirfd.m4: Likewise.
17727         * m4/double-slash-root.m4: Likewise.
17728         * m4/eaccess.m4: Likewise.
17729         * m4/eealloc.m4: Likewise.
17730         * m4/environ.m4: Likewise.
17731         * m4/errno_h.m4: Likewise.
17732         * m4/euidaccess.m4: Likewise.
17733         * m4/execute.m4: Likewise.
17734         * m4/fatal-signal.m4: Likewise.
17735         * m4/fchdir.m4: Likewise.
17736         * m4/fcntl_h.m4: Likewise.
17737         * m4/fileblocks.m4: Likewise.
17738         * m4/filenamecat.m4: Likewise.
17739         * m4/findprog.m4: Likewise.
17740         * m4/flexmember.m4: Likewise.
17741         * m4/fnmatch.m4: Likewise.
17742         * m4/fopen.m4: Likewise.
17743         * m4/fpending.m4: Likewise.
17744         * m4/fprintf-posix.m4: Likewise.
17745         * m4/free.m4: Likewise.
17746         * m4/frexp.m4: Likewise.
17747         * m4/frexpl.m4: Likewise.
17748         * m4/fsusage.m4: Likewise.
17749         * m4/ftruncate.m4: Likewise.
17750         * m4/gc-camellia.m4: Likewise.
17751         * m4/gc-random.m4: Likewise.
17752         * m4/gc.m4: Likewise.
17753         * m4/getaddrinfo.m4: Likewise.
17754         * m4/getcwd-abort-bug.m4: Likewise.
17755         * m4/getcwd-path-max.m4: Likewise.
17756         * m4/getdate.m4: Likewise.
17757         * m4/getdomainname.m4: Likewise.
17758         * m4/getgroups.m4: Likewise.
17759         * m4/gethostname.m4: Likewise.
17760         * m4/gethrxtime.m4: Likewise.
17761         * m4/getline.m4: Likewise.
17762         * m4/getloadavg.m4: Likewise.
17763         * m4/getndelim2.m4: Likewise.
17764         * m4/getpass.m4: Likewise.
17765         * m4/gettext.m4: Likewise.
17766         * m4/gettime.m4: Likewise.
17767         * m4/gettimeofday.m4: Likewise.
17768         * m4/gnulib-common.m4: Likewise.
17769         * m4/group-member.m4: Likewise.
17770         * m4/host-os.m4: Likewise.
17771         * m4/iconv.m4: Likewise.
17772         * m4/iconv_open.m4: Likewise.
17773         * m4/inet_ntop.m4: Likewise.
17774         * m4/inet_pton.m4: Likewise.
17775         * m4/inline.m4: Likewise.
17776         * m4/intldir.m4: Likewise.
17777         * m4/intlmacosx.m4: Likewise.
17778         * m4/intmax.m4: Likewise.
17779         * m4/intmax_t.m4: Likewise.
17780         * m4/inttypes.m4: Likewise.
17781         * m4/inttypes_h.m4: Likewise.
17782         * m4/inttypes-pri.m4: Likewise.
17783         * m4/isapipe.m4: Likewise.
17784         * m4/isnand.m4: Likewise.
17785         * m4/isnanf.m4: Likewise.
17786         * m4/isnanl.m4: Likewise.
17787         * m4/javacomp.m4: Likewise.
17788         * m4/javaexec.m4: Likewise.
17789         * m4/jm-winsz1.m4: Likewise.
17790         * m4/jm-winsz2.m4: Likewise.
17791         * m4/lchown.m4: Likewise.
17792         * m4/lcmessage.m4: Likewise.
17793         * m4/ldexpl.m4: Likewise.
17794         * m4/lib-ld.m4: Likewise.
17795         * m4/lib-link.m4: Likewise.
17796         * m4/libsigsegv.m4: Likewise.
17797         * m4/link-follow.m4: Likewise.
17798         * m4/localcharset.m4: Likewise.
17799         * m4/locale-fr.m4: Likewise.
17800         * m4/locale-ja.m4: Likewise.
17801         * m4/locale-tr.m4: Likewise.
17802         * m4/locale-zh.m4: Likewise.
17803         * m4/lock.m4: Likewise.
17804         * m4/longlong.m4: Likewise.
17805         * m4/ls-mntd-fs.m4: Likewise.
17806         * m4/lstat.m4: Likewise.
17807         * m4/malloc.m4: Likewise.
17808         * m4/mathl.m4: Likewise.
17809         * m4/mbrtowc.m4: Likewise.
17810         * m4/mbstate_t.m4: Likewise.
17811         * m4/mbswidth.m4: Likewise.
17812         * m4/memchr.m4: Likewise.
17813         * m4/memcmp.m4: Likewise.
17814         * m4/memcpy.m4: Likewise.
17815         * m4/memmem.m4: Likewise.
17816         * m4/memmove.m4: Likewise.
17817         * m4/mempcpy.m4: Likewise.
17818         * m4/memrchr.m4: Likewise.
17819         * m4/memset.m4: Likewise.
17820         * m4/minmax.m4: Likewise.
17821         * m4/mkdir-slash.m4: Likewise.
17822         * m4/mkdtemp.m4: Likewise.
17823         * m4/mktime.m4: Likewise.
17824         * m4/mmap-anon.m4: Likewise.
17825         * m4/mountlist.m4: Likewise.
17826         * m4/nanosleep.m4: Likewise.
17827         * m4/nls.m4: Likewise.
17828         * m4/nocrash.m4: Likewise.
17829         * m4/open.m4: Likewise.
17830         * m4/openat.m4: Likewise.
17831         * m4/openmp.m4: Likewise.
17832         * m4/pathmax.m4: Likewise.
17833         * m4/perl.m4: Likewise.
17834         * m4/physmem.m4: Likewise.
17835         * m4/pipe.m4: Likewise.
17836         * m4/po.m4: Likewise.
17837         * m4/poll.m4: Likewise.
17838         * m4/posixtm.m4: Likewise.
17839         * m4/posixver.m4: Likewise.
17840         * m4/printf-frexp.m4: Likewise.
17841         * m4/printf-frexpl.m4: Likewise.
17842         * m4/printf-posix.m4: Likewise.
17843         * m4/printf-posix-rpl.m4: Likewise.
17844         * m4/printf.m4: Likewise.
17845         * m4/progtest.m4: Likewise.
17846         * m4/putenv.m4: Likewise.
17847         * m4/readline.m4: Likewise.
17848         * m4/readlink.m4: Likewise.
17849         * m4/readutmp.m4: Likewise.
17850         * m4/realloc.m4: Likewise.
17851         * m4/regex.m4: Likewise.
17852         * m4/relocatable.m4: Likewise.
17853         * m4/relocatable-lib.m4: Likewise.
17854         * m4/rename-dest-slash.m4: Likewise.
17855         * m4/rename.m4: Likewise.
17856         * m4/rmdir-errno.m4: Likewise.
17857         * m4/rmdir.m4: Likewise.
17858         * m4/roundf.m4: Likewise.
17859         * m4/roundl.m4: Likewise.
17860         * m4/rpmatch.m4: Likewise.
17861         * m4/save-cwd.m4: Likewise.
17862         * m4/selinux-selinux-h.m4: Likewise.
17863         * m4/setenv.m4: Likewise.
17864         * m4/settime.m4: Likewise.
17865         * m4/sig2str.m4: Likewise.
17866         * m4/sig_atomic_t.m4: Likewise.
17867         * m4/signalblocking.m4: Likewise.
17868         * m4/signbit.m4: Likewise.
17869         * m4/sigpipe.m4: Likewise.
17870         * m4/sockets.m4: Likewise.
17871         * m4/sockpfaf.m4: Likewise.
17872         * m4/st_dm_mode.m4: Likewise.
17873         * m4/stat-time.m4: Likewise.
17874         * m4/stdbool.m4: Likewise.
17875         * m4/stdint.m4: Likewise.
17876         * m4/stdint_h.m4: Likewise.
17877         * m4/stpcpy.m4: Likewise.
17878         * m4/stpncpy.m4: Likewise.
17879         * m4/strcase.m4: Likewise.
17880         * m4/strchrnul.m4: Likewise.
17881         * m4/strcspn.m4: Likewise.
17882         * m4/strdup.m4: Likewise.
17883         * m4/strftime.m4: Likewise.
17884         * m4/strndup.m4: Likewise.
17885         * m4/strnlen.m4: Likewise.
17886         * m4/strpbrk.m4: Likewise.
17887         * m4/strptime.m4: Likewise.
17888         * m4/strsep.m4: Likewise.
17889         * m4/strtod.m4: Likewise.
17890         * m4/strtoimax.m4: Likewise.
17891         * m4/strtok_r.m4: Likewise.
17892         * m4/strtol.m4: Likewise.
17893         * m4/strtoll.m4: Likewise.
17894         * m4/strtoul.m4: Likewise.
17895         * m4/strtoull.m4: Likewise.
17896         * m4/strtoumax.m4: Likewise.
17897         * m4/strverscmp.m4: Likewise.
17898         * m4/threadlib.m4: Likewise.
17899         * m4/timegm.m4: Likewise.
17900         * m4/tm_gmtoff.m4: Likewise.
17901         * m4/tmpdir.m4: Likewise.
17902         * m4/tmpfile.m4: Likewise.
17903         * m4/tzset.m4: Likewise.
17904         * m4/uintmax_t.m4: Likewise.
17905         * m4/unlinkdir.m4: Likewise.
17906         * m4/unlocked-io.m4: Likewise.
17907         * m4/uptime.m4: Likewise.
17908         * m4/userspec.m4: Likewise.
17909         * m4/utimbuf.m4: Likewise.
17910         * m4/utime.m4: Likewise.
17911         * m4/utimes-null.m4: Likewise.
17912         * m4/utimes.m4: Likewise.
17913         * m4/vararrays.m4: Likewise.
17914         * m4/vasnprintf.m4: Likewise.
17915         * m4/vfprintf-posix.m4: Likewise.
17916         * m4/vprintf-posix.m4: Likewise.
17917         * m4/wait-process.m4: Likewise.
17918         * m4/wchar_t.m4: Likewise.
17919         * m4/wint_t.m4: Likewise.
17920         * m4/write-any-file.m4: Likewise.
17921         * m4/yield.m4: Likewise.
17922
17923 2009-01-13  Bruno Haible  <bruno@clisp.org>
17924
17925         Avoid test-copy-file.sh failures when ACL support insufficient.
17926         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
17927         TESTS_ENVIRONMENT.
17928         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
17929         Reported by Jim Meyering.
17930
17931 2009-01-13  Bruno Haible  <bruno@clisp.org>
17932
17933         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
17934         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
17935         * modules/unistdio/u8-printf-parse (Files): Likewise.
17936         * modules/unistdio/u32-printf-parse (Files): Likewise.
17937         * modules/unistdio/ulc-printf-parse (Files): Likewise.
17938
17939 2009-01-13  Simon Josefsson  <simon@josefsson.org>
17940
17941         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
17942         and m4/inttypes_h.m4 too.
17943
17944 2009-01-12  Eric Blake  <ebb9@byu.net>
17945
17946         tests: IRIX 6.2 cc can't compile -0.0 into .data
17947         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
17948         rather than at compile-time.
17949         * tests/test-floorl.c (minus_zero): Likewise.
17950         * tests/test-frexpl.c (minus_zero): Likewise.
17951         * tests/test-isnan.c (minus_zerol): Likewise.
17952         * tests/test-isnanl.h (minus_zero): Likewise.
17953         * tests/test-ldexpl.c (minus_zero): Likewise.
17954         * tests/test-roundl.c (minus_zero): Likewise.
17955         * tests/test-signbit.c (minus_zerol): Likewise.
17956         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
17957         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
17958         * tests/test-truncl.c (minus_zero): Likewise.
17959         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
17960         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
17961         Reported by Tom G. Christensen and Nelson H. F. Beebe.
17962
17963 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17964
17965         regex: fix glibc bug 9697
17966         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
17967         handling.
17968
17969 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17970
17971         regex: fix glibc bug 697
17972         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
17973         being NULL also if there are no backreferences.
17974
17975 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17976
17977         regex: merge glibc changes
17978         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
17979         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
17980         re_string_skip_chars, re_string_reconstruct): Likewise.
17981         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
17982
17983 2009-01-07  Jim Meyering  <meyering@redhat.com>
17984
17985         poll: filter through cppi
17986         * lib/poll.c: Indent cpp directives to reflect nesting.
17987
17988 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
17989
17990         poll: don't return uninitialized
17991         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
17992
17993 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
17994
17995         avoid compile failure on AIX 6.1
17996         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
17997         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
17998
17999 2009-01-04  Jim Meyering  <meyering@redhat.com>
18000
18001         remove duplicate inclusion of <stdio.h>
18002         * tests/test-fprintf-posix.c: Likewise.
18003         * tests/test-printf-posix.c: Likewise.
18004         * tests/test-snprintf-posix.c: Likewise.
18005         * tests/test-sprintf-posix.c: Likewise.
18006         * tests/test-vasprintf-posix.c: Likewise.
18007         * tests/test-vfprintf-posix.c: Likewise.
18008         * tests/test-vprintf-posix.c: Likewise.
18009         * tests/test-vsnprintf-posix.c: Likewise.
18010         * tests/test-vsprintf-posix.c: Likewise.
18011
18012 2009-01-03  Jim Meyering  <meyering@redhat.com>
18013
18014         gnulib-tool: fix sed-based filtering
18015         * gnulib-tool (func_filter_filelist): Remove extra backslash
18016         in sed_fff_filter definition.
18017
18018 2009-01-02  Jim Meyering  <meyering@redhat.com>
18019
18020         strftime: avoid compilation failure on Solaris 2.6
18021         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
18022         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
18023         Don't #define mbrlen or mbsinit, since now they're guaranteed to
18024         be available.  Reported by Tom G. Christensen.  Details in
18025         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
18026
18027 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18028             Bruno Haible  <bruno@clisp.org>
18029
18030         Speed up gnulib-tool by doing more string processing through shell
18031         built-ins.
18032         * gnulib-tool (fast_func_append): New variable.
18033         (func_remove_prefix, func_remove_suffix): New functions.
18034         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
18035         (func_filter_filelist): New function.
18036         (func_get_dependencies): Use func_remove_suffix instead of sed.
18037         (func_get_automake_snippet): Use func_filter_filelist instead of a
18038         subshell and sed invocation.
18039
18040 2009-01-01  Bruno Haible  <bruno@clisp.org>
18041
18042         Fix a security bug.
18043         * gnulib-tool (func_import, import, update): Don't allow the characters
18044         '"', '$', '`', '\' in macro arguments that become part of commands that
18045         are evaluated.
18046
18047 2009-01-01  Bruno Haible  <bruno@clisp.org>
18048
18049         * gnulib-tool (func_reset_sigpipe): Add more comments.
18050
18051 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18052
18053         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
18054         func_emit_tests_Makefile_am, func_import): Abort loops early if we
18055         already know the answer.
18056
18057 2009-01-01  Jim Meyering  <meyering@redhat.com>
18058
18059         * lib/version-etc.c (version_etc_va): Update copyright year.
18060
18061 2008-12-30  Bruno Haible  <bruno@clisp.org>
18062
18063         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
18064         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
18065         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
18066
18067 2008-12-29  Eric Blake  <ebb9@byu.net>
18068
18069         multiarch: avoid autoconf AC_REQUIRE bug
18070         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
18071         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
18072         2.63 and older.
18073         Reported by Bruno Haible, and analyzed in
18074         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
18075
18076 2008-12-29  Bruno Haible  <bruno@clisp.org>
18077
18078         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
18079         files in subdirectories correctly.
18080         Reported by Ralf Wildenhues.
18081
18082 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18083
18084         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
18085         rather than 'join FILE -', for Solaris join.
18086
18087 2008-12-29  Bruno Haible  <bruno@clisp.org>
18088
18089         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
18090         quoting.
18091         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
18092         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
18093         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
18094         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
18095         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
18096         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
18097         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
18098         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
18099         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
18100         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
18101         * m4/nls.m4 (AM_NLS): Likewise.
18102         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
18103         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
18104         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
18105         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
18106         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
18107         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
18108         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
18109         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
18110         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
18111         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
18112         * m4/xsize.m4 (gl_XSIZE): Likewise.
18113         Suggested by Jim Meyering.
18114
18115 2008-11-17  Bruce Korb  <bkorb@gnu.org>
18116
18117         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
18118         * lib/parse-duration.c: use a switch instead of cascading if's.
18119
18120 2008-12-29  Eric Blake  <ebb9@byu.net>
18121
18122         wchar.h: supply WEOF on Irix 5.3
18123         * lib/wchar.in.h (wint_t): Also supply WEOF.
18124         * lib/wctype.in.h (wint_t): Likewise.
18125         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
18126         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
18127         Reported by Tom G. Christensen.
18128
18129 2008-12-26  Bruno Haible  <bruno@clisp.org>
18130
18131         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
18132         i486, i586, i686.
18133
18134 2008-12-26  Bruno Haible  <bruno@clisp.org>
18135
18136         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
18137
18138 2008-12-26  Bruno Haible  <bruno@clisp.org>
18139
18140         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
18141         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
18142         not __STDC_CONSTANT_MACROS.
18143         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
18144
18145 2008-12-25  Bruno Haible  <bruno@clisp.org>
18146
18147         Add support for universal builds to vasnprintf.
18148         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
18149         universal builds, guess no.
18150         * modules/vasnprintf-posix (Depends-on): Add multiarch.
18151         * modules/vasprintf-posix (Depends-on): Likewise.
18152         * modules/fprintf-posix (Depends-on): Likewise.
18153         * modules/vfprintf-posix (Depends-on): Likewise.
18154         * modules/snprintf-posix (Depends-on): Likewise.
18155         * modules/vsnprintf-posix (Depends-on): Likewise.
18156         * modules/sprintf-posix (Depends-on): Likewise.
18157         * modules/vsprintf-posix (Depends-on): Likewise.
18158         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
18159         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
18160         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
18161         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
18162         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
18163         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
18164         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
18165
18166         Add support for universal builds to <inttypes.h>.
18167         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
18168         _SCNu64_PREFIX): In Apple
18169         universal builds, define directly, using _LP64.
18170         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
18171         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
18172         * modules/inttypes (Depends-on): Add multiarch.
18173         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
18174
18175         Add support for universal builds to <stdint.h>.
18176         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
18177         universal builds, define directly, using _LP64.
18178         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
18179         Apple universal builds, don't test for the size and suffix of ptrdiff_t
18180         and size_t.
18181         * modules/stdint (Depends-on): Add multiarch.
18182         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
18183
18184         New module 'multiarch'.
18185         * modules/multiarch: New file.
18186         * m4/multiarch.m4: New file.
18187
18188 2008-12-25  Bruno Haible  <bruno@clisp.org>
18189
18190         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
18191
18192 2008-12-25  Bruno Haible  <bruno@clisp.org>
18193
18194         * modules/btowc (License): Relicense under LGPLv2+.
18195         * modules/mbsinit (License): Likewise.
18196         * modules/mbrtowc (License): Likewise.
18197         * modules/wcrtomb (License): Likewise.
18198         * modules/streq (License): Likewise.
18199         Reported by David Lutterkort <lutter@redhat.com>.
18200
18201 2008-12-23  Bruno Haible  <bruno@clisp.org>
18202
18203         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
18204
18205 2008-12-23  Bruno Haible  <bruno@clisp.org>
18206
18207         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
18208         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
18209         GETADDRINFO_LIB, not in LIBS.
18210         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
18211         * modules/canon-host (Link): Likewise.
18212         * NEWS: Mention the change.
18213         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
18214         GETADDRINFO_LIB.
18215
18216 2008-12-22  Bruno Haible  <bruno@clisp.org>
18217
18218         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
18219         * doc/posix-functions/iswalpha_l.texi: Likewise.
18220         * doc/posix-functions/iswblank_l.texi: Likewise.
18221         * doc/posix-functions/iswcntrl_l.texi: Likewise.
18222         * doc/posix-functions/iswctype_l.texi: Likewise.
18223         * doc/posix-functions/iswdigit_l.texi: Likewise.
18224         * doc/posix-functions/iswgraph_l.texi: Likewise.
18225         * doc/posix-functions/iswlower_l.texi: Likewise.
18226         * doc/posix-functions/iswprint_l.texi: Likewise.
18227         * doc/posix-functions/iswpunct_l.texi: Likewise.
18228         * doc/posix-functions/iswspace_l.texi: Likewise.
18229         * doc/posix-functions/iswupper_l.texi: Likewise.
18230         * doc/posix-functions/iswxdigit_l.texi: Likewise.
18231         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
18232         * doc/posix-functions/open_wmemstream.texi: Likewise.
18233         * doc/posix-functions/swscanf.texi: Likewise.
18234         * doc/posix-functions/towctrans_l.texi: Likewise.
18235         * doc/posix-functions/towlower.texi: Likewise.
18236         * doc/posix-functions/towlower_l.texi: Likewise.
18237         * doc/posix-functions/towupper.texi: Likewise.
18238         * doc/posix-functions/towupper_l.texi: Likewise.
18239         * doc/posix-functions/vfwprintf.texi: Likewise.
18240         * doc/posix-functions/vfwscanf.texi: Likewise.
18241         * doc/posix-functions/vswscanf.texi: Likewise.
18242         * doc/posix-functions/vwprintf.texi: Likewise.
18243         * doc/posix-functions/vwscanf.texi: Likewise.
18244         * doc/posix-functions/wcpcpy.texi: Likewise.
18245         * doc/posix-functions/wcpncpy.texi: Likewise.
18246         * doc/posix-functions/wcscasecmp.texi: Likewise.
18247         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
18248         * doc/posix-functions/wcscoll_l.texi: Likewise.
18249         * doc/posix-functions/wcsdup.texi: Likewise.
18250         * doc/posix-functions/wcsncasecmp.texi: Likewise.
18251         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
18252         * doc/posix-functions/wcsnlen.texi: Likewise.
18253         * doc/posix-functions/wcsnrtombs.texi: Likewise.
18254         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
18255         * doc/posix-functions/wctrans_l.texi: Likewise.
18256         * doc/posix-functions/wctype_l.texi: Likewise.
18257         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
18258         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
18259         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
18260         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
18261         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
18262         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
18263         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
18264         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
18265         * doc/glibc-functions/wcschrnul.texi: Likewise.
18266         * doc/glibc-functions/wcsftime_l.texi: Likewise.
18267         * doc/glibc-functions/wcstod_l.texi: Likewise.
18268         * doc/glibc-functions/wcstof_l.texi: Likewise.
18269         * doc/glibc-functions/wcstol_l.texi: Likewise.
18270         * doc/glibc-functions/wcstold_l.texi: Likewise.
18271         * doc/glibc-functions/wcstoll_l.texi: Likewise.
18272         * doc/glibc-functions/wcstoq.texi: Likewise.
18273         * doc/glibc-functions/wcstoul_l.texi: Likewise.
18274         * doc/glibc-functions/wcstoull_l.texi: Likewise.
18275         * doc/glibc-functions/wcstouq.texi: Likewise.
18276         * doc/glibc-functions/wmempcpy.texi: Likewise.
18277
18278 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
18279             Eric Blake  <ebb9@byu.net>
18280             Paolo Bonzini  <bonzini@gnu.org>
18281             Bruno Haible  <bruno@clisp.org>
18282
18283         Make c-stack work on Haiku.
18284         * lib/c-stack.c (SA_ONSTACK): Define fallback.
18285         (c_stack_action): Use SA_ONSTACK flag.
18286
18287 2008-12-22  Bruno Haible  <bruno@clisp.org>
18288
18289         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
18290
18291 2008-12-22  Bruno Haible  <bruno@clisp.org>
18292
18293         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
18294         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
18295         being overridden.
18296         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
18297         New macros.
18298         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
18299         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
18300         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
18301         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
18302
18303 2008-12-22  Bruno Haible  <bruno@clisp.org>
18304
18305         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
18306         from test code.
18307
18308 2008-12-22  Eric Blake  <ebb9@byu.net>
18309
18310         Avoid gcc warnings on cygwin.
18311         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
18312         Avoid unused variable.
18313         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
18314         Likewise.
18315
18316 2008-12-22  Bruno Haible  <bruno@clisp.org>
18317
18318         Remove HAVE_MBRTOWC conditionals.
18319         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
18320         (mbscasecmp): Assume mbrtowc function.
18321         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
18322         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
18323         * lib/mbschr.c: Include mbuiter.h unconditionally.
18324         (mbschr): Assume mbrtowc function.
18325         * lib/mbscspn.c: Include mbuiter.h unconditionally.
18326         (mbscspn): Assume mbrtowc function.
18327         * lib/mbslen.c: Include mbuiter.h unconditionally.
18328         (mbslen): Assume mbrtowc function.
18329         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
18330         (mbsncasecmp): Assume mbrtowc function.
18331         * lib/mbsnlen.c: Include mbiter.h unconditionally.
18332         (mbsnlen): Assume mbrtowc function.
18333         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
18334         (mbspbrk): Assume mbrtowc function.
18335         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
18336         (mbspcasecmp): Assume mbrtowc function.
18337         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
18338         (mbsrchr): Assume mbrtowc function.
18339         * lib/mbssep.c: Include mbuiter.h unconditionally.
18340         (mbssep): Assume mbrtowc function.
18341         * lib/mbsspn.c: Include mbuiter.h unconditionally.
18342         (mbsspn): Assume mbrtowc function.
18343         * lib/mbsstr.c: Include mbuiter.h unconditionally.
18344         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
18345         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
18346         (mbstok_r): Assume mbrtowc function.
18347         * lib/propername.c: Include mbuiter.h unconditionally.
18348         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
18349         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
18350         (trim2): Assume mbrtowc function.
18351         * lib/mbswidth.c (mbsinit): Remove fallback definition.
18352         (mbsnwidth): Assume mbrtowc function.
18353         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
18354         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
18355         fallback definitions.
18356         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
18357
18358 2008-12-22  Bruno Haible  <bruno@clisp.org>
18359
18360         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
18361
18362 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
18363
18364         * modules/regex: Request emulations for the mb*/wc* functions we need.
18365         * m4/regex.m4: Don't look for those functions here.
18366         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
18367
18368 2008-12-22  Bruno Haible  <bruno@clisp.org>
18369
18370         * modules/fnmatch (Depends-on): Remove duplicated dependency.
18371
18372 2008-12-21  Bruno Haible  <bruno@clisp.org>
18373
18374         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
18375         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
18376         (Include): Remove conditionalization.
18377         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
18378         (Include): Remove conditionalization.
18379         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
18380         (Include): Remove conditionalization.
18381         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
18382         * m4/mbfile.m4 (gl_MBFILE): Likewise.
18383         * NEWS: Mention the change.
18384         Reported by Alan Hourihane <alanh@fairlite.co.uk>
18385         via Sergey Poznyakoff <gray@gnu.org.ua>.
18386
18387 2008-12-21  Bruno Haible  <bruno@clisp.org>
18388
18389         * MODULES.html.sh (Extended multibyte and wide character utilities
18390         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
18391         wcrtomb, wcsrtombs.
18392         (Support for systems lacking POSIX:2008): Add accept, bind, close,
18393         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
18394         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
18395         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
18396
18397 2008-12-21  Bruno Haible  <bruno@clisp.org>
18398
18399         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
18400
18401 2008-12-21  Bruno Haible  <bruno@clisp.org>
18402
18403         * modules/wcsnrtombs-tests: New file.
18404         * tests/test-wcsnrtombs1.sh: New file.
18405         * tests/test-wcsnrtombs2.sh: New file.
18406         * tests/test-wcsnrtombs3.sh: New file.
18407         * tests/test-wcsnrtombs4.sh: New file.
18408         * tests/test-wcsnrtombs.c: New file.
18409
18410         New module 'wcsnrtombs'.
18411         * lib/wchar.in.h (wcsnrtombs): New declaration.
18412         * lib/wcsnrtombs.c: New file.
18413         * lib/wcsrtombs-state.c: New file.
18414         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
18415         (internal_state): Remove variable.
18416         * m4/wcsnrtombs.m4: New file.
18417         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
18418         compilation units.
18419         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
18420         HAVE_WCSNRTOMBS.
18421         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
18422         HAVE_WCSNRTOMBS.
18423         * modules/wcsnrtombs: New file.
18424         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
18425         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
18426
18427 2008-12-21  Bruno Haible  <bruno@clisp.org>
18428
18429         * modules/wcsrtombs-tests: New file.
18430         * tests/test-wcsrtombs1.sh: New file.
18431         * tests/test-wcsrtombs2.sh: New file.
18432         * tests/test-wcsrtombs3.sh: New file.
18433         * tests/test-wcsrtombs4.sh: New file.
18434         * tests/test-wcsrtombs.c: New file.
18435
18436         New module 'wcsrtombs'.
18437         * lib/wchar.in.h (wcsrtombs): New declaration.
18438         * lib/wcsrtombs.c: New file.
18439         * m4/wcsrtombs.m4: New file.
18440         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
18441         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
18442         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
18443         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
18444         * modules/wcsrtombs: New file.
18445         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
18446         bugs.
18447
18448 2008-12-21  Bruno Haible  <bruno@clisp.org>
18449
18450         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
18451         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
18452         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
18453         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
18454         if not correct.
18455         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
18456         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
18457         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18458         m4/locale-zh.m4, m4/codeset.m4.
18459         * doc/posix-functions/wcrtomb.texi: Document the bug.
18460
18461 2008-12-21  Bruno Haible  <bruno@clisp.org>
18462
18463         Work around a btowc() bug on IRIX 6.5.
18464         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
18465         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
18466         REPLACE_WTOBC if not.
18467         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
18468         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
18469         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
18470
18471 2008-12-21  Bruno Haible  <bruno@clisp.org>
18472
18473         * modules/wcrtomb-tests: New file.
18474         * tests/test-wcrtomb.sh: New file.
18475         * tests/test-wcrtomb.c: New file.
18476
18477         New module 'wcrtomb'.
18478         * lib/wchar.in.h (wcrtomb): New declaration.
18479         * lib/wcrtomb.c: New file.
18480         * m4/wcrtomb.m4: New file.
18481         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
18482         HAVE_WCRTOMB.
18483         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
18484         HAVE_WCRTOMB.
18485         * modules/wcrtomb: New file.
18486         * doc/posix-functions/wcrtomb.texi: Mention the new module.
18487
18488 2008-12-21  Bruno Haible  <bruno@clisp.org>
18489
18490         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
18491         * modules/mbsrtowcs (Files): Likewise.
18492         * modules/wctob (Files): Likewise.
18493         * modules/c-strcase-tests (Files): Likewise.
18494         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
18495         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
18496         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
18497         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
18498         * modules/vasnprintf-posix-tests (Files): Likewise.
18499
18500 2008-12-21  William Pursell  <bill.pursell@gmail.com>
18501
18502         gitlog-to-changelog: pass all command-line arguments to git-log
18503         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
18504         it is sometimes convenient to filter the commits in various ways.
18505         gitlog-to-changelog only allows --since to specify a start date,
18506         but git-log itself supports many other filtering mechanisms.
18507         At the moment, I want to filter by branch name.  Rather than
18508         adding a --branch option to gitlog-to-changelog, it seems more
18509         flexible to simply pass all options directly to git-log and let
18510         git do the work.  Notice that this effectively makes --since a
18511         redundant option for gitlog-to-changelog, but removing it would
18512         require current usage to change since calls would then require
18513         an additional '--'.
18514
18515 2008-12-21  Bruno Haible  <bruno@clisp.org>
18516
18517         * modules/mbsnrtowcs-tests: New file.
18518         * tests/test-mbsnrtowcs1.sh: New file.
18519         * tests/test-mbsnrtowcs2.sh: New file.
18520         * tests/test-mbsnrtowcs3.sh: New file.
18521         * tests/test-mbsnrtowcs4.sh: New file.
18522         * tests/test-mbsnrtowcs.c: New file.
18523
18524         New module 'mbsnrtowcs'.
18525         * lib/wchar.in.h (mbsnrtowcs): New declaration.
18526         * lib/mbsnrtowcs.c: New file.
18527         * lib/mbsrtowcs-state.c: New file.
18528         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
18529         (internal_state): Remove variable.
18530         * m4/mbsnrtowcs.m4: New file.
18531         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
18532         compilation units.
18533         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
18534         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
18535         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
18536         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
18537         * modules/mbsnrtowcs: New file.
18538         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
18539         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
18540         portability problem.
18541
18542 2008-12-21  Bruno Haible  <bruno@clisp.org>
18543
18544         Work around mbsrtowcs bug.
18545         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
18546         (gl_FUNC_MBSRTOWCS): Invoke it.
18547         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18548         m4/locale-zh.m4.
18549         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
18550
18551 2008-12-21  Bruno Haible  <bruno@clisp.org>
18552
18553         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
18554
18555 2008-12-21  Bruno Haible  <bruno@clisp.org>
18556
18557         Update doc for AIX.
18558         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
18559         16-bit wchar_t type.
18560         * doc/posix-functions/btowc.texi: Likewise.
18561         * doc/posix-functions/fgetwc.texi: Likewise.
18562         * doc/posix-functions/fgetws.texi: Likewise.
18563         * doc/posix-functions/fputwc.texi: Likewise.
18564         * doc/posix-functions/fputws.texi: Likewise.
18565         * doc/posix-functions/fwide.texi: Likewise.
18566         * doc/posix-functions/fwprintf.texi: Likewise.
18567         * doc/posix-functions/fwscanf.texi: Likewise.
18568         * doc/posix-functions/getwchar.texi: Likewise.
18569         * doc/posix-functions/getwc.texi: Likewise.
18570         * doc/posix-functions/iswalnum.texi: Likewise.
18571         * doc/posix-functions/iswalpha.texi: Likewise.
18572         * doc/posix-functions/iswblank.texi: Likewise.
18573         * doc/posix-functions/iswcntrl.texi: Likewise.
18574         * doc/posix-functions/iswctype.texi: Likewise.
18575         * doc/posix-functions/iswdigit.texi: Likewise.
18576         * doc/posix-functions/iswgraph.texi: Likewise.
18577         * doc/posix-functions/iswlower.texi: Likewise.
18578         * doc/posix-functions/iswprint.texi: Likewise.
18579         * doc/posix-functions/iswpunct.texi: Likewise.
18580         * doc/posix-functions/iswspace.texi: Likewise.
18581         * doc/posix-functions/iswupper.texi: Likewise.
18582         * doc/posix-functions/iswxdigit.texi: Likewise.
18583         * doc/posix-functions/mbrtowc.texi: Likewise.
18584         * doc/posix-functions/mbsrtowcs.texi: Likewise.
18585         * doc/posix-functions/mbstowcs.texi: Likewise.
18586         * doc/posix-functions/mbtowc.texi: Likewise.
18587         * doc/posix-functions/putwchar.texi: Likewise.
18588         * doc/posix-functions/putwc.texi: Likewise.
18589         * doc/posix-functions/swprintf.texi: Likewise.
18590         * doc/posix-functions/tolower.texi: Likewise.
18591         * doc/posix-functions/toupper.texi: Likewise.
18592         * doc/posix-functions/towctrans.texi: Likewise.
18593         * doc/posix-functions/ungetwc.texi: Likewise.
18594         * doc/posix-functions/vswprintf.texi: Likewise.
18595         * doc/posix-functions/wcrtomb.texi: Likewise.
18596         * doc/posix-functions/wcscat.texi: Likewise.
18597         * doc/posix-functions/wcschr.texi: Likewise.
18598         * doc/posix-functions/wcscmp.texi: Likewise.
18599         * doc/posix-functions/wcscoll.texi: Likewise.
18600         * doc/posix-functions/wcscpy.texi: Likewise.
18601         * doc/posix-functions/wcscspn.texi: Likewise.
18602         * doc/posix-functions/wcsftime.texi: Likewise.
18603         * doc/posix-functions/wcslen.texi: Likewise.
18604         * doc/posix-functions/wcsncat.texi: Likewise.
18605         * doc/posix-functions/wcsncmp.texi: Likewise.
18606         * doc/posix-functions/wcsncpy.texi: Likewise.
18607         * doc/posix-functions/wcspbrk.texi: Likewise.
18608         * doc/posix-functions/wcsrchr.texi: Likewise.
18609         * doc/posix-functions/wcsrtombs.texi: Likewise.
18610         * doc/posix-functions/wcsspn.texi: Likewise.
18611         * doc/posix-functions/wcsstr.texi: Likewise.
18612         * doc/posix-functions/wcstod.texi: Likewise.
18613         * doc/posix-functions/wcstof.texi: Likewise.
18614         * doc/posix-functions/wcstoimax.texi: Likewise.
18615         * doc/posix-functions/wcstok.texi: Likewise.
18616         * doc/posix-functions/wcstold.texi: Likewise.
18617         * doc/posix-functions/wcstoll.texi: Likewise.
18618         * doc/posix-functions/wcstol.texi: Likewise.
18619         * doc/posix-functions/wcstombs.texi: Likewise.
18620         * doc/posix-functions/wcstoull.texi: Likewise.
18621         * doc/posix-functions/wcstoul.texi: Likewise.
18622         * doc/posix-functions/wcstoumax.texi: Likewise.
18623         * doc/posix-functions/wcswidth.texi: Likewise.
18624         * doc/posix-functions/wcsxfrm.texi: Likewise.
18625         * doc/posix-functions/wctob.texi: Likewise.
18626         * doc/posix-functions/wctomb.texi: Likewise.
18627         * doc/posix-functions/wctrans.texi: Likewise.
18628         * doc/posix-functions/wctype.texi: Likewise.
18629         * doc/posix-functions/wcwidth.texi: Likewise.
18630         * doc/posix-functions/wmemchr.texi: Likewise.
18631         * doc/posix-functions/wmemcmp.texi: Likewise.
18632         * doc/posix-functions/wmemcpy.texi: Likewise.
18633         * doc/posix-functions/wmemmove.texi: Likewise.
18634         * doc/posix-functions/wmemset.texi: Likewise.
18635         * doc/posix-functions/wprintf.texi: Likewise.
18636         * doc/posix-functions/wscanf.texi: Likewise.
18637
18638 2008-12-21  Bruno Haible  <bruno@clisp.org>
18639
18640         Update doc for HP-UX 11.11.
18641         * doc/posix-functions/btowc.texi: Clarify that the function is missing
18642         in HP-UX version 11.00, not in all versions of HP-UX 11.
18643         * doc/posix-functions/fwide.texi: Likewise.
18644         * doc/posix-functions/fwprintf.texi: Likewise.
18645         * doc/posix-functions/fwscanf.texi: Likewise.
18646         * doc/posix-functions/inet_ntop.texi: Likewise.
18647         * doc/posix-functions/inet_pton.texi: Likewise.
18648         * doc/posix-functions/mbrlen.texi: Likewise.
18649         * doc/posix-functions/mbrtowc.texi: Likewise.
18650         * doc/posix-functions/mbsinit.texi: Likewise.
18651         * doc/posix-functions/mbsrtowcs.texi: Likewise.
18652         * doc/posix-functions/swprintf.texi: Likewise.
18653         * doc/posix-functions/swscanf.texi: Likewise.
18654         * doc/posix-functions/towctrans.texi: Likewise.
18655         * doc/posix-functions/vfwprintf.texi: Likewise.
18656         * doc/posix-functions/vswprintf.texi: Likewise.
18657         * doc/posix-functions/vwprintf.texi: Likewise.
18658         * doc/posix-functions/wcrtomb.texi: Likewise.
18659         * doc/posix-functions/wcsrtombs.texi: Likewise.
18660         * doc/posix-functions/wcsstr.texi: Likewise.
18661         * doc/posix-functions/wctob.texi: Likewise.
18662         * doc/posix-functions/wctrans.texi: Likewise.
18663         * doc/posix-functions/wmemchr.texi: Likewise.
18664         * doc/posix-functions/wmemcmp.texi: Likewise.
18665         * doc/posix-functions/wmemcpy.texi: Likewise.
18666         * doc/posix-functions/wmemmove.texi: Likewise.
18667         * doc/posix-functions/wmemset.texi: Likewise.
18668         * doc/posix-functions/wprintf.texi: Likewise.
18669         * doc/posix-functions/wscanf.texi: Likewise.
18670
18671 2008-12-21  Bruno Haible  <bruno@clisp.org>
18672
18673         Work around a portability problem.
18674         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
18675         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
18676
18677 2008-12-20  Bruno Haible  <bruno@clisp.org>
18678
18679         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
18680         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
18681         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
18682         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
18683         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
18684
18685         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
18686         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
18687         set.
18688         (GNULIB_defined_mbstate_t): New macro.
18689         (mbsinit): Redefine if REPLACE_MBSINIT is set.
18690         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
18691         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
18692         reuses the system's mbrtowc function but works around the bugs.
18693         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
18694         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
18695         macros.
18696         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
18697         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
18698         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
18699         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
18700         REPLACE_MBSINIT if mbsinit needs to be overridden.
18701         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
18702         REPLACE_MBSINIT, REPLACE_MBRTOWC.
18703         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
18704         REPLACE_MBSINIT, REPLACE_MBRTOWC.
18705         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18706         m4/locale-zh.m4.
18707         (Depends): Add mbsinit.
18708         * modules/mbsinit (Depends): Add mbrtowc.
18709         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
18710
18711 2008-12-20  Bruno Haible  <bruno@clisp.org>
18712
18713         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
18714         so that there are no conversion errors on AIX.
18715         * tests/test-mbsrtowcs.c (main): LIkewise.
18716
18717 2008-12-20  Bruno Haible  <bruno@clisp.org>
18718
18719         Work around wctob bug on Solaris <= 9.
18720         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
18721         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
18722         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
18723         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
18724         * modules/wctob (Files): Add m4/locale-fr.m4.
18725         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
18726
18727 2008-12-20  Bruno Haible  <bruno@clisp.org>
18728
18729         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
18730         /dev/null.
18731         * tests/test-select-in.sh: Likewise.
18732         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
18733
18734 2008-12-20  Bruno Haible  <bruno@clisp.org>
18735
18736         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
18737         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
18738         Cygwin 1.5.x.
18739
18740 2008-12-20  Bruno Haible  <bruno@clisp.org>
18741
18742         Ensure mbstate_t is defined on HP-UX 11.11.
18743         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
18744         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
18745         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
18746         AC_USE_SYSTEM_EXTENSIONS.
18747         * modules/fnmatch (Depends-on): Add extensions.
18748         * modules/mbrlen (Depends-on): Likewise.
18749         * modules/mbrtowc (Depends-on): Likewise.
18750         * modules/mbsinit (Depends-on): Likewise.
18751         * modules/mbsrtowcs (Depends-on): Likewise.
18752         * modules/mbswidth (Depends-on): Likewise.
18753         * modules/quotearg (Depends-on): Likewise.
18754         * modules/strftime (Depends-on): Likewise.
18755
18756 2008-12-20  Bruno Haible  <bruno@clisp.org>
18757
18758         Ensure wctob is declared on IRIX 6.5.
18759         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
18760         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
18761         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
18762         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
18763         of HAVE_WCTOB.
18764         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
18765         HAVE_WCTOB.
18766         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
18767
18768 2008-12-19  Bruno Haible  <bruno@clisp.org>
18769
18770         * modules/mbsrtowcs-tests: New file.
18771         * tests/test-mbsrtowcs1.sh: New file.
18772         * tests/test-mbsrtowcs2.sh: New file.
18773         * tests/test-mbsrtowcs3.sh: New file.
18774         * tests/test-mbsrtowcs4.sh: New file.
18775         * tests/test-mbsrtowcs.c: New file.
18776
18777         New module 'mbsrtowcs'.
18778         * lib/wchar.in.h (mbsrtowcs): New declaration.
18779         * lib/mbsrtowcs.c: New file.
18780         * m4/mbsrtowcs.m4: New file.
18781         * modules/mbsrtowcs: New file.
18782         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
18783         HAVE_MBSRTOWCS.
18784         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
18785         HAVE_MBSRTOWCS.
18786         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
18787
18788 2008-12-19  Bruno Haible  <bruno@clisp.org>
18789
18790         New module 'mbrlen'.
18791         * lib/wchar.in.h (mbrlen): New declaration.
18792         * lib/mbrlen.c: New file.
18793         * m4/mbrlen.m4: New file.
18794         * modules/mbrlen: New file.
18795         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
18796         HAVE_MBRLEN.
18797         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
18798         HAVE_MBRLEN.
18799         * doc/posix-functions/mbrlen.texi: Document the new module.
18800
18801 2008-12-19  Bruno Haible  <bruno@clisp.org>
18802
18803         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
18804         * modules/mbrtowc (Depends-on): Add verify.
18805         Suggested by Paul Eggert.
18806
18807 2008-12-18  Bruno Haible  <bruno@clisp.org>
18808
18809         * modules/mbsinit-tests: New file.
18810         * tests/test-mbsinit.sh: New file.
18811         * tests/test-mbsinit.c: New file.
18812
18813 2008-12-18  Bruno Haible  <bruno@clisp.org>
18814
18815         * modules/mbrtowc-tests: New file.
18816         * tests/test-mbrtowc1.sh: New file.
18817         * tests/test-mbrtowc2.sh: New file.
18818         * tests/test-mbrtowc3.sh: New file.
18819         * tests/test-mbrtowc4.sh: New file.
18820         * tests/test-mbrtowc.c: New file.
18821
18822         New module 'mbrtowc'.
18823         * lib/wchar.in.h (mbstate_t): Override when the system does not have
18824         mbsinit and mbrtowc.
18825         (mbrtowc): New declaration.
18826         * lib/mbrtowc.c: New file.
18827         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
18828         * modules/mbrtowc: New file.
18829         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
18830         HAVE_MBRTOWC.
18831         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
18832         HAVE_MBRTOWC.
18833         * doc/posix-functions/mbrtowc.texi: Document the new module.
18834
18835 2008-12-18  Bruno Haible  <bruno@clisp.org>
18836
18837         New module 'wctob'.
18838         * lib/wchar.in.h (wctob): New declaration.
18839         * lib/wctob.c: New file.
18840         * m4/wctob.m4: New file.
18841         * modules/wctob: New file.
18842         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
18843         HAVE_WCTOB.
18844         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
18845         * doc/posix-functions/wctob.texi: Document the new module.
18846
18847 2008-12-18  Bruno Haible  <bruno@clisp.org>
18848
18849         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
18850         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
18851
18852 2008-12-18  Simon Josefsson  <simon@josefsson.org>
18853
18854         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
18855         G. Christensen" <tgc@jupiterrise.com>.
18856
18857         * lib/flock.c: Need to include errno.h.  Reported by "Tom
18858         G. Christensen" <tgc@jupiterrise.com>.
18859
18860         * lib/flock.c: Need to include string.h.  Reported by "Tom
18861         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
18862         <ebb9@byu.net>.
18863
18864 2008-12-18  Bruno Haible  <bruno@clisp.org>
18865
18866         * m4/locale-ja.m4: New file, from GNU gettext.
18867
18868 2008-12-17  Bruno Haible  <bruno@clisp.org>
18869
18870         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
18871         Suggested by Eric Blake.
18872
18873 2008-12-17  Bruno Haible  <bruno@clisp.org>
18874
18875         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
18876
18877 2008-12-17  Bruno Haible  <bruno@clisp.org>
18878
18879         * lib/mbsinit.c: Include verify.h. Verify an assumption.
18880         * modules/mbsinit (Depends-on): Add verify.
18881         Suggested by Paul Eggert.
18882
18883 2008-12-17  Bruno Haible  <bruno@clisp.org>
18884
18885         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
18886         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
18887         gl_FUNC_MBRTOWC.
18888         * m4/mbiter.m4 (gl_MBITER): LIkewise.
18889         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
18890         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
18891         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
18892         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
18893         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
18894         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
18895         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
18896         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
18897         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
18898         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
18899         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
18900         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
18901         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
18902         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
18903         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
18904         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
18905         * modules/trim (configure.ac): Likewise.
18906
18907 2008-12-17  Bruno Haible  <bruno@clisp.org>
18908
18909         * modules/btowc-tests: New file.
18910         * tests/test-btowc1.sh: New file.
18911         * tests/test-btowc2.sh: New file.
18912         * tests/test-btowc.c: New file.
18913
18914         New module 'btowc'.
18915         * lib/wchar.in.h (btowc): New declaration.
18916         * lib/btowc.c: New file.
18917         * m4/btowc.m4: New file.
18918         * modules/btowc: New file.
18919         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
18920         HAVE_BTOWC.
18921         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
18922         * doc/posix-functions/btowc.texi: Document the new module.
18923
18924 2008-12-17  Bruno Haible  <bruno@clisp.org>
18925
18926         New module 'mbsinit'.
18927         * lib/wchar.in.h (mbsinit): New declaration.
18928         * lib/mbsinit.c: New file.
18929         * m4/mbsinit.m4: New file.
18930         * modules/mbsinit: New file.
18931         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
18932         HAVE_MBSINIT.
18933         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
18934         HAVE_MBSINIT.
18935         * doc/posix-functions/mbsinit.texi: Document the new module.
18936
18937 2008-12-16  Bruno Haible  <bruno@clisp.org>
18938
18939         * lib/unistd.in.h: Add comment.
18940         * tests/test-environ.c: Don't include <stdlib.h>.
18941
18942 2008-12-16  Bruno Haible  <bruno@clisp.org>
18943
18944         * lib/parse-duration.h (parse_duration): Document return value
18945         convention.
18946         * lib/parse-duration.c: Include specification header first. Add
18947         comments.
18948         (_): Remove macro.
18949         (parse_year_month_day, parse_hour_minute_second): Move side effects
18950         outside of strchr call.
18951         (parse_non_iso8601): Move side effects outside of isspace call.
18952         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
18953         call.
18954
18955 2008-12-16  Bruno Haible  <bruno@clisp.org>
18956
18957         * tests/test-parse-duration.sh: Produce no output when the test
18958         succeeds.
18959
18960 2008-12-16  Bruno Haible  <bruno@clisp.org>
18961
18962         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
18963         expressions.
18964
18965 2008-12-15  Bruno Haible  <bruno@clisp.org>
18966
18967         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
18968         * doc/glibc-functions/flistxattr.texi: Likewise.
18969         * doc/glibc-functions/fopencookie.texi: Likewise.
18970         * doc/glibc-functions/fremovexattr.texi: Likewise.
18971         * doc/glibc-functions/fsetxattr.texi: Likewise.
18972         * doc/glibc-functions/getxattr.texi: Likewise.
18973         * doc/glibc-functions/lgetxattr.texi: Likewise.
18974         * doc/glibc-functions/listxattr.texi: Likewise.
18975         * doc/glibc-functions/llistxattr.texi: Likewise.
18976         * doc/glibc-functions/lremovexattr.texi: Likewise.
18977         * doc/glibc-functions/lsetxattr.texi: Likewise.
18978         * doc/glibc-functions/removexattr.texi: Likewise.
18979         * doc/glibc-functions/setxattr.texi: Likewise.
18980         * doc/posix-functions/open_memstream.texi: Likewise.
18981
18982 2008-12-15  Eric Blake  <ebb9@byu.net>
18983
18984         Update doc for cygwin 1.7.
18985         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
18986         functions.
18987         * doc/posix-functions/fchmodat.texi: Likewise.
18988         * doc/posix-functions/fchownat.texi: Likewise.
18989         * doc/posix-functions/fdopendir.texi: Likewise.
18990         * doc/posix-functions/fmemopen.texi: Likewise.
18991         * doc/posix-functions/freeaddrinfo.texi: Likewise.
18992         * doc/posix-functions/fstatat.texi: Likewise.
18993         * doc/posix-functions/futimens.texi: Likewise.
18994         * doc/posix-functions/gai_strerror.texi: Likewise.
18995         * doc/posix-functions/getaddrinfo.texi: Likewise.
18996         * doc/posix-functions/getnameinfo.texi: Likewise.
18997         * doc/posix-functions/if_freenameindex.texi: Likewise.
18998         * doc/posix-functions/if_indextoname.texi: Likewise.
18999         * doc/posix-functions/if_nameindex.texi: Likewise.
19000         * doc/posix-functions/if_nametoindex.texi: Likewise.
19001         * doc/posix-functions/insque.texi: Likewise.
19002         * doc/posix-functions/linkat.texi: Likewise.
19003         * doc/posix-functions/llrint.texi: Likewise.
19004         * doc/posix-functions/llrintf.texi: Likewise.
19005         * doc/posix-functions/llrintl.texi: Likewise.
19006         * doc/posix-functions/lockf.texi: Likewise.
19007         * doc/posix-functions/lrintl.texi: Likewise.
19008         * doc/posix-functions/mkdirat.texi: Likewise.
19009         * doc/posix-functions/mkfifoat.texi: Likewise.
19010         * doc/posix-functions/mknodat.texi: Likewise.
19011         * doc/posix-functions/mq_close.texi: Likewise.
19012         * doc/posix-functions/mq_getattr.texi: Likewise.
19013         * doc/posix-functions/mq_notify.texi: Likewise.
19014         * doc/posix-functions/mq_open.texi: Likewise.
19015         * doc/posix-functions/mq_receive.texi: Likewise.
19016         * doc/posix-functions/mq_send.texi: Likewise.
19017         * doc/posix-functions/mq_setattr.texi: Likewise.
19018         * doc/posix-functions/mq_timedreceive.texi: Likewise.
19019         * doc/posix-functions/mq_timedsend.texi: Likewise.
19020         * doc/posix-functions/mq_unlink.texi: Likewise.
19021         * doc/posix-functions/open_memstream.texi: Likewise.
19022         * doc/posix-functions/openat.texi: Likewise.
19023         * doc/posix-functions/posix_fadvise.texi: Likewise.
19024         * doc/posix-functions/posix_fallocate.texi: Likewise.
19025         * doc/posix-functions/posix_madvise.texi: Likewise.
19026         * doc/posix-functions/posix_memalign.texi: Likewise.
19027         * doc/posix-functions/posix_openpt.texi: Likewise.
19028         * doc/posix-functions/readlinkat.texi: Likewise.
19029         * doc/posix-functions/remque.texi: Likewise.
19030         * doc/posix-functions/renameat.texi: Likewise.
19031         * doc/posix-functions/rintl.texi: Likewise.
19032         * doc/posix-functions/sem_unlink.texi: Likewise.
19033         * doc/posix-functions/shm_open.texi: Likewise.
19034         * doc/posix-functions/shm_unlink.texi: Likewise.
19035         * doc/posix-functions/signgam.texi: Likewise.
19036         * doc/posix-functions/sigset.texi: Likewise.
19037         * doc/posix-functions/stpcpy.texi: Likewise.
19038         * doc/posix-functions/stpncpy.texi: Likewise.
19039         * doc/posix-functions/strerror.texi: Likewise.
19040         * doc/posix-functions/strtod.texi: Likewise.
19041         * doc/posix-functions/symlinkat.texi: Likewise.
19042         * doc/posix-functions/unlinkat.texi: Likewise.
19043         * doc/posix-functions/utimensat.texi: Likewise.
19044         * doc/glibc-functions/bindresvport.texi: Likewise.
19045         * doc/glibc-functions/dn_expand.texi: Likewise.
19046         * doc/glibc-functions/exp10.texi: Likewise.
19047         * doc/glibc-functions/exp10f.texi: Likewise.
19048         * doc/glibc-functions/fgetxattr.texi: Likewise.
19049         * doc/glibc-functions/flistxattr.texi: Likewise.
19050         * doc/glibc-functions/fopencookie.texi: Likewise.
19051         * doc/glibc-functions/freeifaddrs.texi: Likewise.
19052         * doc/glibc-functions/fremovexattr.texi: Likewise.
19053         * doc/glibc-functions/fsetxattr.texi: Likewise.
19054         * doc/glibc-functions/getifaddrs.texi: Likewise.
19055         * doc/glibc-functions/getxattr.texi: Likewise.
19056         * doc/glibc-functions/lgetxattr.texi: Likewise.
19057         * doc/glibc-functions/listxattr.texi: Likewise.
19058         * doc/glibc-functions/llistxattr.texi: Likewise.
19059         * doc/glibc-functions/lremovexattr.texi: Likewise.
19060         * doc/glibc-functions/lsetxattr.texi: Likewise.
19061         * doc/glibc-functions/pow10.texi: Likewise.
19062         * doc/glibc-functions/pow10f.texi: Likewise.
19063         * doc/glibc-functions/rcmd_af.texi: Likewise.
19064         * doc/glibc-functions/removexattr.texi: Likewise.
19065         * doc/glibc-functions/res_init.texi: Likewise.
19066         * doc/glibc-functions/res_mkquery.texi: Likewise.
19067         * doc/glibc-functions/res_query.texi: Likewise.
19068         * doc/glibc-functions/res_querydomain.texi: Likewise.
19069         * doc/glibc-functions/res_send.texi: Likewise.
19070         * doc/glibc-functions/rresvport_af.texi: Likewise.
19071         * doc/glibc-functions/setxattr.texi: Likewise.
19072         * doc/glibc-functions/strcasestr.texi: Likewise.
19073
19074 2008-12-15  Bruno Haible  <bruno@clisp.org>
19075
19076         Fix compilation error on OSF/1 4.0.
19077         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
19078         <sys/time.h>, simply delegate to the system header.
19079         Reported by Daniel Richard G. <oss@teragram.com>.
19080
19081 2008-12-15  Bruno Haible  <bruno@clisp.org>
19082
19083         * doc/posix-functions/openat.texi: Mention the 'openat' module.
19084         * doc/posix-functions/fchmodat.texi: Likewise.
19085         * doc/posix-functions/fchownat.texi: Likewise.
19086         * doc/posix-functions/fdopendir.texi: Likewise.
19087         * doc/posix-functions/fstatat.texi: Likewise.
19088         * doc/posix-functions/mkdirat.texi: Likewise.
19089         * doc/posix-functions/unlinkat.texi: Likewise.
19090
19091 2008-12-14  Bruno Haible  <bruno@clisp.org>
19092
19093         Update doc for POSIX:2008.
19094         * doc/posix-functions/faccessat.texi: New file.
19095         * doc/posix-functions/fchmodat.texi: New file.
19096         * doc/posix-functions/fchownat.texi: New file.
19097         * doc/posix-functions/fdopendir.texi: New file.
19098         * doc/posix-functions/fstatat.texi: New file.
19099         * doc/posix-functions/futimens.texi: New file.
19100         * doc/posix-functions/linkat.texi: New file.
19101         * doc/posix-functions/mkdirat.texi: New file.
19102         * doc/posix-functions/mkfifoat.texi: New file.
19103         * doc/posix-functions/mknodat.texi: New file.
19104         * doc/posix-functions/open_wmemstream.texi: New file.
19105         * doc/posix-functions/openat.texi: New file.
19106         * doc/posix-functions/psiginfo.texi: New file.
19107         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
19108         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
19109         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
19110         * doc/posix-functions/readlinkat.texi: New file.
19111         * doc/posix-functions/renameat.texi: New file.
19112         * doc/posix-functions/strerror_l.texi: New file.
19113         * doc/posix-functions/symlinkat.texi: New file.
19114         * doc/posix-functions/unlinkat.texi: New file.
19115         * doc/posix-functions/utimensat.texi: New file.
19116         * doc/gnulib.texi (Function Substitutes): Add these subsections.
19117
19118 2008-12-14  Bruno Haible  <bruno@clisp.org>
19119
19120         Update doc for POSIX:2008.
19121         * doc/posix-functions/alphasort.texi: Renamed from
19122         doc/glibc-functions/alphasort.texi.
19123         * doc/posix-functions/dirfd.texi: Renamed from
19124         doc/glibc-functions/dirfd.texi.
19125         * doc/posix-functions/dprintf.texi: Renamed from
19126         doc/glibc-functions/dprintf.texi.
19127         * doc/posix-functions/duplocale.texi: Renamed from
19128         doc/glibc-functions/duplocale.texi.
19129         * doc/posix-functions/fexecve.texi: Renamed from
19130         doc/glibc-functions/fexecve.texi.
19131         * doc/posix-functions/fmemopen.texi: Renamed from
19132         doc/glibc-functions/fmemopen.texi.
19133         * doc/posix-functions/freelocale.texi: Renamed from
19134         doc/glibc-functions/freelocale.texi.
19135         * doc/posix-functions/getdate_err.texi: Renamed from
19136         doc/glibc-functions/getdate_err.texi.
19137         * doc/posix-functions/isalnum_l.texi: Renamed from
19138         doc/glibc-functions/isalnum_l.texi.
19139         * doc/posix-functions/isalpha_l.texi: Renamed from
19140         doc/glibc-functions/isalpha_l.texi.
19141         * doc/posix-functions/isblank_l.texi: Renamed from
19142         doc/glibc-functions/isblank_l.texi.
19143         * doc/posix-functions/iscntrl_l.texi: Renamed from
19144         doc/glibc-functions/iscntrl_l.texi.
19145         * doc/posix-functions/isdigit_l.texi: Renamed from
19146         doc/glibc-functions/isdigit_l.texi.
19147         * doc/posix-functions/isgraph_l.texi: Renamed from
19148         doc/glibc-functions/isgraph_l.texi.
19149         * doc/posix-functions/islower_l.texi: Renamed from
19150         doc/glibc-functions/islower_l.texi.
19151         * doc/posix-functions/isprint_l.texi: Renamed from
19152         doc/glibc-functions/isprint_l.texi.
19153         * doc/posix-functions/ispunct_l.texi: Renamed from
19154         doc/glibc-functions/ispunct_l.texi.
19155         * doc/posix-functions/isspace_l.texi: Renamed from
19156         doc/glibc-functions/isspace_l.texi.
19157         * doc/posix-functions/isupper_l.texi: Renamed from
19158         doc/glibc-functions/isupper_l.texi.
19159         * doc/posix-functions/iswalnum_l.texi: Renamed from
19160         doc/glibc-functions/iswalnum_l.texi.
19161         * doc/posix-functions/iswalpha_l.texi: Renamed from
19162         doc/glibc-functions/iswalpha_l.texi.
19163         * doc/posix-functions/iswblank_l.texi: Renamed from
19164         doc/glibc-functions/iswblank_l.texi.
19165         * doc/posix-functions/iswcntrl_l.texi: Renamed from
19166         doc/glibc-functions/iswcntrl_l.texi.
19167         * doc/posix-functions/iswctype_l.texi: Renamed from
19168         doc/glibc-functions/iswctype_l.texi.
19169         * doc/posix-functions/iswdigit_l.texi: Renamed from
19170         doc/glibc-functions/iswdigit_l.texi.
19171         * doc/posix-functions/iswgraph_l.texi: Renamed from
19172         doc/glibc-functions/iswgraph_l.texi.
19173         * doc/posix-functions/iswlower_l.texi: Renamed from
19174         doc/glibc-functions/iswlower_l.texi.
19175         * doc/posix-functions/iswprint_l.texi: Renamed from
19176         doc/glibc-functions/iswprint_l.texi.
19177         * doc/posix-functions/iswpunct_l.texi: Renamed from
19178         doc/glibc-functions/iswpunct_l.texi.
19179         * doc/posix-functions/iswspace_l.texi: Renamed from
19180         doc/glibc-functions/iswspace_l.texi.
19181         * doc/posix-functions/iswupper_l.texi: Renamed from
19182         doc/glibc-functions/iswupper_l.texi.
19183         * doc/posix-functions/iswxdigit_l.texi: Renamed from
19184         doc/glibc-functions/iswxdigit_l.texi.
19185         * doc/posix-functions/isxdigit_l.texi: Renamed from
19186         doc/glibc-functions/isxdigit_l.texi.
19187         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
19188         doc/glibc-functions/mbsnrtowcs.texi.
19189         * doc/posix-functions/mkdtemp.texi: Renamed from
19190         doc/glibc-functions/mkdtemp.texi.
19191         * doc/posix-functions/newlocale.texi: Renamed from
19192         doc/glibc-functions/newlocale.texi.
19193         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
19194         doc/glibc-functions/nl_langinfo_l.texi.
19195         * doc/posix-functions/open_memstream.texi: Renamed from
19196         doc/glibc-functions/open_memstream.texi.
19197         * doc/posix-functions/opterr.texi: Renamed from
19198         doc/glibc-functions/opterr.texi.
19199         * doc/posix-functions/optind.texi: Renamed from
19200         doc/glibc-functions/optind.texi.
19201         * doc/posix-functions/optopt.texi: Renamed from
19202         doc/glibc-functions/optopt.texi.
19203         * doc/posix-functions/psignal.texi: Renamed from
19204         doc/glibc-functions/psignal.texi.
19205         * doc/posix-functions/scandir.texi: Renamed from
19206         doc/glibc-functions/scandir.texi.
19207         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
19208         doc/glibc-functions/sched_get_priority_min.texi.
19209         * doc/posix-functions/signgam.texi: Renamed from
19210         doc/glibc-functions/signgam.texi.
19211         * doc/posix-functions/stpcpy.texi: Renamed from
19212         doc/glibc-functions/stpcpy.texi.
19213         * doc/posix-functions/stpncpy.texi: Renamed from
19214         doc/glibc-functions/stpncpy.texi.
19215         * doc/posix-functions/strcasecmp_l.texi: Renamed from
19216         doc/glibc-functions/strcasecmp_l.texi.
19217         * doc/posix-functions/strcoll_l.texi: Renamed from
19218         doc/glibc-functions/strcoll_l.texi.
19219         * doc/posix-functions/strfmon_l.texi: Renamed from
19220         doc/glibc-functions/strfmon_l.texi.
19221         * doc/posix-functions/strftime_l.texi: Renamed from
19222         doc/glibc-functions/strftime_l.texi.
19223         * doc/posix-functions/strncasecmp_l.texi: Renamed from
19224         doc/glibc-functions/strncasecmp_l.texi.
19225         * doc/posix-functions/strndup.texi: Renamed from
19226         doc/glibc-functions/strndup.texi.
19227         * doc/posix-functions/strnlen.texi: Renamed from
19228         doc/glibc-functions/strnlen.texi.
19229         * doc/posix-functions/strsignal.texi: Renamed from
19230         doc/glibc-functions/strsignal.texi.
19231         * doc/posix-functions/strxfrm_l.texi: Renamed from
19232         doc/glibc-functions/strxfrm_l.texi.
19233         * doc/posix-functions/timer_gettime.texi: Renamed from
19234         doc/glibc-functions/timer_gettime.texi.
19235         * doc/posix-functions/tolower_l.texi: Renamed from
19236         doc/glibc-functions/tolower_l.texi.
19237         * doc/posix-functions/toupper_l.texi: Renamed from
19238         doc/glibc-functions/toupper_l.texi.
19239         * doc/posix-functions/towctrans_l.texi: Renamed from
19240         doc/glibc-functions/towctrans_l.texi.
19241         * doc/posix-functions/towlower_l.texi: Renamed from
19242         doc/glibc-functions/towlower_l.texi.
19243         * doc/posix-functions/towupper_l.texi: Renamed from
19244         doc/glibc-functions/towupper_l.texi.
19245         * doc/posix-functions/uselocale.texi: Renamed from
19246         doc/glibc-functions/uselocale.texi.
19247         * doc/posix-functions/vdprintf.texi: Renamed from
19248         doc/glibc-functions/vdprintf.texi.
19249         * doc/posix-functions/wcpcpy.texi:
19250         Renamed from doc/glibc-functions/wcpcpy.texi.
19251         * doc/posix-functions/wcpncpy.texi: Renamed from
19252         doc/glibc-functions/wcpncpy.texi.
19253         * doc/posix-functions/wcscasecmp.texi: Renamed from
19254         doc/glibc-functions/wcscasecmp.texi.
19255         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
19256         doc/glibc-functions/wcscasecmp_l.texi.
19257         * doc/posix-functions/wcscoll_l.texi: Renamed from
19258         doc/glibc-functions/wcscoll_l.texi.
19259         * doc/posix-functions/wcsdup.texi: Renamed from
19260         doc/glibc-functions/wcsdup.texi.
19261         * doc/posix-functions/wcsncasecmp.texi: Renamed from
19262         doc/glibc-functions/wcsncasecmp.texi.
19263         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
19264         doc/glibc-functions/wcsncasecmp_l.texi.
19265         * doc/posix-functions/wcsnlen.texi: Renamed from
19266         doc/glibc-functions/wcsnlen.texi.
19267         * doc/posix-functions/wcsnrtombs.texi: Renamed from
19268         doc/glibc-functions/wcsnrtombs.texi.
19269         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
19270         doc/glibc-functions/wcsxfrm_l.texi.
19271         * doc/posix-functions/wctrans_l.texi: Renamed from
19272         doc/glibc-functions/wctrans_l.texi.
19273         * doc/posix-functions/wctype_l.texi: Renamed from
19274         doc/glibc-functions/wctype_l.texi.
19275         * doc/gnulib.texi (Function Substitutes): Add these subsections.
19276         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
19277         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
19278         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
19279         these subsections.
19280         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
19281         Remove sections.
19282
19283 2008-12-14  Bruno Haible  <bruno@clisp.org>
19284
19285         Update doc for POSIX:2008.
19286         * doc/posix-functions/*.texi: Update URL of POSIX specification.
19287
19288 2008-12-14  Bruno Haible  <bruno@clisp.org>
19289
19290         Update doc for POSIX:2008.
19291         * doc/pastposix-functions/bcmp.texi: Renamed from
19292         doc/posix-functions/bcmp.texi.
19293         * doc/pastposix-functions/bcopy.texi: Renamed from
19294         doc/posix-functions/bcopy.texi.
19295         * doc/pastposix-functions/bsd_signal.texi: Renamed from
19296         doc/posix-functions/bsd_signal.texi.
19297         * doc/pastposix-functions/bzero.texi: Renamed from
19298         doc/posix-functions/bzero.texi.
19299         * doc/pastposix-functions/ecvt.texi: Renamed from
19300         doc/posix-functions/ecvt.texi.
19301         * doc/pastposix-functions/fcvt.texi: Renamed from
19302         doc/posix-functions/fcvt.texi.
19303         * doc/pastposix-functions/ftime.texi: Renamed from
19304         doc/posix-functions/ftime.texi.
19305         * doc/pastposix-functions/gcvt.texi: Renamed from
19306         doc/posix-functions/gcvt.texi.
19307         * doc/pastposix-functions/getcontext.texi: Renamed from
19308         doc/posix-functions/getcontext.texi.
19309         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
19310         doc/posix-functions/gethostbyaddr.texi.
19311         * doc/pastposix-functions/gethostbyname.texi: Renamed from
19312         doc/posix-functions/gethostbyname.texi.
19313         * doc/pastposix-functions/getwd.texi: Renamed from
19314         doc/posix-functions/getwd.texi.
19315         * doc/pastposix-functions/h_errno.texi: Renamed from
19316         doc/posix-functions/h_errno.texi.
19317         * doc/pastposix-functions/index.texi: Renamed from
19318         doc/posix-functions/index.texi.
19319         * doc/pastposix-functions/makecontext.texi: Renamed from
19320         doc/posix-functions/makecontext.texi.
19321         * doc/pastposix-functions/mktemp.texi: Renamed from
19322         doc/posix-functions/mktemp.texi.
19323         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
19324         doc/posix-functions/pthread_attr_getstackaddr.texi.
19325         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
19326         doc/posix-functions/pthread_attr_setstackaddr.texi.
19327         * doc/pastposix-functions/rindex.texi: Renamed from
19328         doc/posix-functions/rindex.texi.
19329         * doc/pastposix-functions/scalb.texi: Renamed from
19330         doc/posix-functions/scalb.texi.
19331         * doc/pastposix-functions/setcontext.texi: Renamed from
19332         doc/posix-functions/setcontext.texi.
19333         * doc/pastposix-functions/swapcontext.texi: Renamed from
19334         doc/posix-functions/swapcontext.texi.
19335         * doc/pastposix-functions/ualarm.texi: Renamed from
19336         doc/posix-functions/ualarm.texi.
19337         * doc/pastposix-functions/usleep.texi: Renamed from
19338         doc/posix-functions/usleep.texi.
19339         * doc/pastposix-functions/vfork.texi: Renamed from
19340         doc/posix-functions/vfork.texi.
19341         * doc/pastposix-functions/wcswcs.texi: Renamed from
19342         doc/posix-functions/wcswcs.texi.
19343         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
19344         (Function Substitutes): Update.
19345
19346 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19347
19348         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
19349         m4/strerror.m4.
19350
19351 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19352             Bruno Haible  <bruno@clisp.org>
19353
19354         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
19355
19356 2008-12-13  Bruno Haible  <bruno@clisp.org>
19357
19358         * modules/strtoull (Depends-on): Remove unistd.
19359
19360 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19361
19362         * modules/strtoull (Depends-on): Add stdlib.
19363
19364 2008-12-11  Simon Josefsson  <simon@josefsson.org>
19365
19366         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
19367
19368 2008-12-10  Jim Meyering  <meyering@redhat.com>
19369
19370         gl_ASSERT: don't say assertions are disabled when they're not
19371         * m4/assert.m4 (gl_ASSERT): Do not make configure report
19372         "checking whether to enable assertions... no", when they are in
19373         fact enabled.  This is solely a bug in the output of configure.
19374         In spite of saying "no", NDEBUG was not defined in that case.
19375         Also, as noted by Eric Blake, leave assertions enabled upon
19376         --enable-assert=INVALID.
19377
19378 2008-12-10  Bruno Haible  <bruno@clisp.org>
19379
19380         Change MODULES.html to refer to POSIX:2008 where possible.
19381         * MODULES.html.sh (POSIX2008_URL): New variable.
19382         (posix_headers): Remove sys/timeb, ucontext.
19383         (posix2001_headers): New variable.
19384         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
19385         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
19386         index, makecontext, mktemp, pthread_attr_getstackaddr,
19387         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
19388         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
19389         (posix2001_functions): New variable.
19390         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
19391         otherwise.
19392
19393 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19394
19395         add missing include to parse-duration.c
19396         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
19397         * modules/parse-duration (Depends-on): Add xalloc.
19398
19399         fix sed script reading maint.mk
19400         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
19401         (syntax-check-rules): Use it.
19402
19403 2008-12-09  Bruno Haible  <bruno@clisp.org>
19404
19405         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
19406         MacOS X 10.4/PowerPC.
19407         Reported by Simon Josefsson.
19408
19409 2008-12-08  Jim Meyering  <meyering@redhat.com>
19410
19411         work around mingw's lack of some S_IF definitions
19412         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
19413         Reported by Simon Josefsson.
19414
19415 2008-12-08  Bruno Haible  <bruno@clisp.org>
19416
19417         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
19418         applied to variables. Needed on MacOS X 10.4/PowerPC.
19419         Reported by Simon Josefsson.
19420
19421 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
19422         and Eric Blake  <ebb9@byu.net>
19423
19424         assert: honor --enable-assert
19425         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
19426         order to honor --enable-assert, rather than treating it as a
19427         synonym for --disable-assert.
19428
19429 2008-12-08  Jim Meyering  <meyering@redhat.com>
19430
19431         * lib/posixtm.c: Remove now-useless declaration of mktime.
19432
19433         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
19434
19435 2008-12-07  Bruno Haible  <bruno@clisp.org>
19436
19437         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
19438         test_once): Mark functions as static.
19439         * tests/test-tls.c (test_tls): Likewise.
19440
19441 2008-12-07  Bruno Haible  <bruno@clisp.org>
19442
19443         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
19444         iconv_register_autodetect.
19445
19446 2008-12-07  Jim Meyering  <meyering@redhat.com>
19447
19448         posixtm.c: avoid a warning
19449         * lib/posixtm.c (posixtime): Don't initialize tm0.
19450         It's no longer needed to placate gcc4's -Wuninitialized,
19451         and the attempt to placate would elicit a new warning.
19452
19453         unicodeio.c: mark unused parameters
19454         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
19455         (fallback_failure_callback): Likewise.
19456
19457 2008-12-07  Bruno Haible  <bruno@clisp.org>
19458
19459         * gnulib-tool (func_create_testdir): When building the tests
19460         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
19461         Reported by Simon Josefsson.
19462
19463 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19464
19465         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
19466
19467 2008-12-06  Bruno Haible  <bruno@clisp.org>
19468
19469         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
19470         Suggested by Eric Blake.
19471
19472 2008-12-06  Bruno Haible  <bruno@clisp.org>
19473
19474         Fix a c-stack test failure on MacOS X.
19475         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
19476         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
19477         handler for SIGBUS as well.
19478         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
19479         install a signal handler for SIGBUS as well.
19480         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
19481
19482 2008-12-06  Bruno Haible  <bruno@clisp.org>
19483
19484         Advocacy documentation.
19485         * doc/gnulib-intro.texi (Benefits): New section.
19486         * doc/gnulib.texi: Update.
19487
19488 2008-12-06  Bruno Haible  <bruno@clisp.org>
19489
19490         Document the 'manywarnings' module.
19491         * doc/manywarnings.texi: New file.
19492         * doc/gnulib.texi: Include it.
19493
19494 2008-12-05  Eric Blake  <ebb9@byu.net>
19495
19496         tests: silence some gcc warnings
19497         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
19498         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
19499         type mismatches.
19500
19501 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19502             Bruno Haible  <bruno@clisp.org>
19503
19504         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
19505
19506 2008-11-29  Jim Meyering  <meyering@redhat.com>
19507
19508         unicodeio.c: mark unused parameters
19509         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
19510         (fallback_failure_callback): Likewise.
19511
19512         fts: fix a thinko
19513         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
19514         (set_stat_type): Return S_IF*-valued "type" directly.
19515         Prompted by James Youngman's spotting a related bug.
19516         Confirmed by further testing through find.
19517
19518         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
19519         * lib/fts.c (D_TYPE): Define.
19520         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
19521         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
19522         (s_ifmt_shift_bits): New function.
19523         (set_stat_type): New function.
19524         (fts_build): When not calling fts_stat, call set_stat_type
19525         to propagate dirent.d_type info to fts_read caller.
19526         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
19527         fts_statp->st_mode type information may be valid.
19528
19529 2008-11-28  Simon Josefsson  <simon@josefsson.org>
19530
19531         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
19532         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
19533         <sds@gnu.org>.
19534
19535 2008-11-20  Bruno Haible  <bruno@clisp.org>
19536
19537         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
19538         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
19539         INCLUDE_NEXT.
19540         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
19541         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
19542         * modules/math (Makefile.am): Substitute
19543         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
19544         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
19545
19546 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
19547             Bruno Haible  <bruno@clisp.org>
19548
19549         * lib/stdint.in.h: Define all type macros so that their expansion is
19550         a single typedef'ed token. Fixes a compilation failure in Boost which
19551         does "using ::int8_t;".
19552
19553 2008-11-18  Simon Josefsson  <simon@josefsson.org>
19554
19555         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
19556         gl_MANYWARN_ALL_GCC.
19557         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
19558         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
19559         * modules/manywarnings: New file.
19560         * MODULES.html.sh: Mention manywarnings module.
19561
19562 2008-11-18  Bruno Haible  <bruno@clisp.org>
19563
19564         * doc/gnulib-tool.texi (Unit tests): New section.
19565
19566 2008-11-18  Simon Josefsson  <simon@josefsson.org>
19567
19568         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
19569         paths like 'lib/po/foo.po'.
19570
19571 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19572
19573         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
19574         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
19575
19576 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19577
19578         * m4/warnings.m4: Use CPPFLAGS to really check whether the
19579         parameter works.
19580
19581 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19582
19583         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
19584
19585 2008-11-17  Bruce Korb  <bkorb@gnu.org>
19586
19587         * modules/parse-duration-tests: New file.
19588         * tests/test-parse-duration.sh: New file.
19589         * tests/test-parse-duration.c: New file.
19590
19591         New module 'parse-duration'.
19592         * lib/parse-duration.h: New file.
19593         * lib/parse-duration.c: New file.
19594         * modules/parse-duration: New file.
19595
19596 2008-11-17  Bruno Haible  <bruno@clisp.org>
19597
19598         * tests/test-select-out.sh: Comment out the first pipe test.
19599         Reported by Simon Josefsson.
19600
19601 2008-11-17  Bruno Haible  <bruno@clisp.org>
19602
19603         * modules/getaddrinfo (Depends-on): Add servent, hostent.
19604         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
19605         gl_HOSTENT.
19606
19607 2008-11-17  Bruno Haible  <bruno@clisp.org>
19608
19609         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
19610         -lnetwork and -lnet. Needed for Haiku and BeOS.
19611
19612 2008-11-16  Bruno Haible  <bruno@clisp.org>
19613
19614         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
19615
19616 2008-11-16  Bruno Haible  <bruno@clisp.org>
19617
19618         Avoid test failure on Haiku.
19619         * tests/test-fsync.c: Include <errno.h>.
19620         (main): Don't require that fsync (0) fails.
19621
19622 2008-11-15  Bruno Haible  <bruno@clisp.org>
19623
19624         New module 'hostent'.
19625         * modules/hostent: New file.
19626         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
19627
19628 2008-11-15  Bruno Haible  <bruno@clisp.org>
19629
19630         New module 'servent'.
19631         * modules/servent: New file.
19632         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
19633
19634 2008-11-15  Bruno Haible  <bruno@clisp.org>
19635
19636         Avoid generating same test program with two different rules.
19637         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
19638         test-frexp to test-frexp-nolibm.
19639         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
19640         test-frexpl to test-frexpl-nolibm.
19641
19642 2008-11-15  Bruno Haible  <bruno@clisp.org>
19643
19644         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
19645         $(FREXPL_LIBM).
19646
19647 2008-11-15  Bruno Haible  <bruno@clisp.org>
19648
19649         * lib/netdb.in.h: Activate the definitions also when the system's
19650         <netdb.h> has 'struct addrinfo'.
19651         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
19652         EAI_OVERFLOW or AI_NUMERICSERV.
19653         * doc/posix-headers/netdb.texi: Document the problem.
19654
19655 2008-11-15  Bruno Haible  <bruno@clisp.org>
19656
19657         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
19658
19659         Make the 'sched' module work on platforms where <sched.h> exists but
19660         is incomplete (such as Haiku).
19661         * lib/sched.in.h; Include the system's <sched.h> if it exists.
19662         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
19663         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
19664         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
19665         HAVE_STRUCT_SCHED_PARAM.
19666         * modules/sched (Depends-on): Add include_next.
19667         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
19668         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
19669         * doc/posix-headers/sched.texi: Document the issue.
19670
19671 2008-11-13  Jim Meyering  <meyering@redhat.com>
19672
19673         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
19674         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
19675         test would fail due to the difference in the Report bugs to ...
19676         line.  The expected address is empty, "<>", while the actual
19677         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
19678
19679 2008-11-12  Bruno Haible  <bruno@clisp.org>
19680
19681         lstat: don't compile lstat.c on systems lacking lstat
19682         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
19683         which don't have lstat; this is handled by lib/sys_stat.in.h already.
19684         Reported by Daniel P. Berrange via Jim Meyering.
19685
19686 2008-11-12  Jim Meyering  <meyering@redhat.com>
19687
19688         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
19689
19690 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19691
19692         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
19693         instead.
19694
19695 2008-11-12  Bruno Haible  <bruno@clisp.org>
19696
19697         * lib/unicodeio.c: Include unistr.h.
19698         (utf8_wctomb): Remove function.
19699         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
19700
19701 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19702
19703         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
19704         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
19705         <bruno@clisp.org>.
19706         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
19707
19708 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19709
19710         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
19711         * doc/gnulib.texi: Add section for warnings.
19712
19713 2008-11-11  Bruno Haible  <bruno@clisp.org>
19714
19715         * lib/sockets.h: Add a comment.
19716
19717 2008-11-11  Karl Berry  <karl@gnu.org>
19718
19719         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
19720
19721 2008-11-11  Eric Blake  <ebb9@byu.net>
19722
19723         fdl.texi: avoid git symlinks
19724         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
19725
19726 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19727
19728         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
19729
19730 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19731
19732         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
19733         (gl_WARN_ADD): Substitute $2 if literal.
19734
19735 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19736
19737         * m4/warning.m4: Remove.
19738
19739 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19740
19741         * m4/warnings.m4: Almost complete rewrite. :-)
19742
19743 2008-11-10  Simon Josefsson  <simon@josefsson.org>
19744
19745         * modules/warnings: New module.
19746         * m4/warnings.m4: New file.
19747         * MODULES.html.sh: Mention warnings module.
19748         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
19749         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19750
19751 2008-11-10  Eric Blake  <ebb9@byu.net>
19752
19753         fdl.texi: make a symlink to the latest version
19754         * doc/standards.texi: Revert today's earlier change.
19755         * doc/fdl-1.2.texi: Rename from old fdl.texi...
19756         * doc/fdl.texi: ...and replace this with a symlink to the newer
19757         fdl-1.3.texi.
19758
19759 2008-11-10  Bruno Haible  <bruno@clisp.org>
19760
19761         * tests/test-select-fd.c (main): Accept the result file name as fourth
19762         argument.
19763         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
19764         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
19765
19766 2008-11-10  Bruno Haible  <bruno@clisp.org>
19767
19768         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
19769         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
19770         as autoconf-substituted macros.
19771         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
19772         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
19773         gl_NETDB_H_DEFAULTS. Set these variables.
19774         * modules/netdb (Makefile.am): Substitute these variables.
19775
19776 2008-11-10  Eric Blake  <ebb9@byu.net>
19777
19778         standards.texi: include correct file for FDL 1.3
19779         * doc/standards.texi (GNU Free Documentation License): Change
19780         include file to pull in FDL 1.3, not 1.2.
19781
19782         fdl.texi: revert accidental change to license
19783         * doc/fdl.texi: This is FDL 1.2, not 1.3.
19784
19785 2008-11-10  Bruno Haible  <bruno@clisp.org>
19786
19787         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
19788         cross-compiling guesses also when the native compile gives no result.
19789
19790 2008-11-10  Bruno Haible  <bruno@clisp.org>
19791
19792         * lib/spawni.c (__spawni): Force variable into the stack.
19793
19794 2008-11-10  Bruno Haible  <bruno@clisp.org>
19795
19796         Add support for Haiku.
19797         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
19798         glibc and BeOS, but also on Haiku.
19799         * lib/fpurge.c (fpurge): Likewise.
19800         * lib/freadable.c (freadable): Likewise.
19801         * lib/freadahead.c (freadahead): Likewise.
19802         * lib/freading.c (freading): Likewise.
19803         * lib/freadptr.c (freadptr): Likewise.
19804         * lib/freadseek.c (freadptrinc): Likewise.
19805         * lib/fseeko.c (rpl_fseeko): Likewise.
19806         * lib/fseterr.c (fseterr): Likewise.
19807         * lib/fwritable.c (fwritable): Likewise.
19808         * lib/fwriting.c (fwriting): Likewise.
19809         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
19810
19811 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
19812
19813         * lib/config.charset: Treat Haiku like BeOS.
19814
19815 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
19816
19817         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
19818         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
19819
19820 2008-11-08  Bruno Haible  <bruno@clisp.org>
19821
19822         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
19823         AC_CACHE_CHECK.
19824
19825 2008-11-08  Bruno Haible  <bruno@clisp.org>
19826
19827         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
19828
19829 2008-11-08  Bruno Haible  <bruno@clisp.org>
19830
19831         * tests/test-select-fd.c: New file.
19832         * tests/test-select-in.sh: New file.
19833         * tests/test-select-out.sh: New file.
19834         * tests/test-select-stdin.c: New file.
19835         * modules/select-tests (Files): Add the new files.
19836         (Depends-on): Add gettimeofday.
19837         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
19838         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
19839         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
19840
19841 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
19842             Bruno Haible  <bruno@clisp.org>
19843
19844         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
19845
19846 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
19847
19848         * build-aux/pmccabe2html: Added support for C++ source files.
19849
19850 2008-11-05  Ben Pfaff  <blp@gnu.org>
19851
19852         Fix lib/close.c build on Windows.
19853         * modules/close (Files): Add lib/w32sock.h.
19854
19855 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
19856
19857         Accept Bison's NEWS format.
19858         * build-aux/announce-gen (print_news_deltas): Tweak
19859         $re_prefix.
19860
19861 2008-11-04  Bruno Haible  <bruno@clisp.org>
19862
19863         * modules/random_r (Maintainer): Add glibc.
19864
19865 2008-11-04  Simon Josefsson  <simon@josefsson.org>
19866
19867         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
19868         by karl@freefriends.org (Karl Berry).
19869         * doc/alloca.texi: Likewise.
19870         * doc/c-ctype.texi: Likewise.
19871         * doc/c-strcase.texi: Likewise.
19872         * doc/c-strcaseeq.texi: Likewise.
19873         * doc/c-strcasestr.texi: Likewise.
19874         * doc/c-strstr.texi: Likewise.
19875         * doc/c-strtod.texi: Likewise.
19876         * doc/c-strtold.texi: Likewise.
19877         * doc/ctime.texi: Likewise.
19878         * doc/error.texi: Likewise.
19879         * doc/fdl.texi: Likewise.
19880         * doc/gcd.texi: Likewise.
19881         * doc/getdate.texi: Likewise.
19882         * doc/gnulib-intro.texi: Likewise.
19883         * doc/gnulib-tool.texi: Likewise.
19884         * doc/gnulib.texi: Likewise.
19885         * doc/inet_ntoa.texi: Likewise.
19886         * doc/maintain.texi: Likewise.
19887         * doc/make-stds.texi: Likewise.
19888         * doc/quote.texi: Likewise.
19889         * doc/regexprops-generic.texi: Likewise.
19890         * doc/standards.texi: Likewise.
19891         * doc/verify.texi: Likewise.
19892         * doc/visibility.texi: Likewise.
19893         * doc/gnulib.texi (GNU Free Documentation License): Include
19894         fdl-1.3.texi instead of fdl.texi.
19895
19896 2008-11-04  Simon Josefsson  <simon@josefsson.org>
19897
19898         * doc/fdl-1.3.texi: New file, from
19899         <http://www.gnu.org/licenses/fdl-1.3.texi>.
19900         * modules/fdl-1.3: Add.
19901         * MODULES.html.sh: Add fdl-1.3.
19902
19903 2008-11-03  Bruno Haible  <bruno@clisp.org>
19904
19905         Make determination of absolute name of header file work with AIX xlc.
19906         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
19907         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
19908         preprocessing.
19909         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
19910         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
19911
19912 2008-11-03  Simon Josefsson  <simon@josefsson.org>
19913
19914         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
19915         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
19916         <ludo@gnu.org>.
19917
19918 2008-11-02  Bruno Haible  <bruno@clisp.org>
19919
19920         Mark 'strpbrk' obsolete.
19921         * modules/strpbrk (Status, Notice): New sections.
19922         * modules/strtok_r (Depends-on): Add strpbrk.
19923
19924 2008-11-02  Bruno Haible  <bruno@clisp.org>
19925
19926         Mark 'strdup' obsolete.
19927         * modules/strdup (Status, Notice): New sections.
19928         * modules/findprog (Depends-on): Add strdup.
19929         * modules/getaddrinfo (Depends-on): Likewise.
19930         * modules/localename (Depends-on): Likewise.
19931         * modules/relocatable-lib (Depends-on): Likewise.
19932         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
19933         * modules/relocatable-prog (Depends-on): Likewise.
19934         * modules/trim (Depends-on): Likewise.
19935         * modules/unictype/gen-ctype (Depends-on): Likewise.
19936         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
19937
19938 2008-11-02  Bruno Haible  <bruno@clisp.org>
19939
19940         Mark 'strcspn' obsolete.
19941         * modules/strcspn (Status, Notice): New sections.
19942
19943 2008-11-02  Bruno Haible  <bruno@clisp.org>
19944
19945         Mark 'rmdir' obsolete.
19946         * modules/rmdir (Status, Notice): New sections.
19947         * modules/clean-temp (Depends-on): Add rmdir.
19948         * modules/openat (Depends-on): Likewise.
19949
19950 2008-11-02  Bruno Haible  <bruno@clisp.org>
19951
19952         Mark 'raise' obsolete.
19953         * modules/raise (Status, Notice): New sections.
19954         (Include): Specify <signal.h>.
19955         * modules/stdio (Depends-on): Add raise.
19956         * modules/write (Depends-on): Likewise.
19957
19958 2008-11-02  Bruno Haible  <bruno@clisp.org>
19959
19960         Mark 'memset' obsolete.
19961         * modules/memset (Status, Notice): New sections.
19962
19963 2008-11-02  Bruno Haible  <bruno@clisp.org>
19964
19965         Mark 'memmove' obsolete.
19966         * modules/memmove (Status, Notice): New sections.
19967         * modules/argp (Depends-on): Add memmove.
19968         * modules/argz (Depends-on): Likewise.
19969         * modules/canonicalize (Depends-on): Likewise.
19970         * modules/canonicalize-lgpl (Depends-on): Likewise.
19971         * modules/fts (Depends-on): Likewise.
19972         * modules/getcwd (Depends-on): Likewise.
19973         * modules/human (Depends-on): Likewise.
19974         * modules/regex (Depends-on): Likewise.
19975         * modules/striconveh (Depends-on): Likewise.
19976         * modules/trim (Depends-on): Likewise.
19977         * modules/unistr/u8-move (Depends-on): Likewise.
19978         * modules/unistr/u16-move (Depends-on): Likewise.
19979         * modules/unistr/u32-move (Depends-on): Likewise.
19980
19981 2008-11-02  Bruno Haible  <bruno@clisp.org>
19982
19983         Mark 'memcpy' obsolete.
19984         * modules/memcpy (Status, Notice): New sections.
19985
19986 2008-11-02  Bruno Haible  <bruno@clisp.org>
19987
19988         Mark 'memcmp' obsolete.
19989         * modules/memcmp (Status, Notice): New sections.
19990         * modules/argmatch (Depends-on): Add memchr.
19991         * modules/backupfile (Depends-on): Likewise.
19992         * modules/c-strcasestr (Depends-on): Likewise.
19993         * modules/crypto/des (Depends-on): Likewise.
19994         * modules/csharpcomp (Depends-on): Likewise.
19995         * modules/fnmatch (Depends-on): Likewise.
19996         * modules/git-merge-changelog (Depends-on): Likewise.
19997         * modules/isnand (Depends-on): Likewise.
19998         * modules/isnand-nolibm (Depends-on): Likewise.
19999         * modules/isnanf (Depends-on): Likewise.
20000         * modules/isnanf-nolibm (Depends-on): Likewise.
20001         * modules/isnanl (Depends-on): Likewise.
20002         * modules/isnanl-nolibm (Depends-on): Likewise.
20003         * modules/mbchar (Depends-on): Likewise.
20004         * modules/memcoll (Depends-on): Likewise.
20005         * modules/quotearg (Depends-on): Likewise.
20006         * modules/regex (Depends-on): Likewise.
20007         * modules/relocatable-prog (Depends-on): Likewise.
20008         * modules/same (Depends-on): Likewise.
20009         * modules/signbit (Depends-on): Likewise.
20010         * modules/strcasestr-simple (Depends-on): Likewise.
20011         * modules/unictype/gen-ctype (Depends-on): Likewise.
20012         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
20013         * modules/uniname/uniname (Depends-on): Likewise.
20014         * modules/unistr/u8-cmp (Depends-on): Likewise.
20015
20016 2008-11-02  Bruno Haible  <bruno@clisp.org>
20017
20018         Mark 'memchr' obsolete.
20019         * modules/memchr (Status, Notice): New sections.
20020         * modules/argp (Depends-on): Add memchr.
20021         * modules/base64 (Depends-on): Likewise.
20022         * modules/c-strcasestr (Depends-on): Likewise.
20023         * modules/chdir-long (Depends-on): Likewise.
20024         * modules/fnmatch (Depends-on): Likewise.
20025         * modules/getsubopt (Depends-on): Likewise.
20026         * modules/git-merge-changelog (Depends-on): Likewise.
20027         * modules/glob (Depends-on): Likewise.
20028         * modules/strcasestr-simple (Depends-on): Likewise.
20029         * modules/strnlen (Depends-on): Likewise.
20030
20031 2008-11-02  Bruno Haible  <bruno@clisp.org>
20032
20033         Mark 'atexit' obsolete.
20034         * modules/atexit (Status, Notice): New sections.
20035         * modules/chdir-long (Depends-on): Add atexit.
20036         * modules/wait-process (Depends-on): Likewise.
20037
20038 2008-11-02  Bruno Haible  <bruno@clisp.org>
20039
20040         * gnulib-tool: New option --with-obsolete.
20041         (func_usage): Document it.
20042         (func_modules_transitive_closure): Drop obsolete dependencies if
20043         incobsolete is not true.
20044         (func_import): Read and save the incobsolete variable to the cache.
20045
20046 2008-11-02  Bruno Haible  <bruno@clisp.org>
20047
20048         * modules/TEMPLATE-EXTENDED: New field 'Status'.
20049         * gnulib-tool: New option --extract-status.
20050         (func_usage): Document it.
20051         (sed_extract_prog): Recognize it.
20052         (func_get_status): New function.
20053
20054 2008-10-30  Simon Josefsson  <simon@josefsson.org>
20055
20056         * modules/sockets (License): Change from LGPL to LGPLv2+.
20057
20058 2008-10-28  Simon Josefsson  <simon@josefsson.org>
20059
20060         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
20061
20062 2008-10-28  Simon Josefsson  <simon@josefsson.org>
20063
20064         * MODULES.html.sh (Support for systems lacking POSIX:2001):
20065         Mention times and sys_times.
20066         * modules/sys_times, modules/sys_times-tests: New modules.
20067         * modules/times, modules/times-tests: Likewise
20068         * m4/sys_times_h.m4: New file.
20069         * lib/sys_times.in.h: Likewise
20070         * lib/times.c: Likewise.
20071         * tests/test-sys_times.c: Likewise.
20072         * tests/test-times.c: Likewise.
20073         * doc/posix-headers/sys_times.texi: Update.
20074         * doc/posix-functions/times.texi: Update.
20075
20076 2008-10-28  Jim Meyering  <meyering@redhat.com>
20077
20078         * modules/tempname (Depends-on): Add lstat.
20079
20080         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
20081
20082 2008-10-28  Simon Josefsson  <simon@josefsson.org>
20083
20084         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
20085         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
20086         using idiom used elsewhere in gnulib.
20087
20088 2008-10-27  Jim Meyering  <meyering@redhat.com>
20089
20090         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
20091
20092 2008-10-27  Simon Josefsson  <simon@josefsson.org>
20093
20094         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
20095         TESTS_ENVIRONMENT, for shell scripts that needs to call built
20096         programs.
20097         * tests/test-argp-2.sh: Use $EXEEXT when needed.
20098
20099 2008-10-27  Simon Josefsson  <simon@josefsson.org>
20100
20101         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
20102
20103 2008-10-27  Bruno Haible  <bruno@clisp.org>
20104
20105         * tests/test-lstat.c: Include <stdio.h>.
20106
20107 2008-10-27  Simon Josefsson  <simon@josefsson.org>
20108
20109         * modules/lstat-tests: New module.
20110         * tests/test-lstat.c: New file.
20111
20112 2008-10-26  Jim Meyering  <meyering@redhat.com>
20113
20114         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
20115
20116 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20117             Bruno Haible  <bruno@clisp.org>
20118
20119         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
20120         * modules/configmake (Include): Add a note that the include must come
20121         after all system headers.
20122         * lib/javaversion.c: Include configmake.h after all other includes.
20123
20124 2008-10-26  Bruno Haible  <bruno@clisp.org>
20125
20126         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
20127         HAVE_STRUCT_RANDOM_DATA to 1.
20128         (gl_STDLIB_H): Simplify.
20129
20130 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20131
20132         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
20133         substitute HAVE_STRUCT_RANDOM_DATA.
20134         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
20135         random_data.
20136         * modules/stdlib (Makefile.am): Substitute
20137         HAVE_STRUCT_RANDOM_DATA.
20138
20139 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20140
20141         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
20142         * doc/gnulib-intro.texi (Copyright): Likewise.
20143
20144 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20145
20146         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
20147         findings.
20148
20149 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
20150             Bruno Haible  <bruno@clisp.org>
20151
20152         * lib/unistd.in.h: Include <winsock2.h>.
20153         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
20154         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
20155         Provide dummy declarations.
20156         (gethostname): Override.
20157         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
20158         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
20159         gl_PREREQ_SYS_H_WINSOCK2.
20160         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
20161         * doc/posix-functions/gethostname.texi: More details.
20162
20163 2008-10-25  Bruno Haible  <bruno@clisp.org>
20164
20165         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
20166         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
20167         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
20168
20169         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
20170         here ...
20171         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
20172         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
20173         gl_UNISTD_H_DEFAULTS.
20174
20175 2008-10-25  Eric Blake  <ebb9@byu.net>
20176
20177         signbit: avoid spurious compiler failure
20178         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
20179         declarations inside function.
20180
20181 2008-10-24  Simon Josefsson  <simon@josefsson.org>
20182             Bruno Haible  <bruno@clisp.org>
20183
20184         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
20185         * modules/random_r (Depends-on): Add stdint.
20186
20187 2008-10-24  Bruno Haible  <bruno@clisp.org>
20188
20189         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
20190         Eggert.
20191         * modules/strerror (License): Likewise.
20192
20193 2008-10-24  Jim Meyering  <meyering@redhat.com>
20194
20195         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
20196         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
20197
20198 2008-10-24  Eric Blake  <ebb9@byu.net>
20199
20200         getgroups: fix compilation when getgroups is available
20201         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
20202         but with <config.h> override of getgroups disabled.
20203
20204 2008-10-24  Simon Josefsson  <simon@josefsson.org>
20205
20206         * doc/gnulib.texi (Header files): Add note about C++ problems.
20207         Explained by Bruno Haible <bruno@clisp.org>.
20208
20209 2008-10-23  Bruno Haible  <bruno@clisp.org>
20210
20211         Define a dummy SA_NODEFER macro on Interix.
20212         * lib/signal.in.h (SA_NODEFER): Define fallback.
20213         Reported by Aleksey Cheusov <cheusov@tut.by> via
20214         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
20215
20216 2008-10-23  Bruno Haible  <bruno@clisp.org>
20217
20218         * modules/freadahead (License): Change to LGPLv2+.
20219         Suggested by Simon Josefsson.
20220
20221 2008-10-23  Jim Meyering  <meyering@redhat.com>
20222
20223         random_r: new module
20224         * modules/random_r: New file.
20225         * m4/random_r.m4: New file.
20226         * lib/random_r.c: New file, from glibc.
20227         * modules/random_r-tests: New file.
20228         * tests/test-random_r.c: New file.
20229         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
20230          Declare.
20231         (RAND_MAX): Define.
20232         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
20233         * modules/stdlib: Substitute them, too.
20234         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
20235         * doc/glibc-functions/initstate_r.texi: Mention the new module.
20236         * doc/glibc-functions/random_r.texi: Likewise.
20237         * doc/glibc-functions/setstate_r.texi: Likewise.
20238         * doc/glibc-functions/srandom_r.texi: Likewise.
20239         * config/srclist.txt: Mention it.
20240
20241 2008-10-23  David Lutterkort  <lutter@redhat.com>
20242
20243         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
20244         link requirement
20245
20246 2008-10-23  Jim Meyering  <meyering@redhat.com>
20247
20248         selinux-h: mark parameters of stub functions as intentionally unused
20249         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
20250         * lib/se-context.in.h: Likewise.
20251
20252 2008-10-22  Simon Josefsson  <simon@josefsson.org>
20253
20254         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
20255
20256 2008-10-22  Simon Josefsson  <simon@josefsson.org>
20257
20258         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
20259
20260 2008-10-22  Eric Blake  <ebb9@byu.net>
20261
20262         glthread/thread: avoid compiler warning
20263         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
20264         Add unreachable abort to silence compiler.
20265
20266 2008-10-22  Eric Blake  <ebb9@byu.net>
20267
20268         netdb: also supply struct addrinfo for cygwin 1.5.x
20269         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
20270         older cygwin.
20271         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
20272         cygwin.
20273         * doc/posix-headers/netdb.texi (netdb.h): Document this.
20274
20275 2008-10-22  Bruno Haible  <bruno@clisp.org>
20276
20277         * users.txt: Update entry about pspp.
20278
20279 2008-10-21  Bruno Haible  <bruno@clisp.org>
20280
20281         Simplification.
20282         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
20283         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
20284
20285         Simplification.
20286         * lib/ioctl.c (ioctl): Don't undefine.
20287         * lib/socket.c (socket): Don't undefine.
20288
20289         Remove unused module indicator macros.
20290         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
20291         GNULIB_$1 as a C macro.
20292
20293         * doc/posix-functions/close.texi: Undo last change.
20294         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
20295         Windows platforms.
20296
20297 2008-10-21  Bruno Haible  <bruno@clisp.org>
20298
20299         Add gethostname() declaration to <unistd.h>.
20300         * lib/unistd.in.h (gethostname): New declaration.
20301         * lib/gethostname.c: Include <unistd.h>.
20302         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
20303         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
20304         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
20305         and HAVE_GETHOSTNAME.
20306         * modules/gethostname (Depends-on): Add unistd.
20307         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20308         (Include): Specify <unistd.h>.
20309         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
20310         HAVE_GETHOSTNAME.
20311         * tests/test-gethostname.c: Include <unistd.h> first.
20312
20313 2008-10-21  Bruno Haible  <bruno@clisp.org>
20314
20315         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
20316         * modules/select-tests (Depends-on): Likewise.
20317         Reported by Simon Josefsson.
20318
20319 2008-10-21  Simon Josefsson  <simon@josefsson.org>
20320
20321         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
20322         * lib/accept.c: New file, based on winsock.c.
20323         * lib/bind.c: New file, based on winsock.c.
20324         * lib/connect.c: New file, based on winsock.c.
20325         * lib/getpeername.c: New file, based on winsock.c.
20326         * lib/getsockname.c: New file, based on winsock.c.
20327         * lib/getsockopt.c: New file, based on winsock.c.
20328         * lib/ioctl.c: New file, based on winsock.c.
20329         * lib/listen.c: New file, based on winsock.c.
20330         * lib/recv.c: New file, based on winsock.c.
20331         * lib/recvfrom.c: New file, based on winsock.c.
20332         * lib/send.c: New file, based on winsock.c.
20333         * lib/sendto.c: New file, based on winsock.c.
20334         * lib/setsockopt.c: New file, based on winsock.c.
20335         * lib/shutdown.c: New file, based on winsock.c.
20336         * lib/socket.c: New file, based on winsock.c.
20337         * lib/w32sock.h: New file, based on winsock.c.
20338         * lib/winsock.c: Remove file.
20339         * modules/accept: Likewise.
20340         * modules/bind: Likewise.
20341         * modules/connect: Likewise.
20342         * modules/getpeername: Likewise.
20343         * modules/getsockname: Likewise.
20344         * modules/getsockopt: Likewise.
20345         * modules/ioctl: Likewise.
20346         * modules/listen: Likewise.
20347         * modules/recv: Likewise.
20348         * modules/recvfrom: Likewise.
20349         * modules/send: Likewise.
20350         * modules/sendto: Likewise.
20351         * modules/setsockopt: Likewise.
20352         * modules/shutdown: Likewise.
20353         * modules/socket: Use socket.c instead of winsock.c.
20354         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
20355         * doc/posix-functions/accept.texi: Doc fix.
20356         * doc/posix-functions/bind.texi: Doc fix.
20357         * doc/posix-functions/close.texi: Doc fix.
20358         * doc/posix-functions/connect.texi: Doc fix.
20359         * doc/posix-functions/getpeername.texi: Doc fix.
20360         * doc/posix-functions/getsockname.texi: Doc fix.
20361         * doc/posix-functions/getsockopt.texi: Doc fix.
20362         * doc/posix-functions/ioctl.texi: Doc fix.
20363         * doc/posix-functions/listen.texi: Doc fix.
20364         * doc/posix-functions/recv.texi: Doc fix.
20365         * doc/posix-functions/recvfrom.texi: Doc fix.
20366         * doc/posix-functions/send.texi: Doc fix.
20367         * doc/posix-functions/sendto.texi: Doc fix.
20368         * doc/posix-functions/setsockopt.texi: Doc fix.
20369         * doc/posix-functions/shutdown.texi: Doc fix.
20370         * doc/posix-functions/socket.texi: Doc fix.
20371
20372 2008-10-20  Bruno Haible  <bruno@clisp.org>
20373
20374         Take into account the role of SIGABRT_COMPAT on Windows 2008.
20375         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
20376         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
20377         as an alias for SIGABRT.
20378         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
20379         (sigaction): Map it to SIGABRT.
20380         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
20381
20382 2008-10-20  Bruno Haible  <bruno@clisp.org>
20383
20384         * lib/fts.c: Don't include lstat.h.
20385         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
20386
20387         Move the lstat() declaration to <sys/stat.h>.
20388         * lib/lstat.h: Remove file.
20389         * lib/sys_stat.in.h: Add special invocation convention.
20390         (lstat): New declaration.
20391         * lib/lstat.c (orig_lstat): New function.
20392         (rpl_lstat): Use orig_lstat instead of lstat.
20393         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
20394         AC_C_INLINE. Set REPLACE_LSTAT.
20395         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
20396         and REPLACE_LSTAT.
20397         * modules/lstat (Files): Remove lib/lstat.h.
20398         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
20399         (Include): Specify <sys/stat.h> instead of lstat.h.
20400         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
20401         REPLACE_LSTAT.
20402         * NEWS: Mention the change.
20403
20404 2008-10-20  Bruno Haible  <bruno@clisp.org>
20405
20406         * modules/posix_spawn-tests: New file.
20407         * tests/test-posix_spawn3.c: New file.
20408
20409 2008-10-20  Bruno Haible  <bruno@clisp.org>
20410
20411         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
20412         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
20413         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
20414         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
20415         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
20416
20417 2008-10-20  Bruno Haible  <bruno@clisp.org>
20418
20419         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
20420         of posix_spawn on AIX 5.3.
20421
20422 2008-10-20  Bruno Haible  <bruno@clisp.org>
20423
20424         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
20425
20426 2008-10-20  Bruno Haible  <bruno@clisp.org>
20427
20428         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
20429         of AC_LANG_PROGRAM.
20430
20431 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20432
20433         * lib/netdb.in.h: Don't define GNU specific constants until they
20434         are supported or needed.  Reported by Bruno Haible
20435         <bruno@clisp.org>.
20436
20437 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20438
20439         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
20440
20441 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20442
20443         * lib/getaddrinfo.h: Remove file.
20444         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
20445         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
20446         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
20447         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
20448         * modules/netdb: Substitute GNULIB_GETADDRINFO.
20449         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
20450         * tests/test-getaddrinfo.c: Likewise.
20451         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
20452         * NEWS: Mention change.
20453
20454 2008-10-19  Bruno Haible  <bruno@clisp.org>
20455
20456         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
20457
20458 2008-10-19  Bruno Haible  <bruno@clisp.org>
20459
20460         * lib/wait-process.c: Include simply <sys/wait.h>.
20461         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
20462         WIFSTOPPED): Remove fallback definitions.
20463         * modules/wait-process (Depends-on): Add sys_wait.
20464
20465         New module 'sys_wait'.
20466         * modules/sys_wait: New file.
20467         * lib/sys_wait.in.h: New file, partially copied from
20468         lib/wait-process.c.
20469         * m4/sys_wait_h.m4: New file.
20470         * doc/posix-headers/sys_wait.texi: Mention the new module.
20471
20472 2008-10-19  Bruno Haible  <bruno@clisp.org>
20473
20474         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
20475
20476 2008-10-19  Bruno Haible  <bruno@clisp.org>
20477
20478         Assume that waitpid() fills an 'int' status, not a 'union wait'.
20479         * lib/wait-process.c (WAIT_T): Remove type.
20480         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
20481         (wait_subprocess): Update.
20482
20483 2008-10-19  Bruno Haible  <bruno@clisp.org>
20484
20485         New module 'atoll'.
20486         * modules/atoll: New file.
20487         * lib/stdlib.in.h (atoll): New declaration.
20488         * lib/atoll.c: New file, from glibc with modifications.
20489         * m4/atoll.m4: New file.
20490         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
20491         HAVE_ATOLL.
20492         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
20493         * doc/posix-functions/atoll.texi: Mention the new module.
20494
20495 2008-10-19  Bruno Haible  <bruno@clisp.org>
20496
20497         Add strtoull() declaration to <stdlib.h>.
20498         * lib/stdlib.in.h (strtoull): New declaration.
20499         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
20500         Set HAVE_STRTOULL.
20501         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
20502         HAVE_STRTOULL.
20503         * modules/strtoull (Depends-on): Add stdlib.
20504         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20505         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
20506         HAVE_STRTOULL.
20507
20508 2008-10-19  Bruno Haible  <bruno@clisp.org>
20509
20510         Add strtoll() declaration to <stdlib.h>.
20511         * lib/stdlib.in.h (strtoll): New declaration.
20512         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
20513         Set HAVE_STRTOLL.
20514         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
20515         HAVE_STRTOLL.
20516         * modules/strtoll (Depends-on): Add stdlib.
20517         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20518         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
20519
20520 2008-10-19  Bruno Haible  <bruno@clisp.org>
20521
20522         * modules/bcopy (Depends-on): Add strings.
20523         (Include): Specify <strings.h>.
20524
20525 2008-10-19  Bruno Haible  <bruno@clisp.org>
20526
20527         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
20528
20529 2008-10-19  Bruno Haible  <bruno@clisp.org>
20530
20531         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
20532         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
20533         mingw.
20534
20535 2008-10-19  Bruno Haible  <bruno@clisp.org>
20536
20537         * lib/atanl.c: Don't include isnanl.h.
20538         * lib/cosl.c: Likewise.
20539         * lib/ldexpl.c: Likewise.
20540         * lib/logl.c: Likewise.
20541         * lib/sinl.c: Likewise.
20542         * lib/sqrtl.c: Likewise.
20543         * lib/tanl.c: Likewise.
20544
20545         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
20546         * lib/isnanf.h: Remove file.
20547         * lib/isnand.h: Remove file.
20548         * lib/isnanl.h: Remove file.
20549         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
20550         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
20551         macros.
20552         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
20553         HAVE_ISNANF, don't define it as a C macro.
20554         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
20555         HAVE_ISNAND, don't define it as a C macro.
20556         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
20557         HAVE_ISNANL, don't define it as a C macro.
20558         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
20559         HAVE_ISNAN[FDL].
20560         * modules/isnanf (Files): Remove lib/isnanf.h.
20561         (Depends-on): Add math.
20562         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20563         (Include): Specify <math.h> instead of isnanf.h.
20564         * modules/isnand (Files): Remove lib/isnand.h.
20565         (Depends-on): Add math.
20566         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20567         (Include): Specify <math.h> instead of isnand.h.
20568         * modules/isnanl (Files): Remove lib/isnanl.h.
20569         (Depends-on): Add math.
20570         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20571         (Include): Specify <math.h> instead of isnanl.h.
20572         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
20573         HAVE_ISNAN[FDL].
20574         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
20575         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
20576         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
20577         * NEWS: Mention the change.
20578
20579 2008-10-18  Bruno Haible  <bruno@clisp.org>
20580
20581         Add getusershell(), setusershell(), endusershell() declarations to
20582         <unistd.h>.
20583         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
20584         declarations.
20585         * lib/getusershell.c: Include unistd.h.
20586         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
20587         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
20588         HAVE_GETUSERSHELL.
20589         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
20590         and HAVE_GETUSERSHELL.
20591         * modules/getusershell (Depends-on): Add unistd, extensions.
20592         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20593         (Include): Specify <unistd.h>.
20594         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
20595         HAVE_GETUSERSHELL.
20596
20597 2008-10-18  Bruno Haible  <bruno@clisp.org>
20598
20599         Add a getloadavg() declaration to <stdlib.h>.
20600         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
20601         getloadavg declaration.
20602         (getloadavg): New declaration.
20603         * lib/getloadavg.c: Include <stdlib.h> first.
20604         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
20605         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
20606         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
20607         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
20608         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
20609         * modules/getloadavg (Depends-on): Add stdlib, extensions.
20610         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20611         (Include): Specify <stdlib.h>.
20612         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
20613         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
20614
20615 2008-10-18  Bruno Haible  <bruno@clisp.org>
20616
20617         * lib/dirchownmod.c: Don't include lchmod.h.
20618
20619         Move the lchmod() declaration to <sys/stat.h>.
20620         * lib/lchmod.h: Remove file.
20621         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
20622         (lchmod): New declaration, moved here from lib/lchown.h.
20623         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
20624         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
20625         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
20626         and HAVE_LCHMOD.
20627         * modules/lchmod (Files): Remove lib/lchmod.h.
20628         (Depends-on): Add sys_stat, extensions.
20629         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
20630         (Include): Specify <sys/stat.h> instead of lchmod.h.
20631         * modules/sys_stat (Depends-on): Add link-warning.
20632         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
20633         definition of GL_LINK_WARNING.
20634         * NEWS: Mention the change.
20635
20636 2008-10-18  Bruno Haible  <bruno@clisp.org>
20637
20638         * lib/fchdir.c: Don't include dirfd.h.
20639         * lib/fts.c: Likewise.
20640         * lib/getcwd.c: Likewise.
20641         * lib/glob.c: Likewise.
20642
20643         Move the dirfd() declaration to <dirent.h>.
20644         * lib/dirfd.h: Remove file.
20645         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
20646         (dirfd): New declaration.
20647         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
20648         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
20649         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
20650         HAVE_DECL_DIRFD.
20651         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
20652         HAVE_DECL_DIRFD.
20653         * modules/dirfd (Files): Remove lib/dirfd.h.
20654         (Depends-on): Add dirent, extensions.
20655         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
20656         (Include): Specify <dirent.h> instead of dirfd.h.
20657         * modules/dirent (Depends-on): Add link-warning.
20658         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
20659         definition of GL_LINK_WARNING.
20660         * NEWS: Mention the change.
20661
20662 2008-10-18  Bruno Haible  <bruno@clisp.org>
20663
20664         Move the euidaccess() declaration to <unistd.h>.
20665         * lib/euidaccess.h: Remove file.
20666         * lib/unistd.in.h (euidaccess): New declaration.
20667         * lib/euidaccess.c: Don't include euidaccess.h.
20668         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
20669         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
20670         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
20671         and HAVE_EUIDACCESS.
20672         * modules/euidaccess (Files): Remove lib/euidaccess.h.
20673         (Depends-on): Add unistd.
20674         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20675         (Include): Specify <unistd.h> instead of euidaccess.h.
20676         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
20677         HAVE_EUIDACCESS.
20678         * NEWS: Mention the change.
20679
20680 2008-10-18  Bruno Haible  <bruno@clisp.org>
20681
20682         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
20683
20684         Move the getdomainname() declaration to <unistd.h>.
20685         * lib/getdomainname.h: Remove file.
20686         * lib/unistd.in.h (getdomainname): New declaration.
20687         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
20688         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
20689         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
20690         HAVE_GETDOMAINNAME.
20691         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20692         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
20693         * modules/getdomainname (Files): Remove lib/getdomainname.h.
20694         (Depends-on): Add unistd, extensions.
20695         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20696         (Includes): Specify <unistd.h> instead of getdomainname.h.
20697         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
20698         HAVE_GETDOMAINNAME.
20699         * NEWS: Mention the change.
20700
20701 2008-10-18  Bruno Haible  <bruno@clisp.org>
20702
20703         * modules/dirent: New file.
20704         * m4/dirent_h.m4: New file.
20705         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
20706         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
20707         * modules/fchdir (Files): Remove lib/dirent.in.h.
20708         (Depends-on): Add dirent.
20709         (Makefile.am): Move rules to modules/dirent.
20710         * doc/posix-headers/dirent.texi: Mention the new module.
20711
20712 2008-10-18  Bruno Haible  <bruno@clisp.org>
20713
20714         Avoid -Wunused-parameter warnings in public gnulib header files.
20715         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
20716         macro.
20717         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
20718
20719 2008-10-18  Bruno Haible  <bruno@clisp.org>
20720
20721         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
20722         * doc/glibc-functions/error.texi: Mention the module 'error'.
20723         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
20724         * doc/glibc-functions/getdomainname.texi: Mention the module
20725         'getdomainname'.
20726         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
20727         * doc/glibc-functions/getpagesize.texi: Mention the module
20728         'getpagesize'.
20729         * doc/glibc-functions/getusershell.texi: Mention the module
20730         'getusershell'.
20731         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
20732         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
20733         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
20734         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
20735         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
20736         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
20737         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
20738         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
20739         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
20740         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
20741         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
20742         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
20743         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
20744         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
20745
20746 2008-10-17  Bruno Haible  <bruno@clisp.org>
20747
20748         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
20749         HP-UX and IRIX, use -0.0L.
20750         * tests/test-ceill.c (minus_zero): Likewise.
20751         * tests/test-floorl.c (minus_zero): Likewise.
20752         * tests/test-frexpl.c (minus_zero): Likewise.
20753         * tests/test-isnan.c (minus_zerol): Likewise.
20754         * tests/test-isnanl.h (minus_zero): Likewise.
20755         * tests/test-ldexpl.c (minus_zero): Likewise.
20756         * tests/test-roundl.c (minus_zero): Likewise.
20757         * tests/test-signbit.c (minus_zerol): Likewise.
20758         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
20759         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
20760         * tests/test-truncl.c (minus_zero): Likewise.
20761         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
20762         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
20763         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
20764         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
20765
20766 2008-10-17  Bruno Haible  <bruno@clisp.org>
20767
20768         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
20769         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
20770         that it gets activated only for gcc >= 3.0.
20771         * lib/dirent.in.h: Likewise.
20772         * lib/errno.in.h: Likewise.
20773         * lib/fcntl.in.h: Likewise.
20774         * lib/float.in.h: Likewise.
20775         * lib/iconv.in.h: Likewise.
20776         * lib/inttypes.in.h: Likewise.
20777         * lib/locale.in.h: Likewise.
20778         * lib/math.in.h: Likewise.
20779         * lib/netdb.in.h: Likewise.
20780         * lib/netinet_in.in.h: Likewise.
20781         * lib/search.in.h: Likewise.
20782         * lib/signal.in.h: Likewise.
20783         * lib/spawn.in.h: Likewise.
20784         * lib/stdarg.in.h: Likewise.
20785         * lib/stdint.in.h: Likewise.
20786         * lib/stdio.in.h: Likewise.
20787         * lib/stdlib.in.h: Likewise.
20788         * lib/string.in.h: Likewise.
20789         * lib/strings.in.h: Likewise.
20790         * lib/sys_file.in.h: Likewise.
20791         * lib/sys_ioctl.in.h: Likewise.
20792         * lib/sys_select.in.h: Likewise.
20793         * lib/sys_socket.in.h: Likewise.
20794         * lib/sys_stat.in.h: Likewise.
20795         * lib/sys_time.in.h: Likewise.
20796         * lib/sysexits.in.h: Likewise.
20797         * lib/time.in.h: Likewise.
20798         * lib/unistd.in.h: Likewise.
20799         * lib/wchar.in.h: Likewise.
20800         * lib/wctype.in.h: Likewise.
20801         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20802
20803 2008-10-17  Jim Meyering  <meyering@redhat.com>
20804
20805         ignore-value: don't depend on inline module
20806         * modules/ignore-value (Depends-on): Remove 'inline'.
20807         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
20808         Suggestion from Bruno Haible.
20809
20810 2008-10-17  Bruno Haible  <bruno@clisp.org>
20811
20812         New implementation of condition variables for Win32.
20813         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
20814         (gl_linked_waitqueue_t): New type.
20815         (gl_cond_t): Use it.
20816         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
20817         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
20818         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
20819         (glthread_cond_init_func, glthread_cond_wait_func,
20820         glthread_cond_timedwait_func, glthread_cond_signal_func,
20821         glthread_cond_broadcast_func, glthread_cond_destroy_func):
20822         Reimplemented on the basis of gl_linked_waitqueue_t.
20823         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
20824         gl_waitqueue_t.
20825         (gl_rwlock_t): Update.
20826         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
20827
20828 2008-10-17  Simon Josefsson  <simon@josefsson.org>
20829
20830         * modules/recvfrom (Depends-on): Add dependency on getpeername.
20831         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20832
20833 2008-10-17  Jim Meyering  <meyering@redhat.com>
20834
20835         ignore-value: new module
20836         * modules/ignore-value: New file.
20837         * lib/ignore-value.h: New file.
20838         * MODULES.html.sh (Compiler warning management): New section,
20839         just for this module.  More to come.
20840
20841 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
20842
20843         open-safer.c: avoid 'signed and unsigned in conditional...' warning
20844         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
20845         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
20846
20847 2008-10-16  Jim Meyering  <meyering@redhat.com>
20848
20849         openat-die.c: avoid 'no previous prototype' warning
20850         * lib/openat-die.c: Include "openat.h".
20851         Reported by Reuben Thomas <rrt@sc3d.org>.
20852
20853 2008-10-16  Simon Josefsson  <simon@josefsson.org>
20854
20855         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
20856         * lib/netdb.in.h: Fix typo.
20857         Reported by Bruno Haible  <bruno@clisp.org>
20858
20859         * lib/netdb.in.h: Include sys/socket.h for platforms without
20860         netdb.h, to get structures like hostent on MinGW.
20861         * modules/netdb (Depends-on): Add sys_socket.
20862
20863 2008-10-15  Simon Josefsson  <simon@josefsson.org>
20864
20865         * modules/netdb, modules/netdb-tests: New file.
20866         * m4/netdb_h.m4: New file.
20867         * lib/netdb.in.h: Add, currently just an empty file pending
20868         definitions.
20869         * tests/test-netdb.c: New file.
20870         * doc/posix-headers/netdb.texi: Mention that we replace it if
20871         needed.
20872         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20873         netdb.
20874
20875 2008-10-15  Simon Josefsson  <simon@josefsson.org>
20876
20877         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
20878         with code.
20879
20880 2008-10-13  Bruno Haible  <bruno@clisp.org>
20881
20882         * lib/glthread/cond.c (glthread_cond_wait_func,
20883         glthread_cond_timedwait_func): Add a comment.
20884
20885 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20886
20887         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
20888         * tests/test-select.c: Likewise,
20889
20890 2008-10-13  Bruno Haible  <bruno@clisp.org>
20891
20892         * lib/glthread/cond.c (glthread_cond_wait_func,
20893         glthread_cond_timedwait_func): Fix variable name.
20894         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20895
20896 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
20897
20898         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
20899         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
20900         struct sockaddr.sa_len.
20901         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
20902
20903 2008-10-13  Simon Josefsson  <simon@josefsson.org>
20904
20905         * build-aux/pmccabe2html: Add css and css_url parameters.
20906
20907 2008-10-12  Bruno Haible  <bruno@clisp.org>
20908
20909         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
20910         calling aclx_get.
20911         Reported by Rainer Tammer <tammer@tammer.net>.
20912
20913 2008-10-12  Bruno Haible  <bruno@clisp.org>
20914
20915         Use msvcrt aware primitives for creation/termination of Win32 threads.
20916         * lib/glthread/thread.c: Include <process.h>.
20917         (glthread_create_func): Use _beginthreadex instead of CreateThread.
20918         (wrapper_func): Update signature.
20919         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
20920
20921 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20922             Bruno Haible  <bruno@clisp.org>
20923
20924         Provide a Win32 implementation of the 'cond' module.
20925         * lib/glthread/cond.h [USE_WIN32]: New implementation.
20926         * lib/glthread/cond.c (glthread_cond_init_func,
20927         glthread_cond_wait_func, glthread_cond_timedwait_func,
20928         glthread_cond_signal_func, glthread_cond_broadcast_func,
20929         glthread_cond_destroy_func) [USE_WIN32]: New functions.
20930         * modules/cond (Dependencies): Add gettimeofday.
20931
20932 2008-10-11  Bruno Haible  <bruno@clisp.org>
20933
20934         Make sleep work on older versions of mingw.
20935         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
20936         only whether it exists.
20937         * doc/posix-functions/sleep.texi: Mention the problem with older
20938         versions of mingw.
20939
20940 2008-10-11  Bruno Haible  <bruno@clisp.org>
20941
20942         New module 'shutdown'.
20943         * modules/shutdown: New file.
20944         * lib/sys_socket.in.h (shutdown): New declaration.
20945         * lib/winsock.c (shutdown): New function.
20946         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
20947         GNULIB_SHUTDOWN.
20948         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
20949         * doc/posix-functions/shutdown.texi: Document the new module.
20950
20951 2008-10-11  Jim Meyering  <meyering@redhat.com>
20952
20953         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
20954
20955 2008-10-11  Bruno Haible  <bruno@clisp.org>
20956
20957         New module 'fclose'.
20958         * modules/fclose: New file.
20959         * lib/stdio.in.h (fclose): New declaration.
20960         * lib/fclose.c: New file.
20961         * m4/fclose.m4: New file.
20962         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
20963         REPLACE_FCLOSE.
20964         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
20965         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
20966         REPLACE_FCLOSE.
20967         * modules/close (Depends-on): fclose.
20968         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
20969
20970 2008-10-11  Bruno Haible  <bruno@clisp.org>
20971
20972         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
20973         set errno and don't call _close.
20974
20975 2008-10-10  Bruno Haible  <bruno@clisp.org>
20976
20977         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
20978         ACL, not afterwards. Fixes test failure on Cygwin.
20979
20980 2008-10-09  Ben Pfaff  <blp@gnu.org>
20981
20982         * build-aux/announce-gen: Fix gnulib version related part of usage
20983         message.  Die with a useful error message if no tarballs are
20984         found.
20985
20986 2008-10-10  Jim Meyering  <meyering@redhat.com>
20987
20988         bootstrap: use git's --depth=N option only if it's supported
20989         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
20990         recognize the --depth option.  Reported by Pádraig Brady.
20991
20992 2008-10-09  Bruno Haible  <bruno@clisp.org>
20993
20994         New module 'ioctl'.
20995         * modules/ioctl: New file.
20996         * lib/sys_socket.in.h (ioctl): Remove declaration.
20997         * lib/winsock.c: Include <sys/ioctl.h>.
20998         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
20999         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
21000         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
21001         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
21002         * doc/posix-functions/ioctl.texi: Mention the new module.
21003
21004 2008-10-09  Bruno Haible  <bruno@clisp.org>
21005
21006         New module 'sys_ioctl'.
21007         * lib/sys_ioctl.in.h: New file.
21008         * m4/sys_ioctl_h.m4: New file.
21009         * modules/sys_ioctl: New file.
21010         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
21011
21012 2008-10-09  Bruno Haible  <bruno@clisp.org>
21013
21014         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
21015         * lib/winsock.c: Include <stdarg.h>.
21016         (rpl_ioctl): Change to second argument 'int' and then varargs.
21017
21018 2008-10-09  Bruno Haible  <bruno@clisp.org>
21019
21020         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
21021         when the sys_socket module is present and the system has <winsock2.h>.
21022
21023 2008-10-09  Bruno Haible  <bruno@clisp.org>
21024
21025         * doc/posix-functions/close.texi: Mention module 'close' instead of
21026         module 'sys_socket'.
21027
21028 2008-10-09  Bruno Haible  <bruno@clisp.org>
21029
21030         * doc/glibc-headers/sys_ioctl.texi: New file.
21031         * doc/gnulib.texi: Include it.
21032
21033 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21034             Bruno Haible  <bruno@clisp.org>
21035
21036         Combine the two replacements of 'close'.
21037         * lib/sys_socket.in.h (close): Define to a reminder to include
21038         <unistd.h>.
21039         (_gl_close_fd_maybe_socket): New declaration.
21040         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
21041         * lib/winsock.c (close): Remove undefinition.
21042         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
21043         needed for the gnulib module 'close'.
21044         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
21045         define to an error symbol or to a warning, if suitable.
21046         * lib/close.c: Include <sys/socket.h>.
21047         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
21048         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
21049         UNISTD_H_HAVE_WINSOCK2_H.
21050         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
21051         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21052         UNISTD_H_HAVE_WINSOCK2_H.
21053         * modules/sys_socket (Files): Add m4/unistd_h.m4.
21054         (configure.ac): Set a module indicator.
21055         (Makefile.am): Substitute GNULIB_CLOSE.
21056         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
21057         * modules/poll-tests (Depends-on): Add close.
21058         * modules/select-tests (Depends-on): Likewise.
21059
21060 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21061             Bruno Haible  <bruno@clisp.org>
21062
21063         New module 'close'.
21064         * modules/close: New file.
21065         * lib/unistd.in.h (close): Move declaration out of the
21066         FCHDIR_REPLACEMENT scope.
21067         (_gl_unregister_fd): New declaration.
21068         * lib/close.c: New file.
21069         * lib/fchdir.c (rpl_close): Remove function.
21070         * m4/close.m4: New file.
21071         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
21072         close.
21073         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
21074         REPLACE_CLOSE.
21075         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
21076         REPLACE_CLOSE.
21077         * modules/fchdir (Depends-on): Add close.
21078
21079 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21080             Bruno Haible  <bruno@clisp.org>
21081
21082         * lib/fcntl.in.h (open): Simplify conditionals.
21083         (_gl_register_fd): New declaration.
21084         * lib/fchdir.c (rpl_open): Remove function.
21085         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
21086         also.
21087         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
21088         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
21089         open.
21090
21091 2008-10-09  Jim Meyering  <meyering@redhat.com>
21092
21093         GNUmakefile: use the more name-space-friendly "_version"
21094         * top/GNUmakefile (_dummy): Update.
21095         (_version): Rename from "version".
21096
21097 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21098             Bruno Haible  <bruno@clisp.org>
21099
21100         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
21101         rpl_close.
21102         (_gl_register_fd): New function, extracted from rpl_open.
21103         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
21104         (rpl_open, rpl_opendir): Use _gl_register_fd.
21105
21106 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21107
21108         Fix organization of 'open' replacement.
21109         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
21110         (gl_FUNC_OPEN): Use it.
21111         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
21112
21113 2008-10-08  Bruno Haible  <bruno@clisp.org>
21114
21115         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
21116
21117 2008-10-08  Simon Josefsson  <simon@josefsson.org>
21118
21119         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
21120         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
21121         listen).
21122
21123 2008-10-08  Eric Blake  <ebb9@byu.net>
21124
21125         GNUmakefile: add 'make version' target
21126         * top/GNUmakefile (_curr-ver): Split version update rules...
21127         (version): ...into a target.
21128
21129 2008-10-07  Bruno Haible  <bruno@clisp.org>
21130
21131         Use a more portable replacement expression for -0.0L.
21132         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
21133         instead of -0.0L. Fix m4 quotation.
21134
21135         * tests/test-signbit.c: Include <float.h>.
21136         (minus_zero): New variable.
21137         (test_signbitl): Use minus_zero instead of -zero.
21138         * modules/signbit-tests (Depends-on): Add float.
21139
21140         * tests/test-ceill.c: Include <float.h>.
21141         (zero): Remove variable.
21142         (minus_zero): New variable.
21143         (main): Use minus_zero instead of -zero.
21144         * modules/ceill-tests (Depends-on): Add float.
21145
21146         * tests/test-floorl.c: Include <float.h>.
21147         (zero): Remove variable.
21148         (minus_zero): New variable.
21149         (main): Use minus_zero instead of -zero.
21150         * modules/floorl-tests (Depends-on): Add float.
21151
21152         * tests/test-roundl.c: Include <float.h>.
21153         (zero): Remove variable.
21154         (minus_zero): New variable.
21155         (main): Use minus_zero instead of -zero.
21156         * modules/roundl-tests (Depends-on): Add float.
21157
21158         * tests/test-truncl.c: Include <float.h>.
21159         (zero): Remove variable.
21160         (minus_zero): New variable.
21161         (main): Use minus_zero instead of -zero.
21162         * modules/truncl-tests (Depends-on): Add float.
21163
21164         * tests/test-frexpl.c (zero): Remove variable.
21165         (minus_zero): New variable.
21166         (main): Use minus_zero instead of -zero.
21167         * modules/frexpl-tests (Depends-on): Add float.
21168
21169         * tests/test-isnan.c (zerol): Remove variable.
21170         (minus_zerol): New variable.
21171         (test_long_double): Use minus_zerol instead of -zerol.
21172         * modules/isnan-tests (Depends-on): Add float.
21173
21174         * tests/test-isnanl.h (zero): Remove variable.
21175         (minus_zero): New variable.
21176         (main): Use minus_zero instead of -zero.
21177         * modules/isnanl-nolibm-tests (Depends-on): Add float.
21178         * modules/isnanl-tests (Depends-on): Add float.
21179
21180         * tests/test-ldexpl.c (zero): Remove variable.
21181         (minus_zero): New variable.
21182         (main): Use minus_zero instead of -zero.
21183         * modules/ldexpl-tests (Depends-on): Add float.
21184
21185         * tests/test-snprintf-posix.h (zerol): Remove variable.
21186         (minus_zerol): New variable.
21187         (test_function): Use minus_zerol instead of -zerol.
21188         * modules/snprintf-posix-tests (Depends-on): Add float.
21189         * modules/vsnprintf-posix-tests (Depends-on): Add float.
21190
21191         * tests/test-sprintf-posix.h (zerol): Remove variable.
21192         (minus_zerol): New variable.
21193         (test_function): Use minus_zerol instead of -zerol.
21194         * modules/sprintf-posix-tests (Depends-on): Add float.
21195         * modules/vsprintf-posix-tests (Depends-on): Add float.
21196
21197         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
21198         (minus_zerol): New variable.
21199         (test_function): Use minus_zerol instead of -zerol.
21200         * modules/vasnprintf-posix-tests (Depends-on): Add float.
21201
21202         * tests/test-vasprintf-posix.c (zerol): Remove variable.
21203         (minus_zerol): New variable.
21204         (test_function): Use minus_zerol instead of -zerol.
21205         * modules/vasprintf-posix-tests (Depends-on): Add float.
21206
21207 2008-10-07  Simon Josefsson  <simon@josefsson.org>
21208
21209         * MODULES.html.sh (Support for building documentation): Mention
21210         pmccabe2html.  Sort entries.
21211
21212         Add pmccabe2html module, from gnupdf.
21213         * build-aux/pmccabe.css: New file.
21214         * build-aux/pmccabe2html: New file.
21215         * m4/pmccabe2html.m4: New file.
21216         * modules/pmccabe2html: New file.
21217
21218 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
21219
21220         flock: new module
21221         * MODULES.html.sh: Add to list of modules.
21222         * lib/flock.c: flock implementation for Windows and Unix systems
21223         which have fcntl.
21224         * doc/glibc-functions/flock.texi: Update documentation.
21225         * lib/sys_file.in.h: <sys/file.h> header file.
21226         * m4/flock.m4: M4 macros.
21227         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
21228         * modules/flock: flock module.
21229         * modules/flock-tests: flock tests module.
21230         * modules/sys_file: sys/file.h module.
21231         * tests/test-flock.c: test suite for flock.
21232
21233 2008-10-06  Jim Meyering  <meyering@redhat.com>
21234
21235         bootstrap: check for LT_INIT more portably still ;-)
21236         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
21237         Spotted by Bruno Haible.
21238
21239 2008-10-06  Eric Blake  <ebb9@byu.net>
21240
21241         test-signbit: avoid tripping Irix cc bug on -0.0L
21242         * tests/test-signbit.c (minus_zerol): Delete, and replace with
21243         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
21244         entire testsuite consistent and avoids an Irix 6.2 bug.
21245
21246 2008-10-05  Bruno Haible  <bruno@clisp.org>
21247             Jim Meyering  <jim@meyering.net>
21248
21249         Add an option for ignoring EPIPE during close_stdout.
21250         * lib/closeout.h: Include <stdbool.h>.
21251         (close_stdout_set_ignore_EPIPE): New declaration.
21252         * lib/closeout.c: Include <stdbool.h>.
21253         (ignore_EPIPE): New variable.
21254         (close_stdout_set_ignore_EPIPE): New function.
21255         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
21256         * lib/close-stream.c (close_stream): Mention the possible EPIPE
21257         failure.
21258         * modules/closeout (Depends-on): Add stdbool.
21259
21260 2008-10-05  Bruno Haible  <bruno@clisp.org>
21261
21262         * modules/accept: New file.
21263         * modules/bind: New file.
21264         * modules/connect: New file.
21265         * modules/getpeername: New file.
21266         * modules/getsockname: New file.
21267         * modules/getsockopt: New file.
21268         * modules/listen: New file.
21269         * modules/recv: New file.
21270         * modules/recvfrom: New file.
21271         * modules/send: New file.
21272         * modules/sendto: New file.
21273         * modules/setsockopt: New file.
21274         * modules/socket: New file.
21275         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
21276         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
21277         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
21278         the particular module is requested. Add a link warning when the
21279         particular module is not requested.
21280         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
21281         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
21282         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
21283         the particular module is requested.
21284         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
21285         gl_SYS_SOCKET_H_DEFAULTS): New macros.
21286         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
21287         * modules/sys_socket (Depends-on): Add link-warning.
21288         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
21289         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
21290         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
21291         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
21292         GL_LINK_WARNING.
21293         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
21294         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
21295         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
21296         * doc/posix-functions/getpeername.texi: Mention the new module
21297         'getpeername'.
21298         * doc/posix-functions/getsockname.texi: Mention the new module
21299         'getsockname'.
21300         * doc/posix-functions/getsockopt.texi: Mention the new module
21301         'getsockopt'.
21302         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
21303         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
21304         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
21305         * doc/posix-functions/send.texi: Mention the new module 'send'.
21306         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
21307         * doc/posix-functions/setsockopt.texi: Mention the new module
21308         'setsockopt'.
21309         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
21310         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
21311         listen, connect, accept.
21312         * modules/select-tests (Depends-on): Likewise.
21313
21314 2008-10-05  Bruno Haible  <bruno@clisp.org>
21315
21316         * lib/winsock.c (strerror): Remove unused #undef.
21317         (rpl_close): Remove unused local variable.
21318
21319         * modules/sys_socket (Depends-on); Add errno.
21320
21321 2008-10-05  Bruno Haible  <bruno@clisp.org>
21322
21323         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
21324         (select): Add a link warning when the 'select' module is not used.
21325         * modules/sys_select (Depends-on): Add link-warning.
21326         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
21327         Suggested by Paolo Bonzini.
21328
21329 2008-10-05  Jim Meyering  <meyering@redhat.com>
21330
21331         bootstrap: check for LT_INIT more portably
21332         * build-aux/bootstrap: Avoid using grep -E, since it's not
21333         portable enough.  Suggestion from Bruno Haible.
21334
21335 2008-10-05  Bruno Haible  <bruno@clisp.org>
21336
21337         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
21338         as being fixed by gnulib.
21339
21340 2008-10-05  Bruno Haible  <bruno@clisp.org>
21341
21342         * modules/select-tests: New file, mostly copied from
21343         modules/sys_select-tests.
21344         * tests/test-select.c: New file, mostly copied from
21345         tests/test-sys_select.c.
21346         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
21347         * modules/sys_select-tests (Depends-on): Remove all dependencies.
21348         (Makefile.am): Remove test_sys_select_LDADD.
21349
21350         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
21351         to an undefined symbol, for an error message.
21352         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
21353         (gl_SYS_SELECT_H_DEFAULTS): New macro.
21354         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
21355         winsock-select.c here.
21356         * modules/sys_select (Files): Remove lib/winsock-select.c.
21357         (Depends-on): Remove alloca.
21358         (Makefile.am): Substitute GNULIB_SELECT.
21359         * modules/select: New file.
21360         * doc/posix-functions/select.texi: Update.
21361
21362 2008-10-05  Bruno Haible  <bruno@clisp.org>
21363
21364         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
21365         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
21366         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
21367         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
21368         getdtablesize.
21369         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
21370         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
21371
21372 2008-10-05  Bruno Haible  <bruno@clisp.org>
21373
21374         * modules/getdtablesize-tests: New file.
21375         * tests/test-getdtablesize.c: New file.
21376
21377         New module 'getdtablesize'.
21378         * lib/unistd.in.h (getdtablesize): New declaration.
21379         * lib/getdtablesize.c: New file.
21380         * m4/getdtablesize.m4: New file.
21381         * modules/getdtablesize: New file.
21382         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21383         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
21384         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
21385         HAVE_GETDTABLESIZE.
21386         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
21387
21388 2008-10-05  Bruno Haible  <bruno@clisp.org>
21389
21390         * modules/sched (Makefile.am): Fix typo.
21391         Reported by Simon Josefsson.
21392
21393 2008-10-05  Jim Meyering  <meyering@redhat.com>
21394
21395         bootstrap: check for LT_INIT, too
21396         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
21397         are deprecated.  Suggestion from Ralf Wildenhues.
21398
21399 2008-10-05  Bruno Haible  <bruno@clisp.org>
21400
21401         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
21402         overriding them by ours.
21403         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
21404
21405 2008-10-05  Jim Meyering  <meyering@redhat.com>
21406
21407         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
21408         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
21409         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
21410
21411 2008-10-04  Bruno Haible  <bruno@clisp.org>
21412
21413         * modules/dup2 (License): Change to LGPLv2+.
21414         * modules/sleep (License): Likewise.
21415         * modules/perror (License): Likewise.
21416         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
21417         Blake.
21418         * modules/signal (License): Likewise.
21419         * modules/sigprocmask (License): Likewise.
21420         * modules/raise (License): Change to LGPLv2+, with approval by Jim
21421         Meyering.
21422
21423 2008-10-04  Bruno Haible  <bruno@clisp.org>
21424
21425         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
21426         Reported by Rainer Tammer <tammer@tammer.net>.
21427
21428 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
21429             Bruno Haible  <bruno@clisp.org>
21430
21431         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
21432         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
21433         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
21434
21435 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
21436
21437         filevercmp: new module
21438         * lib/filevercmp.h: New function filevercmp comparing version strings.
21439         * lib/filevercmp.c: Implementation of filevercmp function.
21440         * modules/filevercmp: Module metadata.
21441         * tests/test-filevercmp.c: Unit test for new module.
21442         * modules/filevercmp-tests: Unit test metadata.
21443         * MODULES.html.sh: Add filevercmp module.
21444
21445 2008-10-03  Bruno Haible  <bruno@clisp.org>
21446
21447         * lib/c-ctype.h: Add comment.
21448         Reported by Jim Meyering.
21449
21450 2008-10-02  Bruno Haible  <bruno@clisp.org>
21451
21452         * modules/posix_spawn-internal (Depends-on): Add 'open'.
21453
21454 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21455
21456         * build-aux/bootstrap: Allow renaming bootstrap, and change the
21457         name of bootstrap.conf accordingly.
21458
21459 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21460
21461         * build-aux/bootstrap: Install git-merge-changelog configuration
21462         items into .gitconfig if needed.
21463
21464 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21465
21466         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
21467         git repository, and initialize/update it accordingly.
21468
21469 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
21470
21471         * modules/fsync-tests: New file.
21472         * tests/test-fsync.c: New file.
21473
21474         New module 'fsync'.
21475         * lib/fsync.c: New file.
21476         * m4/fsync.m4: New file.
21477         * modules/fsync: New file.
21478         * lib/unistd.in.h (fsync): New declaration.
21479         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
21480         GNULIB_FSYNC and HAVE_FSYNC.
21481         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
21482         * MODULES.html.sh (posix_functions): Add fsync.
21483         * doc/posix-functions/fsync.texi: Mention the new module.
21484
21485 2008-10-02  Jim Meyering  <meyering@redhat.com>
21486
21487         fts.c: sync with similar code from coreutils' remove.c
21488         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
21489         Guard also with "#if defined __linux__", since for now at least,
21490         this code is Linux-kernel-specific.
21491
21492 2008-10-02  Jim Meyering  <meyering@redhat.com>
21493
21494         fts: bug fixes
21495         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
21496         Include <sys/vfs.h>, not <sys/statfs.h>.
21497
21498         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
21499         Include <sys/vfs.h>, not <sys/statfs.h>.
21500
21501 2008-10-01  Bruno Haible  <bruno@clisp.org>
21502
21503         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
21504         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
21505         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
21506         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
21507         * doc/posix-functions/posix_spawnp.texi: Likewise.
21508         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
21509         whether posix_spawn actually works.
21510         * m4/pipe.m4 (gl_PIPE): Likewise.
21511         * modules/execute (Files): Add m4/posix_spawn.m4.
21512         * modules/pipe (Files): Add m4/posix_spawn.m4.
21513         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
21514
21515 2008-10-01  Jim Meyering  <meyering@redhat.com>
21516
21517         remove trailing spaces
21518         * NEWS: Likewise.
21519         * lib/poll.c (poll): Likewise.
21520         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
21521         * lib/winsock.c (rpl_close): Likewise.
21522         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
21523         * modules/yield: Likewise.
21524         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
21525         * tests/test-sys_select.c (connect_to_socket): Likewise.
21526
21527         fts.c: adjust a new interface to be more generally useful
21528         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
21529         (fts_build): Adjust caller.
21530
21531 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21532
21533         * modules/cond-tests: New file.
21534         * tests/test-cond.c: New file.
21535
21536 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21537             Bruno Haible  <bruno@clisp.org>
21538
21539         * modules/cond (Dependencies): Add errno, time.
21540         * lib/glthread/cond.h: Include <time.h>.
21541         (gl_cond_define, gl_cond_define_initialized): Use the same definition
21542         across platforms.
21543
21544 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21545             Bruno Haible  <bruno@clisp.org>
21546
21547         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
21548
21549 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21550             Bruno Haible  <bruno@clisp.org>
21551
21552         * modules/tls-tests (Depends-on): Add thread, yield.
21553         (configure.ac): Remove all checks.
21554         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
21555         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
21556         gl_thread_self): Remove definitions. Include glthread/thread.h and
21557         glthread/yield.h instead.
21558         (test_tls): Pass an additional NULL argument to gl_thread_join.
21559
21560 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21561             Bruno Haible  <bruno@clisp.org>
21562
21563         * modules/lock-tests (Depends-on): Add thread, yield.
21564         (configure.ac): Remove all checks.
21565         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
21566         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
21567         gl_thread_self): Remove definitions. Include glthread/thread.h and
21568         glthread/yield.h instead.
21569         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
21570         additional NULL argument to gl_thread_join.
21571
21572 2008-09-30  Bruno Haible  <bruno@clisp.org>
21573
21574         Fix the Win32 implementation of the 'thread' module.
21575         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
21576         pointer type.
21577         (gl_thread_self): Invoke gl_thread_self_func.
21578         (gl_thread_self_func): New declaration.
21579         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
21580         (do_init_self_key, init_self_key): New functions.
21581         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
21582         Remove some fields.
21583         (running_threads, running_lock): Remove variables.
21584         (get_current_thread_handle): New function.
21585         (gl_thread_self_func, wrapper_func, glthread_create_func,
21586         glthread_join_func, gl_thread_exit_func): Largely rewritten and
21587         simplified.
21588
21589 2008-09-30  Bruno Haible  <bruno@clisp.org>
21590
21591         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
21592         files.
21593
21594 2008-09-30  Jim Meyering  <meyering@redhat.com>
21595
21596         fts.m4: correct the test for statfs.f_type
21597         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
21598         when checking for statfs.f_type.
21599
21600 2008-09-15  Simon Josefsson  <simon@josefsson.org>
21601
21602         tests: avoid some compiler warnings
21603         * tests/test-memchr.c (main): Pass NULL indirectly.
21604         * tests/test-getdate.c (main): Remove unused variable 'ret'.
21605
21606 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
21607
21608         getdate.y: disallow countable dayshifts like "4 yesterday ago"
21609         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
21610         exactly specified dayshifts.
21611         (dayshift): New rule.
21612         (rel): Add dayshift.
21613         (relative_time_table) [tomorrow, yesterday, today, now]:
21614         Use tDAY_SHIFT in place of tDAY_UNIT.
21615         * tests/test-getdate.c: Add tests for now-disallowed countable
21616         dayshifts, e.g., "4 yesterday ago".
21617
21618 2008-09-29  Bruno Haible  <bruno@clisp.org>
21619
21620         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
21621         * tests/test-posix_spawn1.in.sh: Renamed from
21622         tests/test-posix_spawn.in.sh.
21623         * tests/test-posix_spawn2.c: New file.
21624         * tests/test-posix_spawn2.in.sh: New file.
21625         * modules/posix_spawnp-tests (Files): Update.
21626         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
21627
21628 2008-09-29  Bruno Haible  <bruno@clisp.org>
21629
21630         Propagate effects of putenv/setenv/unsetenv to child processes.
21631         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
21632         * lib/pipe.c (create_pipe): Likewise.
21633
21634 2008-09-29  Bruno Haible  <bruno@clisp.org>
21635
21636         Enable use of shell scripts as executables in mingw.
21637         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
21638         run the program as a shell script.
21639         * lib/pipe.c (create_pipe): Likewise.
21640         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
21641         resulting array.
21642
21643 2008-09-29  Eric Blake  <ebb9@byu.net>
21644
21645         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
21646
21647 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
21648
21649         * doc/posix-functions/accept.texi: Update mingw problems.
21650         * doc/posix-functions/bind.texi: Update mingw problems.
21651         * doc/posix-functions/close.texi: Update mingw problems.
21652         * doc/posix-functions/connect.texi: Update mingw problems.
21653         * doc/posix-functions/getpeername.texi: Update mingw problems.
21654         * doc/posix-functions/getsockname.texi: Update mingw problems.
21655         * doc/posix-functions/getsockopt.texi: Update mingw problems.
21656         * doc/posix-functions/ioctl.texi: Update mingw problems.
21657         * doc/posix-functions/listen.texi: Update mingw problems.
21658         * doc/posix-functions/recv.texi: Update mingw problems.
21659         * doc/posix-functions/recvfrom.texi: Update mingw problems.
21660         * doc/posix-functions/select.texi: Update mingw problems.
21661         * doc/posix-functions/send.texi: Update mingw problems.
21662         * doc/posix-functions/sendto.texi: Update mingw problems.
21663         * doc/posix-functions/setsockopt.texi: Update mingw problems.
21664         * doc/posix-functions/socket.texi: Update mingw problems.
21665
21666 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
21667             Bruno Haible  <bruno@clisp.org>
21668
21669         * lib/sys_select.in.h: Include sys/time.h.
21670         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
21671         * modules/sys_select: Depend on sys_time.
21672         * tests/test-sys_select.c: Test that sys/select.h defines struct
21673         timeval fully.
21674
21675 2008-09-29  Bruno Haible  <bruno@clisp.org>
21676
21677         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
21678         * lib/sys_select.in.h: Likewise.
21679
21680 2008-09-29  Bruno Haible  <bruno@clisp.org>
21681
21682         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
21683
21684 2008-09-29  Bruno Haible  <bruno@clisp.org>
21685
21686         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
21687         Set LIBSOCKET instead of augmenting LIBS.
21688         * modules/sockets (Link): New section.
21689         * modules/sockets-tests (test_sockets_LDADD): New variable.
21690         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
21691         * modules/poll-tests (test_poll_LDADD): New variable.
21692         * NEWS: Document the change.
21693
21694 2008-09-29  Bruno Haible  <bruno@clisp.org>
21695
21696         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
21697         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
21698         ARPA_INET_H directly.
21699         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
21700
21701 2008-09-28  Bruno Haible  <bruno@clisp.org>
21702
21703         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
21704         from gl_HEADER_SYS_SOCKET.
21705         (gl_HEADER_SYS_SOCKET): Invoke it.
21706         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
21707
21708 2008-09-28  Bruno Haible  <bruno@clisp.org>
21709
21710         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
21711         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
21712         Needed on OSF/1 4.0.
21713
21714 2008-09-28  Bruno Haible  <bruno@clisp.org>
21715
21716         Override open more carefully.
21717         * lib/open.c (orig_open): New function.
21718         (rpl_open): Use orig_open instead of open.
21719         * lib/fcntl.in.h: Add special invocation convention.
21720         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
21721         (gl_FUNC_OPEN): Invoke it.
21722
21723         Override freopen more carefully.
21724         * lib/freopen.c (orig_freopen): New function.
21725         (rpl_freopen): Use orig_freopen instead of freopen.
21726         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
21727         (gl_FUNC_FREOPEN): Invoke it.
21728
21729         Override fopen more carefully.
21730         * lib/fopen.c (orig_fopen): New function.
21731         (rpl_fopen): Use orig_fopen instead of fopen.
21732         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
21733         (gl_FUNC_FOPEN): Invoke it.
21734         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
21735
21736 2008-09-28  Bruno Haible  <bruno@clisp.org>
21737
21738         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
21739         SIGPIPE.
21740
21741 2008-09-28  Bruno Haible  <bruno@clisp.org>
21742
21743         * tests/test-sigaction.c (handler, main): Disable the check whether
21744         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
21745         glibc systems with LinuxThreads.
21746
21747 2008-09-28  Bruno Haible  <bruno@clisp.org>
21748
21749         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
21750
21751         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
21752         with AIX xlc.
21753         * lib/fcntl.in.h (open): Likewise.
21754         Reported by Rainer Tammer <tammer@tammer.net>.
21755
21756 2008-09-28  Bruno Haible  <bruno@clisp.org>
21757
21758         * modules/posix_spawnp-tests: New file.
21759         * tests/test-posix_spawn.c: New file.
21760         * tests/test-posix_spawn.in.sh: New file.
21761
21762         New module 'posix_spawnp'.
21763         * modules/posix_spawnp: New file.
21764         * lib/spawnp.c: New file, from GNU libc with modifications.
21765         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
21766
21767         New module 'posix_spawn'.
21768         * modules/posix_spawn: New file.
21769         * lib/spawn.c: New file, from GNU libc with modifications.
21770         * doc/posix-functions/posix_spawn.texi: Mention the new module.
21771
21772         New module 'posix_spawnattr_destroy'.
21773         * modules/posix_spawnattr_destroy: New file.
21774         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
21775         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
21776         module.
21777
21778         New module 'posix_spawnattr_setsigmask'.
21779         * modules/posix_spawnattr_setsigmask: New file.
21780         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
21781         modifications.
21782         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
21783         new module.
21784
21785         New module 'posix_spawnattr_getsigmask'.
21786         * modules/posix_spawnattr_getsigmask: New file.
21787         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
21788         modifications.
21789         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
21790         new module.
21791
21792         New module 'posix_spawnattr_setsigdefault'.
21793         * modules/posix_spawnattr_setsigdefault: New file.
21794         * lib/spawnattr_setdefault.c: New file, from GNU libc with
21795         modifications.
21796         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
21797         new module.
21798
21799         New module 'posix_spawnattr_getsigdefault'.
21800         * modules/posix_spawnattr_getsigdefault: New file.
21801         * lib/spawnattr_getdefault.c: New file, from GNU libc with
21802         modifications.
21803         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
21804         new module.
21805
21806         New module 'posix_spawnattr_setschedpolicy'.
21807         * modules/posix_spawnattr_setschedpolicy: New file.
21808         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
21809         modifications.
21810         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
21811         new module.
21812
21813         New module 'posix_spawnattr_getschedpolicy'.
21814         * modules/posix_spawnattr_getschedpolicy: New file.
21815         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
21816         modifications.
21817         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
21818         new module.
21819
21820         New module 'posix_spawnattr_setschedparam'.
21821         * modules/posix_spawnattr_setschedparam: New file.
21822         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
21823         modifications.
21824         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
21825         new module.
21826
21827         New module 'posix_spawnattr_getschedparam'.
21828         * modules/posix_spawnattr_getschedparam: New file.
21829         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
21830         modifications.
21831         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
21832         new module.
21833
21834         New module 'posix_spawnattr_setpgroup'.
21835         * modules/posix_spawnattr_setpgroup: New file.
21836         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
21837         modifications.
21838         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
21839         module.
21840
21841         New module 'posix_spawnattr_getpgroup'.
21842         * modules/posix_spawnattr_getpgroup: New file.
21843         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
21844         modifications.
21845         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
21846         module.
21847
21848         New module 'posix_spawnattr_setflags'.
21849         * modules/posix_spawnattr_setflags: New file.
21850         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
21851         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
21852         module.
21853
21854         New module 'posix_spawnattr_getflags'.
21855         * modules/posix_spawnattr_getflags: New file.
21856         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
21857         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
21858         module.
21859
21860         New module 'posix_spawnattr_init'.
21861         * modules/posix_spawnattr_init: New file.
21862         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
21863         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
21864         module.
21865
21866         New module 'posix_spawn_file_actions_destroy'.
21867         * modules/posix_spawn_file_actions_destroy: New file.
21868         * lib/spawn_faction_destroy.c: New file, from GNU libc with
21869         modifications.
21870         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
21871         the new module.
21872
21873         New module 'posix_spawn_file_actions_addopen'.
21874         * modules/posix_spawn_file_actions_addopen: New file.
21875         * lib/spawn_faction_addopen.c: New file, from GNU libc with
21876         modifications.
21877         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
21878         the new module.
21879
21880         New module 'posix_spawn_file_actions_adddup2'.
21881         * modules/posix_spawn_file_actions_adddup2: New file.
21882         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
21883         modifications.
21884         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
21885         the new module.
21886
21887         New module 'posix_spawn_file_actions_addclose'.
21888         * modules/posix_spawn_file_actions_addclose: New file.
21889         * lib/spawn_faction_addclose.c: New file, from GNU libc with
21890         modifications.
21891         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
21892         the new module.
21893
21894         New module 'posix_spawn_file_actions_init'.
21895         * modules/posix_spawn_file_actions_init: New file.
21896         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
21897         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
21898         new module.
21899
21900         New module 'posix_spawn-internal'.
21901         * modules/posix_spawn-internal: New file.
21902         * lib/spawn_int.h: New file, from GNU libc with modifications.
21903         * lib/spawni.c: New file, from GNU libc with modifications.
21904         * m4/posix_spawn.m4: New file.
21905
21906         New module 'spawn'.
21907         * modules/spawn: New file.
21908         * lib/spawn.in.h: New file, from GNU libc with modifications.
21909         * m4/spawn_h.m4: New file.
21910         * doc/posix-headers/spawn.texi: Mention the new module.
21911
21912 2008-09-28  Bruno Haible  <bruno@clisp.org>
21913
21914         * modules/sched-tests: New file.
21915         * tests/test-sched.c: New file.
21916
21917         New module 'sched'.
21918         * modules/sched: New file.
21919         * lib/sched.in.h: New file.
21920         * m4/sched_h.m4: New file.
21921         * doc/posix-headers/sched.texi: Mention the new module.
21922
21923 2008-09-27  Eric Blake  <ebb9@byu.net>
21924
21925         Fix previous patch, and tweak references to $0.
21926         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
21927         (func_version, func_gnulib_dir): Don't call this program
21928         gnulib-tool.
21929         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
21930         with using $0 in function.
21931         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
21932         (func_fatal_error): Reuse the name the user invoked us with.
21933
21934 2008-09-27  Bruno Haible  <bruno@clisp.org>
21935
21936         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
21937         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
21938         (gl_ICONV_H): Not here.
21939         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
21940         instead of assigning ICONV_H directly.
21941
21942         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
21943         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
21944         WCHAR_H directly.
21945
21946 2008-09-27  Bruno Haible  <bruno@clisp.org>
21947
21948         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
21949         * modules/arpa_inet (Depends-on): Add link-warning.
21950         (Makefile.am): Insert the definition of GL_LINK-WARNING.
21951         * modules/unistd (Makefile.am): Likewise.
21952
21953 2008-09-26  Bruno Haible  <bruno@clisp.org>
21954
21955         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
21956         variables.
21957         (func_version): Essentially copied from gnulib-tool.
21958         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
21959         func_readlink): Copied from gnulib-tool.
21960
21961 2008-09-26  Bruno Haible  <bruno@clisp.org>
21962
21963         * gnulib-tool (func_version): Change directory to $gnulib_dir before
21964         invoking git-version-gen.
21965
21966 2008-09-26  Bruno Haible  <bruno@clisp.org>
21967
21968         * posix-modules: Update to directory names changed on 2008-01-19.
21969         Remove commas in output before splitting into words. No more need to
21970         avoid 'ftruncate' since 2007-02-19.
21971
21972 2008-09-26  Bruno Haible  <bruno@clisp.org>
21973
21974         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
21975
21976 2008-09-26  Bruno Haible  <bruno@clisp.org>
21977
21978         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
21979         * modules/fwriteerror (Depends-on): Add errno.
21980
21981 2008-09-26  Bruno Haible  <bruno@clisp.org>
21982
21983         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
21984         * tests/test-vc-list-files-cvs.sh: Likewise.
21985
21986 2008-09-26  Bruno Haible  <bruno@clisp.org>
21987
21988         * doc/posix-headers/sys_resource.texi: Reorder items.
21989
21990 2008-09-26  Jim Meyering  <meyering@redhat.com>
21991
21992         fts: tweak inode comparison function
21993         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
21994         inode numbers, as documented.
21995
21996         fts: sort dirent entries on inode number before traversing
21997         This avoids a quadratic, seek-related performance penalty when
21998         operating on a directory containing many entries (measurable at 10k;
21999         3.5 hours at 2 million entries with a cold cache) on certain types
22000         of file systems, including ext3 and ext4, but not tmpfs.
22001         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
22002         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
22003         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
22004         (fs_handles_readdir_ordered_dirents_efficiently): New function.
22005         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
22006         (fts_build): Set the stat.st_ino member from D_INO.
22007         If it is likely to be useful, sort dirent entries on inode number.
22008
22009         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
22010         and the struct statfs.f_type member.
22011         * modules/fts (Depends-on): Add d-ino.
22012
22013 2008-09-26  Bruno Haible  <bruno@clisp.org>
22014
22015         * modules/sigpipe-die (Depends-on): Add sigpipe.
22016
22017         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
22018         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
22019         and GNULIB_STDIO_H_SIGPIPE are set.
22020         * lib/stdio-write.c: New file.
22021         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
22022         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
22023         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
22024         REPLACE_STDIO_WRITE_FUNCS.
22025         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
22026         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
22027         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
22028         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
22029         * modules/stdio (Files): Add lib/stdio-write.c.
22030         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
22031         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
22032         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
22033         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
22034         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
22035         REPLACE_FPRINTF_POSIX.
22036         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
22037         REPLACE_PRINTF_POSIX.
22038         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
22039         REPLACE_VFPRINTF_POSIX.
22040         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
22041         REPLACE_VPRINTF_POSIX.
22042         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
22043         SIGPIPE issue.
22044         * doc/posix-functions/fputc.texi: Likewise.
22045         * doc/posix-functions/fputs.texi: Likewise.
22046         * doc/posix-functions/fwrite.texi: Likewise.
22047         * doc/posix-functions/printf.texi: Likewise.
22048         * doc/posix-functions/putc.texi: Likewise.
22049         * doc/posix-functions/putchar.texi: Likewise.
22050         * doc/posix-functions/puts.texi: Likewise.
22051         * doc/posix-functions/vfprintf.texi: Likewise.
22052         * doc/posix-functions/vprintf.texi: Likewise.
22053
22054         * modules/safe-write (Depends-on): Add write.
22055
22056         * modules/sigpipe-tests: New file.
22057         * tests/test-sigpipe.c: New file.
22058         * tests/test-sigpipe.sh: New file.
22059
22060         * modules/write: New file.
22061         * lib/unistd.in.h: Include <sys/types.h>.
22062         (write): New declaration.
22063         * lib/write.c: New file.
22064         * m4/write.m4: New file.
22065         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
22066         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
22067         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
22068         GNULIB_WRITE, REPLACE_WRITE.
22069         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
22070         and the SIGPIPE issue.
22071
22072         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
22073         (raise): New declaration.
22074         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
22075         (ext_signal): New function.
22076         (rpl_raise): New function.
22077         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
22078         GNULIB_SIGNAL_H_SIGPIPE.
22079         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
22080         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
22081
22082         * modules/sigpipe: New file.
22083         * m4/sigpipe.m4: New file.
22084
22085 2008-09-25  Derek Price  <derek@ximbiot.com>
22086             Bruno Haible  <bruno@clisp.org>
22087
22088         * gnulib-tool (func_import): Report all license incompatibilities, not
22089         just the first one.
22090
22091 2008-09-25  Bruno Haible  <bruno@clisp.org>
22092
22093         * gnulib-tool (func_import): When computing the edits, consider not
22094         only the Makefile.ams that exist but also those that will be generated.
22095
22096 2008-09-25  Simon Josefsson  <simon@josefsson.org>
22097
22098         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
22099         fixes gnulib-tool --test warning about duplicate dependency.
22100
22101 2008-09-25  Bruno Haible  <bruno@clisp.org>
22102
22103         * gnulib-tool: Don't ask the user to perform edits in the generated
22104         Makefile.ams.
22105         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
22106         apply to the Makefile.am being generated.
22107         (func_emit_tests_Makefile_am): Execute edits that apply to the
22108         Makefile.am being generated.
22109         (func_import): Setup list of Makefile.am edits before emitting the
22110         Makefile.ams, not at the end.
22111         (func_create_testdir): Update.
22112         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22113
22114 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22115
22116         * gnulib-tool (func_import): Store the --tests-base option in the
22117         comment in gnulib-cache.m4.
22118
22119 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
22120
22121         * NEWS: Document increased portability that sys_select now provides.
22122
22123         * lib/sys_select.in.h: Install select wrapper.
22124         * lib/sys_socket.in.h: Use more descriptive name when there is no
22125         select wrapper.
22126         * lib/winsock-select.c: New.
22127         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
22128         Require gl_HEADER_SYS_SOCKET.
22129         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
22130         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
22131         * tests/test-sys_select.c: Add functional tests.
22132
22133 2008-09-24  Eric Blake  <ebb9@byu.net>
22134
22135         open, fopen: close fd leak in last patch
22136         * lib/open.c (rpl_open): Close fd before returning error.
22137         * lib/fopen.c (rpl_fopen): Close fd before returning error.
22138         * doc/posix-functions/open.texi (open): Document that Irix also
22139         has the bug.
22140         * doc/posix-functions/fopen.texi (fopen): Likewise.
22141         Reported by Paolo Bonzini.
22142
22143 2008-09-24  Bruno Haible  <bruno@clisp.org>
22144
22145         Ensure that a filename ending in a slash cannot be used to access a
22146         non-directory.
22147         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
22148         to check whether it's really a directory.
22149         * lib/fopen.c: Include fcntl.h, unistd.h.
22150         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
22151         and fdopen().
22152         * modules/fopen (Depends-on): Add unistd.
22153         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
22154         * tests/test-fopen.c (main): Likewise.
22155         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
22156         * doc/posix-functions/fopen.texi: Likewise.
22157         Reported by Eric Blake.
22158
22159 2008-09-23  Eric Blake  <ebb9@byu.net>
22160
22161         c-stack: avoid compiler optimizations when provoking overflow
22162         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
22163         recursion harder to optimize, to ensure a stack overflow occurs.
22164         * tests/test-c-stack.c (recurse): Likewise.
22165         Borrowed from libsigsegv.
22166
22167         c-stack: work around Irix sigaltstack bug
22168         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
22169         whether sigaltstack uses wrong end of stack_t (copied in part from
22170         libsigsegv).
22171         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
22172         Irix bug, without requiring an over-allocation.
22173         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
22174         bug.
22175
22176         fopen: document mingw bug on directories
22177         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
22178         not allowing a stream visiting a directory, even though reading
22179         from such a stream is not portable.
22180
22181 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22182
22183         * lib/poll.c: Rewrite.
22184         * modules/poll: Depend on alloca.
22185
22186 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22187
22188         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
22189         instead define prototypes for a full set of wrappers.  Ensure
22190         that Cygwin does not use the compatibility code, which is only
22191         for MinGW.
22192         * lib/winsock.c: New.
22193         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
22194         * modules/sys_socket: Add lib/winsock.c.
22195
22196         * modules/poll-tests: Add errno and perror.
22197         * tests/test-poll.c: Use ioctl, not ioctlsocket.
22198
22199 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22200
22201         * tests/test-poll.c: Downgrade minimum needed Winsock version.
22202
22203 2008-09-23  Bruno Haible  <bruno@clisp.org>
22204
22205         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
22206         * doc/glibc-functions/*: Likewise.
22207
22208 2008-09-23  Simon Josefsson  <simon@josefsson.org>
22209
22210         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
22211         success.
22212
22213 2008-09-22  Eric Blake  <ebb9@byu.net>
22214             Bruno Haible  <bruno@clisp.org>
22215
22216         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
22217         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
22218         supply %A but mishandle pseudo-NaN.
22219         Reported by Simon Josefsson.
22220
22221 2008-09-21  Bruno Haible  <bruno@clisp.org>
22222
22223         * tests/test-lock.c (main): Tweak skip message.
22224         * tests/test-tls.c (main): Likewise.
22225
22226 2008-09-21  Bruno Haible  <bruno@clisp.org>
22227
22228         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
22229         whether 'struct sigaction' has sa_sigaction here...
22230         (gl_PREREQ_SIG_HANDLER_H): ... not here.
22231         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
22232
22233 2008-09-21  Bruno Haible  <bruno@clisp.org>
22234
22235         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
22236         section.
22237         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
22238         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
22239         the new section.
22240         (Support for obsolete systems lacking POSIX:2001): New section.
22241         (String handling <string.h>): Move strdup to the new section.
22242         Suggested by Simon Josefsson and Paolo Bonzini.
22243
22244 2008-09-21  Bruno Haible  <bruno@clisp.org>
22245
22246         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
22247         exponents in %e and %g results on 'long double'. Needed for mingw's
22248         improved *printf functions.
22249         * tests/test-vasprintf-posix.c (test_function): Likewise.
22250         * tests/test-snprintf-posix.h (test_function): Likewise.
22251         * tests/test-sprintf-posix.h (test_function): Likewise.
22252         Reported by Eric Blake.
22253
22254 2008-09-21  Bruno Haible  <bruno@clisp.org>
22255
22256         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
22257         * tests/test-sprintf-posix.h (test_function): Likewise.
22258
22259 2008-09-21  Bruno Haible  <bruno@clisp.org>
22260
22261         * modules/getpass (Depends-on): Add strdup-posix.
22262
22263         New module 'strdup-posix'.
22264         * modules/strdup-posix: New file.
22265         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
22266         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
22267         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
22268         REPLACE_STRDUP.
22269         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
22270         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
22271         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22272         strdup-posix.
22273
22274         * modules/strdup (Depends-on): Remove malloc-posix.
22275
22276 2008-09-20  Bruno Haible  <bruno@clisp.org>
22277
22278         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
22279         Wildenhues.
22280
22281 2008-09-20  Bruno Haible  <bruno@clisp.org>
22282
22283         Ensure that wint_t gets defined on IRIX 5.3.
22284         * lib/wchar.in.h (wint_t): Define if not defined by the system.
22285         * lib/wctype.in.h (wint_t): Likewise.
22286         (__wctype_wint_t): Remove type.
22287         (isw*): Use wint_t instead of __wctype_wint_t.
22288         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
22289         * modules/wchar (Files): Add m4/wint_t.m4.
22290         (Makefile.am): Substitute HAVE_WINT_T.
22291         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
22292         * tests/test-wctype.c: Check that wint_t is defined.
22293         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
22294         * doc/posix-headers/wctype.texi: Likewise.
22295         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
22296
22297 2008-09-18  Bruno Haible  <bruno@clisp.org>
22298
22299         * gnulib-tool (func_exit): Update comment.
22300
22301 2008-09-18  Simon Josefsson  <simon@josefsson.org>
22302
22303         * modules/getaddrinfo (Depends-on): Remove strdup, this module
22304         assumes strdup exists and does not depend on strdup to return
22305         ENOMEM on out of memory conditions.
22306
22307 2008-09-18  Bruno Haible  <bruno@clisp.org>
22308
22309         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
22310         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
22311         digits for the exponent.
22312
22313 2008-09-18  Jim Meyering  <meyering@redhat.com>
22314             Bruno Haible  <bruno@clisp.org>
22315
22316         * lib/vasnprintf.c (decimal_point_char): Define also if
22317         NEED_PRINTF_INFINITE_LONG_DOUBLE.
22318
22319 2008-09-16  Bruno Haible  <bruno@clisp.org>
22320         and Eric Blake  <ebb9@byu.net>
22321
22322         vasnprintf: support Irix 5.3
22323         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
22324         that mishandle long double infinity.
22325         Reported by Tom G. Christensen.
22326
22327 2008-09-16  Bruno Haible  <bruno@clisp.org>
22328
22329         * doc/glibc-functions/scandir.texi: Mention the function is missing on
22330         Solaris 9.
22331         * doc/glibc-functions/alphasort.texi: Likewise.
22332         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
22333
22334 2008-09-16  Jim Meyering  <meyering@redhat.com>
22335
22336         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
22337         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
22338         a umask modification leak out of a subshell.  Otherwise, the
22339         opensolaris /bin/sh would be accepted and thus cause unwarranted
22340         failures in the coreutils test suite.
22341
22342 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
22343
22344         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
22345         to succeed.
22346
22347 2008-09-16  Jim Meyering  <meyering@redhat.com>
22348
22349         avoid spurious test failure when library is built without ACL support
22350         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
22351         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
22352         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
22353         * tests/test-copy-acl.sh: Likewise.
22354
22355 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22356
22357         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
22358         based on character occurrence counts.
22359
22360 2008-09-15  Eric Blake  <ebb9@byu.net>
22361
22362         tests: avoid some compiler warnings
22363         * tests/test-memchr.c (main): Pass NULL indirectly.
22364         * tests/test-closein.c (main): Avoid unused variable.
22365
22366 2008-09-15  Bruno Haible  <bruno@clisp.org>
22367
22368         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
22369         are missing on OpenBSD 4.0 individually.
22370         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22371
22372 2008-09-15  Bruno Haible  <bruno@clisp.org>
22373
22374         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
22375         * doc/posix-functions/strerror.texi: Mention also Cygwin.
22376         * doc/posix-functions/perror.texi: Likewise.
22377         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
22378         is missing.
22379         Reported by Eric Blake.
22380
22381         * lib/errno.in.h: Use replacement values >= 2000.
22382         Reported by Eric Blake.
22383
22384 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22385
22386         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
22387         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
22388         limit.
22389         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
22390         compareseq was aborted.
22391
22392 2008-09-14  Bruno Haible  <bruno@clisp.org>
22393
22394         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
22395         yvec_edit_count.
22396         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
22397         (fstrcmp_bounded): Simplify result computation accordingly.
22398
22399 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22400
22401         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
22402         (fstrcmp): Define in terms of fstrcmp_bounded.
22403         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
22404         lower_bound argument.
22405         Return quickly if the result is certainly < lower_bound.
22406         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
22407
22408 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22409
22410         * lib/diffseq.h (EARLY_ABORT): New macro.
22411         (compareseq): Change return type to bool. Return true when EARLY_ABORT
22412         evaluates to true.
22413
22414 2008-09-14  Bruno Haible  <bruno@clisp.org>
22415
22416         * modules/perror-tests: New file.
22417         * tests/test-perror.sh: New file.
22418         * tests/test-perror.c: New file.
22419
22420         New module 'perror'.
22421         * lib/stdio.in.h (perror): New declaration.
22422         * lib/perror.c: New file.
22423         * m4/perror.m4: New file.
22424         * modules/perror: New file.
22425         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
22426         * doc/posix-functions/perror.texi: Mention the perror module.
22427         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
22428         REPLACE_PERROR.
22429         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
22430         REPLACE_PERROR.
22431
22432 2008-09-14  Bruno Haible  <bruno@clisp.org>
22433
22434         * modules/stdio (Makefile.am): Reorder to match the order in
22435         lib/stdio.in.h.
22436         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
22437
22438 2008-09-13  Bruno Haible  <bruno@clisp.org>
22439
22440         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
22441
22442 2008-09-13  Bruno Haible  <bruno@clisp.org>
22443
22444         Extend strerror to cover the added errno values.
22445         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
22446         (rpl_strerror): Provide error messages for the added errno values and
22447         for the WSA* values.
22448         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
22449         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
22450         strerror.
22451         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
22452         * modules/strerror (Depends-on): Add errno.
22453         * doc/posix-functions/strerror.texi: Document the change.
22454         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
22455         and EOVERFLOW.
22456
22457 2008-09-13  Bruno Haible  <bruno@clisp.org>
22458
22459         * modules/EOVERFLOW: Remove file.
22460         * m4/eoverflow.m4: Remove file.
22461         * modules/EOVERFLOW-tests: Remove file.
22462         * tests/test-EOVERFLOW.c: Remove file.
22463         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
22464         * modules/ftell (Depends-on): Likewise.
22465         * modules/getdelim (Depends-on): Likewise.
22466         * modules/getugroups (Depends-on): Likewise.
22467         * modules/poll (Depends-on): Likewise.
22468         * modules/snprintf (Depends-on): Likewise.
22469         * modules/sprintf-posix (Depends-on): Likewise.
22470         * modules/vasnprintf (Depends-on): Likewise.
22471         * modules/vasprintf (Depends-on): Likewise.
22472         * modules/vfprintf-posix (Depends-on): Likewise.
22473         * modules/vsnprintf (Depends-on): Likewise.
22474         * modules/vsprintf-posix (Depends-on): Likewise.
22475         * modules/xvasprintf (Depends-on): Likewise.
22476         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
22477         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
22478         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
22479         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
22480         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
22481         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
22482         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
22483         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
22484         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
22485         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
22486         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
22487         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
22488         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
22489         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
22490         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
22491         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
22492         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
22493         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
22494         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
22495         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
22496         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
22497         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
22498         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
22499         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
22500         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
22501         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
22502         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
22503         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
22504         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
22505         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
22506         * MODULES.html.sh: Remove EOVERFLOW.
22507         * NEWS: Mention the change.
22508
22509 2008-09-13  Bruno Haible  <bruno@clisp.org>
22510
22511         * modules/errno-tests: New file.
22512         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
22513
22514         * lib/errno.in.h: New file.
22515         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
22516         * modules/errno: New file.
22517         * doc/posix-headers/errno.texi: Update documentation.
22518         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
22519
22520 2008-09-13  Bruno Haible  <bruno@clisp.org>
22521
22522         * tests/test-poll.c: Use #if for native Windows, rather than testing
22523         __MSVCRT__.
22524
22525 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22526             Bruno Haible  <bruno@clisp.org>
22527
22528         * lib/glob.c: Don't include <pwd.h> on native Windows.
22529         (WINDOWS32): New macro.
22530         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
22531
22532 2008-09-13  Bruno Haible  <bruno@clisp.org>
22533
22534         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
22535         (ETIMEDOUT): Remove macro.
22536         (glthread_cond_timedwait_multithreaded): New declaration.
22537         (glthread_cond_timedwait): Use it.
22538         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
22539         (glthread_cond_timedwait_multithreaded): New function.
22540
22541 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22542
22543         * modules/poll-tests: Do not check for io.h.
22544         * tests/test-poll.c: Check for __MSVCRT__ instead.
22545
22546 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22547
22548         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
22549         * modules/poll-tests: Add inet_pton, stdbool, sockets.
22550         * tests/test-poll.c: Use them.  Use _pipe on Windows.
22551
22552 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22553
22554         * modules/poll-tests: New.
22555         * tests/test-poll.c: New.
22556
22557 2008-09-12  Eric Blake  <ebb9@byu.net>
22558
22559         frexp: test for NetBSD failure on -0.0
22560         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
22561         not all, bugs from NetBSD 3.0 have been fixed.
22562         * doc/posix-functions/frexp.texi (frexp): Document bug.
22563         Reported by Thomas Klausner.
22564
22565         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
22566         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
22567         literal -0.0.
22568         Reported by Jonathan C. Patschke <jp@centtech.com>.
22569
22570 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22571
22572         * lib/glthread/cond.h: Use dummy implementation also if
22573         USE_WIN32_THREADS.
22574
22575 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22576
22577         * modules/fnmatch-posix (License): Change to LGPLv2+.
22578         * modules/fnmatch-gnu (License): Likewise.
22579
22580 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22581
22582         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
22583
22584 2008-09-11  Jim Meyering  <meyering@redhat.com>
22585
22586         * users.txt: Add gtk-vnc.
22587
22588 2008-09-08  Simon Josefsson  <simon@josefsson.org>
22589
22590         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
22591         rotate amounts.
22592
22593         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
22594         required for 16-bit and 8-bit rotates.
22595         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
22596         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
22597         UINT8_MAX instead of hard-coded constants.
22598         Suggested by Paul Eggert.
22599
22600 2008-09-07  Bruno Haible  <bruno@clisp.org>
22601
22602         * tests/test-striconveh.c (main): Check behaviour when converting from
22603         UTF-7.
22604
22605         Make striconveh work better with stateful encodings.
22606         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
22607         that iconv does not increment the inptr when returning -1/EINVAL.
22608
22609 2008-09-07  Bruno Haible  <bruno@clisp.org>
22610
22611         * build-aux/config.rpath: Update according to libtool-2.2.6.
22612         * build-aux/config.libpath: Likewise.
22613
22614 2008-09-06  Bruno Haible  <bruno@clisp.org>
22615
22616         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
22617         * lib/freadptr.c (freadptr): Likewise.
22618         * lib/freadseek.c (freadptrinc): Likewise.
22619         Reported by Simon Josefsson.
22620
22621 2008-09-06  Bruno Haible  <bruno@clisp.org>
22622
22623         * modules/freadptr (License): Change to LGPLv2+.
22624         * modules/freadseek (License): Likewise.
22625         Suggested by Eric Blake.
22626
22627         * modules/memchr2 (License): Change to LGPLv2+.
22628         Approved by Eric Blake.
22629
22630 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22631             Bruno Haible  <bruno@clisp.org>
22632
22633         Make gnulib-tool work with native 'sed' on AIX.
22634         * gnulib-tool (sed_noop): New variable.
22635         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
22636         func_add_or_update, func_create_testdir): Use it to initialize sed
22637         script variables.
22638         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
22639
22640 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
22641             Bruno Haible  <bruno@clisp.org>
22642
22643         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
22644         also works after #include directives.
22645
22646 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
22647
22648         getdate.y: reject an out-of-range timezone value
22649         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
22650         the range [-24...+24].  When specified with only one or two digits,
22651         * tests/test-getdate.c: Tests for the fix.
22652         * doc/getdate.texi: Document this change.
22653
22654 2008-09-03  Bruno Haible  <bruno@clisp.org>
22655
22656         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
22657
22658 2008-09-02  Simon Josefsson  <simon@josefsson.org>
22659
22660         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
22661         <bruce.korb@gmail.com> with ideas from Ben Pfaff
22662         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
22663         Blake <ebb9@byu.net>.
22664
22665         * tests/test-bitrotate.c: Add more test vectors.
22666
22667 2008-09-02  Eric Blake  <ebb9@byu.net>
22668
22669         vasnprintf-posix: handle large precision via %.*d
22670         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
22671         when handling it ourselves.
22672         * tests/test-vasnprintf-posix.c (test_function): Add test.
22673         * tests/test-snprintf-posix.h (test_function): Likewise.
22674         * tests/test-sprintf-posix.h (test_function): Likewise.
22675         * tests/test-vasprintf-posix.c (test_function): Likewise.
22676         Reported by Alain Guibert.
22677
22678 2008-09-01  Eric Blake  <ebb9@byu.net>
22679
22680         c-stack: make configure-time check more robust
22681         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
22682         successful sigaction call.
22683         Reported by Tom G. Christensen.
22684
22685 2008-09-01  Bruno Haible  <bruno@clisp.org>
22686
22687         New module 'findprog-lgpl'.
22688         * modules/findprog-lgpl: New file.
22689         * lib/findprog-lgpl.c: New file.
22690         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
22691         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
22692         to decide whether to use strdup or xstrdup, concatenated_filename or
22693         xconcatenated_filename.
22694
22695 2008-09-01  Bruno Haible  <bruno@clisp.org>
22696
22697         Split module 'concat-filename' into 'concat-filename' (LGPL) and
22698         'xconcat-filename' (GPL).
22699         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
22700         (License): Change to LGPLv2+.
22701         * modules/xconcat-filename: New file.
22702         * lib/concat-filename.h (concatenated_filename): Change specification.
22703         (xconcatenated_filename): New declaration.
22704         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
22705         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
22706         memory situations.
22707         * lib/xconcat-filename.c: New file.
22708         * NEWS: Mention the change.
22709         * lib/findprog.c: Include concat-filename.h, not filename.h.
22710         (find_in_path): Use xconcatenated_filename instead of
22711         concatenated_filename.
22712         * lib/javacomp.c: Include concat-filename.h, not filename.h.
22713         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
22714         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
22715         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
22716         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
22717         instead of concatenated_filename.
22718         * lib/javaexec.c: Include concat-filename.h, not filename.h.
22719         (execute_java_class): Use xconcatenated_filename instead of
22720         concatenated_filename.
22721         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
22722         * modules/javacomp (Depends-on): Likewise.
22723         * modules/javaexec (Depends-on): Likewise.
22724
22725 2008-09-01  Bruno Haible  <bruno@clisp.org>
22726
22727         Split module 'filename' into 'filename' and 'concat-filename'.
22728         * modules/filename: Keep only lib/filename.h.
22729         (License): Change to LGPLv2+.
22730         * modules/concat-filename: New file, extracted from modules/filename.
22731         * lib/filename.h (concatenated_filename): Remove declaration.
22732         * lib/concat-filename.h: New file, extracted from lib/filename.h.
22733         * lib/concat-filename.c: Include concat-filename.h.
22734         * NEWS: Mention the change.
22735
22736 2008-09-01  Simon Josefsson  <simon@josefsson.org>
22737
22738         * lib/bitrotate.h (rotl8, rotr8): Add.
22739
22740         * modules/bitrotate (configure.ac): Need
22741         AC_REQUIRE([AC_C_INLINE]).
22742         (Description): Mention stdint.h.  Reported by Bruno Haible
22743         <bruno@clisp.org>.
22744
22745         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
22746         Paolo Bonzini <bonzini@gnu.org>.
22747
22748 2008-08-31  Bruno Haible  <bruno@clisp.org>
22749
22750         Assume Solaris specific bi-arch conventions on Solaris systems.
22751         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
22752         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
22753         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
22754         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
22755         like acl_libdirstem.
22756         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
22757         acl_libdirstem.
22758         * NEWS: Mention the change.
22759         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
22760
22761 2008-08-31  Jim Meyering  <meyering@redhat.com>
22762
22763         * lib/strftime.h: Add comments describing the two added arguments.
22764
22765         remove duplicate #include directives
22766         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
22767         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
22768
22769 2008-08-31  Bruno Haible  <bruno@clisp.org>
22770
22771         New module 'sigpipe-die'.
22772         * modules/sigpipe-die: New file.
22773         * lib/sigpipe-die.h: New file.
22774         * lib/sigpipe-die.c: New file.
22775         * MODULES.html.sh (Signal handling): Add sigpipe-die.
22776
22777 2008-08-31  Bruno Haible  <bruno@clisp.org>
22778
22779         Don't override previously installed signal handlers.
22780         * lib/fatal-signal.c (saved_sigactions): New variable.
22781         (uninstall_handlers): Reset the signal to the saved handler, not
22782         to SIG_DFL (except when ignored).
22783         (install_handlers): Save the previous handlers.
22784
22785 2008-08-30  Bruno Haible  <bruno@clisp.org>
22786
22787         * gnulib-tool (func_reset_sigpipe): New function.
22788         (func_get_automake_snippet, func_modules_transitive_closure,
22789         func_import): Invoke it before a join command that reads from stdin,
22790         to avoid "echo: write error: Broken pipe" error messages on stderr.
22791         Reported by Sam Steingold <sds@gnu.org>.
22792
22793 2008-08-30  Bruno Haible  <bruno@clisp.org>
22794
22795         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
22796         Code copied from m4/open.m4.
22797         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
22798         access and the filename ends in a slash. Code copied from lib/open.c.
22799         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
22800         * tests/test-fopen.c (main): Check against bug with trailing slash.
22801
22802 2008-08-29  Bruno Haible  <bruno@clisp.org>
22803
22804         Avoid some "gcc -pedantic" warnings.
22805         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
22806         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
22807         * lib/dirent.in.h: Likewise.
22808         * lib/fcntl.in.h: Likewise.
22809         * lib/float.in.h: Likewise.
22810         * lib/iconv.in.h: Likewise.
22811         * lib/inttypes.in.h: Likewise.
22812         * lib/locale.in.h: Likewise.
22813         * lib/math.in.h: Likewise.
22814         * lib/netinet_in.in.h: Likewise.
22815         * lib/search.in.h: Likewise.
22816         * lib/signal.in.h: Likewise.
22817         * lib/stdarg.in.h: Likewise.
22818         * lib/stdint.in.h: Likewise.
22819         * lib/stdio.in.h: Likewise.
22820         * lib/stdlib.in.h: Likewise.
22821         * lib/string.in.h: Likewise.
22822         * lib/strings.in.h: Likewise.
22823         * lib/sys_select.in.h: Likewise.
22824         * lib/sys_socket.in.h: Likewise.
22825         * lib/sys_stat.in.h: Likewise.
22826         * lib/sys_time.in.h: Likewise.
22827         * lib/sysexits.in.h: Likewise.
22828         * lib/time.in.h: Likewise.
22829         * lib/unistd.in.h: Likewise.
22830         * lib/wchar.in.h: Likewise.
22831         * lib/wctype.in.h: Likewise.
22832         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
22833         * modules/fchdir (Makefile.am): Likewise.
22834         * modules/fcntl (Makefile.am): Likewise.
22835         * modules/float (Makefile.am): Likewise.
22836         * modules/iconv_open (Makefile.am): Likewise.
22837         * modules/inttypes (Makefile.am): Likewise.
22838         * modules/locale (Makefile.am): Likewise.
22839         * modules/math (Makefile.am): Likewise.
22840         * modules/netinet_in (Makefile.am): Likewise.
22841         * modules/search (Makefile.am): Likewise.
22842         * modules/signal (Makefile.am): Likewise.
22843         * modules/stdarg (Makefile.am): Likewise.
22844         * modules/stdint (Makefile.am): Likewise.
22845         * modules/stdio (Makefile.am): Likewise.
22846         * modules/stdlib (Makefile.am): Likewise.
22847         * modules/string (Makefile.am): Likewise.
22848         * modules/strings (Makefile.am): Likewise.
22849         * modules/sys_select (Makefile.am): Likewise.
22850         * modules/sys_socket (Makefile.am): Likewise.
22851         * modules/sys_stat (Makefile.am): Likewise.
22852         * modules/sys_time (Makefile.am): Likewise.
22853         * modules/sysexits (Makefile.am): Likewise.
22854         * modules/time (Makefile.am): Likewise.
22855         * modules/unistd (Makefile.am): Likewise.
22856         * modules/wchar (Makefile.am): Likewise.
22857         * modules/wctype (Makefile.am): Likewise.
22858         Reported by Reuben Thomas <rrt@sc3d.org>.
22859
22860 2008-08-29  Bruno Haible  <bruno@clisp.org>
22861
22862         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
22863         any more.
22864
22865 2008-08-29  Simon Josefsson  <simon@josefsson.org>
22866
22867         * MODULES.html.sh (Misc): Add bitrotate.
22868
22869         * modules/bitrotate: New file.
22870
22871         * lib/bitrotate.h: New file.
22872
22873         * modules/bitrotate-tests: New file.
22874
22875         * tests/test-bitrotate.c: New file.
22876
22877         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
22878         on the bitrotate module.
22879
22880         * lib/arctwo.c: Use new bitrotate module.
22881
22882 2008-08-29  Jim Meyering  <meyering@redhat.com>
22883
22884         bootstrap: merge changes from coreutils
22885         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
22886         of copied files.  Remove a kludge, now that this is fixed.
22887         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
22888         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
22889         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
22890
22891 2008-08-29  Bruno Haible  <bruno@clisp.org>
22892
22893         * MODULES.html.sh: Remove --cvs-urls option.
22894
22895 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
22896
22897         maint.mk: adjust to file name change
22898         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
22899
22900 2008-08-28  Jim Meyering  <meyering@redhat.com>
22901
22902         * modules/getndelim2 (License): Relicense to LGPLv2+.
22903         Approved by Richard Stallman for the version of 1995, and by
22904         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
22905
22906 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
22907
22908         * lib/getdelim.c (flockfile, funlockfile): Make all of them
22909         dummy if one is not available.  Do not touch them if
22910         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
22911         (getc_maybe_unlocked): New.
22912         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
22913
22914 2008-08-26  Eric Blake  <ebb9@byu.net>
22915
22916         doc/INSTALL: resync from autoconf
22917         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
22918         (INSTALL_PRELUDE): Delete; this is done more efficiently by
22919         moving...
22920         * install.texi [!autoconf]: ...here.  Resync from autoconf.
22921         * INSTALL: Regenerate.
22922         * INSTALL.ISO: New file.
22923         * INSTALL.UTF-8: Likewise.
22924
22925 2008-08-26  Jim Meyering  <meyering@redhat.com>
22926
22927         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
22928         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
22929         these definitions conditional, so that they may be overridden, too.
22930
22931 2008-08-26  Bruno Haible  <bruno@clisp.org>
22932
22933         Generate INSTALL file variants with prettier quotes.
22934         * doc/Makefile (INSTALL_PRELUDE): New macro.
22935         (INSTALL): Use it.
22936         (INSTALL.ISO, INSTALL.UTF-8): New rules.
22937
22938 2008-08-26  Bruno Haible  <bruno@clisp.org>
22939
22940         Run makeinfo in an English locale.
22941         * doc/Makefile (MAKEINFO): New variable.
22942
22943 2008-08-26  Bruno Haible  <bruno@clisp.org>
22944
22945         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
22946         Suggested by Eric Blake.
22947
22948 2008-08-25  Bruno Haible  <bruno@clisp.org>
22949
22950         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
22951
22952 2008-08-25  Eric Blake  <ebb9@byu.net>
22953
22954         c-stack: test that stack overflow can be caught
22955         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
22956         that platform allows handling stack overflow; at least OS/2 EMX
22957         has sigaltstack, but crashes before transferring control to
22958         handler on stack overflow.
22959         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
22960         check for HAVE_STACK_OVERFLOW_HANDLING.
22961         Reported by Elbert Pol.
22962
22963 2008-08-25  Bruno Haible  <bruno@clisp.org>
22964
22965         * doc/posix-functions/strftime.texi: Fix description of strftime
22966         module.
22967
22968 2008-08-24  Bruno Haible  <bruno@clisp.org>
22969
22970         * tests/uniwidth/test-uc_width2.c: New file.
22971         * tests/uniwidth/test-uc_width2.sh: New file.
22972         * modules/uniwidth/width-tests (Files): Add the new files.
22973         (TESTS): Add uniwidth/test-uc_width2.sh.
22974         (TESTS_ENVIRONMENT): New variable.
22975         (check_PROGRAMS): Add test-uc_width2.
22976         (test_uc_width2_SOURCES): New variable.
22977
22978         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
22979         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
22980         not 0x00AB.
22981         Reported by Alexander V. Lukyanov <lav@netis.ru>.
22982
22983 2008-08-22  Eric Blake  <ebb9@byu.net>
22984
22985         test-lock, test-tls: mention why a test is skipped
22986         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
22987         skipped.
22988         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
22989
22990         count-one-bits: relax license
22991         * modules/count-one-bits (License): Relicense to LGPLv2+.
22992         Suggested by Ludovic Courtès, approved by Ben Pfaff.
22993
22994 2008-08-22  Andreas Schwab  <schwab@suse.de>
22995
22996         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
22997         Remove spurious space in assignment.
22998
22999 2008-08-21  Simon Josefsson  <simon@josefsson.org>
23000
23001         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
23002         Paul Eggert <eggert@CS.UCLA.EDU>.
23003
23004 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
23005
23006         * modules/gettext: Add m4/threadlib.m4.
23007
23008 2008-08-19  Eric Blake  <ebb9@byu.net>
23009
23010         test-c-stack: fix compilation failure on FreeBSD 5.0
23011         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
23012         headers before <sys/resource.h>.
23013         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
23014         the bug.
23015         Reported by Nelson H. F. Beebe.
23016
23017         strverscmp: migrate from "strverscmp.h" to <string.h>
23018         * modules/string (Makefile.am): Add new hooks.
23019         * modules/strverscmp (Files): Remove strverscmp.h.
23020         (Depends-on): Add string.
23021         (configure.ac): Add indicator.
23022         (Include): Mention new header.
23023         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
23024         defaults.
23025         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
23026         results.
23027         * lib/strverscmp.h: Delete.
23028         * lib/string.in.h (strverscmp): Provide declaration, when needed.
23029         * tests/test-strverscmp.c (includes): Adjust client.
23030         * lib/check-version.c (includes): Likewise.
23031         * NEWS: Document the change.
23032
23033         strverscmp: add unit test
23034         * modules/strverscmp-tests: New file.
23035         * tests/test-strverscmp.c: Likewise.
23036
23037 2008-08-19  Simon Josefsson  <simon@josefsson.org>
23038
23039         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
23040         regarding Windows crypto stuff, from Mono.
23041
23042 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
23043
23044         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
23045         if present, for intel RND.  Return error on failures.
23046
23047 2008-08-18  Ben Pfaff  <blp@gnu.org>
23048
23049         gitlog-to-changelog: give better diagnostic for failed pipe-open
23050         * build-aux/gitlog-to-changelog: Improve error message: suggest
23051         that the version of Git may be too old.
23052
23053 2008-08-18  Simon Josefsson  <simon@josefsson.org>
23054
23055         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
23056         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
23057
23058 2008-08-18  Bruno Haible  <bruno@clisp.org>
23059
23060         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
23061         pthread_in_use().
23062
23063 2008-08-18  Bruno Haible  <bruno@clisp.org>
23064
23065         * lib/glthread/threadlib.c: Include <pthread.h>.
23066
23067 2008-08-18  Bruno Haible  <bruno@clisp.org>
23068
23069         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
23070         glthread_recursive_lock_* macros.
23071         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
23072         Fix syntax error.
23073
23074 2008-08-18  Bruno Haible  <bruno@clisp.org>
23075
23076         * lib/glthread/thread.c: Avoid forcing a context switch right after
23077         thread creation.
23078
23079 2008-08-17  Bruno Haible  <bruno@clisp.org>
23080
23081         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
23082         * lib/glthread/thread.h: Provide Win32 specific implementation.
23083         * modules/thread (Files): Add lib/glthread/thread.c.
23084         (Depends-on): Add lock.
23085         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
23086
23087 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23088
23089         New module 'yield'.
23090         * modules/yield: New file.
23091         * lib/glthread/yield.h: New file.
23092         * m4/yield.m4: New file.
23093         * MODULES.html.sh (Multithreading): Add yield.
23094
23095 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23096
23097         New module 'thread'.
23098         * modules/thread: New file.
23099         * lib/glthread/thread.h: New file.
23100         * m4/thread.m4: New file.
23101         * MODULES.html.sh (Multithreading): Add thread.
23102
23103 2008-08-17  Bruno Haible  <bruno@clisp.org>
23104
23105         * lib/glthread/lock.h: Include <stdlib.h> always.
23106         * lib/glthread/tls.h: Likewise.
23107         * lib/glthread/cond.h: Likewise.
23108
23109 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23110
23111         New module 'cond'.
23112         * modules/cond: New file.
23113         * lib/glthread/cond.h: New file.
23114         * lib/glthread/cond.c: New file.
23115         * m4/cond.m4: New file.
23116         * MODULES.html.sh (Multithreading): Add cond.
23117
23118 2008-08-16  Eric Blake  <ebb9@byu.net>
23119
23120         c-stack: fix regression on Irix 5.3 from 2008-06-21
23121         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
23122         sa_sigaction...
23123         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
23124         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
23125         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
23126         * modules/signal (Makefile.am): Use the value.
23127         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
23128         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
23129         * doc/posix-headers/signal.texi (signal.h): Document this
23130         portability issue.
23131         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
23132         Reported by Tom G. Christensen.
23133
23134 2008-08-17  Bruno Haible  <bruno@clisp.org>
23135
23136         New module 'threadlib'.
23137         * modules/threadlib: New file.
23138         * lib/glthread/threadlib.c: New file, extracted from
23139         lib/glthread/lock.c.
23140         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
23141         functions.
23142         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
23143         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
23144         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
23145         macros.
23146         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
23147         (gl_DISABLE_THREADS): Remove macro.
23148         * modules/lock (Files): Remove build-aux/config.rpath.
23149         (Depends-on): Remove havelib. Add threadlib.
23150         (configure.ac-early): Remove section.
23151         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
23152         * modules/tls (Depends-on): Remove lock. Add threadlib.
23153         (Link): New section, copied from threadlib.
23154         * MODULES.html.sh (Multithreading): Add threadlib.
23155
23156 2008-08-14  Bruno Haible  <bruno@clisp.org>
23157
23158         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
23159         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
23160         glthread_rwlock_unlock, glthread_rwlock_destroy,
23161         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
23162         glthread_recursive_lock_destroy): Define as macros always.
23163         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
23164         glthread_lock_lock.
23165         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
23166         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
23167         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
23168         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
23169         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
23170         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
23171         (glthread_recursive_lock_lock_func): Renamed from
23172         glthread_recursive_lock_lock.
23173         (glthread_recursive_lock_unlock_func): Renamed from
23174         glthread_recursive_lock_unlock.
23175         (glthread_recursive_lock_destroy_func): Renamed from
23176         glthread_recursive_lock_destroy.
23177
23178 2008-08-14  Bruno Haible  <bruno@clisp.org>
23179
23180         * lib/glthread/lock.h: Renamed from lib/lock.h.
23181         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
23182         * lib/glthread/tls.h: Renamed from lib/tls.h.
23183         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
23184         * lib/fstrcmp.c: Update includes.
23185         * lib/strsignal.c: Update includes.
23186         * modules/lock (Files, Makefile.am): Update.
23187         (Include): Change to "glthread/lock.h".
23188         * modules/tls (Files, Makefile.am): Update.
23189         (Include): Change to "glthread/tls.h".
23190         * tests/test-lock.c: Update includes.
23191         * tests/test-tls.c: Update includes.
23192         * NEWS: Mention the renamed header files.
23193
23194 2008-08-11  Jim Meyering  <meyering@redhat.com>
23195
23196         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
23197
23198 2008-08-11  Eric Blake  <ebb9@byu.net>
23199
23200         test-c-stack: avoid C99-ism
23201         * tests/test-c-stack.c (main): Fix whitespace, move declaration
23202         before statement.
23203         Reported by Alain Guibert.
23204
23205 2008-08-10  Jim Meyering  <meyering@redhat.com>
23206
23207         ensure that return value of uinttostr et al are not ignored
23208         * lib/inttostr.h (__GNUC_PREREQ): Define.
23209         (__attribute_warn_unused_result__): Define.
23210         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
23211
23212 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
23213
23214         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
23215         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
23216
23217 2008-08-07  Jim Meyering  <meyering@redhat.com>
23218
23219         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
23220
23221         * modules/mkstemp (License): Relicense under LGPLv2+.
23222         * modules/tempname (License): Likewise.
23223
23224 2008-08-06  Bruno Haible  <bruno@clisp.org>
23225
23226         * lib/poll.c (poll): Further micro-optimization.
23227
23228 2008-08-06  Jim Meyering  <meyering@redhat.com>
23229
23230         inet_pton.c: use locale-independent tolower
23231         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
23232         (inet_pton6): Use c_tolower rather than tolower.
23233         * modules/inet_pton (Depends-on): Add c-ctype.
23234
23235 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
23236
23237         * lib/poll.c (poll): Avoid division when timeout is 0, cache
23238         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
23239
23240 2008-08-06  Jim Meyering  <meyering@redhat.com>
23241
23242         * modules/inet_pton (License): Relicense under LGPLv2+.
23243
23244 2008-08-03  Bruno Haible  <bruno@clisp.org>
23245
23246         Additional non-aborting API for lock and tls.
23247         * lib/lock.h: Include <errno.h>.
23248         (glthread_lock_init): New macro/function.
23249         (gl_lock_init): Define as wrapper around glthread_lock_init.
23250         (glthread_lock_lock): New macro/function.
23251         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
23252         (glthread_lock_unlock): New macro/function.
23253         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
23254         (glthread_lock_destroy): New macro/function.
23255         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
23256         (glthread_rwlock_init): New macro/function.
23257         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
23258         (glthread_rwlock_rdlock): New macro/function.
23259         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
23260         (glthread_rwlock_wrlock): New macro/function.
23261         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
23262         (glthread_rwlock_unlock): New macro/function.
23263         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
23264         (glthread_rwlock_destroy): New macro/function.
23265         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
23266         (glthread_recursive_lock_init): New macro/function.
23267         (gl_recursive_lock_init): Define as wrapper around
23268         glthread_recursive_lock_init.
23269         (glthread_recursive_lock_lock): New macro/function.
23270         (gl_recursive_lock_lock): Define as wrapper around
23271         glthread_recursive_lock_lock.
23272         (glthread_recursive_lock_unlock): New macro/function.
23273         (gl_recursive_lock_unlock): Define as wrapper around
23274         glthread_recursive_lock_unlock.
23275         (glthread_recursive_lock_destroy): New macro/function.
23276         (gl_recursive_lock_destroy): Define as wrapper around
23277         glthread_recursive_lock_destroy.
23278         (glthread_once): New macro/function.
23279         (gl_once): Define as wrapper around glthread_once.
23280         Update function declarations.
23281         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
23282         glthread_rwlock_init. Return error code.
23283         (glthread_rwlock_rdlock_multithreaded): Renamed from
23284         glthread_rwlock_rdlock. Return error code.
23285         (glthread_rwlock_wrlock_multithreaded): Renamed from
23286         glthread_rwlock_wrlock. Return error code.
23287         (glthread_rwlock_unlock_multithreaded): Renamed from
23288         glthread_rwlock_unlock. Return error code.
23289         (glthread_rwlock_destroy_multithreaded): Renamed from
23290         glthread_rwlock_destroy. Return error code.
23291         (glthread_recursive_lock_init_multithreaded): Renamed from
23292         glthread_recursive_lock_init. Return error code.
23293         (glthread_recursive_lock_lock_multithreaded): Renamed from
23294         glthread_recursive_lock_lock. Return error code.
23295         (glthread_recursive_lock_unlock_multithreaded): Renamed from
23296         glthread_recursive_lock_unlock. Return error code.
23297         (glthread_recursive_lock_destroy_multithreaded): Renamed from
23298         glthread_recursive_lock_destroy. Return error code.
23299         (glthread_once_call): Make static.
23300         (glthread_once_multithreaded): Renamed from glthread_once.
23301         * lib/tls.h: Include <errno.h>.
23302         (glthread_tls_key_init): New macro/function.
23303         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
23304         (glthread_tls_set): New macro/function.
23305         (gl_tls_set): Define as wrapper around glthread_tls_set.
23306         (glthread_tls_key_destroy): New macro/function.
23307         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
23308         Update function declarations.
23309         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
23310         glthread_tls_get.
23311         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
23312
23313 2008-08-04  Eric Blake  <ebb9@byu.net>
23314
23315         gnumakefile: use space, not TAB, outside of targets
23316         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
23317
23318 2008-08-02  Jim Meyering  <meyering@redhat.com>
23319
23320         getdate.y: avoid locale-dependent date parsing failure
23321         In Turkish locales, getdate would fail to recognize keywords
23322         containing a lowercase "i".  The solution is not to rely on
23323         locale-sensitive case-conversion.
23324         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
23325         (lookup_word): Use c_toupper in place of toupper.
23326         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
23327         Reported by Vefa Bicakci <bicave@superonline.com> in
23328         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
23329         * modules/getdate (Depends-on): Add c-ctype.
23330
23331 2008-08-02  Bruno Haible  <bruno@clisp.org>
23332
23333         * gnulib-tool (func_import): When updating or creating a .gitignore
23334         file, prepend each added line with a slash, and ignore leading slashes
23335         from the existing lines.
23336         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
23337
23338 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23339
23340         Portability fix for GNU make 3.79.1.
23341         * top/GNUmakefile: Avoid 'else COND', which older GNU make
23342         versions do not understand.
23343
23344 2008-08-01  Bruno Haible  <bruno@clisp.org>
23345
23346         Work around bug of HP-UX 10.20 cc with -0.0 literal.
23347         * tests/test-isnanf.h (zero): New variable.
23348         (main): Avoid literal -0.0f.
23349         * tests/test-isnand.h (zero): New variable.
23350         (main): Avoid literal -0.0.
23351         * tests/test-isnanl.h (zero): New variable.
23352         (main): Avoid literal -0.0L.
23353         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
23354         (test_float, test_double, test_long_double): Avoid literals -0.0f,
23355         -0.0, -0.0L.
23356         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
23357         (test_signbitd): Avoid literal -0.0.
23358         (test_signbitl): Avoid literal -0.0L.
23359         * tests/test-ceilf1.c (zero): New variable.
23360         (main): Avoid literal -0.0f.
23361         * tests/test-ceill.c (zero): New variable.
23362         (main): Avoid literal -0.0L.
23363         * tests/test-floorf1.c (zero): New variable.
23364         (main): Avoid literal -0.0f.
23365         * tests/test-floorl.c (zero): New variable.
23366         (main): Avoid literal -0.0L.
23367         * tests/test-roundf1.c (zero): New variable.
23368         (main): Avoid literal -0.0f.
23369         * tests/test-round1.c (zero): New variable.
23370         (main): Avoid literal -0.0.
23371         * tests/test-roundl.c (zero): New variable.
23372         (main): Avoid literal -0.0L.
23373         * tests/test-truncf1.c (zero): New variable.
23374         (main): Avoid literal -0.0f.
23375         * tests/test-trunc1.c (zero): New variable.
23376         (main): Avoid literal -0.0.
23377         * tests/test-truncl.c (zero): New variable.
23378         (main): Avoid literal -0.0L.
23379         * tests/test-frexp.c (zero): New variable.
23380         (main): Avoid literal -0.0.
23381         * tests/test-frexpl.c (zero): New variable.
23382         (main): Avoid literal -0.0L.
23383         * tests/test-ldexpl.c (zero): New variable.
23384         (main): Avoid literal -0.0L.
23385         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
23386         (zerod, zerol): New variables.
23387         (test_function): Avoid literals -0.0, -0.0L.
23388         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
23389         (zerod, zerol): New variables.
23390         (test_function): Avoid literals -0.0, -0.0L.
23391         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
23392         (zerod, zerol): New variables.
23393         (test_function): Avoid literals -0.0, -0.0L.
23394         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
23395         (zerod, zerol): New variables.
23396         (test_function): Avoid literals -0.0, -0.0L.
23397         * tests/test-strtod.c (zero): New variable.
23398         (main): Avoid literal -0.0.
23399         Reported by Jonathan C. Patschke <jp@centtech.com>.
23400
23401 2008-07-31  Jim Meyering  <meyering@redhat.com>
23402
23403         sha256.h: correct definition of SHA224_DIGEST_SIZE
23404         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
23405         Reported by Paulie Pena IV <paulie4@gmail.com>.
23406         Define as 224 / 8, rather than as a literal.
23407         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
23408         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
23409         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
23410
23411 2008-07-31  Bruno Haible  <bruno@clisp.org>
23412
23413         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
23414         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
23415         Reported by Jonathan Patschke <jp@centtech.com>.
23416
23417 2008-07-31  Bruno Haible  <bruno@clisp.org>
23418
23419         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
23420         Reported by Paolo Bonzini <bonzini@gnu.org>.
23421
23422 2008-07-30  Eric Blake  <ebb9@byu.net>
23423
23424         test-strtod: allow compilation without -lm
23425         * tests/test-strtod.c (main): Avoid link dependence on fabs.
23426         Reported by Dennis Clarke <blastwave@gmail.com>.
23427
23428 2008-07-28  Jim Meyering  <meyering@redhat.com>
23429
23430         bootstrap: work also when there are no .po files in po/
23431         * build-aux/bootstrap (update_po_files): Complete the change
23432         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
23433
23434 2008-07-27  Jim Meyering  <meyering@redhat.com>
23435
23436         * users.txt: Add zile.
23437
23438 2008-07-26  Ben Pfaff  <blp@gnu.org>
23439
23440         Add missing dependencies on new m4/exponent[fdl].m4 files.
23441         * modules/isnanf-nolibm: Add m4/exponentf.m4.
23442         * modules/isnand-nolibm: Add m4/exponentd.m4.
23443         * modules/isnanl-nolibm: Add m4/exponentl.m4.
23444         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
23445         m4/isnan[fdl].m4, because the macros actually used moved.
23446         Reported by Jim Meyering.
23447
23448 2008-07-14  Ben Pfaff  <blp@gnu.org>
23449
23450         Add isinf module.
23451         * lib/isinf.c: New file.
23452         * lib/math.in.h: Define isinf macro if we have decided to replace
23453         it.
23454         * m4/isinf.m4: New file.
23455         * m4/math_h.m4: Initialize and substitute variables for isinf
23456         module.
23457         * modules/isinf: New file.
23458         * modules/isinf-tests: New file.
23459         * modules/math: Add substitutions for new module.
23460         * tests/test-isinf.c: New file.
23461         * doc/posix-functions/isinf.texi: Mention new module.
23462         * MODULES.html.sh: Mention new module.
23463
23464 2008-07-14  Ben Pfaff  <blp@gnu.org>
23465
23466         Factor out some macros for use by additional modules.
23467         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
23468         exponentf.m4.
23469         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
23470         exponentd.m4.
23471         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
23472         file exponentl.m4.
23473         * m4/exponentf.m4: New file.
23474         * m4/exponentd.m4: New file.
23475         * m4/exponentl.m4: New file.
23476         * modules/isnanf: Use new file m4/exponentf.m4.
23477         * modules/isnand: Use new file m4/exponentd.m4.
23478         * modules/isnanl: Use new file m4/exponentl.m4.
23479
23480 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
23481
23482         mktime.c: normalize tp->tm_isdst value to -1/0/1.
23483         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
23484         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
23485         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
23486
23487         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
23488         readlink on platforms without PATH_MAX.
23489
23490 2008-07-21  Eric Blake  <ebb9@byu.net>
23491
23492         Warn, not fail, on stale version.
23493         * top/GNUmakefile (_curr-ver): Tone down previous patch.
23494
23495         Don't allow installation with stale devel version number.
23496         * top/GNUmakefile (_is-install-target): New macro.
23497         (_curr-ver): Forbid installation with stale version number.
23498
23499 2008-07-20  Bruno Haible  <bruno@clisp.org>
23500
23501         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
23502         TESTS_ENVIRONMENT.
23503         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
23504
23505 2008-07-20  Bruno Haible  <bruno@clisp.org>
23506
23507         * lib/c-stack.h (c_stack_action): Add documentation.
23508         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
23509
23510 2008-07-20  Bruno Haible  <bruno@clisp.org>
23511
23512         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
23513         * modules/readlink (License): Likewise.
23514
23515 2008-07-17  Eric Blake  <ebb9@byu.net>
23516
23517         * modules/c-stack (Link): Fix typo.
23518
23519         Make c-stack use libsigsegv, when available.
23520         * modules/c-stack (Depends-on): Add libsigsegv.
23521         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
23522         needed.
23523         * lib/c-stack.c (SIGSTKSZ): Define fallback.
23524         (segv_handler, overflow_handler, c_stack_action)
23525         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
23526         implementation when libsigsegv is available, but only when using
23527         the library is necessary.
23528         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
23529         comment, explaining why XSI check fails on Linux.
23530         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
23531         * tests/test-c-stack2.sh: Tweak skip message.
23532         * NEWS: Document new link-time requirements.
23533
23534 2008-07-16  Eric Blake  <ebb9@byu.net>
23535
23536         c-stack: Expose false positives when not using libsigsegv.
23537         * modules/c-stack-tests (Files): Expand test.
23538         * tests/test-c-stack.c (main): Add means to conditionally trigger
23539         non-overflow SIGSEGV.
23540         * tests/test-c-stack2.sh: New file.
23541
23542 2008-07-14  Bruno Haible  <bruno@clisp.org>
23543
23544         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
23545         Reported by Eric Blake.
23546
23547 2008-07-14  Sam Steingold  <sds@gnu.org>
23548             Bruno Haible  <bruno@clisp.org>
23549
23550         New module libsigsegv.
23551         * modules/libsigsegv: New file.
23552         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
23553         modifications.
23554         * MODULES.html.sh (Signal handling): New section.
23555
23556 2008-07-14  Bruno Haible  <bruno@clisp.org>
23557
23558         * modules/unictype/ctype-* (Description): Add the word "function".
23559         Improves the resulting doc in MODULES.html.
23560
23561 2008-07-12  Ben Pfaff  <blp@gnu.org>
23562
23563         Add longlong module.
23564         * modules/longlong: New file.
23565
23566 2008-07-12  Bruno Haible  <bruno@clisp.org>
23567
23568         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
23569         to empty.
23570
23571 2008-07-10  Ben Pfaff  <blp@gnu.org>
23572
23573         Add isnan module.
23574         * doc/posix-functions/isnan.texi: Mention new module.
23575         * lib/math.in.h: Define isnan macro if we have decided to replace
23576         it.
23577         * m4/isnan.m4: New file.
23578         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
23579         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
23580         also.
23581         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
23582         redundancy.
23583         * m4/math_h.m4: Initialize and substitute variables for isnan
23584         module.
23585         * modules/isnan: New file.
23586         * modules/isnan-tests: New file.
23587         * modules/math: Add substitutions for new module.
23588         * tests/test-isnan.c: New file.
23589         * MODULES.html.sh: Mention new module.
23590
23591 2008-07-10  Ben Pfaff  <blp@gnu.org>
23592
23593         Add isnanf module.
23594         * lib/isnanf.m4: New file.
23595         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
23596         (gl_HAVE_ISNANF_IN_LIBM): New macro.
23597         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
23598         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
23599         * modules/isnanf: New file.
23600         * modules/isnanf-tests: New file.
23601         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
23602         files.
23603         * tests/test-isnanf-nolibm.c: factored most of its contents into
23604         new file tests/test-isnanf.h.
23605         * tests/test-isnanf.h: New file.
23606         * tests/test-isnanf.c: New file.
23607         * MODULES.html.sh: Mention new module.
23608         * doc/glibc-functions/isnanf.texi: Mention new module.
23609
23610 2008-07-10  Ben Pfaff  <blp@gnu.org>
23611
23612         Add isnand module.
23613         * lib/isnand.h: New file.
23614         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
23615         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
23616         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
23617         functionality also.
23618         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
23619         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
23620         (gl_HAVE_ISNAND_IN_LIBM): New macro.
23621         * modules/isnand: New file.
23622         * modules/isnand-tests: New file.
23623         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
23624         files.
23625         * tests/test-isnand-nolibm.c: factored most of its contents into
23626         new file tests/test-isnand.h.
23627         * tests/test-isnand.h: New file.
23628         * tests/test-isnand.c: New file.
23629         * MODULES.html.sh: Mention new module.
23630
23631 2008-07-10  Ben Pfaff  <blp@gnu.org>
23632
23633         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
23634         * lib/isnand.h: Rename lib/isnand-nolibm.h.
23635         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
23636         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
23637         * modules/isnanf-nolibm: Update references to renamed files.
23638         * modules/isnand-nolibm: Likewise.
23639         * modules/isnanf-nolibm-tests: Likewise.
23640         * modules/isnand-nolibm-tests: Likewise.
23641         * lib/frexp.c: Likewise.
23642         * lib/isfinite.c: Likewise.
23643         * lib/signbitd.c: Likewise.
23644         * lib/signbitf.c: Likewise.
23645         * lib/vasnprintf.c: Likewise.
23646         * tests/test-ceilf1.c: Likewise.
23647         * tests/test-ceilf2.c: Likewise.
23648         * tests/test-floorf1.c: Likewise.
23649         * tests/test-floorf2.c: Likewise.
23650         * tests/test-frexp.c: Likewise.
23651         * tests/test-round1.c: Likewise.
23652         * tests/test-round2.c: Likewise.
23653         * tests/test-roundf1.c: Likewise.
23654         * tests/test-strtod.c: Likewise.
23655         * tests/test-trunc1.c: Likewise.
23656         * tests/test-trunc2.c: Likewise.
23657         * tests/test-truncf1.c: Likewise.
23658         * tests/test-truncf2.c: Likewise.
23659         * NEWS: Mention the renamed header files.
23660
23661 2008-07-11  Jim Meyering  <meyering@redhat.com>
23662
23663         vc-list-files: make the last-resort awk code more portable
23664         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
23665         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
23666         does not support it.
23667
23668 2008-07-10  Eric Blake  <ebb9@byu.net>
23669
23670         Work with tar's bootstrap.
23671         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
23672         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
23673         an m4 comment.
23674
23675 2008-07-09  Jim Meyering  <meyering@redhat.com>
23676
23677         posix-shell.m4: fix typo that made this test malfunction
23678         * m4/posix-shell.m4: Remove capitalization in variable name.
23679
23680 2008-07-08  Bruno Haible  <bruno@clisp.org>
23681
23682         * m4/onceonly.m4: Update comments.
23683         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23684
23685 2008-07-04  Jim Meyering  <meyering@redhat.com>
23686
23687         * users.txt: Add vc-dwim.
23688         (bison, coreutils): Use the gitweb URL.
23689
23690 2008-07-03  Jim Meyering  <meyering@redhat.com>
23691
23692         * users.txt: Add libffcall.  From Sam Steingold.
23693
23694 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
23695
23696         getdate.y: do not ignore TZ with relative day, month or year offset
23697         * lib/getdate.y (get_date): Move the tz-handling block to follow the
23698         relative-date-handling, since otherwise, the latter would clobber the
23699         sole output (an updated Start value) of the tz-handling block.
23700         * tests/test-getdate.c: Tests for the fix
23701
23702 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23703
23704         Recognize 'foo_LIBRARIES += libgnu.a'.
23705         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
23706         makefile snippet has already specified an installation location,
23707         also using '+='.
23708
23709 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
23710
23711         getdate.y: factor out common actions
23712         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
23713         Use them in place of open-coded actions.
23714
23715 2008-07-01  Simon Josefsson  <simon@josefsson.org>
23716
23717         Add self-test for getdate module.
23718         * modules/getdate-tests: New file.
23719         * tests/test-getdate.c: New file.
23720
23721 2008-06-29  Bruno Haible  <bruno@clisp.org>
23722
23723         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
23724         .gitignore.
23725         Reported by Sylvain Beucler <beuc@beuc.net>.
23726
23727 2008-06-29  Bruno Haible  <bruno@clisp.org>
23728
23729         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
23730         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
23731
23732 2008-06-29  Bruno Haible  <bruno@clisp.org>
23733
23734         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
23735         EXTRA_DIST.
23736         Reported by Sylvain Beucler <beuc@beuc.net>.
23737
23738 2008-06-26  Jim Meyering  <meyering@redhat.com>
23739
23740         make several modules depend on the "open" module
23741         This provides slightly increased consistency when opening-for-write
23742         the name of a non-directory spelled with a trailing slash.
23743         * modules/chdir-safer: Likewise.
23744         * modules/chown: Likewise.
23745         * modules/clean-temp: Likewise.
23746         * modules/copy-file: Likewise.
23747         * modules/fchdir: Likewise.
23748         * modules/fcntl-safer: Likewise.
23749         * modules/pipe: Likewise.
23750         * modules/utime: Likewise.
23751         Prompted by Eric Blake and Bruno Haible.
23752
23753 2008-06-24  Andreas Schwab  <schwab@suse.de>
23754
23755         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
23756         literals can be used as initializers for global variables.
23757
23758 2008-06-23  Eric Blake  <ebb9@byu.net>
23759
23760         Make gnulib-cache.m4 easier to diff.
23761         * gnulib-tool (func_import): Allow newlines when reading cached
23762         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
23763
23764 2008-06-23  Bruno Haible  <bruno@clisp.org>
23765
23766         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
23767         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
23768         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
23769         m4/signalblocking.m4.
23770         (gl_PREREQ_SIGACTION): Don't invoke it.
23771         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
23772         gl_PREREQ_SIG_HANDLER_H.
23773         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
23774         Don't check for sigaction here.
23775
23776 2008-06-23  Bruno Haible  <bruno@clisp.org>
23777
23778         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
23779         (install_handlers): Don't set the SA_RESETHAND flag.
23780
23781 2008-06-23  Bruno Haible  <bruno@clisp.org>
23782
23783         * m4/sigaction.m4: Comment fixes.
23784         * lib/signal.in.h: Likewise.
23785
23786 2008-06-23  Eric Blake  <ebb9@byu.net>
23787
23788         Fix typo.
23789         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
23790
23791         Avoid SA_ namespace.
23792         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
23793         Reported by Ralf Wildenhues.
23794
23795         Avoid test failure due to SA_RESTORER.
23796         * tests/test-sigaction.c (SA_MASK): New macro.
23797         (main): Avoid failing due to extension flags being set.
23798         Reported by Jim Meyering.
23799
23800         Revert use of sig-handler.h in sigprocmask.c.
23801         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
23802         it requires the existence of struct sigaction.
23803         * lib/sigprocmask.c (handler_t): Restore typedef.
23804         (rpl_signal, old_handlers): Use local type.
23805
23806 2008-06-22  Bruno Haible  <bruno@clisp.org>
23807
23808         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
23809         conditionally.
23810         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
23811
23812 2008-06-22  Bruno Haible  <bruno@clisp.org>
23813
23814         * doc/posix-functions/siginterrupt.texi: Move note.
23815
23816         * lib/signal.in.h (SA_RESTART): New macro.
23817         * lib/sigaction.c: Update comment.
23818
23819         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
23820
23821         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
23822         (gl_PREREQ_SIGPROCMASK): Invoke it.
23823         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
23824
23825         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
23826
23827         * lib/sigprocmask.c: Update a comment.
23828
23829 2008-06-21  Eric Blake  <ebb9@byu.net>
23830
23831         Use sigaction module rather than signal().
23832         * modules/c-stack (Depends-on): Add sigaction.
23833         * modules/fatal-signal (Depends-on): Likewise.
23834         * modules/nanosleep (Depends-on): Likewise.
23835         * modules/sigprocmask (Files): Add sig-handler.h.
23836         * modules/sigaction (Files): Likewise.
23837         * lib/sig-handler.h (get_handler): New file, suggested by Paul
23838         Eggert.
23839         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
23840         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
23841         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
23842         (init_fatal_signals): Likewise.
23843         * lib/nanosleep.c (rpl_nanosleep): Likewise.
23844         (siginterrupt): Delete fallback.
23845         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
23846         instead.
23847         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
23848         siginterrupt.
23849
23850         New module sigaction, for mingw.
23851         * modules/sigaction: New module...
23852         * modules/sigaction-tests: ...and its test.
23853         * m4/sigaction.m4: New file.
23854         * lib/sigaction.c: Likewise.
23855         * tests/test-sigaction.c: Likewise.
23856         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
23857         * modules/signal (Makefile.am): Likewise.
23858         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
23859         needed.
23860         * doc/posix-headers/signal.texi (signal.h): Mention provided
23861         types.
23862         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
23863         that sigaction is preferable.
23864         * doc/posix-functions/sigaction.texi (sigaction): Mention new
23865         module.
23866         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23867         sigaction.
23868
23869         Improve robustness of sigprocmask by overriding signal.
23870         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
23871         is in use.
23872         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
23873         (SIGKILL, SIGSTOP): Provide fallbacks.
23874         (rpl_signal): Implement.
23875         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
23876         signal can be called inside handlers.
23877
23878         Fix nanosleep module on mingw.
23879         * modules/nanosleep (Depends-on): Add sys_select.
23880         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
23881
23882         Fix licensing of sigprocmask.
23883         * modules/raise (License): Relicense as LGPL.
23884
23885 2008-06-21  Bruno Haible  <bruno@clisp.org>
23886
23887         * lib/propername.c (proper_name_utf8): Don't use the transliterated
23888         result if it contains question marks.
23889         Reported by Michael Geng <linux@michaelgeng.de>.
23890
23891 2008-06-19  Bruno Haible  <bruno@clisp.org>
23892
23893         Fix CVS-ism.
23894         * doc/gnulib.texi: Include updated-stamp.texi.
23895         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
23896         (updated-stamp.texi): New rule.
23897         (gnulib.info): Depend on it.
23898         * doc/.gitignore: Add updated-stamp.texi.
23899         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
23900
23901 2008-06-19  Bruno Haible  <bruno@clisp.org>
23902
23903         * doc/Makefile (gnulib.info): Update and simplify dependencies.
23904         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
23905
23906 2008-06-19  Eric Blake  <ebb9@byu.net>
23907
23908         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
23909         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
23910         Reported by Stepan Kasal.
23911
23912 2008-06-18  Bruno Haible  <bruno@clisp.org>
23913
23914         * lib/fatal-signal.c (init_fatal_signals): Add comment.
23915         Reported by Eric Blake.
23916
23917 2008-06-18  Eric Blake  <ebb9@byu.net>
23918
23919         Work around cygwin 1.5.25 strsignal bug.
23920         * tests/test-strsignal.c: Allow for const char *.
23921         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
23922
23923 2008-06-18  Simon Josefsson  <simon@josefsson.org>
23924
23925         * users.txt: Update URL to article and add author/date
23926         information.
23927
23928 2008-06-17  Bruno Haible  <bruno@clisp.org>
23929
23930         New macro gl_DISABLE_THREADS.
23931         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
23932         if the user did not pass --enable-threads or --disable-threads option.
23933         (gl_DISABLE_THREADS): New macro.
23934         Reported by Eric Blake <ebb9@byu.net>.
23935
23936 2008-06-17  Bruno Haible  <bruno@clisp.org>
23937
23938         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
23939         when the macro ignores it.
23940         Based on a patch by Eric Blake <ebb9@byu.net>.
23941
23942 2008-06-17  Bruno Haible  <bruno@clisp.org>
23943
23944         * modules/tls (License): Change to LGPLv2+.
23945         Reported by Eric Blake.
23946
23947 2008-06-17  Eric Blake  <ebb9@byu.net>
23948
23949         Simplify c-stack prerequisites.
23950         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
23951         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
23952         no longer requires <ucontext.h> to exist.  Optimize setrlimit
23953         check.
23954         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
23955         <sys/resource.h>.
23956
23957         Move c-stack test into testsuite.
23958         * modules/c-stack-tests: New file.
23959         * lib/c-stack.c [DEBUG]: Move test program...
23960         * tests/test-c-stack.c: ...into this new file.  Skip rather than
23961         fail test if sigaltstack is lacking.
23962         * tests/test-c-stack.sh: New driver file.
23963
23964 2008-06-16  Eric Blake  <ebb9@byu.net>
23965
23966         Use raise module consistently.
23967         * modules/fatal-signal (Depends-on): Add raise.
23968         * modules/sigprocmask (Depends-on): Likewise.
23969         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
23970         * lib/sigprocmask.c (sigprocmask): Likewise.
23971         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
23972         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
23973
23974         Fix compliance bug in sigpending.
23975         * lib/sigprocmask.c (sigpending): Return pending array via
23976         parameter, not return value.
23977
23978 2008-06-14  Eric Blake  <ebb9@byu.net>
23979
23980         Improve obstack-printf test code.
23981         * tests/test-obstack-printf.c (test_function): Fix comment, and
23982         simplify usage of obstack_* in macros.  Add a test for coverage.
23983         Reported by Bruno Haible.
23984
23985 2008-06-14  Bruno Haible  <bruno@clisp.org>
23986
23987         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
23988         array size as a constant, not as a const variable.
23989         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
23990         AC_USE_SYSTEM_EXTENSIONS.
23991         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
23992         Test whether the obstack_printf function actually exists.
23993         * modules/obstack-printf (Depends-on): Add extensions.
23994         (Include): Remove obstack.h.
23995         * modules/obstack-printf-posix (Depends-on): Add extensions.
23996         (Include): Remove obstack.h.
23997
23998 2008-06-13  Eric Blake  <ebb9@byu.net>
23999
24000         Add obstack-printf and obstack-printf-posix modules.
24001         * modules/obstack-printf: New file.
24002         * modules/obstack-printf-posix: Likewise.
24003         * MODULES.html.sh (Misc): Mention them.
24004         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
24005         Likewise.
24006         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
24007         Likewise.
24008         * modules/stdio (Makefile.am): Accomodate new modules.
24009         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
24010         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
24011         Declare.
24012         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
24013         functions.
24014         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
24015         (gl_REPLACE_OBSTACK_PRINTF): New macros
24016         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
24017         * tests/test-obstack-printf.c: New file.
24018         * modules/obstack-printf-tests: Likewise.
24019         * modules/obstack-printf-posix-tests: Likewise.
24020
24021 2008-06-11  Bruno Haible  <bruno@clisp.org>
24022
24023         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
24024         * lib/open.c: Include errno.h.
24025         (open): Fail when attempting to write to a file that has a trailing
24026         slash.
24027         * tests/test-open.c (main): Test against trailing slash bug.
24028         * doc/posix-functions/open.texi: Mention the trailing slash bug.
24029
24030 2008-06-10  Bruno Haible  <bruno@clisp.org>
24031
24032         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
24033         for $? to work inside the trap command, with various /bin/sh-s.
24034         * tests/test-vc-list-files-cvs.sh: Likewise.
24035
24036 2008-06-10  Bruno Haible  <bruno@clisp.org>
24037
24038         * lib/acl-internal.h: Don't include gettext.h here.
24039         * lib/set-mode-acl.c: Include gettext.h here.
24040         * lib/copy-acl.c: Likewise.
24041
24042 2008-06-10  Bruno Haible  <bruno@clisp.org>
24043
24044         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
24045         * lib/wait-process.c (wait_subprocess): Likewise.
24046         * lib/execute.h (execute): Add termsigp argument.
24047         * lib/execute.c (execute): Likewise.
24048         * lib/csharpcomp.c (compile_csharp_using_pnet,
24049         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
24050         * lib/csharpexec.c (execute_csharp_using_pnet,
24051         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
24052         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
24053         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
24054         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
24055         is_jikes_present): Update.
24056         * lib/javaexec.c (execute_java_class): Update.
24057         * lib/javaversion.c (execute_and_read_line): Update.
24058         * NEWS: Document the changes.
24059         Reported by Eric Blake.
24060
24061 2008-06-10  Eric Blake  <ebb9@byu.net>
24062
24063         Add missing include.
24064         * tests/test-strstr.c (includes): Add <signal.h>.
24065         * tests/test-strcasestr.c (includes): Likewise.
24066         * tests/test-memmem.c (includes): Likewise.
24067
24068 2008-06-10  Bruno Haible  <bruno@clisp.org>
24069
24070         * lib/wait-process.c (wait_subprocess): Add an assertion.
24071
24072 2008-06-10  Bruno Haible  <bruno@clisp.org>
24073
24074         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
24075
24076 2008-06-10  Bruno Haible  <bruno@clisp.org>
24077
24078         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
24079         using alarm().
24080         * tests/test-strcasestr.c (main): Likewise.
24081         * tests/test-strstr.c (main): Likewise.
24082
24083 2008-06-09  Bruno Haible  <bruno@clisp.org>
24084
24085         Work around the Solaris 10 ACE ACLs ABI change.
24086         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
24087         declare if ACL_NO_TRIVIAL is present.
24088         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
24089         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
24090         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
24091         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
24092         define if ACL_NO_TRIVIAL is present.
24093         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
24094         and use the current ABI.
24095         (file_has_acl): Use same #if condition as elsewhere.
24096         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
24097         in use, and use the current ABI.
24098         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
24099         Reported by Jim Meyering.
24100
24101 2008-06-09  Eric Blake  <ebb9@byu.net>
24102
24103         Work around environments that (stupidly) ignore SIGALRM.
24104         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
24105         before using alarm().
24106         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24107         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
24108         Reported by Ian Beckwith <ianb@erislabs.net>.
24109
24110         Produce autobuild blurb earlier in log.
24111         * modules/autobuild (configure.ac-early): Move AB_INIT here.
24112
24113 2008-06-09  Jim Meyering  <meyering@redhat.com>
24114         and OndÅ™ej Vašík  <ovasik@redhat.com>
24115
24116         utimens.c: correct kernel bug work-around
24117         OndÅ™ej Vašík found that the invalid return value of 280 indicates
24118         failure, not success, and the kernel bug we're trying to work
24119         around affects not just the utimensat call, but also the fallback
24120         futimens call.
24121         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
24122         not success.
24123         [HAVE_FUTIMENS]: Use the same work-around, here.
24124
24125 2008-06-09  Jim Meyering  <meyering@redhat.com>
24126
24127         add more guards around definition of ACE_-related code
24128         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
24129         ALLOW and ACE_OWNER are also defined.
24130
24131 2008-06-08  Bruno Haible  <bruno@clisp.org>
24132
24133         * lib/acl-internal.h: Add me as co-author.
24134         * lib/file-has-acl.c: Likewise.
24135         * lib/set-mode-acl.c: Likewise.
24136         * lib/copy-acl.c: Likewise.
24137
24138 2008-06-08  Bruno Haible  <bruno@clisp.org>
24139
24140         Add support for AIX ACLs.
24141         * lib/acl-internal.h (acl_nontrivial): New declaration.
24142         * lib/file-has-acl.c (acl_nontrivial): New function.
24143         (file_has_acl): Add implementation using AIX 4 ACL API.
24144         * lib/set-mode-acl.c (qset_acl): Likewise.
24145         * lib/copy-acl.c (qcopy_acl): Likewise.
24146
24147 2008-06-08  Bruno Haible  <bruno@clisp.org>
24148
24149         Add support for HP-UX ACLs.
24150         * lib/acl-internal.h (acl_nontrivial): New declaration.
24151         * lib/file-has-acl.c (acl_nontrivial): New function.
24152         (file_has_acl): Add implementation using HP-UX 11 ACL API.
24153         * lib/set-mode-acl.c (qset_acl): Likewise.
24154         * lib/copy-acl.c (qcopy_acl): Likewise.
24155
24156 2008-06-08  Bruno Haible  <bruno@clisp.org>
24157
24158         Add support for Cygwin ACLs.
24159         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
24160         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
24161         the chmod_or_fchmod call.
24162         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
24163
24164 2008-06-08  Bruno Haible  <bruno@clisp.org>
24165
24166         Fix bug with setuid modes in Solaris 10+ code.
24167         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
24168         succeeded, when the mode contains some special bits.
24169
24170 2008-06-08  Bruno Haible  <bruno@clisp.org>
24171
24172         Add support for Solaris 7..10 ACLs.
24173         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
24174         declarations.
24175         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
24176         functions.
24177         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
24178         * lib/set-mode-acl.c (qset_acl): Likewise.
24179         * lib/copy-acl.c (qcopy_acl): Likewise.
24180
24181 2008-06-08  Bruno Haible  <bruno@clisp.org>
24182
24183         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
24184         declaration.
24185         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
24186         (acl_access_nontrivial): Remove MacOS X case.
24187         (file_has_acl): Use acl_extended_nontrivial.
24188         * lib/copy-acl.c (qcopy_acl): Likewise.
24189
24190 2008-06-08  Bruno Haible  <bruno@clisp.org>
24191
24192         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
24193
24194 2008-06-08  Jim Meyering  <meyering@redhat.com>
24195
24196         * modules/acl (Maintainer): Add Bruno Haible.
24197
24198 2008-06-07  Bruno Haible  <bruno@clisp.org>
24199
24200         Improve support for Tru64 ACLs.
24201         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
24202         ACL on OSF/1.
24203
24204 2008-06-07  Bruno Haible  <bruno@clisp.org>
24205
24206         Add support for MacOS X ACLs.
24207         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
24208         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
24209         * lib/set-mode-acl.c (qset_acl): Likewise.
24210         * lib/copy-acl.c (qcopy_acl): Likewise.
24211
24212 2008-06-07  Bruno Haible  <bruno@clisp.org>
24213
24214         Fix memory leak introduced on 2008-05-22.
24215         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
24216         use.
24217
24218 2008-06-07  Bruno Haible  <bruno@clisp.org>
24219
24220         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
24221         to construct an empty ACL.
24222
24223 2008-06-07  Bruno Haible  <bruno@clisp.org>
24224
24225         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
24226         precisely.
24227         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
24228
24229 2008-06-07  Bruno Haible  <bruno@clisp.org>
24230
24231         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
24232         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
24233
24234 2008-06-07  Bruno Haible  <bruno@clisp.org>
24235
24236         * doc/posix-functions/_setjmp.texi: Explain the use of this function
24237         regardless of POSIX.
24238         * doc/posix-functions/_longjmp.texi: Likewise.
24239         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
24240         SystemV platform in this case.
24241
24242 2008-06-06  Eric Blake  <ebb9@byu.net>
24243
24244         Document abort() bugs.
24245         * doc/posix-functions/abort.texi (abort): Mention anomalies.
24246
24247         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
24248         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
24249         sigsetjmp.
24250         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
24251         siglongjmp, but only as a macro.
24252         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
24253         is obsolete.
24254         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
24255
24256         Tweak documentation to cover cygwin argz bugs.
24257         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
24258         argz bug fix; no code change needed since no cygwin releases
24259         occurred between the last fix and the bug being tested.
24260         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
24261         module and recently fixed cygwin bugs.
24262         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
24263         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
24264         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
24265         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
24266         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
24267         Likewise.
24268         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
24269         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
24270         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
24271         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
24272         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
24273         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
24274         Likewise.
24275
24276         Avoid gcc warning on cygwin.
24277         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
24278         !ACL_NO_TRIVIAL]: Avoid unused variable.
24279
24280 2008-06-05  Eric Blake  <ebb9@byu.net>
24281
24282         Be tolerant of UNKNOWN version in gnulib-tool test dir.
24283         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
24284         git-version-gen fails to come up with a version.
24285         Reported by Simon Josefsson.
24286
24287 2008-06-05  Jim Meyering  <meyering@redhat.com>
24288             Paul Eggert  <eggert@cs.ucla.edu>
24289
24290         utimens.c: work around a probable Linux kernel bug
24291         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
24292         appears to be a kernel bug that causes utimensat to return 280
24293         instead of 0, indicating success.
24294
24295 2008-06-04  Bruno Haible  <bruno@clisp.org>
24296
24297         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
24298         2008-06-01 commit.
24299
24300 2008-06-04  Bruno Haible  <bruno@clisp.org>
24301
24302         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
24303         * lib/file-has-acl.c (acl_access_nontrivial): New function.
24304         (file_has_acl): Use it. Save errno afterwards.
24305         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
24306
24307 2008-06-03  Bruno Haible  <bruno@clisp.org>
24308
24309         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
24310         draft code. Simplify #ifs.
24311         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
24312         Put Solaris code after POSIX-draft code. Fix comments regarding
24313         Solaris 10, HP-UX. Mention Cygwin.
24314         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
24315
24316 2008-06-03  Eric Blake  <ebb9@byu.net>
24317
24318         Provide fallback for older kernels.
24319         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
24320         Provide runtime fallback if kernel lacks support.
24321         Reported by Mike Frysinger.
24322
24323 2008-06-02  Bruno Haible  <bruno@clisp.org>
24324
24325         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
24326         it exists.
24327
24328 2008-06-02  Bruno Haible  <bruno@clisp.org>
24329
24330         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
24331         * lib/copy-acl.c (qcopy_acl): Update comment.
24332
24333 2008-06-02  Bruno Haible  <bruno@clisp.org>
24334
24335         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
24336         like ACL APIs.
24337
24338 2008-06-02  Bruno Haible  <bruno@clisp.org>
24339
24340         * tests/test-file-has-acl.sh: Use different code for Cygwin.
24341         * tests/test-set-mode-acl.sh: Likewise.
24342         * tests/test-copy-acl.sh: Likewise.
24343         * tests/test-copy-file.sh: Likewise.
24344
24345 2008-06-02  Bruno Haible  <bruno@clisp.org>
24346
24347         * tests/test-file-has-acl.sh: Remove unused code.
24348
24349 2008-06-01  Bruno Haible  <bruno@clisp.org>
24350
24351         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
24352         (copy_acl): Just a wrapper around qcopy_acl that emits the error
24353         messages.
24354         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
24355
24356 2008-06-01  Bruno Haible  <bruno@clisp.org>
24357
24358         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
24359         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
24360         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
24361         APIs.
24362         * modules/acl-tests (configure.ac): Remove tests now contained in
24363         m4/acl.m4.
24364
24365 2008-06-02  Jim Meyering  <meyering@redhat.com>
24366
24367         announce-gen: use a better key-server host name
24368         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
24369         it may be more consistently reliable.  Suggested by Werner Koch
24370         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
24371
24372 2008-06-01  Bruno Haible  <bruno@clisp.org>
24373
24374         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
24375         Reported by Voroskoi Andras <voroskoi@gmail.com>.
24376
24377 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
24378
24379         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
24380
24381 2008-06-01  Bruno Haible  <bruno@clisp.org>
24382
24383         New ACL tests.
24384         * tests/test-file-has-acl.sh: New file.
24385         * tests/test-file-has-acl.c: New file.
24386         * tests/test-set-mode-acl.sh: New file.
24387         * tests/test-set-mode-acl.c: New file.
24388         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
24389         * tests/test-copy-acl.c: New file.
24390         * modules/acl-tests: New file, based on modules/copy-file-tests.
24391         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
24392         (Depends-on): Add acl-tests.
24393         (configure.ac): Remove checks.
24394         (Makefile.am): Don't create test-sameacls program here any more.
24395
24396 2008-06-01  Bruno Haible  <bruno@clisp.org>
24397
24398         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
24399         * tests/test-sameacls.c: Include progname.h.
24400         (main): Invoke set_program_name. Portability fixes for MacOS X,
24401         Solaris, HP-UX.
24402
24403 2008-06-01  Bruno Haible  <bruno@clisp.org>
24404
24405         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
24406         function.
24407         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
24408
24409 2008-06-01  Bruno Haible  <bruno@clisp.org>
24410
24411         * modules/rpmatch (Depends-on): Add strdup.
24412
24413 2008-06-01  Bruno Haible  <bruno@clisp.org>
24414
24415         * lib/pipe.c: Include unistd-safer.h.
24416         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
24417         * modules/pipe (Depends-on): Add unistd-safer.
24418
24419 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24420
24421         * modules/autobuild (configure.ac): Call AB_INIT.
24422
24423 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24424
24425         * tests/test-getaddrinfo.c: Don't print debug messages by default.
24426         Suggested by Bruno Haible <bruno@clisp.org>.
24427
24428 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24429
24430         * tests/test-base64.c: Cast size_t to unsigned long when invoking
24431         printf.  Use %lu instead of %d.  Reported by Bruno Haible
24432         <bruno@clisp.org>.
24433
24434 2008-05-29  Eric Blake  <ebb9@byu.net>
24435
24436         Prefer new POSIX 200x interfaces over futimesat.
24437         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
24438         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
24439         when available.
24440         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
24441
24442 2008-05-28  Bruno Haible  <bruno@clisp.org>
24443
24444         * modules/stpcpy (License): Change to LGPLv2+.
24445         Requested by David Lutterkort <dlutter@redhat.com>.
24446
24447 2008-05-27  Bruno Haible  <bruno@clisp.org>
24448
24449         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
24450         current mingw.
24451         Reported by Jose E. Marchesi <jemarch@gnu.org>.
24452
24453 2008-05-27  Bruno Haible  <bruno@clisp.org>
24454
24455         * modules/iconv_open (Link): New section, from module 'iconv'.
24456         * modules/striconv (Link): Likewise.
24457         * modules/striconveh (Link): Likewise.
24458         * modules/xstriconv (Link): Likewise.
24459         * modules/unicodeio (Link): Likewise.
24460         * modules/propername (Link): Likewise.
24461         Reported by Jim Meyering.
24462
24463 2008-05-26  Jim Meyering  <meyering@redhat.com>
24464
24465         sha256: do not artificially restrict buffer length to be < 2^32
24466         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
24467         uint32_t to size_t.
24468         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
24469         to match.
24470
24471         avoid unaligned access errors, e.g., on sparc
24472         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
24473         direct access through a possibly-unaligned uint64* pointer.
24474         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
24475         direct access through a possibly-unaligned uint32* pointer.
24476         Prompted by this patch from Tom "spot" Callaway:
24477         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
24478
24479         sha512.c: fix typo in comment
24480         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
24481
24482 2008-05-25  Bruno Haible  <bruno@clisp.org>
24483
24484         * lib/set-mode-acl.c: Renamed from lib/acl.c.
24485         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
24486         (Makefile.am): Update lib_SOURCES.
24487
24488 2008-05-25  Bruno Haible  <bruno@clisp.org>
24489
24490         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
24491
24492 2008-05-25  Jim Meyering  <meyering@redhat.com>
24493
24494         useless-if-before-free: freed expr may have white-space differences
24495         * build-aux/useless-if-before-free: Recognize cases in which the
24496         freed expression differs from the tested one in embedded white
24497         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
24498         $1 was used, so we can't make any regexp shy.  Improved tests now
24499         detect this.
24500
24501         useless-if-before-free: accept white space in the expression.
24502         * build-aux/useless-if-before-free: For now, any white space
24503         in the expression must be identical in the free argument.
24504
24505         useless-if-before-free: efficiency tweak
24506         * build-aux/useless-if-before-free: Make the expression-matching
24507         regexp "shy".
24508         Make the *outer* regexp shy, not the expr-matching one.
24509
24510         update code-in-comment to accept cast of free arg
24511         * build-aux/useless-if-before-free: Update regexp.
24512
24513 2008-05-25  Bruno Haible  <bruno@clisp.org>
24514
24515         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
24516         * modules/copy-file-tests (Files, Makefile.am): Update.
24517         * tests/test-copy-file.c (func_test_copy): Update.
24518
24519 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
24520
24521         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
24522
24523 2008-05-23  Bruno Haible  <bruno@clisp.org>
24524
24525         Improve support for ACLs on OSF/1.
24526         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
24527         Remove fallback for unknown flavors of ACLs.
24528
24529 2008-05-22  Bruno Haible  <bruno@clisp.org>
24530
24531         Add support for ACLs on OSF/1.
24532         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
24533         replacements.
24534         (acl_free_text): New macro fallback.
24535         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
24536         acl_free.
24537         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
24538         acl_free_text function. Require AC_C_INLINE.
24539
24540 2008-05-22  Bruno Haible  <bruno@clisp.org>
24541
24542         Make copy_acl work on MacOS X 10.5.
24543         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
24544         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
24545         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
24546         If MODE_INSIDE_ACL, don't assume that every system has the same text
24547         representation for ACLs as FreeBSD.
24548         * lib/copy-acl.c (copy_acl): Add support for platforms with
24549         !MODE_INSIDE_ACL.
24550         * lib/file-has-acl.c (file_has_acl): Likewise.
24551         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
24552         FreeBSD, MacOS X, or IRIX, respectively.
24553
24554 2008-05-22  Bruno Haible  <bruno@clisp.org>
24555
24556         * lib/acl.h: Don't include <sys/acl.h>.
24557         (GETACLCNT): Move fallback to lib/acl-internal.h.
24558         * lib/acl-internal.h: Include <sys/acl.h> here.
24559         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
24560
24561 2008-05-22  Bruno Haible  <bruno@clisp.org>
24562
24563         Split off copy_acl function to separate file.
24564         * lib/copy-acl.c: New file, extracted from lib/acl.c.
24565         * lib/acl.c (copy_acl): Moved function to separate file.
24566         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
24567         * modules/acl (Files): Add lib/copy-acl.c.
24568         (Makefiles.am): Augment lib_SOURCES.
24569
24570 2008-05-22  Bruno Haible  <bruno@clisp.org>
24571
24572         * modules/copy-file-tests: New file.
24573         * tests/test-copy-file.sh: New file.
24574         * tests/test-copy-file.c: New file.
24575         * tests/test-copy-file-sameacls.c: New file.
24576
24577 2008-05-22  Eric Blake  <ebb9@byu.net>
24578
24579         Avoid gcc warning.
24580         * tests/test-memcmp.c (main): Pass NULL indirectly.
24581
24582 2008-05-21  Bruno Haible  <bruno@clisp.org>
24583
24584         Add reference doc about ACLs.
24585         * doc/acl-resources.txt: New file.
24586         * doc/acl-cygwin.txt: New file.
24587
24588 2008-05-21  Bruno Haible  <bruno@clisp.org>
24589
24590         Avoid one more warning from gcc.
24591         * lib/vasnprintf.c (IF_LINT): Update comments.
24592         (VASNPRINTF): Use it also for the 'prefix' array initializer.
24593
24594 2008-05-21  Jim Meyering  <meyering@redhat.com>
24595
24596         avoid a warning from gcc
24597         * lib/vasnprintf.c (IF_LINT): Define.
24598         (scale10_round_decimal_long_double):
24599         Use it to avoid a "may be used uninitialized" warning.
24600         (scale10_round_decimal_double): Likewise.
24601
24602 2008-05-21  Simon Josefsson  <simon@josefsson.org>
24603
24604         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
24605         declared.
24606
24607 2008-05-20  Bruno Haible  <bruno@clisp.org>
24608
24609         * tests/test-memcmp.c (main): Test also the sign of the result. Test
24610         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
24611
24612 2008-05-20  Simon Josefsson  <simon@josefsson.org>
24613
24614         * modules/memcmp-tests: New file.
24615         * tests/test-memcmp.c: New file.
24616
24617 2008-05-19  Bruno Haible  <bruno@clisp.org>
24618
24619         * modules/propername (Notice, configure.ac): Put quoted "..." into
24620         --keyword option.
24621         * lib/propername.h: Update comments accordingly.
24622         Reported by Eric Blake.
24623
24624 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
24625
24626         * modules/getpass-gnu (Depends-on): Add fseeko.
24627
24628 2008-05-19  Simon Josefsson  <simon@josefsson.org>
24629
24630         * modules/base64-tests: New file.
24631
24632 2008-05-19  Bo Borgerson <gigabo@gmail.com>
24633
24634         * lib/base64.c (base64_decode_ctx): If a decode context structure
24635         was passed in use it to ignore newlines.  If a context structure
24636         was _not_ passed in, continue to treat newlines as garbage (this
24637         is the historical behavior).  Formerly base64_decode.
24638         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
24639         takes a decode context structure.
24640         * lib/base64.h (base64_decode): Macro for four-argument calls.
24641         (base64_decode_alloc): Likewise.
24642         * lib/base64.c (base64_decode_ctx): If a decode context structure
24643         was passed in use it to ignore newlines.  If a context structure
24644         was _not_ passed in, continue to treat newlines as garbage (this
24645         is the historical behavior).  Formerly base64_decode.
24646         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
24647         takes a decode context structure.
24648         * lib/base64.h (base64_decode): Macro for four-argument calls.
24649         (base64_decode_alloc): Likewise.
24650
24651 2008-05-19  Jim Meyering  <meyering@redhat.com>
24652
24653         avoid a warning from gcc
24654         * lib/trim.c (IF_LINT): Define.
24655         (trim2): Use it to avoid a "may be used uninitialized" warning.
24656
24657         Fix doc typo.
24658         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
24659
24660 2008-05-19  Bruno Haible  <bruno@clisp.org>
24661
24662         * doc/glibc-functions/getpass.texi: Document limits of other
24663         implementations.
24664
24665 2008-05-19  Simon Josefsson  <simon@josefsson.org>
24666             Bruno Haible <bruno@clisp.org>
24667
24668         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
24669
24670 2008-05-18  Bruno Haible  <bruno@clisp.org>
24671
24672         * modules/propername: New file, from GNU gettext.
24673         * lib/propername.h: New file, from GNU gettext.
24674         * lib/propername.c: New file, from GNU gettext.
24675         * MODULES.html.sh (Internationalization functions): Add propername.
24676
24677 2008-05-16  Jim Meyering  <meyering@redhat.com>
24678             Bruno Haible  <bruno@clisp.org>
24679
24680         Avoid some warnings from "gcc -Wshadow".
24681         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
24682
24683 2008-05-15  Eric Blake  <ebb9@byu.net>
24684
24685         Extend previous patch to cygwin 1.7.0.
24686         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
24687         fast implementation in cygwin >= 1.7.0.
24688         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24689         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24690
24691 2008-05-15  Bruno Haible  <bruno@clisp.org>
24692
24693         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
24694         implementation in glibc >= 2.9.
24695         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24696         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24697
24698 2008-05-15  Bruno Haible  <bruno@clisp.org>
24699
24700         * MODULES.html.sh (Internationalization functions): Remove linebreak.
24701         (Unicode string functions): Add unilbrk/*.
24702         Reported by Karl Berry.
24703
24704 2008-05-15  Eric Blake  <ebb9@byu.net>
24705
24706         Fix violation of <stdbool.h> replacement in regex.
24707         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
24708         * lib/regexec.c (re_search_internal): Likewise.
24709         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
24710
24711 2008-05-15  Jim Meyering  <meyering@redhat.com>
24712
24713         avoid distracting test output when git or cvs is not found
24714         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
24715         * tests/test-vc-list-files-git.sh: Likewise.
24716
24717 2008-05-15  Eric Blake  <ebb9@byu.net>
24718
24719         Glibc finally accepted the memmem speedup code, bugzilla #5514.
24720         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
24721         glibc version.
24722         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
24723         * doc/posix-functions/strstr.texi (strstr): Likewise.
24724         * lib/str-two-way.h (MAX): Sychronize with glibc.
24725
24726 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
24727
24728         * lib/regcomp.c (optimize_utf8): Add a note on why we test
24729         opr.ctx_type.
24730         (calc_first): Initialize constraint field.
24731         (duplicate_node_closure): Use it instead of special casing ANCHORS.
24732         Fix grammar.
24733         (duplicate_node): Merge constraint field for all node types.
24734         (calc_eclosure_iter): Look at constraint field for all node types.
24735         * lib/regex_internal.c (create_cd_newstate): Don't look at
24736         opr.ctx_type.
24737
24738 2008-05-14  Bruno Haible  <bruno@clisp.org>
24739
24740         Help GCC to do better code generation.
24741         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
24742         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
24743         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
24744         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
24745         Declare with attribute 'malloc' if supported.
24746
24747 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
24748
24749         use "echo STR|wc -c" rather than unportable "expr length STR"
24750         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
24751         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
24752
24753 2008-05-14  Jim Meyering  <meyering@redhat.com>
24754
24755         use dd ibs=$n count=1 ... rather than less-portable head -c$n
24756         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
24757         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
24758         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
24759         via Collin Lasse.
24760
24761 2008-05-14  Eric Blake  <ebb9@byu.net>
24762
24763         Avoid quadratic growth in gl_LIBSOURCES.
24764         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
24765         Suggested by Bruno Haible.
24766
24767         Test xmemdup0.
24768         * modules/xmemdup0-tests: New file.
24769         * tests/test-xmemdup0.c: Likewise.
24770
24771 2008-05-13  Eric Blake  <ebb9@byu.net>
24772
24773         Split xmemdup0 into its own module.
24774         * modules/xmemdup0: New file.
24775         * lib/xmemdup0.h: Likewise.
24776         * lib/xmemdup0.c: Likewise.
24777         * MODULES.html.sh (Memory management functions): Add xmemdup0.
24778         * lib/xalloc.h (xmemdup0): Remove.
24779         * lib/xmalloc.c (xmemdup0): Likewise.
24780
24781 2008-05-13  Eric Blake  <ebb9@byu.net>
24782             Bruno Haible  <bruno@clisp.org>
24783
24784         Reduce number of forks required during autoconf.
24785         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
24786         and gl_LIBSOURCES_DIR.
24787         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
24788         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
24789         m4_syscmd per file.
24790         <m4_foreach_w>: Move...
24791         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
24792
24793 2008-05-13  Eric Blake  <ebb9@byu.net>
24794
24795         * gnulib-tool: Fix various comment typos.
24796
24797 2008-05-12  Bruno Haible  <bruno@clisp.org>
24798
24799         Tailor the linebreaking algorithm.
24800         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
24801
24802 2008-05-12  Bruno Haible  <bruno@clisp.org>
24803
24804         Update to Unicode 5.0.0.
24805         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
24806         LBP_JV, LBP_JT. Redistribute values.
24807         (unilbrk_table): Change size.
24808         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
24809         Unicode TR#14 rev. 22.
24810         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
24811         LBP_JV, LBP_JT. Redistribute values.
24812         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
24813         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
24814         Update.
24815         * lib/unilbrk/lbrkprop1.h: Regenerated.
24816         * lib/unilbrk/lbrkprop2.h: Regenerated.
24817         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
24818         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
24819         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
24820         Likewise.
24821         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
24822         Likewise.
24823         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
24824         result.
24825         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
24826         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
24827         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
24828         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
24829         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
24830         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
24831
24832 2008-05-11  Bruno Haible  <bruno@clisp.org>
24833
24834         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
24835
24836 2008-05-11  Bruno Haible  <bruno@clisp.org>
24837
24838         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
24839         * modules/unilbrk/gen-lbrk: New file.
24840
24841 2008-05-11  Bruno Haible  <bruno@clisp.org>
24842
24843         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
24844         * m4/sha512.m4 (gl_SHA512): Likewise.
24845
24846 2008-05-11  Jim Meyering  <meyering@redhat.com>
24847
24848         New modules: crypto/sha256, crypto/sha512 (from coreutils)
24849         * modules/crypto/sha256: New file.
24850         * modules/crypto/sha512: Likewise.
24851         * lib/sha256.c: Likewise.
24852         * lib/sha256.h: Likewise.
24853         * lib/sha512.c: Likewise.
24854         * lib/sha512.h: Likewise.
24855         * lib/u64.h: Likewise.
24856         * m4/sha256.m4: Likewise.
24857         * m4/sha512.m4: Likewise.
24858         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
24859
24860 2008-05-10  Bruno Haible  <bruno@clisp.org>
24861
24862         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
24863         (Input/Output <stdio.h>): Add xprintf.
24864         (Signal handling <signal.h>): Add strsignal.
24865         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
24866         (Core language properties): Add func.
24867         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
24868         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
24869         strings.
24870         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
24871         (Input/output): New section.
24872         (File system functions): Add openat-die, stat-macros.
24873         (Networking functions): Add sockets.
24874         (Unicode string functions): Add unictype/*.
24875         (Support for building libraries and executables): Add gperf.
24876         (Support for building documentation): Add agpl-3.0.
24877         (Misc): Add nocrash.
24878
24879 2008-05-10  Bruno Haible  <bruno@clisp.org>
24880
24881         * modules/unictype/gen-ctype: New file.
24882
24883 2008-05-10  Jim Meyering  <meyering@redhat.com>
24884
24885         Make chdir-safer.c more efficient on a system with no symlinks.
24886         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
24887         also if ELOOP is zero.  Suggested by Bruno Haible.
24888
24889         Make chdir-safer.c slightly safer.
24890         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
24891         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
24892
24893         Avoid compile failure on systems without ELOOP (like mingw).
24894         * lib/chdir-safer.c (ELOOP): Define if not already defined.
24895         Reported by Bruno Haible.
24896
24897 2008-05-10  Bruno Haible  <bruno@clisp.org>
24898
24899         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
24900         (is_utf8_encoding): Use a case-insensitive comparison.
24901         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
24902         streq.
24903
24904 2008-05-10  Bruno Haible  <bruno@clisp.org>
24905
24906         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
24907         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
24908         * lib/unilbrk/ulc-common.h (iconv_string_length,
24909         iconv_string_keeping_offsets): Remove declarations.
24910         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
24911         Don't include <iconv.h>, streq.h, xsize.h.
24912         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
24913         conversion.
24914         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
24915         <iconv.h>, streq.h, xsize.h.
24916         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
24917         conversion.
24918         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
24919         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
24920         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
24921         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
24922
24923 2008-05-10  Bruno Haible  <bruno@clisp.org>
24924
24925         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
24926         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
24927
24928         * modules/unilbrk/u32-width-linebreaks-tests: New file.
24929         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
24930
24931         * modules/unilbrk/u16-width-linebreaks-tests: New file.
24932         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
24933
24934         * modules/unilbrk/u8-width-linebreaks-tests: New file.
24935         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
24936
24937         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
24938         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
24939
24940         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
24941         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
24942
24943         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
24944         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
24945
24946         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
24947         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
24948
24949 2008-05-10  Bruno Haible  <bruno@clisp.org>
24950
24951         Split up 'linebreak' module.
24952         * lib/unilbrk.h: New file, based on lib/linebreak.h.
24953         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
24954         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
24955         modifications.
24956         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
24957         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
24958         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
24959         lib/linebreak.c.
24960         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
24961         lib/linebreak.c.
24962         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
24963         lib/linebreak.c.
24964         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
24965         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
24966         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
24967         lib/linebreak.c.
24968         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
24969         lib/linebreak.c.
24970         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
24971         lib/linebreak.c.
24972         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
24973         lib/linebreak.c.
24974         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
24975         lib/linebreak.c.
24976         * modules/unilbrk/base: New file.
24977         * modules/unilbrk/tables: New file.
24978         * modules/unilbrk/u8-possible-linebreaks: New file.
24979         * modules/unilbrk/u16-possible-linebreaks: New file.
24980         * modules/unilbrk/u32-possible-linebreaks: New file.
24981         * modules/unilbrk/ulc-common: New file.
24982         * modules/unilbrk/ulc-possible-linebreaks: New file.
24983         * modules/unilbrk/u8-width-linebreaks: New file.
24984         * modules/unilbrk/u16-width-linebreaks: New file.
24985         * modules/unilbrk/u32-width-linebreaks: New file.
24986         * modules/unilbrk/ulc-width-linebreaks: New file.
24987         * lib/linebreak.h: Remove file.
24988         * lib/linebreak.c: Remove file.
24989         * m4/linebreak.m4: Remove file.
24990         * modules/linebreak: Remove file.
24991         * NEWS: Mention the changes.
24992
24993 2008-05-09  Eric Blake  <ebb9@byu.net>
24994
24995         Add xmemdup0.
24996         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
24997         implementation.
24998         * lib/xmalloc.c (xmemdup0): New C implementation.
24999
25000 2008-05-08  Bruno Haible  <bruno@clisp.org>
25001
25002         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
25003
25004 2008-05-07  Eric Blake  <ebb9@byu.net>
25005
25006         Support cross-compilation of <wctype.h>.
25007         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
25008         AC_CACHE_CHECK.
25009
25010 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
25011
25012         * build-aux/vc-list-files: Add support for bzr.
25013
25014 2008-05-03  Jim Meyering  <meyering@redhat.com>
25015
25016         avoid failed assertion with tight malloc
25017         * tests/test-getndelim2.c: Correct an off-by-one assertion.
25018
25019 2008-05-03  Simon Josefsson  <simon@josefsson.org>
25020
25021         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
25022         are needed from arpa/inet.h.
25023         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
25024         Reported by Bruno Haible.
25025
25026 2008-05-02  Jim Meyering  <meyering@redhat.com>
25027
25028         avoid compilation error on FreeBSD 6
25029         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
25030
25031 2008-05-01  Jim Meyering  <meyering@redhat.com>
25032
25033         useless-if-before-free: correct --help's exit status description
25034         * build-aux/useless-if-before-free (usage): Like grep, exit 0
25035         for one or more matches, etc.  Reported by Bruno Haible.
25036
25037         vc-list-files: make the stand-alone gnulib test work
25038         * modules/vc-list-files-tests (configure.ac):
25039         Define and AC_SUBST abs_aux_dir.
25040         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
25041         $(abs_top_srcdir) to each script and having each of them
25042         duplicate the work of setting PATH, set PATH here, using
25043         the new variable, abs_aux_dir instead.
25044         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
25045         * tests/test-vc-list-files-git.sh: Likewise.
25046         Reported by Bruno Haible.
25047
25048 2008-05-01  Bruno Haible  <bruno@clisp.org>
25049
25050         * lib/getndelim2.c (getndelim2): Fix newsize computation during
25051         reallocation. Rename 'done' to 'found_delimiter'.
25052
25053 2008-05-01  Jim Meyering  <meyering@redhat.com>
25054
25055         vc-list-files: accommodate /bin/sh like the one from Solaris 10
25056         * build-aux/vc-list-files: Use `...`, not $(...).
25057
25058 2008-04-30  Jim Meyering  <meyering@redhat.com>
25059
25060         add tests for vc-list-files
25061         * modules/vc-list-files-tests: New module.
25062         * tests/test-vc-list-files-cvs.sh: New file.
25063         * tests/test-vc-list-files-git.sh: New file.
25064
25065         avoid a warning from gcc
25066         * lib/getndelim2.c (IF_LINT): Define.
25067         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
25068
25069         vc-list-files: work properly with build-aux/cvsu, too
25070         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
25071         to all cvs-based clauses.
25072
25073         vc-list-files: work properly in the CVS+awk case, too
25074         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
25075
25076         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
25077         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
25078         take more than one file argument, so .  Add quotes, just in case $dir
25079         ever contains a shell meta-character.  Prompted by Soren Hansen in
25080         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
25081
25082 2008-04-29  Eric Blake  <ebb9@byu.net>
25083
25084         Optimize getndelim2 to use block operations when possible.
25085         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
25086         freadseek, and memchr2.
25087         * lib/getndelim2.c (getndelim2): Use them for block reads.
25088
25089 2008-04-29  Bruno Haible  <bruno@clisp.org>
25090
25091         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
25092         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
25093         * modules/inet_ntop (Depends-on): Add extensions.
25094         * modules/inet_pton (Depends-on): Likewise.
25095         Reported by Simon Josefsson.
25096
25097 2008-04-29  Jim Meyering  <meyering@redhat.com>
25098
25099         When the is more than one match in a block, match all of them.
25100         * build-aux/useless-if-before-free: Iterate through each block
25101         until there are no more matches.
25102
25103         Fix broken useless-if-before-free script.
25104         * build-aux/useless-if-before-free: Fix typo: missing "?" after
25105         the expression to match cast of argument to free-like function.
25106
25107 2008-04-29  Eric Blake  <ebb9@byu.net>
25108
25109         Use new header.
25110         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
25111
25112 2008-04-29  Jim Meyering  <meyering@redhat.com>
25113
25114         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
25115         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
25116         by gnulib to exist and to declare e.g., inet_ntop.
25117         Don't include "inet_ntop.h", now removed.
25118
25119         * m4/arpa_inet_h.m4: Remove trailing blanks.
25120
25121 2008-04-29  Eric Blake  <ebb9@byu.net>
25122
25123         Silence valgrind on safe reads beyond potential array bounds.
25124         * lib/rawmemchr.valgrind: New file.
25125         * lib/strchrnul.valgrind: Likewise.
25126         * modules/rawmemchr (Files): Distribute new file.
25127         * modules/strchrnul (Files): Likewise.
25128         Suggested by Bruno Haible.
25129
25130 2008-04-29  Bruno Haible  <bruno@clisp.org>
25131
25132         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
25133         (inet_ntop, inet_pton): Change portability warning's wording.
25134         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
25135         Invoke gl_CHECK_NEXT_HEADERS.
25136         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
25137         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
25138         set ARPA_INET_H.
25139         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
25140         * modules/arpa_inet (Description): No longer only for systems that
25141         lack it.
25142         (Depends-on): Add include_next.
25143         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
25144         HAVE_ARPA_INET_H.
25145
25146 2008-04-29  Jim Meyering  <meyering@redhat.com>
25147
25148         * modules/mkdir (License): Re-license as LGPLv2+.
25149
25150 2008-04-29  Bruno Haible  <bruno@clisp.org>
25151
25152         * modules/rawmemchr (Maintainer): Set to Eric.
25153         * modules/strchrnul (Maintainer): Likewise.
25154
25155 2008-04-29  Simon Josefsson  <simon@josefsson.org>
25156
25157         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
25158         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
25159
25160         * modules/arpa_inet (arpa/inet.h): Use them.
25161
25162 2008-04-28  Eric Blake  <ebb9@byu.net>
25163
25164         Test getndelim2.
25165         * modules/getndelim2-tests: New file.
25166         * tests/test-getndelim2.c: Likewise.
25167         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
25168         stream.
25169         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
25170
25171         * MODULES.html.sh: Document new module.
25172
25173 2008-04-20  Bruno Haible  <bruno@clisp.org>
25174
25175         * lib/c-stack.c (die): Use raise.
25176         * modules/c-stack (Depends-on): Add raise.
25177
25178 2008-04-28  Bruno Haible  <bruno@clisp.org>
25179
25180         Expect rpmatch to be declared.
25181         * lib/yesno.c (rpmatch): Remove declaration.
25182
25183         Declare rpmatch.
25184         * lib/stdlib.in.h (rpmatch): New declaration.
25185         * lib/rpmatch.c: Include <stdlib.h> first.
25186         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
25187         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
25188         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
25189         HAVE_RPMATCH.
25190         * modules/rpmatch (Depends-on): Add stdlib, extensions.
25191         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
25192         (Include): Set to <stdlib.h>.
25193         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
25194         HAVE_RPMATCH.
25195         * NEWS: Document the change.
25196
25197 2008-04-28  Bruno Haible  <bruno@clisp.org>
25198
25199         Change rpmatch to use nl_langinfo when appropriate.
25200         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
25201         (N_): New macro.
25202         (localized_pattern): New function/macro.
25203         (try): Remove match, nomatch arguments. Copy the pattern into safe
25204         memory before caching it.
25205         (rpmatch): Use localized_pattern. Add translator comments.
25206         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
25207         Suggested by Eric Blake.
25208         * modules/rpmatch (Depends-on): Add stdbool.
25209
25210 2008-04-28  Eric Blake  <ebb9@byu.net>
25211
25212         Add rawmemchr module, matching glibc.
25213         * modules/string (Makefile.am): New indicator.
25214         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
25215         * lib/string.in.h (rawmemchr): Declare when appropriate.
25216         * modules/rawmemchr: New file.
25217         * m4/rawmemchr.m4: Likewise.
25218         * lib/rawmemchr.c: Likewise.
25219         * modules/rawmemchr-tests: Likewise.
25220         * tests/test-rawmemchr.c: Likewise.
25221         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
25222         module.
25223         * modules/strchrnul (Depends-on): Add rawmemchr.
25224         * lib/strchrnul.c (strchrnul): Optimize a corner case.
25225
25226         Whitespace cleanup.
25227         * tests/test-strchrnul.c: Reindent.
25228         * lib/strchrnul.c: Likewise.
25229
25230         Optimize and test strchrnul.
25231         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
25232         * modules/strchrnul-tests: New file.
25233         * tests/test-strchrnul.c: Likewise.
25234
25235         Remove intprops dependency.
25236         * modules/memchr (Depends-on): Remove intprops.
25237         * modules/memrchr (Depends-on): Likewise.
25238         * modules/memchr2 (Depends-on): Likewise.
25239         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
25240         * lib/memrchr.c (__memrchr): Likewise.
25241         * lib/memrchr2.c (memchr2): Likewise.
25242         Reported by Simon Josefsson.
25243
25244 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25245
25246         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
25247         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25248
25249 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25250
25251         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
25252
25253         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
25254
25255         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
25256
25257         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
25258         declarations.
25259         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
25260
25261         * m4/inet_pton.m4: Don't check for header files.
25262
25263         * m4/inet_ntop.m4: Don't check for header files.
25264
25265 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25266
25267         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
25268         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
25269         trigger for cygwin).
25270         Reported by Bruno Haible  <bruno@clisp.org>.
25271
25272 2008-04-28  Bruno Haible  <bruno@clisp.org>
25273
25274         * doc/posix-functions/strdup.texi: Mention mingw problem.
25275
25276 2008-04-27  Bruno Haible  <bruno@clisp.org>
25277
25278         * modules/stat-time-tests (Depends-on): Add sleep.
25279         * tests/test-stat-time.c (force_unlink): New function.
25280         (cleanup): Use it.
25281         (test_mtime): Remove the ctime related tests.
25282         (test_ctime): New function, containing the ctime related tests.
25283         (main): Call test_ctime, except on native Windows platforms.
25284
25285 2008-04-27  Bruno Haible  <bruno@clisp.org>
25286
25287         * lib/rpmatch.c (rpmatch): Add some comments.
25288         Reported by James Youngman <jay@gnu.org>.
25289
25290 2008-04-27  Bruno Haible  <bruno@clisp.org>
25291
25292         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
25293         quiet NaNs.
25294
25295 2008-04-27  Bruno Haible  <bruno@clisp.org>
25296
25297         Make test-yesno.sh work on mingw.
25298         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
25299         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
25300         (main): Set stdin to binary mode.
25301         * modules/yesno-tests (Depends-on): Add binary-io.
25302
25303 2008-04-27  Bruno Haible  <bruno@clisp.org>
25304
25305         Fix 'isfinite' on x86, x86_64, ia64 platforms.
25306         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
25307         argument that lie outside the IEEE 854 domain.
25308         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
25309         (gl_ISFINITE): Use it.
25310         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
25311
25312 2008-04-27  Bruno Haible  <bruno@clisp.org>
25313
25314         Allow local renaming in config.h.
25315         * lib/memrchr.c (memrchr): Don't undefine outside libc.
25316
25317 2008-04-27  Bruno Haible  <bruno@clisp.org>
25318
25319         * lib/memchr.c (__memchr): Change type of 'i'.
25320         * lib/memchr2.c (memchr2): Likewise.
25321
25322 2008-04-26  Eric Blake  <ebb9@byu.net>
25323         and Bruno Haible  <bruno@clisp.org>
25324
25325         Optimize and test memrchr.
25326         * modules/memrchr (Depends-on): Add intprops.
25327         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
25328         * modules/memrchr-tests: New file.
25329         * tests/test-memrchr.c: New file.
25330
25331 2008-04-26  Bruno Haible  <bruno@clisp.org>
25332
25333         Add tentative support for DragonFly BSD.
25334         * lib/stdio-impl.h: Add macros for DragonFly BSD.
25335         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
25336         fp.
25337         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
25338         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
25339         * lib/fpurge.c (fpurge): Likewise.
25340         * lib/freadable.c (freaadable): Likewise.
25341         * lib/freadahead.c (freadahead): Likewise.
25342         * lib/freading.c (freading): Likewise.
25343         * lib/freadptr.c (freadptr): Likewise.
25344         * lib/freadseek.c (freadptrinc): Likewise.
25345         * lib/fseeko.c (fseeko): Likewise.
25346         * lib/fseterr.c (fseterr): Likewise.
25347         * lib/fwritable.c (fwritable): Likewise.
25348         * lib/fwriting.c (fwriting): Likewise.
25349
25350 2008-04-26  Bruno Haible  <bruno@clisp.org>
25351
25352         * lib/stdio-impl.h: New file.
25353         * lib/fbufmode.c: Include stdio-impl.h.
25354         (fbufmode): Use fp_, remove redundant #defines.
25355         * lib/fflush.c: Include stdio-impl.h.
25356         (clear_ungetc_buffer): Remove redundant #defines.
25357         * lib/fpurge.c: Include stdio-impl.h.
25358         (fpurge): Remove redundant #defines.
25359         * lib/freadable.c: Include stdio-impl.h.
25360         (freadable): Remove redundant #defines.
25361         * lib/freadahead.c: Include stdio-impl.h.
25362         (freadahead): Remove redundant #defines.
25363         * lib/freading.c: Include stdio-impl.h.
25364         (freading): Remove redundant #defines.
25365         * lib/freadptr.c: Include stdio-impl.h.
25366         (freadptr): Remove redundant #defines.
25367         * lib/freadseek.c: Include stdio-impl.h.
25368         (freadptrinc): Remove redundant #defines.
25369         * lib/fseeko.c: Include stdio-impl.h.
25370         (rpl_fseeko): Remove redundant #defines.
25371         * lib/fseterr.c: Include stdio-impl.h.
25372         (fseterr): Remove redundant #defines.
25373         * lib/fwritable.c: Include stdio-impl.h.
25374         (fwritable: Remove redundant #defines.
25375         * lib/fwriting.c: Include stdio-impl.h.
25376         (fwriting): Remove redundant #defines.
25377         * modules/fbufmode (Files): Add lib/stdio-impl.h.
25378         * modules/fflush (Files): Likewise.
25379         * modules/fpurge (Files): Likewise.
25380         * modules/freadable (Files): Likewise.
25381         * modules/freadahead (Files): Likewise.
25382         * modules/freading (Files): Likewise.
25383         * modules/freadptr (Files): Likewise.
25384         * modules/freadseek (Files): Likewise.
25385         * modules/fseeko (Files): Likewise.
25386         * modules/fseterr (Files): Likewise.
25387         * modules/fwritable (Files): Likewise.
25388         * modules/fwriting (Files): Likewise.
25389
25390 2008-04-26  Bruno Haible  <bruno@clisp.org>
25391
25392         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
25393         restore_seek_optimization, update_fpos_cache): New functions, extracted
25394         from rpl_fflush.
25395         (rpl_fflush): Use them.
25396         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
25397         (gl_REPLACE_FFLUSH): Use it.
25398
25399 2008-04-26  Bruno Haible  <bruno@clisp.org>
25400
25401         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
25402         on Solaris.
25403         * tests/test-xstrtoimax.sh: Likewise.
25404         * tests/test-xstrtoumax.sh: Likewise.
25405         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25406
25407 2008-04-26  Bruno Haible  <bruno@clisp.org>
25408
25409         * modules/memchr-tests: New file.
25410         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
25411
25412 2008-04-26  Eric Blake  <ebb9@byu.net>
25413             Bruno Haible  <bruno@clisp.org>
25414
25415         * lib/memchr.c: Include intprops.h.
25416         (__memchr): Optimize parallel detection of matching bytes. Rename local
25417         variables. Add explanatory comments.
25418
25419 2008-04-26  Bruno Haible  <bruno@clisp.org>
25420
25421         Fix module 'memchr', broken since 2000-10-28.
25422         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
25423
25424 2008-04-26  Bruno Haible  <bruno@clisp.org>
25425
25426         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
25427         comments.
25428
25429 2008-04-25  Eric Blake  <ebb9@byu.net>
25430
25431         Use native fstatat on cygwin 1.7.0.
25432         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
25433         first.
25434
25435 2008-04-23  Eric Blake  <ebb9@byu.net>
25436
25437         Improve memchr2 performance.
25438         * lib/memchr2.c (memchr2): Further optimize parallel detection of
25439         NUL bytes.
25440         * modules/memchr2 (Depends-on): Use intprops.h.
25441
25442 2008-04-23  Simon Josefsson  <simon@josefsson.org>
25443
25444         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
25445         an inline function instead of a CPP macro.  Patch by Ben Pfaff
25446         <blp@cs.stanford.edu>.
25447
25448 2008-04-23  Simon Josefsson  <simon@josefsson.org>
25449
25450         * lib/arpa_inet.in.h: New file.
25451
25452         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
25453         (Makefile.am): Sed in substitute header file.
25454
25455         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
25456         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
25457
25458         * modules/inet_ntop (configure.ac): Use
25459         gl_ARPA_INET_MODULE_INDICATOR.
25460
25461         * modules/inet_pton (configure.ac): Use
25462         gl_ARPA_INET_MODULE_INDICATOR.
25463
25464 2008-04-22  Jim Meyering  <meyering@redhat.com>
25465
25466         * modules/verify (License): Re-license as LGPLv2+.
25467
25468 2008-04-22  Simon Josefsson  <simon@josefsson.org>
25469
25470         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
25471         parameter to void* as per POSIX standard (MinGW uses char*).
25472
25473 2008-04-21  Bruno Haible  <bruno@clisp.org>
25474
25475         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
25476         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
25477         Define to replacements if REPLACE_ISWCNTRL is 1.
25478         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
25479         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
25480         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
25481         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
25482         what it fixes.
25483         * doc/posix-functions/iswalpha.texi: Likewise.
25484         * doc/posix-functions/iswblank.texi: Likewise.
25485         * doc/posix-functions/iswcntrl.texi: Likewise.
25486         * doc/posix-functions/iswdigit.texi: Likewise.
25487         * doc/posix-functions/iswgraph.texi: Likewise.
25488         * doc/posix-functions/iswlower.texi: Likewise.
25489         * doc/posix-functions/iswprint.texi: Likewise.
25490         * doc/posix-functions/iswpunct.texi: Likewise.
25491         * doc/posix-functions/iswspace.texi: Likewise.
25492         * doc/posix-functions/iswupper.texi: Likewise.
25493         * doc/posix-functions/iswxdigit.texi: Likewise.
25494         Reported by Alain Guibert.
25495
25496 2008-04-21  Bruno Haible  <bruno@clisp.org>
25497
25498         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
25499         Patch by Alain Guibert.
25500
25501 2008-04-21  Bruno Haible  <bruno@clisp.org>
25502
25503         Fix test failures on mingw.
25504         * tests/test-xstrtol.c (print_no_progname): New function.
25505         (main): Install it in error_print_progname hook.
25506         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
25507         * tests/test-xstrtoimax.sh: Likewise.
25508         * tests/test-xstrtoumax.sh: Likewise.
25509
25510 2008-04-21  Bruno Haible  <bruno@clisp.org>
25511
25512         Fix test failure on mingw.
25513         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
25514
25515 2008-04-21  Bruno Haible  <bruno@clisp.org>
25516
25517         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
25518         Actually assign a value.
25519
25520 2008-04-20  Bruno Haible  <bruno@clisp.org>
25521
25522         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
25523         take 2.
25524         * lib/canonicalize.c (canonicalize_file_name): Elide if the
25525         'canonicalize-lgpl' module is also used.
25526         * lib/canonicalize-lgpl.c: Undo last change.
25527         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
25528
25529 2008-04-20  Bruno Haible  <bruno@clisp.org>
25530
25531         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
25532         config.h. Provide _mkdir based fallback for mingw.
25533         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
25534         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
25535         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
25536         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
25537         rather than defining mkdir in config.h.
25538         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
25539         (gl_SYS_STAT_H_DEFAULTS): New macro.
25540         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
25541         HAVE_IO_H any more.
25542         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
25543         HAVE_DECL_MKDIR and HAVE_IO_H.
25544
25545 2008-04-20  Bruno Haible  <bruno@clisp.org>
25546
25547         * lib/isapipe.c: Port to native Windows platforms.
25548
25549 2008-04-20  Bruno Haible  <bruno@clisp.org>
25550
25551         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
25552
25553 2008-04-21  Eric Blake  <ebb9@byu.net>
25554
25555         Work around preprocessors that don't handle UINTMAX_MAX.
25556         * lib/memchr2.c (memchr2): Avoid embedded #if.
25557         Reported by Alain Guibert, fix suggested by Bruno Haible.
25558
25559 2008-04-21  Simon Josefsson  <simon@josefsson.org>
25560
25561         * doc/posix-functions/strftime.texi (strftime): Explain better
25562         Windows incompatibility.  Suggested by Micah Cowan
25563         <micah@cowan.name>.
25564
25565 2008-04-20  Bruno Haible  <bruno@clisp.org>
25566
25567         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
25568         unistr/u8-mblen.
25569
25570 2008-04-20  Bruno Haible  <bruno@clisp.org>
25571
25572         Fix test failure on platforms with non-GNU iconv.
25573         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
25574         (U_TO_U8): Use it, rather than u16_to_u8.
25575         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
25576         units at the end of the input string.
25577         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
25578
25579 2008-04-20  Bruno Haible  <bruno@clisp.org>
25580
25581         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
25582         when the resulting length is 0.
25583         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
25584
25585 2008-04-20  Bruno Haible  <bruno@clisp.org>
25586
25587         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
25588         works.
25589         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
25590
25591 2008-04-20  Bruno Haible  <bruno@clisp.org>
25592
25593         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
25594         * modules/tsearch-tests (configure.ac): Test for initstate function.
25595
25596 2008-04-20  Bruno Haible  <bruno@clisp.org>
25597
25598         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
25599         for nlink_t if missing.
25600         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
25601
25602 2008-04-19  Bruno Haible  <bruno@clisp.org>
25603
25604         Work around snprintf bug on Linux libc5.
25605         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
25606         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
25607         gl_SNPRINTF_SIZE1.
25608         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25609         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
25610         that test failed.
25611         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
25612         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
25613         * modules/snprintf (Files): Add m4/printf.m4.
25614         * modules/vsnprintf (Files): Likewise.
25615         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
25616         * doc/posix-functions/vsnprintf.texi: Likewise.
25617
25618 2008-04-19  Bruno Haible  <bruno@clisp.org>
25619
25620         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
25621         from 0.0058 to less than 10^-7.
25622
25623 2008-04-19  Bruno Haible  <bruno@clisp.org>
25624
25625         Fix rounding when a precision is given.
25626         * lib/vasnprintf.c (is_borderline): New function.
25627         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
25628         9...9x.
25629         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
25630         %e, %g.
25631         * tests/test-vasprintf-posix.c (test_function): Likewise.
25632         * tests/test-snprintf-posix.h (test_function): Likewise.
25633         * tests/test-sprintf-posix.h (test_function): Likewise.
25634         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
25635         * tests/test-printf-posix.h (test_function): Likewise.
25636         * tests/test-printf-posix.output: Update.
25637         Reported by John Darrington <john@darrington.wattle.id.au> via
25638         Ben Pfaff <blp@cs.stanford.edu>.
25639
25640 2008-04-18  Simon Josefsson  <simon@josefsson.org>
25641
25642         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
25643         Suggested by Bruno Haible <bruno@clisp.org>.
25644
25645 2008-04-17  Bruno Haible  <bruno@clisp.org>
25646
25647         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
25648         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
25649         implementation.
25650         Patch by Bruce Merry <bmerry@gmail.com>.
25651
25652 2008-04-17  Simon Josefsson  <simon@josefsson.org>
25653
25654         * doc/posix-functions/strftime.texi (strftime): Mention that %e
25655         doesn't work under Windows.
25656
25657 2008-04-16  Bruno Haible  <bruno@clisp.org>
25658
25659         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
25660         New macros.
25661         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
25662         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
25663         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
25664         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
25665         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
25666         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
25667         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
25668         macros.
25669         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
25670         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
25671         Northern Sotho, Uighur.
25672
25673 2008-04-16  Bruno Haible  <bruno@clisp.org>
25674
25675         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
25676         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
25677         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
25678         Reported by Daniel Bergström <daniel@octocode.com>.
25679
25680 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
25681             Bruno Haible  <bruno@clisp.org>
25682
25683         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
25684         function.
25685         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
25686         New functions, mostly extracted from gl_locale_name_default.
25687         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
25688
25689 2008-04-16  Eric Blake  <ebb9@byu.net>
25690
25691         Adjust strtod detection to catch glibc 2.7 bug.
25692         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
25693         Reported by John Gatewood Ham.
25694
25695 2008-04-16  Bruno Haible  <bruno@clisp.org>
25696
25697         Add tentative support for Linux libc5.
25698         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
25699         * lib/fpurge.c (fpurge): Likewise.
25700         * lib/freadable.c (freadable): Likewise.
25701         * lib/freadahead.c (freadahead): Likewise.
25702         * lib/freading.c (freading): Likewise.
25703         * lib/freadptr.c (freadptr): Likewise.
25704         * lib/freadseek.c (freadptrinc): Likewise.
25705         * lib/fseeko.c (rpl_fseeko): Likewise.
25706         * lib/fseterr.c (fseterr): Likewise.
25707         * lib/fwritable.c (fwritable): Likewise.
25708         * lib/fwriting.c (fwriting): Likewise.
25709         Reported by Alain Guibert <alguibert+bts@free.fr>.
25710
25711 2008-04-15  Bruno Haible  <bruno@clisp.org>
25712
25713         * modules/mathl (configure.ac): Define module indicator.
25714
25715 2008-04-15  Bruno Haible  <bruno@clisp.org>
25716
25717         * lib/logl.c (logl): Remove unused variables.
25718
25719 2008-04-15  Bruno Haible  <bruno@clisp.org>
25720
25721         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
25722         fails.
25723
25724 2008-04-15  Bruno Haible  <bruno@clisp.org>
25725
25726         * lib/trim.c (trim2): Fix argument of isspace() macro.
25727
25728 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
25729
25730         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
25731         to 0.
25732         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
25733
25734 2008-04-14  Bruno Haible  <bruno@clisp.org>
25735
25736         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
25737         AC_LANG_PROGRAM argument.
25738         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
25739         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
25740         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
25741         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
25742         * m4/math_h.m4 (gl_MATH_H): Likewise.
25743         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
25744         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
25745         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
25746         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
25747         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
25748         * m4/regex.m4 (gl_REGEX): Likewise.
25749         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
25750         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
25751         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25752         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
25753         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
25754         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
25755         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
25756         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
25757
25758 2008-04-14  Jim Meyering  <meyering@redhat.com>
25759
25760         test-strtod: fix typos: s/abs/fabs/
25761         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
25762
25763 2008-04-13  Bruno Haible  <bruno@clisp.org>
25764
25765         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
25766         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
25767         module is also used and while not building the reloc-wrapper.
25768
25769 2008-04-13  Bruno Haible  <bruno@clisp.org>
25770
25771         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
25772
25773 2008-04-13  Bruno Haible  <bruno@clisp.org>
25774
25775         Fix AIX compilation failure introduced on 2008-04-02.
25776         * tests/test-frexp.c (exp): Undefine before redefining.
25777         * tests/test-frexpl.c (exp): Likewise.
25778
25779 2008-04-13  Bruno Haible  <bruno@clisp.org>
25780
25781         Work around a HP-UX stdio bug.
25782         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
25783         * tests/test-ftello.c (main): Likewise.
25784         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
25785         * doc/posix-functions/ftello.texi: Likewise.
25786
25787 2008-04-13  Bruno Haible  <bruno@clisp.org>
25788
25789         Make test-signbit pass on HP-UX/hppa.
25790         * tests/test-signbit.c (minus_zerol): New variable.
25791         (test_signbitl): Use it.
25792
25793 2008-04-13  Bruno Haible  <bruno@clisp.org>
25794
25795         Make truncl work on OSF/1 4.0.
25796         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
25797         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
25798         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
25799         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
25800         HAVE_DECL_TRUNCL.
25801         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
25802         HAVE_DECL_TRUNCL.
25803         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
25804
25805 2008-04-13  Bruno Haible  <bruno@clisp.org>
25806
25807         * lib/unictype.h: Remove trailing comma from enumeration definitions.
25808
25809 2008-04-13  Bruno Haible  <bruno@clisp.org>
25810
25811         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
25812         expression, so as to avoid HP-UX 11 cc compiler bug.
25813
25814 2008-04-13  Bruno Haible  <bruno@clisp.org>
25815
25816         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
25817
25818 2008-04-13  Bruno Haible  <bruno@clisp.org>
25819
25820         * lib/git-merge-changelog.c: Remove empty declaration outside of
25821         functions.
25822
25823 2008-04-13  Bruno Haible  <bruno@clisp.org>
25824
25825         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
25826
25827 2008-04-13  Bruno Haible  <bruno@clisp.org>
25828
25829         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
25830         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
25831         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
25832         also if it exists but lacks definitions of the SHUT_* macros.
25833         * modules/sys_socket (Description): Update.
25834         Reported by Elbert Pol <e.pol@chello.nl>.
25835
25836 2008-04-13  Bruno Haible  <bruno@clisp.org>
25837
25838         * lib/localcharset.c (OS2): Don't redefine if already defined.
25839         Reported by Elbert Pol <e.pol@chello.nl>.
25840
25841 2008-04-13  Bruno Haible  <bruno@clisp.org>
25842
25843         * lib/binary-io.h [__EMX__]: Include <io.h>.
25844         Reported by Elbert Pol <e.pol@chello.nl>.
25845
25846 2008-04-12  Bruno Haible  <bruno@clisp.org>
25847
25848         * lib/fpucw.h: Enable the definitions also for x86_64.
25849         Needed for NetBSD/x86_64.
25850         Reported by Thomas Klausner <tk@giga.or.at>.
25851
25852 2008-04-12  Bruno Haible  <bruno@clisp.org>
25853
25854         * tests/test-strtod.c: Include isnand.h.
25855         (main): Use isnand instead of isnan.
25856         Reported by Jim Meyering.
25857
25858 2008-04-12  Bruno Haible  <bruno@clisp.org>
25859
25860         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
25861         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
25862
25863 2008-04-12  Jim Meyering  <meyering@redhat.com>
25864
25865         * m4/math_h.m4 (gl_MATH_H): Fix typos.
25866
25867 2008-04-12  Bruno Haible  <bruno@clisp.org>
25868
25869         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
25870         Reported by Elbert Pol <e.pol@chello.nl>.
25871
25872 2008-04-12  Eric Blake  <ebb9@byu.net>
25873
25874         Work around Solaris 10 math.h bug.
25875         * m4/math_h.m4 (gl_MATH_H): Check for bug.
25876         (gl_MATH_H_DEFAULTS): Set up default.
25877         * modules/math (Makefile.am): Replace new indicators.
25878         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
25879         * tests/test-math.c (main): Test this.
25880         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
25881         * doc/posix-headers/math.texi (math.h): Mention bug.
25882         Reported by Nelson H. F. Beebe and Jim Meyering.
25883
25884 2008-04-11  Bruno Haible  <bruno@clisp.org>
25885
25886         Adapt to future versions of Apple GCC.
25887         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
25888         Reported by Peter O'Gorman <peter@pogma.com>.
25889
25890 2008-04-11  Bruno Haible  <bruno@clisp.org>
25891
25892         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
25893
25894 2008-04-11  Bruno Haible  <bruno@clisp.org>
25895
25896         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
25897
25898         * modules/getaddrinfo-tests (Makefile.am): Define
25899         test_getaddrinfo_LDADD.
25900
25901 2008-04-11  Bruno Haible  <bruno@clisp.org>
25902
25903         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
25904         (init): Fix syntax error.
25905         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
25906         is declared.
25907
25908 2008-04-11  Bruno Haible  <bruno@clisp.org>
25909
25910         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
25911         * modules/glob (Depends-on): Add stdbool.
25912
25913 2008-04-11  Bruno Haible  <bruno@clisp.org>
25914
25915         * lib/trim.c: Include <string.h>.
25916
25917 2008-04-11  Eric Blake  <ebb9@byu.net>
25918
25919         Avoid compile failure on OS/2.
25920         * lib/regex_internal.h (internal_function): Disable optimization
25921         on OS/2 (__EMX__), where it caused compiler error.
25922         Reported by Elbert Pol.
25923
25924 2008-04-11  Bruno Haible  <bruno@clisp.org>
25925
25926         Flush the standard error stream before aborting. Needed on mingw.
25927         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
25928         * tests/test-array_list.c (ASSERT): Likewise.
25929         * tests/test-array_oset.c (ASSERT): Likewise.
25930         * tests/test-avltree_list.c (ASSERT): Likewise.
25931         * tests/test-avltree_oset.c (ASSERT): Likewise.
25932         * tests/test-avltreehash_list.c (ASSERT): Likewise.
25933         * tests/test-binary-io.c (ASSERT): Likewise.
25934         * tests/test-byteswap.c (ASSERT): Likewise.
25935         * tests/test-c-ctype.c (ASSERT): Likewise.
25936         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
25937         * tests/test-c-strcasestr.c (ASSERT): Likewise.
25938         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
25939         * tests/test-c-strstr.c (ASSERT): Likewise.
25940         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
25941         * tests/test-canonicalize.c (ASSERT): Likewise.
25942         * tests/test-carray_list.c (ASSERT): Likewise.
25943         * tests/test-ceilf1.c (ASSERT): Likewise.
25944         * tests/test-ceilf2.c (ASSERT): Likewise.
25945         * tests/test-ceill.c (ASSERT): Likewise.
25946         * tests/test-count-one-bits.c (ASSERT): Likewise.
25947         * tests/test-fbufmode.c (ASSERT): Likewise.
25948         * tests/test-fflush2.c (ASSERT): Likewise.
25949         * tests/test-floorf1.c (ASSERT): Likewise.
25950         * tests/test-floorf2.c (ASSERT): Likewise.
25951         * tests/test-floorl.c (ASSERT): Likewise.
25952         * tests/test-fopen.c (ASSERT): Likewise.
25953         * tests/test-fpending.c (ASSERT): Likewise.
25954         * tests/test-fprintf-posix.c (ASSERT): Likewise.
25955         * tests/test-fpurge.c (ASSERT): Likewise.
25956         * tests/test-freadable.c (ASSERT): Likewise.
25957         * tests/test-freadahead.c (ASSERT): Likewise.
25958         * tests/test-freading.c (ASSERT): Likewise.
25959         * tests/test-freadptr.c (ASSERT): Likewise.
25960         * tests/test-freadptr2.c (ASSERT): Likewise.
25961         * tests/test-freadseek.c (ASSERT): Likewise.
25962         * tests/test-freopen.c (ASSERT): Likewise.
25963         * tests/test-frexp.c (ASSERT): Likewise.
25964         * tests/test-frexpl.c (ASSERT): Likewise.
25965         * tests/test-fseek.c (ASSERT): Likewise.
25966         * tests/test-fseeko.c (ASSERT): Likewise.
25967         * tests/test-fstrcmp.c (ASSERT): Likewise.
25968         * tests/test-ftell.c (ASSERT): Likewise.
25969         * tests/test-ftello.c (ASSERT): Likewise.
25970         * tests/test-func.c (ASSERT): Likewise.
25971         * tests/test-fwritable.c (ASSERT): Likewise.
25972         * tests/test-fwriting.c (ASSERT): Likewise.
25973         * tests/test-getdelim.c (ASSERT): Likewise.
25974         * tests/test-getline.c (ASSERT): Likewise.
25975         * tests/test-i-ring.c (ASSERT): Likewise.
25976         * tests/test-iconv-utf.c (ASSERT): Likewise.
25977         * tests/test-iconv.c (ASSERT): Likewise.
25978         * tests/test-isfinite.c (ASSERT): Likewise.
25979         * tests/test-isnand.c (ASSERT): Likewise.
25980         * tests/test-isnanf.c (ASSERT): Likewise.
25981         * tests/test-isnanl.h (ASSERT): Likewise.
25982         * tests/test-ldexpl.c (ASSERT): Likewise.
25983         * tests/test-linked_list.c (ASSERT): Likewise.
25984         * tests/test-linkedhash_list.c (ASSERT): Likewise.
25985         * tests/test-localename.c (ASSERT): Likewise.
25986         * tests/test-lseek.c (ASSERT): Likewise.
25987         * tests/test-mbscasecmp.c (ASSERT): Likewise.
25988         * tests/test-mbscasestr1.c (ASSERT): Likewise.
25989         * tests/test-mbscasestr2.c (ASSERT): Likewise.
25990         * tests/test-mbscasestr3.c (ASSERT): Likewise.
25991         * tests/test-mbscasestr4.c (ASSERT): Likewise.
25992         * tests/test-mbschr.c (ASSERT): Likewise.
25993         * tests/test-mbscspn.c (ASSERT): Likewise.
25994         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
25995         * tests/test-mbspbrk.c (ASSERT): Likewise.
25996         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
25997         * tests/test-mbsrchr.c (ASSERT): Likewise.
25998         * tests/test-mbsspn.c (ASSERT): Likewise.
25999         * tests/test-mbsstr1.c (ASSERT): Likewise.
26000         * tests/test-mbsstr2.c (ASSERT): Likewise.
26001         * tests/test-mbsstr3.c (ASSERT): Likewise.
26002         * tests/test-memchr2.c (ASSERT): Likewise.
26003         * tests/test-memmem.c (ASSERT): Likewise.
26004         * tests/test-open.c (ASSERT): Likewise.
26005         * tests/test-printf-frexp.c (ASSERT): Likewise.
26006         * tests/test-printf-frexpl.c (ASSERT): Likewise.
26007         * tests/test-printf-posix.c (ASSERT): Likewise.
26008         * tests/test-quotearg.c (ASSERT): Likewise.
26009         * tests/test-rbtree_list.c (ASSERT): Likewise.
26010         * tests/test-rbtree_oset.c (ASSERT): Likewise.
26011         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
26012         * tests/test-round1.c (ASSERT): Likewise.
26013         * tests/test-roundf1.c (ASSERT): Likewise.
26014         * tests/test-roundl.c (ASSERT): Likewise.
26015         * tests/test-signbit.c (ASSERT): Likewise.
26016         * tests/test-sleep.c (ASSERT): Likewise.
26017         * tests/test-snprintf-posix.c (ASSERT): Likewise.
26018         * tests/test-snprintf.c (ASSERT): Likewise.
26019         * tests/test-sprintf-posix.c (ASSERT): Likewise.
26020         * tests/test-stat-time.c (ASSERT): Likewise.
26021         * tests/test-strcasestr.c (ASSERT): Likewise.
26022         * tests/test-strerror.c (ASSERT): Likewise.
26023         * tests/test-striconv.c (ASSERT): Likewise.
26024         * tests/test-striconveh.c (ASSERT): Likewise.
26025         * tests/test-striconveha.c (ASSERT): Likewise.
26026         * tests/test-strsignal.c (ASSERT): Likewise.
26027         * tests/test-strstr.c (ASSERT): Likewise.
26028         * tests/test-strtod.c (ASSERT): Likewise.
26029         * tests/test-trunc1.c (ASSERT): Likewise.
26030         * tests/test-trunc2.c (ASSERT): Likewise.
26031         * tests/test-truncf1.c (ASSERT): Likewise.
26032         * tests/test-truncf2.c (ASSERT): Likewise.
26033         * tests/test-truncl.c (ASSERT): Likewise.
26034         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
26035         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
26036         * tests/test-vasnprintf.c (ASSERT): Likewise.
26037         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
26038         * tests/test-vasprintf.c (ASSERT): Likewise.
26039         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
26040         * tests/test-vprintf-posix.c (ASSERT): Likewise.
26041         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
26042         * tests/test-vsnprintf.c (ASSERT): Likewise.
26043         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
26044         * tests/test-wcwidth.c (ASSERT): Likewise.
26045         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
26046         * tests/test-xprintf-posix.c (ASSERT): Likewise.
26047         * tests/test-xvasprintf.c (ASSERT): Likewise.
26048         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
26049         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
26050         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
26051         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
26052         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
26053         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
26054         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
26055         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
26056         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
26057         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
26058         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
26059         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
26060         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
26061         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
26062         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
26063         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
26064         * tests/unictype/test-block_list.c (ASSERT): Likewise.
26065         * tests/unictype/test-block_of.c (ASSERT): Likewise.
26066         * tests/unictype/test-block_test.c (ASSERT): Likewise.
26067         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
26068         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
26069         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
26070         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
26071         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
26072         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
26073         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
26074         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
26075         * tests/unictype/test-combining.c (ASSERT): Likewise.
26076         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
26077         * tests/unictype/test-digit.c (ASSERT): Likewise.
26078         * tests/unictype/test-mirror.c (ASSERT): Likewise.
26079         * tests/unictype/test-numeric.c (ASSERT): Likewise.
26080         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
26081         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
26082         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
26083         * tests/unictype/test-scripts.c (ASSERT): Likewise.
26084         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
26085         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
26086         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
26087         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
26088         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
26089         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
26090         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
26091         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
26092         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
26093         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
26094         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
26095         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
26096         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
26097         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
26098         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
26099         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
26100         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
26101         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
26102         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
26103         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
26104         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
26105         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
26106         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
26107         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
26108         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
26109         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
26110         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
26111         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
26112         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
26113         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
26114         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
26115         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
26116         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
26117         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
26118         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
26119         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
26120         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
26121         Reported by Eric Blake.
26122
26123 2008-04-11  Bruno Haible  <bruno@clisp.org>
26124
26125         * lib/wchar.in.h: Tweak comment.
26126
26127 2008-04-11  Bruno Haible  <bruno@clisp.org>
26128
26129         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
26130         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
26131         gl_COMMON.
26132         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
26133
26134 2008-04-11  Bruno Haible  <bruno@clisp.org>
26135
26136         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
26137
26138 2008-04-11  Simon Josefsson  <simon@josefsson.org>
26139
26140         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
26141         of attempting to use non-existing /dev/*random.  Based on patch
26142         from Adam Strzelecki <ono@java.pl> in
26143         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
26144
26145 2008-04-08  Bruno Haible  <bruno@clisp.org>
26146
26147         Add tentative support for emx+gcc.
26148         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
26149         * lib/fpurge.c (fpurge): Likewise.
26150         * lib/freadable.c (freadable): Likewise.
26151         * lib/freadahead.c (freadahead): Likewise.
26152         * lib/freading.c (freading): Likewise.
26153         * lib/freadptr.c (freadptr): Likewise.
26154         * lib/freadseek.c (freadptrinc): Likewise.
26155         * lib/fseeko.c (rpl_fseeko): Likewise.
26156         * lib/fseterr.c (fseterr): Likewise.
26157         * lib/fwritable.c (fwritable): Likewise.
26158         * lib/fwriting.c (fwriting): Likewise.
26159         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
26160
26161 2008-04-09  Eric Blake  <ebb9@byu.net>
26162
26163         Avoid some autoconf warnings.
26164         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
26165         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
26166         * m4/afs.m4 (gl_AFS): Likewise.
26167         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
26168         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
26169         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
26170         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
26171         (gl_INTEGER_TYPE_SUFFIX): Likewise.
26172         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
26173         (AC_CHECK_DECLS_ONCE): Likewise.
26174         Rename file...
26175         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
26176         gnulib-tool requires autoconf 2.59 or better.
26177         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
26178
26179 2008-04-08  Eric Blake  <ebb9@byu.net>
26180
26181         Use 'git describe --match' if present (added in git 1.5.5).
26182         * build-aux/git-version-gen: Limit result to tags that match 'v*'
26183         if possible.
26184
26185 2008-04-08  Bruno Haible  <bruno@clisp.org>
26186
26187         Add tentative support for OpenServer.
26188         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
26189         _ptr, _cnt.
26190         * lib/fpurge.c (fpurge): Likewise.
26191         * lib/freadable.c (freadable): Likewise.
26192         * lib/freadahead.c (freadahead): Likewise.
26193         * lib/freading.c (freading): Likewise.
26194         * lib/freadptr.c (freadptr): Likewise.
26195         * lib/freadseek.c (freadptrinc): Likewise.
26196         * lib/fseeko.c (rpl_fseeko): Likewise.
26197         * lib/fseterr.c (fseterr): Likewise.
26198         * lib/fwritable.c (fwritable): Likewise.
26199         * lib/fwriting.c (fwriting): Likewise.
26200         Reported by Roger Cornelius <rac@tenzing.org> and
26201         Brian K. White <brian@aljex.com>.
26202
26203 2008-04-06  Jim Meyering  <meyering@redhat.com>
26204
26205         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
26206
26207 2008-04-06  Bruno Haible  <bruno@clisp.org>
26208
26209         Avoid possible error with non-ASCII bytes in UTF-8 locales.
26210         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
26211         * tests/test-printf-posix.sh: Likewise.
26212         * tests/test-vfprintf-posix.sh: Likewise.
26213         * tests/test-vprintf-posix.sh: Likewise.
26214         * tests/test-xprintf-posix.sh: Likewise.
26215
26216 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26217
26218         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
26219         hide error from 'ls', needed on OS/2.
26220         Report by Elbert Pol <elbert.pol@gmail.com>.
26221
26222 2008-04-04  Eric Blake  <ebb9@byu.net>
26223
26224         Make test-fseeko.c failures meaningful.
26225         * tests/test-fseeko.c: Print line number on failure.
26226         * tests/test-fseek.c: Likewise.
26227         Reported by Nelson H. F. Beebe.
26228
26229         Improve strtod bug detection check.
26230         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
26231         required for Solaris 10.
26232         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
26233
26234 2008-04-04  Bruno Haible  <bruno@clisp.org>
26235
26236         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
26237         by m4/setenv.m4.
26238
26239 2008-04-03  Eric Blake  <ebb9@byu.net>
26240
26241         Ensure sane .version contents.
26242         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
26243         version string.
26244         * build-aux/git-version-gen: Improve documentation.
26245
26246         Make GNU make output nicer.
26247         * top/GNUmakefile [!_have-Makefile]: Add dependency on
26248         MAKECMDGOALS to enforce message for all command line targets.  Set
26249         srcdir for use in maint.mk.
26250
26251         Another maintainer tweak.
26252         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
26253         a target that regenerates version.
26254
26255 2008-04-03  Jim Meyering  <meyering@redhat.com>
26256
26257         vc-list-files: don't cause coreutils "make po-check" failure
26258         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
26259
26260 2008-04-03  Eric Blake  <ebb9@byu.net>
26261
26262         Allow VPATH usage of vc-list-files.
26263         * build-aux/vc-list-files (scriptversion): Add timestamp.
26264         (options): Add --help, --version, -C.
26265         (CVS): Support installed cvsu.
26266
26267 2008-04-02  Bruno Haible  <bruno@clisp.org>
26268
26269         Avoid some "statement with no effect" warnings from gcc.
26270         * tests/test-wctype.c (main): Explicitly ignore unused values.
26271         Reported by Jim Meyering.
26272
26273 2008-04-02  Jim Meyering  <meyering@redhat.com>
26274
26275         Avoid some warnings from "gcc -Wshadow".
26276         * tests/test-frexp.c (exp): Define to a different identifier.
26277         * tests/test-frexpl.c (exp): Likewise.
26278
26279 2008-04-03  Jim Meyering  <meyering@redhat.com>
26280
26281         bootstrap: remove dangling *.[ch] symlinks from lib
26282         * build-aux/bootstrap [dangling symlink removal]: Move find's
26283         -depth option to precede all others, to avoid a warning.
26284         Remove *.[ch] files too, and from "$source_base" (usually lib/).
26285
26286 2008-04-02  Bruno Haible  <bruno@clisp.org>
26287
26288         Avoid some warnings from "gcc -Wshadow".
26289         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
26290         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
26291         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
26292         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
26293         Reported by Jim Meyering.
26294
26295 2008-04-01  Bruno Haible  <bruno@clisp.org>
26296
26297         Fix test to work on IRIX 6.5 with cc.
26298         * tests/test-math.c (numeric_equal): New function.
26299         (main): Use it.
26300
26301 2008-04-01  Bruno Haible  <bruno@clisp.org>
26302
26303         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
26304
26305 2008-04-01  Bruno Haible  <bruno@clisp.org>
26306
26307         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
26308         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26309         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
26310         (Depends-on): Remove math.
26311
26312         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
26313         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26314         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
26315         (Depends-on): Remove math.
26316
26317         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
26318         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26319         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
26320         (Depends-on): Remove math.
26321         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
26322         (Depends-on): Remove math.
26323
26324         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
26325         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26326         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
26327         (Depends-on): Remove math.
26328         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
26329         (Depends-on): Remove math.
26330
26331         * tests/test-round1.c: Include nan.h.
26332         (main): Use NaNd instead of NAN.
26333         * modules/round-tests (Files): Add tests/nan.h.
26334
26335         * tests/test-trunc1.c: Include nan.h.
26336         (main): Use NaNd instead of NAN.
26337         * modules/trunc-tests (Files): Add tests/nan.h.
26338
26339         * tests/test-roundf1.c: Include nan.h.
26340         (main): Use NaNf instead of NAN.
26341         * modules/roundf-tests (Files): Add tests/nan.h.
26342
26343         * tests/test-truncf1.c: Include nan.h.
26344         (main): Use NaNf instead of NAN.
26345         * modules/truncf-tests (Files): Add tests/nan.h.
26346
26347         * tests/test-ceilf1.c: Include nan.h.
26348         (main): Use NaNf instead of NAN.
26349         * modules/ceilf-tests (Files): Add tests/nan.h.
26350
26351         * tests/test-floorf1.c: Include nan.h.
26352         (main): Use NaNf instead of NAN.
26353         * modules/floorf-tests (Files): Add tests/nan.h.
26354
26355         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
26356         (main): Use NaNf instead of NAN.
26357         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
26358
26359         * tests/test-isnand.c: Include nan.h instead of <math.h>.
26360         (main): Use NaNd instead of NAN.
26361         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
26362
26363         * tests/test-frexp.c: Include nan.h.
26364         (main): Use NaNd instead of NAN.
26365         * modules/frexp-tests (Files): Add tests/nan.h.
26366
26367         * lib/isnan.c: Don't include <math.h>.
26368         (FUNC): Don't use NAN macro.
26369         * modules/isnand-nolibm (Depends-on): Remove math.
26370         * modules/isnanf-nolibm (Depends-on): Remove math.
26371         * modules/isnanl (Depends-on): Remove math.
26372         * modules/isnanl-nolibm (Depends-on): Remove math.
26373
26374         * tests/nan.h: New file.
26375
26376 2008-04-01  Eric Blake  <ebb9@byu.net>
26377
26378         Fix typos.
26379         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
26380         values to be the right type.
26381
26382         For now, cater to gnulib strtod inaccuracies.
26383         * tests/test-strtod.c (main): Allow 1-ulp error on expected
26384         fractional results.  While not as nice from a QoI perspective, it
26385         is a quicker patch than correctly implementing decimal to binary
26386         rounding.
26387
26388 2008-03-31  Eric Blake  <ebb9@byu.net>
26389
26390         Guarantee a definition of NAN.
26391         * lib/math.in.h (NAN): Define if missing.
26392         * tests/test-math.c (main): Test it.
26393         * doc/posix-headers/math.texi (math.h): Document this.
26394         * lib/isnan.c (rpl_isnand): Use it.
26395         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
26396         * tests/test-floorf1.c (NaN): Likewise.
26397         * tests/test-frexp.c (NaN): Likewise.
26398         * tests/test-isnand.c (NaN): Likewise.
26399         * tests/test-isnanf.c (NaN): Likewise.
26400         * tests/test-round1.c (NaN): Likewise.
26401         * tests/test-roundf1.c (NaN): Likewise.
26402         * tests/test-snprintf-posix.h (NaN): Likewise.
26403         * tests/test-sprintf-posix.h (NaN): Likewise.
26404         * tests/test-trunc1.c (NaN): Likewise.
26405         * tests/test-truncf1.c (NaN): Likewise.
26406         * tests/test-vasnprintf-posix.c (NaN): Likewise.
26407         * tests/test-vasprintf-posix.c (NaN): Likewise.
26408         * modules/isnand-nolibm (Depends-on): Add math.
26409         * modules/isnanf-nolibm (Depends-on): Likewise.
26410         * modules/isnanl (Depends-on): Likewise.
26411         * modules/isnanl-nolibm (Depends-on): Likewise.
26412         * modules/snprintf-posix-tests (Depends-on): Likewise.
26413         * modules/sprintf-posix-tests (Depends-on): Likewise.
26414         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
26415         * modules/vsprintf-posix-tests (Depends-on): Likewise.
26416         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
26417         * modules/vasprintf-posix-tests (Depends-on): Likewise.
26418
26419 2008-03-31  Bruno Haible  <bruno@clisp.org>
26420
26421         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
26422         * doc/posix-functions/strtod.texi: Likewise.
26423
26424 2008-03-31  Bruno Haible  <bruno@clisp.org>
26425
26426         * tests/test-strtod.c (main): Don't use C99 syntax.
26427
26428 2008-03-31  Bruno Haible  <bruno@clisp.org>
26429
26430         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
26431         Reported by Eric Blake.
26432
26433 2008-03-31  Jim Meyering  <meyering@redhat.com>
26434
26435         Don't compare actual signbit return values.
26436         * tests/test-strtod.c (main): Rather, compare only their
26437         zero/non-zero nature.
26438
26439 2008-03-31  Eric Blake  <ebb9@byu.net>
26440
26441         More strtod documentation.
26442         * doc/posix-functions/strtod.texi (strtod): Interpret more test
26443         failures as distinct bugs.
26444
26445 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
26446
26447         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
26448         Problem reported by Erik Benada in
26449         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
26450
26451 2008-03-30  Bruno Haible  <bruno@clisp.org>
26452
26453         * tests/test-strtod.c: Add comments about which assertion fails on which
26454         platform.
26455         * doc/posix-functions/strtod.texi: Add info about many more platforms.
26456
26457 2008-03-30  Eric Blake  <ebb9@byu.net>
26458
26459         Test signbit behavior on zeros.
26460         * tests/test-signbit.c (test_signbitf): Add tests for zero.
26461         (test_signbitd, test_signbitl): Likewise.
26462
26463         More strtod touchups.
26464         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
26465         sign of negative underflow, for now.  Use .5, not .1.
26466         * doc/posix-functions/strtod.texi (strtod): Mention these
26467         limitations.
26468         Reported by Jim Meyering.
26469
26470 2008-03-30  Bruno Haible  <bruno@clisp.org>
26471
26472         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
26473         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
26474
26475 2008-03-30  Bruno Haible  <bruno@clisp.org>
26476
26477         Avoid failure when attempting to return empty iconv results on some
26478         platforms.
26479         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
26480         allocation, don't report ENOMEM when the resulting string is empty.
26481
26482 2008-03-30  Bruno Haible  <bruno@clisp.org>
26483
26484         Fix buffer overrun.
26485         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
26486         Don't consider the width for tmp_length. Check count against tmp_length
26487         before doing the padding. Ensure enough allocation during padding.
26488
26489 2008-03-30  Eric Blake  <ebb9@byu.net>
26490
26491         strtod touchups.
26492         * lib/strtod.c (strtod): Avoid compiler warnings.
26493         Reported by Jim Meyering.
26494
26495 2008-03-30  Bruno Haible  <bruno@clisp.org>
26496
26497         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
26498         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
26499         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
26500         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
26501         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
26502         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
26503         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
26504         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
26505
26506         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
26507         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
26508         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
26509         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
26510         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
26511         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
26512         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
26513         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
26514
26515         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
26516         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
26517         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
26518         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
26519         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
26520         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
26521         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
26522         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
26523
26524         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
26525         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
26526
26527         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
26528         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
26529
26530         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
26531         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
26532
26533         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
26534         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
26535         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
26536
26537         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
26538         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
26539         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
26540
26541         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
26542         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
26543         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
26544
26545         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
26546         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
26547         * modules/vasprintf (Depends-on): Add EOVERFLOW.
26548
26549         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
26550         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
26551         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
26552         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
26553         (Depends-on): Add EOVERFLOW.
26554         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
26555         (Depends-on): Add EOVERFLOW.
26556         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
26557         (Depends-on): Add EOVERFLOW.
26558         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
26559         (Depends-on): Add EOVERFLOW.
26560         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
26561         (Depends-on): Add EOVERFLOW.
26562         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
26563         (Depends-on): Add EOVERFLOW.
26564         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
26565         (Depends-on): Add EOVERFLOW.
26566         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
26567         (Depends-on): Add EOVERFLOW.
26568
26569         * lib/sprintf.c (EOVERFLOW): Remove fallback.
26570         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
26571         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
26572
26573         * lib/snprintf.c (EOVERFLOW): Remove fallback.
26574         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
26575         * modules/snprintf (Depends-on): Add EOVERFLOW.
26576
26577         * lib/poll.c (EOVERFLOW): Remove fallback.
26578         * modules/poll (Depends-on): Add EOVERFLOW.
26579
26580         * lib/getugroups.c (EOVERFLOW): Remove fallback.
26581         * modules/getugroups (Depends-on): Add EOVERFLOW.
26582
26583         * lib/getdelim.c (EOVERFLOW): Remove fallback.
26584         * modules/getdelim (Depends-on): Add EOVERFLOW.
26585
26586         * lib/ftell.c (EOVERFLOW): Remove fallback.
26587         * modules/ftell (Depends-on): Add EOVERFLOW.
26588
26589         * lib/fprintf.c (EOVERFLOW): Remove fallback.
26590         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
26591         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
26592
26593         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
26594
26595         * modules/EOVERFLOW-tests: New file.
26596         * tests/test-EOVERFLOW.c: New file.
26597
26598         * modules/EOVERFLOW: New file.
26599         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
26600
26601 2008-03-30  Bruno Haible  <bruno@clisp.org>
26602
26603         Fix bug introduced on 2007-06-10.
26604         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
26605         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
26606
26607 2008-03-30  Bruno Haible  <bruno@clisp.org>
26608
26609         Improve freadseek's efficiency after ungetc.
26610         * lib/freadseek.c: Include freadahead.h.
26611         (freadptrinc): New function, extracted from freadseek.
26612         (freadseek): Use it in a loop. Use freadahead to determine the number
26613         of loop iterations.
26614         * modules/freadseek (Depends-on): Add freadahead.
26615         (configure.ac): Require AC_C_INLINE.
26616
26617 2008-03-30  Bruno Haible  <bruno@clisp.org>
26618
26619         * lib/freadseek.c (freadseek): Don't ignore the return value of
26620         freadptr.
26621
26622 2008-03-29  Eric Blake  <ebb9@byu.net>
26623
26624         Add hex float support.
26625         * modules/strtod (Depends-on): Add c-ctype.
26626         (Link): Mention POW_LIB.
26627         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
26628         whitespace between 'e' and exponent.
26629         * tests/test-strtod.c (main): Enable hex float tests.
26630         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
26631         now provides.
26632
26633         Document various strtod bugs, with some fixes.
26634         * doc/posix-functions/strtod.texi (strtod): Document bugs with
26635         "-0x", "inf", "nan", and hex constants.
26636         * doc/posix-functions/atof.texi (atof): Likewise.
26637         * modules/stdlib (Makefile.am): Support strtod.
26638         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
26639         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
26640         detect additional strtod bugs.
26641         * lib/stdlib.in.h (rpl_strtod): Add declarations.
26642         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
26643         bool where appropriate.  Parse 'inf' and 'nan'.
26644         * tests/test-strtod.c: New file.
26645         * modules/strtod (Depends-on): Add stdbool, stdlib.
26646         (configure.ac): Turn on module indicator.
26647         * modules/strtod-tests: New module.
26648
26649 2008-03-29  Eric Blake  <ebb9@byu.net>
26650
26651         Fix ftell on mingw.
26652         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
26653         * modules/ftell-tests (Depends-on): Add binary-io.
26654         * modules/ftello-tests (Depends-on): Likewise.
26655         * tests/test-ftell.c (main): Enhance test to cover behavior after
26656         ungetc.  Enforce binary mode.
26657         * tests/test-ftello.c (main): Likewise.
26658
26659         Pass test-freadseek on cygwin.
26660         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
26661         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
26662         ungetc buffer.
26663
26664         * tests/test-fflush2.c (main): Fix typo.
26665
26666 2008-03-29  Bruno Haible  <bruno@clisp.org>
26667
26668         * tests/test-fflush2.c (main): Temporarily disable the contents of
26669         this test.
26670         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
26671         Reported by Eric Blake.
26672
26673 2008-03-28  Simon Josefsson  <simon@josefsson.org>
26674
26675         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
26676         (GC_SHA224_DIGEST_SIZE): Add.
26677
26678         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
26679         (gc_hash_digest_length): Likewise.
26680         (gc_hash_buffer): Likewise.
26681
26682 2008-03-25  Bruno Haible  <bruno@clisp.org>
26683
26684         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
26685         detail which gettext release to use.
26686         Reported by Simon Josefsson.
26687
26688 2008-03-26  Jim Meyering  <meyering@redhat.com>
26689
26690         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
26691         * modules/gnumakefile (clean-GNUmakefile): Also, use
26692         test ... && ... || : syntax rather than if-then ... fi.
26693
26694         gnumakefile: Don't double-quote-expand $(VPATH) value.
26695         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
26696
26697 2008-03-24  Eric Blake  <ebb9@byu.net>
26698
26699         Alter GNUmakefile to install into top directory.
26700         * modules/maintainer-makefile: Split, and add dependency...
26701         * modules/gnumakefile: to this new module.
26702         * build-aux/GNUmakefile: Move...
26703         * top/GNUmakefile: ...here.
26704         * build-aux/maint.mk: Move...
26705         * top/maint.mk: ...here.
26706         * MODULES.html.sh (Support for maintaining...): Document new
26707         module.
26708
26709 2008-03-23  Bruno Haible  <bruno@clisp.org>
26710
26711         * gnulib-tool: New options --vc-files, --no-vc-files.
26712         (func_usage): Document them.
26713         (vc_files): New variable.
26714         (func_import): Consider vc_files.
26715         (func_create_testdir): Set vc_files to empty.
26716         Suggested by Jim Meyering and Karl Berry.
26717
26718 2008-03-23  Bruno Haible  <bruno@clisp.org>
26719
26720         Fix regex compilation error on HP-UX 11.
26721         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
26722         * modules/regex (Files): Add m4/mbstate_t.m4.
26723         Reported by Ton Voon <ton.voon@altinity.com>.
26724
26725 2008-03-23  Bruno Haible  <bruno@clisp.org>
26726
26727         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
26728
26729 2008-03-23  Eric Blake  <ebb9@byu.net>
26730             Bruno Haible  <bruno@clisp.org>
26731
26732         Install files from top/ in the destination directory.
26733         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
26734         augmentation also for the files from top/.
26735         (func_import, func_create_testdir): Rewrite file names:
26736         top/filename -> filename.
26737
26738 2008-03-23  Bruno Haible  <bruno@clisp.org>
26739
26740         Tweak "gnulib --version" output.
26741         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
26742
26743 2008-03-23  Bruno Haible  <bruno@clisp.org>
26744
26745         Tweak "gnulib --version" output.
26746         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
26747         rather than contents of ChangeLog, when possible.
26748
26749 2008-03-21  Eric Blake  <ebb9@byu.net>
26750
26751         More --version tweaks.
26752         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
26753         date of last ChangeLog entry.
26754
26755 2008-03-21  Jim Meyering  <meyering@redhat.com>
26756
26757         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
26758
26759 2008-03-20  Eric Blake  <ebb9@byu.net>
26760
26761         VPATH fix.
26762         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
26763
26764 2008-03-20  Simon Josefsson  <simon@josefsson.org>
26765
26766         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
26767         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
26768
26769 2008-03-20  Eric Blake  <ebb9@byu.net>
26770
26771         Sync GNUmakefile with coreutils.
26772         * build-aux/GNUmakefile (have-Makefile): Rename...
26773         (_have-Makefile): ...to this, for namespace consideration.
26774         (GNUmakefile.cfg): Include, if present.
26775         (_autoreconf): Define a default.
26776         (_is-dist-target): New rule for rebuilds to pick up intra-release
26777         version.
26778         (maint-cfg.mk): Rename...
26779         (cfg.mk): ...to this.
26780
26781 2008-03-18  Jim Meyering  <meyering@redhat.com>
26782
26783         New script and module: mktempd
26784         * MODULES.html.sh (maint+release support): Add mktempd.
26785         * build-aux/mktempd: New file.
26786         * modules/mktempd: New file.
26787
26788 2008-03-15  Jim Meyering  <meyering@redhat.com>
26789
26790         Undo last change.
26791         * lib/sha1.c, lib/md5.c: 63 != ~63.
26792         Reported by Andreas Schwab.
26793
26794         sha1.c, md5.c: Hoist a redundant expression.
26795         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
26796         "ctx->buflen" only once, before calling *_process_block.
26797         * lib/md5.c (md5_process_bytes): Likewise.
26798
26799 2008-03-14  Eric Blake  <ebb9@byu.net>
26800
26801         Bump copyright year in files generated by gnulib-tool.
26802         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
26803         gnulib-tool, rather than hard-coding it.
26804
26805         Fix 'gnulib-tool --version' output to work with git.
26806         * gnulib-tool (func_gnulib_dir): New function, extracted from...
26807         (startup): ...here.
26808         (func_version): Use it to invoke git-version-gen, rather than
26809         relying on CVS keyword expansion.  Modernize wording.
26810         (cvsdatestamp, last_checkin_date, version): Kill unused
26811         variables.
26812
26813 2008-03-12  Jim Meyering  <meyering@redhat.com>
26814
26815         Recognize optional cast of the argument to free.
26816         * build-aux/useless-if-before-free: Update regexps.
26817
26818         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
26819
26820 2008-03-11  Bruno Haible  <bruno@clisp.org>
26821
26822         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
26823         by a single package.
26824         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
26825         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
26826         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
26827         Reported by Sam Steingold <sds@gnu.org>.
26828
26829 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
26830
26831         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
26832         repositories.
26833
26834 2008-03-11  Bruno Haible  <bruno@clisp.org>
26835
26836         Avoid conflicts between local macro definitions.
26837         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
26838         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
26839
26840 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
26841             Bruno Haible  <bruno@clisp.org>
26842
26843         Make va_copy work with some version of xlc on AIX 5.1.
26844         * lib/stdarg.in.h: New file.
26845         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
26846         On AIX, use a <stdarg.h> file substitute.
26847         * modules/stdarg (Files): Add lib/stdarg.in.h.
26848         (Depends-on): Add include_next.
26849         (Makefile.am): Build a stdarg.h substitute if requested.
26850         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
26851
26852 2008-03-10  Bruno Haible  <bruno@clisp.org>
26853
26854         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
26855         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
26856         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
26857
26858 2008-03-10  Bruno Haible  <bruno@clisp.org>
26859
26860         * modules/stdlib (Depends-on): Add include_next, remove
26861         absolute-header.
26862
26863 2008-03-09  Bruno Haible  <bruno@clisp.org>
26864
26865         * lib/freadahead.h (freadahead): Document more precisely.
26866         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
26867         the sum of both buffer sizes.
26868         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
26869         * NEWS: Document the change.
26870
26871 2008-03-09  Bruno Haible  <bruno@clisp.org>
26872
26873         Extend freadptr to return also the buffer size.
26874         * lib/freadptr.h (freadptr): Add sizep argument.
26875         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
26876         (freadptr): Add sizep argument. Determine buffer size like freadahead
26877         does.
26878         * tests/test-freadptr.c: Don't include freadahead.h.
26879         (main): Adapt for new calling convention of freadptr.
26880         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
26881         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
26882         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
26883         tests/test-freadptr2.sh.
26884         (Depends): Remove freadahead.
26885         (TESTS): Add test-freadptr2.sh.
26886         (check_PROGRAMS): Add test-freadptr2.
26887
26888 2008-03-09  Bruno Haible  <bruno@clisp.org>
26889
26890         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
26891         Report and solution by Simon Josefsson.
26892
26893 2008-03-06  Bruno Haible  <bruno@clisp.org>
26894
26895         Make fflush after ungetc work on BSD platforms.
26896         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
26897         * tests/test-fflush2.c: New file.
26898         * tests/test-fflush2.sh: New file.
26899         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
26900         tests/test-fflush2.c.
26901         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
26902         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
26903
26904 2008-03-06  Eric Blake  <ebb9@byu.net>
26905
26906         Likewise for ftello.
26907         * modules/ftello (Dependencies): Add extensions.
26908         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
26909
26910 2008-03-06  Bruno Haible  <bruno@clisp.org>
26911
26912         * modules/fseeko (Dependencies): Add extensions.
26913         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
26914         Needed on glibc systems.
26915
26916 2008-03-06  Bruno Haible  <bruno@clisp.org>
26917
26918         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
26919         email address.
26920         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
26921
26922 2008-03-06  Bruno Haible  <bruno@clisp.org>
26923
26924         * users.txt: Add libgnupdf.
26925
26926 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
26927
26928         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
26929         (Header File Substitutes, Function Substitutes,
26930         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
26931         (Build robot for gnulib): Fix typo.
26932
26933 2008-03-06  Bruno Haible  <bruno@clisp.org>
26934
26935         * doc/gnulib-tool.texi (VCS Issues): Small updates.
26936         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
26937
26938 2008-03-06  Bruno Haible  <bruno@clisp.org>
26939
26940         * doc/func.texi: New file, extracted from doc/gnulib.texi.
26941         * doc/gnulib.texi: Include it.
26942
26943 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26944
26945         * modules/func (License): Change license to unlimited; there was
26946         no LGPL parts in the module anyway.
26947
26948 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26949
26950         * modules/__func__: Renamed to modules/func.
26951         * modules/__func__-tests: Renamed to modules/func-tests.
26952         * tests/test-__func__.c: Renamed to tests/test-func.c.
26953         * m4/__func__.m4: Renamed to m4/func.m4.
26954         * doc/gnulib.texi (__func__): Section renamed to func.
26955         Suggested by Eric Blake <ebb9@byu.net>.
26956
26957 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26958
26959         * doc/gnulib.texi (__func__): Use C99 terminology when talking
26960         about __func__.  Make example self-contained.  Suggested by Eric
26961         Blake <ebb9@byu.net>.
26962
26963         * tests/test-__func__.c (main): Avoid extraneous () around __func.
26964         Suggested by Eric Blake <ebb9@byu.net>.
26965
26966 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26967
26968         * modules/__func__: New file.
26969         * modules/__func__-tests: New file.
26970         * tests/test-__func__.c: New file.
26971         * m4/__func__.m4: New file.
26972         * doc/gnulib.texi (__func__): Document __func__ module.
26973
26974 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26975
26976         * modules/byteswap (License): Re-license as LGPLv2+.
26977
26978 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26979
26980         * doc/Makefile: Add pdf target.
26981
26982 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26983
26984         * modules/inline (License): Use 'unlimited', since there are only
26985         *.m4 files in this module.
26986
26987 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
26988             Bruno Haible  <bruno@clisp.org>
26989
26990         Add support for HP C 7.1 on OpenVMS 8.3.
26991         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
26992
26993 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
26994
26995         Update VMS specifics.
26996         * lib/getopt.c [VMS]: Remove include of unixlib.h.
26997
26998 2008-03-02  Jim Meyering  <meyering@redhat.com>
26999
27000         Remove the last dependency on the "free" module.
27001         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
27002         Reported by Bob Proulx.
27003
27004         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
27005
27006         Remove useless "if" tests before free.  Deprecate "free" module.
27007         * doc/posix-functions/free.texi: Mention that this
27008         module is no longer useful.
27009         * modules/free (Notice): Say this module is obsolete.
27010         * modules/readutmp (Depends-on): Remove free.
27011         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
27012         * lib/putenv.c (putenv): Likewise.
27013         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
27014         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
27015         * tests/test-c-strcasestr.c (main): Likewise.
27016         * tests/test-c-strstr.c (main): Likewise.
27017         * tests/test-mbscasestr1.c (main): Likewise.
27018         * tests/test-mbscasestr2.c (main): Likewise.
27019         * tests/test-mbsstr1.c (main): Likewise.
27020         * tests/test-mbsstr2.c (main): Likewise.
27021         * tests/test-memmem.c (main): Likewise.
27022         * tests/test-strcasestr.c (main): Likewise.
27023         * tests/test-striconv.c (main): Likewise.
27024         * tests/test-striconveh.c (main): Likewise.
27025         * tests/test-striconveha.c (main): Likewise.
27026         * tests/test-strstr.c (main): Likewise.
27027
27028         * build-aux/git-version-gen: Adjust a comment and the Usage string.
27029
27030         bootstrap: sync from coreutils again
27031         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
27032
27033 2008-03-01  Jim Meyering  <meyering@redhat.com>
27034
27035         bootstrap: sync from coreutils
27036         * build-aux/bootstrap (update_po_files): Copy a .po file into place
27037         also when the target doesn't exist.
27038
27039 2008-03-01  Eric Blake  <ebb9@byu.net>
27040
27041         Fix bugs in last patch.
27042         * lib/memchr2.c (memchr2): Fix typo.
27043         * tests/test-memchr2.c: Test previous bug, and don't use GNU
27044         extension.
27045         Reported by Bruce Korb.
27046
27047         New module 'memchr2'.
27048         * modules/memchr2: New file.
27049         * modules/memchr2-tests: Likewise.
27050         * lib/memchr2.h: Likewise.
27051         * lib/memchr2.c: Likewise, based on memchr.c.
27052         * tests/test-memchr2.c: New test.
27053         * MODULES.html.sh (String handling): Add memchr2.
27054
27055 2008-02-29  Bruno Haible  <bruno@clisp.org>
27056
27057         * modules/freadseek-tests: New file.
27058         * tests/test-freadseek.sh: New file.
27059         * tests/test-freadseek.c: New file.
27060
27061         New module 'freadseek'.
27062         * modules/freadseek: New file.
27063         * lib/freadseek.h: New file.
27064         * lib/freadseek.c: New file.
27065         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
27066
27067 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
27068
27069         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
27070         wydawca.
27071
27072         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
27073         program_invocation_name and program_invocation_short_name are
27074         present.
27075
27076 2008-02-28  Bruno Haible  <bruno@clisp.org>
27077
27078         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
27079         * tests/test-freadptr.sh: Also test non-seekable stdin.
27080
27081 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
27082
27083         * build-aux/bootstrap (source_base, m4_base)
27084         (doc_base, tests_base): New variables.
27085         (gnulib_tool_options): Do not hardcode base directories, use
27086         the above variables instead.
27087
27088 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
27089
27090         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
27091
27092 2008-02-28  Bruno Haible  <bruno@clisp.org>
27093
27094         * modules/freadptr-tests: New file.
27095         * tests/test-freadptr.sh: New file.
27096         * tests/test-freadptr.c: New file.
27097
27098         New module 'freadptr'.
27099         * modules/freadptr: New file.
27100         * lib/freadptr.h: New file.
27101         * lib/freadptr.c: New file.
27102         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
27103
27104 2008-02-26  Karl Berry  <karl@freefriends.org>
27105
27106         Sync from Libtool:
27107         * libltdl/argz.c (argz_add, argz_count): New functions.
27108         * libltdl/argz.in.h: Declare them.
27109         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
27110
27111 2008-02-22  Bruno Haible  <bruno@clisp.org>
27112
27113         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
27114         is a pointer type.  Needed for HP-UX 10.
27115         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
27116         * doc/posix-functions/gmtime_r.texi: Likewise.
27117         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
27118
27119 2008-02-24  Bruno Haible  <bruno@clisp.org>
27120
27121         * modules/environ-tests: New file.
27122         * tests/test-environ.c: New file.
27123
27124         New module 'environ'.
27125         * modules/environ: New file.
27126         * lib/unistd.in.h (environ): New declaration.
27127         * m4/environ.m4: New file.
27128         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
27129         after use.
27130         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
27131         HAVE_DECL_ENVIRON.
27132         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
27133         HAVE_DECL_ENVIRON.
27134         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
27135         wrong claim that 'environ' is missing on some systems.
27136         * modules/execute (Depends-on): Add environ.
27137         * lib/execute.c (environ): Remove fallback declaration.
27138         * modules/pipe (Depends-on): Add environ.
27139         * lib/pipe.c (environ): Remove fallback declaration.
27140         * modules/setenv (Depends-on): Add environ.
27141         * lib/setenv.c (environ): Remove fallback declaration.
27142         * modules/unsetenv (Depends-on): Add environ.
27143         * lib/unsetenv.c (environ): Remove fallback declaration.
27144         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
27145         m4/environ.m4.
27146         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
27147         (gl_PREREQ_UNSETENV): Likewise.
27148
27149 2008-02-24  Bruno Haible  <bruno@clisp.org>
27150
27151         * doc/posix-functions/environ.texi: Document the MacOS X problem.
27152
27153 2008-02-20  Bob Proulx  <bob@proulx.com>
27154
27155         Enable use of older two part flavor 'git describe'.
27156         * build-aux/git-version-gen: If using the older two part flavor of
27157         git version then recreate the third part now present in the
27158         newer three part flavor of git describe.
27159
27160 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
27161
27162         * lib/fts.c (fts_build): Typo correction to comment.
27163
27164 2008-02-17  Bruno Haible  <bruno@clisp.org>
27165
27166         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
27167         generating no-op conflicts.
27168
27169 2008-02-17  Bruno Haible  <bruno@clisp.org>
27170
27171         Speed up by 10%.
27172         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
27173         result_entries, rather than an index-based loop.
27174
27175 2008-02-17  Bruno Haible  <bruno@clisp.org>
27176
27177         Speed up by 25%.
27178         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
27179         'hashcode_cached'.
27180         (entry_create): New function.
27181         (entry_hashcode): Use the cached hashcode if possible.
27182         (read_changelog_file, try_split_merged_entry): Use entry_create.
27183
27184 2008-02-17  Bruno Haible  <bruno@clisp.org>
27185
27186         Speed up from O(n^2) to O(n) for long ChangeLog files.
27187         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
27188         (read_changelog_file): Change implementation of entries_reversed list
27189         to rbtreehash.
27190         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
27191
27192 2008-02-17  Bruno Haible  <bruno@clisp.org>
27193
27194         New option --split-merged-entry.
27195         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
27196         (find_paragraph_end, try_split_merged_entry): New functions.
27197         (long_options): Add option --split-merged-entry.
27198         (usage): Document option --split-merged-entry.
27199         (main): Implement option --split-merged-entry.
27200         Reported by Eric Blake.
27201
27202 2008-02-17  Bruno Haible  <bruno@clisp.org>
27203
27204         * lib/git-merge-changelog.c: Include c-strstr.h.
27205         (main): Support the "git pull --rebase" situation.
27206         * modules/git-merge-changelog (Depends-on): Add c-strstr.
27207         Reported by Eric Blake.
27208
27209 2008-02-16  Eric Blake  <ebb9@byu.net>
27210
27211         Avoid doubling \ in common case of "c-maybe" quoting style.
27212         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
27213         eliding outer quotes.
27214         * lib/quotearg.h: Document this.
27215         * tests/test-quotearg.c (result_strings, inputs, results_g)
27216         (flag_results, locale_results): Test it by adding a new string to
27217         each test group.
27218         (compare_strings): Test new string.
27219
27220 2008-02-13  Eric Blake  <ebb9@byu.net>
27221
27222         Avoid trigraph quoting in default output.
27223         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
27224         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
27225         unless explicitly requested.
27226         * tests/test-quotearg.c (flag_results, main): Add additional tests.
27227
27228 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
27229
27230         Don't rely on signed integer overflowing to negative value.
27231         * lib/getugroups.c (getugroups): Include <limits.h>.
27232         Instead, compare against INT_MAX, and increment only if the test passes.
27233
27234 2008-02-13  Jim Meyering  <meyering@redhat.com>
27235         and Eric Blake  <ebb9@byu.net>
27236
27237         Avoid shadowing warning and compile errors on Linux.
27238         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
27239         forwarding macros on Linux.
27240         (dcgettext): Define a stub, for Linux.
27241         (results_g, main): Avoid warnings.
27242
27243 2008-02-12  Eric Blake  <ebb9@byu.net>
27244
27245         Silence warning in last patch.
27246         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
27247
27248         Quotearg part 4: add tests, fix c-maybe colon quoting.
27249         * lib/quotearg.h: Improve documentation.
27250         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
27251         escapes when adding outer quotes.  When quoting trigraphs, use
27252         valid C notation.  When quoting NUL, omit extra characters if next
27253         character is not digit.  Alter prototype.
27254         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
27255         callers.
27256         * modules/quotearg-tests: New module.
27257         * tests/test-quotearg.c: New test.
27258
27259 2008-02-07  Eric Blake  <ebb9@byu.net>
27260
27261         Quotearg part 3: add flag to control outer quote elision.
27262         * lib/quotearg.h (c_maybe_quoting_style): New style.
27263         (enum quoting_flags): Better documentation of flags.
27264         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
27265         c-maybe style.
27266         (quotearg_buffer_restyled): Handle new flag to elide outer
27267         quotes.
27268
27269         Quotearg part 2: add flag that can control NUL elision.
27270         * lib/quotearg.h (set_quoting_flags): New prototype.
27271         * lib/quotearg.c (struct quoting_options): Add flag field.
27272         (set_quoting_flags): New function.
27273         (quotearg_buffer_restyled): Add flags parameter.
27274         (quotearg_alloc_mem): Set the flag if length cannot be returned.
27275         (quotearg_n_options): Set the flag, since length cannot be
27276         returned.
27277         (quoting_options_from_style): Default flags correctly.
27278
27279         Quotearg part 1: more wrappers, restore quotearg_char state.
27280         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
27281         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
27282         (quotearg_colon_mem): New wrappers.
27283         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
27284         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
27285         functions.
27286         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
27287         (quotearg_colon_mem): New functions.
27288
27289 2008-02-11  Bruno Haible  <bruno@clisp.org>
27290
27291         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
27292         library in the current directory: it does not work with parallel make.
27293         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27294
27295 2008-02-11  Bruno Haible  <bruno@clisp.org>
27296
27297         * .gitattributes: New file.
27298
27299 2008-02-11  Jim Meyering  <meyering@redhat.com>
27300
27301         useless-if-before-free: Fix reversed exit values.
27302         * build-aux/useless-if-before-free: Use correct values
27303         for EXIT_MATCH and EXIT_NO_MATCH.
27304
27305         * build-aux/useless-if-before-free: Close stdout carefully.
27306
27307 2008-02-10  Bruno Haible  <bruno@clisp.org>
27308
27309         New module 'git-merge-changelog'.
27310         * modules/git-merge-changelog: New file.
27311         * lib/git-merge-changelog.c: New file.
27312
27313 2008-02-10  Jim Meyering  <meyering@redhat.com>
27314
27315         useless-if-before-free: New option: --list (-l).
27316
27317         useless-if-before-free: Don't exit immediately upon open failure.
27318         * build-aux/useless-if-before-free: Exit 2 for errors.
27319         Upon failure to open a file, don't exit immediately.
27320         Rather, just warn and continue with any remaining files.
27321
27322 2008-02-10  Bruno Haible  <bruno@clisp.org>
27323
27324         New abstract list operation 'node_set_value'.
27325         * lib/gl_list.h (gl_list_node_set_value): New function.
27326         (struct gl_list_implementation): New field node_set_value.
27327         * lib/gl_list.c (gl_list_node_set_value): New function.
27328         * lib/gl_array_list.c (gl_array_node_set_value): New function.
27329         (gl_array_list_implementation): Update.
27330         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
27331         (gl_carray_list_implementation): Update.
27332         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
27333         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
27334         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
27335         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
27336         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
27337         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
27338         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
27339         Update.
27340         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
27341         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
27342         (gl_sublist_list_implementation): Update.
27343
27344 2008-02-10  Bruno Haible  <bruno@clisp.org>
27345
27346         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
27347         Needed when ELEMENT is #defined to 'some_type *'.
27348
27349 2008-02-10  Jim Meyering  <meyering@redhat.com>
27350
27351         New script and module: useless-if-before-free
27352         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
27353         * build-aux/useless-if-before-free: New file.
27354         * modules/useless-if-before-free: New file.
27355
27356         * build-aux/gitlog-to-changelog: Use committer date, not author date.
27357
27358         xstrtol_error: Fix typo.
27359         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
27360         s/exit_failure/exit_status/.
27361
27362 2008-02-09  Jim Meyering  <meyering@redhat.com>
27363
27364         New script and module: gitlog-to-changelog
27365         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
27366         * modules/gitlog-to-changelog: New file.
27367         * build-aux/gitlog-to-changelog: New file.
27368
27369 2008-02-08  Jim Meyering  <meyering@redhat.com>
27370
27371         Avoid two "parameter unused" warnings.
27372         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
27373         Mark "st" as used.
27374
27375         Use "git COMMAND", not "git-COMMAND".
27376         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
27377         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
27378         * build-aux/git-version-gen: Use "git status", not "git-status".
27379
27380 2008-02-07  Bruno Haible  <bruno@clisp.org>
27381
27382         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
27383         Avoids a crash on Windows Vista.
27384         Reported by Adam Strzelecki <ono@java.pl> via
27385         Simon Josefsson <simon@josefsson.org>.
27386
27387 2008-02-06  Bruno Haible  <bruno@clisp.org>
27388
27389         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
27390         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
27391         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
27392         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
27393         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
27394         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
27395         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
27396         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
27397         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
27398         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
27399         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
27400         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
27401         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
27402         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
27403         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
27404         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
27405         left-adjust flag.
27406         * tests/test-snprintf-posix.h (test_function): Likewise.
27407         * tests/test-sprintf-posix.h (test_function): Likewise.
27408         * tests/test-vasprintf-posix.c (test_function): Likewise.
27409         * doc/posix-functions/fprintf.texi: Update.
27410         * doc/posix-functions/printf.texi: Update.
27411         * doc/posix-functions/snprintf.texi: Update.
27412         * doc/posix-functions/sprintf.texi: Update.
27413         * doc/posix-functions/vfprintf.texi: Update.
27414         * doc/posix-functions/vprintf.texi: Update.
27415         * doc/posix-functions/vsnprintf.texi: Update.
27416         * doc/posix-functions/vsprintf.texi: Update.
27417         Reported by Peter Fales <psfales@alcatel-lucent.com>.
27418
27419 2008-02-06  Bruno Haible  <bruno@clisp.org>
27420
27421         Fix bug introduced on 2008-01-26.
27422         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
27423
27424 2008-02-06  Bruno Haible  <bruno@clisp.org>
27425
27426         Fix bug introduced on 2007-06-10.
27427         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
27428         !NEED_PRINTF_FLAG_ZERO.
27429
27430 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
27431
27432         getloadavg: use libperfstat on AIX5
27433         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
27434
27435 2008-02-03  Bruno Haible  <bruno@clisp.org>
27436
27437         * lib/diffseq.h: Add comments about required #includes.
27438         Reported by Michael Biggs <gnulib@doubleplum.net>.
27439
27440 2008-02-01  Bruno Haible  <bruno@clisp.org>
27441
27442         * users.txt: Add gnuit.
27443
27444 2008-01-31  Bruno Haible  <bruno@clisp.org>
27445
27446         * lib/md4.c (set_uint32): Mark as inline.
27447         * lib/md5.c (set_uint32): Likewise.
27448         * lib/sha1.c (set_uint32): Likewise.
27449         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
27450         * m4/md5.m4 (gl_MD5): Likewise.
27451         * m4/sha1.m4 (gl_SHA1): Likewise.
27452
27453 2008-01-31  Jim Meyering  <meyering@redhat.com>
27454
27455         Use "sizeof VAR", rather than a literal "4".
27456         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
27457         * lib/md4.c (md4_read_ctx): Likewise.
27458         * lib/sha1.c (sha1_read_ctx): Likewise.
27459
27460 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27461
27462         * tests/test-sha1.c: New file, based on test-md5.c.
27463
27464         * modules/crypto/sha1-tests: New file.
27465
27466 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27467
27468         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
27469
27470 2008-01-31  Jim Meyering  <meyering@redhat.com>
27471
27472         Prefer "sizeof v" over the equivalent "4".
27473         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
27474         * lib/md5.c (set_uint32): Likewise.
27475         * lib/sha1.c (set_uint32): Likewise.
27476
27477 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27478
27479         * lib/sha1.c (set_uint32): Mark function as static.
27480
27481 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27482
27483         md2: clarify comments to say that alignment is not required.
27484         * lib/md2.h: Remove warning about alignment in comment.
27485         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
27486         never been required.
27487
27488 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27489
27490         md4: adapt alignment constraint fix from sha1.
27491         * lib/md4.c (set_uint32): New function, from sha1.c
27492         (md4_read_ctx): Use it.
27493         (md4_finish_ctx): Doc fix.
27494         * lib/md4.h: Doc fix.
27495
27496 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27497
27498         md5: adapt alignment constraint fix from sha1.
27499         * lib/md5.c (set_uint32): New function, from sha1.c
27500         (md5_read_ctx): Use it.
27501         (md5_finish_ctx): Doc fix.
27502         * lib/md5.h: Doc fix.
27503
27504 2008-01-30  Peter Palfrader  <weasel@debian.org>
27505
27506         sha1: remove the result buffer alignment constraint
27507         * lib/sha1.c (set_uint32): New function.
27508         (sha1_read_ctx): Rewrite to remove the result buffer alignment
27509         constraint.
27510         (sha1_finish_ctx): Remove comment warning about alignment constraint.
27511         * lib/sha1.h: Likewise.
27512
27513 2008-01-30  Andreas Schwab  <schwab@suse.de>
27514             Bruno Haible  <bruno@clisp.org>
27515
27516         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
27517         correct definition of LDBL_MIN_EXP.
27518
27519 2008-01-30  Karl Berry  <karl@gnu.org>
27520
27521         * config/srclist-update: try to preserve x bit on updates.
27522         * config/srclistvars.sh: update for karl.
27523
27524 2008-01-29  Jim Meyering  <meyering@redhat.com>
27525
27526         vasnprintf.c: Avoid warning about unused label
27527         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
27528         "overflow" label definition and associated code with the
27529         same cpp condition that guards the sole use of that label.
27530
27531 2008-01-26  Bruno Haible  <bruno@clisp.org>
27532
27533         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
27534         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
27535         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
27536         * lib/isnanl-nolibm.h (isnanl): Likewise.
27537         Reported by Paul Eggert <eggert@cs.ucla.edu>.
27538
27539 2008-01-26  Bruno Haible  <bruno@clisp.org>
27540
27541         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
27542         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
27543
27544 2008-01-26  Bruno Haible  <bruno@clisp.org>
27545
27546         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
27547         GCC >= 4.0 built-in.
27548         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
27549
27550 2008-01-26  Bruno Haible  <bruno@clisp.org>
27551
27552         Rename isnan, applicable to 'double' only, to isnand.
27553         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
27554         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
27555         (configure.ac): Update.
27556         (Include): Replace "isnan.h" with "isnand.h".
27557         * m4/isnand.m4: Renamed from m4/isnan.m4.
27558         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
27559         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
27560         instead of isnan.c.
27561         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
27562         instead of HAVE_ISNAN_IN_LIBC.
27563         (isnand): Renamed from isnan.
27564         * lib/isnand.c: New file.
27565         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
27566         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
27567         (Makefile.am): Update.
27568         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
27569         Include isnand.h instead of isnan.h.
27570         (main): Test isnand instead of isnan.
27571         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
27572         isnan-nolibm.
27573         * modules/frexp (Depends-on): Likewise.
27574         * modules/frexp-tests (Depends-on): Likewise.
27575         * modules/frexp-nolibm (Depends-on): Likewise.
27576         * modules/frexp-nolibm-tests (Depends-on): Likewise.
27577         * modules/isfinite (Depends-on): Likewise.
27578         * modules/round-tests (Depends-on): Likewise.
27579         * modules/signbit (Depends-on): Likewise.
27580         * modules/signbit-tests (Depends-on): Likewise.
27581         * modules/snprintf-posix (Depends-on): Likewise.
27582         * modules/sprintf-posix (Depends-on): Likewise.
27583         * modules/trunc-tests (Depends-on): Likewise.
27584         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
27585         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
27586         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
27587         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
27588         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
27589         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
27590         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
27591         * modules/vasnprintf-posix (Depends-on): Likewise.
27592         * modules/vasprintf-posix (Depends-on): Likewise.
27593         * modules/vfprintf-posix (Depends-on): Likewise.
27594         * modules/vsnprintf-posix (Depends-on): Likewise.
27595         * modules/vsprintf-posix (Depends-on): Likewise.
27596         * lib/frexp.c: Include isnand.h instead of isnan.h.
27597         (ISNAN): Set to isnand instead of isnan.
27598         * lib/isfinite.c: Include isnand.h instead of isnan.h.
27599         (gl_isfinited): Use isnand instead of isnan.
27600         * lib/signbitd.c: Include isnand.h instead of isnan.h.
27601         (gl_signbitd): Use isnand instead of isnan.
27602         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
27603         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
27604         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
27605         (main): Use isnand instead of isnan.
27606         * tests/test-round1.c: Include isnand.h.
27607         (main): Use isnand instead of isnan.
27608         * tests/test-round2.c: Include isnand.h instead of isnan.h.
27609         (ISNAN): Set to isnand instead of isnan.
27610         * tests/test-trunc1.c: Include isnand.h.
27611         (main): Use isnand instead of isnan.
27612         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
27613         (equal): Use isnand instead of isnan.
27614         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
27615         isnand-nolibm.
27616         * NEWS: Mention the change.
27617
27618 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
27619             Bruno Haible  <bruno@clisp.org>
27620
27621         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
27622         the GCC builtins for signbits are present and set
27623         REPLACE_SIGNBIT_USING_GCC if so.
27624         * lib/math.in.h (signbit): Define using GCC builtins if
27625         REPLACE_SIGNBIT_USING_GCC is set.
27626         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
27627         REPLACE_SIGNBIT_USING_GCC.
27628         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
27629
27630 2008-01-25  Jim Meyering  <meyering@redhat.com>
27631
27632         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
27633         * lib/poll.c: Include <config.h>, not "config.h".
27634         * tests/test-getaddrinfo.c: Likewise.
27635
27636 2008-01-25  Simon Josefsson  <simon@josefsson.org>
27637
27638         * modules/sockets-tests: New file.
27639
27640 2008-01-24  Simon Josefsson  <simon@josefsson.org>
27641
27642         * modules/sockets: New module, can be used to call WSA_Startup and
27643         WSA_Cleanup when needed.
27644
27645         * lib/sockets.h, lib/sockets.c: New files.
27646
27647         * m4/sockets.m4: New file.
27648
27649         * tests/test-sockets.c: New file.
27650
27651 2008-01-19  Bruno Haible  <bruno@clisp.org>
27652
27653         * doc/posix-headers: Renamed from doc/headers.
27654         * doc/posix-functions: Renamed from doc/functions.
27655         * doc/gnulib.texi: Update.
27656
27657 2008-01-19  Bruno Haible  <bruno@clisp.org>
27658
27659         * doc/glibc-functions/strcasestr.texi: Include contents of
27660         doc/functions/strcasestr.texi, fixing the list of platforms.
27661         * doc/functions/strcasestr.texi: Remove file.
27662
27663 2008-01-19  Bruno Haible  <bruno@clisp.org>
27664
27665         * doc/glibc-functions/memmem.texi: Include contents of
27666         doc/functions/memmem.texi.
27667         * doc/functions/memmem.texi: Remove file.
27668
27669 2008-01-18  Bruno Haible  <bruno@clisp.org>
27670
27671         * doc/glibc-functions/*.texi: New files.
27672         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
27673         to use the new files.
27674
27675 2008-01-17  Bruno Haible  <bruno@clisp.org>
27676
27677         * tests/test-gethostname.c (main): Fix printf statement.
27678
27679 2008-01-17  Simon Josefsson  <simon@josefsson.org>
27680
27681         * modules/gethostname-tests: New file.
27682
27683         * tests/test-gethostname.c: New file.
27684
27685 2008-01-17  Simon Josefsson  <simon@josefsson.org>
27686
27687         * lib/gethostname.c: Include string.h unconditionally, strncpy is
27688         used by the UNAME case.  Reported by Bruno Haible
27689         <bruno@clisp.org>.
27690
27691 2008-01-17  Eric Blake  <ebb9@byu.net>
27692
27693         Convert c-strcasestr to be more efficient.
27694         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
27695         (Depends-on): Add c-strcase, remove malloca, strnlen.
27696         * tests/test-c-strcasestr.c (main): Enhance test.
27697         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
27698
27699 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
27700
27701         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
27702         Use it in creating po/Makevars.
27703
27704 2008-01-15  Simon Josefsson  <simon@josefsson.org>
27705
27706         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
27707         Applications that requires it should initialize libgcrypt
27708         manually.
27709
27710 2008-01-16  Simon Josefsson  <simon@josefsson.org>
27711
27712         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
27713
27714 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
27715
27716         Fix problem with getdate on mingw32 reported by Simon Josefsson
27717         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
27718         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
27719         tzname", when deciding whether to declare tzname.
27720         * lib/strftime.c (tzname): Likewise.
27721
27722 2008-01-15  Bruno Haible  <bruno@clisp.org>
27723
27724         Work around a MacOS X 10.5 bug in frexpl().
27725         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
27726         * doc/functions/frexpl.texi: Document the bug.
27727         Reported by Elias Pipping <pipping@gentoo.org>.
27728
27729 2008-01-14  Eric Blake  <ebb9@byu.net>
27730
27731         Touch up previous patch.
27732         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
27733         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
27734
27735         Convert strcasestr module to use Two-Way algorithm.
27736         * modules/strcasestr-simple: New module, based on the old
27737         strcasestr, but with Two-Way rather than KMP.
27738         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
27739         * lib/string.in.h (rpl_strcasestr): Declare.
27740         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
27741         performance.
27742         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
27743         * modules/string (Makefile.am): Support strcasestr.
27744         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
27745         * modules/strcasestr-tests (Depends-on): Check for alarm.
27746         * tests/test-strcasestr.c: Augment test.
27747         * lib/str-two-way.h: Clean up stray macro.
27748         * NEWS: Document new module.
27749         * MODULES.html.sh (string handling): Likewise.
27750         * doc/functions/strcasestr.texi: New file.
27751         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
27752         here, since it is not a POSIX function.
27753
27754 2008-01-14  Colin Watson  <cjwatson@debian.org>
27755             Bruno Haible  <bruno@clisp.org>
27756
27757         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
27758         works fine; if not, set REPLACE_STRSIGNAL.
27759         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
27760         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27761         REPLACE_STRSIGNAL.
27762         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
27763         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
27764         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
27765
27766 2008-01-14  Bruno Haible  <bruno@clisp.org>
27767
27768         * modules/strsignal (Include): Change to <string.h>.
27769
27770 2008-01-14  Colin Watson  <cjwatson@debian.org>
27771
27772         * modules/argp (Notice): Add a notice recommending to change
27773         XGETTEXT_OPTIONS.
27774         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
27775
27776 2008-01-13  Colin Watson  <cjwatson@debian.org>
27777
27778         * modules/strsignal-tests: New file.
27779         * tests/test-strsignal.c: New file.
27780
27781         * lib/strsignal.c: New file, from glibc with modifications.
27782         * lib/siglist.h: New file, from glibc with modifications.
27783         * lib/string.in.h (strsignal): New declaration.
27784         * m4/strsignal.m4: New file.
27785         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27786         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
27787         * modules/strsignal: New file.
27788         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
27789         HAVE_DECL_STRSIGNAL.
27790
27791 2008-01-13  Bruno Haible  <bruno@clisp.org>
27792
27793         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
27794         locale encoding is not ASCII. Needed for OpenBSD 4.0.
27795         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
27796         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
27797
27798 2008-01-13  Bruno Haible  <bruno@clisp.org>
27799
27800         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
27801         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
27802         * lib/argp.h (__attribute__): Likewise.
27803         * lib/c-stack.c (__attribute__): Likewise.
27804         * lib/error.h (__attribute__): Likewise.
27805         * lib/fts.c (__attribute__): Likewise.
27806         * lib/openat.h (__attribute__): Likewise.
27807         * lib/stdio.in.h (__attribute__): Likewise.
27808         * lib/string.in.h (__attribute__): Likewise.
27809         * lib/utimens.c (__attribute__): Likewise.
27810         * lib/vasnprintf.h (__attribute__): Likewise.
27811         * lib/xalloc.h (__attribute__): Likewise.
27812         * lib/xprintf.h (__attribute__): Likewise.
27813         * lib/xstrtol.h (__attribute__): Likewise.
27814         * lib/xvasprintf.h (__attribute__): Likewise.
27815
27816 2008-01-12  Bruno Haible  <bruno@clisp.org>
27817
27818         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
27819         * doc/glibc-headers/a.out.texi: New file.
27820         * doc/glibc-headers/aliases.texi: New file.
27821         * doc/glibc-headers/alloca.texi: New file.
27822         * doc/glibc-headers/ar.texi: New file.
27823         * doc/glibc-headers/argp.texi: New file.
27824         * doc/glibc-headers/argz.texi: New file.
27825         * doc/glibc-headers/byteswap.texi: New file.
27826         * doc/glibc-headers/crypt.texi: New file.
27827         * doc/glibc-headers/endian.texi: New file.
27828         * doc/glibc-headers/envz.texi: New file.
27829         * doc/glibc-headers/err.texi: New file.
27830         * doc/glibc-headers/error.texi: New file.
27831         * doc/glibc-headers/execinfo.texi: New file.
27832         * doc/glibc-headers/fpu_control.texi: New file.
27833         * doc/glibc-headers/fstab.texi: New file.
27834         * doc/glibc-headers/fts.texi: New file.
27835         * doc/glibc-headers/getopt.texi: New file.
27836         * doc/glibc-headers/ieee754.texi: New file.
27837         * doc/glibc-headers/ifaddrs.texi: New file.
27838         * doc/glibc-headers/libintl.texi: New file.
27839         * doc/glibc-headers/mcheck.texi: New file.
27840         * doc/glibc-headers/mntent.texi: New file.
27841         * doc/glibc-headers/obstack.texi: New file.
27842         * doc/glibc-headers/paths.texi: New file.
27843         * doc/glibc-headers/printf.texi: New file.
27844         * doc/glibc-headers/pty.texi: New file.
27845         * doc/glibc-headers/resolv.texi: New file.
27846         * doc/glibc-headers/shadow.texi: New file.
27847         * doc/glibc-headers/sysexits.texi: New file.
27848         * doc/glibc-headers/ttyent.texi: New file.
27849
27850 2008-01-12  Jim Meyering  <meyering@redhat.com>
27851
27852         announce-gen: emit Gnulib's git-based version string.
27853         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
27854         New option --gnulib-version=V, where V is expected to be
27855         the output of running git describe in the gnulib directory.
27856         (get_tool_versions): Request feedback on xdelta.  I suspect it's
27857         not useful, and plan to stop publishing an xdelta file with each
27858         coreutils release.
27859
27860         * build-aux/announce-gen: Also check for lzma-compressed files.
27861
27862 2008-01-11  Bruno Haible  <bruno@clisp.org>
27863
27864         * tests/test-memmem.c (main): Increase maximum allowed time.
27865         * tests/test-strstr.c (main): Likewise.
27866
27867 2008-01-11  Bruno Haible  <bruno@clisp.org>
27868
27869         * doc/functions/memmem.texi: Add more precisions about platforms.
27870         * doc/functions/strstr.texi: Likewise.
27871
27872 2008-01-10  Eric Blake  <ebb9@byu.net>
27873
27874         * m4/strstr.m4: Delete cruft from copy-n-paste.
27875         Reported by Bruno Haible.
27876
27877 2008-01-10  Bruno Haible  <bruno@clisp.org>
27878
27879         Make c-strstr rely on strstr.
27880         * lib/c-strstr.c: Don't include str-kmp.h.
27881         (c_strstr): Define in terms of strstr.
27882         * modules/c-strstr (Files): Remove lib/str-kmp.h.
27883         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
27884
27885 2008-01-10  Bruno Haible  <bruno@clisp.org>
27886
27887         * doc/gnulib.texi (String Functions in C Locale): New section.
27888         * doc/c-ctype.texi: New file.
27889         * doc/c-strcase.texi: New file.
27890         * doc/c-strcaseeq.texi: New file.
27891         * doc/c-strcasestr.texi: New file.
27892         * doc/c-strstr.texi: New file.
27893         * doc/c-strtod.texi: New file.
27894         * doc/c-strtold.texi: New file.
27895
27896 2008-01-10  Eric Blake  <ebb9@byu.net>
27897
27898         * lib/relocatable.h: Fix a comment.
27899
27900 2008-01-10  Eric Blake  <ebb9@byu.net>
27901
27902         Share two-way algorithm.
27903         * lib/str-two-way.h: New file, merged from...
27904         * lib/memmem.c: ...here...
27905         * lib/strstr.c: ...and here.
27906         * modules/memmem (Files): Use it.
27907         * modules/strstr (Files): Likewise.
27908
27909         Avoid quadratic strstr implementations.
27910         * lib/strstr.c: New file.
27911         * m4/strstr.m4: Likewise.
27912         * modules/strstr: Likewise.
27913         * modules/strstr-tests: Likewise.
27914         * tests/test-strstr.c: Likewise.
27915         * lib/string.in.h (rpl_strstr): Declare.
27916         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
27917         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
27918         * modules/string (Makefile.am): Likewise.
27919         * MODULES.html.sh (string handling): Mention new module.
27920         * doc/functions/strstr.texi (strstr): Document the bug.
27921
27922 2008-01-10  Bruno Haible  <bruno@clisp.org>
27923
27924         * lib/relocatable.h (relocate): State whether result is freshly
27925         allocated or not.
27926         * lib/relocatable.c (relocate): Return a freshly allocated string
27927         instead of a pointer to a privately held string.
27928         Reported by Sylvain Beucler <beuc@gnu.org>.
27929
27930 2008-01-10  Colin Watson  <cjwatson@debian.org>
27931
27932         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
27933         s/S_ISNLK/S_ISLNK/.
27934
27935 2008-01-09  Bruno Haible  <bruno@clisp.org>
27936
27937         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
27938         and other files.
27939         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
27940         if it's only a guess.
27941         * modules/memmem: Simplify by depending on memmem-simple.
27942
27943 2008-01-09  Bruno Haible  <bruno@clisp.org>
27944
27945         Work around OpenBSD 4.0 tdelete() bug.
27946         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
27947         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
27948         macros and don't redefine the enum values.
27949         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
27950         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
27951         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
27952
27953 2008-01-09  Bruno Haible  <bruno@clisp.org>
27954
27955         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
27956         (main): Don't perform the tests if setlocale did not install a UTF-8
27957         locale. Needed on OpenBSD 4.0.
27958         * modules/wcwidth-tests (Depends-on): Add localcharset.
27959
27960 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
27961
27962         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
27963         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
27964         * NEWS: announce this.
27965         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
27966
27967 2008-01-09  Simon Josefsson  <simon@josefsson.org>
27968         and Eric Blake  <ebb9@byu.net>
27969
27970         Add memmem-simple module.
27971         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
27972         (gl_FUNC_MEMMEM): Separate performance from presence checks.
27973         * modules/memmem-simple: New file.
27974         * modules/memmem (Description): Tweak.
27975         * MODULES.html.sh (string handling): Mention new module.
27976         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
27977         addressed by memmem-simple.
27978         * NEWS: Document the difference.
27979
27980 2008-01-09  Eric Blake  <ebb9@byu.net>
27981
27982         Give gcc some memmem optimization hints.
27983         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
27984         (strcasestr): Declare as pure.
27985         * modules/memmem (Maintainer): Claim my implementation.
27986
27987 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27988
27989         Support AIX 6.1 and higher.
27990         * build-aux/config.libpath: Likewise.
27991         * build-aux/config.rpath: Likewise.
27992
27993 2008-01-08  Jim Meyering  <meyering@redhat.com>
27994             Bruno Haible  <bruno@clisp.org>
27995
27996         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
27997         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
27998         Reported by Peter Fales in
27999         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
28000
28001 2008-01-08  Bruno Haible  <bruno@clisp.org>
28002
28003         * modules/unictype/category-of (Depends-on): Add
28004         unictype/category-none.
28005         * modules/unictype/category-and-tests (Depends-on): Add
28006         unictype/category-{L,N,Lu,Nd}.
28007         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
28008         * modules/unictype/category-or-tests (Depends-on): Add
28009         unictype/category-{L,N}.
28010         * modules/unictype/category-name-tests (Depends-on): Add
28011         unictype/category-{Z,Nl}.
28012         Reported by Simon Josefsson.
28013
28014 2008-01-08  Bruno Haible  <bruno@clisp.org>
28015
28016         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
28017         convention better.
28018         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
28019         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
28020         Reported by Peter Miller <millerp@canb.auug.org.au>.
28021
28022 2008-01-08  Eric Blake  <ebb9@byu.net>
28023
28024         Rewrite memmem to guarantee linear complexity without malloc.
28025         * lib/memmem.c (memmem): Use Two-Way rather than
28026         Knuth-Morris-Pratt, to allow O(1) space usage.
28027         (critical_factorization, two_way_short_needle)
28028         (two_way_long_needle): New functions.
28029         (knuth_morris_pratt): Delete.
28030         * modules/memmem (Depends-on): No longer need malloca or stdbool.
28031         Add stdint.
28032         * tests/test-memmem.c (main): Add tests for periodic needle and
28033         sublinear performance.
28034         * doc/functions/memmem.texi (memmem): Document other deficiencies
28035         in cygwin and older glibc.
28036
28037 2008-01-08  Bruno Haible  <bruno@clisp.org>
28038
28039         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
28040         augmentation.
28041
28042 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
28043
28044         Add a configure time option: --disable-acl.
28045         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
28046         AC_ARG_ENABLE(acl).
28047
28048 2008-01-06  Simon Josefsson  <simon@josefsson.org>
28049
28050         * tests/test-localename.c: Don't include obsolete "setenv.h".
28051
28052         * modules/localename-tests (Depends-on): Need unsetenv.
28053
28054 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28055
28056         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
28057
28058 2008-01-06  Colin Watson  <cjwatson@debian.org>
28059
28060         * users.txt: Add man-db.
28061
28062 2008-01-07  Bruno Haible  <bruno@clisp.org>
28063
28064         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
28065         previous section name.
28066
28067 2008-01-07  Bruno Haible  <bruno@clisp.org>
28068
28069         * lib/progname.c (set_program_name): Don't strip off a leading
28070         "lt-" prefix outside a .libs directory.
28071         Suggested by Paul Eggert.
28072
28073 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
28074             Bruno Haible  <bruno@clisp.org>
28075
28076         Improve memory cleanup in 'relocatable' module.
28077         * lib/relocatable.h (compute_curr_prefix): Change return type to
28078         'char *'.
28079         * lib/relocatable.c (compute_curr_prefix): Change return type to
28080         'char *'. Free curr_installdir after use.
28081         (relocate): Free curr_prefix_better after use.
28082         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
28083
28084 2008-01-01  Bruno Haible  <bruno@clisp.org>
28085
28086         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
28087         failure on older glibc systems.
28088         Reported by Peter Fales <psfales@alcatel-lucent.com>.
28089
28090 2008-01-05  Eric Blake  <ebb9@byu.net>
28091
28092         Avoid quadratic system memmem.
28093         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
28094         Reported by Ralf Wildenhues.
28095
28096         Fix memmem test for mingw.
28097         * modules/memmem-tests (configure.ac): Check for alarm.
28098         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
28099         it.
28100         * doc/functions/memmem.texi: New file.
28101         * doc/gnulib.texi (Function Substitutes): Add memmem.
28102         Reported by Bruno Haible.
28103
28104 2008-01-04  Bruno Haible  <bruno@clisp.org>
28105
28106         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
28107         Require gl_HEADER_STRINGS_H_DEFAULTS, not
28108         gl_HEADER_STRING_H_DEFAULTS.
28109
28110 2008-01-04  Eric Blake  <ebb9@byu.net>
28111
28112         Shorten duration of memmem test.
28113         * tests/test-memmem.c (main): Use alarm to declare failure if test
28114         is taking too long.
28115         Reported by Ralf Wildenhues.
28116
28117 2007-12-21  Simon Josefsson  <simon@josefsson.org>
28118
28119         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
28120         string, needed by strerror.
28121
28122 2008-01-03  Colin Watson  <cjwatson@debian.org>
28123             Bruno Haible  <bruno@clisp.org>
28124
28125         * doc/gnulib-tool.texi (Localization): New section.
28126
28127 2008-01-02  Bruno Haible  <bruno@clisp.org>
28128
28129         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
28130         variables to 'unsigned char *' type.
28131         Reported by Paul Eggert.
28132
28133 2008-01-02  Jim Meyering  <jim@meyering.net>
28134
28135         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
28136
28137 2007-12-31  Jim Meyering  <jim@meyering.net>
28138
28139         Avoid use of private FTS type name.
28140         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
28141
28142 2007-12-30  Karl Berry  <karl@gnu.org>
28143
28144         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
28145         work around defect in Texinfo and/or the standalone Info browser.
28146
28147 2007-12-30  Bruno Haible  <bruno@clisp.org>
28148
28149         Unify 5 copies of the KMP code.
28150         * lib/str-kmp.h: New file.
28151         * lib/c-strcasestr.c: Include str-kmp.h.
28152         (knuth_morris_pratt): Remove function.
28153         (c_strcasestr): Update.
28154         * lib/c-strstr.c: Include str-kmp.h.
28155         (knuth_morris_pratt): Remove function.
28156         (c_strcasestr): Update.
28157         * lib/mbscasestr.c: Include str-kmp.h.
28158         (knuth_morris_pratt_unibyte): Remove function.
28159         * lib/mbsstr.c: Include str-kmp.h.
28160         (knuth_morris_pratt_unibyte): Remove function.
28161         * lib/strcasestr.c: Include str-kmp.h.
28162         (knuth_morris_pratt): Remove function.
28163         (strcasestr): Update.
28164         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
28165         * modules/c-strstr (Files): Likewise.
28166         * modules/mbscasestr (Files): Likewise.
28167         * modules/mbsstr (Files): Likewise.
28168         * modules/strcasestr (Files): Likewise.
28169         Suggested by Paul Eggert.
28170
28171 2007-12-30  Bruno Haible  <bruno@clisp.org>
28172
28173         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
28174         defined.
28175
28176 2007-12-30  Bruno Haible  <bruno@clisp.org>
28177
28178         * lib/xmalloca.h: Include xalloc.h.
28179         (xnmalloca): New macro.
28180
28181 2007-12-30  Bruno Haible  <bruno@clisp.org>
28182
28183         * lib/malloca.h (nmalloca): New macro.
28184         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
28185         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
28186         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
28187         knuth_morris_pratt_multibyte): Likewise.
28188         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
28189         knuth_morris_pratt_multibyte): Likewise.
28190         * lib/memmem.c (knuth_morris_pratt): Likewise.
28191         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
28192
28193 2007-12-25  Bruno Haible  <bruno@clisp.org>
28194
28195         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
28196         * lib/glob.c: Don't include openat.h.
28197         (link_exists2_p): Add back the code that deals with the
28198         !GLOB_ALTDIRFUNC case.
28199         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
28200         let it do the filename concatenation.
28201         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
28202         * modules/glob (Depends-on): Remove openat.
28203
28204 2007-12-31  Bruno Haible  <bruno@clisp.org>
28205
28206         * modules/dirfd (License): Change to LGPLv2+.
28207         Approved by Jim Meyering.
28208
28209 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
28210
28211         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
28212         when multiplying M by sizeof (size_t).
28213
28214 2007-12-10  Martin Lambers  <marlam@marlam.de>
28215
28216         Override getpagesize on mingw.
28217         * lib/getpagesize.c: New file.
28218         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
28219         * modules/getpagesize (Files): Add lib/getpagesize.c.
28220         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
28221         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
28222         REPLACE_GETPAGESIZE.
28223         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
28224
28225 2007-12-25  Bruno Haible  <bruno@clisp.org>
28226
28227         * modules/localcharset (Notice): New field.
28228         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
28229         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
28230
28231 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
28232             Bruno Haible  <bruno@clisp.org>
28233
28234         Avoid using the syntax symbol() in formatted documentation.
28235         * MODULES.html.sh (func_module): When replacing symbol() with a
28236         hyperlink, remove the parentheses. Show an error if some remain.
28237         Recognize and render the '...' syntax.
28238         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
28239         Rework. Add paragraph about GCC's inlining.
28240         * doc/alloca.texi: Likewise.
28241         * doc/error.texi: Remove parentheses from symbol reference.
28242         * doc/gnulib-intro.texi: Likewise.
28243         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
28244         * modules/fnmatch (Description): Reword to say "the ... function".
28245         * modules/full-read (Description): Likewise.
28246         * modules/full-write (Description): Likewise.
28247         * modules/safe-read (Description): Likewise.
28248         * modules/safe-write (Description): Likewise.
28249         * modules/strchrnul (Description): Likewise.
28250         * modules/trim (Description): Likewise.
28251         * modules/error (Description): Remove parentheses from symbol
28252         references.
28253         * modules/verror (Description): Likewise.
28254         Reported by Karl Berry.
28255
28256 2007-12-25  Bruno Haible  <bruno@clisp.org>
28257
28258         Fixup after 2007-10-16 commit.
28259         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
28260
28261 2007-12-24  Bruno Haible  <bruno@clisp.org>
28262
28263         Make --enable-relocatable work with DESTDIR.
28264         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
28265         to compute installdir from destprog.
28266         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
28267         also set the RELOC_DESTDIR variable.
28268         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
28269
28270 2007-12-24  Bruno Haible  <bruno@clisp.org>
28271
28272         Fix link error due to xalloc_die().
28273         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
28274         of xreadlink.
28275         * lib/relocwrapper.c: Update comments.
28276         * build-aux/install-reloc: Remove xreadlink.c from file list.
28277         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
28278         xreadlink.c.
28279         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
28280
28281 2007-12-24  Bruno Haible  <bruno@clisp.org>
28282
28283         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
28284         * lib/setenv.h: Remove file.
28285         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
28286         lib/setenv.h.
28287         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
28288         (Depends-on): Add stdlib.
28289         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
28290         gl_FUNC_UNSETENV.
28291         (Include): Replace setenv.h with <stdlib.h>.
28292         * modules/unsetenv: New file.
28293         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
28294         * lib/unsetenv.c: Include <stdlib.h> first.
28295         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
28296         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
28297         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
28298         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
28299         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
28300         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
28301         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
28302         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
28303         * doc/functions/unsetenv.texi: Update.
28304         * modules/xsetenv (Depends-on): Add unsetenv.
28305         * modules/getdate (Depends-on): Likewise.
28306         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
28307         * lib/xsetenv.c: Don't include setenv.h.
28308         * lib/getdate.y: Likewise.
28309         * lib/relocwrapper.c: Likewise.
28310         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
28311         (Depends-on): Add stdlib.
28312         * NEWS: Mention the changes.
28313         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
28314
28315 2007-12-23  Bruno Haible  <bruno@clisp.org>
28316
28317         * lib/memmem.c (memmem): Use lowercase variable names. Tab
28318         indentation.
28319
28320 2007-12-23  Bruno Haible  <bruno@clisp.org>
28321
28322         * lib/c-strcasestr.c: Add more comments.
28323         * lib/c-strstr.c: Likewise.
28324         * lib/mbscasestr.c: Likewise.
28325         * lib/mbsstr.c: Likewise.
28326         * lib/strcasestr.c: Likewise.
28327         * lib/memmem.c: Likewise.
28328
28329 2007-12-23  Bruno Haible  <bruno@clisp.org>
28330
28331         * tests/test-memmem.c: Include <string.h> first.
28332
28333 2007-12-22  Bruno Haible  <bruno@clisp.org>
28334
28335         * gnulib-tool (func_create_testdir): Change $auxdir while generating
28336         the contents of $testsbase.
28337         Reported by Ralf Wildenhues.
28338
28339 2007-12-22  Bruno Haible  <bruno@clisp.org>
28340
28341         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
28342         two variables local_ldadd_before, local_ldadd_last.
28343
28344 2007-12-20  Eric Blake  <ebb9@byu.net>
28345
28346         Work around circular library issue when cross-compiling.
28347         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
28348         that progname.o does not need to pull in rpl_memcmp.
28349
28350 2007-12-19  Eric Blake  <ebb9@byu.net>
28351
28352         Fix memmem to avoid O(n^2) worst-case complexity.
28353         * lib/memmem.c (knuth_morris_pratt): New function.
28354         (memmem): Use it if first few naive iterations fail.
28355         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
28356         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
28357         * modules/memchr (License): Likewise.
28358         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
28359         malloca.
28360         * tests/test-memmem.c: Rewrite, borrowing ideas from
28361         test-mbsstr1.c; the old version wouldn't even compile!
28362         * modules/memmem-tests: New file.
28363         * lib/string.in.h (rpl_memmem): Add declaration.
28364         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
28365         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
28366         REPLACE_MEMMEM.
28367
28368 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
28369
28370         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
28371         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
28372         before any system include files, and undef after them all.  This
28373         should fix a problem on VMS reported by John E. Malmberg in
28374         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
28375
28376 2007-12-17  Eric Blake  <ebb9@byu.net>
28377
28378         Revert addition of verify, for BSD/OS.
28379         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
28380         can't handle large files, for the sake of obsolete platforms.
28381         * modules/fseeko (Depends-on): Remove verify.
28382         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
28383         * doc/functions/ftello.texi (ftello): Likewise.
28384         * doc/functions/fgetpos.texi (fgetpos): Likewise.
28385         Reported by Larry Jones.
28386
28387 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
28388
28389         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
28390         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
28391
28392 2007-12-17  Jim Meyering  <meyering@redhat.com>
28393
28394         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
28395         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
28396         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
28397         * modules/getcwd (Depends-on): Add openat.
28398         Reported by Petr Salinger.
28399
28400 2007-12-17  Bruno Haible  <bruno@clisp.org>
28401
28402         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
28403         avoid a segmentation fault of the configure test on x86_64 systems.
28404
28405 2007-12-15  Jim Meyering  <meyering@redhat.com>
28406
28407         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
28408
28409 2007-12-13  Eric Blake  <ebb9@byu.net>
28410
28411         Another fseek test.
28412         * tests/test-fseek.c (main): Also test ungetc handling.
28413         * tests/test-fseeko.c (main): Likewise.
28414         * modules/fseeko (Depends-on): Add verify.
28415         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
28416         large.
28417         Reported by Larry Jones.
28418
28419         Fix fseeko on mingw.
28420         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
28421         seek.
28422
28423         Beef up fseek tests.
28424         * tests/test-fseek.c (main): Also test eof handling.
28425         * tests/test-fseeko.c (main): Likewise.
28426         Reported by Larry Jones.
28427
28428 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
28429
28430         Fix fseeko on BSD-based platforms.
28431         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
28432         successful seek.
28433
28434 2007-12-12  Eric Blake  <ebb9@byu.net>
28435
28436         Allow circular dependency of separate libtests.a
28437         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
28438         when use_libtests.
28439
28440 2007-12-11  Eric Blake  <ebb9@byu.net>
28441
28442         Fix bug with -0.0L in previous patch.
28443         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
28444         * tests/test-isnan.c (main): Also test on zeroes.
28445         * tests/test-isnanf.c (main): Likewise.
28446         * tests/test-isnanl.h (main): Likewise.
28447
28448         Detect pseudo-denormals on x86 even when cross-compiling.
28449         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
28450         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
28451         invalid bit patterns that happen to satisfy ==.
28452
28453         Avoid link failures with separate libtests.a.
28454         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
28455         last, to satisfy circular dependencies.
28456
28457 2007-12-11  Eric Blake  <ebb9@byu.net>
28458         and Bruno Haible  <bruno@clisp.org>
28459
28460         Fix OpenBSD 4.0 <float.h> handling of long double.
28461         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
28462         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
28463         * doc/headers/float.texi (float.h): Document OpenBSD bug.
28464
28465 2007-12-11  Jim Meyering  <meyering@redhat.com>
28466
28467         * users.txt: Add libvirt.
28468
28469         Support versions of autoconf prior to 2.59c.
28470         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
28471         if it is not already defined.
28472
28473 2007-12-09  Bruno Haible  <bruno@clisp.org>
28474
28475         Let 'gnulib-tool --import' collect sources needed for the tests in
28476         tests/ rather than in lib/.
28477         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
28478         argument. If true, add rules to generate libtests.a, and put libtests.a
28479         into $(LDADD). Consider source files in subdirectories and set
28480         uses_subdirs.
28481         (func_emit_initmacro_start, func_emit_initmacro_end,
28482         func_emit_initmacro_done): Pass all arguments explicitly.
28483         (func_import): Determine two module lists main_modules,
28484         testsrelated_modules. Determine use_libtests. Determine two variables
28485         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
28486         instead of just sed_transform_lib_file. Determine two variables
28487         main_files and testsrelated_files. Compute 'files' as the union of
28488         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
28489         func_add_or_update. In the generated gnulib-comp.m4, collect the
28490         object files for tests/ in different variables than those for lib/.
28491         Substitute LIBTESTS_LIBDEPS.
28492         (func_create_testdir): Combine the uses_subdirs results from
28493         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
28494
28495 2007-12-09  Bruno Haible  <bruno@clisp.org>
28496
28497         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
28498         the build-aux directory.
28499
28500 2007-12-09  Bruno Haible  <bruno@clisp.org>
28501
28502         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
28503         introduced on 2006-09-09.
28504
28505 2007-12-07  Jim Meyering  <meyering@redhat.com>
28506
28507         Let these macros work also with autoconf-2.59.
28508         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
28509         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
28510         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
28511
28512 2007-12-06  Jim Meyering  <meyering@redhat.com>
28513
28514         Avoid a configure-time syntax error in gl_FUNC_ACL.
28515         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
28516         function in each branch, before testing the cache variable.
28517
28518 2007-12-04  Eric Blake  <ebb9@byu.net>
28519
28520         Make scripts executable.
28521         * build-aux/config.guess: Add execute permissions.
28522         * build-aux/config.sub: Likewise.
28523         * build-aux/gendocs.sh: Likewise.
28524
28525         Fix frexp on mingw.
28526         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
28527         cross-compiling.
28528         * doc/functions/frexp.texi (frexp): Document the bug.
28529
28530         Make cygwin fseeko check more reliable.
28531         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
28532         version numbers, rather than unrelated feature check.
28533         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
28534         * doc/functions/ftello.texi (ftello): Likewise.
28535         Reported by Bruno Haible.
28536
28537         * m4/strerror.m4: Bump version number.
28538
28539 2007-12-03  Bruno Haible  <bruno@clisp.org>
28540
28541         * doc/functions/mprotect.texi: Mention the mingw problem.
28542
28543 2007-12-03  Eric Blake  <ebb9@byu.net>
28544
28545         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
28546         REPLACE_STRERROR is initialized before this macro.
28547
28548 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
28549
28550         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
28551         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
28552         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
28553         put -lsec in even for programs other than 'ls'.  This fixes a problem
28554         for gettext reported by Bruno Haible in
28555         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
28556         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
28557         Add support for Solaris 10.  This isn't efficient, but should get the
28558         job done for now.
28559
28560 2007-12-03  James Youngman  <jay@gnu.org>
28561
28562         * doc/regexprops-generic.texi: change "an close-group" to "a
28563         close-group" and "illegal" to "not allowed".
28564
28565 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28566
28567         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
28568         pr_byname.h. Needed for the rare case when the maintainer has done
28569         "make maintainer-clean" in the source directory and then attempts a
28570         build outside the source directory.
28571         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
28572         scripts_byname.h.
28573
28574 2007-12-02  Martin Lambers <marlam@marlam.de>
28575             Bruno Haible  <bruno@clisp.org>
28576
28577         * lib/getpagesize.h: Remove file.
28578         * lib/unistd.in.h: Include declaration of getpagesize here.
28579         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
28580         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
28581         HAVE_SYS_PARAM_H.
28582         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
28583         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
28584         * modules/getpagesize (Files): Remove lib/getpagesize.h.
28585         (Depends-on): Add unistd.
28586         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
28587         (Include): Use <unistd.h> instead of getpagesize.h.
28588         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
28589         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
28590         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
28591         gl_GETPAGESIZE invocation, already handled by module dependency.
28592         * lib/pagealign_alloc.c: Don't include getpagesize.h.
28593
28594 2007-12-02  Bruno Haible  <bruno@clisp.org>
28595
28596         * modules/strings-tests: New file.
28597         * tests/test-strings.c: New file.
28598
28599         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
28600         * lib/strings.in.h: New file.
28601         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
28602         * m4/strings_h.m4: New file.
28603         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
28604         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
28605         * modules/strings: New file.
28606         * modules/string (Makefile.am): Update.
28607         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
28608         Reported by Karl Berry.
28609
28610 2007-12-01  Eric Blake  <ebb9@byu.net>
28611
28612         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
28613         accomodate fix in cygwin 1.5.25.
28614
28615 2007-12-01  Jim Meyering  <meyering@redhat.com>
28616
28617         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
28618         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
28619         that would inhibit utf8-optimization of a regexp containing line-
28620         or buffer-anchors, e.g., `^', `$'.
28621
28622 2007-11-30  Bruno Haible  <bruno@clisp.org>
28623
28624         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
28625         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
28626         glthread_recursive_lock_init.
28627         * lib/lock.c (glthread_recursive_lock_init)
28628         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
28629         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
28630
28631 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
28632
28633         New function qset_acl, like set_acl but with syscall semantics.
28634         * lib/acl.h (qset_acl): New decl.
28635         * lib/acl.c (qset_acl): New function.
28636         (set_acl): Use new function.  Use more-consistent diagnostics.
28637
28638 2007-11-28  Jim Meyering  <meyering@redhat.com>
28639
28640         * modules/physmem (License): Change from GPL to LGPLv2+.
28641
28642 2007-11-26  Bruno Haible  <bruno@clisp.org>
28643
28644         * lib/vasnprintf.c (decode_long_double): Don't abort if the
28645         'long double' type has excess precision.
28646         Reported by Jim Meyering in
28647         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
28648
28649 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28650
28651         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
28652         Sync from <http://gnu.org/licenses>.
28653         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
28654         with license text from same location.
28655         * doc/maintain.texi, doc/standards.texi:  Sync from
28656         <http://savannah.gnu.org/projects/gnustandards>.
28657
28658 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
28659         and Jim Meyering  <meyering@redhat.com>
28660
28661         Adjust getdate' grammar to accept a slightly more regular language.
28662         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
28663         Before, the former was rejected.
28664         * lib/getdate.y (digits_to_date_time): New function, factored
28665         out of ...
28666         (number): ...here.  Just call digits_to_date_time.
28667         (hybrid): New non-terminal to handle an <unsigned number,
28668         signed relative offset> sequence consistently.
28669
28670 2007-11-18  Jim Meyering  <meyering@redhat.com>
28671
28672         Pull my changes from coreutils:
28673         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
28674         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
28675         use of $gnulib_tool_option_extras, so that it's separated from the
28676         preceding argument.
28677
28678         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
28679         * build-aux/bootstrap (cp_mark_as_generated): Create any required
28680         parent destination directories before copying a file into place.
28681
28682 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
28683
28684         bootstrap: work also with 4-argument variant of AC_INIT
28685         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
28686
28687 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28688
28689         Port test-getaddrinfo to Solaris.
28690         Problem reported by Bruno Haible in
28691         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
28692         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
28693         explanation of setting 'hints'.
28694         Don't reject an implementation merely because it returns EAI_SERVICE.
28695         (EAI_SERVICE): Define to 0 if not defined.
28696
28697 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
28698
28699         The license of gnu-make and posix-shell is now "GPLed build tool".
28700         * modules/gnu-make (License): Likewise.
28701         * modules/posix-shell (License): Likewise.
28702
28703         New module posix-shell, for determining a POSIX shell
28704         or perhaps something that is close enough to a POSIX shell.
28705         * m4/posix-shell.m4: New file.
28706         * modules/posix-shell: New file.
28707
28708         * MODULES.html.sh: Mention new module.
28709
28710         New module gnu-make, for determining whether we're using GNU Make.
28711         * m4/gnu-make.m4: New file.
28712         * modules/gnu-make: New file.
28713         * MODULES.html.sh: Mention new module.
28714
28715 2007-11-14  Jim Meyering  <meyering@redhat.com>
28716
28717         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
28718         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
28719         use this macro to create a function _definition_.
28720         Remove useless "#undef ARGMATCH_DIE".
28721
28722 2007-11-14  Bruno Haible  <bruno@clisp.org>
28723
28724         * lib/config.charset: Update for OpenBSD 4.1.
28725         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
28726
28727 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
28728
28729         Document 64-bit #if problems in stdint.texi.
28730         * doc/headers/stdint.texi (stdint.h): Mention problems with
28731         64-bit-#if, and how to work around them.
28732
28733         Don't insist on 'long long int' support in the preprocessor.  It
28734         breaks too many things.  For example, PRIdMAX still uses a 'long
28735         long int' format with the latest Sun compiler, even though
28736         HAVE_LONG_LONG_INT isn't defined due to that compiler's
28737         preprocessor problem.  This causes the latest coreutils to dump
28738         core on Solaris 10 sparc with the Sun C compiler.
28739         Instead, fix the 2007-10-16 problem in a different way, by evaluating
28740         the troublesome expressions at configure-time, not at #if-time.
28741         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
28742         preprocessor.
28743         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
28744         compile-time C checks, done at 'configure'-time.
28745         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
28746         * modules/inttypes (Makefile): Substitute the new symbols that
28747         gl_INTTYPES_H now generates.
28748         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
28749
28750 2007-11-12  Bruno Haible  <bruno@clisp.org>
28751
28752         Tests for Unicode character classification functions.
28753
28754         * modules/unictype/bidicategory-byname-tests: New file.
28755         * modules/unictype/bidicategory-name-tests: New file.
28756         * modules/unictype/bidicategory-of-tests: New file.
28757         * modules/unictype/bidicategory-test-tests: New file.
28758         * modules/unictype/block-list-tests: New file.
28759         * modules/unictype/block-of-tests: New file.
28760         * modules/unictype/block-test-tests: New file.
28761         * modules/unictype/category-C-tests: New file.
28762         * modules/unictype/category-Cc-tests: New file.
28763         * modules/unictype/category-Cf-tests: New file.
28764         * modules/unictype/category-Cn-tests: New file.
28765         * modules/unictype/category-Co-tests: New file.
28766         * modules/unictype/category-Cs-tests: New file.
28767         * modules/unictype/category-L-tests: New file.
28768         * modules/unictype/category-Ll-tests: New file.
28769         * modules/unictype/category-Lm-tests: New file.
28770         * modules/unictype/category-Lo-tests: New file.
28771         * modules/unictype/category-Lt-tests: New file.
28772         * modules/unictype/category-Lu-tests: New file.
28773         * modules/unictype/category-M-tests: New file.
28774         * modules/unictype/category-Mc-tests: New file.
28775         * modules/unictype/category-Me-tests: New file.
28776         * modules/unictype/category-Mn-tests: New file.
28777         * modules/unictype/category-N-tests: New file.
28778         * modules/unictype/category-Nd-tests: New file.
28779         * modules/unictype/category-Nl-tests: New file.
28780         * modules/unictype/category-No-tests: New file.
28781         * modules/unictype/category-P-tests: New file.
28782         * modules/unictype/category-Pc-tests: New file.
28783         * modules/unictype/category-Pd-tests: New file.
28784         * modules/unictype/category-Pe-tests: New file.
28785         * modules/unictype/category-Pf-tests: New file.
28786         * modules/unictype/category-Pi-tests: New file.
28787         * modules/unictype/category-Po-tests: New file.
28788         * modules/unictype/category-Ps-tests: New file.
28789         * modules/unictype/category-S-tests: New file.
28790         * modules/unictype/category-Sc-tests: New file.
28791         * modules/unictype/category-Sk-tests: New file.
28792         * modules/unictype/category-Sm-tests: New file.
28793         * modules/unictype/category-So-tests: New file.
28794         * modules/unictype/category-Z-tests: New file.
28795         * modules/unictype/category-Zl-tests: New file.
28796         * modules/unictype/category-Zp-tests: New file.
28797         * modules/unictype/category-Zs-tests: New file.
28798         * modules/unictype/category-and-not-tests: New file.
28799         * modules/unictype/category-and-tests: New file.
28800         * modules/unictype/category-byname-tests: New file.
28801         * modules/unictype/category-name-tests: New file.
28802         * modules/unictype/category-none-tests: New file.
28803         * modules/unictype/category-of-tests: New file.
28804         * modules/unictype/category-or-tests: New file.
28805         * modules/unictype/category-test-withtable-tests: New file.
28806         * modules/unictype/combining-class-tests: New file.
28807         * modules/unictype/ctype-alnum-tests: New file.
28808         * modules/unictype/ctype-alpha-tests: New file.
28809         * modules/unictype/ctype-blank-tests: New file.
28810         * modules/unictype/ctype-cntrl-tests: New file.
28811         * modules/unictype/ctype-digit-tests: New file.
28812         * modules/unictype/ctype-graph-tests: New file.
28813         * modules/unictype/ctype-lower-tests: New file.
28814         * modules/unictype/ctype-print-tests: New file.
28815         * modules/unictype/ctype-punct-tests: New file.
28816         * modules/unictype/ctype-space-tests: New file.
28817         * modules/unictype/ctype-upper-tests: New file.
28818         * modules/unictype/ctype-xdigit-tests: New file.
28819         * modules/unictype/decimal-digit-tests: New file.
28820         * modules/unictype/digit-tests: New file.
28821         * modules/unictype/mirror-tests: New file.
28822         * modules/unictype/numeric-tests: New file.
28823         * modules/unictype/property-alphabetic-tests: New file.
28824         * modules/unictype/property-ascii-hex-digit-tests: New file.
28825         * modules/unictype/property-bidi-arabic-digit-tests: New file.
28826         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
28827         * modules/unictype/property-bidi-block-separator-tests: New file.
28828         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
28829         * modules/unictype/property-bidi-common-separator-tests: New file.
28830         * modules/unictype/property-bidi-control-tests: New file.
28831         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
28832         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
28833         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
28834         * modules/unictype/property-bidi-european-digit-tests: New file.
28835         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
28836         * modules/unictype/property-bidi-left-to-right-tests: New file.
28837         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
28838         * modules/unictype/property-bidi-other-neutral-tests: New file.
28839         * modules/unictype/property-bidi-pdf-tests: New file.
28840         * modules/unictype/property-bidi-segment-separator-tests: New file.
28841         * modules/unictype/property-bidi-whitespace-tests: New file.
28842         * modules/unictype/property-byname-tests: New file.
28843         * modules/unictype/property-combining-tests: New file.
28844         * modules/unictype/property-composite-tests: New file.
28845         * modules/unictype/property-currency-symbol-tests: New file.
28846         * modules/unictype/property-dash-tests: New file.
28847         * modules/unictype/property-decimal-digit-tests: New file.
28848         * modules/unictype/property-default-ignorable-code-point-tests: New file.
28849         * modules/unictype/property-deprecated-tests: New file.
28850         * modules/unictype/property-diacritic-tests: New file.
28851         * modules/unictype/property-extender-tests: New file.
28852         * modules/unictype/property-format-control-tests: New file.
28853         * modules/unictype/property-grapheme-base-tests: New file.
28854         * modules/unictype/property-grapheme-extend-tests: New file.
28855         * modules/unictype/property-grapheme-link-tests: New file.
28856         * modules/unictype/property-hex-digit-tests: New file.
28857         * modules/unictype/property-hyphen-tests: New file.
28858         * modules/unictype/property-id-continue-tests: New file.
28859         * modules/unictype/property-id-start-tests: New file.
28860         * modules/unictype/property-ideographic-tests: New file.
28861         * modules/unictype/property-ids-binary-operator-tests: New file.
28862         * modules/unictype/property-ids-trinary-operator-tests: New file.
28863         * modules/unictype/property-ignorable-control-tests: New file.
28864         * modules/unictype/property-iso-control-tests: New file.
28865         * modules/unictype/property-join-control-tests: New file.
28866         * modules/unictype/property-left-of-pair-tests: New file.
28867         * modules/unictype/property-line-separator-tests: New file.
28868         * modules/unictype/property-logical-order-exception-tests: New file.
28869         * modules/unictype/property-lowercase-tests: New file.
28870         * modules/unictype/property-math-tests: New file.
28871         * modules/unictype/property-non-break-tests: New file.
28872         * modules/unictype/property-not-a-character-tests: New file.
28873         * modules/unictype/property-numeric-tests: New file.
28874         * modules/unictype/property-other-alphabetic-tests: New file.
28875         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
28876         * modules/unictype/property-other-grapheme-extend-tests: New file.
28877         * modules/unictype/property-other-id-continue-tests: New file.
28878         * modules/unictype/property-other-id-start-tests: New file.
28879         * modules/unictype/property-other-lowercase-tests: New file.
28880         * modules/unictype/property-other-math-tests: New file.
28881         * modules/unictype/property-other-uppercase-tests: New file.
28882         * modules/unictype/property-paired-punctuation-tests: New file.
28883         * modules/unictype/property-paragraph-separator-tests: New file.
28884         * modules/unictype/property-pattern-syntax-tests: New file.
28885         * modules/unictype/property-pattern-white-space-tests: New file.
28886         * modules/unictype/property-private-use-tests: New file.
28887         * modules/unictype/property-punctuation-tests: New file.
28888         * modules/unictype/property-quotation-mark-tests: New file.
28889         * modules/unictype/property-radical-tests: New file.
28890         * modules/unictype/property-sentence-terminal-tests: New file.
28891         * modules/unictype/property-soft-dotted-tests: New file.
28892         * modules/unictype/property-space-tests: New file.
28893         * modules/unictype/property-terminal-punctuation-tests: New file.
28894         * modules/unictype/property-test-tests: New file.
28895         * modules/unictype/property-titlecase-tests: New file.
28896         * modules/unictype/property-unassigned-code-value-tests: New file.
28897         * modules/unictype/property-unified-ideograph-tests: New file.
28898         * modules/unictype/property-uppercase-tests: New file.
28899         * modules/unictype/property-variation-selector-tests: New file.
28900         * modules/unictype/property-white-space-tests: New file.
28901         * modules/unictype/property-xid-continue-tests: New file.
28902         * modules/unictype/property-xid-start-tests: New file.
28903         * modules/unictype/property-zero-width-tests: New file.
28904         * modules/unictype/scripts-tests: New file.
28905         * modules/unictype/syntax-c-ident-tests: New file.
28906         * modules/unictype/syntax-c-whitespace-tests: New file.
28907         * modules/unictype/syntax-java-ident-tests: New file.
28908         * modules/unictype/syntax-java-whitespace-tests: New file.
28909         * tests/unictype/test-bidi_byname.c: New file.
28910         * tests/unictype/test-bidi_name.c: New file.
28911         * tests/unictype/test-bidi_of.c: New file.
28912         * tests/unictype/test-bidi_test.c: New file.
28913         * tests/unictype/test-block_list.c: New file.
28914         * tests/unictype/test-block_of.c: New file.
28915         * tests/unictype/test-block_test.c: New file.
28916         * tests/unictype/test-categ_and.c: New file.
28917         * tests/unictype/test-categ_and_not.c: New file.
28918         * tests/unictype/test-categ_byname.c: New file.
28919         * tests/unictype/test-categ_name.c: New file.
28920         * tests/unictype/test-categ_none.c: New file.
28921         * tests/unictype/test-categ_of.c: New file.
28922         * tests/unictype/test-categ_or.c: New file.
28923         * tests/unictype/test-categ_test_withtable.c: New file.
28924         * tests/unictype/test-combining.c: New file.
28925         * tests/unictype/test-decdigit.c: New file.
28926         * tests/unictype/test-digit.c: New file.
28927         * tests/unictype/test-mirror.c: New file.
28928         * tests/unictype/test-numeric.c: New file.
28929         * tests/unictype/test-pr_byname.c: New file.
28930         * tests/unictype/test-pr_test.c: New file.
28931         * tests/unictype/test-predicate-part1.h: New file.
28932         * tests/unictype/test-predicate-part2.h: New file.
28933         * tests/unictype/test-scripts.c: New file.
28934         * tests/unictype/test-sy_c_ident.c: New file.
28935         * tests/unictype/test-sy_java_ident.c: New file.
28936
28937         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
28938         for Unicode 5.0.0.
28939         * tests/unictype/test-categ_Cc.c: Likewise.
28940         * tests/unictype/test-categ_Cf.c: Likewise.
28941         * tests/unictype/test-categ_Cn.c: Likewise.
28942         * tests/unictype/test-categ_Co.c: Likewise.
28943         * tests/unictype/test-categ_Cs.c: Likewise.
28944         * tests/unictype/test-categ_L.c: Likewise.
28945         * tests/unictype/test-categ_Ll.c: Likewise.
28946         * tests/unictype/test-categ_Lm.c: Likewise.
28947         * tests/unictype/test-categ_Lo.c: Likewise.
28948         * tests/unictype/test-categ_Lt.c: Likewise.
28949         * tests/unictype/test-categ_Lu.c: Likewise.
28950         * tests/unictype/test-categ_M.c: Likewise.
28951         * tests/unictype/test-categ_Mc.c: Likewise.
28952         * tests/unictype/test-categ_Me.c: Likewise.
28953         * tests/unictype/test-categ_Mn.c: Likewise.
28954         * tests/unictype/test-categ_N.c: Likewise.
28955         * tests/unictype/test-categ_Nd.c: Likewise.
28956         * tests/unictype/test-categ_Nl.c: Likewise.
28957         * tests/unictype/test-categ_No.c: Likewise.
28958         * tests/unictype/test-categ_P.c: Likewise.
28959         * tests/unictype/test-categ_Pc.c: Likewise.
28960         * tests/unictype/test-categ_Pd.c: Likewise.
28961         * tests/unictype/test-categ_Pe.c: Likewise.
28962         * tests/unictype/test-categ_Pf.c: Likewise.
28963         * tests/unictype/test-categ_Pi.c: Likewise.
28964         * tests/unictype/test-categ_Po.c: Likewise.
28965         * tests/unictype/test-categ_Ps.c: Likewise.
28966         * tests/unictype/test-categ_S.c: Likewise.
28967         * tests/unictype/test-categ_Sc.c: Likewise.
28968         * tests/unictype/test-categ_Sk.c: Likewise.
28969         * tests/unictype/test-categ_Sm.c: Likewise.
28970         * tests/unictype/test-categ_So.c: Likewise.
28971         * tests/unictype/test-categ_Z.c: Likewise.
28972         * tests/unictype/test-categ_Zl.c: Likewise.
28973         * tests/unictype/test-categ_Zp.c: Likewise.
28974         * tests/unictype/test-categ_Zs.c: Likewise.
28975         * tests/unictype/test-ctype_alnum.c: Likewise.
28976         * tests/unictype/test-ctype_alpha.c: Likewise.
28977         * tests/unictype/test-ctype_blank.c: Likewise.
28978         * tests/unictype/test-ctype_cntrl.c: Likewise.
28979         * tests/unictype/test-ctype_digit.c: Likewise.
28980         * tests/unictype/test-ctype_graph.c: Likewise.
28981         * tests/unictype/test-ctype_lower.c: Likewise.
28982         * tests/unictype/test-ctype_print.c: Likewise.
28983         * tests/unictype/test-ctype_punct.c: Likewise.
28984         * tests/unictype/test-ctype_space.c: Likewise.
28985         * tests/unictype/test-ctype_upper.c: Likewise.
28986         * tests/unictype/test-ctype_xdigit.c: Likewise.
28987         * tests/unictype/test-decdigit.h: Likewise.
28988         * tests/unictype/test-digit.h: Likewise.
28989         * tests/unictype/test-numeric.h: Likewise.
28990         * tests/unictype/test-pr_alphabetic.c: Likewise.
28991         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
28992         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
28993         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
28994         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
28995         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
28996         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
28997         * tests/unictype/test-pr_bidi_control.c: Likewise.
28998         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
28999         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
29000         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
29001         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
29002         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
29003         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
29004         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
29005         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
29006         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
29007         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
29008         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
29009         * tests/unictype/test-pr_combining.c: Likewise.
29010         * tests/unictype/test-pr_composite.c: Likewise.
29011         * tests/unictype/test-pr_currency_symbol.c: Likewise.
29012         * tests/unictype/test-pr_dash.c: Likewise.
29013         * tests/unictype/test-pr_decimal_digit.c: Likewise.
29014         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
29015         * tests/unictype/test-pr_deprecated.c: Likewise.
29016         * tests/unictype/test-pr_diacritic.c: Likewise.
29017         * tests/unictype/test-pr_extender.c: Likewise.
29018         * tests/unictype/test-pr_format_control.c: Likewise.
29019         * tests/unictype/test-pr_grapheme_base.c: Likewise.
29020         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
29021         * tests/unictype/test-pr_grapheme_link.c: Likewise.
29022         * tests/unictype/test-pr_hex_digit.c: Likewise.
29023         * tests/unictype/test-pr_hyphen.c: Likewise.
29024         * tests/unictype/test-pr_id_continue.c: Likewise.
29025         * tests/unictype/test-pr_id_start.c: Likewise.
29026         * tests/unictype/test-pr_ideographic.c: Likewise.
29027         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
29028         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
29029         * tests/unictype/test-pr_ignorable_control.c: Likewise.
29030         * tests/unictype/test-pr_iso_control.c: Likewise.
29031         * tests/unictype/test-pr_join_control.c: Likewise.
29032         * tests/unictype/test-pr_left_of_pair.c: Likewise.
29033         * tests/unictype/test-pr_line_separator.c: Likewise.
29034         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
29035         * tests/unictype/test-pr_lowercase.c: Likewise.
29036         * tests/unictype/test-pr_math.c: Likewise.
29037         * tests/unictype/test-pr_non_break.c: Likewise.
29038         * tests/unictype/test-pr_not_a_character.c: Likewise.
29039         * tests/unictype/test-pr_numeric.c: Likewise.
29040         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
29041         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
29042         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
29043         * tests/unictype/test-pr_other_id_continue.c: Likewise.
29044         * tests/unictype/test-pr_other_id_start.c: Likewise.
29045         * tests/unictype/test-pr_other_lowercase.c: Likewise.
29046         * tests/unictype/test-pr_other_math.c: Likewise.
29047         * tests/unictype/test-pr_other_uppercase.c: Likewise.
29048         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
29049         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
29050         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
29051         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
29052         * tests/unictype/test-pr_private_use.c: Likewise.
29053         * tests/unictype/test-pr_punctuation.c: Likewise.
29054         * tests/unictype/test-pr_quotation_mark.c: Likewise.
29055         * tests/unictype/test-pr_radical.c: Likewise.
29056         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
29057         * tests/unictype/test-pr_soft_dotted.c: Likewise.
29058         * tests/unictype/test-pr_space.c: Likewise.
29059         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
29060         * tests/unictype/test-pr_titlecase.c: Likewise.
29061         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
29062         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
29063         * tests/unictype/test-pr_uppercase.c: Likewise.
29064         * tests/unictype/test-pr_variation_selector.c: Likewise.
29065         * tests/unictype/test-pr_white_space.c: Likewise.
29066         * tests/unictype/test-pr_xid_continue.c: Likewise.
29067         * tests/unictype/test-pr_xid_start.c: Likewise.
29068         * tests/unictype/test-pr_zero_width.c: Likewise.
29069         * tests/unictype/test-sy_c_whitespace.c: Likewise.
29070         * tests/unictype/test-sy_java_whitespace.c: Likewise.
29071
29072 2007-11-12  Bruno Haible  <bruno@clisp.org>
29073
29074         Unicode character classification functions.
29075         * lib/unictype.h: New file.
29076         * modules/unictype/base: New file.
29077         * modules/unictype/category-L: New file.
29078         * modules/unictype/category-Lu: New file.
29079         * modules/unictype/category-Ll: New file.
29080         * modules/unictype/category-Lt: New file.
29081         * modules/unictype/category-Lm: New file.
29082         * modules/unictype/category-Lo: New file.
29083         * modules/unictype/category-M: New file.
29084         * modules/unictype/category-Mn: New file.
29085         * modules/unictype/category-Mc: New file.
29086         * modules/unictype/category-Me: New file.
29087         * modules/unictype/category-N: New file.
29088         * modules/unictype/category-Nd: New file.
29089         * modules/unictype/category-Nl: New file.
29090         * modules/unictype/category-No: New file.
29091         * modules/unictype/category-P: New file.
29092         * modules/unictype/category-Pc: New file.
29093         * modules/unictype/category-Pd: New file.
29094         * modules/unictype/category-Ps: New file.
29095         * modules/unictype/category-Pe: New file.
29096         * modules/unictype/category-Pi: New file.
29097         * modules/unictype/category-Pf: New file.
29098         * modules/unictype/category-Po: New file.
29099         * modules/unictype/category-S: New file.
29100         * modules/unictype/category-Sm: New file.
29101         * modules/unictype/category-Sc: New file.
29102         * modules/unictype/category-Sk: New file.
29103         * modules/unictype/category-So: New file.
29104         * modules/unictype/category-Z: New file.
29105         * modules/unictype/category-Zs: New file.
29106         * modules/unictype/category-Zl: New file.
29107         * modules/unictype/category-Zp: New file.
29108         * modules/unictype/category-C: New file.
29109         * modules/unictype/category-Cc: New file.
29110         * modules/unictype/category-Cf: New file.
29111         * modules/unictype/category-Cs: New file.
29112         * modules/unictype/category-Co: New file.
29113         * modules/unictype/category-Cn: New file.
29114         * modules/unictype/category-or: New file.
29115         * modules/unictype/category-of: New file.
29116         * modules/unictype/category-test: New file.
29117         * modules/unictype/category-test-withtable: New file.
29118         * modules/unictype/category-byname: New file.
29119         * modules/unictype/category-none: New file.
29120         * modules/unictype/category-and: New file.
29121         * modules/unictype/category-and-not: New file.
29122         * modules/unictype/category-name: New file.
29123         * modules/unictype/combining-class: New file.
29124         * modules/unictype/category-all: New file.
29125         * modules/unictype/bidicategory-all: New file.
29126         * modules/unictype/bidicategory-byname: New file.
29127         * modules/unictype/bidicategory-name: New file.
29128         * modules/unictype/bidicategory-of: New file.
29129         * modules/unictype/bidicategory-test: New file.
29130         * modules/unictype/decimal-digit: New file.
29131         * modules/unictype/digit: New file.
29132         * modules/unictype/numeric: New file.
29133         * modules/unictype/mirror: New file.
29134         * modules/unictype/property-white-space: New file.
29135         * modules/unictype/property-alphabetic: New file.
29136         * modules/unictype/property-other-alphabetic: New file.
29137         * modules/unictype/property-not-a-character: New file.
29138         * modules/unictype/property-default-ignorable-code-point: New file.
29139         * modules/unictype/property-other-default-ignorable-code-point: New
29140         file.
29141         * modules/unictype/property-deprecated: New file.
29142         * modules/unictype/property-logical-order-exception: New file.
29143         * modules/unictype/property-variation-selector: New file.
29144         * modules/unictype/property-private-use: New file.
29145         * modules/unictype/property-unassigned-code-value: New file.
29146         * modules/unictype/property-uppercase: New file.
29147         * modules/unictype/property-other-uppercase: New file.
29148         * modules/unictype/property-lowercase: New file.
29149         * modules/unictype/property-other-lowercase: New file.
29150         * modules/unictype/property-titlecase: New file.
29151         * modules/unictype/property-soft-dotted: New file.
29152         * modules/unictype/property-id-start: New file.
29153         * modules/unictype/property-other-id-start: New file.
29154         * modules/unictype/property-id-continue: New file.
29155         * modules/unictype/property-other-id-continue: New file.
29156         * modules/unictype/property-xid-start: New file.
29157         * modules/unictype/property-xid-continue: New file.
29158         * modules/unictype/property-pattern-white-space: New file.
29159         * modules/unictype/property-pattern-syntax: New file.
29160         * modules/unictype/property-join-control: New file.
29161         * modules/unictype/property-grapheme-base: New file.
29162         * modules/unictype/property-grapheme-extend: New file.
29163         * modules/unictype/property-other-grapheme-extend: New file.
29164         * modules/unictype/property-grapheme-link: New file.
29165         * modules/unictype/property-bidi-control: New file.
29166         * modules/unictype/property-bidi-left-to-right: New file.
29167         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
29168         * modules/unictype/property-bidi-arabic-right-to-left: New file.
29169         * modules/unictype/property-bidi-european-digit: New file.
29170         * modules/unictype/property-bidi-eur-num-separator: New file.
29171         * modules/unictype/property-bidi-eur-num-terminator: New file.
29172         * modules/unictype/property-bidi-arabic-digit: New file.
29173         * modules/unictype/property-bidi-common-separator: New file.
29174         * modules/unictype/property-bidi-block-separator: New file.
29175         * modules/unictype/property-bidi-segment-separator: New file.
29176         * modules/unictype/property-bidi-whitespace: New file.
29177         * modules/unictype/property-bidi-non-spacing-mark: New file.
29178         * modules/unictype/property-bidi-boundary-neutral: New file.
29179         * modules/unictype/property-bidi-pdf: New file.
29180         * modules/unictype/property-bidi-embedding-or-override: New file.
29181         * modules/unictype/property-bidi-other-neutral: New file.
29182         * modules/unictype/property-hex-digit: New file.
29183         * modules/unictype/property-ascii-hex-digit: New file.
29184         * modules/unictype/property-ideographic: New file.
29185         * modules/unictype/property-unified-ideograph: New file.
29186         * modules/unictype/property-radical: New file.
29187         * modules/unictype/property-ids-binary-operator: New file.
29188         * modules/unictype/property-ids-trinary-operator: New file.
29189         * modules/unictype/property-zero-width: New file.
29190         * modules/unictype/property-space: New file.
29191         * modules/unictype/property-non-break: New file.
29192         * modules/unictype/property-iso-control: New file.
29193         * modules/unictype/property-format-control: New file.
29194         * modules/unictype/property-dash: New file.
29195         * modules/unictype/property-hyphen: New file.
29196         * modules/unictype/property-punctuation: New file.
29197         * modules/unictype/property-line-separator: New file.
29198         * modules/unictype/property-paragraph-separator: New file.
29199         * modules/unictype/property-quotation-mark: New file.
29200         * modules/unictype/property-sentence-terminal: New file.
29201         * modules/unictype/property-terminal-punctuation: New file.
29202         * modules/unictype/property-currency-symbol: New file.
29203         * modules/unictype/property-math: New file.
29204         * modules/unictype/property-other-math: New file.
29205         * modules/unictype/property-paired-punctuation: New file.
29206         * modules/unictype/property-left-of-pair: New file.
29207         * modules/unictype/property-combining: New file.
29208         * modules/unictype/property-composite: New file.
29209         * modules/unictype/property-decimal-digit: New file.
29210         * modules/unictype/property-numeric: New file.
29211         * modules/unictype/property-diacritic: New file.
29212         * modules/unictype/property-extender: New file.
29213         * modules/unictype/property-ignorable-control: New file.
29214         * modules/unictype/property-test: New file.
29215         * modules/unictype/property-byname: New file.
29216         * modules/unictype/property-all: New file.
29217         * modules/unictype/scripts: New file.
29218         * modules/unictype/scripts-all: New file.
29219         * modules/unictype/block-of: New file.
29220         * modules/unictype/block-test: New file.
29221         * modules/unictype/block-list: New file.
29222         * modules/unictype/block-all: New file.
29223         * modules/unictype/syntax-c-whitespace: New file.
29224         * modules/unictype/syntax-java-whitespace: New file.
29225         * modules/unictype/syntax-c-ident: New file.
29226         * modules/unictype/syntax-java-ident: New file.
29227         * modules/unictype/ctype-alnum: New file.
29228         * modules/unictype/ctype-alpha: New file.
29229         * modules/unictype/ctype-cntrl: New file.
29230         * modules/unictype/ctype-digit: New file.
29231         * modules/unictype/ctype-graph: New file.
29232         * modules/unictype/ctype-lower: New file.
29233         * modules/unictype/ctype-print: New file.
29234         * modules/unictype/ctype-punct: New file.
29235         * modules/unictype/ctype-space: New file.
29236         * modules/unictype/ctype-upper: New file.
29237         * modules/unictype/ctype-xdigit: New file.
29238         * modules/unictype/ctype-blank: New file.
29239         * lib/unictype/bidi_byname.c: New file.
29240         * lib/unictype/bidi_name.c: New file.
29241         * lib/unictype/bidi_of.c: New file.
29242         * lib/unictype/bidi_test.c: New file.
29243         * lib/unictype/bitmap.h: New file.
29244         * lib/unictype/block_test.c: New file.
29245         * lib/unictype/blocks.c: New file.
29246         * lib/unictype/categ_C.c: New file.
29247         * lib/unictype/categ_Cc.c: New file.
29248         * lib/unictype/categ_Cf.c: New file.
29249         * lib/unictype/categ_Cn.c: New file.
29250         * lib/unictype/categ_Co.c: New file.
29251         * lib/unictype/categ_Cs.c: New file.
29252         * lib/unictype/categ_L.c: New file.
29253         * lib/unictype/categ_Ll.c: New file.
29254         * lib/unictype/categ_Lm.c: New file.
29255         * lib/unictype/categ_Lo.c: New file.
29256         * lib/unictype/categ_Lt.c: New file.
29257         * lib/unictype/categ_Lu.c: New file.
29258         * lib/unictype/categ_M.c: New file.
29259         * lib/unictype/categ_Mc.c: New file.
29260         * lib/unictype/categ_Me.c: New file.
29261         * lib/unictype/categ_Mn.c: New file.
29262         * lib/unictype/categ_N.c: New file.
29263         * lib/unictype/categ_Nd.c: New file.
29264         * lib/unictype/categ_Nl.c: New file.
29265         * lib/unictype/categ_No.c: New file.
29266         * lib/unictype/categ_P.c: New file.
29267         * lib/unictype/categ_Pc.c: New file.
29268         * lib/unictype/categ_Pd.c: New file.
29269         * lib/unictype/categ_Pe.c: New file.
29270         * lib/unictype/categ_Pf.c: New file.
29271         * lib/unictype/categ_Pi.c: New file.
29272         * lib/unictype/categ_Po.c: New file.
29273         * lib/unictype/categ_Ps.c: New file.
29274         * lib/unictype/categ_S.c: New file.
29275         * lib/unictype/categ_Sc.c: New file.
29276         * lib/unictype/categ_Sk.c: New file.
29277         * lib/unictype/categ_Sm.c: New file.
29278         * lib/unictype/categ_So.c: New file.
29279         * lib/unictype/categ_Z.c: New file.
29280         * lib/unictype/categ_Zl.c: New file.
29281         * lib/unictype/categ_Zp.c: New file.
29282         * lib/unictype/categ_Zs.c: New file.
29283         * lib/unictype/categ_and.c: New file.
29284         * lib/unictype/categ_and_not.c: New file.
29285         * lib/unictype/categ_byname.c: New file.
29286         * lib/unictype/categ_name.c: New file.
29287         * lib/unictype/categ_none.c: New file.
29288         * lib/unictype/categ_of.c: New file.
29289         * lib/unictype/categ_or.c: New file.
29290         * lib/unictype/categ_test.c: New file.
29291         * lib/unictype/combining.c: New file.
29292         * lib/unictype/ctype_alnum.c: New file.
29293         * lib/unictype/ctype_alpha.c: New file.
29294         * lib/unictype/ctype_blank.c: New file.
29295         * lib/unictype/ctype_cntrl.c: New file.
29296         * lib/unictype/ctype_digit.c: New file.
29297         * lib/unictype/ctype_graph.c: New file.
29298         * lib/unictype/ctype_lower.c: New file.
29299         * lib/unictype/ctype_print.c: New file.
29300         * lib/unictype/ctype_punct.c: New file.
29301         * lib/unictype/ctype_space.c: New file.
29302         * lib/unictype/ctype_upper.c: New file.
29303         * lib/unictype/ctype_xdigit.c: New file.
29304         * lib/unictype/decdigit.c: New file.
29305         * lib/unictype/digit.c: New file.
29306         * lib/unictype/identsyntaxmap.h: New file.
29307         * lib/unictype/mirror.c: New file.
29308         * lib/unictype/numeric.c: New file.
29309         * lib/unictype/pr_alphabetic.c: New file.
29310         * lib/unictype/pr_ascii_hex_digit.c: New file.
29311         * lib/unictype/pr_bidi_arabic_digit.c: New file.
29312         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
29313         * lib/unictype/pr_bidi_block_separator.c: New file.
29314         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
29315         * lib/unictype/pr_bidi_common_separator.c: New file.
29316         * lib/unictype/pr_bidi_control.c: New file.
29317         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
29318         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
29319         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
29320         * lib/unictype/pr_bidi_european_digit.c: New file.
29321         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
29322         * lib/unictype/pr_bidi_left_to_right.c: New file.
29323         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
29324         * lib/unictype/pr_bidi_other_neutral.c: New file.
29325         * lib/unictype/pr_bidi_pdf.c: New file.
29326         * lib/unictype/pr_bidi_segment_separator.c: New file.
29327         * lib/unictype/pr_bidi_whitespace.c: New file.
29328         * lib/unictype/pr_byname.c: New file.
29329         * lib/unictype/pr_byname.gperf: New file.
29330         * lib/unictype/pr_combining.c: New file.
29331         * lib/unictype/pr_composite.c: New file.
29332         * lib/unictype/pr_currency_symbol.c: New file.
29333         * lib/unictype/pr_dash.c: New file.
29334         * lib/unictype/pr_decimal_digit.c: New file.
29335         * lib/unictype/pr_default_ignorable_code_point.c: New file.
29336         * lib/unictype/pr_deprecated.c: New file.
29337         * lib/unictype/pr_diacritic.c: New file.
29338         * lib/unictype/pr_extender.c: New file.
29339         * lib/unictype/pr_format_control.c: New file.
29340         * lib/unictype/pr_grapheme_base.c: New file.
29341         * lib/unictype/pr_grapheme_extend.c: New file.
29342         * lib/unictype/pr_grapheme_link.c: New file.
29343         * lib/unictype/pr_hex_digit.c: New file.
29344         * lib/unictype/pr_hyphen.c: New file.
29345         * lib/unictype/pr_id_continue.c: New file.
29346         * lib/unictype/pr_id_start.c: New file.
29347         * lib/unictype/pr_ideographic.c: New file.
29348         * lib/unictype/pr_ids_binary_operator.c: New file.
29349         * lib/unictype/pr_ids_trinary_operator.c: New file.
29350         * lib/unictype/pr_ignorable_control.c: New file.
29351         * lib/unictype/pr_iso_control.c: New file.
29352         * lib/unictype/pr_join_control.c: New file.
29353         * lib/unictype/pr_left_of_pair.c: New file.
29354         * lib/unictype/pr_line_separator.c: New file.
29355         * lib/unictype/pr_logical_order_exception.c: New file.
29356         * lib/unictype/pr_lowercase.c: New file.
29357         * lib/unictype/pr_math.c: New file.
29358         * lib/unictype/pr_non_break.c: New file.
29359         * lib/unictype/pr_not_a_character.c: New file.
29360         * lib/unictype/pr_numeric.c: New file.
29361         * lib/unictype/pr_other_alphabetic.c: New file.
29362         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
29363         * lib/unictype/pr_other_grapheme_extend.c: New file.
29364         * lib/unictype/pr_other_id_continue.c: New file.
29365         * lib/unictype/pr_other_id_start.c: New file.
29366         * lib/unictype/pr_other_lowercase.c: New file.
29367         * lib/unictype/pr_other_math.c: New file.
29368         * lib/unictype/pr_other_uppercase.c: New file.
29369         * lib/unictype/pr_paired_punctuation.c: New file.
29370         * lib/unictype/pr_paragraph_separator.c: New file.
29371         * lib/unictype/pr_pattern_syntax.c: New file.
29372         * lib/unictype/pr_pattern_white_space.c: New file.
29373         * lib/unictype/pr_private_use.c: New file.
29374         * lib/unictype/pr_punctuation.c: New file.
29375         * lib/unictype/pr_quotation_mark.c: New file.
29376         * lib/unictype/pr_radical.c: New file.
29377         * lib/unictype/pr_sentence_terminal.c: New file.
29378         * lib/unictype/pr_soft_dotted.c: New file.
29379         * lib/unictype/pr_space.c: New file.
29380         * lib/unictype/pr_terminal_punctuation.c: New file.
29381         * lib/unictype/pr_test.c: New file.
29382         * lib/unictype/pr_titlecase.c: New file.
29383         * lib/unictype/pr_unassigned_code_value.c: New file.
29384         * lib/unictype/pr_unified_ideograph.c: New file.
29385         * lib/unictype/pr_uppercase.c: New file.
29386         * lib/unictype/pr_variation_selector.c: New file.
29387         * lib/unictype/pr_white_space.c: New file.
29388         * lib/unictype/pr_xid_continue.c: New file.
29389         * lib/unictype/pr_xid_start.c: New file.
29390         * lib/unictype/pr_zero_width.c: New file.
29391         * lib/unictype/scripts.c: New file.
29392         * lib/unictype/sy_c_ident.c: New file.
29393         * lib/unictype/sy_c_whitespace.c: New file.
29394         * lib/unictype/sy_java_ident.c: New file.
29395         * lib/unictype/sy_java_whitespace.c: New file.
29396
29397         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
29398         Unicode 5.0.0.
29399         * lib/unictype/blocks.h: Likewise.
29400         * lib/unictype/categ_C.h: Likewise.
29401         * lib/unictype/categ_Cc.h: Likewise.
29402         * lib/unictype/categ_Cf.h: Likewise.
29403         * lib/unictype/categ_Cn.h: Likewise.
29404         * lib/unictype/categ_Co.h: Likewise.
29405         * lib/unictype/categ_Cs.h: Likewise.
29406         * lib/unictype/categ_L.h: Likewise.
29407         * lib/unictype/categ_Ll.h: Likewise.
29408         * lib/unictype/categ_Lm.h: Likewise.
29409         * lib/unictype/categ_Lo.h: Likewise.
29410         * lib/unictype/categ_Lt.h: Likewise.
29411         * lib/unictype/categ_Lu.h: Likewise.
29412         * lib/unictype/categ_M.h: Likewise.
29413         * lib/unictype/categ_Mc.h: Likewise.
29414         * lib/unictype/categ_Me.h: Likewise.
29415         * lib/unictype/categ_Mn.h: Likewise.
29416         * lib/unictype/categ_N.h: Likewise.
29417         * lib/unictype/categ_Nd.h: Likewise.
29418         * lib/unictype/categ_Nl.h: Likewise.
29419         * lib/unictype/categ_No.h: Likewise.
29420         * lib/unictype/categ_P.h: Likewise.
29421         * lib/unictype/categ_Pc.h: Likewise.
29422         * lib/unictype/categ_Pd.h: Likewise.
29423         * lib/unictype/categ_Pe.h: Likewise.
29424         * lib/unictype/categ_Pf.h: Likewise.
29425         * lib/unictype/categ_Pi.h: Likewise.
29426         * lib/unictype/categ_Po.h: Likewise.
29427         * lib/unictype/categ_Ps.h: Likewise.
29428         * lib/unictype/categ_S.h: Likewise.
29429         * lib/unictype/categ_Sc.h: Likewise.
29430         * lib/unictype/categ_Sk.h: Likewise.
29431         * lib/unictype/categ_Sm.h: Likewise.
29432         * lib/unictype/categ_So.h: Likewise.
29433         * lib/unictype/categ_Z.h: Likewise.
29434         * lib/unictype/categ_Zl.h: Likewise.
29435         * lib/unictype/categ_Zp.h: Likewise.
29436         * lib/unictype/categ_Zs.h: Likewise.
29437         * lib/unictype/categ_of.h: Likewise.
29438         * lib/unictype/combining.h: Likewise.
29439         * lib/unictype/ctype_alnum.h: Likewise.
29440         * lib/unictype/ctype_alpha.h: Likewise.
29441         * lib/unictype/ctype_blank.h: Likewise.
29442         * lib/unictype/ctype_cntrl.h: Likewise.
29443         * lib/unictype/ctype_digit.h: Likewise.
29444         * lib/unictype/ctype_graph.h: Likewise.
29445         * lib/unictype/ctype_lower.h: Likewise.
29446         * lib/unictype/ctype_print.h: Likewise.
29447         * lib/unictype/ctype_punct.h: Likewise.
29448         * lib/unictype/ctype_space.h: Likewise.
29449         * lib/unictype/ctype_upper.h: Likewise.
29450         * lib/unictype/ctype_xdigit.h: Likewise.
29451         * lib/unictype/decdigit.h: Likewise.
29452         * lib/unictype/digit.h: Likewise.
29453         * lib/unictype/mirror.h: Likewise.
29454         * lib/unictype/numeric.h: Likewise.
29455         * lib/unictype/pr_alphabetic.h: Likewise.
29456         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
29457         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
29458         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
29459         * lib/unictype/pr_bidi_block_separator.h: Likewise.
29460         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
29461         * lib/unictype/pr_bidi_common_separator.h: Likewise.
29462         * lib/unictype/pr_bidi_control.h: Likewise.
29463         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
29464         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
29465         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
29466         * lib/unictype/pr_bidi_european_digit.h: Likewise.
29467         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
29468         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
29469         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
29470         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
29471         * lib/unictype/pr_bidi_pdf.h: Likewise.
29472         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
29473         * lib/unictype/pr_bidi_whitespace.h: Likewise.
29474         * lib/unictype/pr_combining.h: Likewise.
29475         * lib/unictype/pr_composite.h: Likewise.
29476         * lib/unictype/pr_currency_symbol.h: Likewise.
29477         * lib/unictype/pr_dash.h: Likewise.
29478         * lib/unictype/pr_decimal_digit.h: Likewise.
29479         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
29480         * lib/unictype/pr_deprecated.h: Likewise.
29481         * lib/unictype/pr_diacritic.h: Likewise.
29482         * lib/unictype/pr_extender.h: Likewise.
29483         * lib/unictype/pr_format_control.h: Likewise.
29484         * lib/unictype/pr_grapheme_base.h: Likewise.
29485         * lib/unictype/pr_grapheme_extend.h: Likewise.
29486         * lib/unictype/pr_grapheme_link.h: Likewise.
29487         * lib/unictype/pr_hex_digit.h: Likewise.
29488         * lib/unictype/pr_hyphen.h: Likewise.
29489         * lib/unictype/pr_id_continue.h: Likewise.
29490         * lib/unictype/pr_id_start.h: Likewise.
29491         * lib/unictype/pr_ideographic.h: Likewise.
29492         * lib/unictype/pr_ids_binary_operator.h: Likewise.
29493         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
29494         * lib/unictype/pr_ignorable_control.h: Likewise.
29495         * lib/unictype/pr_iso_control.h: Likewise.
29496         * lib/unictype/pr_join_control.h: Likewise.
29497         * lib/unictype/pr_left_of_pair.h: Likewise.
29498         * lib/unictype/pr_line_separator.h: Likewise.
29499         * lib/unictype/pr_logical_order_exception.h: Likewise.
29500         * lib/unictype/pr_lowercase.h: Likewise.
29501         * lib/unictype/pr_math.h: Likewise.
29502         * lib/unictype/pr_non_break.h: Likewise.
29503         * lib/unictype/pr_not_a_character.h: Likewise.
29504         * lib/unictype/pr_numeric.h: Likewise.
29505         * lib/unictype/pr_other_alphabetic.h: Likewise.
29506         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
29507         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
29508         * lib/unictype/pr_other_id_continue.h: Likewise.
29509         * lib/unictype/pr_other_id_start.h: Likewise.
29510         * lib/unictype/pr_other_lowercase.h: Likewise.
29511         * lib/unictype/pr_other_math.h: Likewise.
29512         * lib/unictype/pr_other_uppercase.h: Likewise.
29513         * lib/unictype/pr_paired_punctuation.h: Likewise.
29514         * lib/unictype/pr_paragraph_separator.h: Likewise.
29515         * lib/unictype/pr_pattern_syntax.h: Likewise.
29516         * lib/unictype/pr_pattern_white_space.h: Likewise.
29517         * lib/unictype/pr_private_use.h: Likewise.
29518         * lib/unictype/pr_punctuation.h: Likewise.
29519         * lib/unictype/pr_quotation_mark.h: Likewise.
29520         * lib/unictype/pr_radical.h: Likewise.
29521         * lib/unictype/pr_sentence_terminal.h: Likewise.
29522         * lib/unictype/pr_soft_dotted.h: Likewise.
29523         * lib/unictype/pr_space.h: Likewise.
29524         * lib/unictype/pr_terminal_punctuation.h: Likewise.
29525         * lib/unictype/pr_titlecase.h: Likewise.
29526         * lib/unictype/pr_unassigned_code_value.h: Likewise.
29527         * lib/unictype/pr_unified_ideograph.h: Likewise.
29528         * lib/unictype/pr_uppercase.h: Likewise.
29529         * lib/unictype/pr_variation_selector.h: Likewise.
29530         * lib/unictype/pr_white_space.h: Likewise.
29531         * lib/unictype/pr_xid_continue.h: Likewise.
29532         * lib/unictype/pr_xid_start.h: Likewise.
29533         * lib/unictype/pr_zero_width.h: Likewise.
29534         * lib/unictype/scripts.h: Likewise.
29535         * lib/unictype/scripts_byname.gperf: Likewise.
29536         * lib/unictype/sy_c_ident.h: Likewise.
29537         * lib/unictype/sy_c_whitespace.h: Likewise.
29538         * lib/unictype/sy_java_ident.h: Likewise.
29539         * lib/unictype/sy_java_whitespace.h: Likewise.
29540
29541         * lib/unictype/Makefile: New file.
29542         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
29543         glibc.
29544         * lib/unictype/3level.h: New file, copied from glibc.
29545         * lib/unictype/3levelbit.h: New file.
29546
29547 2007-11-11  Bruno Haible  <bruno@clisp.org>
29548
29549         * modules/gperf: New file.
29550         * modules/iconv_open (Depends-on): Add it.
29551         (Makefile.am): Remove the GPERF definition.
29552
29553 2007-11-11  Bruno Haible  <bruno@clisp.org>
29554
29555         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
29556         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
29557
29558 2007-11-11  Bruno Haible  <bruno@clisp.org>
29559
29560         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
29561         (usage): Remove function.
29562
29563 2007-11-11  Bruno Haible  <bruno@clisp.org>
29564
29565         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
29566         gl_FUNC_CEILF_LIBS.
29567         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
29568         gl_FUNC_CEIL_LIBS.
29569         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
29570         gl_FUNC_CEILL_LIBS.
29571         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
29572         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
29573         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
29574
29575 2007-11-11  Bruno Haible  <bruno@clisp.org>
29576
29577         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
29578         roundf were declared but do not exist on functions.
29579         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
29580         roundl were declared but do not exist on functions.
29581         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
29582         HAVE_FLOORL_AND_CEILL, respectively.
29583         Needed for Sun C on Solaris 10.
29584
29585 2007-11-11  Bruno Haible  <bruno@clisp.org>
29586
29587         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
29588         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
29589         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
29590         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
29591         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
29592         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
29593         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
29594         HAVE_DECL_ROUNDF.
29595         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
29596         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
29597         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
29598         of HAVE_DECL_ROUND*.
29599         * modules/math (Makefile.am): Update.
29600
29601 2007-11-10  Bruno Haible  <bruno@clisp.org>
29602
29603         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
29604         ptrdiff_t as m4/intl.m4.
29605
29606 2007-11-10  Jim Meyering  <meyering@redhat.com>
29607
29608         Avoid link failure for the argmatch test.
29609         * tests/test-argmatch.c (usage): Define function to avoid a link
29610         failure: argmatch_die requires a usage function.
29611
29612 2007-11-09  Bruno Haible  <bruno@clisp.org>
29613
29614         * doc/functions/snprintf.texi: Mention BeOS deficiency.
29615         * doc/functions/vsnprintf.texi: Likewise.
29616         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
29617         with a size argument < 2.
29618
29619 2007-11-09  Bruno Haible  <bruno@clisp.org>
29620
29621         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
29622         buffer. Fixes an inefficiency introduced on 2007-11-03.
29623
29624 2007-11-09  Bruno Haible  <bruno@clisp.org>
29625
29626         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
29627         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
29628
29629 2007-11-08  Jim Meyering  <meyering@redhat.com>
29630
29631         Change cache variable name prefix "jm_" to "gl_" everywhere.
29632         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
29633         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
29634         * m4/uptime.m4: s/gl_/jm_/
29635
29636 2007-11-07  Bruno Haible  <bruno@clisp.org>
29637
29638         Update to GNU gettext 0.17.
29639         * m4/intl.m4: Update to GNU gettext 0.17.
29640         * m4/po.m4: Likewise.
29641         * modules/gettext (Files): Remove m4/ulonglong.m4.
29642         (configure.ac): Require gettext infrastructure from version 0.17.
29643
29644 2007-11-06  Bruno Haible  <bruno@clisp.org>
29645
29646         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
29647         symbolic values are not defined in a public header.
29648         * lib/freadable.c (freadable) [QNX]: Likewise.
29649         * lib/freadahead.c (freadahead) [QNX]: Likewise.
29650         * lib/freading.c (freading) [QNX]: Likewise.
29651         * lib/fseterr.c (fseterr) [QNX]: Likewise.
29652         * lib/fwritable.c (fwritable) [QNX]: Likewise.
29653         * lib/fwriting.c (fwriting) [QNX]: Likewise.
29654         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
29655         Reported by Alain Magloire.
29656
29657         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
29658
29659 2007-11-05  Bruno Haible  <bruno@clisp.org>
29660
29661         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
29662         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
29663         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
29664         Reported by Eric Blake.
29665
29666 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29667             Bruno Haible  <bruno@clisp.org>
29668
29669         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
29670         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
29671         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
29672         (malloc): Undefine also before including <stdlib.h>.
29673         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
29674         Needed on OSF/1 4.0.
29675
29676 2007-11-05  Jim Meyering  <meyering@redhat.com>
29677
29678         git-version-gen: sync from coreutils.
29679         * build-aux/git-version-gen: Add comments.
29680         Change the first '-' to '.' in the snapshot version string,
29681         e.g., 6.9-377-08144 -> 6.9.377-08144
29682         Remove first parameter.
29683         Don't declare a version "-dirty" merely because a time
29684         stamp has changed.
29685
29686 2007-11-04  Bruno Haible  <bruno@clisp.org>
29687
29688         * lib/lock.h: Protect all macro definitions containing an 'if'
29689         statement through a "do { ... } while (0)".
29690         * lib/tls.h: Likewise.
29691
29692 2007-11-04  Bruno Haible  <bruno@clisp.org>
29693
29694         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
29695
29696 2007-11-04  Bruno Haible  <bruno@clisp.org>
29697
29698         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
29699         * modules/fprintf-posix (Depends-on): Add nocrash.
29700         * modules/snprintf-posix (Depends-on): Likewise.
29701         * modules/sprintf-posix (Depends-on): Likewise.
29702         * modules/vasnprintf-posix (Depends-on): Likewise.
29703         * modules/vasprintf-posix (Depends-on): Likewise.
29704         * modules/vfprintf-posix (Depends-on): Likewise.
29705         * modules/vsnprintf-posix (Depends-on): Likewise.
29706         * modules/vsprintf-posix (Depends-on): Likewise.
29707         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
29708         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
29709         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
29710         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
29711         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
29712         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
29713         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
29714
29715 2007-11-04  Bruno Haible  <bruno@clisp.org>
29716
29717         * modules/nocrash: New file.
29718         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
29719         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
29720
29721 2007-11-04  Bruno Haible  <bruno@clisp.org>
29722
29723         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
29724         precision handling.
29725         * tests/test-vasprintf-posix.c (test_function): Likewise.
29726         * tests/test-snprintf-posix.h (test_function): Likewise.
29727         * tests/test-sprintf-posix.h (test_function): Likewise.
29728
29729         Fix *printf behaviour for large precisions on mingw and BeOS.
29730         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
29731         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
29732         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
29733         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
29734         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29735         gl_PRINTF_PRECISION and test its result. Invoke
29736         gl_PREREQ_VASNPRINTF_PRECISION.
29737         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29738         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29739         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29740         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29741         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29742         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29743         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29744         * doc/functions/fprintf.texi: Update.
29745         * doc/functions/printf.texi: Update.
29746         * doc/functions/snprintf.texi: Update.
29747         * doc/functions/sprintf.texi: Update.
29748         * doc/functions/vfprintf.texi: Update.
29749         * doc/functions/vprintf.texi: Update.
29750         * doc/functions/vsnprintf.texi: Update.
29751         * doc/functions/vsprintf.texi: Update.
29752
29753 2007-11-04  Bruno Haible  <bruno@clisp.org>
29754
29755         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
29756
29757 2007-11-04  Bruno Haible  <bruno@clisp.org>
29758
29759         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
29760         Reported by Sylvain Beucler <beuc@gnu.org>.
29761
29762 2007-11-03  Bruno Haible  <bruno@clisp.org>
29763
29764         * tests/test-fprintf-posix2.sh: New file.
29765         * tests/test-fprintf-posix2.c: New file.
29766         * modules/fprintf-posix-tests (Files): Add them.
29767         (TESTS): Add test-fprintf-posix2.sh.
29768         (configure.ac): Check for getrlimit and setrlimit.
29769         (check_PROGRAMS): Add test-fprintf-posix2.
29770
29771         * tests/test-printf-posix2.sh: New file.
29772         * tests/test-printf-posix2.c: New file.
29773         * modules/printf-posix-tests (Files): Add them.
29774         (TESTS): Add test-printf-posix2.sh.
29775         (configure.ac): Check for getrlimit and setrlimit.
29776         (check_PROGRAMS): Add test-printf-posix2.
29777
29778         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
29779         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
29780         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
29781         (decode_double): New function, copied from decode_long_double.
29782         (scale10_round_decimal_decoded): New function, extracted from
29783         scale10_round_decimal_long_double.
29784         (scale10_round_decimal_long_double): Use it.
29785         (scale10_round_decimal_double): New function.
29786         (floorlog10): New function.
29787         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
29788         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
29789         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
29790         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29791         gl_PRINTF_ENOMEM and test its result. Invoke
29792         gl_PREREQ_VASNPRINTF_ENOMEM.
29793         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29794         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29795         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29796         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29797         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29798         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29799         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29800         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
29801         * modules/snprintf-posix (Depends-on): Likewise.
29802         * modules/sprintf-posix (Depends-on): Likewise.
29803         * modules/vasnprintf-posix (Depends-on): Likewise.
29804         * modules/vasprintf-posix (Depends-on): Likewise.
29805         * modules/vfprintf-posix (Depends-on): Likewise.
29806         * modules/vsnprintf-posix (Depends-on): Likewise.
29807         * modules/vsprintf-posix (Depends-on): Likewise.
29808         * doc/functions/fprintf.texi: Update.
29809         * doc/functions/printf.texi: Update.
29810         * doc/functions/snprintf.texi: Update.
29811         * doc/functions/sprintf.texi: Update.
29812         * doc/functions/vfprintf.texi: Update.
29813         * doc/functions/vprintf.texi: Update.
29814         * doc/functions/vsnprintf.texi: Update.
29815         * doc/functions/vsprintf.texi: Update.
29816
29817 2007-11-03  Bruno Haible  <bruno@clisp.org>
29818
29819         * modules/frexp-nolibm-tests: New file.
29820
29821         * modules/frexp-nolibm: New file.
29822         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
29823
29824 2007-11-03  Bruno Haible  <bruno@clisp.org>
29825
29826         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
29827         value is C99 compliant.
29828         Needed for OSF/1 5.1.
29829
29830 2007-11-03  Bruno Haible  <bruno@clisp.org>
29831
29832         Fix out-of-memory handling of vasnprintf.
29833         * lib/printf-parse.c: Include <errno.h>.
29834         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
29835         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
29836         is already set.
29837
29838 2007-11-02  Eric Blake  <ebb9@byu.net>
29839
29840         Fix tests on cygwin.
29841         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
29842
29843 2007-11-01  Bruno Haible  <bruno@clisp.org>
29844
29845         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
29846         warning.
29847         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
29848         needed for POSIX compatibility.
29849
29850 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
29851
29852         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
29853         for compatibility with GNU.
29854
29855 2007-11-01  Bruno Haible  <bruno@clisp.org>
29856
29857         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
29858         (putenv): Renamed from rpl_putenv. Change argument type from
29859         'const char *' to 'char *'.
29860         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
29861         of defining putenv in config.h, just set REPLACE_PUTENV.
29862         * modules/putenv (Depends-on): Add stdlib.
29863         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
29864         (Include): Use <stdlib.h>.
29865         * lib/stdlib.in.h (putenv): New declaration.
29866         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
29867         REPLACE_PUTENV.
29868         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
29869         REPLACE_PUTENV.
29870         Needed for MacOS X 10.5.0.
29871         Reported by Peter O'Gorman <peter@pogma.com>.
29872
29873 2007-11-01  Jim Meyering  <meyering@redhat.com>
29874
29875         Treat an empty date string exactly like "0".
29876         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
29877         if the remaining date string (to be parsed) is empty, use "0".
29878         Reported by Mischa Molhoek and discussed in this thread:
29879         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
29880
29881 2007-10-31  Bruno Haible  <bruno@clisp.org>
29882
29883         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
29884         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
29885         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
29886         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
29887         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
29888         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
29889
29890 2007-10-31  Bruno Haible  <bruno@clisp.org>
29891
29892         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
29893         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
29894         (AC_TYPE_LONG_LONG_INT): Use it.
29895         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
29896         it as well.
29897         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
29898         to m4/longlong.m4.
29899         * modules/stdint (Files): Remove m4/ulonglong.m4.
29900         * modules/strtoull (Files): Use m4/longlong.m4 instead of
29901         m4/ulonglong.m4.
29902         * modules/strtoumax (Files): Likewise.
29903
29904 2007-10-30  Bruno Haible  <bruno@clisp.org>
29905
29906         * modules/xvasprintf-posix: New file.
29907         Suggested by Eric Blake.
29908
29909 2007-10-30  Bruno Haible  <bruno@clisp.org>
29910
29911         * modules/xprintf-posix-tests: New file.
29912         * tests/test-xprintf-posix.sh: New file.
29913         * tests/test-xprintf-posix.c: New file.
29914         * tests/test-xfprintf-posix.c: New file.
29915
29916         * modules/xprintf-posix: New file.
29917
29918 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29919
29920         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
29921         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
29922         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
29923
29924 2007-10-29  Bruno Haible  <bruno@clisp.org>
29925
29926         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
29927         contain the special marker '_cv_'.
29928         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
29929         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
29930         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
29931         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
29932         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
29933         Reported by Ralf Wildenhues.
29934
29935 2007-10-29  Bruno Haible  <bruno@clisp.org>
29936
29937         * gnulib-tool (func_import): When --lgpl is not specified, set
29938         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
29939         GPLv3.
29940         Reported by Simon Josefsson.
29941
29942 2007-10-28  Bruno Haible  <bruno@clisp.org>
29943
29944         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
29945         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
29946         HAVE_DECL_ISFINITE.
29947         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
29948         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
29949         HAVE_DECL_ISFINITE.
29950
29951 2007-10-28  Bruno Haible  <bruno@clisp.org>
29952
29953         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
29954         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
29955
29956 2007-10-28  Bruno Haible  <bruno@clisp.org>
29957
29958         Fix link errors with Sun C 5.0 on Solaris 10.
29959         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
29960         function is declared but not present in the compiler's libm.
29961         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
29962         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
29963         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
29964         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
29965         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
29966         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
29967         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
29968         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
29969         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
29970         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
29971         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
29972         HAVE_DECL_FLOORL.
29973
29974 2007-10-28  Bruno Haible  <bruno@clisp.org>
29975
29976         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
29977         gl_FUNC_FLOORL. Cache the result.
29978         (gl_FUNC_FLOORL): Use it.
29979         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
29980         gl_FUNC_CEILL. Cache the result.
29981         (gl_FUNC_CEILL): Use it.
29982
29983         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
29984         gl_FUNC_FLOOR. Cache the result.
29985         (gl_FUNC_FLOOR): Use it.
29986         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
29987         gl_FUNC_CEIL. Cache the result.
29988         (gl_FUNC_CEIL): Use it.
29989
29990         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
29991         gl_FUNC_FLOORF. Cache the result.
29992         (gl_FUNC_FLOORF): Use it.
29993         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
29994         gl_FUNC_CEILF. Cache the result.
29995         (gl_FUNC_CEILF): Use it.
29996
29997 2007-10-28  Bruno Haible  <bruno@clisp.org>
29998
29999         * gnulib-tool: Allow specifying the LGPL version number through
30000         --lgpl=2 or --lgpl=3.
30001         (func_usage): Document --lgpl with argument.
30002         Handle --lgpl=... arguments.
30003         (func_import): Recognize also gl_LGPL calls with an argument. When
30004         --lgpl=2 is used and the module's license is just LGPL, report an
30005         error. Set sed_transform_lib_file according to the lgpl variable. In
30006         the generated files, use --lgpl or gl_LGPL invocations with argument,
30007         if necessary.
30008         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
30009         an LGPv2+ license.
30010         * doc/gnulib-tool.texi (Modified imports): Update explanation of
30011         gl_LGPL macro.
30012
30013 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30014             Bruno Haible  <bruno@clisp.org>
30015
30016         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
30017         (u16_uctomb_aux): Likewise.
30018         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
30019         !HAVE_INLINE.
30020         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
30021
30022 2007-10-28  Bruno Haible  <bruno@clisp.org>
30023
30024         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
30025         Invoke AM_GETTEXT_OPTION if it exists.
30026         * modules/vasprintf: Likewise.
30027         * modules/verror: Likewise.
30028         * modules/xprintf: Likewise.
30029         * modules/xvasprintf: Likewise.
30030
30031 2007-10-27  Ben Pfaff  <blp@gnu.org>
30032
30033         * lib/math.in.h: Define isfinite macro and prototypes for
30034         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
30035         implementations.
30036         * m4/math_h.m4: New substitutions for isfinite module.
30037         * lib/isfinite.c: New file.
30038         * m4/isfinite.m4: New file.
30039         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
30040         * modules/isfinite: New file.
30041         * modules/isfinite-tests: New file.
30042         * tests/tests-isfinite.c: New file.
30043         * doc/functions/isfinite.texi: Mention isfinite module.
30044         * MODULES.html.sh: Mention new module.
30045
30046 2007-10-27  Ben Pfaff  <blp@gnu.org>
30047
30048         Ralf Wildenhues reported that Tru64 4.0D declares the round
30049         functions but does not have definitions.
30050         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
30051         cannot be found in any library, set the output variable to
30052         "missing" instead of "".
30053         * m4/round.m4: Also use our substitute if we cannot find round in
30054         any library, even if it is declared.
30055         * m4/roundf.m4: Likewise for roundf.
30056         * m4/roundl.m4: Likewise for roundl.
30057         * lib/math.in.h: Undefine roundf, round, roundl before defining
30058         their replacements, to allow for hypothetical systems where these
30059         may be defined as macros but not available in libraries.
30060
30061 2007-10-27  Bruno Haible  <bruno@clisp.org>
30062
30063         * doc/gnulib.texi: Invoke @firstparagraphindent.
30064         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
30065         changes in gnulib.
30066         (Source changes): New section.
30067
30068 2007-10-26  Bruno Haible  <bruno@clisp.org>
30069
30070         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
30071         borrowed from autoconf.
30072
30073 2007-10-26  Bruno Haible  <bruno@clisp.org>
30074
30075         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
30076         strerror returned the empty string. Needed on HP-UX 11.00.
30077
30078 2007-10-24  Micah Cowan  <micah@cowan.name>
30079
30080         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
30081         * build-aux/bootstrap: Remove support for now-unnecessary option,
30082         --cvs-user, and envvars CVS_USER, CVS_RSH.
30083
30084 2007-10-24  Jim Meyering  <meyering@redhat.com>
30085
30086         Avoid diagnostics from sha1sum when there is no cached checksum.
30087         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
30088         if the po.s1 file hasn't been created yet.
30089
30090         * build-aux/bootstrap: Sync from coreutils:
30091         2007-10-24  Jim Meyering  <meyering@redhat.com>
30092         Get gnulib from the git repository, not from an obsolete cvs one.
30093         * build-aux/bootstrap: Suggestion from Micah Cowan.
30094         2007-10-04  Jim Meyering  <jim@meyering.net>
30095         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
30096         (update_po_files): Work also when there are no .po files in po/.
30097
30098 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
30099
30100         * README: Append ".git" to git and cg examples.
30101         Problem reported by Benoit Sigoure.
30102
30103 2007-10-23  Micah Cowan  <micah@cowan.name>
30104
30105         * users.txt: Add wget.
30106
30107 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30108
30109         Fix linking of some unistdio tests on FreeBSD.
30110         * modules/unistdio/u16-vsnprintf-tests
30111         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
30112         * modules/unistdio/u16-vsprintf-tests
30113         (test_u16_vsnprintf1_LDADD): Likewise.
30114         * modules/unistdio/u32-vsnprintf-tests
30115         (test_u32_vsnprintf1_LDADD): Likewise.
30116         * modules/unistdio/u32-vsprintf-tests
30117         (test_u32_vsprintf1_LDADD): Likewise.
30118         * modules/unistdio/u8-vsnprintf-tests
30119         (test_u8_vsnprintf1_LDADD): Likewise.
30120         * modules/unistdio/u8-vsprintf-tests
30121         (test_u8_vsprintf1_LDADD): Likewise.
30122         * modules/unistdio/ulc-vsnprintf-tests
30123         (test_ulc_vsnprintf1_LDADD): Likewise.
30124         * modules/unistdio/ulc-vsprintf-tests
30125         (test_ulc_vsprintf1_LDADD): Likewise.
30126
30127         Fix linking of some uniconv tests on FreeBSD.
30128         * modules/uniconv/u16-conv-from-enc-tests
30129         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
30130         * modules/uniconv/u16-conv-to-enc-tests
30131         (test_u16_conv_to_enc_LDADD): Likewise.
30132         * modules/uniconv/u16-strconv-from-enc-tests
30133         (test_u16_strconv_from_enc_LDADD): Likewise.
30134         * modules/uniconv/u16-strconv-to-enc-tests
30135         (test_u16_strconv_to_enc_LDADD): Likewise.
30136         * modules/uniconv/u32-conv-from-enc-tests
30137         (test_u32_conv_from_enc_LDADD): Likewise.
30138         * modules/uniconv/u32-conv-to-enc-tests
30139         (test_u32_conv_to_enc_LDADD): Likewise.
30140         * modules/uniconv/u32-strconv-from-enc-tests
30141         (test_u32_strconv_from_enc_LDADD): Likewise.
30142         * modules/uniconv/u32-strconv-to-enc-tests
30143         (test_u32_strconv_to_enc_LDADD): Likewise.
30144         * modules/uniconv/u8-conv-from-enc-tests
30145         (test_u8_conv_from_enc_LDADD): Likewise.
30146         * modules/uniconv/u8-conv-to-enc-tests
30147         (test_u8_conv_to_enc_LDADD): Likewise.
30148         * modules/uniconv/u8-strconv-from-enc-tests
30149         (test_u8_strconv_from_enc_LDADD): Likewise.
30150         * modules/uniconv/u8-strconv-to-enc-tests
30151         (test_u8_strconv_to_enc_LDADD): Likewise.
30152
30153 2007-10-22  Bruno Haible  <bruno@clisp.org>
30154
30155         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
30156         size.
30157
30158 2007-10-22  Eric Blake  <ebb9@byu.net>
30159
30160         Tweak x*printf documentation.
30161         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
30162         variable name and comments.
30163         Suggested by Bruno Haible.
30164
30165 2007-10-22  Bruno Haible  <bruno@clisp.org>
30166
30167         * lib/acl.c (copy_acl): Fix file name in comment.
30168
30169 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30170
30171         Fix Tru64 problem with stdbool.h.
30172         * lib/stdbool.in.h (false, true):
30173         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
30174         Don't declare as an enum in this situation; it runs afoul of Tru64.
30175         Problem reported by Steven M. Schweda in
30176         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
30177
30178 2007-10-22  Eric Blake  <ebb9@byu.net>
30179
30180         Also wrap vf?printf.
30181         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
30182         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
30183         (xvprintf, xvfprintf): New functions.
30184
30185 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30186
30187         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
30188         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
30189
30190         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
30191         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
30192
30193 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30194
30195         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
30196         by Bruno Haible.
30197
30198 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30199
30200         * lib/getloadavg.c
30201         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
30202         Undef `sys' after including sys/table.h, for Tru64 4.0D.
30203
30204         * tests/test-i-ring.c: Work for C89.
30205
30206 2007-10-22  Bruno Haible  <bruno@clisp.org>
30207
30208         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
30209         -1u, in preprocessor expression, so that we don't test for the bug
30210         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
30211         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
30212
30213 2007-10-22  Eric Blake  <ebb9@byu.net>
30214
30215         * tests/test-yesno.sh: Silence stderr during test.
30216
30217 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30218
30219         * modules/crypto/gc-camellia: New file.
30220
30221         * m4/gc-camellia.m4: New file.
30222
30223         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
30224
30225         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
30226
30227 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30228
30229         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
30230         --help to stdout.  Reported by sms@antinode.org (Steven
30231         M. Schweda).
30232
30233 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30234
30235         * users.txt: Fix link to libksba.
30236
30237 2007-10-21  Ben Pfaff  <blp@gnu.org>
30238
30239         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
30240         round.c roundf implementation that depends on floorf and ceilf to
30241         be tested unconditionally.
30242
30243 2007-10-21  Ben Pfaff  <blp@gnu.org>
30244
30245         * m4/check-libm-func.m4: Removed.
30246         * m4/check-math-lib.m4: New file.
30247         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
30248         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
30249         definition and lack of AC_LIBOBJ([roundf]).
30250         * m4/roundl.m4: Ditto, and similarly for roundl.
30251         * modules/round: Reference new m4 file.
30252         * modules/roundf: Ditto.
30253         * modules/roundl: Ditto.
30254         * tests/test-round2.c (main): Use ROUND instead of round.
30255         Bug report from Bruno Haible.
30256
30257 2007-10-21  Bruno Haible  <bruno@clisp.org>
30258
30259         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
30260         context.
30261
30262 2007-10-21  Bruno Haible  <bruno@clisp.org>
30263
30264         * tests/test-wcwidth.c (main): Allow negative result for some control
30265         characters.
30266
30267         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
30268         Needed on OSF/1 5.1.
30269
30270 2007-10-21  Bruno Haible  <bruno@clisp.org>
30271
30272         * tests/test-floorf1.c: Include isnanf.h.
30273         (main): Use isnanf() instead of isnan().
30274         * tests/test-ceilf1.c: Include isnanf.h.
30275         (main): Use isnanf() instead of isnan().
30276         * tests/test-truncf1.c: Include isnanf.h.
30277         (main): Use isnanf() instead of isnan().
30278         * tests/test-roundf1.c: Include isnanf.h.
30279         (main): Use isnanf() instead of isnan().
30280
30281 2007-10-21  Eric Blake  <ebb9@byu.net>
30282
30283         * users.txt: Update URL for m4.
30284
30285 2007-10-21  Bruno Haible  <bruno@clisp.org>
30286
30287         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
30288
30289 2007-10-21  Bruno Haible  <bruno@clisp.org>
30290
30291         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
30292         Git's management files if the CVS files are not present.
30293
30294 2007-10-20  Bruno Haible  <bruno@clisp.org>
30295
30296         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
30297         gcc-3.4.x.
30298
30299 2007-10-20  Ben Pfaff  <blp@gnu.org>
30300
30301         * lib/math.in.h: Declare round, roundf, roundl if we are providing
30302         implementations.
30303         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
30304         * lib/round.c: New file.
30305         * lib/roundf.c: New file.
30306         * lib/roundl.c: New file.
30307         * m4/round.m4: New file.
30308         * m4/roundf.m4: New file.
30309         * m4/roundl.m4: New file.
30310         * m4/check-libm-func-m4: New file.
30311         * modules/math: Replace round, roundf, roundl related @VARS@ in
30312         math.in.h.
30313         * modules/round: New file.
30314         * modules/round-tests: New file.
30315         * modules/roundf: New file.
30316         * modules/roundf-tests: New file.
30317         * modules/roundl: New file.
30318         * modules/roundl-tests: New file.
30319         * tests/test-round1.c: New file.
30320         * tests/test-round2.c: New file.
30321         * tests/test-roundf1.c: New file.
30322         * tests/test-roundf2.c: New file.
30323         * tests/test-roundl.c: New file.
30324         * doc/functions/round.texi: Mention round module.
30325         * doc/functions/roundf.texi: Mention roundf module.
30326         * doc/functions/roundl.texi: Mention roundl module.
30327         * MODULES.html.sh: Mention new modules.
30328         Thanks to Bruno Haible for suggestions.
30329
30330 2007-10-20  Jim Meyering  <meyering@redhat.com>
30331
30332         * lib/xprintf.c: Include <config.h> unconditionally.
30333
30334         Change xprintf's license to GPL.
30335         * modules/xprintf (License): s/LGPL/GPL/, since this module
30336         depends on modules (exit and exitfail) which are GPL.
30337         Suggestion from Bruno Haible.
30338
30339         xprintf fixes.
30340         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
30341         Use a clearer diagnostic.
30342         Patch from Bruno Haible.
30343
30344 2007-10-20  Bruno Haible  <bruno@clisp.org>
30345
30346         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
30347         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
30348         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30349
30350 2007-10-20  Bruno Haible  <bruno@clisp.org>
30351
30352         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
30353         precision in the comparison result > x - 1 or similar.
30354         * tests/test-ceilf2.c (correct_result_p): Likewise.
30355         * tests/test-truncf2.c (correct_result_p): Likewise.
30356         * tests/test-trunc2.c (correct_result_p): Likewise.
30357         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30358
30359 2007-10-20  Bruno Haible  <bruno@clisp.org>
30360
30361         * modules/ceil: New file.
30362         * m4/ceil.m4: New file.
30363         * doc/functions/ceil.texi: Mention the 'ceil' module.
30364
30365 2007-10-20  Bruno Haible  <bruno@clisp.org>
30366
30367         * modules/floor: New file.
30368         * m4/floor.m4: New file.
30369         * doc/functions/floor.texi: Mention the 'floor' module.
30370
30371 2007-10-20  Bruno Haible  <bruno@clisp.org>
30372
30373         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
30374         of %a.
30375         * modules/floorf-tests (Depends-on): Likewise.
30376         * modules/truncf-tests (Depends-on): Likewise.
30377         * modules/trunc-tests (Depends-on): Likewise.
30378         Reported by Ben Pfaff.
30379
30380 2007-10-19  Jim Meyering  <meyering@redhat.com>
30381
30382         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
30383         Don't bother testing specific errno values.  Just test ferror.
30384
30385         New module: xprintf
30386         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
30387
30388 2007-10-19  Bruno Haible  <bruno@clisp.org>
30389
30390         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
30391         syntax.
30392         * modules/javaexec (Makefile.am): Likewise.
30393         * modules/relocatable-prog (Makefile.am): Likewise.
30394         Suggested by Jim Meyering.
30395
30396 2007-10-18  Bruno Haible  <bruno@clisp.org>
30397
30398         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
30399         Reported by Jim Meyering.
30400
30401 2007-10-18  Eric Blake  <ebb9@byu.net>
30402
30403         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
30404
30405 2007-10-18  Bruno Haible  <bruno@clisp.org>
30406
30407         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
30408         the format string into writable memory. Needed in Fortify conditions.
30409
30410 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
30411             Bruno Haible  <bruno@clisp.org>
30412
30413         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
30414         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
30415         * modules/trim (Depends-on): Add mbchar.
30416         (configure.ac): Add gl_FUNC_MBRTOWC.
30417         (Makefile.am): Augment lib_SOURCES.
30418
30419 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
30420
30421         Modify glob.c to use fstatat and dirfd, to simplify it.
30422         Suggested by Eric Blake.
30423         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
30424         Don't include <stdbool.h>; not used.
30425         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
30426         (link_exists_p): Simplify implementation, since we can now assume
30427         dirfd and fstatat.
30428         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
30429
30430 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30431
30432         * gnulib-tool (func_get_dependencies): Fix sed script to
30433         match only tests.
30434
30435 2007-10-17  Bruno Haible  <bruno@clisp.org>
30436
30437         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
30438         allow locale names without encoding suffix.
30439         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
30440         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
30441
30442 2007-10-16  Bruno Haible  <bruno@clisp.org>
30443
30444         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
30445         * lib/getgroups.c (getgroups): Likewise.
30446         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
30447
30448 2007-10-16  Bruno Haible  <bruno@clisp.org>
30449
30450         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
30451         * modules/malloc-posix (License): Likewise.
30452         * modules/realloc-posix (License): Likewise.
30453         * modules/calloc-posix (License): Likewise.
30454         * modules/intprops (License): Change from GPL to LGPL, with
30455         Paul Eggert's approval.
30456
30457 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
30458
30459         Merge glibc changes into lib/glob.c.
30460
30461         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
30462         2007-10-15 04:59:03 UTC.  Here are the changes:
30463
30464         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
30465
30466         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
30467
30468         * lib/glob.c: Add some branch prediction throughout.
30469
30470         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
30471
30472         [BZ #5103]
30473         * lib/glob.c (glob): Recognize patterns starting \/.
30474
30475         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
30476
30477         [BZ #3996]
30478         * lib/glob.c (attribute_hidden): Define if not defined.
30479         (glob): Unescape dirname, filename or username when needed and not
30480         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
30481         is NULL.  Handle unescaped [ in pattern without closing ].
30482         Don't pass GLOB_CHECK down to recursive glob for directories.
30483         (__glob_pattern_type): New function.
30484         (__glob_pattern_p): Implement using __glob_pattern_type.
30485         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
30486         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
30487         Remove unreachable code.
30488
30489         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
30490
30491         * lib/glob.c (glob_in_dir): Add some comments and asserts to
30492         explain why there are no leaks.
30493
30494         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
30495
30496         [BZ #3253]
30497         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
30498         time, rather allocate increasingly bigger arrays of pointers, if
30499         possible with alloca, if too large with malloc.
30500
30501 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
30502
30503         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
30504         Problem reported by H.Merijn Brand in
30505         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
30506         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
30507         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
30508
30509 2007-10-15  Bruno Haible  <bruno@clisp.org>
30510
30511         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
30512         with explicit rpl_ prefix.
30513         * lib/fopen.c (fopen): Likewise.
30514         * lib/freopen.c (freopen): Likewise.
30515         * lib/iconv.c (iconv): Likewise.
30516         * lib/iconv_close.c (iconv_close): Likewise.
30517
30518 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30519
30520         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
30521
30522 2007-10-15  Bruno Haible  <bruno@clisp.org>
30523
30524         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
30525         <stddef.h> instead of <stdlib.h> since we only need NULL.
30526         Reported by Ben Pfaff <blp@cs.stanford.edu>.
30527
30528 2007-10-15  Bruno Haible  <bruno@clisp.org>
30529
30530         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
30531         Replace paragraph talking about LIBOBJS.
30532         Reported by Colin Watson <cjwatson@debian.org>.
30533
30534 2007-10-15  Bruno Haible  <bruno@clisp.org>
30535
30536         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
30537         <stdlib.h> before using NULL.
30538
30539 2007-10-15  Simon Josefsson  <simon@josefsson.org>
30540
30541         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
30542         Reported by Albert Chin <china@thewrittenword.com>.
30543
30544 2007-10-14  Bruno Haible  <bruno@clisp.org>
30545
30546         * modules/iconv_open-utf-tests: New file.
30547         * tests/test-iconv-utf.c: New file.
30548
30549         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
30550         * modules/iconv_open-utf: New file.
30551         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
30552         (iconv, iconv_close): New declarations.
30553         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
30554         be defined.
30555         (iconv_open): Add special handling of conversion between UTF-8 and
30556         UTF-{16,32}{BE,LE}.
30557         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
30558         * lib/iconv_close.c: New file.
30559         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
30560         gl_FUNC_ICONV_OPEN.
30561         (gl_FUNC_ICONV_OPEN): Use it.
30562         (gl_FUNC_ICONV_OPEN_UTF): New macro.
30563         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
30564         and REPLACE_ICONV_UTF.
30565         * modules/iconv_open (Depends-on): Add c-strcase.
30566         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
30567         ICONV_CONST.
30568         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
30569
30570 2007-10-13  Albert Chin  <china@thewrittenword.com>
30571             Bruno Haible  <bruno@clisp.org>
30572
30573         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
30574         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
30575
30576 2007-10-13  Bruno Haible  <bruno@clisp.org>
30577
30578         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
30579         defined, use the ISO C99 inline semantics.
30580         * lib/argp.h (ARGP_EI): Likewise.
30581
30582 2007-10-13  Bruno Haible  <bruno@clisp.org>
30583
30584         Handle 'inline' change in gcc 4.3.0.
30585         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
30586         argp_fmtstream_write, argp_fmtstream_set_lmargin,
30587         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
30588         argp_fmtstream_point): Disable 'extern' declaration if the function
30589         definition is going to be provided inline.
30590         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
30591         semantics, not the ISO C99 inline semantics.
30592         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
30593         'extern' declaration if the function definition is going to be provided
30594         inline.
30595         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
30596         the GNU C inline semantics, not the ISO C99 inline semantics. With
30597         GCC 4.2, avoid a warning.
30598
30599 2007-10-13  Bruno Haible  <bruno@clisp.org>
30600
30601         * lib/freading.h (freading): Enable the use of __freading for
30602         glibc >= 2.7.
30603         * lib/freading.c (freading): Likewise.
30604
30605 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
30606
30607         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
30608         "warning: C99 inline functions are not supported; using GNU89".
30609
30610 2007-10-12  Bruno Haible  <bruno@clisp.org>
30611
30612         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
30613         of 2.
30614         * tests/test-ceilf2.c: New file.
30615         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
30616
30617         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
30618         * modules/ceilf-tests: Update.
30619
30620 2007-10-12  Bruno Haible  <bruno@clisp.org>
30621
30622         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
30623         of 2.
30624         * tests/test-floorf2.c: New file.
30625         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
30626
30627         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
30628         * modules/floorf-tests: Update.
30629
30630 2007-10-12  Bruno Haible  <bruno@clisp.org>
30631
30632         * tests/test-trunc2.c: New file.
30633         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
30634
30635         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
30636         * modules/trunc-tests: Update.
30637
30638 2007-10-12  Bruno Haible  <bruno@clisp.org>
30639
30640         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
30641         of 2.
30642         * tests/test-truncf2.c: New file.
30643         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
30644
30645         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
30646         * modules/truncf-tests: Update.
30647
30648 2007-10-11  Eric Blake  <ebb9@byu.net>
30649
30650         Don't claim strerror is broken on Interix.
30651         * doc/functions/strerror.texi (strerror): Known broken systems are
30652         now Solaris 8, and not Interix.
30653         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
30654         Interix on cross-compile.
30655         Reported by Martin Koeppe in
30656         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
30657
30658 2007-10-11  Bruno Haible  <bruno@clisp.org>
30659
30660         * modules/i-ring-tests: New file.
30661         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
30662         instead of assert.
30663
30664 2007-10-11  Bruno Haible  <bruno@clisp.org>
30665
30666         * modules/filenamecat-tests: New file.
30667         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
30668         * lib/filenamecat.c: Remove test code.
30669
30670 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
30671
30672         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
30673
30674         * lib/strerror.c: Include <string.h> always, to test interface,
30675         and to remove the need for the dummy.
30676         Include intprops.h to compute width instead of doing it ourselves
30677         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
30678         (strerror): Define it to return NULL if there's no system strerror.
30679         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
30680         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
30681         ancient pre-strerror Unix systems well any more.  Saying "unknown
30682         system error" is enough.
30683         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
30684         simpler strerror.c implementation.
30685         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
30686         Simplify the tests to reflect the simpler strerror implementation.
30687         * modules/strerror (Depends-on): Add intprops.
30688
30689 2007-10-09  Eric Blake  <ebb9@byu.net>
30690
30691         Silence test-fpending.
30692         * modules/fpending-tests (Files): Add wrapper script.
30693         * tests/test-fpending.sh: New file.
30694
30695 2007-10-09  Bruno Haible  <bruno@clisp.org>
30696
30697         * MODULES.html.sh (func_module): Don't create a hyperlink for
30698         function names like 'printf_frexp'.
30699         (Misc): Add crc, memxor.
30700         (Characteristics of floating types): New section.
30701         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
30702         isnanf-nolibm, signbit, trunc, truncf, truncl.
30703         (Enhancements for ISO C 99 functions): New subsection Input/output.
30704         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
30705         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
30706         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
30707         (Compatibility checks for POSIX:2001 functions): Add clock-time.
30708         (Enhancements for POSIX:2001 functions): Add chdir-long.
30709         (File system functions): Add areadlink, chdir-safer, read-file.
30710         Remove cycle-check.
30711         (File system as inode set): New section.
30712         (Date and time): Add gethrxtime.
30713         (Multithreading): Add openmp.
30714         (Internationalization functions): Add localename.
30715         (Unicode string functions): Add unistr/u*-mbsnlen.
30716         (Support for maintaining and releasing projects): Add git-version-gen.
30717         (Lone files): Remove directories.
30718
30719 2007-10-08  Ben Pfaff  <blp@gnu.org>
30720
30721         * lib/xmalloca.h: Fix typo in comment.
30722
30723 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
30724
30725         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
30726         when avoiding problems with integer overflow.  Use a portable test
30727         instead.
30728
30729 2007-10-08  Simon Josefsson  <simon@josefsson.org>
30730
30731         * modules/dummy (License): Change to LGPLv2+.
30732         * modules/float (License): Likewise
30733         * modules/realloc (License): Likewise
30734         * modules/stdlib (License): Likewise
30735
30736 2007-10-07  Bruno Haible  <bruno@clisp.org>
30737
30738         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
30739         * floor.c (TWO_MANT_DIG): Likewise.
30740         * ceil.c (TWO_MANT_DIG): Likewise.
30741         Reported by Ben Pfaff.
30742
30743 2007-10-07  Bruno Haible  <bruno@clisp.org>
30744
30745         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
30746         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
30747         * lib/frexp.c (FUNC): Likewise.
30748         * lib/printf-frexp.h (printf_frexp): Likewise.
30749         * lib/printf-frexpl.h (printf_frexpl): Likewise.
30750         * lib/printf-frexp.c (FUNC): Likewise.
30751         Suggested by Jim Meyering.
30752
30753 2007-10-07  Jim Meyering  <meyering@redhat.com>
30754
30755         Make xnanosleep's integer overflow test more robust.
30756         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
30757         so that gcc-4.3.0 doesn't optimize away this test for overflow.
30758
30759 2007-10-07  Bruno Haible  <bruno@clisp.org>
30760
30761         * NEWS: Mention the license change.
30762
30763         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
30764         abbreviations in the modules files.
30765
30766         Change copyright notice from GPLv2+ to GPLv3+.
30767         * README: Change copyright notice.
30768         * MODULES.html.sh: Likewise.
30769         * build-aux/bootstrap.conf: Likewise.
30770         * build-aux/config.libpath: Likewise.
30771         * build-aux/csharpcomp.sh.in: Likewise.
30772         * build-aux/csharpexec.sh.in: Likewise.
30773         * build-aux/install-reloc: Likewise.
30774         * build-aux/javacomp.sh.in: Likewise.
30775         * build-aux/javaexec.sh.in: Likewise.
30776         * build-aux/ldd.sh.in: Likewise.
30777         * build-aux/reloc-ldflags: Likewise.
30778         * build-aux/relocatable.sh.in: Likewise.
30779         * build-aux/x-to-1.in: Likewise.
30780         * check-module: Likewise.
30781         * config/srclistvars.sh: Likewise.
30782         * gnulib-tool: Likewise.
30783         * lib/acl-internal.h: Likewise.
30784         * lib/acl.c: Likewise.
30785         * lib/acl.h: Likewise.
30786         * lib/acl_entries.c: Likewise.
30787         * lib/areadlink-with-size.c: Likewise.
30788         * lib/areadlink.c: Likewise.
30789         * lib/areadlink.h: Likewise.
30790         * lib/argmatch.c: Likewise.
30791         * lib/argmatch.h: Likewise.
30792         * lib/argp-ba.c: Likewise.
30793         * lib/argp-eexst.c: Likewise.
30794         * lib/argp-fmtstream.c: Likewise.
30795         * lib/argp-fmtstream.h: Likewise.
30796         * lib/argp-fs-xinl.c: Likewise.
30797         * lib/argp-help.c: Likewise.
30798         * lib/argp-namefrob.h: Likewise.
30799         * lib/argp-parse.c: Likewise.
30800         * lib/argp-pin.c: Likewise.
30801         * lib/argp-pv.c: Likewise.
30802         * lib/argp-pvh.c: Likewise.
30803         * lib/argp-xinl.c: Likewise.
30804         * lib/argp.h: Likewise.
30805         * lib/at-func.c: Likewise.
30806         * lib/atanl.c: Likewise.
30807         * lib/backupfile.c: Likewise.
30808         * lib/backupfile.h: Likewise.
30809         * lib/basename.c: Likewise.
30810         * lib/binary-io.h: Likewise.
30811         * lib/byteswap.in.h: Likewise.
30812         * lib/c-stack.c: Likewise.
30813         * lib/c-stack.h: Likewise.
30814         * lib/c-strcasestr.c: Likewise.
30815         * lib/c-strcasestr.h: Likewise.
30816         * lib/c-strstr.c: Likewise.
30817         * lib/c-strstr.h: Likewise.
30818         * lib/c-strtod.c: Likewise.
30819         * lib/calloc.c: Likewise.
30820         * lib/canon-host.c: Likewise.
30821         * lib/canon-host.h: Likewise.
30822         * lib/canonicalize-lgpl.c: Likewise.
30823         * lib/canonicalize.c: Likewise.
30824         * lib/canonicalize.h: Likewise.
30825         * lib/ceil.c: Likewise.
30826         * lib/ceilf.c: Likewise.
30827         * lib/ceill.c: Likewise.
30828         * lib/chdir-long.c: Likewise.
30829         * lib/chdir-long.h: Likewise.
30830         * lib/chdir-safer.c: Likewise.
30831         * lib/chdir-safer.h: Likewise.
30832         * lib/chown.c: Likewise.
30833         * lib/classpath.c: Likewise.
30834         * lib/classpath.h: Likewise.
30835         * lib/clean-temp.c: Likewise.
30836         * lib/clean-temp.h: Likewise.
30837         * lib/cloexec.c: Likewise.
30838         * lib/close-stream.c: Likewise.
30839         * lib/closein.c: Likewise.
30840         * lib/closein.h: Likewise.
30841         * lib/closeout.c: Likewise.
30842         * lib/closeout.h: Likewise.
30843         * lib/concat-filename.c: Likewise.
30844         * lib/copy-file.c: Likewise.
30845         * lib/copy-file.h: Likewise.
30846         * lib/count-one-bits.h: Likewise.
30847         * lib/crc.c: Likewise.
30848         * lib/crc.h: Likewise.
30849         * lib/creat-safer.c: Likewise.
30850         * lib/csharpcomp.c: Likewise.
30851         * lib/csharpcomp.h: Likewise.
30852         * lib/csharpexec.c: Likewise.
30853         * lib/csharpexec.h: Likewise.
30854         * lib/cycle-check.c: Likewise.
30855         * lib/cycle-check.h: Likewise.
30856         * lib/diacrit.c: Likewise.
30857         * lib/diacrit.h: Likewise.
30858         * lib/diffseq.h: Likewise.
30859         * lib/dirchownmod.c: Likewise.
30860         * lib/dirent.in.h: Likewise.
30861         * lib/dirfd.c: Likewise.
30862         * lib/dirfd.h: Likewise.
30863         * lib/dirname.c: Likewise.
30864         * lib/dirname.h: Likewise.
30865         * lib/dummy.c: Likewise.
30866         * lib/dup-safer.c: Likewise.
30867         * lib/dup2.c: Likewise.
30868         * lib/eealloc.h: Likewise.
30869         * lib/error.c: Likewise.
30870         * lib/error.h: Likewise.
30871         * lib/euidaccess.c: Likewise.
30872         * lib/exclude.c: Likewise.
30873         * lib/exclude.h: Likewise.
30874         * lib/execute.c: Likewise.
30875         * lib/execute.h: Likewise.
30876         * lib/exitfail.c: Likewise.
30877         * lib/exitfail.h: Likewise.
30878         * lib/expl.c: Likewise.
30879         * lib/fatal-signal.c: Likewise.
30880         * lib/fatal-signal.h: Likewise.
30881         * lib/fbufmode.c: Likewise.
30882         * lib/fbufmode.h: Likewise.
30883         * lib/fchdir.c: Likewise.
30884         * lib/fchmodat.c: Likewise.
30885         * lib/fchownat.c: Likewise.
30886         * lib/fcntl--.h: Likewise.
30887         * lib/fcntl-safer.h: Likewise.
30888         * lib/fcntl.in.h: Likewise.
30889         * lib/fd-safer.c: Likewise.
30890         * lib/fflush.c: Likewise.
30891         * lib/file-has-acl.c: Likewise.
30892         * lib/file-set.c: Likewise.
30893         * lib/file-type.c: Likewise.
30894         * lib/file-type.h: Likewise.
30895         * lib/fileblocks.c: Likewise.
30896         * lib/filemode.c: Likewise.
30897         * lib/filemode.h: Likewise.
30898         * lib/filename.h: Likewise.
30899         * lib/filenamecat.c: Likewise.
30900         * lib/filenamecat.h: Likewise.
30901         * lib/findprog.c: Likewise.
30902         * lib/findprog.h: Likewise.
30903         * lib/float.in.h: Likewise.
30904         * lib/floor.c: Likewise.
30905         * lib/floorf.c: Likewise.
30906         * lib/floorl.c: Likewise.
30907         * lib/fopen-safer.c: Likewise.
30908         * lib/fopen.c: Likewise.
30909         * lib/fpending.c: Likewise.
30910         * lib/fpending.h: Likewise.
30911         * lib/fprintf.c: Likewise.
30912         * lib/fprintftime.h: Likewise.
30913         * lib/fpucw.h: Likewise.
30914         * lib/fpurge.c: Likewise.
30915         * lib/fpurge.h: Likewise.
30916         * lib/freadable.c: Likewise.
30917         * lib/freadable.h: Likewise.
30918         * lib/freadahead.c: Likewise.
30919         * lib/freadahead.h: Likewise.
30920         * lib/freading.c: Likewise.
30921         * lib/freading.h: Likewise.
30922         * lib/free.c: Likewise.
30923         * lib/freopen.c: Likewise.
30924         * lib/frexp.c: Likewise.
30925         * lib/frexpl.c: Likewise.
30926         * lib/fseek.c: Likewise.
30927         * lib/fseterr.c: Likewise.
30928         * lib/fseterr.h: Likewise.
30929         * lib/fstatat.c: Likewise.
30930         * lib/fstrcmp.c: Likewise.
30931         * lib/fstrcmp.h: Likewise.
30932         * lib/fsusage.c: Likewise.
30933         * lib/fsusage.h: Likewise.
30934         * lib/ftell.c: Likewise.
30935         * lib/ftello.c: Likewise.
30936         * lib/fts-cycle.c: Likewise.
30937         * lib/fts.c: Likewise.
30938         * lib/fts_.h: Likewise.
30939         * lib/full-read.c: Likewise.
30940         * lib/full-read.h: Likewise.
30941         * lib/full-write.c: Likewise.
30942         * lib/full-write.h: Likewise.
30943         * lib/fwritable.c: Likewise.
30944         * lib/fwritable.h: Likewise.
30945         * lib/fwriteerror.c: Likewise.
30946         * lib/fwriteerror.h: Likewise.
30947         * lib/fwriting.c: Likewise.
30948         * lib/fwriting.h: Likewise.
30949         * lib/gcd.c: Likewise.
30950         * lib/gcd.h: Likewise.
30951         * lib/getcwd.c: Likewise.
30952         * lib/getdate.h: Likewise.
30953         * lib/getdate.y: Likewise.
30954         * lib/getdomainname.c: Likewise.
30955         * lib/getdomainname.h: Likewise.
30956         * lib/getgroups.c: Likewise.
30957         * lib/gethostname.c: Likewise.
30958         * lib/gethrxtime.c: Likewise.
30959         * lib/gethrxtime.h: Likewise.
30960         * lib/getloadavg.c: Likewise.
30961         * lib/getndelim2.c: Likewise.
30962         * lib/getndelim2.h: Likewise.
30963         * lib/getnline.c: Likewise.
30964         * lib/getnline.h: Likewise.
30965         * lib/getopt.c: Likewise.
30966         * lib/getopt.in.h: Likewise.
30967         * lib/getopt1.c: Likewise.
30968         * lib/getopt_int.h: Likewise.
30969         * lib/getpagesize.h: Likewise.
30970         * lib/getsubopt.c: Likewise.
30971         * lib/gettime.c: Likewise.
30972         * lib/getugroups.c: Likewise.
30973         * lib/getugroups.h: Likewise.
30974         * lib/getusershell.c: Likewise.
30975         * lib/gl_anyavltree_list1.h: Likewise.
30976         * lib/gl_anyavltree_list2.h: Likewise.
30977         * lib/gl_anyhash_list1.h: Likewise.
30978         * lib/gl_anyhash_list2.h: Likewise.
30979         * lib/gl_anylinked_list1.h: Likewise.
30980         * lib/gl_anylinked_list2.h: Likewise.
30981         * lib/gl_anyrbtree_list1.h: Likewise.
30982         * lib/gl_anyrbtree_list2.h: Likewise.
30983         * lib/gl_anytree_list1.h: Likewise.
30984         * lib/gl_anytree_list2.h: Likewise.
30985         * lib/gl_anytree_oset.h: Likewise.
30986         * lib/gl_anytreehash_list1.h: Likewise.
30987         * lib/gl_anytreehash_list2.h: Likewise.
30988         * lib/gl_array_list.c: Likewise.
30989         * lib/gl_array_list.h: Likewise.
30990         * lib/gl_array_oset.c: Likewise.
30991         * lib/gl_array_oset.h: Likewise.
30992         * lib/gl_avltree_list.c: Likewise.
30993         * lib/gl_avltree_list.h: Likewise.
30994         * lib/gl_avltree_oset.c: Likewise.
30995         * lib/gl_avltree_oset.h: Likewise.
30996         * lib/gl_avltreehash_list.c: Likewise.
30997         * lib/gl_avltreehash_list.h: Likewise.
30998         * lib/gl_carray_list.c: Likewise.
30999         * lib/gl_carray_list.h: Likewise.
31000         * lib/gl_linked_list.c: Likewise.
31001         * lib/gl_linked_list.h: Likewise.
31002         * lib/gl_linkedhash_list.c: Likewise.
31003         * lib/gl_linkedhash_list.h: Likewise.
31004         * lib/gl_list.c: Likewise.
31005         * lib/gl_list.h: Likewise.
31006         * lib/gl_oset.c: Likewise.
31007         * lib/gl_oset.h: Likewise.
31008         * lib/gl_rbtree_list.c: Likewise.
31009         * lib/gl_rbtree_list.h: Likewise.
31010         * lib/gl_rbtree_oset.c: Likewise.
31011         * lib/gl_rbtree_oset.h: Likewise.
31012         * lib/gl_rbtreehash_list.c: Likewise.
31013         * lib/gl_rbtreehash_list.h: Likewise.
31014         * lib/gl_sublist.c: Likewise.
31015         * lib/gl_sublist.h: Likewise.
31016         * lib/group-member.c: Likewise.
31017         * lib/group-member.h: Likewise.
31018         * lib/hard-locale.c: Likewise.
31019         * lib/hard-locale.h: Likewise.
31020         * lib/hash-pjw.c: Likewise.
31021         * lib/hash-pjw.h: Likewise.
31022         * lib/hash-triple.c: Likewise.
31023         * lib/hash.c: Likewise.
31024         * lib/hash.h: Likewise.
31025         * lib/human.c: Likewise.
31026         * lib/human.h: Likewise.
31027         * lib/i-ring.c: Likewise.
31028         * lib/i-ring.h: Likewise.
31029         * lib/idcache.c: Likewise.
31030         * lib/imaxabs.c: Likewise.
31031         * lib/imaxdiv.c: Likewise.
31032         * lib/inet_pton.c: Likewise.
31033         * lib/inet_pton.h: Likewise.
31034         * lib/intprops.h: Likewise.
31035         * lib/inttostr.c: Likewise.
31036         * lib/inttostr.h: Likewise.
31037         * lib/inttypes.in.h: Likewise.
31038         * lib/isapipe.c: Likewise.
31039         * lib/isdir.c: Likewise.
31040         * lib/isnan.c: Likewise.
31041         * lib/isnan.h: Likewise.
31042         * lib/isnanf.c: Likewise.
31043         * lib/isnanf.h: Likewise.
31044         * lib/isnanl-nolibm.h: Likewise.
31045         * lib/isnanl.c: Likewise.
31046         * lib/isnanl.h: Likewise.
31047         * lib/javacomp.c: Likewise.
31048         * lib/javacomp.h: Likewise.
31049         * lib/javaexec.c: Likewise.
31050         * lib/javaexec.h: Likewise.
31051         * lib/javaversion.c: Likewise.
31052         * lib/javaversion.h: Likewise.
31053         * lib/javaversion.java: Likewise.
31054         * lib/lbrkprop.h: Likewise.
31055         * lib/lchmod.h: Likewise.
31056         * lib/lchown.c: Likewise.
31057         * lib/ldexpl.c: Likewise.
31058         * lib/linebreak.c: Likewise.
31059         * lib/linebreak.h: Likewise.
31060         * lib/linebuffer.c: Likewise.
31061         * lib/linebuffer.h: Likewise.
31062         * lib/locale.in.h: Likewise.
31063         * lib/logl.c: Likewise.
31064         * lib/long-options.c: Likewise.
31065         * lib/long-options.h: Likewise.
31066         * lib/lstat.c: Likewise.
31067         * lib/lstat.h: Likewise.
31068         * lib/math.in.h: Likewise.
31069         * lib/mbchar.c: Likewise.
31070         * lib/mbchar.h: Likewise.
31071         * lib/mbfile.h: Likewise.
31072         * lib/mbiter.h: Likewise.
31073         * lib/mbscasecmp.c: Likewise.
31074         * lib/mbscasestr.c: Likewise.
31075         * lib/mbschr.c: Likewise.
31076         * lib/mbscspn.c: Likewise.
31077         * lib/mbslen.c: Likewise.
31078         * lib/mbsncasecmp.c: Likewise.
31079         * lib/mbsnlen.c: Likewise.
31080         * lib/mbspbrk.c: Likewise.
31081         * lib/mbspcasecmp.c: Likewise.
31082         * lib/mbsrchr.c: Likewise.
31083         * lib/mbssep.c: Likewise.
31084         * lib/mbsspn.c: Likewise.
31085         * lib/mbsstr.c: Likewise.
31086         * lib/mbstok_r.c: Likewise.
31087         * lib/mbswidth.c: Likewise.
31088         * lib/mbswidth.h: Likewise.
31089         * lib/mbuiter.h: Likewise.
31090         * lib/memcasecmp.c: Likewise.
31091         * lib/memcasecmp.h: Likewise.
31092         * lib/memchr.c: Likewise.
31093         * lib/memcmp.c: Likewise.
31094         * lib/memcoll.c: Likewise.
31095         * lib/memcoll.h: Likewise.
31096         * lib/memcpy.c: Likewise.
31097         * lib/memrchr.c: Likewise.
31098         * lib/mkancesdirs.c: Likewise.
31099         * lib/mkdir-p.c: Likewise.
31100         * lib/mkdir-p.h: Likewise.
31101         * lib/mkdir.c: Likewise.
31102         * lib/mkdirat.c: Likewise.
31103         * lib/mkdtemp.c: Likewise.
31104         * lib/mkstemp-safer.c: Likewise.
31105         * lib/mkstemp.c: Likewise.
31106         * lib/modechange.c: Likewise.
31107         * lib/modechange.h: Likewise.
31108         * lib/mountlist.c: Likewise.
31109         * lib/mountlist.h: Likewise.
31110         * lib/mpsort.c: Likewise.
31111         * lib/nanosleep.c: Likewise.
31112         * lib/obstack.c: Likewise.
31113         * lib/obstack.h: Likewise.
31114         * lib/open-safer.c: Likewise.
31115         * lib/open.c: Likewise.
31116         * lib/openat-die.c: Likewise.
31117         * lib/openat-priv.h: Likewise.
31118         * lib/openat-proc.c: Likewise.
31119         * lib/openat.c: Likewise.
31120         * lib/openat.h: Likewise.
31121         * lib/pagealign_alloc.c: Likewise.
31122         * lib/pagealign_alloc.h: Likewise.
31123         * lib/physmem.c: Likewise.
31124         * lib/physmem.h: Likewise.
31125         * lib/pipe-safer.c: Likewise.
31126         * lib/pipe.c: Likewise.
31127         * lib/pipe.h: Likewise.
31128         * lib/posixtm.c: Likewise.
31129         * lib/posixtm.h: Likewise.
31130         * lib/posixver.c: Likewise.
31131         * lib/printf-frexp.c: Likewise.
31132         * lib/printf-frexp.h: Likewise.
31133         * lib/printf-frexpl.c: Likewise.
31134         * lib/printf-frexpl.h: Likewise.
31135         * lib/printf.c: Likewise.
31136         * lib/progname.c: Likewise.
31137         * lib/progname.h: Likewise.
31138         * lib/progreloc.c: Likewise.
31139         * lib/putenv.c: Likewise.
31140         * lib/quote.c: Likewise.
31141         * lib/quote.h: Likewise.
31142         * lib/quotearg.c: Likewise.
31143         * lib/quotearg.h: Likewise.
31144         * lib/raise.c: Likewise.
31145         * lib/readline.c: Likewise.
31146         * lib/readline.h: Likewise.
31147         * lib/readlink.c: Likewise.
31148         * lib/readtokens.c: Likewise.
31149         * lib/readtokens.h: Likewise.
31150         * lib/readtokens0.c: Likewise.
31151         * lib/readtokens0.h: Likewise.
31152         * lib/readutmp.c: Likewise.
31153         * lib/readutmp.h: Likewise.
31154         * lib/realloc.c: Likewise.
31155         * lib/relocwrapper.c: Likewise.
31156         * lib/rename-dest-slash.c: Likewise.
31157         * lib/rename.c: Likewise.
31158         * lib/rmdir.c: Likewise.
31159         * lib/rpmatch.c: Likewise.
31160         * lib/safe-read.c: Likewise.
31161         * lib/safe-read.h: Likewise.
31162         * lib/safe-write.c: Likewise.
31163         * lib/safe-write.h: Likewise.
31164         * lib/same-inode.h: Likewise.
31165         * lib/same.c: Likewise.
31166         * lib/same.h: Likewise.
31167         * lib/save-cwd.c: Likewise.
31168         * lib/save-cwd.h: Likewise.
31169         * lib/savedir.c: Likewise.
31170         * lib/savedir.h: Likewise.
31171         * lib/savewd.c: Likewise.
31172         * lib/savewd.h: Likewise.
31173         * lib/search.in.h: Likewise.
31174         * lib/setenv.c: Likewise.
31175         * lib/setenv.h: Likewise.
31176         * lib/settime.c: Likewise.
31177         * lib/sh-quote.c: Likewise.
31178         * lib/sh-quote.h: Likewise.
31179         * lib/sig2str.c: Likewise.
31180         * lib/sig2str.h: Likewise.
31181         * lib/signal.in.h: Likewise.
31182         * lib/signbitd.c: Likewise.
31183         * lib/signbitf.c: Likewise.
31184         * lib/signbitl.c: Likewise.
31185         * lib/sigprocmask.c: Likewise.
31186         * lib/sincosl.c: Likewise.
31187         * lib/sleep.c: Likewise.
31188         * lib/sprintf.c: Likewise.
31189         * lib/sqrtl.c: Likewise.
31190         * lib/stat-time.h: Likewise.
31191         * lib/stdio--.h: Likewise.
31192         * lib/stdio-safer.h: Likewise.
31193         * lib/stdlib--.h: Likewise.
31194         * lib/stdlib-safer.h: Likewise.
31195         * lib/stdlib.in.h: Likewise.
31196         * lib/stpcpy.c: Likewise.
31197         * lib/stpncpy.c: Likewise.
31198         * lib/strchrnul.c: Likewise.
31199         * lib/strcspn.c: Likewise.
31200         * lib/strerror.c: Likewise.
31201         * lib/strftime.c: Likewise.
31202         * lib/strftime.h: Likewise.
31203         * lib/striconveh.c: Likewise.
31204         * lib/striconveh.h: Likewise.
31205         * lib/striconveha.c: Likewise.
31206         * lib/striconveha.h: Likewise.
31207         * lib/stripslash.c: Likewise.
31208         * lib/strnlen1.c: Likewise.
31209         * lib/strnlen1.h: Likewise.
31210         * lib/strtod.c: Likewise.
31211         * lib/strtoimax.c: Likewise.
31212         * lib/strtok_r.c: Likewise.
31213         * lib/strtol.c: Likewise.
31214         * lib/strtoll.c: Likewise.
31215         * lib/strtoul.c: Likewise.
31216         * lib/strtoull.c: Likewise.
31217         * lib/sysexits.in.h: Likewise.
31218         * lib/tempname.c: Likewise.
31219         * lib/tempname.h: Likewise.
31220         * lib/timespec.h: Likewise.
31221         * lib/tls.c: Likewise.
31222         * lib/tls.h: Likewise.
31223         * lib/tmpdir.c: Likewise.
31224         * lib/tmpdir.h: Likewise.
31225         * lib/tmpfile-safer.c: Likewise.
31226         * lib/tmpfile.c: Likewise.
31227         * lib/trigl.c: Likewise.
31228         * lib/trigl.h: Likewise.
31229         * lib/trim.c: Likewise.
31230         * lib/trim.h: Likewise.
31231         * lib/trunc.c: Likewise.
31232         * lib/truncf.c: Likewise.
31233         * lib/truncl.c: Likewise.
31234         * lib/tsearch.c: Likewise.
31235         * lib/unicodeio.c: Likewise.
31236         * lib/unicodeio.h: Likewise.
31237         * lib/unistd--.h: Likewise.
31238         * lib/unistd-safer.h: Likewise.
31239         * lib/unistdio/ulc-fprintf.c: Likewise.
31240         * lib/unistdio/ulc-vfprintf.c: Likewise.
31241         * lib/unlinkdir.c: Likewise.
31242         * lib/unlinkdir.h: Likewise.
31243         * lib/unlocked-io.h: Likewise.
31244         * lib/unsetenv.c: Likewise.
31245         * lib/userspec.c: Likewise.
31246         * lib/utime.c: Likewise.
31247         * lib/utimecmp.c: Likewise.
31248         * lib/utimecmp.h: Likewise.
31249         * lib/utimens.c: Likewise.
31250         * lib/verify.h: Likewise.
31251         * lib/verror.c: Likewise.
31252         * lib/verror.h: Likewise.
31253         * lib/version-etc-fsf.c: Likewise.
31254         * lib/version-etc.c: Likewise.
31255         * lib/version-etc.h: Likewise.
31256         * lib/vfprintf.c: Likewise.
31257         * lib/vprintf.c: Likewise.
31258         * lib/vsprintf.c: Likewise.
31259         * lib/w32spawn.h: Likewise.
31260         * lib/wait-process.c: Likewise.
31261         * lib/wait-process.h: Likewise.
31262         * lib/wcwidth.c: Likewise.
31263         * lib/write-any-file.c: Likewise.
31264         * lib/xalloc-die.c: Likewise.
31265         * lib/xalloc.h: Likewise.
31266         * lib/xasprintf.c: Likewise.
31267         * lib/xgetcwd.c: Likewise.
31268         * lib/xgetcwd.h: Likewise.
31269         * lib/xgetdomainname.c: Likewise.
31270         * lib/xgetdomainname.h: Likewise.
31271         * lib/xgethostname.c: Likewise.
31272         * lib/xmalloc.c: Likewise.
31273         * lib/xmalloca.c: Likewise.
31274         * lib/xmalloca.h: Likewise.
31275         * lib/xmemcoll.c: Likewise.
31276         * lib/xnanosleep.c: Likewise.
31277         * lib/xreadlink.c: Likewise.
31278         * lib/xreadlink.h: Likewise.
31279         * lib/xsetenv.c: Likewise.
31280         * lib/xsetenv.h: Likewise.
31281         * lib/xstriconv.c: Likewise.
31282         * lib/xstriconv.h: Likewise.
31283         * lib/xstrndup.c: Likewise.
31284         * lib/xstrndup.h: Likewise.
31285         * lib/xstrtod.c: Likewise.
31286         * lib/xstrtod.h: Likewise.
31287         * lib/xstrtol-error.c: Likewise.
31288         * lib/xstrtol.c: Likewise.
31289         * lib/xstrtol.h: Likewise.
31290         * lib/xtime.h: Likewise.
31291         * lib/xvasprintf.c: Likewise.
31292         * lib/xvasprintf.h: Likewise.
31293         * lib/yesno.c: Likewise.
31294         * lib/yesno.h: Likewise.
31295         * posix-modules: Likewise.
31296         * tests/test-alloca-opt.c: Likewise.
31297         * tests/test-arcfour.c: Likewise.
31298         * tests/test-arctwo.c: Likewise.
31299         * tests/test-argmatch.c: Likewise.
31300         * tests/test-argp-2.sh: Likewise.
31301         * tests/test-argp.c: Likewise.
31302         * tests/test-arpa_inet.c: Likewise.
31303         * tests/test-array_list.c: Likewise.
31304         * tests/test-array_oset.c: Likewise.
31305         * tests/test-atexit.c: Likewise.
31306         * tests/test-avltree_list.c: Likewise.
31307         * tests/test-avltree_oset.c: Likewise.
31308         * tests/test-avltreehash_list.c: Likewise.
31309         * tests/test-base64.c: Likewise.
31310         * tests/test-binary-io.c: Likewise.
31311         * tests/test-byteswap.c: Likewise.
31312         * tests/test-c-ctype.c: Likewise.
31313         * tests/test-c-strcasecmp.c: Likewise.
31314         * tests/test-c-strcasestr.c: Likewise.
31315         * tests/test-c-strncasecmp.c: Likewise.
31316         * tests/test-c-strstr.c: Likewise.
31317         * tests/test-canonicalize-lgpl.c: Likewise.
31318         * tests/test-canonicalize.c: Likewise.
31319         * tests/test-carray_list.c: Likewise.
31320         * tests/test-ceilf.c: Likewise.
31321         * tests/test-ceill.c: Likewise.
31322         * tests/test-count-one-bits.c: Likewise.
31323         * tests/test-crc.c: Likewise.
31324         * tests/test-dirname.c: Likewise.
31325         * tests/test-fbufmode.c: Likewise.
31326         * tests/test-fcntl.c: Likewise.
31327         * tests/test-fflush.c: Likewise.
31328         * tests/test-floorf.c: Likewise.
31329         * tests/test-floorl.c: Likewise.
31330         * tests/test-fopen.c: Likewise.
31331         * tests/test-fprintf-posix.c: Likewise.
31332         * tests/test-fprintf-posix.h: Likewise.
31333         * tests/test-fpurge.c: Likewise.
31334         * tests/test-freadable.c: Likewise.
31335         * tests/test-freadahead.c: Likewise.
31336         * tests/test-freading.c: Likewise.
31337         * tests/test-freopen.c: Likewise.
31338         * tests/test-frexp.c: Likewise.
31339         * tests/test-frexpl.c: Likewise.
31340         * tests/test-fseek.c: Likewise.
31341         * tests/test-fseeko.c: Likewise.
31342         * tests/test-fseterr.c: Likewise.
31343         * tests/test-fstrcmp.c: Likewise.
31344         * tests/test-ftell.c: Likewise.
31345         * tests/test-ftello.c: Likewise.
31346         * tests/test-fwritable.c: Likewise.
31347         * tests/test-fwriting.c: Likewise.
31348         * tests/test-getaddrinfo.c: Likewise.
31349         * tests/test-getpass.c: Likewise.
31350         * tests/test-gettimeofday.c: Likewise.
31351         * tests/test-hmac-md5.c: Likewise.
31352         * tests/test-hmac-sha1.c: Likewise.
31353         * tests/test-iconv.c: Likewise.
31354         * tests/test-iconvme.c: Likewise.
31355         * tests/test-inttypes.c: Likewise.
31356         * tests/test-isnan.c: Likewise.
31357         * tests/test-isnanf.c: Likewise.
31358         * tests/test-isnanl-nolibm.c: Likewise.
31359         * tests/test-isnanl.c: Likewise.
31360         * tests/test-isnanl.h: Likewise.
31361         * tests/test-ldexpl.c: Likewise.
31362         * tests/test-linked_list.c: Likewise.
31363         * tests/test-linkedhash_list.c: Likewise.
31364         * tests/test-locale.c: Likewise.
31365         * tests/test-localename.c: Likewise.
31366         * tests/test-lock.c: Likewise.
31367         * tests/test-lseek.c: Likewise.
31368         * tests/test-malloca.c: Likewise.
31369         * tests/test-math.c: Likewise.
31370         * tests/test-mbscasecmp.c: Likewise.
31371         * tests/test-mbscasestr1.c: Likewise.
31372         * tests/test-mbscasestr2.c: Likewise.
31373         * tests/test-mbscasestr3.c: Likewise.
31374         * tests/test-mbscasestr4.c: Likewise.
31375         * tests/test-mbschr.c: Likewise.
31376         * tests/test-mbscspn.c: Likewise.
31377         * tests/test-mbsncasecmp.c: Likewise.
31378         * tests/test-mbspbrk.c: Likewise.
31379         * tests/test-mbspcasecmp.c: Likewise.
31380         * tests/test-mbsrchr.c: Likewise.
31381         * tests/test-mbsspn.c: Likewise.
31382         * tests/test-mbsstr1.c: Likewise.
31383         * tests/test-mbsstr2.c: Likewise.
31384         * tests/test-mbsstr3.c: Likewise.
31385         * tests/test-md5.c: Likewise.
31386         * tests/test-memmem.c: Likewise.
31387         * tests/test-netinet_in.c: Likewise.
31388         * tests/test-open.c: Likewise.
31389         * tests/test-printf-frexp.c: Likewise.
31390         * tests/test-printf-frexpl.c: Likewise.
31391         * tests/test-printf-posix.c: Likewise.
31392         * tests/test-printf-posix.h: Likewise.
31393         * tests/test-rbtree_list.c: Likewise.
31394         * tests/test-rbtree_oset.c: Likewise.
31395         * tests/test-rbtreehash_list.c: Likewise.
31396         * tests/test-read-file.c: Likewise.
31397         * tests/test-rijndael.c: Likewise.
31398         * tests/test-search.c: Likewise.
31399         * tests/test-signbit.c: Likewise.
31400         * tests/test-sleep.c: Likewise.
31401         * tests/test-snprintf-posix.c: Likewise.
31402         * tests/test-snprintf-posix.h: Likewise.
31403         * tests/test-snprintf.c: Likewise.
31404         * tests/test-sprintf-posix.c: Likewise.
31405         * tests/test-sprintf-posix.h: Likewise.
31406         * tests/test-stat-time.c: Likewise.
31407         * tests/test-stdbool.c: Likewise.
31408         * tests/test-stdint.c: Likewise.
31409         * tests/test-stdio.c: Likewise.
31410         * tests/test-stdlib.c: Likewise.
31411         * tests/test-stpncpy.c: Likewise.
31412         * tests/test-strcasestr.c: Likewise.
31413         * tests/test-striconv.c: Likewise.
31414         * tests/test-striconveh.c: Likewise.
31415         * tests/test-striconveha.c: Likewise.
31416         * tests/test-string.c: Likewise.
31417         * tests/test-sys_select.c: Likewise.
31418         * tests/test-sys_socket.c: Likewise.
31419         * tests/test-sys_stat.c: Likewise.
31420         * tests/test-sys_time.c: Likewise.
31421         * tests/test-sysexits.c: Likewise.
31422         * tests/test-time.c: Likewise.
31423         * tests/test-tls.c: Likewise.
31424         * tests/test-trunc.c: Likewise.
31425         * tests/test-truncf.c: Likewise.
31426         * tests/test-truncl.c: Likewise.
31427         * tests/test-unistd.c: Likewise.
31428         * tests/test-vasnprintf-posix.c: Likewise.
31429         * tests/test-vasnprintf-posix2.c: Likewise.
31430         * tests/test-vasnprintf.c: Likewise.
31431         * tests/test-vasprintf-posix.c: Likewise.
31432         * tests/test-vasprintf.c: Likewise.
31433         * tests/test-verify.c: Likewise.
31434         * tests/test-vfprintf-posix.c: Likewise.
31435         * tests/test-vprintf-posix.c: Likewise.
31436         * tests/test-vsnprintf-posix.c: Likewise.
31437         * tests/test-vsnprintf.c: Likewise.
31438         * tests/test-vsprintf-posix.c: Likewise.
31439         * tests/test-wchar.c: Likewise.
31440         * tests/test-wctype.c: Likewise.
31441         * tests/test-wcwidth.c: Likewise.
31442         * tests/test-xstrtol.c: Likewise.
31443         * tests/test-xvasprintf.c: Likewise.
31444         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
31445         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
31446         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
31447         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
31448         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
31449         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
31450         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
31451         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
31452         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
31453         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
31454         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
31455         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
31456         * tests/uniname/test-uninames.c: Likewise.
31457         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
31458         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
31459         * tests/unistdio/test-u16-printf1.h: Likewise.
31460         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
31461         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
31462         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
31463         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
31464         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
31465         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
31466         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
31467         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
31468         * tests/unistdio/test-u32-printf1.h: Likewise.
31469         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
31470         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
31471         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
31472         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
31473         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
31474         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
31475         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
31476         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
31477         * tests/unistdio/test-u8-printf1.h: Likewise.
31478         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
31479         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
31480         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
31481         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
31482         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
31483         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
31484         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
31485         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
31486         * tests/unistdio/test-ulc-printf1.h: Likewise.
31487         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
31488         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
31489         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
31490         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
31491         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
31492         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
31493         * tests/uniwidth/test-u16-strwidth.c: Likewise.
31494         * tests/uniwidth/test-u16-width.c: Likewise.
31495         * tests/uniwidth/test-u32-strwidth.c: Likewise.
31496         * tests/uniwidth/test-u32-width.c: Likewise.
31497         * tests/uniwidth/test-u8-strwidth.c: Likewise.
31498         * tests/uniwidth/test-u8-width.c: Likewise.
31499         * tests/uniwidth/test-uc_width.c: Likewise.
31500         * config/srclist-update: Likewise.
31501         (fixlicense): Update to GPLv3+.
31502
31503         Change copyright notice from LGPLv2.1+ to LGPLv3+.
31504         * tests/test-tsearch.c: Change copyright notice.
31505
31506         Change copyright notice from LGPLv2.0+ to LGPLv3+.
31507         * lib/c-strcaseeq.h: Change copyright notice.
31508         * lib/streq.h: Likewise.
31509         * lib/uniconv.h: Likewise.
31510         * lib/uniconv/u-conv-from-enc.h: Likewise.
31511         * lib/uniconv/u-conv-to-enc.h: Likewise.
31512         * lib/uniconv/u-strconv-from-enc.h: Likewise.
31513         * lib/uniconv/u-strconv-to-enc.h: Likewise.
31514         * lib/uniconv/u16-conv-from-enc.c: Likewise.
31515         * lib/uniconv/u16-conv-to-enc.c: Likewise.
31516         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
31517         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
31518         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
31519         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
31520         * lib/uniconv/u32-conv-from-enc.c: Likewise.
31521         * lib/uniconv/u32-conv-to-enc.c: Likewise.
31522         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
31523         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
31524         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
31525         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
31526         * lib/uniconv/u8-conv-from-enc.c: Likewise.
31527         * lib/uniconv/u8-conv-to-enc.c: Likewise.
31528         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
31529         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
31530         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
31531         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
31532         * lib/uniname.h: Likewise.
31533         * lib/uniname/uniname.c: Likewise.
31534         * lib/unistdio.h: Likewise.
31535         * lib/unistdio/u-asnprintf.h: Likewise.
31536         * lib/unistdio/u-asprintf.h: Likewise.
31537         * lib/unistdio/u-printf-args.c: Likewise.
31538         * lib/unistdio/u-printf-args.h: Likewise.
31539         * lib/unistdio/u-printf-parse.h: Likewise.
31540         * lib/unistdio/u-snprintf.h: Likewise.
31541         * lib/unistdio/u-sprintf.h: Likewise.
31542         * lib/unistdio/u-vasprintf.h: Likewise.
31543         * lib/unistdio/u-vsnprintf.h: Likewise.
31544         * lib/unistdio/u-vsprintf.h: Likewise.
31545         * lib/unistdio/u16-asnprintf.c: Likewise.
31546         * lib/unistdio/u16-asprintf.c: Likewise.
31547         * lib/unistdio/u16-printf-parse.c: Likewise.
31548         * lib/unistdio/u16-snprintf.c: Likewise.
31549         * lib/unistdio/u16-sprintf.c: Likewise.
31550         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
31551         * lib/unistdio/u16-u16-asprintf.c: Likewise.
31552         * lib/unistdio/u16-u16-snprintf.c: Likewise.
31553         * lib/unistdio/u16-u16-sprintf.c: Likewise.
31554         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
31555         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
31556         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
31557         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
31558         * lib/unistdio/u16-vasnprintf.c: Likewise.
31559         * lib/unistdio/u16-vasprintf.c: Likewise.
31560         * lib/unistdio/u16-vsnprintf.c: Likewise.
31561         * lib/unistdio/u16-vsprintf.c: Likewise.
31562         * lib/unistdio/u32-asnprintf.c: Likewise.
31563         * lib/unistdio/u32-asprintf.c: Likewise.
31564         * lib/unistdio/u32-printf-parse.c: Likewise.
31565         * lib/unistdio/u32-snprintf.c: Likewise.
31566         * lib/unistdio/u32-sprintf.c: Likewise.
31567         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
31568         * lib/unistdio/u32-u32-asprintf.c: Likewise.
31569         * lib/unistdio/u32-u32-snprintf.c: Likewise.
31570         * lib/unistdio/u32-u32-sprintf.c: Likewise.
31571         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
31572         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
31573         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
31574         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
31575         * lib/unistdio/u32-vasnprintf.c: Likewise.
31576         * lib/unistdio/u32-vasprintf.c: Likewise.
31577         * lib/unistdio/u32-vsnprintf.c: Likewise.
31578         * lib/unistdio/u32-vsprintf.c: Likewise.
31579         * lib/unistdio/u8-asnprintf.c: Likewise.
31580         * lib/unistdio/u8-asprintf.c: Likewise.
31581         * lib/unistdio/u8-printf-parse.c: Likewise.
31582         * lib/unistdio/u8-snprintf.c: Likewise.
31583         * lib/unistdio/u8-sprintf.c: Likewise.
31584         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
31585         * lib/unistdio/u8-u8-asprintf.c: Likewise.
31586         * lib/unistdio/u8-u8-snprintf.c: Likewise.
31587         * lib/unistdio/u8-u8-sprintf.c: Likewise.
31588         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
31589         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
31590         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
31591         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
31592         * lib/unistdio/u8-vasnprintf.c: Likewise.
31593         * lib/unistdio/u8-vasprintf.c: Likewise.
31594         * lib/unistdio/u8-vsnprintf.c: Likewise.
31595         * lib/unistdio/u8-vsprintf.c: Likewise.
31596         * lib/unistdio/ulc-asnprintf.c: Likewise.
31597         * lib/unistdio/ulc-asprintf.c: Likewise.
31598         * lib/unistdio/ulc-printf-parse.c: Likewise.
31599         * lib/unistdio/ulc-snprintf.c: Likewise.
31600         * lib/unistdio/ulc-sprintf.c: Likewise.
31601         * lib/unistdio/ulc-vasnprintf.c: Likewise.
31602         * lib/unistdio/ulc-vasprintf.c: Likewise.
31603         * lib/unistdio/ulc-vsnprintf.c: Likewise.
31604         * lib/unistdio/ulc-vsprintf.c: Likewise.
31605         * lib/unistr.h: Likewise.
31606         * lib/unistr/u-cpy-alloc.h: Likewise.
31607         * lib/unistr/u-cpy.h: Likewise.
31608         * lib/unistr/u-endswith.h: Likewise.
31609         * lib/unistr/u-move.h: Likewise.
31610         * lib/unistr/u-set.h: Likewise.
31611         * lib/unistr/u-startswith.h: Likewise.
31612         * lib/unistr/u-stpcpy.h: Likewise.
31613         * lib/unistr/u-stpncpy.h: Likewise.
31614         * lib/unistr/u-strcat.h: Likewise.
31615         * lib/unistr/u-strcpy.h: Likewise.
31616         * lib/unistr/u-strcspn.h: Likewise.
31617         * lib/unistr/u-strdup.h: Likewise.
31618         * lib/unistr/u-strlen.h: Likewise.
31619         * lib/unistr/u-strncat.h: Likewise.
31620         * lib/unistr/u-strncpy.h: Likewise.
31621         * lib/unistr/u-strnlen.h: Likewise.
31622         * lib/unistr/u-strpbrk.h: Likewise.
31623         * lib/unistr/u-strspn.h: Likewise.
31624         * lib/unistr/u-strstr.h: Likewise.
31625         * lib/unistr/u-strtok.h: Likewise.
31626         * lib/unistr/u16-check.c: Likewise.
31627         * lib/unistr/u16-chr.c: Likewise.
31628         * lib/unistr/u16-cmp.c: Likewise.
31629         * lib/unistr/u16-cpy-alloc.c: Likewise.
31630         * lib/unistr/u16-cpy.c: Likewise.
31631         * lib/unistr/u16-endswith.c: Likewise.
31632         * lib/unistr/u16-mblen.c: Likewise.
31633         * lib/unistr/u16-mbsnlen.c: Likewise.
31634         * lib/unistr/u16-mbtouc-aux.c: Likewise.
31635         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
31636         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
31637         * lib/unistr/u16-mbtouc.c: Likewise.
31638         * lib/unistr/u16-mbtoucr.c: Likewise.
31639         * lib/unistr/u16-move.c: Likewise.
31640         * lib/unistr/u16-next.c: Likewise.
31641         * lib/unistr/u16-prev.c: Likewise.
31642         * lib/unistr/u16-set.c: Likewise.
31643         * lib/unistr/u16-startswith.c: Likewise.
31644         * lib/unistr/u16-stpcpy.c: Likewise.
31645         * lib/unistr/u16-stpncpy.c: Likewise.
31646         * lib/unistr/u16-strcat.c: Likewise.
31647         * lib/unistr/u16-strchr.c: Likewise.
31648         * lib/unistr/u16-strcmp.c: Likewise.
31649         * lib/unistr/u16-strcpy.c: Likewise.
31650         * lib/unistr/u16-strcspn.c: Likewise.
31651         * lib/unistr/u16-strdup.c: Likewise.
31652         * lib/unistr/u16-strlen.c: Likewise.
31653         * lib/unistr/u16-strmblen.c: Likewise.
31654         * lib/unistr/u16-strmbtouc.c: Likewise.
31655         * lib/unistr/u16-strncat.c: Likewise.
31656         * lib/unistr/u16-strncmp.c: Likewise.
31657         * lib/unistr/u16-strncpy.c: Likewise.
31658         * lib/unistr/u16-strnlen.c: Likewise.
31659         * lib/unistr/u16-strpbrk.c: Likewise.
31660         * lib/unistr/u16-strrchr.c: Likewise.
31661         * lib/unistr/u16-strspn.c: Likewise.
31662         * lib/unistr/u16-strstr.c: Likewise.
31663         * lib/unistr/u16-strtok.c: Likewise.
31664         * lib/unistr/u16-to-u32.c: Likewise.
31665         * lib/unistr/u16-to-u8.c: Likewise.
31666         * lib/unistr/u16-uctomb-aux.c: Likewise.
31667         * lib/unistr/u16-uctomb.c: Likewise.
31668         * lib/unistr/u32-check.c: Likewise.
31669         * lib/unistr/u32-chr.c: Likewise.
31670         * lib/unistr/u32-cmp.c: Likewise.
31671         * lib/unistr/u32-cpy-alloc.c: Likewise.
31672         * lib/unistr/u32-cpy.c: Likewise.
31673         * lib/unistr/u32-endswith.c: Likewise.
31674         * lib/unistr/u32-mblen.c: Likewise.
31675         * lib/unistr/u32-mbsnlen.c: Likewise.
31676         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
31677         * lib/unistr/u32-mbtouc.c: Likewise.
31678         * lib/unistr/u32-mbtoucr.c: Likewise.
31679         * lib/unistr/u32-move.c: Likewise.
31680         * lib/unistr/u32-next.c: Likewise.
31681         * lib/unistr/u32-prev.c: Likewise.
31682         * lib/unistr/u32-set.c: Likewise.
31683         * lib/unistr/u32-startswith.c: Likewise.
31684         * lib/unistr/u32-stpcpy.c: Likewise.
31685         * lib/unistr/u32-stpncpy.c: Likewise.
31686         * lib/unistr/u32-strcat.c: Likewise.
31687         * lib/unistr/u32-strchr.c: Likewise.
31688         * lib/unistr/u32-strcmp.c: Likewise.
31689         * lib/unistr/u32-strcpy.c: Likewise.
31690         * lib/unistr/u32-strcspn.c: Likewise.
31691         * lib/unistr/u32-strdup.c: Likewise.
31692         * lib/unistr/u32-strlen.c: Likewise.
31693         * lib/unistr/u32-strmblen.c: Likewise.
31694         * lib/unistr/u32-strmbtouc.c: Likewise.
31695         * lib/unistr/u32-strncat.c: Likewise.
31696         * lib/unistr/u32-strncmp.c: Likewise.
31697         * lib/unistr/u32-strncpy.c: Likewise.
31698         * lib/unistr/u32-strnlen.c: Likewise.
31699         * lib/unistr/u32-strpbrk.c: Likewise.
31700         * lib/unistr/u32-strrchr.c: Likewise.
31701         * lib/unistr/u32-strspn.c: Likewise.
31702         * lib/unistr/u32-strstr.c: Likewise.
31703         * lib/unistr/u32-strtok.c: Likewise.
31704         * lib/unistr/u32-to-u16.c: Likewise.
31705         * lib/unistr/u32-to-u8.c: Likewise.
31706         * lib/unistr/u32-uctomb.c: Likewise.
31707         * lib/unistr/u8-check.c: Likewise.
31708         * lib/unistr/u8-chr.c: Likewise.
31709         * lib/unistr/u8-cmp.c: Likewise.
31710         * lib/unistr/u8-cpy-alloc.c: Likewise.
31711         * lib/unistr/u8-cpy.c: Likewise.
31712         * lib/unistr/u8-endswith.c: Likewise.
31713         * lib/unistr/u8-mblen.c: Likewise.
31714         * lib/unistr/u8-mbsnlen.c: Likewise.
31715         * lib/unistr/u8-mbtouc-aux.c: Likewise.
31716         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
31717         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
31718         * lib/unistr/u8-mbtouc.c: Likewise.
31719         * lib/unistr/u8-mbtoucr.c: Likewise.
31720         * lib/unistr/u8-move.c: Likewise.
31721         * lib/unistr/u8-next.c: Likewise.
31722         * lib/unistr/u8-prev.c: Likewise.
31723         * lib/unistr/u8-set.c: Likewise.
31724         * lib/unistr/u8-startswith.c: Likewise.
31725         * lib/unistr/u8-stpcpy.c: Likewise.
31726         * lib/unistr/u8-stpncpy.c: Likewise.
31727         * lib/unistr/u8-strcat.c: Likewise.
31728         * lib/unistr/u8-strchr.c: Likewise.
31729         * lib/unistr/u8-strcmp.c: Likewise.
31730         * lib/unistr/u8-strcpy.c: Likewise.
31731         * lib/unistr/u8-strcspn.c: Likewise.
31732         * lib/unistr/u8-strdup.c: Likewise.
31733         * lib/unistr/u8-strlen.c: Likewise.
31734         * lib/unistr/u8-strmblen.c: Likewise.
31735         * lib/unistr/u8-strmbtouc.c: Likewise.
31736         * lib/unistr/u8-strncat.c: Likewise.
31737         * lib/unistr/u8-strncmp.c: Likewise.
31738         * lib/unistr/u8-strncpy.c: Likewise.
31739         * lib/unistr/u8-strnlen.c: Likewise.
31740         * lib/unistr/u8-strpbrk.c: Likewise.
31741         * lib/unistr/u8-strrchr.c: Likewise.
31742         * lib/unistr/u8-strspn.c: Likewise.
31743         * lib/unistr/u8-strstr.c: Likewise.
31744         * lib/unistr/u8-strtok.c: Likewise.
31745         * lib/unistr/u8-to-u16.c: Likewise.
31746         * lib/unistr/u8-to-u32.c: Likewise.
31747         * lib/unistr/u8-uctomb-aux.c: Likewise.
31748         * lib/unistr/u8-uctomb.c: Likewise.
31749         * lib/unitypes.h: Likewise.
31750         * lib/uniwidth.h: Likewise.
31751         * lib/uniwidth/cjk.h: Likewise.
31752         * lib/uniwidth/u16-strwidth.c: Likewise.
31753         * lib/uniwidth/u16-width.c: Likewise.
31754         * lib/uniwidth/u32-strwidth.c: Likewise.
31755         * lib/uniwidth/u32-width.c: Likewise.
31756         * lib/uniwidth/u8-strwidth.c: Likewise.
31757         * lib/uniwidth/u8-width.c: Likewise.
31758         * lib/uniwidth/width.c: Likewise.
31759
31760 2007-10-07  Bruno Haible  <bruno@clisp.org>
31761
31762         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
31763         The file is still under LGPL (see modules/inttypes).
31764
31765 2007-10-06  Bruno Haible  <bruno@clisp.org>
31766
31767         * modules/trunc (Dependencies): Add 'extensions'.
31768         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
31769         Reported by Ben Pfaff <blp@gnu.org>.
31770
31771 2007-10-06  Bruno Haible  <bruno@clisp.org>
31772
31773         * modules/freopen-tests: New file.
31774         * tests/test-freopen.c: New file.
31775
31776         * modules/fopen-tests: New file.
31777         * tests/test-fopen.c: New file.
31778
31779         * modules/fopen: New file.
31780         * lib/fopen.c: New file.
31781         * m4/fopen.m4: New file.
31782         * modules/freopen: New file.
31783         * lib/freopen.c: New file.
31784         * m4/freopen.m4: New file.
31785         * lib/stdio.in.h (fopen, freopen): New declarations.
31786         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
31787         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
31788         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
31789         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
31790         * doc/functions/fopen.texi: Mention the 'fopen' module.
31791         * doc/functions/freopen.texi: Mention the 'freopen' module.
31792
31793 2007-10-06  Bruno Haible  <bruno@clisp.org>
31794
31795         * modules/open-tests: New file.
31796         * tests/test-open.c: New file.
31797
31798         * modules/open: New file.
31799         * lib/open.c: New file.
31800         * m4/open.m4: New file.
31801         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
31802         lib/open.c does.
31803         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
31804         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
31805         macros.
31806         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
31807         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
31808         REPLACE_OPEN.
31809         * doc/functions/open.texi: Mention the 'open' module.
31810
31811 2007-10-04  Bruno Haible  <bruno@clisp.org>
31812
31813         * modules/ceill-tests: New file.
31814         * tests/test-ceill.c: New file.
31815
31816         * modules/ceill: New file.
31817         * lib/ceill.c: Replace entire file.
31818         * m4/ceill.m4: New file.
31819         * lib/math.in.h (ceill): Replace declaration.
31820         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
31821         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
31822         * doc/functions/ceill.texi: Mention the 'ceill' module.
31823         * modules/mathl (Files): Remove lib/ceill.c.
31824         (Depends-on): Add ceill.
31825
31826 2007-10-04  Bruno Haible  <bruno@clisp.org>
31827
31828         * modules/ceilf-tests: New file.
31829         * tests/test-ceilf.c: New file.
31830
31831         * modules/ceilf: New file.
31832         * lib/ceil.c: New file.
31833         * lib/ceilf.c: New file.
31834         * m4/ceilf.m4: New file.
31835         * lib/math.in.h (ceilf): New declaration.
31836         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
31837         HAVE_DECL_CEILF.
31838         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
31839         HAVE_DECL_CEILF.
31840         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
31841
31842 2007-10-04  Bruno Haible  <bruno@clisp.org>
31843
31844         * modules/floorl-tests: New file.
31845         * tests/test-floorl.c: New file.
31846
31847         * modules/floorl: New file.
31848         * lib/floorl.c: Replace entire file.
31849         * m4/floorl.m4: New file.
31850         * lib/math.in.h (floorl): Replace declaration.
31851         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
31852         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
31853         * doc/functions/floorl.texi: Mention the 'floorl' module.
31854         * modules/mathl (Files): Remove lib/floorl.c.
31855         (Depends-on): Add floorl.
31856
31857 2007-10-04  Bruno Haible  <bruno@clisp.org>
31858
31859         * modules/floorf-tests: New file.
31860         * tests/test-floorf.c: New file.
31861
31862         * modules/floorf: New file.
31863         * lib/floor.c: New file.
31864         * lib/floorf.c: New file.
31865         * m4/floorf.m4: New file.
31866         * lib/math.in.h (floorf): New declaration.
31867         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
31868         HAVE_DECL_FLOORF.
31869         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
31870         HAVE_DECL_FLOORF.
31871         * doc/functions/floorf.texi: Mention the 'floorf' module.
31872
31873 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
31874             Bruno Haible  <bruno@clisp.org>
31875
31876         Advertise for the Git server instead of the CVS server.
31877         * doc/gnulib-intro.texi (Steady Development): Mention the Git
31878         repository instead of the CVS one.
31879         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
31880         about all VCS systems generically.
31881         * doc/gnulib.texi (Introduction): Capitalize `Git'.
31882
31883 2007-10-04  Bruno Haible  <bruno@clisp.org>
31884
31885         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
31886         means.
31887         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
31888
31889 2007-10-04  Bruno Haible  <bruno@clisp.org>
31890
31891         * modules/truncl-tests: New file.
31892         * tests/test-truncl.c: New file.
31893
31894         * modules/truncl: New file.
31895         * lib/truncl.c: New file.
31896         * m4/truncl.m4: New file.
31897         * lib/math.in.h (truncl): New declaration.
31898         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
31899         HAVE_DECL_TRUNCL.
31900         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
31901         HAVE_DECL_TRUNCL.
31902         * doc/functions/truncl.texi: Mention the 'truncl' module.
31903
31904 2007-10-04  Bruno Haible  <bruno@clisp.org>
31905
31906         * modules/truncf-tests: New file.
31907         * tests/test-truncf.c: New file.
31908
31909         * modules/truncf: New file.
31910         * lib/trunc.c: Make paramerizable through USE_* macros.
31911         * lib/truncf.c: New file.
31912         * m4/truncf.m4: New file.
31913         * lib/math.in.h (truncf): New declaration.
31914         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
31915         HAVE_DECL_TRUNCF.
31916         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
31917         HAVE_DECL_TRUNCF.
31918         * doc/functions/truncf.texi: Mention the 'truncf' module.
31919
31920 2007-10-03  Bruno Haible  <bruno@clisp.org>
31921
31922         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
31923         augmentation also for tests modules.
31924         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
31925         * modules/atexit-tests (Makefile.am): Likewise.
31926         * modules/binary-io-tests (Makefile.am): Likewise.
31927         * modules/c-strcase-tests (Makefile.am): Likewise.
31928         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
31929         * modules/canonicalize-tests (Makefile.am): Likewise.
31930         * modules/closein-tests (Makefile.am): Likewise.
31931         * modules/fprintf-posix-tests (Makefile.am): Likewise.
31932         * modules/freadahead-tests (Makefile.am): Likewise.
31933         * modules/fseek-tests (Makefile.am): Likewise.
31934         * modules/fseeko-tests (Makefile.am): Likewise.
31935         * modules/ftell-tests (Makefile.am): Likewise.
31936         * modules/ftello-tests (Makefile.am): Likewise.
31937         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
31938         * modules/isnanl-tests (Makefile.am): Likewise.
31939         * modules/lseek-tests (Makefile.am): Likewise.
31940         * modules/mbscasecmp-tests (Makefile.am): Likewise.
31941         * modules/mbscasestr-tests (Makefile.am): Likewise.
31942         * modules/mbschr-tests (Makefile.am): Likewise.
31943         * modules/mbscspn-tests (Makefile.am): Likewise.
31944         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
31945         * modules/mbspbrk-tests (Makefile.am): Likewise.
31946         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
31947         * modules/mbsrchr-tests (Makefile.am): Likewise.
31948         * modules/mbsspn-tests (Makefile.am): Likewise.
31949         * modules/mbsstr-tests (Makefile.am): Likewise.
31950         * modules/printf-posix-tests (Makefile.am): Likewise.
31951         * modules/snprintf-posix-tests (Makefile.am): Likewise.
31952         * modules/sprintf-posix-tests (Makefile.am): Likewise.
31953         * modules/tsearch-tests (Makefile.am): Likewise.
31954         * modules/uniname/uniname-tests (Makefile.am): Likewise.
31955         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
31956         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
31957         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
31958         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
31959         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
31960         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
31961         * modules/vprintf-posix-tests (Makefile.am): Likewise.
31962         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
31963         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
31964         * modules/xstrtoimax-tests (Makefile.am): Likewise.
31965         * modules/xstrtol-tests (Makefile.am): Likewise.
31966         * modules/xstrtoumax-tests (Makefile.am): Likewise.
31967         * modules/yesno-tests (Makefile.am): Likewise.
31968
31969 2007-10-03  Bruno Haible  <bruno@clisp.org>
31970
31971         * modules/trunc-tests: New file.
31972         * tests/test-trunc.c: New file.
31973
31974         * modules/trunc: New file.
31975         * lib/trunc.c: New file.
31976         * m4/trunc.m4: New file.
31977         * lib/math.in.h (trunc): New declaration.
31978         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
31979         HAVE_DECL_TRUNC.
31980         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
31981         HAVE_DECL_TRUNC.
31982         * doc/functions/trunc.texi: Mention the 'trunc' module.
31983
31984 2007-10-03  Bruno Haible  <bruno@clisp.org>
31985
31986         * tests/test-fpending.c: New file, mostly copied
31987         from coreutils/lib/t-fpending.c.
31988         * modules/fpending-tests: New file.
31989
31990 2007-10-03  Bruno Haible  <bruno@clisp.org>
31991
31992         Port the stdio extensions to QNX (untested).
31993         * lib/fseterr.c (fseterr): Add support for QNX.
31994         * lib/fbufmode.c (fbufmode): Likewise.
31995         * lib/freadable.c (freadable): Likewise.
31996         * lib/fwritable.c (fwritable): Likewise.
31997         * lib/freading.c (freading): Likewise.
31998         * lib/fwriting.c (fwriting): Likewise.
31999         * lib/freadahead.c (freadahed): Likewise.
32000         * lib/fpurge.c (fpurge): Likewise.
32001         * lib/fseeko.c (rpl_fseeko): Likewise.
32002
32003 2007-10-03  Bruno Haible  <bruno@clisp.org>
32004             Jim Meyering  <jim@meyering.net>
32005             Eric Blake  <ebb9@byu.net>
32006
32007         * doc/relocatable.texi: Use @command instead of @program.
32008
32009 2007-10-02  Jim Meyering  <jim@meyering.net>
32010
32011         Perform one more "_.h" -> ".in.h" substitution.
32012         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
32013         instead of unistd_.h here, too.
32014
32015 2007-10-01  Bruno Haible  <bruno@clisp.org>
32016
32017         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
32018         Needed for the alloca-opt module.
32019
32020 2007-09-30  Bruno Haible  <bruno@clisp.org>
32021
32022         * lib/alloca.in.h: Renamed from lib/alloca_.h.
32023         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
32024         alloca_.h.
32025         * lib/argz.in.h: Renamed from lib/argz_.h.
32026         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
32027         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
32028         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
32029         byteswap_.h.
32030         * lib/dirent.in.h: Renamed from lib/dirent_.h.
32031         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
32032         dirent_.h.
32033         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
32034         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
32035         fcntl_.h.
32036         * lib/float.in.h: Renamed from lib/float_.h.
32037         * modules/float (Files, Makefile.am): Use float.in.h instead of
32038         float_.h.
32039         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
32040         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
32041         fnmatch_.h.
32042         * lib/getopt.in.h: Renamed from lib/getopt_.h.
32043         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
32044         getopt_.h.
32045         * lib/glob.in.h: Renamed from lib/glob_.h.
32046         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
32047         * lib/iconv.in.h: Renamed from lib/iconv_.h.
32048         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
32049         iconv_.h.
32050         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
32051         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
32052         inttypes_.h.
32053         * lib/locale.in.h: Renamed from lib/locale_.h.
32054         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
32055         locale_.h.
32056         * lib/math.in.h: Renamed from lib/math_.h.
32057         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
32058         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
32059         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
32060         of netinet_in_.h. Add dependency.
32061         * lib/poll.in.h: Renamed from lib/poll_.h.
32062         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
32063         * lib/search.in.h: Renamed from lib/search_.h.
32064         * modules/search (Files, Makefile.am): Use search.in.h instead of
32065         search_.h.
32066         * lib/signal.in.h: Renamed from lib/signal_.h.
32067         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
32068         _signal.h.
32069         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
32070         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
32071         stdbool_.h.
32072         * lib/stdint.in.h: Renamed from lib/stdint_.h.
32073         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
32074         stdint_.h.
32075         * lib/stdio.in.h: Renamed from lib/stdio_.h.
32076         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
32077         stdio_.h.
32078         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
32079         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
32080         stdlib_.h.
32081         * lib/string.in.h: Renamed from lib/string_.h.
32082         * modules/string (Files, Makefile.am): Use string.in.h instead of
32083         string_.h.
32084         * doc/gnulib-tool.texi (Initial import): Update.
32085         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
32086         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
32087         of sys_select_.h. Add dependency.
32088         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
32089         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
32090         of sys_socket_.h.
32091         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
32092         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
32093         sys_stat_.h.
32094         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
32095         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
32096         sys_time_.h.
32097         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
32098         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
32099         sysexits_.h.
32100         * lib/time.in.h: Renamed from lib/time_.h.
32101         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
32102         * lib/unistd.in.h: Renamed from lib/unistd_.h.
32103         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
32104         unistd_.h.
32105         * lib/wchar.in.h: Renamed from lib/wchar_.h.
32106         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
32107         wchar_.h.
32108         * lib/wctype.in.h: Renamed from lib/wctype_.h.
32109         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
32110         wctype_.h.
32111         * build-aux/bootstrap (slurp): Update.
32112         * lib/.cppi-disable: Update.
32113
32114 2007-09-30  Bruno Haible  <bruno@clisp.org>
32115
32116         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
32117         Needed on BeOS.
32118
32119 2007-09-30  Bruno Haible  <bruno@clisp.org>
32120
32121         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
32122
32123 2007-09-29  Bruno Haible  <bruno@clisp.org>
32124
32125         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
32126
32127 2007-09-29  Bruno Haible  <bruno@clisp.org>
32128
32129         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
32130         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
32131         * build-aux/install-reloc: Compile also areadlink.c.
32132         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
32133
32134 2007-09-29  Bruno Haible  <bruno@clisp.org>
32135
32136         * gnulib-tool (func_emit_initmacro_done): Indentation.
32137
32138 2007-09-29  Bruno Haible  <bruno@clisp.org>
32139
32140         * README: Add CVS checkout update instructions.
32141         Info from Bob Proulx <bob@proulx.com>.
32142
32143 2007-09-28  Eric Blake  <ebb9@byu.net>
32144
32145         Provide move-if-change.
32146         * build-aux/move-if-change: New file, based on best practice
32147         rather than any canonical upstream location.
32148
32149 2007-09-28  Jim Meyering  <jim@meyering.net>
32150
32151         Fix canonicalize loop-detection corner case.
32152         Do not attempt to stat the symlink values stored via seen_triple.
32153         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
32154         on linux-2.6.18, (but not 2.6.22).
32155         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
32156         triple_compare.  The former compares dev,ino,filename, while the latter
32157         would actually stat dirname(filename) when dev and ino were equal.
32158         * lib/hash-triple.c: Install <string.h>.
32159         (STREQ): Define.
32160         (triple_compare_ino_str): New function.
32161         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
32162
32163 2007-09-28  Eric Blake  <ebb9@byu.net>
32164
32165         Enforce that AC_REPLACE_FUNCS files exist.
32166         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
32167         override check for typos.
32168
32169         Fix test-closein on Solaris 10.
32170         * tests/test-closein.c (main): Don't assume stdin can be inherited
32171         closed on all systems.
32172         * tests/test-closein.sh: Likewise.
32173         Reported by Piotr Tarnowski.
32174
32175 2007-09-28  Jim Meyering  <jim@meyering.net>
32176
32177         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
32178
32179 2007-09-27  Jim Meyering  <jim@meyering.net>
32180
32181         canonicalize: Avoid a false-positive cycle failure.
32182         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
32183         Sort.  Remove cycle-check.
32184         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
32185         not cycle-check.h.
32186         (seen_triple): New function.
32187         (canonicalize_filename_mode): Use it instead of cycle-check.
32188         * tests/test-canonicalize.c: Add a test for this bug.
32189         * tests/test-canonicalize.sh: Set up and run the test.
32190
32191         New module, file-set, from coreutils.
32192         * modules/file-set: Define it.
32193         * lib/file-set.c, lib/file-set.h: Implement.
32194
32195         New module, hash-triple, from coreutils.
32196         * modules/hash-triple: Define it.
32197         * lib/hash-triple.c, lib/hash-triple.h: Implement.
32198
32199 2007-09-25  Eric Blake  <ebb9@byu.net>
32200
32201         Fix strerror on Interix.
32202         * lib/string_.h (strerror): Declare replacement.
32203         * doc/functions/strerror.texi (strerror): Document the Interix
32204         shortcoming.
32205         * modules/string (Makefile.am): Support new hooks.
32206         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
32207         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
32208         gl_FUNC_STRERROR_SEPARATE.
32209         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
32210         * lib/strerror.c (rpl_strerror): Provide replacement.
32211         * modules/strerror (Depends-on): Add string.
32212         (configure.ac): Detect use of module.
32213         * tests/test-strerror.c: New file.
32214         * modules/strerror-tests: New test module.
32215         * modules/argp (Depends-on): Add strerror.
32216         * modules/error (Depends-on): Likewise.
32217         Reported by Martin Koeppe.
32218
32219 2007-09-24  Bruno Haible  <bruno@clisp.org>
32220
32221         * README: Update git instructions.
32222
32223 2007-09-24  Eric Blake  <ebb9@byu.net>
32224
32225         Revert fpending breakage from 2007-09-08.
32226         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
32227         __fpending.c.
32228
32229 2007-09-24  Jim Meyering  <jim@meyering.net>
32230
32231         filenamecat.c: Add a test.
32232         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
32233         showing how the function works when DIR is the empty string.
32234
32235 2007-09-21  Simon Josefsson  <simon@josefsson.org>
32236
32237         * tests/test-canonicalize.sh: Turn on executable bit.
32238
32239 2007-09-19  Eric Blake  <ebb9@byu.net>
32240
32241         * README: Update CVS instructions.
32242
32243 2007-09-18  Bruno Haible  <bruno@clisp.org>
32244
32245         * modules/areadlink: New file.
32246         * lib/areadlink.h (areadlink): New declaration.
32247         * lib/areadlink.c: New file, based on lib/xreadlink.c.
32248
32249 2007-09-17  Jim Meyering  <jim@meyering.net>
32250
32251         * lib/savewd.c (ESTALE) [!defined]: Define.
32252         Reported to be required on Interix by Martin Koeppe.
32253
32254 2007-09-17  Bruno Haible  <bruno@clisp.org>
32255
32256         * gnulib-tool (func_version): Use $version.
32257
32258 2007-09-16  Bruno Haible  <bruno@clisp.org>
32259
32260         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
32261         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
32262         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
32263         Reported by Greg Schafer <gschafer@zip.com.au>.
32264
32265 2007-09-15  Bruno Haible  <bruno@clisp.org>
32266
32267         * gnulib-tool (sed): Try a little harder to make bash understand the
32268         alias.
32269         Reported by Bruce Korb <bruce.korb@gmail.com>.
32270
32271 2007-09-13  Eric Blake  <ebb9@byu.net>
32272
32273         * ChangeLog: Remove conflict markers.
32274
32275 2007-09-13  Simon Josefsson  <simon@josefsson.org>
32276
32277         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
32278         Reported by Bruno Haible <bruno@clisp.org>.
32279
32280 2007-09-12  Bruno Haible  <bruno@clisp.org>
32281
32282         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
32283         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
32284         is not defined.
32285
32286 2007-09-12  Eric Blake  <ebb9@byu.net>
32287
32288         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
32289         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
32290         Autoconf definition.
32291         * modules/euidaccess (Depends-on): Add extensions, for
32292         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
32293         * modules/fnmatch (Depends-on): Likewise.
32294         * modules/getaddrinfo (Depends-on): Likewise.
32295         * modules/getdelim (Depends-on): Likewise.
32296         * modules/getline (Depends-on): Likewise.
32297         * modules/getsubopt (Depends-on): Likewise.
32298         * modules/gettext (Depends-on): Likewise.
32299         * modules/group-member (Depends-on): Likewise.
32300         * modules/mbchar (Depends-on): Likewise.
32301         * modules/memmem (Depends-on): Likewise.
32302         * modules/mempcpy (Depends-on): Likewise.
32303         * modules/memrchr (Depends-on): Likewise.
32304         * modules/pagealign_alloc (Depends-on): Likewise.
32305         * modules/readutmp (Depends-on): Likewise.
32306         * modules/stpcpy (Depends-on): Likewise.
32307         * modules/stpncpy (Depends-on): Likewise.
32308         * modules/strchrnul (Depends-on): Likewise.
32309         * modules/strndup (Depends-on): Likewise.
32310         * modules/strsep (Depends-on): Likewise.
32311         * modules/strverscmp (Depends-on): Likewise.
32312         * modules/vasprintf (Depends-on): Likewise.
32313         * modules/wcwidth (Depends-on): Likewise.
32314         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
32315         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
32316         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
32317         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
32318         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
32319         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
32320         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
32321         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
32322         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
32323         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
32324         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
32325         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
32326         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
32327         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
32328         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
32329         * m4/readutmp.m4 (gl_READUTMP): Likewise.
32330         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
32331         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
32332         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
32333         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
32334         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
32335         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
32336         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
32337         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
32338         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
32339         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
32340         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
32341         so that lock.m4 can be used in gettext without extensions module.
32342
32343 2007-09-11  Bruno Haible  <bruno@clisp.org>
32344
32345         * m4/isc-posix.m4: Remove file.
32346         Suggested by Eric Blake.
32347
32348 2007-09-11  Eric Blake  <ebb9@byu.net>
32349
32350         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
32351
32352 2007-09-10  Bruno Haible  <bruno@clisp.org>
32353
32354         * posix-modules: Fix typo in error message.
32355         Reported by Matt <mkraai@beckman.com>.
32356
32357 2007-09-09  Bruno Haible  <bruno@clisp.org>
32358
32359         * doc/functions/getdelim.texi: Update list of platforms lacking the
32360         function.
32361         * doc/functions/getline.texi: Likewise.
32362
32363 2007-09-09  Jim Meyering  <jim@meyering.net>
32364
32365         * lib/hash.c (hash_initialize): Detect calloc failure.
32366         Reported by Bruno Haible.
32367
32368 2007-09-09  Bruno Haible  <bruno@clisp.org>
32369
32370         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
32371         malloc or realloc fails.
32372
32373 2007-09-09  Bruno Haible  <bruno@clisp.org>
32374
32375         * modules/getcwd (Depends-on): Add malloc-posix.
32376         * modules/glob (Depends-on): Likewise.
32377         * modules/putenv (Depends-on): Likewise.
32378         * modules/strdup (Depends-on): Likewise.
32379         * modules/getdelim (Depends-on): Add realloc-posix.
32380         * modules/read-file (Depends-on): Likewise.
32381
32382 2007-09-09  Bruno Haible  <bruno@clisp.org>
32383
32384         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
32385         (gl_FUNC_MALLOC_POSIX): Require it.
32386         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
32387         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
32388         * modules/realloc (Files): Add m4/malloc.m4.
32389         * modules/calloc (Files): Likewise.
32390
32391 2007-09-09  Bruno Haible  <bruno@clisp.org>
32392
32393         * modules/malloc-posix: New file.
32394         * modules/malloc (Depends-on): Add malloc-posix.
32395         * lib/malloc.c: Include errno.h.
32396         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
32397         and a POSIX-compatible malloc into a single function. Set ENOMEM
32398         when returning NULL.
32399         * m4/malloc.m4: New file.
32400         * doc/functions/malloc.texi: Mention the malloc-posix module.
32401         * lib/stdlib_.h (malloc): New declaration.
32402         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32403         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
32404         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
32405         and HAVE_MALLOC_POSIX.
32406
32407 2007-09-09  Bruno Haible  <bruno@clisp.org>
32408
32409         * modules/realloc-posix: New file.
32410         * modules/realloc (Depends-on): Add realloc-posix.
32411         * lib/realloc.c: Include errno.h.
32412         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
32413         and a POSIX-compatible realloc into a single function. Set ENOMEM
32414         when returning NULL.
32415         * m4/realloc.m4: New file.
32416         * doc/functions/realloc.texi: Mention the realloc-posix module.
32417         * lib/stdlib_.h (realloc): New declaration.
32418         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32419         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
32420         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
32421         and HAVE_REALLOC_POSIX.
32422
32423 2007-09-09  Bruno Haible  <bruno@clisp.org>
32424
32425         * modules/calloc-posix: New file.
32426         * modules/calloc (Depends-on): Add calloc-posix.
32427         * lib/calloc.c: Include errno.h.
32428         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
32429         and a POSIX-compatible calloc into a single function. Set ENOMEM
32430         when returning NULL.
32431         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
32432         * doc/functions/calloc.texi: Mention the calloc-posix module.
32433         * lib/stdlib_.h (calloc): New declaration.
32434         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32435         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
32436         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
32437         and HAVE_CALLOC_POSIX.
32438
32439 2007-09-09  Bruno Haible  <bruno@clisp.org>
32440
32441         Allow for modules to show an arbitrary notice.
32442         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
32443         * gnulib-tool: New option --extract-notice.
32444         (func_usage): Document it.
32445         (sed_extract_prog): Update.
32446         (func_get_notice): New function.
32447         (func_modules_notice): New function.
32448         (func_import, func_create_testdir): Invoke it.
32449         Suggested by Jim Meyering.
32450
32451 2007-09-09  Bruno Haible  <bruno@clisp.org>
32452
32453         * gnulib-tool: New options --verbose, --quiet.
32454         (func_usage): Document them.
32455         (verbose): New variable.
32456         (func_execute_command): New function.
32457         (func_import): Don't show the module list and the file list if
32458         $verbose < 0.
32459         (func_create_testdir): Likewise. Use func_execute_command.
32460         (func_create_megatestdir): Use func_execute_command.
32461
32462 2007-09-08  Bruno Haible  <bruno@clisp.org>
32463
32464         * gnulib-tool (func_import): Prefer rsync over wget when available,
32465         for fetching the PO files.
32466
32467 2007-09-08  Bruno Haible  <bruno@clisp.org>
32468
32469         * posix-modules: New file. Portions copied from gnulib-tool.
32470         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
32471
32472 2007-09-08  Jim Meyering  <jim@meyering.net>
32473
32474         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
32475         * lib/fpending.h: Rename from __fpending.h.
32476         * lib/fpending.c: Rename from __fpending.c.
32477         Include "fpending.h", not "__fpending.h".
32478         * lib/__fpending.h, lib/__fpending.c: Remove files.
32479         * modules/fpending (Files): Reflect new file names.
32480         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
32481
32482 2007-09-08  Bruno Haible  <bruno@clisp.org>
32483
32484         * m4/inttypes-h.m4: Remove stub file.
32485
32486 2007-09-07  Simon Josefsson  <simon@josefsson.org>
32487
32488         * doc/headers/stdint.texi: Discuss #include_next issue.
32489
32490 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
32491
32492         * build-aux/bootstrap: Remove obsolete comment about wget --help.
32493
32494 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32495
32496         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
32497         in variable name.
32498
32499 2007-09-03  Jim Meyering  <jim@meyering.net>
32500
32501         New module: git-version-gen.
32502         * modules/git-version-gen: New file.
32503
32504         Import changes from coreutils for bootstrap script.
32505
32506         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
32507
32508         bootstrap: uses rsync to download the .po files
32509         * build-aux/bootstrap (po_download_command_format): New global.
32510         (download_po_files): Use rsync.
32511         (update_po_files): Don't remove .po files after download,
32512         so future rsync runs can take advantage of the copies.
32513
32514         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
32515
32516         Solve the unnecessary-.po-file-regeneration problem once and for all.
32517         * build-aux/bootstrap (download_po_files): New function, renamed from
32518         get_translations.  Now, downloads, but doesn't update LINGUAS.
32519         (update_po_files): New function.
32520
32521         bootstrap: Ignore more.
32522         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
32523         uniwidth to e.g., lib/.gitignore.
32524         (slurp): Handle the sys_stat_.h -> sys mapping, too.
32525
32526         * build-aux/bootstrap: New setting: vc_ignore.
32527         (insert_sorted_if_absent): Create $file if absent.
32528         Adapt to new, possibly empty, list: $vc_ignore.
32529
32530         bootstrap: generate more ignorable names
32531         * build-aux/bootstrap (slurp): When generating ignorable names,
32532         also map .sin to .sed, .gperf to .c, and .y to .c.
32533
32534 2007-09-03  Jim Meyering  <jim@meyering.net>
32535
32536         * build-aux/git-version-gen: New file, from coreutils.  For details, see
32537         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
32538
32539 2007-09-02  Bruno Haible  <bruno@clisp.org>
32540
32541         Fix mis-recognition of 'mcs' on QNX 6.
32542         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
32543         output contains the string "Mono".
32544         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
32545         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
32546
32547 2007-09-01  Bruno Haible  <bruno@clisp.org>
32548
32549         Fix collision between uniwidth/* and linebreak modules.
32550         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
32551         u32_width): Remove declarations.
32552         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
32553         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
32554         streq3, streq2, streq1, streq0): Remove functions.
32555         (STREQ): Remove macro.
32556         (is_cjk_encoding): Remove function.
32557         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
32558         (uc_width, u8_width, u16_width, u32_width): Remove functions.
32559         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
32560         * NEWS: Document the change.
32561
32562 2007-09-01  Bruno Haible  <bruno@clisp.org>
32563
32564         * lib/streq.h: Add double-inclusion guard.
32565
32566 2007-09-01  Karl Berry  <karl@gnu.org>
32567
32568         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
32569
32570 2007-08-28  Jim Meyering  <jim@meyering.net>
32571
32572         Rename mreadlink_with_size to areadlink_with_size.
32573         * NEWS: Document the change.
32574         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
32575         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
32576         * lib/mreadlink.h: Rename this to...
32577         * lib/areadlink.h: ...this.
32578         * modules/mreadlink-with-size: Rename this to...
32579         * modules/areadlink-with-size: ...this.
32580         * lib/canonicalize.c: Reflect the renaming.
32581         * modules/canonicalize: Likewise.
32582
32583 2007-08-26  Bruno Haible  <bruno@clisp.org>
32584
32585         * gnulib-tool (func_import): When deciding which files to remove,
32586         consider also dangling symbolic links.
32587         Reported by Eric Blake.
32588
32589 2007-08-26  Bruno Haible  <bruno@clisp.org>
32590
32591         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
32592
32593 2007-08-23  Simon Josefsson  <simon@josefsson.org>
32594
32595         * lib/readline.c: Don't include getline.h, the prototype is now
32596         found in stdio.h.
32597
32598 2007-08-23  Jim Meyering  <jim@meyering.net>
32599
32600         Getdelim touchup.
32601         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
32602         around the funlockfile call, since funlockfile never sets errno.
32603         Don't set errno upon failed realloc.
32604
32605 2007-08-22  Eric Blake  <ebb9@byu.net>
32606
32607         Getline touchups.
32608         * lib/getdelim.c (getdelim): Revert regression that required *n to
32609         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
32610         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
32611         getdelim, rather than whether implementation is missing.
32612         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
32613         * lib/stdio_.h (getline): Also declare if replacement is
32614         required.
32615         * doc/functions/getdelim.texi: New file.
32616         * doc/functions/getline.texi: Likewise.
32617         * doc/gnulib.texi (Function Substitutes): Add new files.
32618         Reported by Bruno Haible.
32619
32620 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
32621
32622         * users.txt: Add Guile.
32623
32624 2007-08-22  Eric Blake  <ebb9@byu.net>
32625
32626         * tests/test-getdelim.c (main): Use remove, not unlink.
32627         * tests/test-getline.c (main): Likewise.
32628
32629         Move getline and getdelim into stdio.h, per POSIX 200x.
32630         * modules/getline (Files): Remove getline.h.
32631         (Depends-on): Add stdio.
32632         (configure.ac): Add module indicator.
32633         * modules/getdelim (Files): Remove getdelim.h.
32634         (Depends-on): Add stdio.
32635         (configure.ac): Add module indicator.
32636         * modules/stdio (Makefile.am): Work with new indicators.
32637         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
32638         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
32639         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
32640         * lib/getdelim.h: Delete.
32641         * lib/getline.h: Delete.
32642         * lib/stdio_.h (getdelim, getline): Declare.
32643         * modules/getdelim-tests: New module.
32644         * modules/getline-tests: Likewise.
32645         * tests/test-getdelim.c: New file.
32646         * tests/test-getline.c: Likewise.
32647         * NEWS: Document the change.
32648         * lib/getline.c: Update choice of header.
32649         * lib/csharpcomp.c: Likewise.
32650         * lib/getpass.c: Likewise.
32651         * lib/javacomp.c: Likewise.
32652         * lib/javaversion.c: Likewise.
32653         * lib/yesno.c: Likewise.
32654         * lib/getdelim.c: Likewise.
32655         (getdelim): Set errno on failure, and avoid memory leak.
32656
32657 2007-08-19  Bruno Haible  <bruno@clisp.org>
32658
32659         * modules/closein (Depends-on): Add freadahead.
32660         * lib/closein.c: Include freadahead.h.
32661         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
32662         is zero.
32663
32664 2007-08-19  Bruno Haible  <bruno@clisp.org>
32665
32666         * modules/freadahead-tests: New file.
32667         * tests/test-freadahead.sh: New file.
32668         * tests/test-freadahead.c: New file.
32669
32670         * modules/freadahead: New file.
32671         * lib/freadahead.h: New file.
32672         * lib/freadahead.c: New file.
32673         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
32674         fbufmode, fpurge, freadable, fwritable.
32675
32676 2007-08-19  Eric Blake  <ebb9@byu.net>
32677
32678         Test yesno in combination with closein.
32679         * lib/yesno.c (yesno): Document use of stdin.
32680         * modules/yesno-tests (Files): New module.
32681         * tests/test-yesno.c (main): New file.
32682         * tests/test-yesno.sh: Likewise.
32683
32684 2007-08-19  Bruno Haible  <bruno@clisp.org>
32685
32686         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
32687         * lib/fseeko.c (rpl_fseeko): Likewise.
32688         * lib/fseterr.c (fseterr): Likewise.
32689
32690 2007-08-19  Bruno Haible  <bruno@clisp.org>
32691
32692         * tests/test-lseek.c (main): Disable a test for BeOS.
32693         * doc/functions/lseek.texi: Document the BeOS bug.
32694
32695 2007-08-19  Bruno Haible  <bruno@clisp.org>
32696             Eric Blake  <ebb9@byu.net>
32697
32698         * lib/lseek.c: Include <sys/stat.h>.
32699         (rpl_lseek): Add workaround code also for Unix platforms.
32700         Needed for BeOS.
32701         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
32702         * doc/functions/lseek.texi: Document BeOS definiency.
32703
32704 2007-08-18  Bruno Haible  <bruno@clisp.org>
32705
32706         * modules/fstrcmp-tests: New file.
32707         * tests/test-fstrcmp.c: New file.
32708
32709 2007-08-18  Bruno Haible  <bruno@clisp.org>
32710
32711         * modules/fstrcmp: New file, from GNU gettext with modifications.
32712         * lib/fstrcmp.h: New file, from GNU gettext.
32713         * lib/fstrcmp.c: New file, from GNU gettext.
32714         * MODULES.html.sh (String handling): Add fstrcmp.
32715
32716 2007-08-18  Bruno Haible  <bruno@clisp.org>
32717
32718         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
32719         'bool'.
32720         (diag, compareseq): Remove const from the ctxt argument.
32721         (USE_HEURISTIC): Undefine at the end.
32722
32723 2007-08-18  Jim Meyering  <jim@meyering.net>
32724
32725         New file: lib/idcache.h
32726         * NEWS: Mention the addition.
32727         * modules/idcache (Files): Add lib/idcache.h
32728         * lib/idcache.c: Include "idcache.h".
32729         Don't include <sys/types.h>.
32730         Add a FIXME comment.
32731         Move file-scoped "static" declarations to the top.
32732         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
32733
32734 2007-08-17  Bruno Haible  <bruno@clisp.org>
32735         and Paul Eggert  <eggert@cs.ucla.edu>
32736
32737         * MODULES.html.sh: Add diffseq.
32738         * modules/diffseq: New file.
32739         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
32740         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
32741
32742 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32743
32744         Import changes from coreutils for bootstrap script.
32745
32746         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
32747
32748         * build-aux/bootstrap (slurp): Work even in environments where
32749         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
32750         current code does not slurp files whose names start with ".", and
32751         this looks like it might be a troublesome area.
32752
32753         2007-07-11  Jim Meyering  <jim@meyering.net>
32754
32755         If there's a GPL vN copyright comment, require that N == 3.
32756
32757         2007-07-08  Jim Meyering  <jim@meyering.net>
32758
32759         Run the coreutils-specific code only if tests/Makefile.am.in exists.
32760         * build-aux/bootstrap (mam_template): Move definition out of loop.
32761
32762         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
32763
32764         * build-aux/bootstrap (symlink_to_dir): Rename function from
32765         symlink_to_gnulib.  Add a directory parameter.  Update all
32766         callers.
32767         (cp_mark_as_generated): Also check for -- and link to -- files in
32768         gl/.
32769
32770         2007-07-08  Jim Meyering  <jim@meyering.net>
32771
32772         Adapt to deeper hierarchy in gnulib.
32773         * build-aux/bootstrap (symlink_to_dir): If the destination
32774         directory doesn't exist, create it. This is required at least for
32775         "lib/uniwidth/cjk.h".
32776
32777         2007-05-15  Jim Meyering  <jim@meyering.net>
32778
32779         * build-aux/bootstrap: Now that generated Makefile.am files
32780         are no longer under version control, they must be created at
32781         bootstrap time.
32782
32783 2007-08-14  Ben Pfaff  <blp@gnu.org>
32784
32785         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
32786
32787 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
32788
32789         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
32790         given the changes below.
32791         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
32792         even on hosts that have padding bits beyond the supported 64.
32793
32794 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
32795
32796         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
32797         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
32798         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
32799         depends on it.
32800         (xstrtol_error): Remove.
32801         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
32802         but with a different signature.
32803         (ATTRIBUTE_NORETURN, __attribute__): New macros.
32804         * lib/xstrtol-error.c: Include exitfail.h.
32805         (xstrtol_fatal): New function, with a different signature from the
32806         old xstrtol_error, so that the caller need not worry about passing
32807         in an exit status, or about storage management of the option argument.
32808         (xstrtol_error): Now a static function.  Redo signature to
32809         implement xstrtol_fatal.  Output the correct number of hyphens in
32810         front of the option so that the caller need not worry about
32811         storage management.
32812         (N_): New macro.
32813         (_): Remove; not used now.
32814         * modules/xstrtol: Depend on getopt.
32815         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
32816         of old STRTOL_FATAL_ERROR macro.
32817         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
32818         of test program.
32819         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
32820         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
32821
32822 2007-08-08  Eric Blake  <ebb9@byu.net>
32823
32824         * lib/xstrtol-error.c: Add missing include.
32825
32826         Move xstrtol messages into gnulib domain, when --pobase is used.
32827         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
32828         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
32829         * modules/xstrtol (Files): Distribute new file.
32830         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
32831         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
32832         * tests/test-xstrtol.c: ...into new file.
32833         * tests/test-xstrtoul.c: Also test xstrtoul.
32834         * tests/test-xstrtoimax.c: Also test xstrtoimax.
32835         * tests/test-xstrtoumax.c: Also test xstrtoumax.
32836         * tests/test-xstrtol.sh: Drive the tests.
32837         * tests/test-xstrtoimax.sh: Likewise.
32838         * tests/test-xstrtoumax.sh: Likewise.
32839         * modules/xstrtol-tests: New module.
32840         * modules/xstrtoimax-tests: Likewise.
32841         * modules/xstrtoumax-tests: Likewise.
32842
32843 2007-08-08  Jim Meyering  <jim@meyering.net>
32844
32845         New function: mfile_name_concat.
32846         * lib/filenamecat.c (mfile_name_concat): New function, just like
32847         file_name_concat, but return NULL upon failure rather than exiting
32848         with a diagnostic.
32849         * lib/filenamecat.h: Declare it.
32850
32851 2007-08-07  Bruno Haible  <bruno@clisp.org>
32852
32853         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
32854         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
32855         warning from gcc.
32856         Reported by Eric Blake.
32857
32858 2007-08-07  Simon Josefsson  <simon@josefsson.org>
32859
32860         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
32861         * modules/crypto/arcfour (License): Likewise.
32862         * modules/crypto/des-tests (License): Likewise.
32863         * modules/crypto/gc-arctwo-tests (License): Likewise.
32864         * modules/crypto/gc-des-tests (License): Likewise.
32865         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
32866         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
32867         * modules/crypto/gc-md2-tests (License): Likewise.
32868         * modules/crypto/gc-md4-tests (License): Likewise.
32869         * modules/crypto/gc-md5-tests (License): Likewise.
32870         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
32871         * modules/crypto/gc-rijndael-tests (License): Likewise.
32872         * modules/crypto/gc-sha1-tests (License): Likewise.
32873         * modules/crypto/gc-tests (License): Likewise.
32874         * modules/crypto/hmac-md5 (License): Likewise.
32875         * modules/crypto/hmac-sha1 (License): Likewise.
32876         * modules/crypto/md2-tests (License): Likewise.
32877         * modules/crypto/md4-tests (License): Likewise.
32878         * modules/crypto/md5 (License): Likewise.
32879         * modules/crypto/rijndael (License): Likewise.
32880         * modules/crypto/sha1 (License): Likewise.
32881         * modules/memxor (License): Likewise.
32882
32883 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
32884         and Bruno Haible  <bruno@clisp.org>
32885
32886         * NEWS: Describe interface changes to human, xstrtol.
32887         * lib/human.h: Include <xstrtol.h>.
32888         (human_options): Return enum strtol_error, not int.  Remove
32889         bool arg; take int * instead.
32890         * lib/human.c: Don't include "gettext.h".
32891         (_): Remove; no longer used.
32892         Don't include <xstrtol.h>, since human.h does it.
32893         (human_options): Adjust to abovementioned interface changes.
32894         Do not report error to stderr; that's now the caller's
32895         responsibility.
32896         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
32897         interface change.
32898         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
32899         Str, Argument_type_string.  All uses changed.  Put " argument"
32900         in diagnostics to make them clearer.  Change wording of suffix
32901         message for clarity.
32902         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
32903         Argument_type_string.
32904         (STRTOL_FATAL_WARN): Remove; no longer used.
32905         * modules/human (Depends-on): Remove gettext-h.
32906
32907 2007-08-06  Simon Josefsson  <simon@josefsson.org>
32908
32909         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
32910
32911 2007-07-31  Bruno Haible  <bruno@clisp.org>
32912
32913         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
32914         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
32915         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
32916
32917 2007-07-31  Bruno Haible  <bruno@clisp.org>
32918
32919         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
32920         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
32921
32922 2007-07-30  Bruno Haible  <bruno@clisp.org>
32923
32924         * modules/base64 (License): Use the synonymous term "LGPLv2+".
32925         * modules/c-ctype (License): Likewise.
32926         * modules/c-strcase (License): Likewise.
32927         * modules/check-version (License): Likewise.
32928         * modules/iconv (License): Likewise.
32929         * modules/iconv_open (License): Likewise.
32930         * modules/read-file (License): Likewise.
32931         * modules/striconv (License): Likewise.
32932         * modules/strverscmp (License): Likewise.
32933         * modules/vasprintf (License): Likewise.
32934         * modules/crypto/des (License): Likewise.
32935         * modules/crypto/gc (License): Likewise.
32936         * modules/crypto/gc-arcfour (License): Likewise.
32937         * modules/crypto/gc-arctwo (License): Likewise.
32938         * modules/crypto/gc-des (License): Likewise.
32939         * modules/crypto/gc-hmac-md5 (License): Likewise.
32940         * modules/crypto/gc-hmac-sha1 (License): Likewise.
32941         * modules/crypto/gc-md2 (License): Likewise.
32942         * modules/crypto/gc-md4 (License): Likewise.
32943         * modules/crypto/gc-md5 (License): Likewise.
32944         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
32945         * modules/crypto/gc-random (License): Likewise.
32946         * modules/crypto/gc-rijndael (License): Likewise.
32947         * modules/crypto/gc-sha1 (License): Likewise.
32948         * modules/crypto/md2 (License): Likewise.
32949         * modules/crypto/md4 (License): Likewise.
32950
32951 2007-07-30  Jim Meyering  <jim@meyering.net>
32952
32953         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
32954         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
32955         it has valid stat data.  This bug would cause du not to count the
32956         sizes of inaccessible directories.
32957         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
32958         in <http://bugzilla.redhat.com/250077>.
32959
32960 2007-07-25  Peter O'Gorman  <peter@pogma.com>
32961             Bruno Haible  <bruno@clisp.org>
32962
32963         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
32964         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
32965         #include_next, gives a diagnostic about it, but reports no error in
32966         the exit code.
32967         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
32968
32969 2007-07-24  Ben Pfaff  <blp@gnu.org>
32970
32971         Improve name: "count-one-bits" is better than "popcount".
32972         * MODULES.html.sh: Update name.
32973         * lib/popcount.h: Renamed lib/count-one-bits.h.
32974         (popcount): Renamed count_one_bits.
32975         (popcountl): Renamed count_one_bits_l.
32976         (popcountll): Renamed count_one_bits_ll.
32977         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
32978         * modules/popcount: Renamed module/count-one-bits.
32979         * modules/popcount-tests: Renamed module/count-one-bits-tests.
32980         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
32981
32982 2007-07-23  Ben Pfaff  <blp@gnu.org>
32983
32984         * lib/popcount.h (popcount32): Reduce size of constants, to allow
32985         better code generation, and add U to large constants to avoid
32986         warnings, in non-GCC case.
32987         Suggested by Bruno Haible.
32988
32989 2007-07-23  Ben Pfaff  <blp@gnu.org>
32990
32991         * lib/popcount.h: Use verify_true instead of if...abort.
32992         * modules/popcount: Depend on verify module.
32993         Suggested by Jim Meyering.
32994
32995 2007-07-23  Bruno Haible  <bruno@clisp.org>
32996
32997         * gnulib-tool (func_import): Create a .cvsignore file also when the
32998         directory is not yet in CVS but the toplevel directory is. When
32999         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
33000         Reported by Karl Berry.
33001
33002 2007-07-22  Ben Pfaff  <blp@gnu.org>
33003
33004         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
33005         case.
33006         Suggested by Eric Blake.
33007
33008 2007-07-22  Ben Pfaff  <blp@gnu.org>
33009
33010         New module: popcount.
33011         * MODULES.html.sh: Add popcount.
33012         * modules/popcount: New file.
33013         * modules/popcount-tests: New file.
33014         * tests/test-popcount.c: New file.
33015         * lib/popcount.h: New file.
33016         * m4/popcount.m4: New file.
33017
33018 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
33019
33020         * build-aux/announce-gen: Update to GPLv3.
33021
33022         * build-aux/config.guess: Update from config.
33023
33024 2007-07-21  Bruno Haible  <bruno@clisp.org>
33025
33026         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
33027         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
33028
33029 2007-07-20  Jim Meyering  <jim@meyering.net>
33030
33031         * check-module: Diagnose a self-dependency.
33032
33033 2007-07-19  Bruno Haible  <bruno@clisp.org>
33034
33035         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
33036         empty.
33037         Reported by Eric Blake.
33038
33039 2007-07-18  Bruno Haible  <bruno@clisp.org>
33040
33041         * gnulib-tool: New options --po-base, --po-domain.
33042         (func_usage): Document them.
33043         (pobase, po_domain): New variables.
33044         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
33045         DEFAULT_TEXT_DOMAIN.
33046         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
33047         (func_import): Consider pobase and po_domain. Create a po/ directory.
33048         (func_create_testdir): Set pobase and po_domain to empty.
33049         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
33050         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
33051
33052 2007-07-18  Bruno Haible  <bruno@clisp.org>
33053
33054         * gnulib-tool (func_get_automake_snippet): Synthesize also an
33055         EXTRA_DIST augmentation for files in build-aux/.
33056
33057 2007-07-16  Bruno Haible  <bruno@clisp.org>
33058
33059         * modules/lseek (License): Use the synonymous term "LGPLv2+".
33060         * modules/getdelim (License): Likewise.
33061
33062 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33063
33064         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
33065         * modules/d-type (License): Likewise.
33066         * modules/extensions (License): Likewise.
33067         * modules/fnmatch (License): Likewise.
33068         * modules/fseeko (License): Likewise.
33069         * modules/getaddrinfo (License): Likewise.
33070         * modules/getline (License): Likewise.
33071         * modules/getlogin_r (License): Likewise.
33072         * modules/getpass (License): Likewise.
33073         * modules/gettimeofday (License): Likewise.
33074         * modules/glob (License): Likewise.
33075         * modules/inet_ntop (License): Likewise.
33076         * modules/malloc (License): Likewise.
33077         * modules/malloca (License): Likewise.
33078         * modules/memmem (License): Likewise.
33079         * modules/mempcpy (License): Likewise.
33080         * modules/memset (License): Likewise.
33081         * modules/minmax (License): Likewise.
33082         * modules/mktime (License): Likewise.
33083         * modules/netinet_in (License): Likewise.
33084         * modules/pathmax (License): Likewise.
33085         * modules/poll (License): Likewise.
33086         * modules/regex (License): Likewise.
33087         * modules/snprintf (License): Likewise.
33088         * modules/stdbool (License): Likewise.
33089         * modules/stdint (License): Likewise.
33090         * modules/stdio (License): Likewise.
33091         * modules/strcase (License): Likewise.
33092         * modules/strcasestr (License): Likewise.
33093         * modules/strdup (License): Likewise.
33094         * modules/string (License): Likewise.
33095         * modules/strndup (License): Likewise.
33096         * modules/strnlen (License): Likewise.
33097         * modules/strpbrk (License): Likewise.
33098         * modules/strptime (License): Likewise.
33099         * modules/strsep (License): Likewise.
33100         * modules/sys_select (License): Likewise.
33101         * modules/sys_socket (License): Likewise.
33102         * modules/sys_stat (License): Likewise.
33103         * modules/sys_time (License): Likewise.
33104         * modules/time (License): Likewise.
33105         * modules/time_r (License): Likewise.
33106         * modules/timegm (License): Likewise.
33107         * modules/unistd (License): Likewise.
33108         * modules/vsnprintf (License): Likewise.
33109         * modules/wctype (License): Likewise.
33110
33111 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33112
33113         * modules/argz (License): LGPLv2+.
33114
33115 2007-07-15  Karl Berry  <karl@gnu.org>
33116
33117         * doc/gnulib.texi: revise node structure per new fdl.texi.
33118
33119 2007-07-14  Bruno Haible  <bruno@clisp.org>
33120
33121         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
33122         the output file.
33123         * lib/uniname/uninames.h: Regenerated.
33124
33125 2007-07-14  Karl Berry  <karl@gnu.org>
33126
33127         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
33128         omitting sectioning and index commands.
33129
33130 2007-07-13  Bruno Haible  <bruno@clisp.org>
33131
33132         New gnulib-tool option --more-symlinks.
33133         * gnulib-tool (func_usage): Document --more-symlinks.
33134         (do_copyrights): New variable.
33135         Recognize option --more-symlinks.
33136         (func_import): Don't add a copyright notice transform to
33137         sed_transform_lib_file if do_copyrights is empty.
33138
33139 2007-07-13  Bruno Haible  <bruno@clisp.org>
33140
33141         * lib/vasnprintf.c (decimal_point_char): Define also if
33142         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
33143         && !NEED_PRINTF_DIRECTIVE_A.
33144         Reported by Clemens Koller <clemens.koller@anagramm.de> via
33145         Gary V. Vaughan <gary@gnu.org>.
33146
33147 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
33148
33149         * lib/inttypes_.h: Undo previous change, since it was fixed
33150         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
33151
33152 2007-07-13  Bruno Haible  <bruno@clisp.org>
33153
33154         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
33155         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
33156
33157 2007-07-13  Jim Meyering  <jim@meyering.net>
33158
33159         df: Don't fail for Tru64's "file-on-file mount".
33160         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
33161         so we fall through and use statfs instead.  Details here:
33162         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
33163         Reported by Albert Chin.
33164
33165 2007-07-13  Bruno Haible  <bruno@clisp.org>
33166
33167         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
33168         * modules/configmake (License): Likewise.
33169         * modules/gettext (License): Likewise.
33170         * modules/gettext-h (License): Likewise.
33171         * modules/include_next (License): Likewise.
33172         * modules/link-warning (License): Likewise.
33173         * modules/localcharset (License): Likewise.
33174         * modules/localename (License): Likewise.
33175         * modules/lock (License): Likewise.
33176         * modules/relocatable-lib-lgpl (License): Likewise.
33177         * modules/size_max (License): Likewise.
33178         * modules/vasnprintf (License): Likewise.
33179         * modules/wchar (License): Likewise.
33180         * modules/xsize (License): Likewise.
33181
33182 2007-07-13  Bruno Haible  <bruno@clisp.org>
33183
33184         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
33185         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
33186
33187 2007-07-12  Bruno Haible  <bruno@clisp.org>
33188
33189         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
33190         in the modules files.
33191
33192 2007-07-11  Karl Berry  <karl@gnu.org>
33193
33194         * MODULES.html.sh (func_module): use
33195          sed -e '\|^'"${includefile}"'$|d'
33196          instead of /.../d, to avoid errors on $includefile's containing /.
33197
33198 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
33199
33200         * gnulib-tool (func_import): Avoid duplication of --avoid
33201         statements
33202         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
33203         names to `_' in variable names.
33204
33205 2007-07-10  Eric Blake  <ebb9@byu.net>
33206
33207         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
33208         * NEWS: Document this change.
33209
33210 2007-07-08  Bruno Haible  <bruno@clisp.org>
33211
33212         Update to Unicode 5.0.
33213         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
33214         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
33215         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
33216         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
33217         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
33218         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
33219         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
33220         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
33221         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
33222         U+10A3F, U+1D242..U+1D244.
33223         (nonspacing_table_ind): Update.
33224         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
33225         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
33226
33227 2007-07-08  Bruno Haible  <bruno@clisp.org>
33228
33229         Update to Unicode 5.0.
33230         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
33231         code transform. Extend the name index field of unicode_name_to_code and
33232         unicode_code_to_name from 16 to 24 bits.
33233         * lib/uniname/uniname.c (unicode_character_name,
33234         unicode_name_character): Add the range 0x12xxx to the code transform.
33235         * lib/uniname/uninames.h: Regenerated.
33236         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
33237
33238 2007-07-07  Bruno Haible  <bruno@clisp.org>
33239
33240         * modules/wcwidth-tests: New file.
33241         * tests/test-wcwidth.c: New file.
33242
33243         Work around MacOS X wcwidth() bug.
33244         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
33245         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
33246         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
33247         original wcwidth in non-UTF-8 locales.
33248         * modules/wcwidth (Depends-on): Add localcharset, streq,
33249         uniwidth/width.
33250         * doc/functions/wcwidth.texi: Update.
33251
33252 2007-07-07  Bruno Haible  <bruno@clisp.org>
33253
33254         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
33255         (wcwidth): New declaration.
33256         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
33257         macros.
33258         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
33259         here. Prepare for creating <wchar.h> unconditionally.
33260         * modules/wchar (Depends-on): Add link-warning.
33261         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
33262         REPLACE_WCWIDTH, and GL_LINK_WARNING.
33263         * lib/wcwidth.h: Remove file.
33264         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
33265         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
33266         * modules/wcwidth (Files): Remove lib/wcwidth.h.
33267         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
33268         (Include): Replace wcwidth.h with <wchar.h>.
33269         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
33270         * lib/mbchar.h: Don't include wcwidth.h.
33271         * lib/mbswidth.c: Likewise.
33272         * NEWS: Mention the change.
33273
33274 2007-07-07  Bruno Haible  <bruno@clisp.org>
33275
33276         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
33277         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
33278         definition with an external declaration.
33279         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
33280         defined as a function. Remove AC_C_INLINE requirement.
33281         * modules/wcwidth (Files): Add lib/wcwidth.c.
33282         (Makefile.am): Remove redundant statement.
33283
33284 2007-07-07  Bruno Haible  <bruno@clisp.org>
33285
33286         * MODULES.html.sh (Unicode string functions): Add the new modules.
33287
33288         * tests/uniwidth/test-u32-strwidth.c: New file.
33289         * modules/uniwidth/u32-strwidth-tests: New file.
33290
33291         * lib/uniwidth/u32-strwidth.c: New file.
33292         * modules/uniwidth/u32-strwidth: New file.
33293
33294         * tests/uniwidth/test-u16-strwidth.c: New file.
33295         * modules/uniwidth/u16-strwidth-tests: New file.
33296
33297         * lib/uniwidth/u16-strwidth.c: New file.
33298         * modules/uniwidth/u16-strwidth: New file.
33299
33300         * tests/uniwidth/test-u8-strwidth.c: New file.
33301         * modules/uniwidth/u8-strwidth-tests: New file.
33302
33303         * lib/uniwidth/u8-strwidth.c: New file.
33304         * modules/uniwidth/u8-strwidth: New file.
33305
33306         * tests/uniwidth/test-u32-width.c: New file.
33307         * modules/uniwidth/u32-width-tests: New file.
33308
33309         * lib/uniwidth/u32-width.c: New file.
33310         * modules/uniwidth/u32-width: New file.
33311
33312         * tests/uniwidth/test-u16-width.c: New file.
33313         * modules/uniwidth/u16-width-tests: New file.
33314
33315         * lib/uniwidth/u16-width.c: New file.
33316         * modules/uniwidth/u16-width: New file.
33317
33318         * tests/uniwidth/test-u8-width.c: New file.
33319         * modules/uniwidth/u8-width-tests: New file.
33320
33321         * lib/uniwidth/u8-width.c: New file.
33322         * modules/uniwidth/u8-width: New file.
33323
33324         * tests/uniwidth/test-uc_width.c: New file.
33325         * modules/uniwidth/width-tests: New file.
33326
33327         * lib/uniwidth/width.c: New file, from GNU libiconv.
33328         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
33329         * modules/uniwidth/width: New file.
33330
33331         * lib/uniwidth.h: New file, from GNU libiconv.
33332         * modules/uniwidth/base: New file.
33333
33334 2007-07-07  Bruno Haible  <bruno@clisp.org>
33335
33336         * lib/uniname.h: New file, from GNU gettext.
33337         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
33338         * lib/uniname/uninames.h: New file, from GNU gettext.
33339         * lib/uniname/uniname.c: New file, from GNU gettext.
33340         * tests/uniname/test-uninames.sh: New file.
33341         * tests/uniname/test-uninames.c: New file, from GNU gettext.
33342         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
33343         * modules/uniname/base: New file.
33344         * modules/uniname/uniname: New file.
33345         * modules/uniname/uniname-tests: New file.
33346         * MODULES.html.sh (Unicode string functions): Add the new modules.
33347
33348 2007-07-06  Bruno Haible  <bruno@clisp.org>
33349
33350         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
33351
33352 2007-07-06  Bruno Haible  <bruno@clisp.org>
33353
33354         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
33355         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
33356         includes <cygwin/sys_time.h> which includes <sys/select.h> which
33357         include <sys/time.h>.
33358         Reported by Eric Blake.
33359
33360 2007-07-06  Eric Blake  <ebb9@byu.net>
33361
33362         Fix testing canonicalize on cygwin.
33363         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
33364         Revert patch from 2007-06-19.
33365         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
33366         canonicalize module is also in use.
33367         * tests/test-canonicalize.c: New file.
33368         * tests/test-canonicalize.sh: Likewise.
33369         * modules/canonicalize-tests: Likewise.
33370
33371 2007-07-06  Jim Meyering  <jim@meyering.net>
33372
33373         * lib/getugroups.c (getugroups): Detect getgrent failure.
33374         Adjust comment to reflect reality: this function may return -1.
33375
33376 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
33377
33378         * build-aux/bootstrap (TP_URL,get_translations): Update to use
33379         the new TP address.
33380         (usage): Fix typo
33381         (gnulib_mk): New variable.
33382
33383 2007-07-05  Jim Meyering  <jim@meyering.net>
33384
33385         Don't let endgrent clobber errno, no matter how improbable.
33386         * lib/getugroups.c (getugroups): Save and restore errno around
33387         endgrent call.
33388
33389         Close the group DB even when failing with 2^31 or more members.
33390         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
33391
33392 2007-07-04  Jim Meyering  <jim@meyering.net>
33393
33394         * lib/getugroups.h: New file.
33395         * lib/getugroups.c: Include "getugroups.h".
33396         Remove uses of "register" keyword.
33397         Move local variable, "cp", down into scope where used.
33398         Give "username" parameter the "const" attribute.
33399         * modules/getugroups (Files): Add lib/getugroups.h
33400
33401 2007-07-04  Karl Berry  <karl@gnu.org>
33402
33403         * MODULES.html.sh (func_all_modules): Complete rename of
33404         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
33405
33406 2007-07-02  Bruno Haible  <bruno@clisp.org>
33407
33408         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
33409         mode, when inttypes.h comes from gnulib.
33410         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
33411
33412 2007-07-02  Simon Josefsson  <simon@josefsson.org>
33413
33414         * NEWS: Mention lgpl module name change.
33415
33416         * modules/lgpl-2.1: Renamed from lgpl.
33417
33418         * NEWS: Mention gpl module name change.
33419
33420         * modules/gpl-3.0: New file, based on gpl-2.0.
33421
33422         * modules/gpl-2.0: Renamed from gpl.
33423
33424         * modules/gpl: Fix filename, doc/gpl.texi is now found at
33425         doc/gpl-2.0.texi.
33426
33427 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
33428
33429         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
33430         #define __STDC_LIMIT_MACROS temporarily while including
33431         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
33432         Problem reported by Joel E. Denny in
33433         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
33434
33435 2007-07-01  Bruno Haible  <bruno@clisp.org>
33436
33437         * lib/unistdio.h: New file.
33438         * lib/unistdio/u-asnprintf.h: New file.
33439         * lib/unistdio/u-asprintf.h: New file.
33440         * lib/unistdio/u-printf-args.c: New file.
33441         * lib/unistdio/u-printf-args.h: New file.
33442         * lib/unistdio/u-printf-parse.h: New file.
33443         * lib/unistdio/u-snprintf.h: New file.
33444         * lib/unistdio/u-sprintf.h: New file.
33445         * lib/unistdio/u-vasprintf.h: New file.
33446         * lib/unistdio/u-vsnprintf.h: New file.
33447         * lib/unistdio/u-vsprintf.h: New file.
33448         * lib/unistdio/ulc-asnprintf.c: New file.
33449         * lib/unistdio/ulc-asprintf.c: New file.
33450         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
33451         * lib/unistdio/ulc-printf-parse.c: New file.
33452         * lib/unistdio/ulc-snprintf.c: New file.
33453         * lib/unistdio/ulc-sprintf.c: New file.
33454         * lib/unistdio/ulc-vasnprintf.c: New file.
33455         * lib/unistdio/ulc-vasprintf.c: New file.
33456         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
33457         * lib/unistdio/ulc-vsnprintf.c: New file.
33458         * lib/unistdio/ulc-vsprintf.c: New file.
33459         * lib/unistdio/u8-asnprintf.c: New file.
33460         * lib/unistdio/u8-asprintf.c: New file.
33461         * lib/unistdio/u8-printf-parse.c: New file.
33462         * lib/unistdio/u8-snprintf.c: New file.
33463         * lib/unistdio/u8-sprintf.c: New file.
33464         * lib/unistdio/u8-vasnprintf.c: New file.
33465         * lib/unistdio/u8-vasprintf.c: New file.
33466         * lib/unistdio/u8-vsnprintf.c: New file.
33467         * lib/unistdio/u8-vsprintf.c: New file.
33468         * lib/unistdio/u8-u8-asnprintf.c: New file.
33469         * lib/unistdio/u8-u8-asprintf.c: New file.
33470         * lib/unistdio/u8-u8-snprintf.c: New file.
33471         * lib/unistdio/u8-u8-sprintf.c: New file.
33472         * lib/unistdio/u8-u8-vasnprintf.c: New file.
33473         * lib/unistdio/u8-u8-vasprintf.c: New file.
33474         * lib/unistdio/u8-u8-vsnprintf.c: New file.
33475         * lib/unistdio/u8-u8-vsprintf.c: New file.
33476         * lib/unistdio/u16-asnprintf.c: New file.
33477         * lib/unistdio/u16-asprintf.c: New file.
33478         * lib/unistdio/u16-printf-parse.c: New file.
33479         * lib/unistdio/u16-snprintf.c: New file.
33480         * lib/unistdio/u16-sprintf.c: New file.
33481         * lib/unistdio/u16-vasnprintf.c: New file.
33482         * lib/unistdio/u16-vasprintf.c: New file.
33483         * lib/unistdio/u16-vsnprintf.c: New file.
33484         * lib/unistdio/u16-vsprintf.c: New file.
33485         * lib/unistdio/u16-u16-asnprintf.c: New file.
33486         * lib/unistdio/u16-u16-asprintf.c: New file.
33487         * lib/unistdio/u16-u16-snprintf.c: New file.
33488         * lib/unistdio/u16-u16-sprintf.c: New file.
33489         * lib/unistdio/u16-u16-vasnprintf.c: New file.
33490         * lib/unistdio/u16-u16-vasprintf.c: New file.
33491         * lib/unistdio/u16-u16-vsnprintf.c: New file.
33492         * lib/unistdio/u16-u16-vsprintf.c: New file.
33493         * lib/unistdio/u32-asnprintf.c: New file.
33494         * lib/unistdio/u32-asprintf.c: New file.
33495         * lib/unistdio/u32-printf-parse.c: New file.
33496         * lib/unistdio/u32-snprintf.c: New file.
33497         * lib/unistdio/u32-sprintf.c: New file.
33498         * lib/unistdio/u32-vasnprintf.c: New file.
33499         * lib/unistdio/u32-vasprintf.c: New file.
33500         * lib/unistdio/u32-vsnprintf.c: New file.
33501         * lib/unistdio/u32-vsprintf.c: New file.
33502         * lib/unistdio/u32-u32-asnprintf.c: New file.
33503         * lib/unistdio/u32-u32-asprintf.c: New file.
33504         * lib/unistdio/u32-u32-snprintf.c: New file.
33505         * lib/unistdio/u32-u32-sprintf.c: New file.
33506         * lib/unistdio/u32-u32-vasnprintf.c: New file.
33507         * lib/unistdio/u32-u32-vasprintf.c: New file.
33508         * lib/unistdio/u32-u32-vsnprintf.c: New file.
33509         * lib/unistdio/u32-u32-vsprintf.c: New file.
33510         * tests/unistdio/test-ulc-asnprintf1.c: New file.
33511         * tests/unistdio/test-ulc-asnprintf1.h: New file.
33512         * tests/unistdio/test-ulc-printf1.h: New file.
33513         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
33514         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
33515         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
33516         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
33517         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
33518         * tests/unistdio/test-ulc-vasprintf1.c: New file.
33519         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
33520         * tests/unistdio/test-ulc-vsprintf1.c: New file.
33521         * tests/unistdio/test-u8-asnprintf1.c: New file.
33522         * tests/unistdio/test-u8-asnprintf1.h: New file.
33523         * tests/unistdio/test-u8-printf1.h: New file.
33524         * tests/unistdio/test-u8-vasnprintf1.c: New file.
33525         * tests/unistdio/test-u8-vasnprintf2.c: New file.
33526         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
33527         * tests/unistdio/test-u8-vasnprintf3.c: New file.
33528         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
33529         * tests/unistdio/test-u8-vasprintf1.c: New file.
33530         * tests/unistdio/test-u8-vsnprintf1.c: New file.
33531         * tests/unistdio/test-u8-vsprintf1.c: New file.
33532         * tests/unistdio/test-u16-asnprintf1.c: New file.
33533         * tests/unistdio/test-u16-asnprintf1.h: New file.
33534         * tests/unistdio/test-u16-printf1.h: New file.
33535         * tests/unistdio/test-u16-vasnprintf1.c: New file.
33536         * tests/unistdio/test-u16-vasnprintf2.c: New file.
33537         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
33538         * tests/unistdio/test-u16-vasnprintf3.c: New file.
33539         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
33540         * tests/unistdio/test-u16-vasprintf1.c: New file.
33541         * tests/unistdio/test-u16-vsnprintf1.c: New file.
33542         * tests/unistdio/test-u16-vsprintf1.c: New file.
33543         * tests/unistdio/test-u32-asnprintf1.c: New file.
33544         * tests/unistdio/test-u32-asnprintf1.h: New file.
33545         * tests/unistdio/test-u32-printf1.h: New file.
33546         * tests/unistdio/test-u32-vasnprintf1.c: New file.
33547         * tests/unistdio/test-u32-vasnprintf2.c: New file.
33548         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
33549         * tests/unistdio/test-u32-vasnprintf3.c: New file.
33550         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
33551         * tests/unistdio/test-u32-vasprintf1.c: New file.
33552         * tests/unistdio/test-u32-vsnprintf1.c: New file.
33553         * tests/unistdio/test-u32-vsprintf1.c: New file.
33554         * modules/unistdio/base: New file.
33555         * modules/unistdio/u-printf-args: New file.
33556         * modules/unistdio/ulc-asnprintf: New file.
33557         * modules/unistdio/ulc-asprintf: New file.
33558         * modules/unistdio/ulc-fprintf: New file.
33559         * modules/unistdio/ulc-printf-parse: New file.
33560         * modules/unistdio/ulc-snprintf: New file.
33561         * modules/unistdio/ulc-sprintf: New file.
33562         * modules/unistdio/ulc-vasnprintf: New file.
33563         * modules/unistdio/ulc-vasprintf: New file.
33564         * modules/unistdio/ulc-vfprintf: New file.
33565         * modules/unistdio/ulc-vsnprintf: New file.
33566         * modules/unistdio/ulc-vsprintf: New file.
33567         * modules/unistdio/u8-asnprintf: New file.
33568         * modules/unistdio/u8-asprintf: New file.
33569         * modules/unistdio/u8-printf-parse: New file.
33570         * modules/unistdio/u8-snprintf: New file.
33571         * modules/unistdio/u8-sprintf: New file.
33572         * modules/unistdio/u8-vasnprintf: New file.
33573         * modules/unistdio/u8-vasprintf: New file.
33574         * modules/unistdio/u8-vsnprintf: New file.
33575         * modules/unistdio/u8-vsprintf: New file.
33576         * modules/unistdio/u8-u8-asnprintf: New file.
33577         * modules/unistdio/u8-u8-asprintf: New file.
33578         * modules/unistdio/u8-u8-snprintf: New file.
33579         * modules/unistdio/u8-u8-sprintf: New file.
33580         * modules/unistdio/u8-u8-vasnprintf: New file.
33581         * modules/unistdio/u8-u8-vasprintf: New file.
33582         * modules/unistdio/u8-u8-vsnprintf: New file.
33583         * modules/unistdio/u8-u8-vsprintf: New file.
33584         * modules/unistdio/u16-asnprintf: New file.
33585         * modules/unistdio/u16-asprintf: New file.
33586         * modules/unistdio/u16-printf-parse: New file.
33587         * modules/unistdio/u16-snprintf: New file.
33588         * modules/unistdio/u16-sprintf: New file.
33589         * modules/unistdio/u16-vasnprintf: New file.
33590         * modules/unistdio/u16-vasprintf: New file.
33591         * modules/unistdio/u16-vsnprintf: New file.
33592         * modules/unistdio/u16-vsprintf: New file.
33593         * modules/unistdio/u16-u16-asnprintf: New file.
33594         * modules/unistdio/u16-u16-asprintf: New file.
33595         * modules/unistdio/u16-u16-snprintf: New file.
33596         * modules/unistdio/u16-u16-sprintf: New file.
33597         * modules/unistdio/u16-u16-vasnprintf: New file.
33598         * modules/unistdio/u16-u16-vasprintf: New file.
33599         * modules/unistdio/u16-u16-vsnprintf: New file.
33600         * modules/unistdio/u16-u16-vsprintf: New file.
33601         * modules/unistdio/u32-asnprintf: New file.
33602         * modules/unistdio/u32-asprintf: New file.
33603         * modules/unistdio/u32-printf-parse: New file.
33604         * modules/unistdio/u32-snprintf: New file.
33605         * modules/unistdio/u32-sprintf: New file.
33606         * modules/unistdio/u32-vasnprintf: New file.
33607         * modules/unistdio/u32-vasprintf: New file.
33608         * modules/unistdio/u32-vsnprintf: New file.
33609         * modules/unistdio/u32-vsprintf: New file.
33610         * modules/unistdio/u32-u32-asnprintf: New file.
33611         * modules/unistdio/u32-u32-asprintf: New file.
33612         * modules/unistdio/u32-u32-snprintf: New file.
33613         * modules/unistdio/u32-u32-sprintf: New file.
33614         * modules/unistdio/u32-u32-vasnprintf: New file.
33615         * modules/unistdio/u32-u32-vasprintf: New file.
33616         * modules/unistdio/u32-u32-vsnprintf: New file.
33617         * modules/unistdio/u32-u32-vsprintf: New file.
33618         * modules/unistdio/ulc-asnprintf-tests: New file.
33619         * modules/unistdio/ulc-vasnprintf-tests: New file.
33620         * modules/unistdio/ulc-vasprintf-tests: New file.
33621         * modules/unistdio/ulc-vsnprintf-tests: New file.
33622         * modules/unistdio/ulc-vsprintf-tests: New file.
33623         * modules/unistdio/u8-asnprintf-tests: New file.
33624         * modules/unistdio/u8-vasnprintf-tests: New file.
33625         * modules/unistdio/u8-vasprintf-tests: New file.
33626         * modules/unistdio/u8-vsnprintf-tests: New file.
33627         * modules/unistdio/u8-vsprintf-tests: New file.
33628         * modules/unistdio/u16-asnprintf-tests: New file.
33629         * modules/unistdio/u16-vasnprintf-tests: New file.
33630         * modules/unistdio/u16-vasprintf-tests: New file.
33631         * modules/unistdio/u16-vsnprintf-tests: New file.
33632         * modules/unistdio/u16-vsprintf-tests: New file.
33633         * modules/unistdio/u32-asnprintf-tests: New file.
33634         * modules/unistdio/u32-vasnprintf-tests: New file.
33635         * modules/unistdio/u32-vasprintf-tests: New file.
33636         * modules/unistdio/u32-vsnprintf-tests: New file.
33637         * modules/unistdio/u32-vsprintf-tests: New file.
33638         * MODULES.html.sh (Unicode string functions): Add the new modules.
33639
33640 2007-07-01  Bruno Haible  <bruno@clisp.org>
33641
33642         * lib/sprintf.c (sprintf): Limit the available length estimation,
33643         to avoid address wraparound.
33644         * lib/vsprintf.c (vsprintf): Likewise.
33645         * modules/sprintf-posix (Dependencies): Add stdint.
33646         * modules/vsprintf-posix (Dependencies): Likewise.
33647
33648 2007-07-01  Bruno Haible  <bruno@clisp.org>
33649
33650         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
33651         Windows PATH as well. Conservative double-quoting. Comments.
33652
33653 2007-07-01  Bruno Haible  <bruno@clisp.org>
33654             Eric Blake  <ebb9@byu.net>
33655             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33656
33657         * gnulib-tool (self_abspathname): Fix algorithm to cope with
33658         empty components in $PATH, denoting '.'.
33659
33660 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33661
33662         * gnulib-tool: Fix indentation.
33663         (func_create_megatestdir): Likewise.
33664         Report by Bruno Haible.
33665
33666 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33667
33668         Sync from Automake.
33669         * build-aux/gnupload: Fix shell portability issues with for loops.
33670         Report by Karl Berry.
33671
33672 2007-06-29  Simon Josefsson  <simon@josefsson.org>
33673
33674         * build-aux/maint.mk (POURL): Use translationproject.org.
33675
33676 2007-06-27  Simon Josefsson  <simon@josefsson.org>
33677             Bruno Haible  <bruno@clisp.org>
33678
33679         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
33680         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
33681         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
33682         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
33683         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
33684
33685 2007-06-27  Bruno Haible  <bruno@clisp.org>
33686
33687         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
33688         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
33689
33690 2007-06-26  Karl Berry  <karl@gnu.org>
33691
33692         * MODULES.html.sh: remove xreadlink-with-size.
33693
33694 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33695
33696         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
33697         method that I hope also handles the double-include problem noted
33698         by Bruno Haible in
33699         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
33700
33701 2007-06-23  Bruno Haible  <bruno@clisp.org>
33702
33703         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
33704         Don't let the 'mostlyclean' target fail if the last subdirectory could
33705         not be removed.
33706         Reported by Karl Berry.
33707
33708 2007-06-23  Bruno Haible  <bruno@clisp.org>
33709
33710         * gnulib-tool (echo): Add a speedier workaround for ksh.
33711         * tests/test-echo.sh: Likewise.
33712
33713 2007-06-23  Bruno Haible  <bruno@clisp.org>
33714
33715         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
33716         * tests/test-echo.sh: Likewise.
33717
33718 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33719
33720         * gnulib-tool (IFS): Initialize early, so we don't set it to
33721         empty later.
33722         (self_abspathname): Rewrite algorithm to set it, reindent.
33723         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
33724         (func_create_megatestdir): Merge some sed scripts.
33725
33726 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33727
33728         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
33729         exposed by Sun Studio 11 cc on Solaris 8.
33730
33731 2007-06-22  Bruno Haible  <bruno@clisp.org>
33732
33733         * gnulib-tool (echo): Ensure the echo primitive does not interpret
33734         backslashes.
33735         * tests/test-echo.sh: New file.
33736
33737 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33738
33739         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
33740         simplify `sed_replace_build_aux' scripts, they are portable but
33741         echoing them with `echo' is not.
33742         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
33743
33744 2007-06-21  Karl Berry  <karl@gnu.org>
33745
33746         * config/srclist.txt: guess we can't handle the licenses via
33747         srclist at the moment.
33748
33749 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
33750
33751         * MODULES.html.sh: Add include_next.
33752         * modules/include_next: New file.
33753
33754 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
33755
33756         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
33757         INCLUDE_NEXT.
33758         (gl_CHECK_NEXT_HEADERS): New macro.
33759         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
33760         the obsolescent gl_ABSOLUTE_HEADER.
33761         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
33762         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
33763         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
33764         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
33765         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
33766         * m4/math_h.m4 (gl_MATH_H): Likewise.
33767         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
33768         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
33769         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
33770         * m4/stdint.m4 (gl_STDINT_H): Likewise.
33771         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
33772         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
33773         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
33774         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
33775         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
33776         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
33777         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
33778         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
33779         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
33780         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
33781         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
33782         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
33783         * m4/inttypes.m4 (gl_INTTYPES_H): Define
33784         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
33785         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
33786         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
33787         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
33788         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
33789         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
33790         * lib/float_.h: Likewise.
33791         * lib/inttypes_.h: Likewise.
33792         * lib/math_.h: Likewise.
33793         * lib/search_.h: Likewise.
33794         * lib/signal_.h: Likewise.
33795         * lib/stdint_.h: Likewise.
33796         * lib/stdio_.h: Likewise.
33797         * lib/stdlib_.h: Likewise.
33798         * lib/string_.h: Likewise.
33799         * lib/sys_stat_.h: Likewise.
33800         * lib/sys_time_.h: Likewise.
33801         * lib/time_.h: Likewise.
33802         * lib/unistd_.h: Likewise.
33803         * lib/wchar_.h: Likewise.
33804         * lib/wctype_.h: Likewise.
33805         * lib/dirent_.h: Likewise.
33806         * lib/iconv_.h: Likewise.
33807         * lib/locale_.h: Likewise.
33808         * lib/netinet_in_.h: Likewise.
33809         * lib/sys_select_.h: Likewise.
33810         * lib/sys_socket_.h: Likewise.
33811         * lib/sysexits_.h: Likewise.
33812         * modules/fcntl (Depends-on): Depend on include_next, not
33813         absolute_header.
33814         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
33815         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
33816         * modules/fchdir: Likewise.
33817         * modules/float: Likewise.
33818         * modules/iconv_open: Likewise.
33819         * modules/inttypes: Likewise.
33820         * modules/locale: Likewise.
33821         * modules/math: Likewise.
33822         * modules/netinet_in: Likewise.
33823         * modules/search: Likewise.
33824         * modules/signal: Likewise.
33825         * modules/stdint: Likewise.
33826         * modules/stdio: Likewise.
33827         * modules/stdlib: Likewise.
33828         * modules/string: Likewise.
33829         * modules/sys_select: Likewise.
33830         * modules/sys_socket: Likewise.
33831         * modules/sys_stat: Likewise.
33832         * modules/sys_time: Likewise.
33833         * modules/sysexits: Likewise.
33834         * modules/time: Likewise.
33835         * modules/unistd: Likewise.
33836         * modules/wchar: Likewise.
33837         * modules/wctype: Likewise.
33838         * modules/sys_stat: Change maintainer to "all".
33839         * modules/unistd: Likewise.
33840
33841 2007-06-20  Karl Berry  <karl@gnu.org>
33842
33843         * config/srclist.txt: track www changes in license files.
33844
33845 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
33846
33847         * build-aux/bootstrap: Remove stray dot.
33848         Make sure build_aux settings are honored when linking
33849         gnulib_extra_files.
33850
33851 2007-06-19  Eric Blake  <ebb9@byu.net>
33852
33853         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
33854         Allow compilation on cygwin.
33855
33856 2007-06-19  Jim Meyering  <jim@meyering.net>
33857
33858         xreadlink-with-size: Remove module.  No longer used.
33859         Ex-callers now use xreadlink or mreadlink-with-size.
33860         * modules/xreadlink-with-size: Remove module.
33861         * lib/xreadlink-with-size.c: Remove file.
33862         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
33863         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
33864         just before the function definition *is* accurate.
33865
33866         Eliminate one way canonicalize_filename_mode could exit.
33867         * lib/canonicalize.c (canonicalize_filename_mode):
33868         Use mreadlink_with_size, not xreadlink_with_size.
33869
33870 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
33871
33872         Detect porting problems to FreeBSD/arm, which has time_t wider than
33873         long int.  Original problem reported for GNU diff by Xin Li in
33874         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
33875         * modules/getdate (Depends-on): Add intprops, verify.
33876         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
33877         is an integer type no wider than long int.
33878
33879 2007-06-18  Jim Meyering  <jim@meyering.net>
33880
33881         New module: mreadlink-with-size.
33882         * MODULES.html.sh: Add mreadlink-with-size.
33883         * modules/mreadlink-with-size: New module
33884         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
33885         not xreadlink-with-size.
33886         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
33887
33888 2007-06-16  Bruno Haible  <bruno@clisp.org>
33889
33890         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
33891         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
33892         Reported by Gary V. Vaughan <gary@gnu.org>.
33893
33894 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
33895
33896         Revamp lchown so that it lives in unistd.h where it belongs.
33897         * lib/lchown.h: Remove.
33898         * lib/dirchownmod.c: Don't include lib/lchown.h.
33899         * lib/fchownat.c: Likewise.
33900         * lib/openat.c: Likewise.
33901         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
33902         does not follow symlinks.
33903         (EOPNOTSUPP): Define if not defined.
33904         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
33905         is defined to 0.
33906         (lchown): New decl.
33907         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
33908         Do not check for lchown decl.
33909         Set REPLACE_LCHOWN.
33910         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
33911         REPLACE_LCHOWN.
33912         * modules/chown: Make it clear it follows symlinks.
33913         * modules/lchown: Make it clear it doesn't follow symlinks.
33914         (Files): Remove lib/lchown.h
33915         (Depends-on): Add unistd.
33916         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
33917         (Include): Include <unistd.h>, not "lchown.h".
33918         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
33919         REPLACE_LCHOWN.
33920
33921 2007-06-15  Jim Meyering  <jim@meyering.net>
33922
33923         Change license (GPL to LGPL) of fsusage and dependents.
33924         * modules/fsusage (License): Change to LGPL.
33925         * modules/full-read (License): Likewise.
33926         * modules/full-write (License): Likewise.
33927         * modules/safe-read (License): Likewise.
33928         * modules/safe-write (License): Likewise.
33929
33930 2007-06-14  Ben Pfaff  <blp@gnu.org>
33931
33932         Missing part of allocsa -> malloca transition.
33933         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
33934         gl_MALLOCA.
33935
33936 2007-06-12  Bruno Haible  <bruno@clisp.org>
33937
33938         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
33939         to ia64, x86_64, i386.
33940         Reported by Eric Blake.
33941
33942 2007-06-12  Bruno Haible  <bruno@clisp.org>
33943
33944         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
33945         cross-compiling to x86_64.
33946
33947 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
33948
33949         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
33950         glitch reported by Ralf Wildenhues in
33951         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
33952
33953         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
33954         Vin Shelton.
33955
33956 2007-06-11  Bruno Haible  <bruno@clisp.org>
33957
33958         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
33959         replacement string.
33960         Reported by Eric Blake.
33961
33962 2007-06-10  Bruno Haible  <bruno@clisp.org>
33963
33964         Prepare vasnprintf code for use with Unicode strings.
33965         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
33966         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
33967         TYPE_U32_STRING.
33968         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
33969         a_u32_string variants.
33970         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
33971         * lib/printf-args.c: Don't include config.h and the specification
33972         header if PRINTF_FETCHARGS is already defined.
33973         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
33974         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
33975         TYPE_U16_STRING, TYPE_U32_STRING.
33976         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
33977         u16_directive, u16_directives, u32_directive, u32_directives): New
33978         types.
33979         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
33980         New declarations.
33981         * lib/printf-parse.c: Don't include config.h and the specification
33982         header if PRINTF_PARSE is already defined. Eliminate the set of
33983         parameters for WIDE_CHAR_VERSION; the user of this file must provide
33984         them now. Include c-ctype.h.
33985         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
33986         directive and CHAR_T_ONLY_ASCII.
33987         * lib/vasnprintf.c: Don't include config.h and the specification header
33988         if VASNPRINTF is already defined.
33989         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
33990         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
33991         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
33992         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
33993         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
33994         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
33995         code accordingly.
33996         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
33997         pad_ourselves also in this case, with the 'c' and 's' directives, and
33998         with a different notion of "width".
33999         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
34000
34001 2007-06-10  Bruno Haible  <bruno@clisp.org>
34002
34003         * modules/unistr/u32-mbsnlen: New file.
34004         * lib/unistr/u32-mbsnlen.c: New file.
34005
34006         * modules/unistr/u16-mbsnlen: New file.
34007         * lib/unistr/u16-mbsnlen.c: New file.
34008
34009         * modules/unistr/u8-mbsnlen: New file.
34010         * lib/unistr/u8-mbsnlen.c: New file.
34011
34012         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
34013         declarations.
34014
34015 2007-06-10  Bruno Haible  <bruno@clisp.org>
34016
34017         * lib/string_.h (mbsnlen): New declaration.
34018         * lib/mbsnlen.c: New file.
34019         * m4/mbsnlen.m4: New file.
34020         * modules/mbsnlen: New file.
34021         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
34022         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
34023         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
34024
34025 2007-06-10  Bruno Haible  <bruno@clisp.org>
34026
34027         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
34028
34029 2007-06-10  Bruno Haible  <bruno@clisp.org>
34030
34031         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
34032         * lib/mbuiter.h: Likewise.
34033
34034 2007-06-10  Bruno Haible  <bruno@clisp.org>
34035
34036         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
34037         declaration.
34038
34039 2007-06-10  Karl Berry  <karl@gnu.org>
34040
34041         * config/srclist.txt: remove gettext entries, Bruno prefers
34042         to update individually.
34043
34044 2007-06-10  Bruno Haible  <bruno@clisp.org>
34045
34046         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
34047         'maxlen'. Ensure only length + width bytes are allocated, not
34048         length + 1 + width.
34049
34050 2007-06-09  Bruno Haible  <bruno@clisp.org>
34051
34052         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
34053         (CHAR_T): Remove macro.
34054         (VASNPRINTF): Update.
34055
34056 2007-06-09  Bruno Haible  <bruno@clisp.org>
34057
34058         * MODULES.html.sh (Unicode string functions): Add the new modules.
34059
34060         * modules/uniconv/u32-conv-to-enc: New file.
34061         * lib/uniconv/u32-conv-to-enc.c: New file.
34062         * modules/uniconv/u32-conv-to-enc-tests: New file.
34063         * tests/uniconv/test-u32-conv-to-enc.c: New file.
34064
34065         * modules/uniconv/u16-conv-to-enc: New file.
34066         * lib/uniconv/u16-conv-to-enc.c: New file.
34067         * lib/uniconv/u-conv-to-enc.h: New file.
34068         * modules/uniconv/u16-conv-to-enc-tests: New file.
34069         * tests/uniconv/test-u16-conv-to-enc.c: New file.
34070
34071         * modules/uniconv/u8-conv-to-enc: New file.
34072         * lib/uniconv/u8-conv-to-enc.c: New file.
34073         * modules/uniconv/u8-conv-to-enc-tests: New file.
34074         * tests/uniconv/test-u8-conv-to-enc.c: New file.
34075
34076         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
34077         u32_conv_to_encoding): New declarations.
34078
34079 2007-06-09  Bruno Haible  <bruno@clisp.org>
34080
34081         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
34082
34083 2007-06-09  Bruno Haible  <bruno@clisp.org>
34084
34085         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
34086         * modules/malloca: Renamed from modules/allocsa, updated.
34087         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
34088         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
34089         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
34090         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
34091         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
34092         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
34093         * modules/xmalloca: Renamed from modules/xallocsa, updated.
34094         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
34095         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
34096         * modules/c-strcasestr (Depends-on): Update.
34097         * lib/c-strcasestr.c: Update.
34098         * modules/c-strstr (Depends-on): Update.
34099         * lib/c-strstr.c: Update.
34100         * modules/canonicalize-lgpl (Depends-on): Update.
34101         * lib/canonicalize-lgpl.c: Update.
34102         * modules/clean-temp (Depends-on): Update.
34103         * lib/clean-temp.c: Update.
34104         * modules/csharpcomp (Depends-on): Update.
34105         * lib/csharpcomp.c: Update.
34106         * modules/csharpexec (Depends-on): Update.
34107         * lib/csharpexec.c: Update.
34108         * modules/javacomp (Depends-on): Update.
34109         * lib/javacomp.c: Update.
34110         * modules/javaexec (Depends-on): Update.
34111         * lib/javaexec.c: Update.
34112         * modules/mbscasestr (Depends-on): Update.
34113         * lib/mbscasestr.c: Update.
34114         * modules/mbsstr (Depends-on): Update.
34115         * lib/mbsstr.c: Update.
34116         * modules/setenv (Depends-on): Update.
34117         * lib/setenv.c: Update.
34118         * modules/strcasestr (Depends-on): Update.
34119         * lib/strcasestr.c: Update.
34120         * modules/striconveha (Depends-on): Update.
34121         * lib/striconveha.c: Update.
34122         * modules/relocatable-prog-wrapper (Files): Update.
34123         * lib/relocwrapper.c: Update.
34124         * build-aux/install-reloc: Update.
34125         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
34126
34127 2007-06-08  Bruno Haible  <bruno@clisp.org>
34128
34129         Port to uClibc.
34130         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
34131         * lib/fpurge.c (fpurge): Likewise.
34132         * lib/freading.c (freading): Likewise.
34133         * lib/fseeko.c (rpl_fseeko): Likewise.
34134         * lib/fseterr.c (fseterr): Likewise.
34135         * lib/fwriting.c (fwriting): Likewise.
34136         * tests/test-fflush.c (main): Avoid a failure on uClibc.
34137
34138 2007-06-08  Bruno Haible  <bruno@clisp.org>
34139
34140         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
34141         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
34142         * modules/gettext (Files): Add m4/intlmacosx.m4.
34143
34144 2007-06-07  Bruno Haible  <bruno@clisp.org>
34145
34146         * modules/localename-tests: New file.
34147         * tests/test-localename.c: New file.
34148
34149         New module 'localename'.
34150         * lib/localename.h: New file.
34151         * lib/localename.c: New file, from GNU gettext.
34152         * m4/localename.m4: New file.
34153         * modules/localename: New file.
34154
34155 2007-06-07  Bruno Haible  <bruno@clisp.org>
34156
34157         Work around the lack of <wchar.h> on some builds of uClibc.
34158         * doc/headers/wchar.texi: Update.
34159         * lib/wchar_.h: Include <wchar.h> only if it exists.
34160         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
34161         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
34162         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
34163         doesn't exist.
34164         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
34165         * modules/mbfile (Depends-on): Add wchar.
34166         * modules/mbiter (Depends-on): Likewise.
34167         * modules/mbuiter (Depends-on): Likewise.
34168         Reported by Simon Josefsson.
34169
34170 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
34171
34172         Work around problem reported by Steven M. Schweda in
34173         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
34174         Tru64 5.1B with the Compaq compiler environment installed declares
34175         an 'isblank' function but does not define it in the C library.
34176         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
34177         * lib/regex_internal.h (isblank): Likewise.
34178         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
34179         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
34180
34181 2007-06-05  Bruno Haible  <bruno@clisp.org>
34182
34183         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
34184         ia64.
34185         * modules/printf-safe: New file.
34186         * modules/fprintf-posix (Depends-on): Add printf-safe.
34187         * modules/printf-posix (Depends-on): Likewise.
34188         * modules/snprintf-posix (Depends-on): Likewise.
34189         * modules/sprintf-posix (Depends-on): Likewise.
34190         * modules/vasnprintf-posix (Depends-on): Likewise.
34191         * modules/vasprintf-posix (Depends-on): Likewise.
34192         * modules/vfprintf-posix (Depends-on): Likewise.
34193         * modules/vprintf-posix (Depends-on): Likewise.
34194         * modules/vsnprintf-posix (Depends-on): Likewise.
34195         * modules/vsprintf-posix (Depends-on): Likewise.
34196         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
34197         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
34198         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
34199         "no" on i386, x86_64, ia64.
34200         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
34201         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34202         on i386, x86_64, ia64.
34203         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
34204         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34205         on i386, x86_64, ia64.
34206         * tests/test-vasnprintf-posix.c: Include float.h.
34207         (LDBL80_WORDS): New macro.
34208         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34209         on i386, x86_64, ia64.
34210         * tests/test-vasprintf-posix.c: Include float.h.
34211         (LDBL80_WORDS): New macro.
34212         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34213         on i386, x86_64, ia64.
34214         * tests/test-snprintf-posix.c: Include float.h.
34215         * tests/test-sprintf-posix.c: Likewise.
34216         * tests/test-vsnprintf-posix.c: Likewise.
34217         * tests/test-vsprintf-posix.c: Likewise.
34218
34219 2007-06-05  Bruno Haible  <bruno@clisp.org>
34220
34221         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
34222         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
34223         non-IEEE numbers on i386, x86_64, ia64.
34224         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
34225         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
34226         * tests/test-isnanl.h: Include float.h.
34227         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
34228
34229 2007-06-05  Bruno Haible  <bruno@clisp.org>
34230
34231         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
34232         also the %a / %A. Handle the %a / %A code before this extra handling.
34233
34234 2007-06-05  Bruno Haible  <bruno@clisp.org>
34235
34236         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
34237         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
34238
34239 2007-06-05  Bruno Haible  <bruno@clisp.org>
34240
34241         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
34242         typo in variable name.
34243
34244 2007-06-05  Eric Blake  <ebb9@byu.net>
34245
34246         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
34247         Reported by Simon Josefsson.
34248
34249 2007-06-04  Bruno Haible  <bruno@clisp.org>
34250
34251         Avoid test failures on some PowerPC platforms.
34252         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
34253         Define differently for PowerPC.
34254         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
34255         Reported by Gary V. Vaughan <gary@gnu.org>.
34256
34257 2007-06-02  Bruno Haible  <bruno@clisp.org>
34258
34259         Fix test-stdint failure on FreeBSD/ia64.
34260         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
34261         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
34262         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
34263         * doc/headers/stdint.texi: Update.
34264
34265 2007-06-01  Bruno Haible  <bruno@clisp.org>
34266
34267         * tests/test-binary-io.c (main): Pass a third argument to open().
34268         Reported by Gary V. Vaughan <gary@gnu.org>.
34269
34270 2007-06-01  Bruno Haible  <bruno@clisp.org>
34271
34272         * doc/functions/frexpl.texi: Update for mingw.
34273
34274 2007-06-01  Bruno Haible  <bruno@clisp.org>
34275
34276         * tests/test-lseek.c (main): Disable test of errno for invalid third
34277         argument.
34278         * doc/functions/lseek.texi: Update.
34279         Reported by Gary V. Vaughan <gary@gnu.org>.
34280
34281 2007-05-28  Bruno Haible  <bruno@clisp.org>
34282
34283         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
34284
34285 2007-05-31  Eric Blake  <ebb9@byu.net>
34286
34287         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
34288         cross compiling.
34289
34290 2007-05-30  Eric Blake  <ebb9@byu.net>
34291         and Bruno Haible  <bruno@clisp.org>
34292
34293         Work around mingw test failures exposed by m4-1.4.9b.
34294         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
34295         * tests/test-unistd.c: Disable uid_t and git_t tests for the
34296         moment.
34297
34298 2007-05-30  Bruno Haible  <bruno@clisp.org>
34299
34300         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
34301         assuming that they are closed. Needed on HP-UX 11.
34302
34303 2007-05-29  Bruno Haible  <bruno@clisp.org>
34304
34305         Fix a problem with #include_next.
34306         * lib/dirent_.h: Split the double-inclusion guard.
34307         * lib/fcntl_.h: Likewise.
34308         * lib/float_.h: Likewise.
34309         * lib/iconv_.h: Likewise.
34310         * lib/inttypes_.h: Likewise.
34311         * lib/locale_.h: Likewise.
34312         * lib/math_.h: Likewise.
34313         * lib/netinet_in_.h: Likewise.
34314         * lib/search_.h: Likewise.
34315         * lib/signal_.h: Likewise.
34316         * lib/stdint_.h: Likewise.
34317         * lib/stdio_.h: Likewise.
34318         * lib/stdlib_.h: Likewise.
34319         * lib/string_.h: Likewise.
34320         * lib/sys_select_.h: Likewise.
34321         * lib/sys_socket_.h: Likewise.
34322         * lib/sys_stat_.h: Likewise.
34323         * lib/sys_time_.h: Likewise.
34324         * lib/sysexits_.h: Likewise.
34325         * lib/time_.h: Likewise.
34326         * lib/unistd_.h: Likewise.
34327         * lib/wchar_.h: Likewise.
34328         * lib/wctype_.h: Likewise.
34329
34330 2007-05-29  Bruno Haible  <bruno@clisp.org>
34331
34332         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
34333         for the moment.
34334
34335 2007-05-29  Bruno Haible  <bruno@clisp.org>
34336
34337         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
34338         invocation.
34339         Reported by Eric Blake.
34340
34341 2007-05-29  Bruno Haible  <bruno@clisp.org>
34342
34343         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
34344         compiling case.
34345
34346 2007-05-29  Eric Blake  <ebb9@byu.net>
34347             Bruno Haible  <bruno@clisp.org>
34348
34349         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
34350         cross compiles.
34351
34352 2007-05-28  Eric Blake  <ebb9@byu.net>
34353
34354         * modules/closein-tests (test_closein_LDADD): Support test on
34355         cygwin with libtool.
34356
34357 2007-05-28  Bruno Haible  <bruno@clisp.org>
34358
34359         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
34360         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
34361         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
34362         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
34363         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
34364         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
34365         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
34366         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
34367         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
34368
34369 2007-05-28  Eric Blake  <ebb9@byu.net>
34370
34371         Unconditionally include <config.h> in unit tests.
34372         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
34373         * tests/test-allocsa.c, tests/test-arcfour.c,
34374         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
34375         tests/test-array_list.c, tests/test-array_oset.c,
34376         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
34377         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
34378         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
34379         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
34380         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
34381         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
34382         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
34383         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
34384         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
34385         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
34386         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
34387         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
34388         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
34389         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
34390         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
34391         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
34392         test-md5.c, test-memmem.c, test-printf-posix.c,
34393         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
34394         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
34395         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
34396         test-strcasestr.c, test-striconv.c, test-striconveh.c,
34397         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
34398         test-vasnprintf-posix2.c, test-vasnprintf.c,
34399         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
34400         test-vfprintf-posix.c, test-vprintf-posix.c,
34401         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
34402         test-xvasprintf.c: Likewise.
34403
34404 2007-05-28  Bruno Haible  <bruno@clisp.org>
34405
34406         * gnulib-tool (func_import): Remember the --with-tests command-line
34407         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
34408         Reported by Eric Blake.
34409
34410 2007-05-28  Bruno Haible  <bruno@clisp.org>
34411
34412         * modules/ftell-tests: New file.
34413         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
34414         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
34415
34416         * lib/ftell.c: New file.
34417         * modules/ftell: New file.
34418         * m4/ftell.m4: New file.
34419         * doc/functions/ftell.texi: Update.
34420         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
34421         REPLACE_FTELL.
34422         * lib/stdio_.h (rpl_ftell): New declaration.
34423         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
34424         REPLACE_FTELL.
34425
34426 2007-05-28  Eric Blake  <ebb9@byu.net>
34427
34428         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
34429
34430 2007-05-28  Bruno Haible  <bruno@clisp.org>
34431
34432         * modules/fseek-tests: New file.
34433         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
34434         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
34435
34436         * lib/fseek.c: New file.
34437         * modules/fseek: New file.
34438         * m4/fseek.m4: New file.
34439         * doc/functions/fseek.texi: Update.
34440         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
34441         REPLACE_FSEEK.
34442         * lib/stdio_.h (rpl_fseek): New declaration.
34443         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
34444         REPLACE_FSEEK.
34445
34446 2007-05-28  Bruno Haible  <bruno@clisp.org>
34447
34448         * lib/stdio_.h (fflush): More comments.
34449
34450 2007-05-28  Bruno Haible  <bruno@clisp.org>
34451
34452         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
34453         runtime test.
34454
34455 2007-05-28  Eric Blake  <ebb9@byu.net>
34456
34457         Improve lseek module.
34458         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
34459         * lib/unistd_.h (lseek): Scale back link warning message.
34460         * tests/test-lseek.c: Beef up test.
34461         * tests/test-lseek.sh: Exercise more facets of lseek.
34462         Reported by Bruno Haible.
34463
34464 2007-05-28  Bruno Haible  <bruno@clisp.org>
34465
34466         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
34467         to define.
34468
34469 2007-05-27  Bruno Haible  <bruno@clisp.org>
34470
34471         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
34472
34473 2007-05-27  Bruno Haible  <bruno@clisp.org>
34474
34475         * modules/openmp: New file.
34476         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
34477         Noah Misch.
34478
34479 2007-05-26  Bruno Haible  <bruno@clisp.org>
34480
34481         * modules/chdir-long (Depends-on): Add fchdir.
34482         * modules/chdir-safer (Depends-on): Likewise.
34483         * modules/fts (Depends-on): Likewise.
34484         * modules/fts-lgpl (Depends-on): Likewise.
34485         * modules/openat (Depends-on): Likewise.
34486         * modules/savewd (Depends-on): Likewise.
34487
34488 2007-05-24  Eric Blake  <ebb9@byu.net>
34489
34490         Fix lseek on mingw.
34491         * modules/lseek: New module.
34492         * m4/lseek.m4: New file.
34493         * lib/lseek.c: New file.
34494         * modules/lseek-tests: New file.
34495         * tests/test-lseek.c: New file.
34496         * tests/test-lseek.sh: New file.
34497         * MODULES.html.sh: Document lseek module.
34498         * modules/fflush (Depends-on): Add lseek, fseeko.
34499         * modules/fseeko (Depends-on): Likewise.
34500         * modules/ftello (Depends-on): Likewise.
34501         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
34502         broken.
34503         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
34504         broken.
34505         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
34506         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
34507         * lib/ftello.c (rpl_ftello): Likewise.
34508         * tests/test-fseeko.c (main): Test this.
34509         * tests/test-fseeko.sh: Likewise.
34510         * tests/test-ftello.c (main): Likewise.
34511         * tests/test-ftello.sh: Likewise.
34512         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
34513         implies replacing fseek.
34514         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
34515         HAVE_FTELLO.
34516         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
34517         * modules/unistd (Makefile.am): Likewise.
34518         * lib/unistd_.h (lseek): Declare a replacement.
34519         * doc/functions/lseek.texi (lseek): Document this fix.
34520         * doc/functions/fseek.texi (fseek): Likewise.
34521         * doc/functions/ftell.texi (ftell): Likewise.
34522
34523 2007-05-24  Bruno Haible  <bruno@clisp.org>
34524
34525         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
34526         in the printed representation of a NaN.
34527         * tests/test-vasprintf-posix.c (test_function): Likewise.
34528         * tests/test-snprintf-posix.h (test_function): Likewise.
34529         * tests/test-sprintf-posix.h (test_function): Likewise.
34530         Reported by Eric Blake.
34531
34532 2007-05-23  Eric Blake  <ebb9@byu.net>
34533
34534         Fix fseeko/ftello on cygwin 1.5.24.
34535         * doc/functions/fseeko.texi (fseeko): Document the fix.
34536         * doc/functions/ftello.texi (ftello): Document the fix.
34537         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
34538         * doc/functions/stdout.text (stdout): New file.
34539         * doc/functions/stderr.text (stderr): New file.
34540         * doc/gnulib.texi (Function Substitutes): Use new files.
34541         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
34542         prior to 1.7.0.
34543         * tests/test-ftello.c (main): Likewise for ftello.
34544         * tests/test-fseeko.sh: New file.
34545         * tests/test-ftello.sh: New file.
34546         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
34547         with seekable stdin.
34548         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
34549         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
34550         (gl_REPLACE_FSEEKO): New macro.
34551         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
34552         * modules/fseeko (Files): Distribute fseeko.c.
34553         * modules/ftello (Files): Distribute ftello.c.
34554         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
34555         mode.
34556         * lib/ftello.c (rpl_ftello): New file.
34557         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
34558         fseeko, ftello.
34559         (gl_STDIN_LARGE_OFFSET): New macro.
34560         * modules/stdio (Makefile.am): Perform the replacement.
34561         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
34562
34563 2007-05-23  Bruno Haible  <bruno@clisp.org>
34564
34565         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
34566         GNULIB_POSIXCHECK is defined.
34567
34568 2007-05-21  Bruno Haible  <bruno@clisp.org>
34569
34570         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
34571         Check also the output for NaN arguments. When cross-compiling, guess
34572         no on IRIX.
34573         * lib/vasnprintf.c: Update comments.
34574         * tests/test-vasnprintf-posix.c (strisnan): New function.
34575         (test_function): Use it.
34576         * tests/test-vasprintf-posix.c (strisnan): New function.
34577         (test_function): Use it.
34578         * tests/test-snprintf-posix.h (strisnan): New function.
34579         (test_function): Use it.
34580         * tests/test-sprintf-posix.h (strisnan): New function.
34581         (test_function): Use it.
34582         Reported by Eric Blake.
34583
34584 2007-05-20  Bruno Haible  <bruno@clisp.org>
34585
34586         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
34587         numbers that fails on BeOS.
34588         * doc/functions/frexpl.texi: Update.
34589
34590 2007-05-20  Jim Meyering  <jim@meyering.net>
34591
34592         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
34593         forced upon us by glibc-2.6.
34594
34595 2007-05-20  Bruno Haible  <bruno@clisp.org>
34596
34597         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
34598         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
34599         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
34600         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
34601         NEED_PRINTF_INFINITE.
34602         (is_infinitel): New function.
34603         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
34604         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
34605         gl_PREREQ_VASNPRINTF_INFINITE.
34606         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
34607         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34608         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
34609         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
34610         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
34611         gl_PREREQ_VASNPRINTF_INFINITE.
34612         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34613         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34614         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34615         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34616         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34617         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34618         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34619         * doc/functions/fprintf.texi: Update.
34620         * doc/functions/printf.texi: Update.
34621         * doc/functions/snprintf.texi: Update.
34622         * doc/functions/sprintf.texi: Update.
34623         * doc/functions/vfprintf.texi: Update.
34624         * doc/functions/vprintf.texi: Update.
34625         * doc/functions/vsnprintf.texi: Update.
34626         * doc/functions/vsprintf.texi: Update.
34627
34628 2007-05-20  Bruno Haible  <bruno@clisp.org>
34629
34630         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
34631         was not found in libc.
34632         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
34633
34634 2007-05-20  Bruno Haible  <bruno@clisp.org>
34635
34636         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
34637         printed as "-nan" instead of "nan".
34638         * tests/test-vasprintf-posix.c (test_function): Likewise.
34639         * tests/test-snprintf-posix.h (test_function): Likewise.
34640         * tests/test-sprintf-posix.h (test_function): Likewise.
34641         Needed for HP-UX 11.
34642
34643 2007-05-20  Jim Meyering  <jim@meyering.net>
34644
34645         Fix buggy test for the fchownat-deref bug.
34646         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
34647         symlink required for the run-test.  Without it, this test would
34648         always declare that fchownat doesn't work, and client code would
34649         unnecessarily use the replacement function with fixed libc.
34650         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
34651         Reported by Greg Schafer.
34652
34653 2007-05-19  Bruno Haible  <bruno@clisp.org>
34654
34655         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
34656         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
34657         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
34658         Needed for IRIX 6.5 and Solaris 2.5.1.
34659
34660 2007-05-19  Bruno Haible  <bruno@clisp.org>
34661
34662         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
34663         (test_function): Skip tests involving -0.0 on platforms where
34664         -0.0 = 0.0.
34665         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
34666         (test_function): Skip tests involving -0.0 on platforms where
34667         -0.0 = 0.0.
34668         * tests/test-snprintf-posix.h (have_minus_zero): New function.
34669         (test_function): Skip tests involving -0.0 on platforms where
34670         -0.0 = 0.0.
34671         * tests/test-sprintf-posix.h (have_minus_zero): New function.
34672         (test_function): Skip tests involving -0.0 on platforms where
34673         -0.0 = 0.0.
34674         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
34675         tests.
34676         * tests/test-printf-posix.h (test_function): Likewise.
34677         * tests/test-printf-posix.output: Remove all -0.0 related results.
34678         Needed for IRIX 6.5.
34679
34680 2007-05-19  Bruno Haible  <bruno@clisp.org>
34681
34682         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
34683         printed as "nan0x7fffffff" instead of "nan".
34684         * tests/test-vasprintf-posix.c (test_function): Likewise.
34685         * tests/test-snprintf-posix.h (test_function): Likewise.
34686         * tests/test-sprintf-posix.h (test_function): Likewise.
34687         * tests/test-fprintf-posix.h (NaN): Remove macro.
34688         (test_function): Remove all NaN related tests.
34689         * tests/test-printf-posix.h (NaN): Remove macro.
34690         (test_function): Remove all NaN related tests.
34691         * tests/test-printf-posix.output: Remove all NaN related results.
34692         Needed for IRIX 6.5.
34693
34694 2007-05-19  Bruno Haible  <bruno@clisp.org>
34695
34696         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
34697         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
34698
34699 2007-05-19  Bruno Haible  <bruno@clisp.org>
34700
34701         * lib/float_.h: New file.
34702         * m4/float_h.m4: New file.
34703         * modules/float: New file.
34704         * modules/isnanl (Dependencies): Add float.
34705         * modules/isnanl-nolibm (Dependencies): Likewise.
34706         * modules/mathl (Dependencies): Likewise.
34707         * modules/printf-frexpl (Dependencies): Likewise.
34708         * modules/signbit (Dependencies): Likewise.
34709         * modules/vasnprintf (Dependencies): Likewise.
34710         * doc/headers/float.texi: Update.
34711
34712 2007-05-19  Jim Meyering  <jim@meyering.net>
34713
34714         * lib/utimens.c (gl_futimens): Rename from futimens,
34715         now that glibc-2.6 declares futimens.
34716         * lib/utimens.h: Likewise.
34717
34718 2007-05-19  Bruno Haible  <bruno@clisp.org>
34719
34720         Avoid test failures on mingw.
34721         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
34722         * tests/test-printf-posix.sh: Likewise.
34723         * tests/test-vfprintf-posix.sh: Likewise.
34724         * tests/test-vprintf-posix.sh: Likewise.
34725
34726 2007-05-19  Bruno Haible  <bruno@clisp.org>
34727
34728         Fix *printf result for NaN, Inf, -0.0 on mingw.
34729         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
34730         * lib/vasnprintf.c: Include math.h and isnan.h.
34731         (is_infinite_or_zero): New function.
34732         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
34733         values in the %f, %F, %e, %E, %g, %G directives.
34734         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
34735         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34736         gl_PRINTF_INFINITE and test its result. Invoke
34737         gl_PREREQ_VASNPRINTF_INFINITE.
34738         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34739         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34740         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34741         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34742         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34743         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34744         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34745         * doc/functions/fprintf.texi: Update.
34746         * doc/functions/printf.texi: Update.
34747         * doc/functions/snprintf.texi: Update.
34748         * doc/functions/sprintf.texi: Update.
34749         * doc/functions/vfprintf.texi: Update.
34750         * doc/functions/vprintf.texi: Update.
34751         * doc/functions/vsnprintf.texi: Update.
34752         * doc/functions/vsprintf.texi: Update.
34753
34754 2007-05-19  Bruno Haible  <bruno@clisp.org>
34755
34756         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
34757         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
34758         Instead of multiplying with 10^k, set extra_zeroes to k.
34759         (scale10_round_long_double): Remove function.
34760
34761 2007-05-18  Bruno Haible  <bruno@clisp.org>
34762
34763         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
34764         introduced on 2007-05-06.
34765
34766 2007-05-18  Bruno Haible  <bruno@clisp.org>
34767
34768         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
34769         %g directives.
34770         * tests/test-vasprintf-posix.c (test_function): Likewise.
34771         * tests/test-snprintf-posix.h (test_function): Likewise.
34772         * tests/test-sprintf-posix.h (test_function): Likewise.
34773
34774 2007-05-18  Bruno Haible  <bruno@clisp.org>
34775
34776         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
34777         (strmatch): New function.
34778         (test_function): Test the %f directive on numbers of various exponents.
34779         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
34780         (strmatch): New function.
34781         (test_function): Test the %f directive on numbers of various exponents.
34782         * tests/test-snprintf-posix.h (strmatch): New function.
34783         (test_function): Test the %f directive on numbers of various exponents.
34784         * tests/test-sprintf-posix.h (strmatch): New function.
34785         (test_function): Test the %f directive on numbers of various exponents.
34786         * tests/test-snprintf-posix.c (SIZEOF): New macro.
34787         * tests/test-sprintf-posix.c (SIZEOF): New macro.
34788         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
34789         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
34790
34791 2007-05-18  Bruno Haible  <bruno@clisp.org>
34792
34793         Add support for 'long double' number output.
34794         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
34795         * lib/vasnprintf.c: Include math.h and float+.h.
34796         (mp_limb_t): New type.
34797         (GMP_LIMB_BITS): New macro.
34798         (mp_twolimb_t): New type.
34799         (GMP_TWOLIMB_BITS): New macro.
34800         (mpn_t): New type.
34801         (multiply, divide, convert_to_decimal, decode_long_double,
34802         scale10_round_long_double, scale10_round_decimal_long_double,
34803         floorlog10l): New functions.
34804         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
34805         for the %f, %F, %e, %E, %g, %G directives.
34806         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
34807         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34808         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
34809         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
34810         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34811         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34812         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34813         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34814         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34815         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34816         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34817         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
34818         * modules/snprintf-posix (Depends-on): Likewise.
34819         * modules/sprintf-posix (Depends-on): Likewise.
34820         * modules/vasnprintf-posix (Depends-on): Likewise.
34821         * modules/vasprintf-posix (Depends-on): Likewise.
34822         * modules/vfprintf-posix (Depends-on): Likewise.
34823         * modules/vsnprintf-posix (Depends-on): Likewise.
34824         * modules/vsprintf-posix (Depends-on): Likewise.
34825         * modules/vasnprintf (Files): Add lib/float+.h.
34826         * doc/functions/fprintf.texi: Update.
34827         * doc/functions/printf.texi: Update.
34828         * doc/functions/snprintf.texi: Update.
34829         * doc/functions/sprintf.texi: Update.
34830         * doc/functions/vfprintf.texi: Update.
34831         * doc/functions/vprintf.texi: Update.
34832         * doc/functions/vsnprintf.texi: Update.
34833         * doc/functions/vsprintf.texi: Update.
34834
34835 2007-05-18  Bruno Haible  <bruno@clisp.org>
34836
34837         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
34838
34839 2007-05-18  Bruno Haible  <bruno@clisp.org>
34840
34841         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
34842         for printing 64-bit integers. Needed for mingw.
34843
34844 2007-05-18  Bruno Haible  <bruno@clisp.org>
34845
34846         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
34847         gl_FUNC_FREXPL_WORKS.
34848         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
34849
34850 2007-05-18  Bruno Haible  <bruno@clisp.org>
34851
34852         * modules/frexpl-nolibm-tests: New file.
34853
34854         * modules/frexpl-nolibm: New file.
34855         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
34856
34857 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
34858
34859         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
34860         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
34861         GCC 4.2, which otherwise issues a lot of warnings.
34862         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
34863         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
34864         Likewise.
34865         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
34866         * modules/iconv_open (iconv.h): Likewise.
34867         * modules/locale (locale.h): Likewise.
34868         * modules/netinet_in (netinet/in.h): Likewise.
34869         * modules/sys_select (sys_select.h): Likewise.
34870         * modules/sys_socket (sys/socket.h): Likewise.
34871         * modules/sys_stat (sys/stat.h): Likewise.
34872         * modules/sysexits (sysexits.h): Likewise.
34873         * modules/unistd (unistd.h): Likewise.
34874
34875 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34876
34877         * modules/closein-tests (Makefile.am): Distribute
34878         `test-closein.sh'.
34879
34880 2007-05-17  Bruno Haible  <bruno@clisp.org>
34881
34882         * tests/test-printf-posix.output: Renamed from
34883         tests/test-fprintf-posix.out.
34884         * modules/fprintf-posix-tests: Update.
34885         * modules/printf-posix-tests: Update.
34886         * modules/vfprintf-posix-tests: Update.
34887         * modules/vprintf-posix-tests: Update.
34888         * tests/test-fprintf-posix.sh: Update.
34889         * tests/test-printf-posix.sh: Update.
34890         * tests/test-vfprintf-posix.sh: Update.
34891         * tests/test-vprintf-posix.sh: Update.
34892         Reported by Ralf Wildenhues.
34893
34894 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
34895
34896         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
34897         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
34898         GCC 4.2, which otherwise issues a lot of warnings.
34899         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
34900         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
34901         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
34902         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
34903         it should no longer be needed.
34904         * lib/string_.h: Likewise.
34905         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
34906         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
34907         * modules/inttypes (inttypes.h): Likewise.
34908         * modules/math (math.h): Likewise.
34909         * modules/search (search.h): Likewise.
34910         * modules/signal (signal.h): Likewise.
34911         * modules/stdint (stdint.h): Likewise.
34912         * modules/stdio (stdio.h): Likewise.
34913         * modules/stdlib (stdlib.h): Likewise.
34914         * modules/string (string.h): Likewise.
34915         * modules/sys_time (sys/time.h): Likewise.
34916         * modules/time (time.h): Likewise.
34917         * modules/wchar (wchar.h): Likewise.
34918         * modules/wctype (wtype.h): Likewise.
34919
34920 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
34921
34922         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
34923
34924 2007-05-13  Bruno Haible  <bruno@clisp.org>
34925
34926         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
34927         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
34928         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
34929         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
34930         (gl_PREREQ_STRTOK_R): Don't require it here.
34931
34932 2007-05-13  Bruno Haible  <bruno@clisp.org>
34933
34934         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
34935         when used in C++ mode.
34936
34937 2007-05-12  Bruno Haible  <bruno@clisp.org>
34938
34939         * lib/linebuffer.h: Tweak doc.
34940         * lib/linebuffer.c: Likewise.
34941
34942 2007-05-12  James Youngman  <jay@gnu.org>
34943
34944         * lib/linebuffer.c (readlinebuffer_delim): New function,
34945         like readlinebuffer, but use a caller-specified delimiter.
34946         (readlinebuffer): Just call readlinebuffer_delim with '\n'
34947         as the delimiter.
34948         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
34949
34950 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
34951
34952         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
34953         * modules/openat (Files): Remove openat-die.c.
34954         (Depends-on): Add openat-die.
34955         * modules/openat-die: New module.
34956
34957 2007-05-06  Bruno Haible  <bruno@clisp.org>
34958
34959         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
34960         Update with info about Cygwin.
34961         * doc/functions/fprintf.texi: Update.
34962         * doc/functions/printf.texi: Update.
34963         * doc/functions/snprintf.texi: Update.
34964         * doc/functions/sprintf.texi: Update.
34965         * doc/functions/vfprintf.texi: Update.
34966         * doc/functions/vprintf.texi: Update.
34967         * doc/functions/vsnprintf.texi: Update.
34968         * doc/functions/vsprintf.texi: Update.
34969         Reported by Eric Blake.
34970
34971 2007-05-06  Bruno Haible  <bruno@clisp.org>
34972
34973         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
34974         padding ourselves for the floating-point directives.
34975         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
34976         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
34977         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
34978         gl_PRINTF_FLAG_ZERO and test its result. Invoke
34979         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
34980         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34981         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
34982         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34983         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34984         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34985         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34986         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34987         * tests/test-snprintf-posix.h (test_function): Also check the width
34988         and some flags in the %f directive.
34989         * tests/test-sprintf-posix.h (test_function): Likewise.
34990         * tests/test-vasnprintf-posix.c (test_function): Likewise.
34991         * tests/test-vasprintf-posix.c (test_function): Likewise.
34992         * doc/functions/fprintf.texi: Update.
34993         * doc/functions/printf.texi: Update.
34994         * doc/functions/snprintf.texi: Update.
34995         * doc/functions/sprintf.texi: Update.
34996         * doc/functions/vfprintf.texi: Update.
34997         * doc/functions/vprintf.texi: Update.
34998         * doc/functions/vsnprintf.texi: Update.
34999         * doc/functions/vsprintf.texi: Update.
35000
35001 2007-05-06  Bruno Haible  <bruno@clisp.org>
35002
35003         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
35004         pass the ' flag character to sprintf or snprintf.
35005         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
35006         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
35007         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35008         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
35009         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
35010         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35011         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
35012         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35013         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35014         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35015         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35016         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35017         * tests/test-snprintf-posix.h (test_function): Also check the grouping
35018         flag.
35019         * tests/test-sprintf-posix.h (test_function): Likewise.
35020         * tests/test-vasnprintf-posix.c (test_function): Likewise.
35021         * tests/test-vasprintf-posix.c (test_function): Likewise.
35022         * doc/functions/fprintf.texi: Update.
35023         * doc/functions/printf.texi: Update.
35024         * doc/functions/snprintf.texi: Update.
35025         * doc/functions/sprintf.texi: Update.
35026         * doc/functions/vfprintf.texi: Update.
35027         * doc/functions/vprintf.texi: Update.
35028         * doc/functions/vsnprintf.texi: Update.
35029         * doc/functions/vsprintf.texi: Update.
35030
35031 2007-05-01  Bruno Haible  <bruno@clisp.org>
35032
35033         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
35034
35035 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
35036
35037         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
35038         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
35039
35040 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
35041
35042         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
35043         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
35044         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
35045
35046 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
35047
35048         * lib/argp-help.c (struct hol_entry): New member `ord'.
35049         (HOL_ENTRY_PTRCMP): Use ord for comparison
35050         (hol_sort): Initialize ord.
35051
35052 2007-05-01  Bruno Haible  <bruno@clisp.org>
35053
35054         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
35055         Reported by Eric Blake.
35056         * doc/gnulib.texi (Function Substitutes): Update.
35057
35058 2007-05-01  Bruno Haible  <bruno@clisp.org>
35059
35060         * doc/functions.texi: Remove file, now redundant through
35061         doc/functions/*.texi.
35062
35063 2007-05-01  Bruno Haible  <bruno@clisp.org>
35064
35065         * modules/argp (Depends-on): Add sleep.
35066
35067 2007-05-01  Bruno Haible  <bruno@clisp.org>
35068
35069         * modules/sleep-tests: New file.
35070         * tests/test-sleep.c: New file.
35071
35072         * modules/sleep: New file.
35073         * lib/sleep.c: New file.
35074         * m4/sleep.m4: New file.
35075         * lib/unistd_.h (sleep): New declaration.
35076         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
35077         HAVE_SLEEP.
35078         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
35079         * doc/functions/sleep.texi: Document the sleep module.
35080
35081 2007-05-01  Bruno Haible  <bruno@clisp.org>
35082
35083         * lib/sigprocmask.h: Remove file.
35084         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
35085         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
35086         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
35087         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
35088         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
35089         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
35090         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
35091         HAVE_SIGSET_T as a shell variable.
35092         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
35093         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
35094         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
35095         (Depends-on): Add signal. Remove verify.
35096         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
35097         (Include): Mention <signal.h> instead of sigprocmask.h.
35098         * NEWS: Mention the change.
35099         * lib/fatal-signal.c: Don't include sigprocmask.h.
35100
35101 2007-05-01  Bruno Haible  <bruno@clisp.org>
35102
35103         * modules/signal: New file.
35104         * lib/signal_.h: New file.
35105         * m4/signal_h.m4: New file.
35106
35107 2007-05-01  Bruno Haible  <bruno@clisp.org>
35108
35109         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
35110         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
35111         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
35112         HAVE_WCTYPE_CTMP_BUG into wctype.h.
35113
35114 2007-05-01  Bruno Haible  <bruno@clisp.org>
35115
35116         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
35117         configure time.
35118         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
35119         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
35120         * modules/sys_stat (Makefile.am): Substitute their values into
35121         sys/stat.h.
35122
35123 2007-05-01  Bruno Haible  <bruno@clisp.org>
35124
35125         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
35126         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
35127         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
35128
35129 2007-05-01  Bruno Haible  <bruno@clisp.org>
35130
35131         * doc/header/assert.texi: Undo last change: don't mention the gnulib
35132         'assert' module here.
35133
35134 2007-05-01  Bruno Haible  <bruno@clisp.org>
35135
35136         * doc/functions/*.texi: New files.
35137         * doc/functions/google-ranking.txt: New file.
35138         * doc/gnulib.texi (Function Substitutes): New chapter.
35139         (ctime, inet_ntoa): Remove sections.
35140         * doc/ctime.texi: Remove file.
35141         * doc/inet_ntoa.texi: Remove file.
35142         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
35143         dependencies.
35144         (%.info): New rule, specifying a --reference-limit.
35145
35146 2007-05-01  Bruno Haible  <bruno@clisp.org>
35147
35148         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
35149
35150 2007-05-01  Bruno Haible  <bruno@clisp.org>
35151
35152         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
35153         the portability of 'mkdir' to mingw systems.
35154
35155 2007-05-01  Bruno Haible  <bruno@clisp.org>
35156
35157         * doc/headers/google-ranking.txt: New file.
35158
35159 2007-04-30  Eric Blake  <ebb9@byu.net>
35160
35161         Prefer fseeko to fseek.
35162         * modules/getpass (Depends-on): Add fseeko.
35163         * lib/getpass.c (getpass): Use fseeko, not fseek.
35164
35165 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
35166
35167         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
35168         assumes the sorting is stable, while most qsort implementations
35169         are not.  Use argument addresses to ensure they never compare as
35170         equal.
35171
35172         * tests/test-argp-2.sh (usage-indent test): Fix output
35173         (func_compare): Restore diff options
35174         * tests/test-argp.c: Restore #include "progname.h"
35175
35176 2007-04-29  Bruno Haible  <bruno@clisp.org>
35177
35178         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
35179         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35180         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
35181         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35182         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
35183         (configure.ac): Define CHECK_SNPRINTF_POSIX.
35184         (TESTS, check_PROGRAMS): Add test-snprintf.
35185         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
35186         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
35187         (TESTS, check_PROGRAMS): Add test-vsnprintf.
35188         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
35189         assertions that fail on HP-UX, OSF/1, or IRIX.
35190         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
35191
35192 2007-04-29  Bruno Haible  <bruno@clisp.org>
35193
35194         * MODULES.html.sh (posix_functions): Remove 'contents'.
35195
35196 2007-04-29  Karl Berry  <karl@gnu.org>
35197
35198         * config/srclist.txt (gendocs_template_min): new entry.
35199
35200 2007-04-29  Bruno Haible  <bruno@clisp.org>
35201
35202         Work around fpurge bug on BSD systems.
35203         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
35204         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
35205         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
35206         fpurge to rpl_fpurge if the system already has this function.
35207         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
35208         the case where the system already has this function. Correct invariants
35209         on BSD systems.
35210         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
35211         BSD systems.
35212
35213 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
35214
35215         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
35216         proposed by Sven Verdoolaege.
35217
35218         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
35219         options.
35220         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
35221         (usage and help tests): Update
35222
35223 2007-04-29  Bruno Haible  <bruno@clisp.org>
35224
35225         * tests/test-fflush.c (main): Use a file of size 17, not 10.
35226         Print more information in case of failure. Disable a test on BeOS.
35227
35228 2007-04-29  Bruno Haible  <bruno@clisp.org>
35229
35230         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
35231         This helps debugging on systems on which no gdb is available.
35232
35233 2007-04-29  Bruno Haible  <bruno@clisp.org>
35234
35235         * lib/freading.h: Improve comments.
35236         * lib/fwriting.h: Likewise.
35237         * tests/test-freading.c (main): Don't check freading immediately after
35238         repositioning. Needed for glibc.
35239
35240 2007-04-29  Bruno Haible  <bruno@clisp.org>
35241
35242         * lib/freading.c (freading): Trivial simplification.
35243
35244 2007-04-28  Bruno Haible  <bruno@clisp.org>
35245
35246         * tests/test-fwriting.c (main): Also test the interaction between
35247         fflush and fwriting.
35248         * modules/fwriting-tests (Depends-on): Add fflush.
35249
35250         * tests/test-freading.c (main): Also test the interaction between
35251         fflush and freading.
35252         * modules/freading-tests (Depends-on): Add fflush.
35253
35254 2007-04-28  Bruno Haible  <bruno@clisp.org>
35255
35256         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
35257         fseeko and ftello.
35258         Suggested by Eric Blake.
35259
35260 2007-04-28  Jim Meyering  <jim@meyering.net>
35261
35262         Avoid false-negative in gl_STDINT_H's C99 conformance test.
35263         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
35264         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
35265
35266 2007-04-27  Eric Blake  <ebb9@byu.net>
35267
35268         * doc/headers/assert.texi (assert.h): Document assert module use.
35269
35270 2007-04-27  Bruno Haible  <bruno@clisp.org>
35271
35272         * doc/headers/*.texi: New files.
35273         * doc/gnulib.texi (Header File Substitutes): New chapter.
35274         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
35275         dependencies.
35276         (standards.info ,standards.html, standards.dvi): Update dependencies.
35277         (mostlyclean, clean): New targets.
35278
35279 2007-04-27  Bruno Haible  <bruno@clisp.org>
35280
35281         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
35282         * modules/sysexits (Files, Makefile.am): Update.
35283
35284         * lib/sys_socket_.h: Renamed from lib/socket_.h.
35285         * modules/sys_socket (Files, Makefile.am): Update.
35286
35287         * lib/sys_stat_.h: Renamed from lib/stat_.h.
35288         * modules/sys_stat (Files, Makefile.am): Update.
35289
35290 2007-04-27  Eric Blake  <ebb9@byu.net>
35291
35292         * lib/freading.h: Improve comments.
35293         * lib/fwriting.h: Likewise.
35294         * lib/fflush.c: Likewise.
35295
35296         Fix closein for mingw.
35297         * modules/closein-tests: Add tests for closein.
35298         * tests/test-closein.c: New file.
35299         * tests/test-closein.sh: Likewise.
35300         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
35301         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
35302
35303 2007-04-27  Bruno Haible  <bruno@clisp.org>
35304
35305         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
35306         version is < 6.
35307         * lib/math_.h [__DECC]: Likewise.
35308         * lib/stdio_.h [__DECC]: Likewise.
35309         * lib/stdlib_.h [__DECC]: Likewise.
35310         * lib/string_.h [__DECC]: Likewise.
35311         * lib/time_.h [__DECC]: Likewise.
35312         * lib/wchar_.h [__DECC]: Likewise.
35313         * lib/wctype_.h [__DECC]: Likewise.
35314
35315 2007-04-27  Bruno Haible  <bruno@clisp.org>
35316
35317         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
35318
35319 2007-04-27  Bruno Haible  <bruno@clisp.org>
35320
35321         * lib/fflush.c: Add comments.
35322         * modules/fpurge-tests (Depends-on): Add fflush.
35323         * modules/freadable-tests (Depends-on): Likewise.
35324         * modules/fwritable-tests (Depends-on): Likewise.
35325
35326 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
35327
35328         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
35329         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
35330         Report by Bruno Haible <bruno@clisp.org>.
35331
35332 2007-04-26  Eric Blake  <ebb9@byu.net>
35333
35334         Fix fflush on mingw.
35335         * modules/fflush (Depends-on): Add freading.
35336         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
35337         but unread data.
35338
35339 2007-04-26  Eric Blake  <ebb9@byu.net>
35340         and Bruno Haible  <bruno@clisp.org>
35341
35342         Implement freading and fwriting.
35343         * lib/freading.c: New file.
35344         * lib/freading.h: Likewise.
35345         * m4/freading.m4: Likewise.
35346         * modules/freading: Likewise.
35347         * modules/freading-tests: Likewise.
35348         * tests/test-freading.c: Likewise.
35349         * lib/fwriting.c: New file.
35350         * lib/fwriting.h: Likewise.
35351         * m4/fwriting.m4: Likewise.
35352         * modules/fwriting: Likewise.
35353         * modules/fwriting-tests: Likewise.
35354         * tests/test-fwriting.c: Likewise.
35355         * MODULES.html.sh (File stream based Input/Output): Mention them.
35356
35357 2007-04-26  Bruno Haible  <bruno@clisp.org>
35358
35359         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
35360         'long' when we assume it.
35361         Suggested by Eric Blake.
35362
35363 2007-04-26  Bruno Haible  <bruno@clisp.org>
35364
35365         Ensure fseeko, ftello are declared on glibc systems.
35366         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
35367         * modules/fseeko (configure.ac-early): Likewise.
35368         * modules/ftello (configure.ac-early): Likewise.
35369         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
35370         AC_FUNC_FSEEKO for this.
35371         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
35372         (gl_CHECK_FSEEKO): Remove macro.
35373
35374 2007-04-26  Bruno Haible  <bruno@clisp.org>
35375
35376         * tests/test-fflush.c (main): Also check the ftell result after
35377         fflush and fseek/fseeko.
35378         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
35379         file descriptor position cache in the stream.
35380         * lib/fseeko.c (rpl_fseeko): Likewise.
35381
35382 2007-04-26  Bruno Haible  <bruno@clisp.org>
35383
35384         * modules/fflush-tests (Depends-on): Add fseeko.
35385
35386 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
35387             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35388
35389         * lib/argz_.h: ensure error_t definition is obtained in same
35390         mechanism system argz.h would have.
35391         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
35392         argz facilities are known bad.  Err on the side of caution if
35393         cross-compiling.
35394
35395 2007-04-25  Eric Blake  <ebb9@byu.net>
35396
35397         * lib/fpurge.c (includes): Use stdlib.h for free.
35398         * tests/test-fflush.c (main): Also test fflush-fseeko.
35399
35400 2007-04-25  Bruno Haible  <bruno@clisp.org>
35401
35402         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
35403         * lib/fseeko.c: New file.
35404         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
35405         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
35406         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
35407         gl_FUNC_FSEEKO.
35408         (gl_FUNC_FSEEKO): Invoke it.
35409         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
35410         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
35411         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
35412
35413 2007-04-25  Bruno Haible  <bruno@clisp.org>
35414
35415         * modules/fflush (Depends-on): Add ftello.
35416
35417 2007-04-25  Bruno Haible  <bruno@clisp.org>
35418
35419         * modules/ftello-tests: New file.
35420         * tests/test-ftello.c: New file.
35421
35422         * modules/ftello: New file.
35423         * m4/ftello.m4: New file.
35424         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
35425         HAVE_FTELLO.
35426         * lib/stdio_.h (ftello): New declaration.
35427         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
35428         HAVE_FTELLO.
35429
35430 2007-04-25  Bruno Haible  <bruno@clisp.org>
35431
35432         * modules/fseeko-tests: New file.
35433         * tests/test-fseeko.c: New file.
35434
35435         * modules/fseeko: New file.
35436         * m4/fseeko.m4: New file.
35437         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
35438         HAVE_FSEEKO.
35439         * lib/stdio_.h (fseeko): New declaration.
35440         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
35441         HAVE_FSEEKO.
35442
35443 2007-04-25  Bruno Haible  <bruno@clisp.org>
35444
35445         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
35446
35447 2007-04-25  Bruno Haible  <bruno@clisp.org>
35448
35449         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
35450         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
35451         * tests/test-unistd.c: Likewise.
35452         * tests/test-fcntl.c: Likewise.
35453
35454 2007-04-23  Eric Blake  <ebb9@byu.net>
35455
35456         * lib/fflush.c: Fix missing include.
35457         Reported by Bruno Haible.
35458
35459 2007-04-23  Bruno Haible  <bruno@clisp.org>
35460
35461         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
35462         Reported by Eric Blake.
35463
35464 2007-04-23  Bruno Haible  <bruno@clisp.org>
35465
35466         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
35467
35468 2007-04-23  Bruno Haible  <bruno@clisp.org>
35469
35470         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
35471
35472 2007-04-23  Bruno Haible  <bruno@clisp.org>
35473
35474         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
35475         Needed on HP-UX 11.
35476
35477 2007-04-16  Eric Blake  <ebb9@byu.net>
35478
35479         Make fflush rely on fpurge.
35480         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
35481         open coding all variants.
35482         * modules/fflush (Depends-on): Add fpurge and unistd.
35483         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
35484         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
35485
35486         Fix --with-tests compilation on cygwin.
35487         * modules/argmatch-tests (Makefile.am): List gnulib library first
35488         in LDADD.
35489         * modules/argp-tests (Makefile.am): Likewise.
35490         * modules/array-list-tests (Makefile.am): Likewise.
35491         * modules/array-oset-tests (Makefile.am): Likewise.
35492         * modules/avltree-list-tests (Makefile.am): Likewise.
35493         * modules/avltree-oset-tests (Makefile.am): Likewise.
35494         * modules/avltreehash-list-tests (Makefile.am): Likewise.
35495         * modules/carray-list-tests (Makefile.am): Likewise.
35496         * modules/dirname-tests (Makefile.am): Likewise.
35497         * modules/frexp-tests (Makefile.am): Likewise.
35498         * modules/isnanl-tests (Makefile.am): Likewise.
35499         * modules/linked-list-tests (Makefile.am): Likewise.
35500         * modules/linkedhash-list-tests (Makefile.am): Likewise.
35501         * modules/lock-tests (Makefile.am): Likewise.
35502         * modules/rbtree-list-tests (Makefile.am): Likewise.
35503         * modules/rbtree-oset-tests (Makefile.am): Likewise.
35504         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
35505         * modules/tls-tests (Makefile.am): Likewise.
35506         * modules/tsearch-tests (Makefile.am): Likewise.
35507         * modules/xvasprintf-tests (Makefile.am): Likewise.
35508
35509         Fix fpurge for cygwin.
35510         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
35511         value.
35512         * modules/fpurge-tests (Depends-on): Clean up trash.
35513
35514 2007-04-16  Simon Josefsson  <simon@josefsson.org>
35515
35516         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
35517
35518         * m4/autobuild.m4: Re-indent.
35519
35520 2007-04-13  Bruno Haible  <bruno@clisp.org>
35521
35522         * modules/fpurge-tests: New file.
35523         * tests/test-fpurge.c: New file.
35524
35525         * modules/fpurge: New file.
35526         * lib/fpurge.h: New file.
35527         * lib/fpurge.c: New file.
35528         * m4/fpurge.m4: New file.
35529
35530 2007-04-13  Bruno Haible  <bruno@clisp.org>
35531
35532         * modules/fbufmode-tests: New file.
35533         * tests/test-fbufmode.c: New file.
35534
35535         * modules/fbufmode: New file.
35536         * lib/fbufmode.h: New file.
35537         * lib/fbufmode.c: New file.
35538         * m4/fbufmode.m4: New file.
35539
35540 2007-04-13  Bruno Haible  <bruno@clisp.org>
35541
35542         * modules/fwritable-tests: New file.
35543         * tests/test-fwritable.c: New file.
35544
35545         * modules/fwritable: New file.
35546         * lib/fwritable.h: New file.
35547         * lib/fwritable.c: New file.
35548         * m4/fwritable.m4: New file.
35549
35550 2007-04-13  Bruno Haible  <bruno@clisp.org>
35551
35552         * modules/freadable-tests: New file.
35553         * tests/test-freadable.c: New file.
35554
35555         * modules/freadable: New file.
35556         * lib/freadable.h: New file.
35557         * lib/freadable.c: New file.
35558         * m4/freadable.m4: New file.
35559
35560 2007-04-13  Bruno Haible  <bruno@clisp.org>
35561
35562         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
35563         MOSTLYCLEANFILES.
35564
35565 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
35566
35567         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
35568         gzip bootstrap.conf to avoid dragging in i18n machinery.
35569         (gnulib_tool_option): Use it.
35570
35571 2007-04-13  Bruno Haible  <bruno@clisp.org>
35572
35573         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
35574         %F directives.
35575         * tests/test-vasprintf-posix.c (test_function): Likewise.
35576         * tests/test-snprintf-posix.h (test_function): Likewise.
35577         * tests/test-sprintf-posix.h (test_function): Likewise.
35578         * tests/test-fprintf-posix.h (test_function): Likewise.
35579         * tests/test-printf-posix.h (test_function): Likewise.
35580         * tests/test-fprintf-posix.out: Likewise.
35581
35582 2007-04-13  Bruno Haible  <bruno@clisp.org>
35583
35584         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
35585         * modules/tls-tests (configure.ac): Likewise.
35586         Reported by Arto C. Nirkko <anirkko@insel.ch>.
35587
35588 2007-04-13  Bruno Haible  <bruno@clisp.org>
35589
35590         * lib/tls.c (glthread_tls_get): Fix return type.
35591         Patch by Arto C. Nirkko <anirkko@insel.ch>.
35592
35593 2007-04-12  Eric Blake  <ebb9@byu.net>
35594
35595         * modules/gettime (Depends-on): Remove gettime.
35596         Reported by Dmitry V. Levin.
35597
35598 2007-04-12  Bruno Haible  <bruno@clisp.org>
35599
35600         * modules/fflush (Include): Mention <stdio.h>.
35601         * modules/strtoimax (Include): Mention <inttypes.h>.
35602         * modules/strtoumax (Include): Likewise.
35603
35604 2007-04-12  Eric Blake  <ebb9@byu.net>
35605
35606         * .cvsignore: New file.
35607         * .gitignore: Likewise.
35608
35609 2007-04-12  Bruno Haible  <bruno@clisp.org>
35610
35611         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
35612         not before, since $(LDADD) often contains libgnu.a.
35613         * modules/striconv-tests (test_striconv_LDADD): Likewise.
35614         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
35615         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
35616         Needed on Cygwin.
35617
35618 2007-04-12  Eric Blake  <ebb9@byu.net>
35619
35620         Work around glibc's failure to flush stdin on fclose.
35621         * lib/closein.c (close_stdin): Flush stdin before closing.
35622
35623         Work around glibc's failure to reset seekable stdin on exit.
35624         * modules/closein: New module.
35625         * lib/closein.c: New file.
35626         * lib/closein.h: Likewise.
35627         * m4/closein.m4: Likewise.
35628         * MODULES.html.sh (File stream based Input/Output): Document it.
35629
35630 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35631
35632         * gnulib-tool: Rename generated 'autobuild' script to
35633         'do-autobuild' in --create-megatestdir output.
35634
35635         * doc/gnulib.texi (Build robot for gnulib): Fix.
35636
35637 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35638
35639         * modules/sysexits (Depends-on): Add absolute-header.
35640
35641 2007-04-12  Eric Blake  <ebb9@byu.net>
35642
35643         No need to preserve errno on success.
35644         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
35645         Reported by Bruno Haible.
35646
35647 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35648
35649         * MODULES.html.sh (Support for maintaining and releasing
35650         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
35651
35652 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35653
35654         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
35655
35656 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35657
35658         * modules/autobuild: New module.
35659
35660         * m4/autobuild.m4: New file.
35661
35662 2007-04-11  Bruno Haible  <bruno@clisp.org>
35663
35664         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
35665         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
35666         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
35667         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
35668         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35669         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35670         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35671         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35672         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35673         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35674         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
35675         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35676         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35677         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
35678         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35679         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35680         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
35681         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35682         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35683         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
35684         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35685         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35686         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
35687         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35688         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35689         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
35690         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35691         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35692         Reported by Eric Blake.
35693
35694 2007-04-11  Bruno Haible  <bruno@clisp.org>
35695
35696         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
35697
35698 2007-04-10  Bruno Haible  <bruno@clisp.org>
35699
35700         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
35701         for NaN and Infinity. Needed on FreeBSD 6.1.
35702         * tests/test-vasnprintf-posix.c (test_function): Undo last change
35703         regarding results for "%010a" of Infinity and NaN.
35704         * tests/test-vasprintf-posix.c (test_function): Likewise.
35705         * tests/test-snprintf-posix.h (test_function): Likewise.
35706         * tests/test-sprintf-posix.h (test_function): Likewise.
35707         * tests/test-fprintf-posix.h (test_function): Likewise.
35708         * tests/test-printf-posix.h (test_function): Likewise.
35709         * tests/test-fprintf-posix.out: Likewise.
35710
35711 2007-04-10  Bruno Haible  <bruno@clisp.org>
35712
35713         * modules/locale-tests: New file.
35714         * tests/test-locale.c: New file.
35715
35716         * modules/locale: New file.
35717         * lib/locale_.h: New file.
35718         * m4/locale_h.m4: New file.
35719
35720 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
35721             Bruno Haible  <bruno@clisp.org>
35722
35723         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
35724         be determined, test for availability of the copysignf, copysign,
35725         copysignl functions.
35726         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
35727         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
35728         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
35729
35730 2007-04-09  Eric Blake  <ebb9@byu.net>
35731
35732         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
35733         * modules/stdio (Makefile.am): Support fflush.
35734         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
35735         * modules/fflush: New file.
35736         * lib/fflush.c: Likewise.
35737         * m4/fflush.m4: Likewise.
35738         * modules/fflush-tests: New test.
35739         * tests/test-fflush.c: Likewise.
35740         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
35741
35742 2007-04-06  Bruno Haible  <bruno@clisp.org>
35743
35744         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
35745         (VASNPRINTF): Use signbit for faster determination whether to print a
35746         minus sign.
35747         * modules/vasnprintf (Files): Remove lib/float+.h.
35748         * modules/fprintf-posix (Depends-on): Add signbit.
35749         * modules/snprintf-posix (Depends-on): Likewise.
35750         * modules/sprintf-posix (Depends-on): Likewise.
35751         * modules/vasnprintf-posix (Depends-on): Likewise.
35752         * modules/vasprintf-posix (Depends-on): Likewise.
35753         * modules/vfprintf-posix (Depends-on): Likewise.
35754         * modules/vsnprintf-posix (Depends-on): Likewise.
35755         * modules/vsprintf-posix (Depends-on): Likewise.
35756
35757 2007-04-06  Bruno Haible  <bruno@clisp.org>
35758
35759         * tests/test-frexp.c (main): Test also the sign bit of zero results.
35760         * tests/test-frexpl.c (main): Likewise.
35761         * tests/test-ldexpl.c (main): Likewise.
35762         * modules/frexp-tests (Depends-on): Add signbit.
35763         * modules/frexpl-tests (Depdends-on): Likewise.
35764         * modules/ldexpl-tests (Depdends-on): Likewise.
35765
35766 2007-04-06  Bruno Haible  <bruno@clisp.org>
35767
35768         * modules/signbit-tests: New file.
35769         * tests/test-signbit.c: New file.
35770
35771         * modules/signbit: New file.
35772         * lib/signbitf.c: New file.
35773         * lib/signbitd.c: New file.
35774         * lib/signbitl.c: New file.
35775         * m4/signbit.m4: New file.
35776         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
35777         (signbit): New macro.
35778         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
35779         REPLACE_SIGNBIT.
35780         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
35781         REPLACE_FREXPL into math.h.
35782
35783 2007-04-06  Bruno Haible  <bruno@clisp.org>
35784
35785         * modules/isnanf-nolibm-tests: New file.
35786         * tests/test-isnanf.c: New file.
35787
35788         * modules/isnanf-nolibm: New file.
35789         * lib/isnanf.h: New file.
35790         * lib/isnanf.c: New file.
35791         * lib/isnan.c: Consider the USE_FLOAT macro.
35792         * m4/isnanf.m4: New file.
35793
35794 2007-04-06  Bruno Haible  <bruno@clisp.org>
35795
35796         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
35797         (Link): New section.
35798
35799         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
35800
35801 2007-04-06  Bruno Haible  <bruno@clisp.org>
35802
35803         Assume the 'long double' type.
35804         * m4/longdouble.m4: Remove file.
35805         * config/srclist.txt: Don't mention longdouble.m4.
35806         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
35807         * lib/float+.h: Likewise.
35808         * lib/frexp.c: Likewise.
35809         * lib/printf-args.h: Likewise.
35810         * lib/printf-args.c: Likewise.
35811         * lib/printf-frexp.c: Likewise.
35812         * lib/printf-parse.c: Likewise.
35813         * lib/vasnprintf.c: Likewise.
35814         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
35815         * m4/intl.m4: Likewise.
35816         * m4/isnanl.m4: Likewise.
35817         * m4/printf.m4: Likewise.
35818         * m4/printf-frexpl.m4: Likewise.
35819         * m4/vasnprintf.m4: Likewise.
35820         * modules/allocsa (Files): Remove m4/longdouble.m4.
35821         * modules/gettext (Files): Likewise.
35822         * modules/relocatable-prog-wrapper (Files): Likewise.
35823         * modules/vasnprintf (Files): Likewise.
35824         * modules/isnanl (Files): Likewise.
35825         (Include): Simplify.
35826         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
35827         (Include): Simplify.
35828         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
35829         (Include): Simplify.
35830         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
35831         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35832         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
35833         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35834         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
35835         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35836         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
35837         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35838         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
35839         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35840         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
35841         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35842         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
35843         * tests/test-isnanl.c: Likewise.
35844         * tests/test-snprintf-posix.h: Likewise.
35845         * tests/test-sprintf-posix.h: Likewise.
35846         * tests/test-vasnprintf-posix.c: Likewise.
35847         * tests/test-vasnprintf-posix2.c: Likewise.
35848         * tests/test-vasprintf-posix.c: Likewise.
35849
35850 2007-04-06  Bruno Haible  <bruno@clisp.org>
35851
35852         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
35853         * lib/math_.h [__DECC]: Include the overridden include file through
35854         #include_next, outside the double-inclusion guard.
35855         * lib/stdio_.h [__DECC]: Likewise.
35856         * lib/stdlib_.h [__DECC]: Likewise.
35857         * lib/string_.h [__DECC]: Likewise.
35858         * lib/time_.h [__DECC]: Likewise.
35859         * lib/wchar_.h [__DECC]: Likewise.
35860         * lib/wctype_.h [__DECC]: Likewise.
35861         * lib/inttypes_.h [__DECC]: Likewise.
35862         Reported by Albert Chin <china@thewrittenword.com> in
35863         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
35864
35865 2007-04-04  Eric Blake  <ebb9@byu.net>
35866
35867         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
35868         1.5.x.
35869
35870 2007-04-04  Bruno Haible  <bruno@clisp.org>
35871
35872         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
35873         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
35874
35875 2007-04-04  Bruno Haible  <bruno@clisp.org>
35876
35877         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
35878         results for "%010a" of Infinity and NaN.
35879         * tests/test-vasprintf-posix.c (test_function): Likewise.
35880         * tests/test-snprintf-posix.h (test_function): Likewise.
35881         * tests/test-sprintf-posix.h (test_function): Likewise.
35882         * tests/test-fprintf-posix.h (test_function): Remove these tests.
35883         * tests/test-printf-posix.h (test_function): Likewise.
35884         * tests/test-fprintf-posix.out: Update.
35885         Needed for FreeBSD 6.1.
35886
35887 2007-04-04  Bruno Haible  <bruno@clisp.org>
35888
35889         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
35890         directly used by the gnulib modules nor by gnulib-tool.
35891
35892 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
35893
35894         * DEPENDENCIES: Give overall description of version dependency
35895         desirability.  Use more-typical names for apps.
35896         Add shell, coreutils, diffutils, grep, tar, gzip.
35897
35898 2007-04-04  Simon Josefsson  <simon@josefsson.org>
35899
35900         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
35901
35902 2007-04-04  Karl Berry  <karl@gnu.org>
35903
35904         * MODULES.html.sh (func_module): missing '.
35905
35906 2007-04-03  Bruno Haible  <bruno@clisp.org>
35907
35908         * modules/argmatch-tests (Makefile.am): New variable
35909         test_argmatch_LDADD.
35910         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
35911         * modules/array-list-tests (Makefile.am): New variable
35912         test_array_list_LDADD.
35913         * modules/array-oset-tests (Makefile.am): New variable
35914         test_array_oset_LDADD.
35915         * modules/avltree-list-tests (Makefile.am): New variable
35916         test_avltree_list_LDADD.
35917         * modules/avltree-oset-tests (Makefile.am): New variable
35918         test_avltree_oset_LDADD.
35919         * modules/avltreehash-list-tests (Makefile.am): New variable
35920         test_avltreehash_list_LDADD.
35921         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
35922         test_canonicalize_lgpl_LDADD.
35923         * modules/carray-list-tests (Makefile.am): New variable
35924         test_carray_list_LDADD.
35925         * modules/dirname-tests (Makefile.am): New variable
35926         test_dirname_LDADD.
35927         * modules/linked-list-tests (Makefile.am): New variable
35928         test_linked_list_LDADD.
35929         * modules/linkedhash-list-tests (Makefile.am): New variable
35930         test_linkedhash_list_LDADD.
35931         * modules/rbtree-list-tests (Makefile.am): New variable
35932         test_rbtree_list_LDADD.
35933         * modules/rbtree-oset-tests (Makefile.am): New variable
35934         test_rbtree_oset_LDADD.
35935         * modules/rbtreehash-list-tests (Makefile.am): New variable
35936         test_rbtreehash_list_LDADD.
35937         * modules/xvasprintf-tests (Makefile.am): New variable
35938         test_xvasprintf_LDADD.
35939         Reported by Eric Blake.
35940
35941 2007-04-03  Eric Blake  <ebb9@byu.net>
35942
35943         * DEPENDENCIES: Weaken m4 requirements.
35944
35945 2007-04-03  Bruno Haible  <bruno@clisp.org>
35946
35947         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
35948         * modules/isnanl-tests (configure.ac): Likewise.
35949
35950 2007-04-03  Ben Pfaff  <blp@gnu.org>
35951
35952         * modules/iconv_open: Add $(srcdir)/ to source directory
35953         references in Makefile fragments that call gperf, to fix VPATH
35954         builds.
35955
35956 2007-04-03  Bruno Haible  <bruno@clisp.org>
35957
35958         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
35959         * lib/ldexpl.c: Undo last change.
35960
35961 2007-04-03  Bruno Haible  <bruno@clisp.org>
35962
35963         * modules/printf-frexpl (Depends-on): Undo last change.
35964         (Files): Add m4/ldexpl.m4.
35965
35966 2007-04-03  Bruno Haible  <bruno@clisp.org>
35967
35968         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
35969         * modules/isnanl (Link): New section.
35970
35971         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
35972         * modules/frexp (Link): New section.
35973
35974         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
35975         * modules/frexpl (Link): New section.
35976
35977         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
35978         * modules/ldexpl (Link): New section.
35979
35980 2007-04-03  Bruno Haible  <bruno@clisp.org>
35981
35982         * modules/TEMPLATE-EXTENDED: New file.
35983         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
35984
35985 2007-04-03  Bruno Haible  <bruno@clisp.org>
35986
35987         * DEPENDENCIES: New file.
35988         Suggested by Simon Josefsson.
35989
35990 2007-04-03  Bruno Haible  <bruno@clisp.org>
35991
35992         * doc/gnulib.texi: Escape @.
35993
35994 2007-04-03  James Youngman  <jay@gnu.org>
35995         and Paul Eggert  <eggert@cs.ucla.edu>
35996
35997         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
35998         birthtime on all systems that have birthtime, not just those which
35999         use st_birthtimensec rather than st_birthtim.  Putting zero in
36000         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
36001         that the birth time is not available for files on an NFS mount.
36002
36003 2007-04-03  Simon Josefsson  <simon@josefsson.org>
36004
36005         * modules/memxor: Move back from crypto/, suggested by Bruno.
36006         * modules/crypto/hmac-sha1: Fix memxor dependency.
36007
36008         * modules/crypto/gc: Moved from ../.
36009
36010 2007-04-02  Eric Blake  <ebb9@byu.net>
36011
36012         * lib/ldexpl.c (includes): Avoid libm.
36013
36014         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
36015
36016 2007-04-02  Bruno Haible  <bruno@clisp.org>
36017
36018         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
36019         on IRIX.
36020
36021 2007-04-02  Bruno Haible  <bruno@clisp.org>
36022
36023         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
36024         x86 or x86_64 platforms running MacOS X.
36025         Reported by Ryan Schmidt <@ryandesign.com>.
36026
36027 2007-04-02  Bruno Haible  <bruno@clisp.org>
36028
36029         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
36030         i386.
36031
36032 2007-04-01  Simon Josefsson  <simon@josefsson.org>
36033
36034         * modules/crypto/arcfour: Moved from ../.
36035         * modules/crypto/arcfour-tests: Moved from ../.
36036         * modules/crypto/arctwo: Moved from ../.
36037         * modules/crypto/arctwo-tests: Moved from ../.
36038         * modules/crypto/des: Moved from ../.
36039         * modules/crypto/des-tests: Moved from ../.
36040         * modules/crypto/gc-arcfour: Moved from ../.
36041         * modules/crypto/gc-arcfour-tests: Moved from ../.
36042         * modules/crypto/gc-arctwo: Moved from ../.
36043         * modules/crypto/gc-arctwo-tests: Moved from ../.
36044         * modules/crypto/gc-des: Moved from ../.
36045         * modules/crypto/gc-des-tests: Moved from ../.
36046         * modules/crypto/gc-hmac-md5: Moved from ../.
36047         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
36048         * modules/crypto/gc-hmac-sha1: Moved from ../.
36049         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
36050         * modules/crypto/gc-md2: Moved from ../.
36051         * modules/crypto/gc-md2-tests: Moved from ../.
36052         * modules/crypto/gc-md4: Moved from ../.
36053         * modules/crypto/gc-md4-tests: Moved from ../.
36054         * modules/crypto/gc-md5: Moved from ../.
36055         * modules/crypto/gc-md5-tests: Moved from ../.
36056         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
36057         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
36058         * modules/crypto/gc-random: Moved from ../.
36059         * modules/crypto/gc-rijndael: Moved from ../.
36060         * modules/crypto/gc-rijndael-tests: Moved from ../.
36061         * modules/crypto/gc-sha1: Moved from ../.
36062         * modules/crypto/gc-sha1-tests: Moved from ../.
36063         * modules/crypto/gc-tests: Moved from ../.
36064         * modules/crypto/hmac-md5: Moved from ../.
36065         * modules/crypto/hmac-md5-tests: Moved from ../.
36066         * modules/crypto/hmac-sha1: Moved from ../.
36067         * modules/crypto/hmac-sha1-tests: Moved from ../.
36068         * modules/crypto/md2: Moved from ../.
36069         * modules/crypto/md2-tests: Moved from ../.
36070         * modules/crypto/md4: Moved from ../.
36071         * modules/crypto/md4-tests: Moved from ../.
36072         * modules/crypto/md5: Moved from ../.
36073         * modules/crypto/md5-tests: Moved from ../.
36074         * modules/crypto/memxor: Moved from ../.
36075         * modules/crypto/rijndael: Moved from ../.
36076         * modules/crypto/rijndael-tests: Moved from ../.
36077         * modules/crypto/sha1: Moved from ../.
36078
36079 2007-03-30  James Youngman  <jay@gnu.org>
36080
36081         * tests/test-stat-time.c (prepare_test): use chmod() rather than
36082         rename() to change the ctime of a file (because ctime is unaffected
36083         by rename on jfs2 on AIX 5.1).
36084         (main): Start by doing cleanup, in case a previous run failed leaving
36085         test files behind.
36086
36087 2007-03-31  Bruno Haible  <bruno@clisp.org>
36088
36089         Support old proprietary implementations of iconv.
36090         * modules/iconv_open: New file.
36091         * lib/iconv_.h: New file.
36092         * m4/iconv_h.m4: New file.
36093         * lib/iconv_open.c: New file.
36094         * lib/iconv_open-aix.gperf: New file.
36095         * lib/iconv_open-hpux.gperf: New file.
36096         * lib/iconv_open-irix.gperf: New file.
36097         * lib/iconv_open-osf.gperf: New file.
36098         * m4/iconv_open.m4: New file.
36099         * modules/linebreak (Depends-on): Add iconv_open.
36100         * modules/striconv (Depends-on): Likewise.
36101         * modules/striconveh (Depends-on): Likewise.
36102         * modules/unicodeio (Depends-on): Likewise.
36103         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
36104         (iconv_t)(-1).
36105         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
36106         conversion if cd is (iconv_t)(-1).
36107         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
36108         is not possible.
36109
36110 2007-03-31  Bruno Haible  <bruno@clisp.org>
36111
36112         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
36113         work on Solaris either. Protect also second use of "autodetect_jp".
36114
36115 2007-03-31  Bruno Haible  <bruno@clisp.org>
36116
36117         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
36118         the function is not present.
36119
36120 2007-03-31  Bruno Haible  <bruno@clisp.org>
36121
36122         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
36123         the function is not present.
36124
36125 2007-03-31  Bruno Haible  <bruno@clisp.org>
36126
36127         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
36128         a bug in HP-UX iconv_open().
36129
36130 2007-03-31  Bruno Haible  <bruno@clisp.org>
36131
36132         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
36133         (Mathematics <math.h>): New section, add fpieee.
36134         (Input/output <stdio.h>): Add fseterr.
36135         (Mathematics <math.h>): New section, add printf-frexp.
36136         (Container data structures): Add sublist.
36137         (Core language properties): Add fpucw, inline.
36138         (Functions for greatest-width integer types <inttypes.h>): Add
36139         imaxabs, imaxdiv, inttypes.
36140         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
36141         isnanl-nolibm, ldexp.
36142         (Mathematics <math.h>): New section, add printf-frexpl.
36143         (Support for systems lacking POSIX:2001): Add fprintf-posix,
36144         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
36145         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
36146         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
36147         (Unicode string functions): Add unistr/u*-mbtoucr.
36148         (Java): Add javacomp-script, javaexec-script.
36149         (C#): Add csharpcomp-script, csharpexec-script.
36150         (Support for building libraries and executables): Add havelib,
36151         relocatable-*.
36152         (Support for maintaining and releasing projects): Renamed from
36153         'Support for maintaining and release projects'. Add announce-gen.
36154
36155 2007-03-31  Bruno Haible  <bruno@clisp.org>
36156
36157         * README: Talk primarily about git.
36158         (git and CVS): Renamed from CVS.
36159         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
36160         gnulib is available through git.
36161         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
36162
36163 2007-03-30  Bruno Haible  <bruno@clisp.org>
36164
36165         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
36166         * lib/poll_.h: Likewise.
36167         * lib/stat_.h: Likewise.
36168         * lib/sys_time_.h: Likewise.
36169         * lib/sysexit_.h: Likewise.
36170         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
36171         * lib/stdbool_.h: Likewise.
36172         * lib/byteswap_.h: Add double-inclusion guard.
36173
36174 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
36175
36176         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
36177
36178 2007-03-30  Karl Berry  <karl@gnu.org>
36179
36180         * config/srclist-update: double space after USA in the license
36181         substitution, since that's how it's usually (?) written.
36182
36183 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
36184
36185         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
36186         reported by Bruno Haible.
36187
36188 2007-03-29  Bruno Haible  <bruno@clisp.org>
36189
36190         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
36191         a bug in AIX iconv().
36192
36193 2007-03-29  Bruno Haible  <bruno@clisp.org>
36194
36195         * modules/ldexpl-tests: New file.
36196         * tests/test-ldexpl.c: New file.
36197
36198 2007-03-29  Bruno Haible  <bruno@clisp.org>
36199
36200         * lib/ldexpl.c: Include fpucw.h.
36201         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
36202         multiplication.
36203         * modules/ldexpl (Depends-on): Add fpucw.
36204
36205 2007-03-29  Bruno Haible  <bruno@clisp.org>
36206
36207         * modules/ldexpl: New file.
36208         * m4/ldexpl.m4: New file.
36209         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
36210         set.
36211         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
36212         REPLACE_LDEXPL.
36213         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
36214         REPLACE_LDEXPL.
36215         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
36216         gl_FUNC_LDEXPL_WORKS.
36217         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
36218         * modules/mathl (Files): Remove lib/ldexpl.c.
36219         (Depends-on): Add ldexpl.
36220
36221 2007-03-29  Bruno Haible  <bruno@clisp.org>
36222
36223         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
36224
36225 2007-03-29  Bruno Haible  <bruno@clisp.org>
36226
36227         * tests/test-striconveh.c (main): Don't assume that a direct conversion
36228         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
36229         and possibly also HP-UX.
36230         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
36231         work on AIX, IRIX, HP-UX, OSF/1.
36232         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
36233         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
36234         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
36235         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
36236         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
36237         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
36238
36239 2007-03-29  Bruno Haible  <bruno@clisp.org>
36240
36241         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
36242
36243 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
36244
36245         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
36246         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
36247
36248 2007-03-29  Eric Blake  <ebb9@byu.net>
36249
36250         * lib/acl-internal.h: Remove redundant include.
36251         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
36252         Cygwin when a file is locked.
36253
36254 2007-03-29  Bruno Haible  <bruno@clisp.org>
36255
36256         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
36257         file.
36258         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
36259
36260 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
36261
36262         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
36263         try to remove a parent directory if the child couldn't be removed
36264         (except for the first rmdir, which could fail because the child
36265         doesn't exist).  Problem reported by Jeff Blaine in
36266         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
36267
36268 2007-03-28  Bruno Haible  <bruno@clisp.org>
36269
36270         * lib/striconveh.c (utf8conv_carefully): New function.
36271         (mem_cd_iconveh_internal): Invoke it.
36272
36273 2007-03-28  Bruno Haible  <bruno@clisp.org>
36274
36275         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
36276         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
36277         input.
36278         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
36279         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
36280         unistr/u8-uctomb.
36281
36282 2007-03-28  Bruno Haible  <bruno@clisp.org>
36283
36284         * modules/unistr/u8-mbtoucr: New file.
36285         * lib/unistr/u8-mbtoucr.c: New file.
36286         * modules/unistr/u16-mbtoucr: New file.
36287         * lib/unistr/u16-mbtoucr.c: New file.
36288         * modules/unistr/u16-mbtoucr: New file.
36289         * lib/unistr/u16-mbtoucr.c: New file.
36290         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
36291
36292 2007-03-27  Simon Josefsson  <simon@josefsson.org>
36293             Bruno Haible  <bruno@clisp.org>
36294
36295         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
36296         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
36297         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
36298
36299         * m4/stdio_h.m4: Add stubs for vasprintf too.
36300
36301         * modules/stdio: Support vasprintf in sed command.
36302
36303         * modules/vasprintf: Depend on stdio for prototypes.  Remove
36304         vasprintf.h.  Add stdio module indicator.
36305
36306         * lib/stdio_.h: Declare asprintf and vasprintf, based on
36307         vasprintf.h.
36308
36309         * lib/vasprintf.h: File removed.
36310
36311         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
36312         * lib/vasprintf.c: Ditto.
36313         * lib/xvasprintf.c: Ditto.
36314         * tests/test-vasprintf-posix.c: Ditto.
36315         * tests/test-vasprintf.c: Ditto.
36316
36317 2007-03-27  Bruno Haible  <bruno@clisp.org>
36318
36319         Make vasnprintf multithread-safe.
36320         * lib/vasnprintf.c (decimal_point_char): New function.
36321         (VASNPRINTF): Use it.
36322         Suggested by Simon Josefsson.
36323
36324 2007-03-27  Eric Blake  <ebb9@byu.net>
36325
36326         Support sub-second birthtime on cygwin.
36327         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
36328         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
36329         (get_stat_birthtime): Also work with st_birthtim.
36330
36331 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
36332
36333         * lib/stat-time.h (USE_BIRTHTIME): Remove.
36334         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
36335         (get_stat_birthtime_ns): Do not try to use "spare" fields.
36336         (get_stat_birthtime_ns): Simplify compile-time tests.
36337         (get_stat_birthtime): Change the API to look like
36338         get_stat_mtime etc., except return a negative tv_nsec on error.
36339         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
36340         Don't check for "spare" fields.
36341         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
36342         or for struct stat.st_birthtime, as these tests aren't used.
36343         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
36344
36345 2007-03-27  Bruno Haible  <bruno@clisp.org>
36346
36347         * lib/stat-time.h: Include <sys/stat.h>.
36348
36349 2007-03-27  James Youngman  <jay@gnu.org>
36350
36351         * lib/stat-time.h (get_stat_birthtime): New function for
36352           retrieving st_birthtime as provided by UFS2 (hence *BSD).
36353         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
36354           and its variants.
36355         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
36356         * modules/stat-time-test: New file.
36357         * tests/test-stat-time.c: New test, devised by Bruno Haible.
36358
36359 2007-03-26  Bruno Haible  <bruno@clisp.org>
36360
36361         Better support of signalling NaNs.
36362         * lib/atanl.c: Include isnanl.h.
36363         (atanl): Perform test for NaN at the beginning of the function and
36364         through a call to isnanl.
36365         * lib/cosl.c: Include isnanl.h.
36366         (cosl): Perform test for NaN at the beginning of the function and
36367         through a call to isnanl.
36368         * lib/ldexpl.c: Include isnanl.h.
36369         (ldexpl): Perform test for NaN through a call to isnanl.
36370         * lib/logl.c: Include isnanl.h.
36371         (logl): Perform test for NaN at the beginning of the function and
36372         through a call to isnanl.
36373         * lib/sinl.c: Include isnanl.h.
36374         (sinl): Perform test for NaN at the beginning of the function and
36375         through a call to isnanl.
36376         * lib/sqrtl.c: Include isnanl.h.
36377         (sqrtl): Perform test for NaN at the beginning of the function and
36378         through a call to isnanl.
36379         * lib/tanl.c: Include isnanl.h.
36380         (tanl): Perform test for NaN at the beginning of the function and
36381         through a call to isnanl.
36382         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
36383         * modules/mathl (Depends-on): Add isnanl.
36384
36385 2007-03-26  Eric Blake  <ebb9@byu.net>
36386
36387         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
36388         regression in logic sense of previous patch.
36389
36390 2007-03-26  Bruno Haible  <bruno@clisp.org>
36391
36392         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
36393         unportable shell command "if ! ...".
36394         Reported by Ralf Wildenhues.
36395
36396 2007-03-25  Bruno Haible  <bruno@clisp.org>
36397
36398         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
36399         <sysexits.h> file, and only add EX_CONFIG.
36400         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
36401         absolute file name and whether it is sufficient. Substitute also
36402         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
36403         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
36404         ABSOLUTE_SYSEXITS_H into sysexits.h.
36405
36406 2007-03-25  Bruno Haible  <bruno@clisp.org>
36407
36408         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
36409         hints is NULL.
36410
36411 2007-03-25  Bruno Haible  <bruno@clisp.org>
36412
36413         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
36414         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
36415
36416 2007-03-25  Bruno Haible  <bruno@clisp.org>
36417
36418         * lib/vasnprintf.c: Include langinfo.h.
36419         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
36420         multithread-safe.
36421         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
36422         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
36423         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
36424         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
36425         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
36426         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
36427         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
36428         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
36429         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
36430         Reported by Simon Josefsson.
36431
36432 2007-03-25  Bruno Haible  <bruno@clisp.org>
36433
36434         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
36435         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
36436         * modules/vasnprintf (Depends-on): Add stdint.
36437
36438 2007-03-25  Bruno Haible  <bruno@clisp.org>
36439
36440         * modules/fpieee: New file.
36441         * m4/fpieee.m4: New file.
36442         * modules/isnan-nolibm (Depends-on): Add fpieee.
36443         * modules/isnanl-nolibm (Depends-on): Add fpieee.
36444         * modules/isnanl (Depends-on): Add fpieee.
36445
36446 2007-03-25  Bruno Haible  <bruno@clisp.org>
36447
36448         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
36449
36450 2007-03-25  Bruno Haible  <bruno@clisp.org>
36451
36452         Avoid test failures on IRIX 6.5.
36453         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
36454         (main): Use it.
36455         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
36456         macros.
36457         (main): Use them.
36458
36459 2007-03-25  Bruno Haible  <bruno@clisp.org>
36460
36461         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
36462         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
36463         exists but doesn't work.
36464         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
36465         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
36466         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
36467         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
36468
36469 2007-03-25  Bruno Haible  <bruno@clisp.org>
36470
36471         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
36472         returns inf. Needed on IRIX 6.5.
36473
36474 2007-03-25  Bruno Haible  <bruno@clisp.org>
36475
36476         * tests/test-frexpl.c: Include isnanl-nolibm.h.
36477         (main): Use isnanl instead of x != x idiom.
36478         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
36479
36480         * tests/test-frexp.c: Include isnan.h.
36481         (main): Use isnan instead of x != x idiom.
36482         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
36483
36484 2007-03-25  Bruno Haible  <bruno@clisp.org>
36485
36486         * tests/test-frexp.c (NaN): New function/macro.
36487         (main): Use it instead of 0.0 / 0.0.
36488         * tests/test-isnan.c (NaN): New function/macro.
36489         (main): Use it instead of 0.0 / 0.0.
36490         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
36491         (test_function): Use it instead of 0.0 / 0.0.
36492         * tests/test-vasprintf-posix.c (NaN): New function/macro.
36493         (test_function): Use it instead of 0.0 / 0.0.
36494         * tests/test-snprintf-posix.h (NaN): New function/macro.
36495         (test_function): Use it instead of 0.0 / 0.0.
36496         * tests/test-sprintf-posix.h (NaN): New function/macro.
36497         (test_function): Use it instead of 0.0 / 0.0.
36498         * tests/test-fprintf-posix.h (NaN): New function/macro.
36499         (test_function): Use it instead of 0.0 / 0.0.
36500         * tests/test-printf-posix.h (NaN): New function/macro.
36501         (test_function): Use it instead of 0.0 / 0.0.
36502
36503         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
36504
36505 2007-03-25  Bruno Haible  <bruno@clisp.org>
36506
36507         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
36508
36509 2007-03-25  Bruno Haible  <bruno@clisp.org>
36510
36511         * lib/regexec.c (merge_state_with_log): Make static.
36512
36513 2007-03-25  Bruno Haible  <bruno@clisp.org>
36514
36515         * lib/trigl.c (kernel_rem_pio2): Make static.
36516
36517 2007-03-25  Bruno Haible  <bruno@clisp.org>
36518
36519         * lib/sincosl.c (sincosl_table): Make static.
36520
36521 2007-03-25  Bruno Haible  <bruno@clisp.org>
36522
36523         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
36524         if the compiler does not support C99.
36525
36526 2007-03-25  Bruno Haible  <bruno@clisp.org>
36527
36528         * modules/time (Makefile.am): Ensure all rule action lines start with a
36529         tab.
36530
36531 2007-03-24  Bruno Haible  <bruno@clisp.org>
36532
36533         * modules/tsearch-tests: New file.
36534         * tests/test-tsearch.sh: New file.
36535         * tests/test-tsearch.c: New file, mostly copied from glibc.
36536
36537         * modules/search-tests: New file.
36538         * tests/test-search.c: New file.
36539
36540         * modules/search: New file.
36541         * lib/search_.h: New file, incorporating lib/tsearch.h.
36542         * m4/search_h.m4: New file.
36543         * lib/tsearch.h: Remove file.
36544         * lib/tsearch.c: Include search.h instead of tsearch.h.
36545         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
36546         HAVE_TSEARCH.
36547         * modules/tsearch (Files): Remove lib/tsearch.h.
36548         (Depends-on): Add search.
36549         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
36550         (Include): Change tsearch.h into search.h.
36551
36552 2007-03-24  Bruno Haible  <bruno@clisp.org>
36553
36554         * modules/fpucw: New file.
36555         * lib/fpucw.h: New file.
36556         * lib/frexp.c: Include fpucw.h.
36557         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
36558         (FUNC): Use them.
36559         * lib/printf-frexp.c: Include fpucw.h.
36560         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
36561         (FUNC): Use them.
36562         * lib/vasnprintf.c: Include fpucw.h.
36563         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
36564         'long double' calculations.
36565         * tests/test-frexpl.c: Include fpucw.h.
36566         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
36567         * tests/test-printf-frexpl.c: Include fpucw.h.
36568         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
36569         * modules/frexpl (Depends-on): Add fpucw.
36570         * modules/printf-frexpl (Depends-on): Likewise.
36571         * modules/fprintf-posix (Depends-on): Likewise.
36572         * modules/snprintf-posix (Depends-on): Likewise.
36573         * modules/sprintf-posix (Depends-on): Likewise.
36574         * modules/vasnprintf-posix (Depends-on): Likewise.
36575         * modules/vasprintf-posix (Depends-on): Likewise.
36576         * modules/vfprintf-posix (Depends-on): Likewise.
36577         * modules/vsnprintf-posix (Depends-on): Likewise.
36578         * modules/vsprintf-posix (Depends-on): Likewise.
36579         * modules/frexpl-tests (Depends-on): Likewise.
36580         * modules/printf-frexpl-tests (Depends-on): Likewise.
36581
36582 2007-03-24  Bruno Haible  <bruno@clisp.org>
36583
36584         * lib/float+.h: New file.
36585         * lib/isnan.c: Include float+.h.
36586         (SIZE): New macro.
36587         (FUNC): Compare only SIZE bytes of the value.
36588         * lib/vasnprintf.c: Include float+.h.
36589         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
36590         SIZEOF_LDBL or SIZEOF_DBL bytes.
36591         * modules/isnan-nolibm (Files): Add lib/float+.h.
36592         * modules/isnanl-nolibm (Files): Add lib/float+.h.
36593         * modules/isnanl (Files): Add lib/float+.h.
36594         * modules/vasnprintf (Files): Add lib/float+.h.
36595
36596 2007-03-24  Bruno Haible  <bruno@clisp.org>
36597
36598         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
36599         include isnanl-nolibm.h.
36600
36601 2007-03-24  Bruno Haible  <bruno@clisp.org>
36602
36603         * tests/test-read-file.c (main): Don't produce spurious output for
36604         expected situations. Make the test fail if it encountered unexpected
36605         results.
36606
36607 2007-03-24  Bruno Haible  <bruno@clisp.org>
36608
36609         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
36610         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
36611
36612 2007-03-24  Bruno Haible  <bruno@clisp.org>
36613
36614         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
36615
36616 2007-03-24  Bruno Haible  <bruno@clisp.org>
36617
36618         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
36619         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
36620
36621         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
36622         * modules/utf8-ucs4: Turn into a symbolic link to module
36623         unistr/u8-mbtouc.
36624
36625         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
36626         utf8-ucs4-unsafe.
36627         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
36628         unistr/u8-mbtouc-unsafe.
36629
36630         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
36631         * modules/utf16-ucs4: Turn into a symbolic link to module
36632         unistr/u16-mbtouc.
36633
36634         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
36635         utf16-ucs4-unsafe.
36636         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
36637         unistr/u16-mbtouc-unsafe.
36638
36639         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
36640         * modules/ucs4-utf8: Turn into a symbolic link to module
36641         unistr/u8-ubtomb.
36642
36643         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
36644         * modules/ucs4-utf16: Turn into a symbolic link to module
36645         unistr/u16-ubtomb.
36646
36647 2007-03-24  Bruno Haible  <bruno@clisp.org>
36648
36649         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
36650         Enable the function only if HAVE_INLINE.
36651         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
36652         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
36653         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
36654         Enable the function only if HAVE_INLINE.
36655         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
36656         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
36657         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
36658         Enable the function only if HAVE_INLINE.
36659         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
36660         Enable the function only if HAVE_INLINE.
36661         * modules/utf8-ucs4: Update.
36662         * modules/utf8-ucs4-unsafe: Update.
36663         * modules/utf16-ucs4: Update.
36664         * modules/utf16-ucs4-unsafe: Update.
36665         * modules/ucs4-utf8: Update.
36666         * modules/ucs4-utf16: Update.
36667
36668 2007-03-24  Bruno Haible  <bruno@clisp.org>
36669
36670         * lib/utf8-ucs4.h: Remove file.
36671         * lib/utf8-ucs4-unsafe.h: Remove file.
36672         * lib/utf16-ucs4.h: Remove file.
36673         * lib/utf16-ucs4-unsafe.h: Remove file.
36674         * lib/ucs4-utf8.h: Remove file.
36675         * lib/ucs4-utf16.h: Remove file.
36676         * lib/unistr.h: Include their previous contents.
36677         * m4/utf-ucs4.m4: Remove file.
36678         * m4/ucs4-utf.m4: Remove file.
36679         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
36680         (Depends-on): Add unistr/base.
36681         (configure.ac): Remove gl_UTF_UCS4.
36682         (Makefile.am): Update.
36683         (Include): Change to unistr.h.
36684         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
36685         (Depends-on): Add unistr/base.
36686         (configure.ac): Remove gl_UTF_UCS4.
36687         (Makefile.am): Update.
36688         (Include): Change to unistr.h.
36689         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
36690         (Depends-on): Add unistr/base.
36691         (configure.ac): Remove gl_UTF_UCS4.
36692         (Makefile.am): Update.
36693         (Include): Change to unistr.h.
36694         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
36695         (Depends-on): Add unistr/base.
36696         (configure.ac): Remove gl_UTF_UCS4.
36697         (Makefile.am): Update.
36698         (Include): Change to unistr.h.
36699         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
36700         (Depends-on): Add unistr/base.
36701         (configure.ac): Remove gl_UCS4_UTF.
36702         (Makefile.am): Update.
36703         (Include): Change to unistr.h.
36704         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
36705         (Depends-on): Add unistr/base.
36706         (configure.ac): Remove gl_UCS4_UTF.
36707         (Makefile.am): Update.
36708         (Include): Change to unistr.h.
36709         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
36710         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
36711         utf8-ucs4-unsafe.h.
36712         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
36713         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
36714         utf16-ucs4-unsafe.h.
36715         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
36716         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
36717         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
36718         * lib/unistr/u8-strchr.c: Likewise.
36719         * lib/unistr/u8-strrchr.c: Likewise.
36720         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
36721         * lib/unistr/u16-strchr.c: Likewise.
36722         * lib/unistr/u16-strrchr.c: Likewise.
36723         * lib/striconveh.c: Update.
36724         * lib/linebreak.c: Update.
36725
36726 2007-03-24  Bruno Haible  <bruno@clisp.org>
36727
36728         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
36729         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
36730
36731 2007-03-22  Bruno Haible  <bruno@clisp.org>
36732
36733         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
36734
36735 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
36736
36737         * MODULES.html.sh (File system functions): New module write-any-file.
36738         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
36739         * m4/write-any-file.m4: New files.
36740
36741 2007-03-23  Eric Blake  <ebb9@byu.net>
36742
36743         * gnulib-tool: Rearrange space-tab sequences, since some editors
36744         like to eat them.
36745
36746 2007-03-23  Eric Blake  <ebb9@byu.net>
36747
36748         * lib/version-etc.c (version_etc_va): Update license wording to
36749         be more concise.  Recommended by Richard Stallman.
36750
36751 2007-03-22  Bruno Haible  <bruno@clisp.org>
36752
36753         * lib/poll.c (MSG_PEEK): New fallback definition.
36754
36755 2007-03-22  Bruno Haible  <bruno@clisp.org>
36756
36757         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
36758         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
36759         (main): Update.
36760         Fixes a compilation error on BeOS.
36761
36762 2007-03-22  Bruno Haible  <bruno@clisp.org>
36763
36764         * modules/frexpl-tests: New file.
36765         * tests/test-frexpl.c: New file.
36766
36767         * modules/frexpl: New file.
36768         * m4/frexpl.m4: New file.
36769         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
36770         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
36771         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
36772         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
36773         (Depends-on): Add frexpl. Remove isnanl-nolibm.
36774         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
36775
36776 2007-03-22  Bruno Haible  <bruno@clisp.org>
36777
36778         * lib/frexpl.c: Share code with lib/frexp.c.
36779         * modules/mathl (Files): Add lib/frexp.c.
36780         (Depends-on): Add isnanl-nolibm.
36781
36782 2007-03-22  Bruno Haible  <bruno@clisp.org>
36783
36784         * modules/printf-frexp (Files): Add m4/frexp.m4.
36785         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
36786         only if the found frexp function actually works.
36787
36788 2007-03-22  Bruno Haible  <bruno@clisp.org>
36789
36790         * lib/frexp.c: Remove older implementation that uses divisions.
36791
36792 2007-03-21  Bruno Haible  <bruno@clisp.org>
36793
36794         * modules/frexp-tests: New file.
36795         * tests/test-frexp.c: New file.
36796
36797         * modules/frexp: New file.
36798         * lib/frexp.c: New file.
36799         * m4/frexp.m4: New file.
36800         * lib/math_.h (frexp): New declaration.
36801         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
36802         REPLACE_FREXP.
36803         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
36804
36805 2007-03-21  Bruno Haible  <bruno@clisp.org>
36806
36807         * modules/isnanl-tests: New file.
36808         * tests/test-isnanl.c: New file.
36809
36810         * modules/isnanl: New file.
36811         * lib/isnanl.h: New file.
36812         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
36813         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
36814         gl_FUNC_ISNANL_WORKS.
36815         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
36816         New macros.
36817
36818 2007-03-21  Bruno Haible  <bruno@clisp.org>
36819
36820         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
36821         lib/isnanl.h.
36822         (Include): Update.
36823         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
36824         * lib/vasnprintf.c: Update.
36825         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
36826         tests/test-isnanl.h, remove tests/test-isnanl.c.
36827         (Makefile.am): Update.
36828         * tests/test-isnanl-nolibm.c: New file.
36829         * tests/test-isnanl.h: New file.
36830         * tests/test-isnanl.c: Remove file.
36831
36832 2007-03-21  Jim Meyering  <jim@meyering.net>
36833
36834         When trying to open ".", treat ESTALE like EACCES.
36835         * lib/savewd.c (savewd_save): Resort to forking not just upon
36836         failure with EACCES, but also when errno is ESTALE.
36837
36838 2007-03-20  Bruno Haible  <bruno@clisp.org>
36839
36840         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
36841         Needed on AIX 5.1. Reported by Matthew Woehlke.
36842
36843 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36844
36845         Suggestions by Bruno Haible:
36846         * lib/acl-internal.h: Include "gettext.h" rather than rolling
36847         our own.
36848         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
36849         * modules/acl (Depends-on): Add gettext.
36850
36851 2007-03-19  Bruno Haible  <bruno@clisp.org>
36852
36853         * modules/iconvme: Remove file.
36854         * lib/iconvme.h: Remove file.
36855         * lib/iconvme.c: Remove file.
36856         * m4/iconvme.m4: Remove file.
36857
36858 2007-03-19  Bruno Haible  <bruno@clisp.org>
36859
36860         * doc/relocatable-maint.texi: Break long shell script line.
36861         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
36862
36863 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36864
36865         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
36866         handle file_has_acl.
36867         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
36868         * lib/acl.c: Move header inclusions and related macro defns into
36869         lib/acl-internal.h.
36870         (S_ISLNK): Remove defn, since that's now done for us.
36871         (file_has_acl): Move to lib/file-has-acl.c.
36872         Call acl_trivial if available.  This is the crucial part of the fix.
36873         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
36874         shared within the library.  Rewrite a bit, partly to make it compatible
36875         with the GNU coding style.
36876         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
36877         Remove unnecessary double-quotes.
36878         Don't test for acl_to_text; the build will catch that.
36879         Replace acl_entries if it doesn't exist and it is needed.
36880         Check for -lsec and acl_trivial (as used on Solaris 10).
36881         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
36882         lib/file-has-acl.c.
36883         (Depends-on): Add sys_stat, for S_ISLNK.
36884
36885 2007-03-19  Ben Pfaff  <blp@gnu.org>
36886
36887         * doc/gnulib.texi: Fix typos.
36888         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
36889
36890 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36891
36892         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
36893         If size is zero here, buf must be zero.
36894
36895 2007-03-19  Simon Josefsson  <simon@josefsson.org>
36896
36897         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
36898         <bruno@clisp.org>.
36899
36900 2007-03-18  Bruno Haible  <bruno@clisp.org>
36901
36902         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
36903         Suggested by Eric Blake.
36904
36905 2007-03-18  Ben Pfaff  <blp@gnu.org>
36906
36907         * doc/relocatable.texi: Recommend using as prefix a directory
36908         that does not exist and will never be created.  Based on
36909         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
36910         and others.
36911
36912 2007-03-17  Bruno Haible  <bruno@clisp.org>
36913
36914         * lib/fchownat.c: Include lchown.h.
36915
36916 2007-03-17  Bruno Haible  <bruno@clisp.org>
36917
36918         Fix endless loop when the given allocated size was > INT_MAX.
36919         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
36920         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
36921         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
36922         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
36923         * lib/sprintf.c (sprintf): Likewise.
36924
36925 2007-03-17  Bruno Haible  <bruno@clisp.org>
36926
36927         * tests/test-argp-2.sh (func_compare): Output a context diff.
36928
36929 2007-03-17  Bruno Haible  <bruno@clisp.org>
36930
36931         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
36932         locale's decimal-point character.
36933
36934 2007-03-17  Bruno Haible  <bruno@clisp.org>
36935
36936         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
36937         before comparing it. Needed because on some platforms (e.g. x86) a
36938         'long double' occupies less bytes than sizeof (long double).
36939
36940 2007-03-17  Bruno Haible  <bruno@clisp.org>
36941
36942         * tests/test-crc.c (main): Make printf statements 64-bit clean.
36943         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
36944         * tests/test-getaddrinfo.c (simple): Likewise.
36945         * tests/test-read-file.c (main): Likewise.
36946
36947 2007-03-17  Bruno Haible  <bruno@clisp.org>
36948
36949         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
36950
36951 2007-03-17  Bruno Haible  <bruno@clisp.org>
36952
36953         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
36954         unused variable.
36955
36956 2007-03-17  Bruno Haible  <bruno@clisp.org>
36957
36958         * tests/test-c-strcasecmp.c: Include c-strcase.h.
36959         * tests/test-c-strncasecmp.c: Likewise.
36960
36961 2007-03-17  Bruno Haible  <bruno@clisp.org>
36962
36963         * modules/stdlib (Depends-on): Add unistd.
36964         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
36965         Needed for MacOS X 10.3.
36966
36967 2007-03-17  Bruno Haible  <bruno@clisp.org>
36968
36969         * lib/unistr/u-strdup.h: Include <stdlib.h>.
36970
36971 2007-03-17  Bruno Haible  <bruno@clisp.org>
36972
36973         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
36974
36975 2007-03-17  Bruno Haible  <bruno@clisp.org>
36976
36977         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
36978         to reflect files copied from gnulib (with or without modifications).
36979         Suggested by Jim Meyering.
36980
36981 2007-03-17  Eric Blake  <ebb9@byu.net>
36982
36983         * NEWS: Document stdlib change from 2007-02-18.
36984
36985 2007-03-17  Jim Meyering  <jim@meyering.net>
36986
36987         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
36988         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
36989         someone uses a name containing shell meta-characters.
36990         Reported by Alfred M. Szmidt.
36991
36992         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
36993
36994 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
36995
36996         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
36997         and copy gettext configuration files only if configure.ac contains
36998         a use of AM_GNU_GETTEXT_VERSION.
36999
37000 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
37001
37002         * build-aux/bootstrap (gnulib_name): New variable.
37003         (gnulib_tool_options): Use it.
37004
37005 2007-03-13  Simon Josefsson  <simon@josefsson.org>
37006
37007         * tests/test-des.c: Use new namespace.
37008
37009 2007-03-15  Bruno Haible  <bruno@clisp.org>
37010
37011         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
37012         Reported by James Youngman <jay@gnu.org>.
37013
37014 2007-03-15  Bruno Haible  <bruno@clisp.org>
37015
37016         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
37017         declared prototype. Needed with cc on OSF/1 5.1.
37018
37019 2007-03-15  Bruno Haible  <bruno@clisp.org>
37020
37021         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
37022         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
37023         (struct gl_list_implementation): Add dispose_fn argument to the
37024         'create_empty', 'create' methods.
37025         (struct gl_list_impl_base): Add field 'dispose_fn'.
37026         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
37027         argument.
37028         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
37029         dispose_fn argument.
37030         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
37031         dispose_fn on the dropped values.
37032         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
37033         dispose_fn argument.
37034         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
37035         dropped values.
37036         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
37037         (gl_tree_remove_node): Call dispose_fn on the dropped value.
37038         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
37039         (gl_tree_remove_node): Call dispose_fn on the dropped value.
37040         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
37041         argument.
37042         (gl_tree_list_free): Call dispose_fn on the dropped values.
37043         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
37044         the dropped values.
37045         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
37046         Add dispose_fn argument.
37047         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
37048         Call dispose_fn on the dropped values.
37049         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
37050         Add dispose_fn argument.
37051         (gl_sublist_create): Initialize the 'dispose_fn' field.
37052         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
37053         * tests/test-array_list.c (main): Update.
37054         * tests/test-carray_list.c (main): Update.
37055         * tests/test-avltree_list.c (main): Update.
37056         * tests/test-rbtree_list.c (main): Update.
37057         * tests/test-avltreehash_list.c (main): Update.
37058         * tests/test-rbtreehash_list.c (main): Update.
37059         * tests/test-linked_list.c (main): Update.
37060         * tests/test-linkedhash_list.c (main): Update.
37061         * tests/test-array_oset.c (main): Update.
37062
37063 2007-03-15  Bruno Haible  <bruno@clisp.org>
37064
37065         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
37066         (gl_oset_create_empty): Add dispose_fn argument.
37067         (struct gl_oset_implementation): Add dispose_fn argument to
37068         'create_empty' method.
37069         (struct gl_oset_impl_base): Add dispose_fn field.
37070         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
37071         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
37072         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
37073         values.
37074         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
37075         (gl_tree_oset_free): Call dispose_fn on the dropped values.
37076         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
37077         dropped value.
37078         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
37079         dropped value.
37080         * tests/test-array_oset.c (main): Update.
37081         * tests/test-avltree_oset.c (main): Update.
37082         * tests/test-rbtree_oset.c (main): Update.
37083         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
37084
37085 2007-03-13  Bruno Haible  <bruno@clisp.org>
37086
37087         * tests/test-stdbool.c (i): Update after last patch.
37088
37089 2007-03-12  Bruno Haible  <bruno@clisp.org>
37090
37091         * lib/quotearg.c: Include <wctype.h> early, before the definition of
37092         the iswprint macro. Needed on Solaris 2.5.1.
37093
37094 2007-03-12  Bruno Haible  <bruno@clisp.org>
37095
37096         * tests/test-printf-frexp.c (main): Declare x as volatile.
37097
37098 2007-03-12  Simon Josefsson  <simon@josefsson.org>
37099
37100         * doc/gnulib.texi (Build robot for gnulib): New section.
37101
37102 2007-03-12  Jim Meyering  <jim@meyering.net>
37103
37104         * build-aux/bootstrap: New file.
37105         * build-aux/bootstrap.conf: New file, from coreutils.
37106
37107 2007-03-11  Bruno Haible  <bruno@clisp.org>
37108
37109         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
37110
37111 2007-03-12  Simon Josefsson  <simon@josefsson.org>
37112
37113         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
37114         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
37115         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
37116
37117 2007-03-11  Bruno Haible  <bruno@clisp.org>
37118
37119         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
37120         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
37121
37122 2007-03-11  Bruno Haible  <bruno@clisp.org>
37123
37124         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
37125         formula. Needed for SunPRO C 5.0.
37126
37127 2007-03-11  Bruno Haible  <bruno@clisp.org>
37128
37129         * modules/long-options (Depends-on): Add getopt.
37130
37131 2007-03-11  Bruno Haible  <bruno@clisp.org>
37132
37133         * modules/modechange (Depends-on): Add stdbool.
37134
37135 2007-03-11  Bruno Haible  <bruno@clisp.org>
37136
37137         * modules/i-ring (Depends-on): Add stdbool.
37138
37139 2007-03-11  Bruno Haible  <bruno@clisp.org>
37140
37141         * modules/gc-des (Depends-on): Add stdbool.
37142
37143 2007-03-11  Bruno Haible  <bruno@clisp.org>
37144
37145         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
37146
37147 2007-03-11  Bruno Haible  <bruno@clisp.org>
37148
37149         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
37150
37151 2007-03-11  Bruno Haible  <bruno@clisp.org>
37152
37153         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
37154
37155 2007-03-11  Bruno Haible  <bruno@clisp.org>
37156
37157         * lib/vasnprintf.c (sprintf): Undefine.
37158
37159 2007-03-11  Bruno Haible  <bruno@clisp.org>
37160
37161         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
37162         initializers in SunPRO C and Compaq C compilers.
37163
37164 2007-03-11  Bruno Haible  <bruno@clisp.org>
37165
37166         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
37167         decrementing code ANSI C compliant.
37168
37169 2007-03-11  Bruno Haible  <bruno@clisp.org>
37170
37171         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
37172         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
37173
37174 2007-03-11  Bruno Haible  <bruno@clisp.org>
37175
37176         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
37177         <stdbool.h> substitute doesn't pass.
37178
37179 2007-03-11  Bruno Haible  <bruno@clisp.org>
37180
37181         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
37182
37183 2007-03-11  Bruno Haible  <bruno@clisp.org>
37184
37185         * gnulib-tool (func_create_megatestdir): Create also an autobuild
37186         script, for submission to autobuild.josefsson.org.
37187
37188 2007-03-10  Bruno Haible  <bruno@clisp.org>
37189
37190         * modules/canonicalize-lgpl-tests: New file.
37191         * tests/test-canonicalize-lgpl.sh: New file.
37192         * tests/test-canonicalize-lgpl.c: New file.
37193
37194         * modules/c-strcase-tests: New file.
37195         * tests/test-c-strcase.sh: New file.
37196         * tests/test-c-strcasecmp.c: New file.
37197         * tests/test-c-strncasecmp.c: New file.
37198
37199         * modules/atexit-tests: New file.
37200         * tests/test-atexit.sh: New file.
37201         * tests/test-atexit.c: New file.
37202
37203 2007-03-10  Bruno Haible  <bruno@clisp.org>
37204
37205         * tests/test-binary-io.sh: Use temporary filenames that are not so
37206         likely to clash with those of other tests (in a parallel make).
37207         * tests/test-binary-io.c: Likewise.
37208
37209 2007-03-10  Bruno Haible  <bruno@clisp.org>
37210
37211         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
37212         fallback; use #error instead.
37213         Suggested by Simon Josefsson.
37214
37215 2007-03-10  Bruno Haible  <bruno@clisp.org>
37216
37217         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
37218         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
37219         first and the last.
37220
37221 2007-03-10  Bruno Haible  <bruno@clisp.org>
37222
37223         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
37224
37225 2007-03-10  Bruno Haible  <bruno@clisp.org>
37226
37227         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
37228         "make distcheck".
37229         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
37230         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
37231         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
37232
37233 2007-03-10  Bruno Haible  <bruno@clisp.org>
37234
37235         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
37236         variable.
37237         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
37238         variable.
37239
37240 2007-03-09  Eric Blake  <ebb9@byu.net>
37241         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
37242
37243         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
37244         types are not being provided by gnulib.
37245         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
37246         types are supported.
37247
37248 2007-03-10  Bruno Haible  <bruno@clisp.org>
37249
37250         * lib/stdio_.h (__attribute__): New macro.
37251         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
37252         vsprintf): Specify __attribute__ __format__ for GCC.
37253         Suggested by Eric Blake.
37254
37255 2007-03-09  Bruno Haible  <bruno@clisp.org>
37256
37257         * modules/printf-posix-tests: New file.
37258         * tests/test-printf-posix.sh: New file.
37259         * tests/test-printf-posix.c: New file.
37260
37261         * modules/printf-posix: New file.
37262         * lib/printf.c: New file.
37263         * m4/printf-posix-rpl.m4: New file.
37264         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
37265         REPLACE_PRINTF.
37266         * lib/stdio_.h (printf): New declaration.
37267         (format, __format__, ____printf____, ____scanf____, ____strftime____,
37268         ____strfmon____): New macros.
37269         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
37270         REPLACE_PRINTF.
37271
37272 2007-03-09  Bruno Haible  <bruno@clisp.org>
37273
37274         * tests/test-vasnprintf-posix2.sh: New file.
37275         * tests/test-vasnprintf-posix2.c: New file.
37276         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
37277         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
37278         (Makefile.am): Activate test-vasnprintf-posix2.sh.
37279
37280         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
37281         a locale dependent decimal point, rather than always '.'.
37282
37283 2007-03-09  Eric Blake  <ebb9@byu.net>
37284
37285         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
37286         spite of platforms like Tandem/NSK that define it to -1.
37287
37288 2007-03-08  Bruno Haible  <bruno@clisp.org>
37289
37290         * modules/vprintf-posix-tests: New file.
37291         * tests/test-vprintf-posix.sh: New file.
37292         * tests/test-vprintf-posix.c: New file.
37293         * tests/test-printf-posix.h: New file.
37294
37295         * modules/vprintf-posix: New file.
37296         * lib/vprintf.c: New file.
37297         * m4/vprintf-posix.m4: New file.
37298         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
37299         REPLACE_VPRINTF.
37300         * lib/stdio_.h (vprintf): New declaration.
37301         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
37302         REPLACE_VPRINTF.
37303
37304 2007-03-08  Bruno Haible  <bruno@clisp.org>
37305
37306         * modules/fprintf-posix-tests: New file.
37307         * tests/test-fprintf-posix.sh: New file.
37308         * tests/test-fprintf-posix.c: New file.
37309
37310         * modules/fprintf-posix: New file.
37311         * lib/fprintf.c: New file.
37312         * m4/fprintf-posix.m4: New file.
37313         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
37314         REPLACE_FPRINTF.
37315         * lib/stdio_.h (fprintf): New declaration.
37316         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
37317         REPLACE_FPRINTF.
37318
37319 2007-03-08  Bruno Haible  <bruno@clisp.org>
37320
37321         * modules/vfprintf-posix-tests: New file.
37322         * tests/test-vfprintf-posix.sh: New file.
37323         * tests/test-vfprintf-posix.c: New file.
37324         * tests/test-fprintf-posix.h: New file.
37325         * tests/test-fprintf-posix.out: New file.
37326
37327         * modules/vfprintf-posix: New file.
37328         * lib/vfprintf.c: New file.
37329         * m4/vfprintf-posix.m4: New file.
37330         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
37331         REPLACE_VFPRINTF.
37332         * lib/stdio_.h (vfprintf): New declaration.
37333         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
37334         REPLACE_VFPRINTF.
37335
37336 2007-03-08  Bruno Haible  <bruno@clisp.org>
37337
37338         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
37339
37340 2007-03-08  Bruno Haible  <bruno@clisp.org>
37341
37342         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
37343         instead of 'expr' invocations.
37344         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
37345         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
37346         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
37347         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
37348         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
37349         Suggested by Paul Eggert.
37350
37351 2007-03-08  Bruno Haible  <bruno@clisp.org>
37352
37353         * modules/fseterr-tests: New file.
37354         * tests/test-fseterr.c: New file.
37355
37356         * modules/fseterr: New file.
37357         * lib/fseterr.h: New file.
37358         * lib/fseterr.c: New file.
37359
37360 2007-03-08  Bruno Haible  <bruno@clisp.org>
37361
37362         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
37363         * lib/getopt_.h: Likewise.
37364         * lib/mbswidth.h: Likewise.
37365         * lib/setenv.h: Likewise.
37366         * lib/vasnprintf.h: Likewise.
37367         * lib/vasprintf.h: Likewise.
37368         * lib/verror.h: Likewise.
37369         * lib/xsetenv.h: Likewise.
37370         * lib/xvasprintf.h: Likewise.
37371
37372 2007-03-08  Jim Meyering  <jim@meyering.net>
37373
37374         * users.txt: Add parted.
37375
37376         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
37377
37378 2007-03-07  Bruno Haible  <bruno@clisp.org>
37379
37380         * m4/printf.m4: Make the shell script snippets copy&pastable.
37381
37382 2007-03-02  Bruno Haible  <bruno@clisp.org>
37383
37384         * lib/netinet_in_.h: New file.
37385         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
37386         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
37387         * modules/netinet_in (Files): Add lib/netinet_in_.h.
37388         (Depends-on): Add absolute-header.
37389         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
37390         into netinet/in.h.
37391
37392 2007-03-03  Bruno Haible  <bruno@clisp.org>
37393
37394         * lib/sys_select_.h: New file.
37395         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
37396         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
37397         * modules/sys_select (Files): Add lib/sys_select_.h.
37398         (Depends-on): Add absolute-header.
37399         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
37400         into sys/select.h.
37401
37402 2007-03-02  Bruno Haible  <bruno@clisp.org>
37403
37404         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
37405         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
37406         values.
37407         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
37408         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
37409         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
37410         * modules/sys_socket (Depends-on): Add absolute-header.
37411         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
37412         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
37413         (Include): Remove requirement of inclusion of <sys/types.h>.
37414
37415 2007-03-02  Bruno Haible  <bruno@clisp.org>
37416
37417         * lib/byteswap_.h (bswap_32): Fix formula.
37418
37419 2007-03-06  Bruno Haible  <bruno@clisp.org>
37420
37421         * modules/sprintf-posix-tests: New file.
37422         * tests/test-sprintf-posix.c: New file.
37423
37424         * modules/sprintf-posix: New file.
37425         * lib/sprintf.c: New file.
37426         * m4/sprintf-posix.m4: New file.
37427         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
37428         REPLACE_SPRINTF.
37429         * lib/stdio_.h (sprintf): New declaration.
37430         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
37431         REPLACE_SPRINTF.
37432
37433 2007-03-06  Bruno Haible  <bruno@clisp.org>
37434
37435         * modules/vsprintf-posix-tests: New file.
37436         * tests/test-vsprintf-posix.c: New file.
37437         * tests/test-sprintf-posix.h: New file.
37438
37439         * modules/vsprintf-posix: New file.
37440         * lib/vsprintf.c: New file.
37441         * m4/vsprintf-posix.m4: New file.
37442         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
37443         REPLACE_VSPRINTF.
37444         * lib/stdio_.h (vsprintf): New declaration.
37445         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
37446         REPLACE_VSPRINTF.
37447
37448 2007-03-06  Bruno Haible  <bruno@clisp.org>
37449
37450         * modules/vsnprintf (Depend-on): Remove minmax.
37451
37452 2007-03-06  Bruno Haible  <bruno@clisp.org>
37453
37454         * modules/snprintf-posix-tests: New file.
37455         * tests/test-snprintf-posix.c: New file.
37456
37457         * modules/snprintf-posix: New file.
37458         * m4/snprintf-posix.m4: New file.
37459         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
37460         gl_FUNC_SNPRINTF.
37461         (gl_FUNC_SNPRINTF): Invoke it.
37462         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
37463         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
37464         is set.
37465         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
37466
37467 2007-03-06  Bruno Haible  <bruno@clisp.org>
37468
37469         * modules/vsnprintf-posix-tests: New file.
37470         * tests/test-vsnprintf-posix.c: New file.
37471         * tests/test-snprintf-posix.h: New file.
37472
37473         * modules/vsnprintf-posix: New file.
37474         * m4/vsnprintf-posix.m4: New file.
37475         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
37476         gl_FUNC_VSNPRINTF.
37477         (gl_FUNC_VSNPRINTF): Invoke it.
37478         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
37479         * lib/stdio_.h (vsnprintf): Define as a replacement if
37480         REPLACE_VSNPRINTF is set.
37481         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
37482
37483 2007-03-06  Bruno Haible  <bruno@clisp.org>
37484
37485         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
37486         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
37487
37488 2007-03-06  Bruno Haible  <bruno@clisp.org>
37489
37490         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
37491         (asinl): Declare also if HAVE_DECL_ASINL is set.
37492         (atanl): Declare also if HAVE_DECL_ATANL is set.
37493         (ceill): Declare also if HAVE_DECL_CEILL is set.
37494         (cosl): Declare also if HAVE_DECL_COSL is set.
37495         (expl): Declare also if HAVE_DECL_EXPL is set.
37496         (floorl): Declare also if HAVE_DECL_FLOORL is set.
37497         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
37498         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
37499         (logl): Declare also if HAVE_DECL_LOGL is set.
37500         (sinl): Declare also if HAVE_DECL_SINL is set.
37501         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
37502         (tanl): Declare also if HAVE_DECL_TANL is set.
37503         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
37504         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
37505         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
37506         declaration of frexpl, ldexpl.
37507         * modules/printf-frexpl (Depends-on): Add math.
37508         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
37509
37510 2007-03-05  Bruno Haible  <bruno@clisp.org>
37511
37512         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
37513         frexpl and ldexpl are declared.
37514         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
37515
37516 2007-03-05  Bruno Haible  <bruno@clisp.org>
37517
37518         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
37519         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
37520
37521 2007-03-05  Bruno Haible  <bruno@clisp.org>
37522
37523         * lib/stdio_.h: Include <stddef.h>.
37524
37525 2007-03-05  Bruno Haible  <bruno@clisp.org>
37526
37527         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
37528
37529 2007-03-05  Bruno Haible  <bruno@clisp.org>
37530
37531         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
37532         NetBSD 4, from Ralf Wildenhues.
37533
37534 2007-03-04  Bruno Haible  <bruno@clisp.org>
37535
37536         * lib/vasprintf.h: Update #if logic for the case when the functions
37537         exist but are overridden.
37538
37539 2007-03-04  Bruno Haible  <bruno@clisp.org>
37540
37541         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
37542         implementations: glibc-2.4 and MacOS X 10.3.
37543         * tests/test-vasnprintf-posix.c (test_function): Test also the case
37544         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
37545         * tests/test-vasprintf-posix.c (test_function): Likewise.
37546
37547 2007-03-04  Bruno Haible  <bruno@clisp.org>
37548
37549         * modules/vasprintf-posix-tests: New file.
37550         * tests/test-vasprintf-posix.c: New file.
37551
37552         * modules/vasprintf-posix: New file.
37553         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
37554         defined.
37555         * m4/vasprintf-posix.m4: New file.
37556         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
37557         gl_FUNC_VASPRINTF.
37558         (gl_FUNC_VASPRINTF): Invoke it.
37559         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
37560         here.
37561         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
37562
37563 2007-03-04  Bruno Haible  <bruno@clisp.org>
37564
37565         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
37566         REPLACE_GETTIMEOFDAY.
37567         * modules/sys_time (Makefile.am): Likewise.
37568         * m4/sys_time_h.m4: Likewise.
37569         * m4/gettimeofday.m4: Likewise.
37570
37571 2007-03-04  Bruno Haible  <bruno@clisp.org>
37572
37573         * modules/vasnprintf-posix-tests: New file.
37574         * tests/test-vasnprintf-posix.c: New file.
37575
37576         * modules/vasnprintf-posix: New file.
37577         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
37578         printf-frexpl.h.
37579         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
37580         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
37581         REPLACE_VASNPRINTF is defined.
37582         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
37583         gl_FUNC_VASNPRINTF.
37584         (gl_FUNC_VASNPRINTF): Invoke it.
37585         * m4/vasnprintf-posix.m4: New file.
37586         * m4/printf.m4: New file.
37587
37588 2007-03-04  Bruno Haible  <bruno@clisp.org>
37589
37590         Compile progreloc.c only if --enable-relocatable is specified.
37591         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
37592         if --enable-relocatable was specified.
37593         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
37594         lib_SOURCES.
37595
37596 2007-03-04  Jim Meyering  <jim@meyering.net>
37597
37598         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
37599         Use it consistently, rather than enumerating errno constants.
37600
37601 2007-03-04  Bruno Haible  <bruno@clisp.org>
37602
37603         * modules/xvasprintf-tests: New file.
37604         * tests/test-xvasprintf.c: New file.
37605
37606         * modules/vasprintf-tests: New file.
37607         * tests/test-vasprintf.c: New file.
37608
37609         * modules/vasnprintf-tests: New file.
37610         * tests/test-vasnprintf.c: New file.
37611
37612         * modules/vsnprintf-tests: New file.
37613         * tests/test-vsnprintf.c: New file.
37614
37615         * modules/snprintf-tests: New file.
37616         * tests/test-snprintf.c: New file.
37617
37618 2007-03-04  Bruno Haible  <bruno@clisp.org>
37619
37620         Compile relocatable.c only if --enable-relocatable is specified.
37621         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
37622         gl_RELOCATABLE_LIBRARY.
37623         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
37624         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
37625         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
37626         gl_RELOCATABLE_LIBRARY.
37627         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
37628         (Makefile.am): Remove lib_SOURCES.
37629         * modules/relocatable-lib-lgpl (configure.ac): Invoke
37630         gl_RELOCATABLE_LIBRARY.
37631         (Makefile.am): Remove lib_SOURCES.
37632         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
37633         always.
37634         * modules/relocatable-prog-wrapper (configure.ac): Invoke
37635         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
37636
37637 2007-03-04  Bruno Haible  <bruno@clisp.org>
37638
37639         * modules/argmatch-tests: New file.
37640         * tests/test-argmatch.c: New file.
37641
37642         * tests/test-allocsa.c (main): Halve the number of loop runs.
37643
37644         * modules/alloca-opt-tests: New file.
37645         * tests/test-alloca-opt.c: New file.
37646
37647 2007-03-04  Jim Meyering  <jim@meyering.net>
37648
37649         Work around difference between Linux ACLs and Solaris 10 ZFS.
37650         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
37651         for EINVAL.
37652
37653 2007-03-03  Bruno Haible  <bruno@clisp.org>
37654
37655         * modules/relocatable-prog (Depends-on): Add back progreloc's
37656         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
37657
37658 2007-03-03  Bruno Haible  <bruno@clisp.org>
37659
37660         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
37661         * modules/relocatable-lib: New file.
37662
37663 2007-03-03  Bruno Haible  <bruno@clisp.org>
37664
37665         * modules/relocatable-prog: Renamed from modules/relocatable.
37666         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
37667
37668 2007-03-03  Bruno Haible  <bruno@clisp.org>
37669
37670         * modules/relocatable-script (Files): Add doc/relocatable.texi,
37671         m4/relocatable-lib.m4.
37672         (Depends-on): Remove 'relocatable'.
37673         (configure.ac): Add gl_RELOCATABLE_NOP.
37674
37675 2007-03-03  Bruno Haible  <bruno@clisp.org>
37676
37677         * modules/relocatable-prog-wrapper: New file.
37678         * modules/relocatable (Depends-on): Add it. Remove all other
37679         dependencies except progname.
37680         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
37681
37682         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
37683         (gl_FUNC_STRERROR): Nop.
37684         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
37685
37686         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
37687         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
37688
37689         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
37690         (gl_FUNC_READLINK): Update.
37691
37692         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
37693
37694 2007-03-03  Bruno Haible  <bruno@clisp.org>
37695
37696         * lib/xreadlink.c: Include <unistd.h> unconditionally.
37697         * modules/xreadlink (Depends-on): Add unistd.
37698         * modules/xreadlink-with-size (Depends-on): Likewise.
37699
37700 2007-03-03  Bruno Haible  <bruno@clisp.org>
37701
37702         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
37703         extracted from gt_FUNC_SETENV.
37704         (gt_FUNC_SETENV): Remove macro.
37705         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
37706         remove gt_FUNC_SETENV.
37707
37708 2007-03-03  Bruno Haible  <bruno@clisp.org>
37709
37710         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
37711         ENABLE_RELOCATABLE here.
37712         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
37713
37714 2007-03-03  Bruno Haible  <bruno@clisp.org>
37715
37716         * modules/rbtreehash-list-tests (Depends-on): Add progname.
37717         * tests/test-rbtreehash_list.c: Include progname.h.
37718         (main): Call set_program_name.
37719
37720         * modules/rbtree-oset-tests (Depends-on): Add progname.
37721         * tests/test-rbtree_oset.c: Include progname.h.
37722         (main): Call set_program_name.
37723
37724         * modules/rbtree-list-tests (Depends-on): Add progname.
37725         * tests/test-rbtree_list.c: Include progname.h.
37726         (main): Call set_program_name.
37727
37728         * modules/linked-list-tests (Depends-on): Add progname.
37729         * tests/test-linked_list.c: Include progname.h.
37730         (main): Call set_program_name.
37731
37732 2007-03-03  Bruno Haible  <bruno@clisp.org>
37733
37734         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
37735         All uses of __restrict changed to _Restrict_.
37736         * lib/glob_.h (__restrict): Remove macro.
37737
37738 2007-03-02  Bruno Haible  <bruno@clisp.org>
37739
37740         * modules/gettext (configure.ac): Require gettext infrastructure
37741         from version 0.16.1.
37742
37743 2007-03-02  Bruno Haible  <bruno@clisp.org>
37744
37745         * modules/linkedhash-list-tests (Depends-on): Add progname.
37746         * tests/test-linkedhash_list.c: Include progname.h.
37747         (main): Call set_program_name.
37748
37749         * modules/carray-list-tests (Depends-on): Add progname.
37750         * tests/test-carray_list.c: Include progname.h.
37751         (main): Call set_program_name.
37752
37753         * modules/avltreehash-list-tests (Depends-on): Add progname.
37754         * tests/test-avltreehash_list.c: Include progname.h.
37755         (main): Call set_program_name.
37756
37757         * modules/avltree-oset-tests (Depends-on): Add progname.
37758         * tests/test-avltree_oset.c: Include progname.h.
37759         (main): Call set_program_name.
37760
37761         * modules/avltree-list-tests (Depends-on): Add progname.
37762         * tests/test-avltree_list.c: Include progname.h.
37763         (main): Call set_program_name.
37764
37765         * modules/array-oset-tests (Depends-on): Add progname.
37766         * tests/test-array_oset.c: Include progname.h.
37767         (main): Call set_program_name.
37768
37769         * modules/array-list-tests (Depends-on): Add progname.
37770         * tests/test-array_list.c: Include progname.h.
37771         (main): Call set_program_name.
37772
37773         * modules/argp-tests (Depends-on): Add progname.
37774         * tests/test-argp.c: Include argp.h first. Include progname.h.
37775         (main): Call set_program_name.
37776
37777 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
37778
37779         * doc/gnulib-tool.texi (Initial import): Reword description of
37780         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
37781         limited effect even if defined after the first system include.
37782
37783 2007-03-01  Bruno Haible  <bruno@clisp.org>
37784
37785         * build-aux/config.libpath: Update to libtool-1.5.22.
37786         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
37787
37788 2007-03-01  Bruno Haible  <bruno@clisp.org>
37789
37790         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
37791         foo_CFLAGS.
37792         Reported by Ralf Wildenhues.
37793
37794 2007-03-01  Bruno Haible  <bruno@clisp.org>
37795
37796         * build-aux/install-reloc: Remove object files left over by some
37797         compilers.
37798         Reported by Ralf Wildenhues.
37799
37800 2007-03-01  Bruno Haible  <bruno@clisp.org>
37801
37802         * build-aux/install-reloc: Break long lines.
37803
37804 2007-03-01  Bruno Haible  <bruno@clisp.org>
37805
37806         * doc/relocatable.texi: Document that it may not work on OpenBSD.
37807         Reported by Ralf Wildenhues.
37808
37809 2007-03-01  Bruno Haible  <bruno@clisp.org>
37810
37811         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
37812         include ordering constraints.
37813
37814 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
37815
37816         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
37817         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
37818         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
37819         as another example.
37820         * lib/time_.h: Fix misspelling.
37821         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
37822         Require gl_HEADER_TIME_H_DEFAULTS.
37823         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
37824         * m4/time_r.m4 (gl_TIME_R): Likewise.
37825         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
37826
37827 2007-03-01  Bruno Haible  <bruno@clisp.org>
37828
37829         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
37830         * m4/utimens.m4 (gl_UTIMENS): Likewise.
37831
37832 2007-03-01  Jim Meyering  <jim@meyering.net>
37833
37834         * modules/xreadlink (Maintainer): Add my name.
37835         * modules/xreadlink-with-size (Depends-on): Alphabetize.
37836
37837 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
37838             Bruno Haible  <bruno@clisp.org>
37839
37840         * build-aux/install-reloc: Compile also c-ctype.c.
37841         * build-aux/relocatable.sh.in: New file.
37842         * doc/relocatable.texi: New file.
37843         * doc/relocatable-maint.texi: New file.
37844         * doc/gnulib.texi: Include relocatable-maint.texi.
37845         * lib/progreloc.c: Include unistd.h unconditionally.
37846         * lib/relocwrapper.c: Include unistd.h unconditionally.
37847         Include c-ctype.h.
37848         (add_dotbin): Use c_tolower.
37849         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
37850         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
37851         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
37852         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
37853         to m4/relocatable-lib.m4.
37854         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
37855         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
37856         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
37857         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
37858         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
37859         * modules/relocatable: New file.
37860         * modules/relocatable-lib: New file.
37861         * modules/relocatable-script: New file.
37862
37863 2007-02-28  Bruno Haible  <bruno@clisp.org>
37864
37865         Import --enable-relocatable infrastructure.
37866         * build-aux/config.libpath: New file, from GNU gettext.
37867         * build-aux/install-reloc: New file, from GNU gettext.
37868         * build-aux/reloc-ldflags: New file, from GNU gettext.
37869         * lib/relocatable.h: New file, from GNU gettext.
37870         * lib/relocatable.c: New file, from GNU gettext.
37871         * lib/relocwrapper.c: New file, from GNU gettext.
37872         * m4/relocatable.m4: New file, from GNU gettext.
37873
37874 2007-02-28  Bruno Haible  <bruno@clisp.org>
37875
37876         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
37877
37878         * modules/xreadlink: New file, from GNU gettext with modifications.
37879         * lib/xreadlink.c: New file, from GNU gettext.
37880         * lib/xreadlink.h: Add comments.
37881         (xreadlink): New declaration.
37882
37883         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
37884         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
37885         lib/xreadlink-with-size.c.
37886         (configure.ac): Remove gl_XREADLINK invocation.
37887         (Makefile.am): Augment lib_SOURCES.
37888         * m4/xreadlink.m4: Remove file.
37889         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
37890         (xreadlink_with_size): Renamed from xreadink.
37891         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
37892         * modules/canonicalize (Depends-on): Replace xreadlink with
37893         xreadlink-with-size.
37894         * lib/canonicalize.c (canonicalize_filename_mode): Update.
37895
37896 2007-02-25  Jim Meyering  <jim@meyering.net>
37897
37898         * build-aux/announce-gen: When complaining about excess arguments,
37899         list them.
37900
37901 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
37902
37903         * README: Document signed integer overflow situation more
37904         accurately.
37905
37906 2007-02-25  Bruno Haible  <bruno@clisp.org>
37907
37908         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
37909         'a' or 'A' conversion.
37910
37911 2007-02-25  Bruno Haible  <bruno@clisp.org>
37912
37913         * modules/filename: Renamed from modules/pathname.
37914         (Files): Replace lib/pathname.h with lib/filename.h. Replace
37915         lib/concatpath.c with lib/concat-filename.c.
37916         (Makefile.am): Update.
37917         (Include): Replace pathname.h with filename.h.
37918         * lib/filename.h: Renamed from lib/pathname.h.
37919         (concatenated_filename): Renamed from concatenated_pathname.
37920         * lib/concat-filename.c: Renamed from lib/concatpath.c.
37921         (concatenated_filename): Renamed from concatenated_pathname.
37922         * lib/findprog.c: Include filename.h instead of pathname.h.
37923         (find_in_path): Update.
37924         * lib/javacomp.c: Include filename.h instead of pathname.h.
37925         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
37926         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
37927         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
37928         is_oldgcj_14_13_usable, is_javac_usable): Update.
37929         * lib/javaexec.c: Include filename.h instead of pathname.h.
37930         (execute_java_class): Update.
37931         * modules/findprog: Update.
37932         * modules/javacomp: Update.
37933         * modules/javaexec: Update.
37934         * MODULES.html.sh (File system functions): Add 'filename', remove
37935         'pathname'.
37936
37937 2007-02-25  Bruno Haible  <bruno@clisp.org>
37938
37939         * modules/printf-frexpl-tests: New file.
37940         * tests/test-printf-frexpl.c: New file.
37941
37942         * modules/printf-frexpl: New file.
37943         * lib/printf-frexpl.h: New file.
37944         * lib/printf-frexpl.c: New file.
37945         * m4/printf-frexpl.m4: New file.
37946
37947 2007-02-25  Bruno Haible  <bruno@clisp.org>
37948
37949         * modules/printf-frexp-tests: New file.
37950         * tests/test-printf-frexp.c: New file.
37951
37952         * modules/printf-frexp: New file.
37953         * lib/printf-frexp.h: New file.
37954         * lib/printf-frexp.c: New file.
37955         * m4/printf-frexp.m4: New file.
37956
37957 2007-02-25  Bruno Haible  <bruno@clisp.org>
37958
37959         Assume automake >= 1.10 for the tests.
37960         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
37961         * modules/arctwo-tests: Likewise.
37962         * modules/argp-tests: Likewise.
37963         * modules/avltree-list-tests: Likewise.
37964         * modules/avltree-oset-tests: Likewise.
37965         * modules/avltreehash-list-tests: Likewise.
37966         * modules/carray-list-tests: Likewise.
37967         * modules/crc-tests: Likewise.
37968         * modules/des-tests: Likewise.
37969         * modules/gc-arcfour-tests: Likewise.
37970         * modules/gc-arctwo-tests: Likewise.
37971         * modules/gc-des-tests: Likewise.
37972         * modules/gc-hmac-md5-tests: Likewise.
37973         * modules/gc-hmac-sha1-tests: Likewise.
37974         * modules/gc-md2-tests: Likewise.
37975         * modules/gc-md4-tests: Likewise.
37976         * modules/gc-md5-tests: Likewise.
37977         * modules/gc-pbkdf2-sha1-tests: Likewise.
37978         * modules/gc-rijndael-tests: Likewise.
37979         * modules/gc-sha1-tests: Likewise.
37980         * modules/gc-tests: Likewise.
37981         * modules/getaddrinfo-tests: Likewise.
37982         * modules/hmac-md5-tests: Likewise.
37983         * modules/hmac-sha1-tests: Likewise.
37984         * modules/linked-list-tests: Likewise.
37985         * modules/linkedhash-list-tests: Likewise.
37986         * modules/lock-tests: Likewise.
37987         * modules/md2-tests: Likewise.
37988         * modules/md4-tests: Likewise.
37989         * modules/md5-tests: Likewise.
37990         * modules/rbtree-list-tests: Likewise.
37991         * modules/rbtree-oset-tests: Likewise.
37992         * modules/rbtreehash-list-tests: Likewise.
37993         * modules/read-file-tests: Likewise.
37994         * modules/rijndael-tests: Likewise.
37995         * modules/stdint-tests: Likewise.
37996         * modules/tls-tests: Likewise.
37997
37998 2007-02-24  Bruno Haible  <bruno@clisp.org>
37999
38000         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
38001         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
38002         function; instead check whether isnan with a double argument links.
38003         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
38004         function; instead check whether isnan with a 'long double' argument
38005         links.
38006         Reported by Eric Blake <ebb9@byu.net>.
38007
38008 2007-02-24  Bruno Haible  <bruno@clisp.org>
38009
38010         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
38011         defined.
38012         * lib/isnanl.c: Remove all code. Just include isnan.c.
38013         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
38014
38015 2007-02-25  Jim Meyering  <jim@meyering.net>
38016
38017         Avoid conflicting types for 'unsetenv' on FreeBSD.
38018         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
38019         conflicting with FreeBSD's (5.0 and 6.1) function declaration
38020         in stdlib.h.
38021
38022 2007-02-24  Bruno Haible  <bruno@clisp.org>
38023
38024         * modules/isnanl-nolibm-tests: New file.
38025         * tests/test-isnanl.c: New file.
38026
38027         * modules/isnanl-nolibm: New file.
38028         * lib/isnanl.h: New file.
38029         * lib/isnanl.c: New file.
38030         * m4/isnanl.m4: New file.
38031
38032 2007-02-24  Bruno Haible  <bruno@clisp.org>
38033
38034         * modules/isnan-nolibm-tests: New file.
38035         * tests/test-isnan.c: New file.
38036
38037         * modules/isnan-nolibm: New file.
38038         * lib/isnan.h: New file.
38039         * lib/isnan.c: New file.
38040         * m4/isnan.m4: New file.
38041
38042 2007-02-24  Bruno Haible  <bruno@clisp.org>
38043
38044         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
38045         assume that an exponent fits in 20 bits.
38046
38047 2007-02-24  Jim Meyering  <jim@meyering.net>
38048
38049         * m4/regex.m4: Update the description of the configure-time option,
38050         --without-included-regex, to state accurately what the defaults are,
38051         and perhaps to give people an idea why using this option is risky.
38052
38053 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
38054
38055         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
38056         loops on small arguments.  This attempts to avoid the problem
38057         Bruno Haible reported for AIX 4.3.2 in
38058         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
38059
38060 2007-02-23  Bruno Haible  <bruno@clisp.org>
38061
38062         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
38063         Needed for help2man.
38064
38065 2007-02-23  Karl Berry  <karl@gnu.org>
38066
38067         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
38068         exists, foo.h should be cvs-ignored, not committed.
38069
38070 2007-02-23  Eric Blake  <ebb9@byu.net>
38071
38072         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
38073         * lib/stat-time.h (includes): Likewise.
38074         * lib/utimecmp.c (includes): Likewise.
38075         * lib/utimens.h (includes): Likewise.
38076         * lib/getdate.y (includes): Also include "timespec.h" for use
38077         internal to the module.
38078         * modules/utimens (Depends-on): Revert yesterday's patch.
38079         * modules/nanosleep (Depends-on): Add missing dependency.
38080
38081 2007-02-22  Bruno Haible  <bruno@clisp.org>
38082
38083         * lib/glob.c: Don't include getlogin_r.h.
38084
38085 2007-02-22  Jim Meyering  <jim@meyering.net>
38086
38087         * modules/utimens (Depends-on): Add timespec, required for
38088         utimens.h's inclusion of timespec.h.
38089
38090 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
38091
38092         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
38093         long unreadable paths in GNU/Linux.  Problem reported by Andreas
38094         Schwab in
38095         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
38096         I'll try to think of a better way to fix the Solaris problem.
38097
38098         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
38099         like glibc; on Solaris 10, it fails with errno == EINVAL.
38100         POSIX says the behavior is unspecified if the first argument is NULL,
38101         so play it safe and never pass NULL to the system getcwd.
38102
38103 2007-02-21  Jim Meyering  <jim@meyering.net>
38104
38105         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
38106         of gettimeofday.  It would conflict with the one now always
38107         provided via sys_time_.h.  Reported by Matthew Woehlke, as
38108         an IRIX 6.5 build failure.
38109
38110 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
38111
38112         Minor fixups to port to Solaris 10 with Sun C 5.8.
38113         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
38114         * modules/getcwd (Depends-on): Add dirfd.
38115         * lib/putenv.c (putenv): #undef it.
38116         (rpl_putenv): New decl.
38117         (malloc, free): Include <stdlib.h> rather than prototyping separately.
38118
38119 2007-02-20  Bruno Haible  <bruno@clisp.org>
38120
38121         * modules/stdio-tests: New file.
38122         * tests/test-stdio.c: New file.
38123
38124         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
38125         (Depends-on): Add stdio.
38126         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
38127         (Include): Use <stdio.h> instead of vsnprintf.h.
38128         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
38129         HAVE_DECL_VSNPRINTF.
38130         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
38131
38132         * modules/snprintf (Files): Remove lib/snprintf.h.
38133         (Depends-on): Add stdio.
38134         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
38135         (Include): Use <stdio.h> instead of snprintf.h.
38136         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
38137         HAVE_DECL_SNPRINTF.
38138         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
38139         * lib/getaddrinfo.c: Likewise.
38140
38141         * modules/stdio: New file.
38142         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
38143         * lib/snprintf.h: Remove file.
38144         * lib/vsnprintf.h: Remove file.
38145         * lib/.cppi-disable: Remove snprintf.h.
38146         * m4/stdio_h.m4: New file.
38147         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
38148
38149 2007-02-20  Jim Meyering  <jim@meyering.net>
38150
38151         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
38152         used by e.g., mingw.  From Bruno Haible.
38153
38154 2007-02-19  Bruno Haible  <bruno@clisp.org>
38155
38156         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
38157         warnings.
38158         Reported by Ben Pfaff <blp@cs.stanford.edu>.
38159
38160 2007-02-19  Bruno Haible  <bruno@clisp.org>
38161
38162         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
38163         from mingw users.
38164
38165 2007-02-19  Bruno Haible  <bruno@clisp.org>
38166
38167         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
38168         warnings.
38169         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
38170
38171 2007-02-19  Jim Meyering  <jim@meyering.net>
38172
38173         Don't use FD after a successful "fdopendir (fd)".
38174         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
38175         Reset it by calling dirfd on the just-obtained DIR*.
38176
38177         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
38178         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
38179
38180 2007-02-18  Bruno Haible  <bruno@clisp.org>
38181
38182         * lib/readlink.c: Include <unistd.h>.
38183         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
38184         HAVE_READLINK.
38185         * modules/readlink (Depends-on): Add unistd.
38186         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38187         (Include): Add <unistd.h>.
38188
38189         * lib/getlogin_r.h: Remove file.
38190         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
38191         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
38192         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
38193         HAVE_DECL_GETLOGIN_R.
38194         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
38195         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38196         (Include): Use <unistd.h> instead of getlogin_r.h.
38197
38198         * lib/getcwd.h: Remove file.
38199         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
38200         * lib/xgetcwd.c: Likewise.
38201         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
38202         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
38203         * modules/getcwd (Files): Remove lib/getcwd.h.
38204         (Depends-on): Add unistd.
38205         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38206         (Include): Use <unistd.h> instad of getcwd.h.
38207
38208         * lib/ftruncate.c: Include <unistd.h> first.
38209         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
38210         Set HAVE_FTRUNCATE.
38211         * modules/ftruncate (Depends-on): Add unistd.
38212         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38213
38214         * lib/fchdir.c: Include <unistd.h> first.
38215         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
38216         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
38217         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
38218         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38219         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
38220
38221         * lib/dup2.c: Include <unistd.h> first.
38222         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
38223         HAVE_DUP2.
38224         * modules/dup2 (Depends-on): Add unistd.
38225         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38226
38227         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
38228         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
38229         REPLACE_CHOWN. Don't define chown as a macro here.
38230         * modules/chown (Depends-on): Add unistd.
38231         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38232
38233         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
38234         Add definition for GL_LINK_WARNING.
38235         (chown, dup2): New declarations.
38236         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
38237         link warning.
38238         (ftruncate): New declaration.
38239         (getcwd): New declaration, taken from old getcwd.h.
38240         (getlogin_r): New declaration, taken from old getlogin_r.h.
38241         (readlink): New declaration.
38242         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
38243         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
38244         (gl_PREREQ_UNISTD): Remove macro.
38245         (gl_UNISTD_MODULE_INDICATOR): New macro.
38246         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
38247         many new variables. Don't set UNISTD_H.
38248         * modules/unistd (Description): Change.
38249         (Depends-on): Add link-warning.
38250         (configure.ac): Update.
38251         (Makefile.am): Create unistd.h always. Substitute many new variables
38252         into it.
38253
38254 2007-02-18  Bruno Haible  <bruno@clisp.org>
38255
38256         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
38257         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
38258         HAVE_GETSUBOPT.
38259         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
38260         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
38261         * lib/getsubopt.h: Remove file.
38262         * modules/getsubopt (Files): Remove lib/getsubopt.h.
38263         (Depends-on): Add stdlib.
38264         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38265         (Includes): Use <stdlib.h> instead of getsubopt.h.
38266         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
38267         Set HAVE_GETSUBOPT.
38268         * lib/getsubopt.c: Don't include getsubopt.h.
38269
38270 2007-02-18  Bruno Haible  <bruno@clisp.org>
38271
38272         * modules/fchdir (Depends-on): Add dup2.
38273
38274 2007-02-18  Bruno Haible  <bruno@clisp.org>
38275
38276         * lib/stdlib_.h: Handle glibc's special invocation convention
38277         specially.
38278
38279 2007-02-18  Bruno Haible  <bruno@clisp.org>
38280
38281         * modules/stdlib-tests: New file.
38282         * tests/test-stdlib.c: New file.
38283
38284         * modules/mkstemp (Files): Remove lib/mkstemp.h.
38285         (Depends-on): Add stdlib.
38286         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38287         (Includes): Use <stdlib.h> instead of mkstemp.h.
38288         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
38289         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
38290         * lib/mkstemp.c: Don't include mkstemp.h.
38291         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
38292         * lib/stdlib--.h: Don't include mkstemp.h.
38293
38294         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
38295         (Depends-on): Add stdlib.
38296         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38297         (Includes): Use <stdlib.h> instead of mkdtemp.h.
38298         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
38299         HAVE_MKDTEMP.
38300         * lib/mkdtemp.c: Don't include mkdtemp.h.
38301         * lib/clean-temp.c: Don't include mkdtemp.h.
38302
38303         * modules/exit (Files): Remove lib/exit.h.
38304         (Depends-on): Add stdlib.
38305         (Makefile.am): Remove lib_SOURCES.
38306         (Include): Use <stdlib.h> instead of exit.h.
38307         * lib/argmatch.c: Don't include exit.h.
38308         * lib/execute.c: Likewise.
38309         * lib/pagealign_alloc.c: Likewise.
38310         * lib/pipe.c: Likewise.
38311         * lib/wait-process.c: Likewise.
38312         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
38313         * lib/exitfail.c: Likewise.
38314         * lib/savewd.c: Likewise.
38315         * lib/xsetenv.c: Likewise.
38316
38317         * modules/stdlib: New file.
38318         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
38319         and extra comments about mkstemp().
38320         * lib/exit.h: Remove file.
38321         * lib/mkdtemp.h: Remove file.
38322         * lib/mkstemp.h: Remove file.
38323         * m4/stdlib_h.m4: New file.
38324         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
38325
38326 2007-02-18  Bruno Haible  <bruno@clisp.org>
38327
38328         * modules/math-tests: New file.
38329         * tests/test-math.c: New file.
38330
38331         * modules/math: New file.
38332         * modules/mathl (Files): Remove lib/mathl.h.
38333         (Depends-on): Add math.
38334         (Makefile.am): Don't mention mathl.h.
38335         (Include): Use <math.h> instead of mathl.h.
38336         * lib/math_.h: New file.
38337         * lib/mathl.h: Remove file.
38338         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
38339         mathl.h.
38340         * lib/asinl.c: Likewise.
38341         * lib/atanl.c: Likewise.
38342         * lib/ceill.c: Likewise.
38343         * lib/cosl.c: Likewise.
38344         * lib/expl.c: Likewise.
38345         * lib/floorl.c: Likewise.
38346         * lib/frexpl.c: Likewise.
38347         * lib/ldexpl.c: Likewise.
38348         * lib/logl.c: Likewise.
38349         * lib/sincosl.c: Likewise.
38350         * lib/sinl.c: Likewise.
38351         * lib/sqrtl.c: Likewise.
38352         * lib/tanl.c: Likewise.
38353         * lib/trigl.c: Likewise.
38354         * m4/math_h.m4: New file.
38355         * MODULES.html.sh (Mathematics): Add math.
38356
38357 2007-02-17  Bruno Haible  <bruno@clisp.org>
38358
38359         * modules/wctype-tests: New file.
38360         * tests/test-wctype.c: New file.
38361
38362         * modules/wchar-tests: New file.
38363         * tests/test-wchar.c: New file.
38364
38365         * modules/unistd-tests: New file.
38366         * tests/test-unistd.c: New file.
38367
38368         * modules/time-tests: New file.
38369         * tests/test-time.c: New file.
38370
38371         * modules/sysexits-tests: New file.
38372         * tests/test-sysexits.c: New file.
38373
38374         * modules/sys_time-tests: New file.
38375         * tests/test-sys_time.c: New file.
38376
38377         * modules/sys_stat-tests: New file.
38378         * tests/test-sys_stat.c: New file.
38379
38380         * modules/sys_socket-tests: New file.
38381         * tests/test-sys_socket.c: New file.
38382
38383         * modules/sys_select-tests: New file.
38384         * tests/test-sys_select.c: New file.
38385
38386         * modules/string-tests: New file.
38387         * tests/test-string.c: New file.
38388
38389         * modules/stdbool-tests: New file.
38390         * tests/test-stdbool.c: New file.
38391
38392         * modules/netinet_in-tests: New file.
38393         * tests/test-netinet_in.c: New file.
38394
38395         * modules/inttypes-tests: New file.
38396         * tests/test-inttypes.c: New file.
38397
38398         * modules/fcntl-tests: New file.
38399         * tests/test-fcntl.c: New file.
38400
38401         * modules/byteswap-tests: New file.
38402         * tests/test-byteswap.c: New file.
38403
38404         * modules/arpa_inet-tests: New file.
38405         * tests/test-arpa_inet.c: New file.
38406
38407 2007-02-17  Bruno Haible  <bruno@clisp.org>
38408
38409         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
38410         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
38411         if the corresponding module is not enabled. Emit link warnings if
38412         the function is used nevertheless.
38413         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
38414         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
38415         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
38416         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
38417         * modules/inttypes (Depends-on): Add link-warning.
38418         (Makefile.am): Copy the contents of build-aux/link-warning.h into
38419         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
38420         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
38421         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
38422         * modules/imaxdiv (configure.ac): Likewise.
38423         * modules/strtoimax (configure.ac): Likewise.
38424         * modules/strtoumax (configure.ac): Likewise.
38425
38426 2007-02-17  Bruno Haible  <bruno@clisp.org>
38427
38428         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
38429         gl_STRING_MODULE_INDICATOR_DEFAULTS.
38430         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
38431         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
38432
38433 2007-02-17  Bruno Haible  <bruno@clisp.org>
38434
38435         * modules/link-warning: New file.
38436         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
38437         * lib/string_.h (GL_LINK_WARNING): Remove definition.
38438         * modules/string (Depends-on): Add link-warning.
38439         (Makefile.am): Copy the contents of build-aux/link-warning.h into
38440         string.h.
38441         * MODULES.html.sh (Support for building libraries and executables): Add
38442         link-warning.
38443
38444 2007-02-17  Bruno Haible  <bruno@clisp.org>
38445
38446         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
38447         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
38448         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
38449         long lines.
38450
38451 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
38452             Bruno Haible  <bruno@clisp.org>
38453
38454         * modules/tmpfile: New file.
38455         * lib/tmpfile.c: New file.
38456         * m4/tmpfile.m4: New file.
38457         * MODULES.html.sh (func_all_modules): New section "Input/output".
38458
38459 2007-02-15  Bruno Haible  <bruno@clisp.org>
38460
38461         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
38462         (supports_delete_on_close): New function.
38463         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
38464
38465 2007-02-14  Bruno Haible  <bruno@clisp.org>
38466
38467         * modules/mbspcasecmp-tests: New file.
38468         * tests/test-mbspcasecmp.sh: New file.
38469         * tests/test-mbspcasecmp.c: New file.
38470
38471         New module mbspcasecmp.
38472         * modules/mbspcasecmp: New file.
38473         * lib/mbspcasecmp.c: New file.
38474         * lib/string_.h (strncasecmp): Change warning message.
38475         (mbspcasecmp): New declaration.
38476         * m4/mbspcasecmp.m4: New file.
38477         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38478         GNULIB_MBSPCASECMP.
38479         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
38480         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
38481
38482 2007-02-14  Bruno Haible  <bruno@clisp.org>
38483
38484         * modules/mbsncasecmp-tests: New file.
38485         * tests/test-mbsncasecmp.sh: New file.
38486         * tests/test-mbsncasecmp.c: New file.
38487
38488         New module mbsncasecmp.
38489         * modules/mbsncasecmp: New file.
38490         * lib/mbsncasecmp.c: New file.
38491         * lib/string_.h (mbsncasecmp): New declaration.
38492         * m4/mbsncasecmp.m4: New file.
38493         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38494         GNULIB_MBSNCASECMP.
38495         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
38496         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
38497
38498 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
38499
38500         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
38501         Verify that it doesn't overlap with our flags.
38502         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
38503         do not have the desired effect in multibyte locales; instead, use
38504         mbscasecmp.
38505         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
38506         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
38507         we don't require GNU fnmatch ourselves (if our users require it, they
38508         should do so explicitly).
38509
38510         Fix regex code so it doesn't rely on strcasecmp.
38511         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
38512         Otherwise, include gnulib's langinfo.h.
38513         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
38514         undesirable behavior in non-C locales.  Instead, rely on localecharset.
38515         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
38516         * modules/regex (FILES): Remove m4/codeset.m4.
38517         (Depends-on): Add localcharset.  Remove strcase.
38518
38519 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38520
38521         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
38522         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
38523
38524 2007-02-13  Bruno Haible  <bruno@clisp.org>
38525
38526         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
38527         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38528
38529 2007-02-12  Bruno Haible  <bruno@clisp.org>
38530
38531         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
38532         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
38533         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
38534         time warning rather than a link error.
38535
38536 2007-02-12  Bruno Haible  <bruno@clisp.org>
38537
38538         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
38539         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
38540         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38541
38542 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
38543
38544         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
38545         args, not 2.
38546
38547 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
38548
38549         New module 'time', so that apps can include <time.h> as per
38550         POSIX and GNU instead of separate include files like time_r.h
38551         and timegm.h.  This implementation tries out a simpler approach
38552         for replacing decls in standard include files (as compared to
38553         the string module), somewhat as an experiment.
38554
38555         * config/srclist.txt: Comment out mktime.c for now.
38556         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
38557         since it doesn't apply any more.  Use generic wording instead.
38558         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
38559         'time'.
38560         * lib/time_.h, m4/time_h.m4, modules/time: New files.
38561         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
38562         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
38563         Don't include <sys/types.h>; no longer needed since we assume C89.
38564         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
38565         * lib/strftime.c: Likewise.
38566         * lib/time_r.c: Likewise.
38567         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
38568         * lib/nanosleep.c: Include <time.h> first, to check interface.
38569         * lib/strptime.c: Likewise.
38570         * lib/time_r.c: Likewise.
38571         * lib/timegm.c: Likewise.
38572         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
38573         needed.
38574         * lib/timegm.c: Don't include timegm.h; no longer needed.
38575         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
38576         time.h now handles any problems in that area.
38577         (struct timespec, nanosleep): Remove; time.h now arranges for these.
38578         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
38579         that time.h defines struct timespec.
38580         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
38581         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
38582         handles that.
38583         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
38584         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
38585         needed.  Set REPLACE_LOCALTIME.
38586         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
38587         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
38588         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
38589         nanosleep; time_h.m4 now does that.  Don't require
38590         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
38591         module handles this now.
38592         * modules/getdate (Depends-on): Remove timespec.  Add time.
38593         * modules/nanosleep (Depends-on): Likewise.
38594         * modules/stat-time (Depends-on): Likewise.
38595         * modules/nanosleep (Include): Include time.h, not timespec.h.
38596         * modules/strptime (Files): Remove lib/strptime.h.
38597         (Depends-on): Add extensions, time.
38598         (Include): Include time.h, not strptime.h.
38599         * modules/time_r (Files): Remove lib/time_r.h.
38600         (Depends-on): Add time.
38601         (Include): Include time.h, not time_r.h.
38602         * modules/timegm: Likewise.
38603         * modules/timespec (Description): Now does timespec-related decls
38604         of our own, instead of struct timespec itself.
38605         (Depends-on): Add time; remove extensions.
38606         (Maintainer): Add self.
38607         * modules/utimecmp (Depends-on): Add time; remove timespec.
38608         * modules/utimens (Depends-on): Likewise.
38609         * modules/xnanosleep (Depends-on): Likewise.
38610
38611 2007-02-11  Bruno Haible  <bruno@clisp.org>
38612
38613         * lib/c-strstr.c: Include allocsa.h.
38614         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38615         * lib/c-strcasestr.c: Include allocsa.h.
38616         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38617         * lib/strcasestr.c: Include allocsa.h.
38618         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38619         * lib/mbsstr.c: Include allocsa.h.
38620         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
38621         allocsa/freesa instead of malloc/free.
38622         * lib/mbscasestr.c: Include allocsa.h.
38623         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
38624         allocsa/freesa instead of malloc/free.
38625         * modules/c-strstr (Depends-on): Add allocsa.
38626         * modules/c-strcasestr (Depends-on): Likewise.
38627         * modules/strcasestr (Depends-on): Likewise.
38628         * modules/mbsstr (Depends-on): Likewise.
38629         * modules/mbscasestr (Depends-on): Likewise.
38630
38631 2007-02-11  Bruno Haible  <bruno@clisp.org>
38632
38633         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
38634
38635         * modules/mbsspn-tests: New file.
38636         * tests/test-mbsspn.sh: New file.
38637         * tests/test-mbsspn.c: New file.
38638
38639 2007-02-11  Bruno Haible  <bruno@clisp.org>
38640
38641         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
38642
38643         * modules/mbspbrk-tests: New file.
38644         * tests/test-mbspbrk.sh: New file.
38645         * tests/test-mbspbrk.c: New file.
38646
38647 2007-02-11  Bruno Haible  <bruno@clisp.org>
38648
38649         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
38650         unneeded cast.
38651
38652         * modules/mbscspn-tests: New file.
38653         * tests/test-mbscspn.sh: New file.
38654         * tests/test-mbscspn.c: New file.
38655
38656 2007-02-11  Bruno Haible  <bruno@clisp.org>
38657
38658         * modules/mbscasecmp-tests: New file.
38659         * tests/test-mbscasecmp.sh: New file.
38660         * tests/test-mbscasecmp.c: New file.
38661
38662 2007-02-11  Bruno Haible  <bruno@clisp.org>
38663
38664         Ensure O(n) worst-case complexity of mbscasestr.
38665         * lib/mbscasestr.c: Include stdbool.h.
38666         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
38667         functions.
38668         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
38669         the bookkeeping indicates that it's worth it.
38670         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
38671
38672         * modules/mbscasestr-tests: New file.
38673         * tests/test-mbscasestr1.c: New file.
38674         * tests/test-mbscasestr2.sh: New file.
38675         * tests/test-mbscasestr2.c: New file.
38676         * tests/test-mbscasestr3.sh: New file.
38677         * tests/test-mbscasestr3.c: New file.
38678         * tests/test-mbscasestr4.sh: New file.
38679         * tests/test-mbscasestr4.c: New file.
38680         * m4/locale-tr.m4: New file.
38681
38682 2007-02-11  Bruno Haible  <bruno@clisp.org>
38683
38684         Ensure O(n) worst-case complexity of mbsstr.
38685         * lib/mbsstr.c: Include stdbool.h.
38686         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
38687         functions.
38688         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
38689         bookkeeping indicates that it's worth it.
38690         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
38691
38692         * modules/mbsstr-tests: New file.
38693         * tests/test-mbsstr1.c: New file.
38694         * tests/test-mbsstr2.sh: New file.
38695         * tests/test-mbsstr2.c: New file.
38696         * tests/test-mbsstr3.sh: New file.
38697         * tests/test-mbsstr3.c: New file.
38698         * m4/locale-fr.m4: New file.
38699
38700 2007-02-11  Bruno Haible  <bruno@clisp.org>
38701
38702         * lib/mbsrchr.c (mbsrchr): Fix bug.
38703
38704         * modules/mbsrchr-tests: New file.
38705         * tests/test-mbsrchr.sh: New file.
38706         * tests/test-mbsrchr.c: New file.
38707
38708 2007-02-11  Bruno Haible  <bruno@clisp.org>
38709
38710         * lib/mbschr.c (mbschr): Fix bug.
38711
38712         * modules/mbschr-tests: New file.
38713         * tests/test-mbschr.sh: New file.
38714         * tests/test-mbschr.c: New file.
38715         * m4/locale-zh.m4: New file.
38716
38717 2007-02-11  Bruno Haible  <bruno@clisp.org>
38718
38719         Support for copying multibyte string iterators.
38720         * lib/mbiter.h: Include <string.h>.
38721         (mbiter_multi_copy): New function.
38722         (mbi_copy): New macro.
38723         * lib/mbuiter.h: Include <string.h>.
38724         (mbuiter_multi_copy): New function.
38725         (mbui_copy): New macro.
38726
38727 2007-02-11  Bruno Haible  <bruno@clisp.org>
38728
38729         New module mbslen.
38730         * modules/mbslen: New file.
38731         * lib/mbslen.c: New file.
38732         * lib/string_.h (mbslen): New declaration.
38733         * m4/mbslen.m4: New file.
38734         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38735         GNULIB_MBSLEN.
38736         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
38737         * MODULES.html.sh (Internationalization functions): Add mbslen.
38738
38739 2007-02-11  Bruno Haible  <bruno@clisp.org>
38740
38741         Ensure O(n) worst-case complexity of strcasestr substitute.
38742         * lib/strcasestr.c: Include stdbool.h.
38743         (knuth_morris_pratt): New function.
38744         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
38745         bookkeeping indicates that it's worth it.
38746         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
38747
38748         * modules/strcasestr-tests: New file.
38749         * tests/test-strcasestr.c: New file.
38750
38751 2007-02-11  Bruno Haible  <bruno@clisp.org>
38752
38753         Ensure O(n) worst-case complexity of c_strcasestr.
38754         * lib/c-strcasestr.c: Include stdbool.h, string.h.
38755         (knuth_morris_pratt): New function.
38756         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
38757         the bookkeeping indicates that it's worth it.
38758         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
38759
38760         * modules/c-strcasestr-tests: New file.
38761         * tests/test-c-strcasestr.c: New file.
38762
38763 2007-02-11  Bruno Haible  <bruno@clisp.org>
38764
38765         Ensure O(n) worst-case complexity of c_strstr.
38766         * lib/c-strstr.c: Include stdbool.h, string.h.
38767         (knuth_morris_pratt): New function.
38768         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
38769         bookkeeping indicates that it's worth it.
38770         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
38771
38772         * lib/c-strstr.c: Complete rewrite for maintainability.
38773
38774         * modules/c-strstr-tests: New file.
38775         * tests/test-c-strstr.c: New file.
38776
38777 2007-02-11  Bruno Haible  <bruno@clisp.org>
38778
38779         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
38780         5.2.1 and earlier, whereby \055 was treated just like the range
38781         delimiter '-'.
38782         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
38783
38784 2007-02-08  Bruno Haible  <bruno@clisp.org>
38785
38786         * modules/regex (Depends-on): Add stdbool.
38787         Reported by Dalibor Topic <robilad@kaffe.org>.
38788
38789 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
38790
38791         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
38792         Prefer returning from main to exiting from it.
38793         Remove unnecessary parens after sizeof.
38794
38795 2007-02-05  Bruno Haible  <bruno@clisp.org>
38796
38797         New module mbssep.
38798         * modules/mbssep: New file.
38799         * lib/mbssep.c: New file.
38800         * lib/string_.h (strsep): Add a conditional link warning.
38801         (mbssep): New declaration.
38802         * m4/mbssep.m4: New file.
38803         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38804         GNULIB_MBSSEP.
38805         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
38806         * MODULES.html.sh (Internationalization functions): Add mbssep.
38807
38808 2007-02-05  Bruno Haible  <bruno@clisp.org>
38809
38810         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
38811         Optimize search in case of 1 delimiter.
38812
38813 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
38814
38815         * lib/acl.h: Include sys/types.h before sys/acl.h.
38816
38817 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
38818
38819         Merge upstream fix for glibc bugzilla #3957:
38820
38821         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
38822
38823         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
38824         bit for RE_HAT_LISTS_NOT_NEWLINE.
38825         (build_charclass_op): Remove bogus comment.
38826
38827 2007-02-05  Simon Josefsson  <simon@josefsson.org>
38828
38829         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
38830
38831 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
38832
38833         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
38834         * lib/memmem.c [!defined _LIBC]: Include config.h.
38835
38836 2007-02-04  Bruno Haible  <bruno@clisp.org>
38837
38838         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
38839         warning message.
38840
38841 2007-02-04  Bruno Haible  <bruno@clisp.org>
38842
38843         New module mbstok_r.
38844         * modules/mbstok_r: New file.
38845         * lib/mbstok_r.c: New file.
38846         * lib/string_.h (strtok_r): Change argument names to match the
38847         comments. Add a conditional link warning.
38848         (mbstok_r): New declaration.
38849         * m4/mbstok_r.m4: New file.
38850         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38851         GNULIB_MBSTOK_R.
38852         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
38853         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
38854
38855 2007-02-04  Bruno Haible  <bruno@clisp.org>
38856
38857         New module mbsspn.
38858         * modules/mbsspn: New file.
38859         * lib/mbsspn.c: New file.
38860         * lib/string_.h (strspn): Add a conditional link warning.
38861         (mbsspn): New declaration.
38862         * m4/mbsspn.m4: New file.
38863         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38864         GNULIB_MBSSPN.
38865         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
38866         * MODULES.html.sh (Internationalization functions): Add mbsspn.
38867
38868 2007-02-04  Bruno Haible  <bruno@clisp.org>
38869
38870         New module mbspbrk.
38871         * modules/mbspbrk: New file.
38872         * lib/mbspbrk.c: New file.
38873         * lib/string_.h (strpbrk): Add a conditional link warning.
38874         (mbspbrk): New declaration.
38875         * m4/mbspbrk.m4: New file.
38876         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38877         GNULIB_MBSPBRK.
38878         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
38879         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
38880
38881 2007-02-04  Bruno Haible  <bruno@clisp.org>
38882
38883         New module mbscspn.
38884         * modules/mbscspn: New file.
38885         * lib/mbscspn.c: New file.
38886         * lib/string_.h (strcspn): Add a conditional link warning.
38887         (mbscspn): New declaration.
38888         * m4/mbscspn.m4: New file.
38889         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38890         GNULIB_MBSCSPN.
38891         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
38892         * MODULES.html.sh (Internationalization functions): Add mbscspn.
38893
38894 2007-02-04  Bruno Haible  <bruno@clisp.org>
38895
38896         New module mbscasestr, reduced goal of strcasestr.
38897         * modules/mbscasestr: New file.
38898         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
38899         (mbscasestr): Renamed from strcasestr.
38900         * lib/strcasestr.c: Don't include mbuiter.h.
38901         (strcasestr): Remove support for multibyte locales.
38902         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
38903         Change the conditional link warning.
38904         (mbscasestr): New declaration.
38905         * m4/mbscasestr.m4: New file.
38906         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
38907         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
38908         REPLACE_STRCASESTR.
38909         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
38910         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
38911         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
38912         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
38913         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
38914         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
38915         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
38916         (Depends-on): Remove mbuiter.
38917         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
38918
38919 2007-02-04  Bruno Haible  <bruno@clisp.org>
38920
38921         Simplify handling of strncasecmp.
38922         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
38923         the conditional link warning.
38924         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
38925         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
38926         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
38927         * modules/strcase (configure.ac): Don't invoke
38928         gl_STRING_MODULE_INDICATOR.
38929         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
38930
38931 2007-02-04  Bruno Haible  <bruno@clisp.org>
38932
38933         New module mbscasecmp, reduced goal of strcasecmp.
38934         * modules/mbscasecmp: New file.
38935         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
38936         (mbscasecmp): Renamed from strcasecmp.
38937         * lib/strcasecmp.c: Don't include mbuiter.h.
38938         (strcasecmp): Remove support for multibyte locales.
38939         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
38940         Change the conditional link warning.
38941         (mbscasecmp): New declaration.
38942         * m4/mbscasecmp.m4: New file.
38943         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
38944         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
38945         REPLACE_STRCASECMP.
38946         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
38947         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38948         GNULIB_MBSCASECMP.
38949         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
38950         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
38951         * modules/strcase (Files): Remove m4/mbrtowc.m4.
38952         (Depends-on): Remove mbuiter.
38953         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
38954
38955 2007-02-04  Bruno Haible  <bruno@clisp.org>
38956
38957         New module mbsstr. Remove module strstr.
38958         * modules/mbsstr: New file.
38959         * modules/strstr: Remove file.
38960         * lib/mbsstr.c: Renamed from lib/strstr.c.
38961         (mbsstr): Renamed from strstr.
38962         * lib/string_.h (strstr): Remove declaration. Change the conditional
38963         link warning.
38964         (mbsstr): New declaration.
38965         * m4/mbsstr.m4: New file.
38966         * m4/strstr.m4: Remove file.
38967         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
38968         REPLACE_STRSTR.
38969         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
38970         Don't initialize GNULIB_STRSTR.
38971         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
38972         substitute GNULIB_STRSTR and REPLACE_STRSTR.
38973         * MODULES.html.sh (Internationalization functions): Add mbsstr.
38974         (Support for systems lacking ANSI C 89): Remove strstr.
38975
38976 2007-02-04  Bruno Haible  <bruno@clisp.org>
38977
38978         New module mbsrchr.
38979         * modules/mbsrchr: New file.
38980         * lib/mbsrchr.c: New file.
38981         * lib/string_.h (strrchr): Add a conditional link warning.
38982         (mbsrchr): New declaration.
38983         * m4/mbsrchr.m4: New file.
38984         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38985         GNULIB_MBSRCHR.
38986         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
38987         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
38988
38989 2007-02-04  Bruno Haible  <bruno@clisp.org>
38990
38991         New module mbschr.
38992         * modules/mbschr: New file.
38993         * lib/mbschr.c: New file.
38994         * lib/string_.h (strchr): Add a conditional link warning.
38995         (mbschr): New declaration.
38996         * m4/mbschr.m4: New file.
38997         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38998         GNULIB_MBSCHR.
38999         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
39000         * MODULES.html.sh (Internationalization functions): Add mbschr.
39001
39002 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
39003
39004         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
39005
39006         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
39007
39008 2007-02-04  Bruno Haible  <bruno@clisp.org>
39009
39010         New module description section 'configure.ac-early'.
39011         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
39012         (func_get_autoconf_early_snippet): New function.
39013         (func_import, func_create_testdir): Use it. Remove special cases for
39014         modules 'extensions' and 'lock'.
39015         * modules/extensions (configure.ac-early): Require
39016         gl_USE_SYSTEM_EXTENSIONS.
39017         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
39018
39019 2007-02-04  Bruno Haible  <bruno@clisp.org>
39020
39021         Make use of gcj-4.3's -fsource and -ftarget option.
39022         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
39023         and if so try the options -fsource and -ftarget.
39024         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
39025         source_version, ftarget_option, target_version arguments.
39026         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
39027         (is_envjavac_oldgcj_14_14_usable): Renamed from
39028         is_envjavac_gcj_14_14_usable.
39029         (is_envjavac_oldgcj_14_13_usable): Renamed from
39030         is_envjavac_gcj_14_13_usable.
39031         (is_gcj_present): Update.
39032         (is_gcj_43, is_gcj43_usable): New functions.
39033         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
39034         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
39035         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
39036         try the options -fsource and -ftarget.
39037
39038 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
39039
39040         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
39041         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
39042         larger value.
39043
39044 2007-02-03  Jim Meyering  <jim@meyering.net>
39045
39046         Give tools a better chance to allocate space for very large buffers.
39047         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
39048
39049         Make pwd and readlink work also when run with an unreadable parent dir
39050         on systems with openat support.
39051         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
39052         provided getcwd function, even when we have openat support.
39053         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
39054
39055 2007-02-02  Bruno Haible  <bruno@clisp.org>
39056
39057         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
39058         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
39059         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
39060         portability problems if one of these functions is only used on specific
39061         platforms.
39062         Reported by Paul Eggert.
39063
39064 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
39065
39066         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
39067         is causing more trouble than it's curing.
39068         * lib/regex_internal.h (__mempcpy): Remove.
39069         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
39070         (and make the code a tad smaller to boot).
39071         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
39072
39073 2007-02-02  Jim Meyering  <jim@meyering.net>
39074
39075         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
39076         section, not in the Makefile.am: one.
39077
39078 2007-02-02  Eric Blake  <ebb9@byu.net>
39079
39080         * lib/strchrnul.c: Always include config.h first.
39081
39082         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
39083         gnulib strstr is not necessary here.
39084
39085 2007-02-02  Simon Josefsson  <simon@josefsson.org>
39086
39087         * m4/socklen.m4: Fix typo.
39088
39089 2007-02-02  Eric Blake  <ebb9@byu.net>
39090
39091         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
39092         * modules/netinet_in (Makefile.am): Likewise.
39093
39094 2007-02-01  Bruno Haible  <bruno@clisp.org>
39095
39096         * lib/string_.h (GL_LINK_WARNING): New macro.
39097         (strcasecmp, strstr, strcasestr): If provided by the system,
39098         conditionally define as a macro that leads to a warning instead of to
39099         an error.
39100         (strncasecmp): Conditionally define as a macro that leads to a warning.
39101
39102 2007-02-01  Karl Berry  <karl@gnu.org>
39103
39104         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
39105
39106 2007-02-01  Bruno Haible  <bruno@clisp.org>
39107
39108         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
39109         renamings.
39110
39111 2007-02-01  Eric Blake  <ebb9@byu.net>
39112
39113         * modules/regex (Depends-on): Revert dependence on mempcpy.
39114         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
39115         module's definition of mempcpy.
39116         Reported by Paul Eggert.
39117
39118 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
39119
39120         * lib/string_.h: If the gnulib module XYZ is not present, undefine
39121         the symbol XYZ before redefining it.  This fixes a problem with
39122         programs that don't use XYZ, when compiled on systems that define
39123         XYZ to something else.
39124
39125 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
39126
39127         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
39128         occurs when "mkdir -m foo" creates a setgid directory that is (1)
39129         writeable to group or other and (2) is intended to have a special
39130         mode bit that is set or cleared.  In such a case, the directory
39131         should be neither group- nor other-writeable until the special
39132         mode bits are right.
39133
39134 2007-01-31  Eric Blake  <ebb9@byu.net>
39135
39136         * modules/mountlist (Depends-on): Add strstr.
39137
39138         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
39139         bug.
39140         * modules/string (Makefile.am): Remove redundant replacement.
39141         * modules/regex (Depends-on): Add mempcpy.
39142
39143 2007-01-31  Bruno Haible  <bruno@clisp.org>
39144
39145         New module description field 'Link'.
39146         * gnulib-tool (func_usage): Document --extract-link-directive.
39147         (sed_extract_prog): Recognize 'Link' directive.
39148         (func_get_link_directive): New function.
39149         (func_import): Show summary of link directives.
39150         Handle --extract-link-directive option.
39151         * modules/acl (Link): New section.
39152         * modules/clock-time (Link): New section.
39153         * modules/euidaccess (Link): New section.
39154         * modules/gettext (Link): New section.
39155         * modules/iconv (Link): New section.
39156         * modules/lock (Link): New section.
39157         * modules/nanosleep (Link): New section.
39158         * modules/readline (Link): New section.
39159
39160 2007-01-27  Bruno Haible  <bruno@clisp.org>
39161
39162         Enforce the use of gnulib modules for unportable <string.h> functions.
39163         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
39164         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
39165         (gl_HEADER_STRING_H_BODY): Require it.
39166         * lib/string_.h: If the gnulib module XYZ is not present, redefine
39167         the symbol XYZ to one that gives a link error.
39168         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
39169         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
39170         * modules/mempcpy (configure.ac): Likewise.
39171         * modules/memrchr (configure.ac): Likewise.
39172         * modules/stpcpy (configure.ac): Likewise.
39173         * modules/stpncpy (configure.ac): Likewise.
39174         * modules/strcase (configure.ac): Likewise.
39175         * modules/strcasestr (configure.ac): Likewise.
39176         * modules/strchrnul (configure.ac): Likewise.
39177         * modules/strdup (configure.ac): Likewise.
39178         * modules/strndup (configure.ac): Likewise.
39179         * modules/strnlen (configure.ac): Likewise.
39180         * modules/strpbrk (configure.ac): Likewise.
39181         * modules/strsep (configure.ac): Likewise.
39182         * modules/strstr (configure.ac): Likewise.
39183         * modules/strtok_r (configure.ac): Likewise.
39184
39185 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
39186
39187         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
39188
39189 2007-01-30  Jim Meyering  <jim@meyering.net>
39190
39191         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
39192
39193 2007-01-29  Bruno Haible  <bruno@clisp.org>
39194
39195         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
39196         * lib/execute.c: Likewise.
39197         * lib/pipe.c: Likewise.
39198         * lib/printf-args.h: Likewise.
39199         * lib/printf-args.c: Likewise.
39200         * lib/printf-parse.c: Likewise.
39201         * lib/vasnprintf.c: Likewise.
39202
39203 2007-01-29  Eric Blake  <ebb9@byu.net>
39204
39205         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
39206         declaration.
39207
39208 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
39209
39210         * lib/strptime.h (strptime): Use 'restrict' for args where
39211         POSIX requires this.
39212         * lib/strptime.c (strptime): Likewise.
39213         Change license notice from LGPL to GPL, since gnulib-tool will
39214         change this as needed.
39215         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
39216         defined.
39217         Include "strptime.h" first, to check interface.
39218         Do not #undef _LIBC and _NL_CURRENT.
39219         Do not include <stdlib.h>; no longer needed.
39220         Include "time_r.h" and declare ptime_locale_status
39221         only if _LIBC is not defined.
39222         (__P): Remove unused macro.
39223         (match_string): Bring back glibc version, but use it only if _LIBC
39224         is defined.
39225         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
39226         Remove unnecessary assertion and abort() call.
39227         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
39228         * m4/strptime.m4: Fix serial number comment.
39229         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
39230         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
39231         (Depends-on): Add time_r.
39232
39233 2007-01-29  Bruno Haible  <bruno@clisp.org>
39234
39235         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
39236         strptime.
39237         * modules/strptime (Depends-on): Add stdbool.
39238         * lib/strptime.h: Include <time.h> always. Add comments.
39239
39240 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39241
39242         * modules/strptime: New file.
39243         * lib/strptime.h: New file.
39244         * lib/strptime.c: New file.
39245         * m4/strptime.m4: New file.
39246
39247 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
39248
39249         * MODULES.html.sh: New module mpsort.
39250         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
39251
39252         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
39253         a circularity problem with HP-UX ia64 reported by Bob Proulx in
39254         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
39255         All uses changed.
39256         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
39257         All uses changed.
39258         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
39259         to _Restrict_.
39260         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
39261         the parameter matches the prototype.
39262
39263 2007-01-28  Jim Meyering  <jim@meyering.net>
39264
39265         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
39266         sys/time.h here, reverting that part of the previous patch:
39267         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
39268
39269 2007-01-28  Bruno Haible  <bruno@clisp.org>
39270
39271         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
39272         value of $(SYS_TIME_H).
39273         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
39274         remove it conditionally, too. [added by Jim Meyering]
39275         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
39276         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
39277         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
39278         GETTIMEOFDAY_REPLACEMENT to 1.
39279
39280 2007-01-28  Bruno Haible  <bruno@clisp.org>
39281
39282         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
39283         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
39284         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
39285         Set UNISTD_H instead of UNISTD_H2.
39286         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
39287
39288 2007-01-28  Bruno Haible  <bruno@clisp.org>
39289
39290         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
39291         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
39292
39293 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39294
39295         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
39296         (func_create_testdir): Ensure C locale for `grep' and `tr'
39297         character ranges.
39298         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
39299         ACLOCAL_AMFLAGS parsing state machine.
39300
39301 2007-01-27  Bruno Haible  <bruno@clisp.org>
39302
39303         * modules/unistr/base: Update.
39304
39305 2007-01-27  Bruno Haible  <bruno@clisp.org>
39306
39307         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
39308         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
39309         * modules/unistr/u32-mbtouc-unsafe: Renamed from
39310         modules/unistr/u32-mbtouc.
39311         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
39312         * lib/unistr.h: Update.
39313         * lib/linebreak.c: Update.
39314         * modules/unistr/u32-mbtouc: Renamed from
39315         modules/unistr/u32-mbtouc-safe.
39316         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
39317         * lib/unistr.h: Update.
39318         * lib/unistr/u32-to-u8.c: Update.
39319         * lib/unistr/u32-to-u16.c: Update.
39320
39321 2007-01-27  Bruno Haible  <bruno@clisp.org>
39322
39323         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
39324         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
39325         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
39326         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
39327         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
39328         * modules/unistr/u16-mbtouc-unsafe: Renamed from
39329         modules/unistr/u16-mbtouc.
39330         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
39331         * lib/unistr.h: Update.
39332         * lib/linebreak.c: Update.
39333         * modules/linebreak: Update.
39334         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
39335         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
39336         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
39337         * modules/unistr/u16-mbtouc: Renamed from
39338         modules/unistr/u16-mbtouc-safe.
39339         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
39340         * lib/unistr.h: Update.
39341         * lib/unistr/u16-to-u8.c: Update.
39342         * modules/unistr/u16-to-u8: Update.
39343         * lib/unistr/u16-to-u32.c: Update.
39344         * modules/unistr/u16-to-u32: Update.
39345
39346 2007-01-27  Bruno Haible  <bruno@clisp.org>
39347
39348         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
39349         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
39350         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
39351         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
39352         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
39353         * modules/unistr/u8-mbtouc-unsafe: Renamed from
39354         modules/unistr/u8-mbtouc.
39355         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
39356         * lib/unistr.h: Update.
39357         * lib/striconveh.c: Update.
39358         * modules/striconveh: Update.
39359         * lib/linebreak.c: Update.
39360         * modules/linebreak: Update.
39361         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
39362         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
39363         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
39364         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
39365         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
39366         * lib/unistr.h: Update.
39367         * lib/striconveh.c: Update.
39368         * modules/striconveh: Update.
39369         * lib/unistr/u8-to-u16.c: Update.
39370         * modules/unistr/u8-to-u16: Update.
39371         * lib/unistr/u8-to-u32.c: Update.
39372         * modules/unistr/u8-to-u32: Update.
39373
39374 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39375
39376         Sync from Libtool.
39377         * lib/argz.c: Do not include strings.h nor memory.h, include
39378         string.h unconditionally.  Patch by Simon Josefsson.
39379
39380 2007-01-27  Bruno Haible  <bruno@clisp.org>
39381
39382         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
39383         from gl_HEADER_STRING_H_BODY.
39384         (gl_HEADER_STRING_H_BODY): Require it.
39385         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
39386         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
39387         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
39388         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
39389         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
39390         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
39391         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
39392         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
39393         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
39394         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
39395         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
39396         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
39397         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
39398         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
39399         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
39400
39401 2007-01-27  Bruno Haible  <bruno@clisp.org>
39402
39403         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
39404         check_PROGRAMS into noinst_PROGRAMS.
39405         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
39406         check_PROGRAMS in this case.
39407         (func_import): Set for_test to false.
39408         (func_create_testdir): Set for_test to true.
39409
39410 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
39411             Bruno Haible  <bruno@clisp.org>
39412
39413         * modules/strcasestr (Files): Remove lib/strcasestr.h.
39414         (Depends-on): Add string.
39415         (Includes): Use <string.h> instead of strcasestr.h.
39416         * modules/string (Makefile.am): Also substitute the value of
39417         REPLACE_STRCASESTR.
39418         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
39419         assume strcasestr is declared in <string.h> not <strings.h>. Also
39420         set REPLACE_STRCASESTR.
39421         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
39422         REPLACE_STRCASESTR.
39423         * lib/strcasestr.h: Remove file.
39424         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
39425         * lib/string_.h (strcasestr): New declaration.
39426
39427 2007-01-27  Bruno Haible  <bruno@clisp.org>
39428
39429         * lib/string_.h: Use 'extern'.
39430
39431 2007-01-27  Jim Meyering  <jim@meyering.net>
39432
39433         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
39434         of set-but-not-used local, "q".
39435
39436         * lib/mempcpy.c: Include <config.h> before <string.h>.
39437         This fixes a compilation error on HP-UX, due to the system's
39438         "restrict"-using mempcpy prototype.
39439
39440 2007-01-26  Bruno Haible  <bruno@clisp.org>
39441
39442         Small optimization.
39443         * lib/javacomp.c: Include c-strstr.h.
39444          (is_envjavac_gcj): Use c_strstr instead of strstr.
39445         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
39446
39447 2007-01-26  Bruno Haible  <bruno@clisp.org>
39448
39449         * MODULES.html.sh (Unicode string functions): Add the new modules.
39450
39451         * modules/uniconv/u32-strconv-to-locale: New file.
39452         * lib/uniconv/u32-strconv-to-locale.c: New file.
39453
39454         * modules/uniconv/u16-strconv-to-locale: New file.
39455         * lib/uniconv/u16-strconv-to-locale.c: New file.
39456
39457         * modules/uniconv/u8-strconv-to-locale: New file.
39458         * lib/uniconv/u8-strconv-to-locale.c: New file.
39459
39460         * modules/uniconv/u32-strconv-from-locale: New file.
39461         * lib/uniconv/u32-strconv-from-locale.c: New file.
39462
39463         * modules/uniconv/u16-strconv-from-locale: New file.
39464         * lib/uniconv/u16-strconv-from-locale.c: New file.
39465
39466         * modules/uniconv/u8-strconv-from-locale: New file.
39467         * lib/uniconv/u8-strconv-from-locale.c: New file.
39468
39469         * modules/uniconv/u32-strconv-to-enc: New file.
39470         * lib/uniconv/u32-strconv-to-enc.c: New file.
39471         * modules/uniconv/u32-strconv-to-enc-tests: New file.
39472         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
39473
39474         * modules/uniconv/u16-strconv-to-enc: New file.
39475         * lib/uniconv/u16-strconv-to-enc.c: New file.
39476         * lib/uniconv/u-strconv-to-enc.h: New file.
39477         * modules/uniconv/u16-strconv-to-enc-tests: New file.
39478         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
39479
39480         * modules/uniconv/u8-strconv-to-enc: New file.
39481         * lib/uniconv/u8-strconv-to-enc.c: New file.
39482         * modules/uniconv/u8-strconv-to-enc-tests: New file.
39483         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
39484
39485         * modules/uniconv/u32-strconv-from-enc: New file.
39486         * lib/uniconv/u32-strconv-from-enc.c: New file.
39487         * modules/uniconv/u32-strconv-from-enc-tests: New file.
39488         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
39489
39490         * modules/uniconv/u16-strconv-from-enc: New file.
39491         * lib/uniconv/u16-strconv-from-enc.c: New file.
39492         * modules/uniconv/u16-strconv-from-enc-tests: New file.
39493         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
39494
39495         * modules/uniconv/u8-strconv-from-enc: New file.
39496         * lib/uniconv/u8-strconv-from-enc.c: New file.
39497         * lib/uniconv/u-strconv-from-enc.h: New file.
39498         * modules/uniconv/u8-strconv-from-enc-tests: New file.
39499         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
39500
39501         * modules/uniconv/u32-conv-from-enc: New file.
39502         * lib/uniconv/u32-conv-from-enc.c: New file.
39503         * modules/uniconv/u32-conv-from-enc-tests: New file.
39504         * tests/uniconv/test-u32-conv-from-enc.c: New file.
39505
39506         * modules/uniconv/u16-conv-from-enc: New file.
39507         * lib/uniconv/u16-conv-from-enc.c: New file.
39508         * lib/uniconv/u-conv-from-enc.h: New file.
39509         * modules/uniconv/u16-conv-from-enc-tests: New file.
39510         * tests/uniconv/test-u16-conv-from-enc.c: New file.
39511
39512         * modules/uniconv/u8-conv-from-enc: New file.
39513         * lib/uniconv/u8-conv-from-enc.c: New file.
39514         * modules/uniconv/u8-conv-from-enc-tests: New file.
39515         * tests/uniconv/test-u8-conv-from-enc.c: New file.
39516
39517         * modules/uniconv/base: New file.
39518         * lib/uniconv.h: New file.
39519
39520 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
39521
39522         * doc/gnulib-tool.texi (Initial import): Update to match current
39523         behavior with strdup module.
39524         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
39525         * lib/memmem.h: Remove; all uses removed.  This is now done
39526         by <string.h>.
39527         * lib/mempcpy.h: Likewise.
39528         * lib/memrchr.h: Likewise.
39529         * lib/stpcpy.h: Likewise.
39530         * lib/stpncpy.h: Likewise.
39531         * lib/strcase.h: Likewise.
39532         * lib/strchrnul.h: Likewise.
39533         * lib/strdup.h: Likewise.
39534         * lib/strndup.h: Likewise.
39535         * lib/strnlen.h: Likewise.
39536         * lib/strpbrk.h: Likewise.
39537         * lib/strsep.h: Likewise.
39538         * lib/strstr.h: Likewise.
39539         * lib/strtok_r.h: Likewise.
39540         * lib/string_.h: New file.
39541         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
39542         Rely on <string.h> instead.
39543         * lib/canon-host.c: Likewise.
39544         * lib/chdir-long.c: Likewise.
39545         * lib/concatpath.c: Likewise.
39546         * lib/exclude.c: Likewise.
39547         * lib/fchdir.c: Likewise.
39548         * lib/getaddrinfo.c: Likewise.
39549         * lib/getcwd.c: Likewise.
39550         * lib/getsubopt.c: Likewise.
39551         * lib/glob.c: Likewise.
39552         * lib/hard-locale.c: Likewise.
39553         * lib/iconvme.c: Likewise.
39554         * lib/javacomp.c: Likewise.
39555         * lib/mempcpy.c: Likewise.
39556         * lib/memrchr.c: Likewise.
39557         * lib/regex_internal.h: Likewise.
39558         * lib/stpncpy.c: Likewise.
39559         * lib/strcasecmp.c: Likewise.
39560         * lib/strchrnul.c: Likewise.
39561         * lib/strdup.c: Likewise.
39562         * lib/striconv.c: Likewise.
39563         * lib/striconveh.c: Likewise.
39564         * lib/striconveha.c: Likewise.
39565         * lib/strncasecmp.c: Likewise.
39566         * lib/strndup.c: Likewise.
39567         * lib/strnlen.c: Likewise.
39568         * lib/strsep.c: Likewise.
39569         * lib/strstr.c: Likewise.
39570         * lib/strtok_r.c: Likewise.
39571         * lib/userspec.c: Likewise.
39572         * lib/w32spawn.h: Likewise.
39573         * lib/xstrndup.c: Likewise.
39574         * lib/mountlist.c (strstr): Remove decl.
39575         * m4/string_h.m4: New file.
39576         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
39577         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
39578         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
39579         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
39580         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
39581         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
39582         Set REPLACE_STRCASECMP if necessary.
39583         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
39584         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
39585         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
39586         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
39587         HAVE_DECL_STRDUP if necessary.
39588         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
39589         since gl_FUNC_STRNDUP does that now.
39590         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
39591         Check for decl here...
39592         (gl_PREREQ_STRNLEN): ... not here.
39593         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
39594         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
39595         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
39596         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
39597         necessary.
39598         * modules/string: New file.
39599         * modules/memmem (Files): Remove special-purpose include file.
39600         (Depends-on): Add string.
39601         (Include): Include <string.h>, not the removed file.
39602         * modules/mempcpy: Likewise.
39603         * modules/memrchr: Likewise.
39604         * modules/stpcpy: Likewise.
39605         * modules/stpncpy: Likewise.
39606         * modules/strcase: Likewise.
39607         * modules/strchrnul: Likewise.
39608         * modules/strdup: Likewise.
39609         * modules/strndup: Likewise.
39610         * modules/strnlen: Likewise.
39611         * modules/strpbrk: Likewise.
39612         * modules/strsep: Likewise.
39613         * modules/strstr: Likewise.
39614         * modules/strtok_r: Likewise.
39615         * tests/test-dirname.c: Don't include "strdup.h", since
39616         <string.h> now suffices.
39617         * tests/test-memmem.c: Don't include "memmem.h", since
39618         <string.h> now suffices.
39619
39620 2007-01-25  Bruno Haible  <bruno@clisp.org>
39621
39622         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
39623         *resultp is 0.
39624
39625         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
39626         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
39627         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
39628         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
39629
39630         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
39631         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
39632         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
39633         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
39634         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
39635         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
39636
39637 2007-01-24  Bruno Haible  <bruno@clisp.org>
39638
39639         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
39640         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
39641         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
39642         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
39643         gl_FUNC_FTS_CORE.
39644         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
39645         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
39646         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
39647         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
39648         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
39649         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
39650         gl_FUNC_FCHOWNAT.
39651         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
39652         gl_FUNC_STRFTIME.
39653         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
39654         Reported by Ralf Wildenhues.
39655
39656 2007-01-24  Bruno Haible  <bruno@clisp.org>
39657
39658         Drop AC_REQUIRE calls that are redundant with the module dependencies.
39659         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
39660         gl_GETADDRINFO.
39661         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
39662         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
39663         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
39664
39665 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
39666
39667         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
39668         Don't use 'exit'; just return from 'main'.
39669         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
39670
39671         * lib/fnmatch_.h: Readjust white space and comments to match
39672         glibc, to avoid spurious diffs.
39673
39674 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39675
39676         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
39677         2004-12-01 change by Jakub Jelinek, since this code won't compile
39678         if !LIBC.  Problem reported by Bob Proulx.
39679
39680 2007-01-23  Bruno Haible  <bruno@clisp.org>
39681
39682         * lib/striconveh.c: Include c-strcaseeq.h.
39683         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
39684         * modules/striconveh (Depends-on): Add c-strcaseeq.
39685
39686 2007-01-23  Bruno Haible  <bruno@clisp.org>
39687
39688         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
39689
39690         * modules/c-strcaseeq: New file.
39691         * lib/c-strcaseeq.h: New file.
39692
39693         * modules/streq: New file.
39694         * lib/streq.h: New file.
39695
39696 2007-01-23  Bruno Haible  <bruno@clisp.org>
39697
39698         * modules/striconveha-tests: New file.
39699         * tests/test-striconveha.c: New file.
39700
39701         * lib/striconveha.h: Include <stdbool.h>.
39702         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
39703         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
39704         (mem_iconveha_notranslit): Renamed from mem_iconveha.
39705         (mem_iconveha): New function.
39706         (str_iconveha_notranslit): Renamed from str_iconveha.
39707         (str_iconveha): New function.
39708         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
39709         c-strcase.
39710
39711 2007-01-23  Bruno Haible  <bruno@clisp.org>
39712
39713         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
39714         encodings without forgiving before trying any encoding with handler.
39715         (str_iconveha): Try all encodings without forgiving before trying any
39716         encoding with handler.
39717
39718 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39719
39720         Import the following changes from libc.
39721
39722         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
39723
39724         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
39725
39726         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
39727
39728         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
39729         normal_bracket label.
39730
39731         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
39732
39733         [BZ #361]
39734         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
39735         to normal_bracket after fetching the next character.
39736
39737 2007-01-22  Bruno Haible  <bruno@clisp.org>
39738
39739         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
39740         argument.
39741         * lib/striconveh.c (iconv_carefully_1): New function.
39742         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
39743         argument.
39744         (str_cd_iconveh): Update.
39745         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
39746         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
39747         * tests/test-striconveh.c (MAGIC): New macro.
39748         (new_offsets): New function.
39749         (main): Test call with and without offsets.
39750
39751 2007-01-22  Bruno Haible  <bruno@clisp.org>
39752
39753         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
39754         * modules/sys_select (Makefile.am): Likewise.
39755         * modules/sys_socket (Makefile.am): Likewise.
39756         * modules/sys_time (Makefile.am): Likewise.
39757
39758 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
39759
39760         * modules/gettimeofday (License): Change from GPL to LGPL, since
39761         gettimeofday is a library function.
39762
39763 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39764
39765         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
39766
39767 2007-01-21  Bruno Haible  <bruno@clisp.org>
39768
39769         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
39770
39771 2007-01-21  Bruno Haible  <bruno@clisp.org>
39772
39773         * modules/striconveha: New file.
39774         * lib/striconveha.h: New file.
39775         * lib/striconveha.c: New file.
39776         * MODULES.html.sh (Internationalization functions): Add striconveha.
39777         * lib/striconv.c (str_iconv): Optimize the case of an empty input
39778         string.
39779         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
39780
39781 2007-01-21  Bruno Haible  <bruno@clisp.org>
39782
39783         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
39784         * lib/striconveh.c (str_iconveh): Likewise.
39785
39786 2007-01-21  Bruno Haible  <bruno@clisp.org>
39787
39788         * lib/striconveh.h (mem_iconveh): New declaration.
39789         * lib/striconveh.c (mem_iconveh): New function.
39790         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
39791
39792 2007-01-21  Bruno Haible  <bruno@clisp.org>
39793
39794         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
39795
39796         * lib/striconveh.h (mem_cd_iconveh): Change specification.
39797         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
39798         original result buffer.
39799         (str_cd_iconveh): Update.
39800         * tests/test-striconveh.c (main): Update.
39801
39802         * lib/striconv.h (mem_cd_iconv): Change specification.
39803         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
39804         result buffer.
39805         (str_cd_iconv): Update.
39806         * tests/test-striconv.c (main): Update.
39807
39808 2007-01-21  Bruno Haible  <bruno@clisp.org>
39809
39810         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
39811
39812 2007-01-20  Jim Meyering  <jim@meyering.net>
39813
39814         * lib/userspec.c (parse_with_separator): If a user or group string
39815         starts with "+", skip the corresponding name-to-ID look-up, since
39816         such a look-up must fail: user and group names may not include "+".
39817
39818 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
39819
39820         * lib/poll.c: Include sys/time.h and time.h unconditionally,
39821         since we now assume the sys_time module.
39822         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
39823         check for sys/time.h; no longer needed.
39824         * modules/poll (Depends-on): Depend on sys_time.
39825
39826 2007-01-18  Bruno Haible  <bruno@clisp.org>
39827
39828         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
39829         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
39830
39831         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
39832         gettimeofday.
39833
39834         * tests/test-gettimeofday.c: Include <time.h>.
39835         (dummy): Remove variable.
39836
39837         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
39838         gl_HEADER_SYS_TIME_H.
39839         (gl_HEADER_SYS_TIME_H): New macro.
39840
39841         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
39842         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39843         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
39844         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
39845         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39846         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
39847         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
39848         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39849         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
39850         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
39851         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39852
39853         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
39854         last change; it caused a compilation error when cross-compiling to
39855         Cygwin.
39856
39857 2007-01-18  Jim Meyering  <jim@meyering.net>
39858
39859         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
39860         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
39861         than the race-prone "test -d sys || mkdir sys".
39862         (configure.ac): Use AC_PROG_MKDIR_P.
39863         * modules/sys_select: Likewise.
39864         * modules/sys_socket: Likewise.
39865         * modules/sys_time: Likewise.
39866
39867 2007-01-18  Eric Blake  <ebb9@byu.net>
39868
39869         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
39870         replace gettimeofday.
39871         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
39872         name, to avoid infinite recursion.
39873
39874 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
39875
39876         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
39877         module sys_time.
39878         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
39879         assume timespec.h defines struct timeval.
39880         * lib/settime.c: Likewise.
39881         * lib/utimens.c: Likewise.
39882         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
39883         since we now assume the gettimeofday module.
39884         * lib/tempname.c (__gen_tempname): Likewise.
39885         * lib/gettimeofday.h: Remove.
39886         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
39887         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
39888         Include <time.h>, for 'time()'.
39889         (localtime_buffer_addr): Also use this workaround if
39890         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
39891         to simplify the uses.  All uses changed.
39892         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
39893         that #undef is inside {}, and 'const' follows type name consistently.
39894         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
39895         (gettimeofday): Do not use the maximum possible value for
39896         tv->tv_usec, since that might break usages other than ls.c.
39897         Instead, we'll leave ls.c alone.  This undoes today's patch
39898         by Bruno.  Add a compile-time warning for 1s-clock resolution;
39899         we've never observed the problem but might as well keep the
39900         canary.
39901         * lib/nanosleep.c: Include timespec.h first, for interface check.
39902         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
39903         now assume the sys_time module.
39904         * lib/tempname.c: Likewise.
39905         * lib/timespec.h: Likewise.
39906         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
39907         needed.
39908         * lib/strftime.c: Likewise.
39909         * lib/timespec.h: Likewise.
39910         * lib/posixtm.c: Include posixtm.h first, for interface check.
39911         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
39912         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
39913         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
39914         * lib/sys_time_.h: New file.
39915         * lib/timespec.h (struct timespec): Use long int, not long.
39916         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
39917         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
39918         Remove obsolescent call to AC_HEADER_TIME.
39919         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
39920         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
39921         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
39922         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
39923         Likewise.
39924         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
39925         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
39926         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
39927         into the sys_time module.  Check for gettimeofday just once.
39928         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
39929         for gettimeofday signature to just check the signature.  Merely
39930         compile it, since linking doesn't test signature.  Improve test for
39931         whether gettimeofday.o is actually needed.
39932         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
39933         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
39934         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
39935         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39936         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
39937         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
39938         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
39939         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
39940         than worrying about sys/time.h.
39941         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
39942         Don't bother worrying about TIME_WITH_SYS_TIME.
39943         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
39944         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
39945         * m4/sys_time_h.m4: New file.
39946         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
39947         Don't include sys/time.h.  Return from main rather than exiting.
39948         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
39949         all uses changed.
39950         * modules/gethrxtime (Depends-on): Add sys_time.
39951         * modules/gettime (Depends-on): Likewise.
39952         * modules/gettimeofday (Depends-on): Likewise.
39953         * modules/nanosleep (Depends-on): Likewise.
39954         * modules/settime (Depends-on): Likewise.
39955         * modules/tempname (Depends-on): Likewise.
39956         * modules/utimens (Depends-on): Likewise.
39957         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
39958         (Include:) Change back to <sys/time.h>.
39959         (Maintainer:) Add self.
39960         * modules/sys_time: New file.
39961         * modules/tempname (Depends-on): Add gettimeofday.
39962         * tests/test-gettimeofday.c: Include <sys/time.h>
39963         rather than gettimeofday.h.
39964
39965 2007-01-17  Bruno Haible  <bruno@clisp.org>
39966
39967         * gnulib-tool (func_get_license): Revert last patch. Instead, let
39968         the license default to GPL.
39969         (func_create_testdir): Don't complain if a module is LGPL and its
39970         tests module depends on GPLed modules.
39971
39972 2007-01-17  Bruno Haible  <bruno@clisp.org>
39973
39974         * lib/gettimeofday.c (gettimeofday): Add code for the case
39975         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
39976         maximum possible value for tv->tv_usec, rather than the minimum one.
39977
39978 2005-10-08  Martin Lambers  <marlam@marlam.de>
39979 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
39980 2007-01-16  Bruno Haible  <bruno@clisp.org>
39981
39982         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
39983         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
39984         gl_FUNC_GETTIMEOFDAY.
39985         (Include): Add gettimeofday.h.
39986         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
39987         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
39988         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
39989         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
39990         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
39991         * lib/gettimeofday.h: New file.
39992         * lib/gettimeofday.c: Include <sys/timeb.h>.
39993         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
39994         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39995         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
39996         fall back on time().
39997
39998         * tests/test-gettimeofday.c: New file.
39999         * modules/gettimeofday-tests: New file.
40000
40001 2007-01-16  Eric Blake  <ebb9@byu.net>
40002
40003         * modules/fnmatch (Depends-on): Depend on wchar.
40004         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
40005         * m4/fnmatch.m4: Likewise.
40006         * modules/mbchar (Makefile.am): Assume <wchar.h>.
40007         * m4/mbchar.m4: Likewise.
40008         * modules/mbswidth (Depends-on): Depend on wchar.
40009         * lib/mbswidth.c: Assume <wchar.h>.
40010         * m4/mbswidth.m4: Likewise.
40011         * modules/quotearg (Depends-on): Depend on wchar.
40012         * lib/quotearg.c: Assume <wchar.h>.
40013         * m4/quotearg.m4: Likewise.
40014         * modules/regex (Depends-on): Depend on wchar.
40015         * lib/regex_internal.h: Assume <wchar.h>.
40016         * m4/regex.m4: Likewise.
40017         * modules/stdint (Depends-on): Depend on wchar.
40018         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
40019         * m4/stdint.m4: Likewise.
40020         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
40021         * modules/strftime (Depends-on): Depend on wchar.
40022         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
40023         * modules/strtol (Depends-on): Depend on wchar.
40024         * lib/strtol.c: Assume <wchar.h>.
40025         * modules/wcwidth (Depends-on): Depend on wchar.
40026         * lib/wcwidth.h: Assume <wchar.h>.
40027         * m4/wcwidth.m4: Likewise.
40028
40029 2007-01-16  Bruno Haible  <bruno@clisp.org>
40030
40031         * modules/csharpexec-script: New, created from...
40032         * modules/csharpexec: ... this.
40033
40034 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
40035
40036         * modules/javaexec-script: New, created from...
40037         * modules/javaexec: ... this.
40038
40039 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40040
40041         * modules/poll (Dependencies): Add sys_select.
40042
40043 2007-01-15  Jim Meyering  <jim@meyering.net>
40044
40045         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
40046         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
40047         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
40048         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
40049
40050 2007-01-15  Bruno Haible  <bruno@clisp.org>
40051
40052         * modules/striconveh: New file.
40053         * lib/striconveh.h: New file.
40054         * lib/striconveh.c: New file.
40055         * MODULES.html.sh (Internationalization functions): Add striconveh.
40056
40057         * modules/striconveh-tests: New file.
40058         * tests/test-striconveh.c: New file.
40059
40060 2007-01-15  Bruno Haible  <bruno@clisp.org>
40061
40062         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
40063         not from GNU libiconv or GNU libc.
40064
40065 2007-01-15  Bruno Haible  <bruno@clisp.org>
40066
40067         * doc/gnulib-intro.texi (Copyright): Explain the different license
40068         terms for module descriptions, autoconf macros, tests, documentation.
40069
40070 2007-01-14  Bruno Haible  <bruno@clisp.org>
40071
40072         * modules/striconv-tests: New file.
40073         * tests/test-striconv.c: New file.
40074
40075 2007-01-14  Bruno Haible  <bruno@clisp.org>
40076
40077         * modules/iconv-tests: New file.
40078         * tests/test-iconv.c: New file.
40079
40080 2007-01-14  Bruno Haible  <bruno@clisp.org>
40081
40082         * gnulib-tool (func_get_license): For test modules, use the license of
40083         the main module.
40084
40085 2007-01-14  Bruno Haible  <bruno@clisp.org>
40086
40087         * modules/iconv (Include): Clarify that <iconv.h> can only be included
40088         if iconv is found to exist.
40089
40090 2007-01-14  Bruno Haible  <bruno@clisp.org>
40091
40092         * modules/c-ctype-tests: New file.
40093         * tests/test-c-ctype.c: New file.
40094
40095 2007-01-14  Bruno Haible  <bruno@clisp.org>
40096
40097         * modules/binary-io-tests: New file.
40098         * tests/test-binary-io.sh: New file.
40099         * tests/test-binary-io.c: New file.
40100
40101 2007-01-14  Bruno Haible  <bruno@clisp.org>
40102
40103         * modules/array-oset-tests: New file.
40104         * tests/test-array_oset.c: New file.
40105
40106 2007-01-14  Bruno Haible  <bruno@clisp.org>
40107
40108         * modules/array-list-tests: New file.
40109         * tests/test-array_list.c: New file.
40110
40111 2007-01-14  Bruno Haible  <bruno@clisp.org>
40112
40113         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
40114         and make.
40115         Reported by Simon Josefsson in
40116         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
40117
40118 2007-01-14  Bruno Haible  <bruno@clisp.org>
40119
40120         * modules/allocsa-tests: New file.
40121         * tests/test-allocsa.c: New file.
40122
40123 2007-01-14  Bruno Haible  <bruno@clisp.org>
40124
40125         * modules/fchdir (Depends-on): Add absolute-header.
40126         * modules/unistd (Depends-on): Likewise.
40127
40128 2006-12-30  Bruno Haible  <bruno@clisp.org>
40129
40130         * modules/fchdir: New file.
40131         * modules/unistd (Files): Add lib/unistd_.h.
40132         (Makefile.am): Generate unistd.h from unistd_.h.
40133         * lib/fchdir.c: New file.
40134         * lib/dirent_.h: New file.
40135         * lib/unistd_.h: New file.
40136         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
40137         * m4/fchdir.m4: New file.
40138         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
40139         (gl_HEADER_UNISTD): Invoke it.
40140         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
40141         function.
40142         * lib/backupfile.c (opendir, closedir): Undefine.
40143         * lib/chown.c (open, close): Undefine.
40144         * lib/clean-temp.c (open, close): Undefine.
40145         * lib/copy-file.c (open, close): Undefine.
40146         * lib/execute.c (open, close): Undefine.
40147         * lib/fsusage.c (open, close): Undefine.
40148         * lib/gc-gnulib.c (open, close): Undefine.
40149         * lib/getcwd.c (opendir, closedir): Undefine.
40150         * lib/glob.c (opendir, closedir): Undefine.
40151         * lib/javacomp.c (open, close): Undefine.
40152         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
40153         * lib/openat-proc.c (open, close): Undefine.
40154         * lib/pagealign_alloc.c (open, close): Undefine.
40155         * lib/pipe.c (open, close): Undefine.
40156         * lib/progreloc.c (open, close): Undefine.
40157         * lib/savedir.c (opendir, closedir): Undefine.
40158         * lib/utime.c (open, close): Undefine.
40159         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
40160
40161 2007-01-10  Bruno Haible  <bruno@clisp.org>
40162
40163         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
40164
40165 2007-01-12  Eric Blake  <ebb9@byu.net>
40166
40167         Provide a robust <wchar.h>.  Further simplifications are now
40168         possible in other modules, but not included here.
40169         * modules/wchar: New module.
40170         * m4/wchar.m4: New file.
40171         * lib/wchar_.h: Likewise.
40172         * modules/mbchar (Depends-on): Depend on wchar, as the first use
40173         of the new module.
40174         * MODULES.html.sh (Extended multibyte and wide character utilities):
40175         New section.
40176
40177 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
40178
40179         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
40180         to a reasonable default for memory allocation.
40181         (xreadlink): Don't allocate a huge buffer, to work around a buggy
40182         file system that reports garbage st_size values for symlinks.
40183         Problem reported by Liyang Hu.
40184
40185 2007-01-11  Simon Josefsson  <simon@josefsson.org>
40186
40187         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
40188         Emacs .#* auto-save files).
40189
40190 2007-01-11  Bruno Haible  <bruno@clisp.org>
40191
40192         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
40193         directory.
40194
40195 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
40196
40197         Use @...@ consistently in lib/wctype_.h.
40198         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
40199         on it being set to 1 or 0.
40200         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
40201         go back to AC_SUBSTing it.
40202         * modules/wctype (Makefile.am): Undo previous change.
40203
40204 2007-01-10  Eric Blake  <ebb9@byu.net>
40205
40206         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
40207         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
40208         * modules/wctype (Makefile.am): Likewise.
40209         Reported by Chris McGuire.
40210
40211 2007-01-10  Jim Meyering  <jim@meyering.net>
40212
40213         fts.c: a small readability/maintainability improvement
40214         * lib/fts.c (fts_read): Make this code slightly more readable and
40215         maintainable by hoisting the "sp->fts_cur = p" assignments to
40216         immediately follow the statements that set P.  Derived from
40217         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
40218
40219 2007-01-10  Eric Blake  <ebb9@byu.net>
40220
40221         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
40222         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
40223         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
40224         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
40225         Reported by Chris McGuire.
40226
40227 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40228
40229         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
40230         in sed script.
40231
40232 2007-01-09  Bruno Haible  <bruno@clisp.org>
40233
40234         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
40235         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
40236         variables.
40237         (func_module): Use them.
40238
40239 2007-01-09  Bruno Haible  <bruno@clisp.org>
40240
40241         * modules/unistr/base: New file.
40242         * lib/unistr.h: New file.
40243
40244         * modules/unistr/u8-to-u16: New file.
40245         * lib/unistr/u8-to-u16.c: New file.
40246
40247         * modules/unistr/u8-to-u32: New file.
40248         * lib/unistr/u8-to-u32.c: New file.
40249
40250         * modules/unistr/u16-to-u8: New file.
40251         * lib/unistr/u16-to-u8.c: New file.
40252
40253         * modules/unistr/u16-to-u32: New file.
40254         * lib/unistr/u16-to-u32.c: New file.
40255
40256         * modules/unistr/u32-to-u8: New file.
40257         * lib/unistr/u32-to-u8.c: New file.
40258
40259         * modules/unistr/u32-to-u16: New file.
40260         * lib/unistr/u32-to-u16.c: New file.
40261
40262         * modules/unistr/u8-check: New file.
40263         * modules/unistr/u16-check: New file.
40264         * modules/unistr/u32-check: New file.
40265         * lib/unistr/u8-check.c: New file.
40266         * lib/unistr/u16-check.c: New file.
40267         * lib/unistr/u32-check.c: New file.
40268
40269         * modules/unistr/u8-chr: New file.
40270         * modules/unistr/u16-chr: New file.
40271         * modules/unistr/u32-chr: New file.
40272         * lib/unistr/u8-chr.c: New file.
40273         * lib/unistr/u16-chr.c: New file.
40274         * lib/unistr/u32-chr.c: New file.
40275
40276         * modules/unistr/u8-cmp: New file.
40277         * modules/unistr/u16-cmp: New file.
40278         * modules/unistr/u32-cmp: New file.
40279         * lib/unistr/u8-cmp.c: New file.
40280         * lib/unistr/u16-cmp.c: New file.
40281         * lib/unistr/u32-cmp.c: New file.
40282
40283         * modules/unistr/u8-cpy: New file.
40284         * modules/unistr/u16-cpy: New file.
40285         * modules/unistr/u32-cpy: New file.
40286         * lib/unistr/u8-cpy.c: New file.
40287         * lib/unistr/u16-cpy.c: New file.
40288         * lib/unistr/u32-cpy.c: New file.
40289         * lib/unistr/u-cpy.h: New file.
40290
40291         * modules/unistr/u8-cpy-alloc: New file.
40292         * modules/unistr/u16-cpy-alloc: New file.
40293         * modules/unistr/u32-cpy-alloc: New file.
40294         * lib/unistr/u8-cpy-alloc.c: New file.
40295         * lib/unistr/u16-cpy-alloc.c: New file.
40296         * lib/unistr/u32-cpy-alloc.c: New file.
40297         * lib/unistr/u-cpy-alloc.h: New file.
40298
40299         * modules/unistr/u8-endswith: New file.
40300         * modules/unistr/u16-endswith: New file.
40301         * modules/unistr/u32-endswith: New file.
40302         * lib/unistr/u8-endswith.c: New file.
40303         * lib/unistr/u16-endswith.c: New file.
40304         * lib/unistr/u32-endswith.c: New file.
40305         * lib/unistr/u-endswith.h: New file.
40306
40307         * modules/unistr/u8-mblen: New file.
40308         * modules/unistr/u16-mblen: New file.
40309         * modules/unistr/u32-mblen: New file.
40310         * lib/unistr/u8-mblen.c: New file.
40311         * lib/unistr/u16-mblen.c: New file.
40312         * lib/unistr/u32-mblen.c: New file.
40313
40314         * modules/unistr/u8-mbtouc: New file.
40315         * modules/unistr/u16-mbtouc: New file.
40316         * modules/unistr/u32-mbtouc: New file.
40317         * lib/unistr/u8-mbtouc.c: New file.
40318         * lib/unistr/u16-mbtouc.c: New file.
40319         * lib/unistr/u32-mbtouc.c: New file.
40320
40321         * modules/unistr/u8-mbtouc-safe: New file.
40322         * modules/unistr/u16-mbtouc-safe: New file.
40323         * modules/unistr/u32-mbtouc-safe: New file.
40324         * lib/unistr/u8-mbtouc-safe.c: New file.
40325         * lib/unistr/u16-mbtouc-safe.c: New file.
40326         * lib/unistr/u32-mbtouc-safe.c: New file.
40327
40328         * modules/unistr/u8-move: New file.
40329         * modules/unistr/u16-move: New file.
40330         * modules/unistr/u32-move: New file.
40331         * lib/unistr/u8-move.c: New file.
40332         * lib/unistr/u16-move.c: New file.
40333         * lib/unistr/u32-move.c: New file.
40334         * lib/unistr/u-move.h: New file.
40335
40336         * modules/unistr/u8-next: New file.
40337         * modules/unistr/u16-next: New file.
40338         * modules/unistr/u32-next: New file.
40339         * lib/unistr/u8-next.c: New file.
40340         * lib/unistr/u16-next.c: New file.
40341         * lib/unistr/u32-next.c: New file.
40342
40343         * modules/unistr/u8-prev: New file.
40344         * modules/unistr/u16-prev: New file.
40345         * modules/unistr/u32-prev: New file.
40346         * lib/unistr/u8-prev.c: New file.
40347         * lib/unistr/u16-prev.c: New file.
40348         * lib/unistr/u32-prev.c: New file.
40349
40350         * modules/unistr/u8-set: New file.
40351         * modules/unistr/u16-set: New file.
40352         * modules/unistr/u32-set: New file.
40353         * lib/unistr/u8-set.c: New file.
40354         * lib/unistr/u16-set.c: New file.
40355         * lib/unistr/u32-set.c: New file.
40356         * lib/unistr/u-set.h: New file.
40357
40358         * modules/unistr/u8-startswith: New file.
40359         * modules/unistr/u16-startswith: New file.
40360         * modules/unistr/u32-startswith: New file.
40361         * lib/unistr/u8-startswith.c: New file.
40362         * lib/unistr/u16-startswith.c: New file.
40363         * lib/unistr/u32-startswith.c: New file.
40364         * lib/unistr/u-startswith.h: New file.
40365
40366         * modules/unistr/u8-stpcpy: New file.
40367         * modules/unistr/u16-stpcpy: New file.
40368         * modules/unistr/u32-stpcpy: New file.
40369         * lib/unistr/u8-stpcpy.c: New file.
40370         * lib/unistr/u16-stpcpy.c: New file.
40371         * lib/unistr/u32-stpcpy.c: New file.
40372         * lib/unistr/u-stpcpy.h: New file.
40373
40374         * modules/unistr/u8-stpncpy: New file.
40375         * modules/unistr/u16-stpncpy: New file.
40376         * modules/unistr/u32-stpncpy: New file.
40377         * lib/unistr/u8-stpncpy.c: New file.
40378         * lib/unistr/u16-stpncpy.c: New file.
40379         * lib/unistr/u32-stpncpy.c: New file.
40380         * lib/unistr/u-stpncpy.h: New file.
40381
40382         * modules/unistr/u8-strcat: New file.
40383         * modules/unistr/u16-strcat: New file.
40384         * modules/unistr/u32-strcat: New file.
40385         * lib/unistr/u8-strcat.c: New file.
40386         * lib/unistr/u16-strcat.c: New file.
40387         * lib/unistr/u32-strcat.c: New file.
40388         * lib/unistr/u-strcat.h: New file.
40389
40390         * modules/unistr/u8-strchr: New file.
40391         * modules/unistr/u16-strchr: New file.
40392         * modules/unistr/u32-strchr: New file.
40393         * lib/unistr/u8-strchr.c: New file.
40394         * lib/unistr/u16-strchr.c: New file.
40395         * lib/unistr/u32-strchr.c: New file.
40396
40397         * modules/unistr/u8-strcmp: New file.
40398         * modules/unistr/u16-strcmp: New file.
40399         * modules/unistr/u32-strcmp: New file.
40400         * lib/unistr/u8-strcmp.c: New file.
40401         * lib/unistr/u16-strcmp.c: New file.
40402         * lib/unistr/u32-strcmp.c: New file.
40403
40404         * modules/unistr/u8-strcpy: New file.
40405         * modules/unistr/u16-strcpy: New file.
40406         * modules/unistr/u32-strcpy: New file.
40407         * lib/unistr/u8-strcpy.c: New file.
40408         * lib/unistr/u16-strcpy.c: New file.
40409         * lib/unistr/u32-strcpy.c: New file.
40410         * lib/unistr/u-strcpy.h: New file.
40411
40412         * modules/unistr/u8-strcspn: New file.
40413         * modules/unistr/u16-strcspn: New file.
40414         * modules/unistr/u32-strcspn: New file.
40415         * lib/unistr/u8-strcspn.c: New file.
40416         * lib/unistr/u16-strcspn.c: New file.
40417         * lib/unistr/u32-strcspn.c: New file.
40418         * lib/unistr/u-strcspn.h: New file.
40419
40420         * modules/unistr/u8-strdup: New file.
40421         * modules/unistr/u16-strdup: New file.
40422         * modules/unistr/u32-strdup: New file.
40423         * lib/unistr/u8-strdup.c: New file.
40424         * lib/unistr/u16-strdup.c: New file.
40425         * lib/unistr/u32-strdup.c: New file.
40426         * lib/unistr/u-strdup.h: New file.
40427
40428         * modules/unistr/u8-strlen: New file.
40429         * modules/unistr/u16-strlen: New file.
40430         * modules/unistr/u32-strlen: New file.
40431         * lib/unistr/u8-strlen.c: New file.
40432         * lib/unistr/u16-strlen.c: New file.
40433         * lib/unistr/u32-strlen.c: New file.
40434         * lib/unistr/u-strlen.h: New file.
40435
40436         * modules/unistr/u8-strmblen: New file.
40437         * modules/unistr/u16-strmblen: New file.
40438         * modules/unistr/u32-strmblen: New file.
40439         * lib/unistr/u8-strmblen.c: New file.
40440         * lib/unistr/u16-strmblen.c: New file.
40441         * lib/unistr/u32-strmblen.c: New file.
40442
40443         * modules/unistr/u8-strmbtouc: New file.
40444         * modules/unistr/u16-strmbtouc: New file.
40445         * modules/unistr/u32-strmbtouc: New file.
40446         * lib/unistr/u8-strmbtouc.c: New file.
40447         * lib/unistr/u16-strmbtouc.c: New file.
40448         * lib/unistr/u32-strmbtouc.c: New file.
40449
40450         * modules/unistr/u8-strncat: New file.
40451         * modules/unistr/u16-strncat: New file.
40452         * modules/unistr/u32-strncat: New file.
40453         * lib/unistr/u8-strncat.c: New file.
40454         * lib/unistr/u16-strncat.c: New file.
40455         * lib/unistr/u32-strncat.c: New file.
40456         * lib/unistr/u-strncat.h: New file.
40457
40458         * modules/unistr/u8-strncmp: New file.
40459         * modules/unistr/u16-strncmp: New file.
40460         * modules/unistr/u32-strncmp: New file.
40461         * lib/unistr/u8-strncmp.c: New file.
40462         * lib/unistr/u16-strncmp.c: New file.
40463         * lib/unistr/u32-strncmp.c: New file.
40464
40465         * modules/unistr/u8-strncpy: New file.
40466         * modules/unistr/u16-strncpy: New file.
40467         * modules/unistr/u32-strncpy: New file.
40468         * lib/unistr/u8-strncpy.c: New file.
40469         * lib/unistr/u16-strncpy.c: New file.
40470         * lib/unistr/u32-strncpy.c: New file.
40471         * lib/unistr/u-strncpy.h: New file.
40472
40473         * modules/unistr/u8-strnlen: New file.
40474         * modules/unistr/u16-strnlen: New file.
40475         * modules/unistr/u32-strnlen: New file.
40476         * lib/unistr/u8-strnlen.c: New file.
40477         * lib/unistr/u16-strnlen.c: New file.
40478         * lib/unistr/u32-strnlen.c: New file.
40479         * lib/unistr/u-strnlen.h: New file.
40480
40481         * modules/unistr/u8-strpbrk: New file.
40482         * modules/unistr/u16-strpbrk: New file.
40483         * modules/unistr/u32-strpbrk: New file.
40484         * lib/unistr/u8-strpbrk.c: New file.
40485         * lib/unistr/u16-strpbrk.c: New file.
40486         * lib/unistr/u32-strpbrk.c: New file.
40487         * lib/unistr/u-strpbrk.h: New file.
40488
40489         * modules/unistr/u8-strrchr: New file.
40490         * modules/unistr/u16-strrchr: New file.
40491         * modules/unistr/u32-strrchr: New file.
40492         * lib/unistr/u8-strrchr.c: New file.
40493         * lib/unistr/u16-strrchr.c: New file.
40494         * lib/unistr/u32-strrchr.c: New file.
40495
40496         * modules/unistr/u8-strspn: New file.
40497         * modules/unistr/u16-strspn: New file.
40498         * modules/unistr/u32-strspn: New file.
40499         * lib/unistr/u8-strspn.c: New file.
40500         * lib/unistr/u16-strspn.c: New file.
40501         * lib/unistr/u32-strspn.c: New file.
40502         * lib/unistr/u-strspn.h: New file.
40503
40504         * modules/unistr/u8-strstr: New file.
40505         * modules/unistr/u16-strstr: New file.
40506         * modules/unistr/u32-strstr: New file.
40507         * lib/unistr/u8-strstr.c: New file.
40508         * lib/unistr/u16-strstr.c: New file.
40509         * lib/unistr/u32-strstr.c: New file.
40510         * lib/unistr/u-strstr.h: New file.
40511
40512         * modules/unistr/u8-strtok: New file.
40513         * modules/unistr/u16-strtok: New file.
40514         * modules/unistr/u32-strtok: New file.
40515         * lib/unistr/u8-strtok.c: New file.
40516         * lib/unistr/u16-strtok.c: New file.
40517         * lib/unistr/u32-strtok.c: New file.
40518         * lib/unistr/u-strtok.h: New file.
40519
40520         * modules/unistr/u8-uctomb: New file.
40521         * modules/unistr/u16-uctomb: New file.
40522         * modules/unistr/u32-uctomb: New file.
40523         * lib/unistr/u8-uctomb.c: New file.
40524         * lib/unistr/u16-uctomb.c: New file.
40525         * lib/unistr/u32-uctomb.c: New file.
40526
40527         * MODULES.html.sh (Unicode string functions): Add the new modules.
40528
40529 2007-01-08  Bruno Haible  <bruno@clisp.org>
40530
40531         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
40532         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
40533         subdirectories.
40534
40535 2007-01-08  Karl Berry  <karl@gnu.org>
40536
40537         * doc/error.texi: mention that main() fns must set program_name
40538         when progname is used.
40539
40540 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
40541
40542         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
40543         WCTYPE_H is empty, for the benefit of builds from non-distclean
40544         directories.  Problem reported by Eric Blake in
40545         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
40546
40547 2007-01-08  Bruno Haible  <bruno@clisp.org>
40548
40549         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
40550         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
40551         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
40552         PROVIDE_CANONICALIZE_FILENAME_MODE.
40553         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
40554
40555 2007-01-08  Bruno Haible  <bruno@clisp.org>
40556
40557         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
40558         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
40559         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
40560         * lib/fts.c: Likewise.
40561         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
40562
40563 2006-12-25  Bruno Haible  <bruno@clisp.org>
40564
40565         * modules/utf8-ucs4-safe: New file.
40566         * lib/utf8-ucs4-safe.h: New file.
40567         * lib/unistr/utf8-ucs4-safe.c: New file.
40568
40569         * modules/utf16-ucs4-safe: New file.
40570         * lib/utf16-ucs4-safe.h: New file.
40571         * lib/unistr/utf16-ucs4-safe.c: New file.
40572
40573         * MODULES.html.sh (Unicode string functions): Add the new modules.
40574
40575 2007-01-08  Bruno Haible  <bruno@clisp.org>
40576
40577         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
40578         (Depends-on): Add unitypes.
40579         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
40580         (u8_mbtouc_aux): Move out to separate file.
40581         (u8_mbtouc): Use ucs4_t, uint8_t types.
40582         * lib/unistr/utf8-ucs4.c: New file.
40583
40584         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
40585         (Depends-on): Add unitypes.
40586         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
40587         (u16_mbtouc_aux): Move out to separate file.
40588         (u16_mbtouc): Use ucs4_t, uint16_t types.
40589         * lib/unistr/utf16-ucs4.c: New file.
40590
40591         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
40592         (Depends-on): Add unitypes.
40593         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
40594         (u8_uctomb_aux): Move out to separate file.
40595         (u8_uctomb): Use ucs4_t, uint8_t types.
40596         * lib/unistr/ucs4-utf8.c: New file.
40597
40598         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
40599         (Depends-on): Add unitypes.
40600         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
40601         (u16_uctomb_aux): Move out to separate file.
40602         (u16_uctomb): Use ucs4_t, uint16_t types.
40603         * lib/unistr/ucs4-utf16.c: New file.
40604
40605 2006-12-25  Bruno Haible  <bruno@clisp.org>
40606
40607         * modules/unitypes: New file.
40608         * lib/unitypes.h: New file.
40609         * MODULES.html.sh (func_all_modules): New section "Unicode string
40610         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
40611         this section. Add unitypes.
40612
40613 2007-01-08  Bruno Haible  <bruno@clisp.org>
40614
40615         Avoid variable names that conflict with those from libtool.
40616         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
40617         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
40618         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
40619         library_names_spec to acl_library_names_spec, hardcode_* to
40620         acl_hardcode_*.
40621         Reported by Ralf Wildenhues.
40622
40623 2007-01-08  Bruno Haible  <bruno@clisp.org>
40624
40625         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
40626         definition.
40627         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
40628         definition.
40629         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
40630         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
40631         definition.
40632         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
40633         definition.
40634         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
40635         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
40636         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
40637         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
40638         definition.
40639         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
40640         definition.
40641         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
40642         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
40643         GC_USE_<algorithm>.
40644         * lib/gc-libgcrypt.c: Likewise.
40645         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
40646         * modules/gc-arctwo (configure.ac): Likewise.
40647         * modules/gc-des (configure.ac): Likewise.
40648         * modules/gc-hmac-md5 (configure.ac): Likewise.
40649         * modules/gc-hmac-sha1 (configure.ac): Likewise.
40650         * modules/gc-md2 (configure.ac): Likewise.
40651         * modules/gc-md4 (configure.ac): Likewise.
40652         * modules/gc-md5 (configure.ac): Likewise.
40653         * modules/gc-random (configure.ac): Likewise.
40654         * modules/gc-rijndael (configure.ac): Likewise.
40655         * modules/gc-sha1 (configure.ac): Likewise.
40656
40657 2007-01-08  Bruno Haible  <bruno@clisp.org>
40658
40659         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
40660         macro definition.
40661         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
40662         definition.
40663         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
40664         definition.
40665         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
40666         * modules/fcntl-safer (configure.ac): Likewise.
40667         * modules/fopen-safer (configure.ac): Likewise.
40668         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
40669         GNULIB_FWRITEERROR macro definition.
40670
40671 2007-01-08  Bruno Haible  <bruno@clisp.org>
40672
40673         * m4/gnulib-common.m4: New file.
40674         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
40675         (func_get_filelist): Add m4/gnulib-common.m4.
40676
40677 2007-01-08  Bruno Haible  <bruno@clisp.org>
40678
40679         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
40680         command.
40681
40682 2007-01-08  Jim Meyering  <jim@meyering.net>
40683
40684         Use a more robust test for a "can't happen" condition.
40685         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
40686         narrowed the st_size value.  Presuming the "can't happen" condition
40687         is true, that narrowing could conceivably convert an invalid st_size
40688         value into a valid one.  Instead, use a change based on Matthew
40689         Woehlke's original patch.
40690
40691         Slight readability improvement: use an assert-like macro
40692         in place of literal "abort ()" uses.
40693         * lib/fts.c (fts_assert): Define.
40694         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
40695         Use this macro instead of a bare 'abort'.
40696
40697 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
40698
40699         Don't worry about using IRIX 5.3's wctype.h broken definitions;
40700         simply work around them.
40701         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
40702         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
40703         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
40704         declaring.
40705         Don't bother to define as macros, since the standard doesn't require it.
40706         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
40707         longer worry about IRIX 5.3.
40708         (HAVE_WCTYPE_CTMP_BUG): Remove.
40709
40710 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
40711
40712         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
40713         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
40714         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
40715         Problems reported by Georg Schwarz for IRIX 5.3.
40716
40717         * gnulib-tool (autoconf_minversion): Take the maximum version number
40718         found, not the minimum.  Problem reported by James Youngman.
40719
40720 2007-01-03  Karl Berry  <karl@gnu.org>
40721
40722         * doc/error.texi: new file, explaining interaction with progname.
40723         * doc/gnulib.texi: include it.  Update copyright.
40724
40725 2007-01-03  Simon Josefsson  <simon@josefsson.org>
40726
40727         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
40728         AC_CANONICAL_HOST, to improve autobuild outputs.
40729
40730 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
40731             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
40732
40733         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
40734         sockets, server sockets, and other file descriptors.  Count errors
40735         to compute the return value.  Reorder the code a bit to be easier
40736         to follow.  Don't set event bits that were not requested (except
40737         POLLERR and POLLHUP).
40738
40739 2007-01-01  Bruno Haible  <bruno@clisp.org>
40740
40741         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
40742
40743 2007-01-03  Jim Meyering  <jim@meyering.net>
40744
40745         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
40746
40747 2007-01-02  Bruno Haible  <bruno@clisp.org>
40748
40749         * modules/settime (Include): Require timespec.h.
40750         * modules/nanosleep (Include): Likewise.
40751
40752 2007-01-01  Bruno Haible  <bruno@clisp.org>
40753
40754         * gnulib-tool (func_emit_copyright_notice): Bump year.
40755         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
40756
40757 2007-01-01  Bruno Haible  <bruno@clisp.org>
40758
40759         Improve support for OpenBSD.
40760         * build-aux/config.rpath (libname_spec): Export.
40761         (library_names_spec): New variable. Export.
40762         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
40763         library_names_spec from the config.rpath output. Locate shared library
40764         through the name pattern in library_names_spec.
40765
40766 2007-01-01  Eric Blake  <ebb9@byu.net>
40767
40768         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
40769
40770 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
40771
40772         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
40773         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
40774         assume the C locale, and avoid an "eval" that could cause trouble.
40775         Problem with SORT reported by Bob Proulx.
40776
40777         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
40778         Define.  Trivial patch from Henning Nielsen Lund, originally
40779         sent to bug-grep@gnu.org today.
40780
40781 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
40782
40783         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
40784         struct stat.  Problem reported by Henning Nielsen Lund.
40785         * lib/acl.c: Include acl.h first, to check interface.  Don't
40786         bother to include sys/types.h and sys/stat.h again.
40787
40788 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
40789
40790         Import the following change from libc; problem reported by
40791         Sven Verdoolaege.
40792
40793         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
40794
40795         [BZ #1373]
40796         * lib/argp.h: Remove __NTH for __argp_usage inline function.
40797
40798 2006-12-28  Jim Meyering  <jim@meyering.net>
40799
40800         * build-aux/announce-gen: Do not assume that the package
40801         builds any of tar.gz, tar.bz2, and .xdelta files.
40802         Suggestion from Simon Josefsson.
40803
40804 2006-12-28  Simon Josefsson  <simon@josefsson.org>
40805
40806         * modules/announce-gen: New file.
40807
40808 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
40809
40810         * lib/mbchar.h: Just include <wctype.h>; the wctype module
40811         handles its gotchas now.
40812         * lib/mbswidth.c: Likewise.
40813         * lib/wcwidth.h: Likewise.
40814         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
40815         and iswcntrl; the wctype module does this stuff now.
40816         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
40817         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
40818         * modules/mbchar (Depends-on): Add wctype.
40819         * modules/mbswidth (Depends-on): Likewise.
40820         * modules/wcwidth (Depends-on): Likewise.
40821
40822 2006-12-27  Eric Blake  <ebb9@byu.net>
40823
40824         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
40825         module uses more than what <wctype.h> is required to provide.
40826
40827 2006-12-26  Eric Blake  <ebb9@byu.net>
40828
40829         * gnulib-tool (sed_extract_prog): Avoid space-tab.
40830
40831 2006-12-26  Eric Blake  <ebb9@byu.net>
40832
40833         * modules/absolute-header: New module.
40834         * modules/fcntl (Depends-on): Depend on it.
40835         * modules/inttypes (Depends-on): Likewise.
40836         * modules/stdint (Depends-on): Likewise.
40837         * modules/sys_stat (Depends-on): Likewise.
40838         * modules/wctype (Depends-on): Likewise.
40839         * MODULES.html.sh (Support for building libraries and
40840         executables): Document it.
40841
40842 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
40843
40844         * gnulib-tool (SED): Remove, undoing previous change.
40845         The problem was that it broke coreutils on Solaris, because
40846         "sed --posix" leaked into a makefile.
40847         (sed): New alias, if 'alias' and GNU sed.
40848
40849 2006-12-24  Jim Meyering  <jim@meyering.net>
40850
40851         Work around an fchownat bug in glibc-2.4:
40852         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
40853         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
40854         in spite of the -P option.
40855         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
40856         New macros.
40857         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
40858         * modules/openat (Files): Add lib/fchownat.c.
40859         * lib/openat.c (fchownat): Don't define here.  Move to...
40860         * lib/fchownat.c: ...this new file.
40861
40862 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
40863
40864         Fix bug reported by Bruno Haible in
40865         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
40866         where quotearg.c didn't compile on Mac OS X 10.2 because it
40867         lacks <wchar.h> and wint_t.
40868         * lib/wctype_.h (__wctype_wint_t): New type.
40869         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
40870         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
40871         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
40872         Arg is now of type __wctype_wint_t, not wint_t.
40873         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
40874         substitute HAVE_WINT_T.
40875         * modules/wctype (Files): Add m4/wint_t.m4.
40876         (wctype.h): Substitute HAVE_WINT_T.
40877
40878 2006-12-23  Bruno Haible  <bruno@clisp.org>
40879
40880         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
40881
40882 2006-12-23  Bruno Haible  <bruno@clisp.org>
40883
40884         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
40885         S_ISLNK.
40886         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
40887         mingw.
40888
40889 2006-12-22  Bruno Haible  <bruno@clisp.org>
40890
40891         * lib/copy-file.c: Include acl.h.
40892         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
40893         Close the file descriptors only after being done with copy_acl.
40894         * modules/copy-file (Depends-on): Add acl.
40895
40896 2006-12-22  Bruno Haible  <bruno@clisp.org>
40897
40898         * gnulib-tool (SED): New variable.
40899         Use $SED instead of sed everywhere.
40900
40901 2006-12-22  Bruno Haible  <bruno@clisp.org>
40902
40903         * modules/no-c++: New file.
40904         * m4/no-c++.m4: New file.
40905         * MODULES.html.sh (Support for building libraries and executables):
40906         Add no-c++.
40907
40908 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
40909
40910         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
40911         Include <limits.h>, and use its INT_MAX to rewrite the
40912         j loop so that it does not overflow 'int'.  Problem reported by
40913         Ralf Wildenhues in
40914         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
40915         Play it safe by shifting left by 1 rather than multiplying by 2,
40916         as GCC is less likely to optimize this away when the value
40917         is signed (when it assumes overflow leads to undefined behavior).
40918         Also, don't assume time_t uses two's complement.
40919
40920 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
40921
40922         * MODULES.html.sh: New module wctype.
40923         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
40924         * lib/fnmatch.c: Don't bother to include <wchar.h> before
40925         <wctype.h>, since the new wctype module should fix this.
40926         * lib/quotearg.c: Include <wctype.h> unconditionally, since
40927         the wctype module should arrange for it.
40928         * lib/regex_internal.h: Likewise.
40929         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
40930         since the wctype module should handle this now.
40931         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
40932         * modules/fnmatch (Depends-on): Add wctype.
40933         * modules/quotearg (Depends-on): Likewise.
40934         * modules/regex (Depends-on): Likewise.
40935
40936 2006-12-19  Bruno Haible  <bruno@clisp.org>
40937
40938         * lib/strdup.h [C++]: Wrap definitions in extern "C".
40939         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
40940
40941 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40942
40943         * modules/savewd (Depends-on): Fix dependency on fcntl.
40944
40945 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
40946
40947         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
40948         conforms to C99, rather than relying on the user's environment
40949         setting of STDINT_H.
40950
40951 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
40952         and Eric Blake  <ebb9@byu.net>
40953
40954         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
40955         This is more consistent with the other defines here.
40956         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
40957         Port to z/OS.  Problem reported by Paul Gilmartin.
40958         Change local vars to use gl_ prefix rather than ac_.
40959         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
40960         with other defines.
40961         * modules/double-slash-root: New module.
40962         * modules/dirname (Files): Remove m4/double-slash-root.m4.
40963         (Depends-on): Add double-slash-root.
40964         * MODULES.html.sh (File system functions): Mention new module.
40965
40966 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
40967
40968         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
40969         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
40970         This is for the benefit of gzip, which doesn't do i18n.
40971
40972 2006-12-12  Jim Meyering  <jim@meyering.net>
40973
40974         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
40975         Reported by Andreas Schwab <schwab@suse.de>.
40976
40977 2006-12-12  Bruno Haible  <bruno@clisp.org>
40978
40979         Merge these changes.
40980         2006-09-05  Bruno Haible  <bruno@clisp.org>
40981         * lib/iconvme.c (iconv_string): No need to save and restore errno when
40982         iconv_alloc succeeded.
40983         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
40984         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
40985         test for " && dest " at the end - dest is always != NULL there. Call
40986         iconv with 4xNULL arguments initially, to reset the state. Call iconv
40987         with 2xNULL arguments, also to flush the state storage. Handle the
40988         IRIX iconv behaviour. Realloc the final result, to throw away unused
40989         memory.
40990
40991 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
40992
40993         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
40994         and fchmodat unconditionally, since glibc 2.4 has them.
40995         Problem reported by Arkadiusz Miskiewicz.
40996
40997 2006-12-10  Bruno Haible  <bruno@clisp.org>
40998
40999         * gnulib-tool (func_import): Show the include files only for those
41000         modules that are copied and specified.
41001         Reported by Karl Berry.
41002
41003 2006-12-08  Jim Meyering  <jim@meyering.net>
41004
41005         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
41006         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
41007
41008         * build-aux/announce-gen: Add two new options, both optional:
41009         --bootstrap-tools=TOOL_LIST
41010               a comma-separated list of tools, e.g.,
41011               autoconf,automake,bison,gnulib
41012         --gnulib-snapshot-date=DATE
41013               if gnulib is in the bootstrap tool list,
41014               then report this as the snapshot date.
41015               If not specified, use the current date/time.
41016               If you specify a date here, be sure it's UTC.
41017
41018 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41019
41020         * tests/test-argp-2.sh: Fix test to match actual output.
41021         (func_compare): Fix sed script to be portable.
41022
41023 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
41024
41025         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
41026         workaround for this case.  It is not autoconfigured now; offhand
41027         it's hard to see how to autoconfigure it.
41028
41029 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
41030
41031         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
41032         a directory that is about to be chowned.  Such a directory's
41033         initial file permissions should permit the owner only and this
41034         should not be changed until after the chown, since the group and
41035         other bits would be incorrect if they granted permission before
41036         the chown.
41037
41038         Fix porting problem for iswctype reported by Georg Schwarz in:
41039         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
41040         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
41041         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
41042         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
41043         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
41044
41045 2006-12-03  Jim Meyering  <jim@meyering.net>
41046
41047         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
41048         p->fts_statp may not yet be defined.
41049         (fts_read): Instead, set it in the caller, once p->fts_statp is
41050         sure to be defined, and corresponds to a top-level directory.
41051         This bug made du -x fail.  Here's the coreutils test case:
41052         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
41053         Reported by Mike Frysinger.
41054
41055 2006-12-01  Jim Meyering  <jim@meyering.net>
41056
41057         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
41058         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
41059         Reported by Simon Josefsson.
41060
41061 2006-11-30  Jim Meyering  <jim@meyering.net>
41062
41063         * m4/warning.m4: Use the all-permissive copyright notice
41064         recommended by RMS (rather than LGPL).
41065         * m4/vararrays.m4: Likewise.
41066         * m4/flexmember.m4: Likewise.
41067
41068 2006-11-29  Bruno Haible  <bruno@clisp.org>
41069
41070         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
41071         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
41072         using +=.
41073         Reported by Simon Josefsson <simon@josefsson.org>.
41074
41075 2006-11-28  James Youngman <jay@gnu.org>
41076
41077         * README: Advise users that they might find the bug-gnulib@gnu.org
41078         and autotools-announce@gnu.org mailing lists useful.
41079
41080 2006-11-28  Bruno Haible  <bruno@clisp.org>
41081
41082         * m4/ptrdiff_max.m4: Remove file.
41083
41084 2006-11-21  Bruno Haible  <bruno@clisp.org>
41085
41086         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
41087         _AC_COMPUTE_INT.
41088         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41089         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
41090         _AC_COMPUTE_INT.
41091         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41092         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
41093         _AC_COMPUTE_INT.
41094         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41095
41096 2006-11-28  Jim Meyering  <jim@meyering.net>
41097
41098         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
41099         warning from "gcc -Wshadow" about shadowing the builtin.
41100
41101 2006-11-27  Bruno Haible  <bruno@clisp.org>
41102
41103         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
41104         _AC_COMPUTE_INT.
41105         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41106
41107 2006-11-27  Bruno Haible  <bruno@clisp.org>
41108             Paul Eggert  <eggert@cs.ucla.edu>
41109
41110         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
41111
41112 2006-11-26  Bruno Haible  <bruno@clisp.org>
41113
41114         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
41115         noinst_LTLIBRARIES.
41116
41117 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
41118             Bruno Haible  <bruno@clisp.org>
41119
41120         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
41121         if compiling with "gcc -ansi".
41122
41123 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
41124
41125         Fix some incompatibilities with gcc -ansi -pedantic.
41126         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
41127         if compiling pedantically with GCC, unless it's C99 or later.
41128         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
41129         it mishandles gcc -ansi -pedantic as well.
41130         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
41131         if gcc -pedantic.
41132         * lib/regexec.c (check_node_accept_bytes): Don't use auto
41133         initializers for struct if -pedantic, unless it's C99 or later.
41134
41135 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
41136
41137         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
41138         Don't close an fd more than once. Identical atimes indicate
41139         success, not failure.
41140
41141 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
41142
41143         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
41144
41145 2006-11-23  Jim Meyering  <jim@meyering.net>
41146
41147         * build-aux/announce-gen: New file.  From coreutils.
41148
41149 2006-11-22  Jim Meyering  <jim@meyering.net>
41150
41151         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
41152         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
41153         (fts_read): Use a temporary to narrow the overused st_size member
41154         before using it in a switch statement.  Reported by Matthew Woehlke.
41155
41156         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
41157         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
41158
41159 2006-11-20  Bruno Haible  <bruno@clisp.org>
41160
41161         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
41162         changequote instead of pairs of brackets.
41163         Reported by Andreas Schwab <schwab@suse.de>.
41164
41165 2006-11-21  Jim Meyering  <jim@meyering.net>
41166
41167         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
41168         so as to remain compatible with older compilers.
41169         Patch from Michael Deutschmann.
41170
41171 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
41172
41173         * MODULES.html.sh (File system functions): Add openat.
41174
41175         * lib/openat.h (rpl_fstatat): New macro, if
41176         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
41177         (fstatat): Define to rpl_fstatat under the same conditions,
41178         unless COMPILING_FSTATAT.
41179         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
41180         seems to have the bug.
41181         * lib/fstatat.c: New file.
41182         * modules/openat (Files): Add it.
41183
41184 2006-11-20  Bruno Haible  <bruno@clisp.org>
41185
41186         * Makefile: New file.
41187
41188 2006-11-20  Jim Meyering  <jim@meyering.net>
41189
41190         The beginnings of syntax-related checks for gnulib.
41191         * lib/Makefile: New file.
41192         * lib/t-idcache: New script.  Ensure that the two halves of
41193         idcache.c stay in sync.
41194
41195         * lib/idcache.c: Adjust comments in user- and group- portions to
41196         be more accurate, and to be consistent with one another.
41197
41198 2006-11-20  Jim Meyering  <jim@meyering.net>
41199
41200         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
41201         continue using the flexible array member (thus, this module performs
41202         half as many malloc calls), with the addition that...
41203         (getgroup, getuser): Consistently record a non-match via an empty
41204         "name" string, and map an empty string match to a NULL return value.
41205         * modules/idcache (Depends-on): Re-add flexmember.
41206
41207         * lib/idcache.c (getuser): Remove all uses of the register keyword.
41208         (getuidbyname, getgroup, getgidbyname): Likewise.
41209
41210         Use cleaner syntax: NULL rather than 0.
41211         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
41212
41213 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
41214
41215         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
41216         It mishandled the case where the group was missing.
41217         Problem reported by Greg Schafer.
41218         * modules/idcache: Likewise.
41219
41220 2006-11-18  Jim Meyering  <jim@meyering.net>
41221
41222         * check-module (%exempt_header): Add exception for some
41223         conditionally-included headers.
41224
41225         * modules/i-ring (Depends-on): Add verify.
41226         (License): Change to LGPL.
41227
41228 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
41229
41230         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
41231         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
41232         and inttostr.h.  Use snprintf rather than uinttostr, so that
41233         LGPLed code doesn't depend on GPLed.
41234
41235 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
41236
41237         * modules/inline (License): Change from GPL to LGPL.
41238
41239 2006-11-17  Jim Meyering  <jim@meyering.net>
41240
41241         * modules/d-type (License): Switch to LGPL.
41242
41243 2006-11-15  Bruno Haible  <bruno@clisp.org>
41244
41245         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
41246
41247 2006-11-15  Eric Blake  <ebb9@byu.net>
41248
41249         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
41250         the module dependency.
41251
41252 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41253             Bruno Haible  <bruno@clisp.org>
41254
41255         * gnulib-tool (func_create_testdir): Add license consistency check.
41256
41257 2006-11-15  Eric Blake  <ebb9@byu.net>
41258
41259         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
41260         random "(cached)" in configure output.
41261
41262 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41263
41264         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
41265         test for conforming inttypes.h is both announced and cached.
41266
41267         * MODULES.html.sh (seen_modules, seen_files): New variables.
41268         (func_module): Rewrite to use a few less gnulib-tool and sed
41269         invocations.  Avoid a couple of quadratic algorithms for ...
41270         (missed_modules, missed_files): ... these, with ...
41271         (func_append, func_tmpdir): ... these new functions, from
41272         gnulib-tool.  Analogously, install traps for cleanup.
41273
41274         * tests/test-gc.c (main): Remove unused variables.
41275         * tests/test-read-file.c: Include stdlib.h, for 'free'.
41276
41277 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
41278
41279         * modules/inttostr (License): Change to LGPL.
41280
41281 2006-11-14  Eric Blake  <ebb9@byu.net>
41282
41283         * modules/tempname (License): Change to LGPL.
41284
41285 2006-11-14  Eric Blake  <ebb9@byu.net>
41286
41287         * doc/functions.texi (Function Portability): *printf functions on
41288         Cygwin now understand all POSIX size specifiers.
41289
41290 2006-11-14  Bruno Haible  <bruno@clisp.org>
41291
41292         * modules/c-ctype (License): Change to LGPL.
41293
41294 2006-11-12  Bruno Haible  <bruno@clisp.org>
41295
41296         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
41297         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
41298         for GNOME libraries, for which the include files are installed in
41299         subdirectories of $prefix/include.
41300
41301 2006-11-12  Bruno Haible  <bruno@clisp.org>
41302
41303         * m4/lib-link.m4: Require at least autoconf-2.54.
41304         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
41305         name to underscores for the --with option.
41306
41307 2006-11-13  Bruno Haible  <bruno@clisp.org>
41308
41309         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
41310         the tests directory.
41311         Reported by Ralf Wildenhues.
41312
41313 2006-11-13  Bruno Haible  <bruno@clisp.org>
41314
41315         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
41316         (func_emit_initmacro_end): Undo the override here.
41317         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
41318         Works around the famous automake error in coreutils.
41319
41320 2006-11-13  Eric Blake  <ebb9@byu.net>
41321
41322         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
41323         element, not its node.
41324
41325 2006-11-12  Bruno Haible  <bruno@clisp.org>
41326
41327         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
41328         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
41329
41330 2006-11-12  Bruno Haible  <bruno@clisp.org>
41331
41332         * gnulib-tool: New option --local-symlink.
41333         (func_usage): Document it.
41334         (lsymbolic): New variable.
41335         (func_import, func_create_testdir): If --symlink was not specified,
41336         test whether --local-symlink was specified and the file comes from
41337         the local_gnulib_dir.
41338
41339 2006-11-12  Bruno Haible  <bruno@clisp.org>
41340
41341         * gnulib-tool (func_ln): New function.
41342         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
41343
41344 2006-11-12  Bruno Haible  <bruno@clisp.org>
41345
41346         Finish support for source files in subdirectories.
41347         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
41348         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
41349         AUTOMAKE_OPTIONS.
41350         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
41351
41352 2006-11-12  Bruno Haible  <bruno@clisp.org>
41353
41354         * gnulib-tool (func_get_automake_snippet): Synthesize also an
41355         EXTRA_lib_SOURCES augmentation.
41356         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
41357
41358 2006-11-12  Jim Meyering  <jim@meyering.net>
41359
41360         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
41361         file descriptors.  This also averts a failure on systems with
41362         native openat support when a traversed directory lacks "x" access.
41363         * lib/fts_.h: Include "i-ring.h"
41364         (struct FTS) [fts_fd_ring]: New member.
41365         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
41366         (FCHDIR): Add parentheses.
41367         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
41368         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
41369         When descending, rather than simply closing the previous
41370         fts_cwd_fd value, push that file descriptor onto the ring.
41371         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
41372         (fts_open): Initialize the new fd_ring member.
41373         (fts_close): Clear the ring.
41374         (fts_safe_changedir): When possible, use our new fd_ring to skip
41375         the diropen and fstat and dev/ino comparison that would normally
41376         accompany a virtual `chdir ("..")'.
41377
41378         * modules/fts (Depends-on): Add i-ring.
41379         * modules/i-ring: New module.
41380         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
41381         * m4/i-ring.m4: New file.
41382
41383 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41384
41385         * gnulib-tool (func_create_testdir): Fix replacement of
41386         `build-aux' in configure.ac.  Run autotools in gltests
41387         subdirectory.
41388         (func_create_testdir, func_create_megatestdir, test): There is
41389         no need for '--force' in most autotool invocations in a new
41390         tree.  Actually fail the whole test if any of the tools, or the
41391         configure or make stages fail.
41392
41393         Sync from Automake.
41394         * build-aux/gnupload: Revert last change.  Add pointer to upload
41395         instructions of the GNU Maintenance Instructions.
41396         Suggestion by Karl Berry.
41397
41398 2006-11-10  Jim Meyering  <jim@meyering.net>
41399
41400         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
41401
41402 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
41403
41404         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
41405         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
41406         (bind_textdomain_codeset) [! ENABLE_NLS]:
41407         Evaluate all the arguments.  That way, callers get compatible behavior
41408         if the arguments have side effects.  Also, it avoids some GCC
41409         diagnostics in some cases; Joel E. Denny reported problems when Bison
41410         was configured with --enable-gcc-warnigs.
41411
41412 2006-11-10  Jim Meyering  <jim@meyering.net>
41413
41414         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
41415         relevant options in CFLAGS (like -O, -fno-inline) are taken into
41416         account.
41417
41418 2006-11-10  Jim Meyering  <jim@meyering.net>
41419
41420         * modules/inline: New file/module.
41421         * modules/xalloc (Files): Remove m4/inline.m4.
41422         (Depends-on): Add inline, instead.
41423         * modules/oset: Likewise.
41424         * modules/list: Likewise.
41425
41426 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
41427
41428         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
41429         Problem reported by Matthew Woehlke.
41430
41431 2006-11-09  Bruno Haible  <bruno@clisp.org>
41432
41433         * lib/tempname.c (gen_tempname): Remove variant that invokes
41434         __gen_tempname.
41435         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
41436         __gen_tempname.
41437
41438 2006-11-08  Bruno Haible  <bruno@clisp.org>
41439
41440         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
41441         to 'yes' instead of 'cross-compiling'.
41442
41443 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
41444
41445         * lib/quotearg.h (quotearg_free): New decl.
41446         * lib/quotearg.c (quotearg_free): New function.
41447         (slot0, nslots, slotvec0, slotvec):
41448         Now file-scope so that quotearg_free can get at them.
41449
41450 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41451
41452         Sync from Automake.
41453         * build-aux/gnupload: Add missing 'gnu' to example URL.
41454         Report by Karl Berry.
41455
41456 2006-11-08  Bruno Haible  <bruno@clisp.org>
41457
41458         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
41459         Suggested by Paul Eggert.
41460
41461 2006-11-08  Jim Meyering  <jim@meyering.net>
41462
41463         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
41464         It's already included if !_LIBC.
41465         (fts_safe_changedir): Add a comment.
41466
41467 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
41468
41469         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
41470         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
41471         Matthew Woehlke.
41472
41473         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
41474         definitions up, to avoid colliding with change below.
41475         (static_inline) [HAVE_INLINE]: New macro.
41476         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
41477         Provide extern decls when !HAVE_INLINE.  Do not define unless
41478         static_inline is defined, either by us or by xmalloc.c.  Use
41479         static_inline rather than static inline.
41480         (XCALLOC): Optimize sizeof(T) = 1 case.
41481         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
41482
41483 2006-11-07  Bruno Haible  <bruno@clisp.org>
41484
41485         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
41486         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
41487         AC_C_INLINE.
41488         * modules/xalloc (Files): Add m4/inline.m4.
41489
41490 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41491
41492         * README: Fix typo.
41493         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
41494         (Miscellanous Notes): ...from this.
41495
41496 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
41497
41498         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
41499         Mention that offsetof should be used instead of sizeof.
41500         From Bruno Haible.
41501
41502 2006-11-07  Bruno Haible  <bruno@clisp.org>
41503
41504         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
41505
41506 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
41507
41508         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
41509         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
41510         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
41511         (gl_tree_add_before, gl_tree_add_after):
41512         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
41513         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
41514         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
41515         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
41516         (gl_linked_add_after, gl_linked_add_at): Likewise.
41517         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
41518         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
41519         (gl_tree_add_before, gl_tree_add_after): Likewise.
41520         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
41521         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
41522         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
41523
41524 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41525
41526         * lib/gl_oset.h: Use C comment style, not C++ comment style.
41527
41528 2006-11-06  Bruno Haible  <bruno@clisp.org>
41529
41530         * m4/inline.m4: New file.
41531         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
41532         * modules/list (Files): Add m4/inline.m4.
41533         * modules/oset (Files): Likewise.
41534
41535 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
41536
41537         * lib/idcache.c: Include <stddef.h>, for offsetof.
41538         (struct userid.name): Change from char * to a flexible array member.
41539         All uses changed.
41540         * modules/idcache (Depends-on): Add flexmember.
41541
41542         * MODULES.html.sh (Core language properties): New module flexmember.
41543         * modules/flexmember, m4/flexmember.m4: New files.
41544
41545         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
41546         inline functions that are identical with the old xnmalloc_inline,
41547         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
41548         that we can avoid some unnecessary integer multiplications and
41549         divisions in the common case where the element size is known at
41550         compile time.
41551         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
41552         needed.
41553         (xnboundedmalloc): Remove.
41554         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
41555         arguments, for consistency with rest of this header.
41556         (xcharalloc): Rewrite using XNMALLOC.
41557         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
41558         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
41559         versions have been moved to lib/xalloc.h and renamed to be the
41560         non-*_inline versions.
41561         (xmalloc, xrealloc): Implement without reference to the xnmalloc
41562         and xnrealloc functions, since those functions are now inline and
41563         now call us.
41564         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
41565         renaming described above.
41566         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
41567         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
41568         captures the dependency in AC_C_INLINE.
41569
41570         New module canonicalize-lgpl, proposed by Charles Wilson in
41571         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
41572         with a few small changes afterwards.
41573         * MODULES.html.sh (File system functions): New module
41574         canonicalize-lgpl.
41575         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
41576         and canonicalize_file_name.
41577         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
41578         * modules/canonicalize-lgpl: New files.
41579
41580 2006-11-05  Bruno Haible  <bruno@clisp.org>
41581
41582         * gnulib-tool (func_import, func_create_testdir): Create directories
41583         also for files in subdirectories of lib/.
41584
41585 2006-11-05  Bruno Haible  <bruno@clisp.org>
41586
41587         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
41588         ANSI C compliant.
41589
41590 2006-11-03  Bruno Haible  <bruno@clisp.org>
41591
41592         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
41593         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
41594         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
41595         (xnboundedmalloc): New inline function.
41596         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
41597         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
41598         xmalloc.
41599         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
41600         xmalloc.
41601         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
41602         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
41603         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
41604         xmalloc.
41605         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
41606         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
41607         xmalloc.
41608         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
41609         gl_tree_add_after): Use XMALLOC instead of xmalloc.
41610         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
41611         xmalloc.
41612         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
41613         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
41614         gl_tree_add_after): Use XMALLOC instead of xmalloc.
41615         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
41616         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
41617         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
41618         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
41619
41620 2006-11-03  Bruno Haible  <bruno@clisp.org>
41621
41622         * lib/c-ctype.h [C++]: Define functions without name mangling.
41623         * lib/fwriteerror.h [C++]: Likewise.
41624         * lib/gcd.h [C++]: Likewise.
41625         * lib/linebreak.h [C++]: Likewise.
41626
41627 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
41628
41629         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
41630         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
41631         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
41632         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
41633         Check for functions and headers just once.
41634         Check for declaration of canonicalize_file_name.
41635         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
41636
41637 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
41638
41639         * gnulib-tool (func_import): Fix typo in actioncmd.
41640
41641 2006-11-02  Bruno Haible  <bruno@clisp.org>
41642
41643         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
41644         newline sequence in the Makefile.am snippet as a space, like "make"
41645         does.
41646         Reported by Roger Persson <perrog@gmail.com>.
41647
41648 2006-11-01  Bruno Haible  <bruno@clisp.org>
41649
41650         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
41651         already declared in <string.h>.
41652         * lib/strcase.h (strncasecmp): Don't declare it if yes.
41653
41654 2006-11-01  Bruno Haible  <bruno@clisp.org>
41655
41656         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
41657         * lib/strcase.h: Include <string.h>.
41658         (strcasecmp): Define to rpl_strcasecmp here.
41659
41660 2006-11-01  Bruno Haible  <bruno@clisp.org>
41661
41662         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
41663
41664 2006-11-01  Eric Blake  <ebb9@byu.net>
41665
41666         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
41667
41668         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
41669
41670 2006-10-29  Bruno Haible  <bruno@clisp.org>
41671
41672         Make it compile in C++ mode.
41673         * lib/full-write.c (full_rw): Add a cast.
41674
41675 2006-11-01  Bruno Haible  <bruno@clisp.org>
41676
41677         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
41678         be POSIX compliant.
41679         Reported by Roger Persson <perrog@gmail.com>.
41680
41681 2006-11-01  Eric Blake  <ebb9@byu.net>
41682
41683         * lib/getopt_.h: Fix comments.
41684
41685 2006-10-31  Eric Blake  <ebb9@byu.net>
41686
41687         * modules/tmpdir (Depends-on): Add sys_stat.
41688         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
41689         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
41690         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
41691         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
41692         tempname.
41693
41694 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
41695
41696         Avoid some C++ diagnostics reported by Bruno Haible.
41697         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
41698         xmalloc.
41699         (quotearg_alloc): Use xcharalloc rather than xmalloc.
41700         (struct slotvec): Move to top level.
41701         (quotearg_n_options): Rewrite to avoid xmalloc.
41702         * lib/xalloc.h (xcharalloc): New function.
41703         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
41704         [defined __cplusplus]: Add function template that provides result
41705         type propagation.  This part of the change is from Bruno Haible.
41706
41707 2006-10-29  Bruno Haible  <bruno@clisp.org>
41708
41709         Make it compile in C++ mode.
41710         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
41711         * lib/strnlen1.c (strnlen1): Cast memchr result.
41712         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
41713         * lib/clean-temp.c (string_equals, string_hash): Add casts.
41714         (create_temp_dir): Rename local variable 'template'.
41715         (compile_csharp_using_sscli): Add cast.
41716         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
41717         * lib/findprog.c (find_in_path): Likewise.
41718         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
41719         * lib/wait-process.c (register_slave_subprocess): Likewise.
41720
41721 2006-10-22  Bruno Haible  <bruno@clisp.org>
41722
41723         * modules/tsearch: New file.
41724         * lib/tsearch.h: New file.
41725         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
41726         * m4/tsearch.m4: New file.
41727         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
41728
41729 2006-10-29  Eric Blake  <ebb9@byu.net>
41730
41731         * lib/arcfour.c: Assume config.h.
41732         * lib/arctwo.c: Likewise.
41733         * lib/base64.c: Likewise.
41734         * lib/check-version.c: Likewise.
41735         * lib/crc.c: Likewise.
41736         * lib/des.c: Likewise.
41737         * lib/gc-gnulib.c: Likewise.
41738         * lib/gc-libgcrypt.c: Likewise.
41739         * lib/gc-pbkdf2-sha1.c: Likewise.
41740         * lib/getaddrinfo.c: Likewise.
41741         * lib/getdelim.c: Likewise.
41742         * lib/getline.c: Likewise.
41743         * lib/hmac-md5.c: Likewise.
41744         * lib/hmac-sha1.c: Likewise.
41745         * lib/iconvme.c: Likewise.
41746         * lib/md2.c: Likewise.
41747         * lib/md4.c: Likewise.
41748         * lib/memxor.c: Likewise.
41749         * lib/read-file.c: Likewise.
41750         * lib/readline.c: Likewise.
41751         * lib/rijndael-alg-fst.c: Likewise.
41752         * lib/rijndael-api-fst.c: Likewise.
41753         * lib/xgetdomainname.c: Likewise.
41754
41755 2006-10-28  Eric Blake  <ebb9@byu.net>
41756
41757         * lib/xstrndup.c: Assume config.h.
41758
41759 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
41760
41761         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
41762         stat-macros.h is now for our own macros, whereas stat_h is for
41763         macros in the <sys/stat.h> name space.
41764         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
41765         (STAT_MACROS_H): Remove.
41766         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
41767         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
41768         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
41769         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
41770         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
41771         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
41772         Move these macros to ...
41773         * lib/stat_.h: here.  Don't include stat-macros.h.
41774         * lib/canonicalize.c: Don't include stat-macros.h.
41775         * lib/chown.c: Likewise.
41776         * lib/euidaccess.c: Likewise.
41777         * lib/file-type.c: Likewise.
41778         * lib/filemode.c: Likewise.
41779         * lib/glob.c: Likewise.
41780         * lib/isapipe.c: Likewise.
41781         * lib/lchown.c: Likewise.
41782         * lib/lstat.c: Likewise.
41783         * lib/mkdir-p.c: Likewise.
41784         * lib/rmdir.c: Likewise.
41785         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
41786         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
41787         unless mkdir isn't declared, to speed up 'configure'.
41788         Always create sys/stat.h, since it's unlikely any real sys/stat.h
41789         would define all the S_* symbols.
41790         * modules/canonicalize (Depends-on):
41791         Depend on sys_stat, not stat-macros.
41792         * modules/chown: Likewise.
41793         * modules/euidaccess: Likewise.
41794         * modules/filemode: Likewise.
41795         * modules/file-type: Likewise.
41796         * modules/glob: Likewise.
41797         * modules/isapipe: Likewise.
41798         * modules/lchown: Likewise.
41799         * modules/lstat: Likewise.
41800         * modules/mkancesdirs: Likewise.
41801         * modules/rmdir: Likewise.
41802         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
41803         * modules/modechange: Likewise.
41804         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
41805         (configure.ac): Remove gl_STAT_MACROS.
41806         * modules/sys_stat (Depends-on): Remove stat-macros.
41807
41808 2006-10-27  Bruno Haible  <bruno@clisp.org>
41809
41810         * m4/signed.m4: Remove file.
41811         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
41812         invocation.
41813         * modules/vasnprintf (Files): Remove m4/signed.m4.
41814
41815 2006-10-27  Bruno Haible  <bruno@clisp.org>
41816
41817         Update to GNU gettext 0.16.
41818         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
41819         m4/inttypes-h.m4, m4/signed.m4.
41820         * m4/gettext.m4: Update to GNU gettext 0.16.
41821         * m4/intl.m4: New file, from GNU gettext.
41822         * m4/intldir.m4: New file, from GNU gettext.
41823         * config/srclist.txt: Update
41824
41825 2006-10-27  Eric Blake  <ebb9@byu.net>
41826
41827         * MODULES.html.sh: Document tempname.
41828         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
41829         dependencies.
41830         (Files): Move lib/tempname.c...
41831         * modules/tempname: ...to this new module.
41832         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
41833         (gl_PREREQ_TEMPNAME): Move...
41834         * m4/tempname.m4: ...to this new file.
41835         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
41836         * modules/sys_stat (Depends-on): Add stat-macros.
41837         * lib/stat_.h (includes): Pick up stat macros.
41838         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
41839         if stat macros are broken.
41840         * lib/tempname.c (includes): No need to include "stat-macros.h".
41841         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
41842         (direxists, __path_search) [!_LIBC]: Don't compile these in
41843         gnulib; the tmpdir module covers that.
41844         * lib/tempname.h: New file.
41845
41846 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
41847
41848         * COPYING: Explain how gnulib-tool converts licence headers.
41849         Almost all wording by Eric Blake.
41850
41851 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
41852
41853         * lib/mbchar.h (is_basic_table): Make read-only.
41854         * lib/mbchar.c (is_basic_table): Likewise.
41855         Reported by John Darrington.
41856
41857 2006-10-25  Bruno Haible  <bruno@clisp.org>
41858
41859         * lib/progname.h (set_program_name): Undefine before defining.
41860
41861 2006-10-25  Bruno Haible  <bruno@clisp.org>
41862
41863         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
41864         false for non-gcc C++ compilers.
41865         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
41866
41867 2006-10-24  Bruno Haible  <bruno@clisp.org>
41868
41869         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
41870         iconv implementations like Irix iconv.
41871
41872 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41873
41874         * modules/vararrays: New file.
41875         * m4/vararrays.m4: New file, taken from diffutils.
41876         * MODULES.html.sh: New module vararrays.
41877
41878 2006-10-24  Karl Berry  <karl@gnu.org>
41879
41880         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
41881         Don't call GNU Unix.
41882
41883 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41884
41885         * users.txt: Add Libtool.
41886
41887         Sync from Libtool:
41888
41889         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41890
41891         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
41892         to gnulib's policy of including config.h unconditionally.
41893
41894 2006-10-24  Bruno Haible  <bruno@clisp.org>
41895
41896         * modules/wcwidth (Files): Add m4/wint_t.m4.
41897         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
41898         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
41899
41900 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41901
41902         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
41903         to pacify GCC with some -W flags enabled.  Problem reported by
41904         Bruno Haible.
41905
41906 2006-10-24  Jim Meyering  <jim@meyering.net>
41907
41908         * MODULES.html.sh: Remove uinttostr.  It's not a module.
41909         Reported by Karl Berry.
41910
41911 2006-10-23  Bruno Haible  <bruno@clisp.org>
41912
41913         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
41914
41915 2006-10-24  Bruno Haible  <bruno@clisp.org>
41916
41917         * lib/gl_list.h: Use C comment style, not C++ comment style.
41918
41919 2006-10-23  Eric Blake  <ebb9@byu.net>
41920
41921         * lib/getaddrinfo.c (includes): Add missing include.
41922
41923 2006-10-23  Bruno Haible  <bruno@clisp.org>
41924             Paul Eggert  <eggert@cs.ucla.edu>
41925
41926         Ability to rename obstack_free.
41927         * lib/obstack.h (__obstack_free): New macro. Declare instead of
41928         obstack_free.
41929         (obstack_free): Invoke the __obstack_free macro.
41930         * lib/obstack.c (obstack_free): Use __obstack_free macro.
41931
41932 2006-10-23  Bruno Haible  <bruno@clisp.org>
41933             Paul Eggert  <eggert@cs.ucla.edu>
41934
41935         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
41936         __argc, __argv from the declaration. (They are defined as macros on
41937         mingw.)
41938
41939 2006-10-22  Bruno Haible  <bruno@clisp.org>
41940
41941         * doc/gnulib-intro.texi: New file.
41942         * doc/gnulib.texi: Include it.
41943
41944 2006-10-21  Bruno Haible  <bruno@clisp.org>
41945
41946         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
41947         "Introduction", "Miscellanous Notes", "Particular Modules".
41948
41949 2006-10-21  Bruno Haible  <bruno@clisp.org>
41950
41951         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
41952         Change mostlyclean-local rule to avoid sh syntax error from bash
41953         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
41954
41955 2006-10-23  Jim Meyering  <jim@meyering.net>
41956
41957         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
41958         in place of snprintf.
41959
41960         * modules/inttostr (Files): Add lib/uinttostr.c.
41961         * lib/uinttostr.c (inttostr): New file/function.
41962         * lib/inttostr.h (uinttostr): Declare.
41963         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
41964         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
41965         Add uinttostr.
41966         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
41967
41968 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
41969
41970         * lib/canonicalize.c (ELOOP): Define if not already defined.
41971         Problem reported by Bruno Haible in
41972         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
41973
41974 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
41975
41976         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
41977         Problem reported by Perry Smith and Ville Laurikari.
41978
41979         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
41980         uses.
41981
41982 2006-10-19  Bruno Haible  <bruno@clisp.org>
41983
41984         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
41985         for mingw.
41986
41987 2006-10-19  Bruno Haible  <bruno@clisp.org>
41988
41989         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
41990         Needed for mingw.
41991
41992 2006-10-19  Bruno Haible  <bruno@clisp.org>
41993
41994         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
41995
41996 2006-10-19  Bruno Haible  <bruno@clisp.org>
41997
41998         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
41999         it.
42000
42001 2006-10-19  Bruno Haible  <bruno@clisp.org>
42002
42003         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
42004         invocation.
42005
42006 2006-10-19  Bruno Haible  <bruno@clisp.org>
42007
42008         * gnulib-tool (func_create_testdir): Don't include ftruncate and
42009         mountlist by default.
42010
42011 2006-10-16  Bruno Haible  <bruno@clisp.org>
42012
42013         * lib/c-strstr.c: Include c-strstr.h.
42014
42015 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
42016
42017         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
42018         in a slash.
42019
42020 2006-10-18  Bruno Haible  <bruno@clisp.org>
42021
42022         * lib/lock.h [C++]: Wrap definitions in extern "C".
42023
42024 2006-10-18  Bruno Haible  <bruno@clisp.org>
42025
42026         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
42027         gl_LIBOBJS list.
42028
42029 2006-10-18  Bruno Haible  <bruno@clisp.org>
42030
42031         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
42032
42033 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
42034
42035         * lib/xstrtol.h: Include gettext.h.
42036         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
42037         Problem reported by Eric Blake.
42038         * modules/xstrtol (Depends-on): Add gettext-h.
42039
42040 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
42041
42042         * lib/strftime.c (advance): New macro.
42043         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
42044         incomplete type, so you can't add 0 to it.  Problem and patch
42045         reported by Eelco Dolstra for dietlibc.
42046
42047 2006-10-18  Jim Meyering  <jim@meyering.net>
42048
42049         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
42050         type for a local, and rename it: s/up/user_proc/.
42051
42052 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
42053
42054         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
42055         READ_UTMP_USER_PROCESS.
42056         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
42057
42058 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
42059
42060         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
42061         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
42062
42063 2006-10-17  Eric Blake  <ebb9@byu.net>
42064
42065         * lib/sigprocmask.c (sigprocmask): Fix typo.
42066
42067         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
42068
42069         * modules/clean-temp (Makefile.am): Don't add to make output...
42070         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
42071         config.h.
42072
42073 2006-10-17  Bruno Haible  <bruno@clisp.org>
42074
42075         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
42076         differently if DEFAULT_TEXT_DOMAIN is set.
42077
42078 2006-10-16  Bruno Haible  <bruno@clisp.org>
42079
42080         * lib/clean-temp.c: Include fwriteerror.h.
42081
42082 2006-10-16  Bruno Haible  <bruno@clisp.org>
42083
42084         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
42085
42086 2006-10-16  Bruno Haible  <bruno@clisp.org>
42087
42088         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
42089         * lib/sigprocmask.h: Include <sys/types.h>.
42090         (sigset_t): Use the system's definition if present.
42091
42092 2006-10-17  Eric Blake  <ebb9@byu.net>
42093
42094         * lib/xvasprintf.c (includes): Assume config.h.
42095         * lib/xasprintf.c (includes): Likewise.
42096
42097 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
42098
42099         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
42100         at least as wide as intmax_t.
42101
42102 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
42103
42104         (Imported from Automake.)
42105         * build-aux/gnupload: Update to version 1.1 of directive file.
42106
42107 2006-10-16  Eric Blake  <ebb9@byu.net>
42108
42109         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
42110         match Automake 1.10a.
42111
42112 2006-10-14  Bruno Haible  <bruno@clisp.org>
42113
42114         * modules/sigprocmask: New file.
42115         * lib/sigprocmask.h: New file.
42116         * lib/sigprocmask.c: New file.
42117         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
42118         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
42119         request sigprocmask.o.
42120         (gl_PREREQ_SIGPROCMASK): New macro.
42121         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
42122         (Depends-on): Add sigprocmask.
42123         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
42124         gt_SIGNALBLOCKING. Test for 'raise' only once.
42125         * lib/fatal-signal.c: Include sigprocmask.h.
42126         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
42127         unblock_fatal_signals): Define always.
42128         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
42129         sigprocmask.
42130
42131 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
42132
42133         Sync from Automake.
42134         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
42135         which incorrectly sets the mode of an existing destination
42136         directory.  In some cases the unpatched install-sh could do the
42137         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
42138         system.  We hope this is rare in practice, but it's clearly worth
42139         fixing.  Problem reported by Alex Unleashed in
42140         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
42141         Also, don't bother to check for -m bugs unless we're using -m;
42142         suggested by Stepan Kasal.
42143
42144 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42145
42146         Sync from Automake.
42147         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
42148         `-c' flag, so they appear at the same position as in %FASTDEP%
42149         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
42150         which ignores unknown options only after the first non-option.
42151         Bug report against M4 by Nelson H. F. Beebe.
42152
42153 2006-10-13  Jim Meyering  <jim@meyering.net>
42154
42155         Fix a bug in yesterday's change.
42156         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
42157         p->fts_statp->st_dev would be used uninitialized.
42158         Ensures that we always call fts_stat on the very first entry.
42159         Miklos Szeredi reported that find -xdev stopped working.
42160
42161 2006-10-12  Bruno Haible  <bruno@clisp.org>
42162
42163         * gnulib-tool (func_get_automake_snippet): Append an automatically
42164         computed EXTRA_DIST augmentation.
42165         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
42166         * modules/alloca-opt (Makefile.am): Likewise.
42167         * modules/allocsa (Makefile.am): Likewise.
42168         * modules/arcfour (Makefile.am): Likewise.
42169         * modules/arctwo (Makefile.am): Likewise.
42170         * modules/argmatch (Makefile.am): Likewise.
42171         * modules/argz (Makefile.am): Likewise.
42172         * modules/atexit (Makefile.am): Likewise.
42173         * modules/backupfile (Makefile.am): Likewise.
42174         * modules/byteswap (Makefile.am): Likewise.
42175         * modules/c-strtod (Makefile.am): Likewise.
42176         * modules/c-strtold (Makefile.am): Likewise.
42177         * modules/calloc (Makefile.am): Likewise.
42178         * modules/canon-host (Makefile.am): Likewise.
42179         * modules/canonicalize (Makefile.am): Likewise.
42180         * modules/chdir-long (Makefile.am): Likewise.
42181         * modules/chdir-safer (Makefile.am): Likewise.
42182         * modules/check-version (Makefile.am): Likewise.
42183         * modules/chown (Makefile.am): Likewise.
42184         * modules/cloexec (Makefile.am): Likewise.
42185         * modules/close-stream (Makefile.am): Likewise.
42186         * modules/closeout (Makefile.am): Likewise.
42187         * modules/crc (Makefile.am): Likewise.
42188         * modules/csharpexec (Makefile.am): Likewise.
42189         * modules/cycle-check (Makefile.am): Likewise.
42190         * modules/des (Makefile.am): Likewise.
42191         * modules/dev-ino (Makefile.am): Likewise.
42192         * modules/dirfd (Makefile.am): Likewise.
42193         * modules/dirname (Makefile.am): Likewise.
42194         * modules/dup2 (Makefile.am): Likewise.
42195         * modules/eealloc (Makefile.am): Likewise.
42196         * modules/error (Makefile.am): Likewise.
42197         * modules/euidaccess (Makefile.am): Likewise.
42198         * modules/exclude (Makefile.am): Likewise.
42199         * modules/exitfail (Makefile.am): Likewise.
42200         * modules/fcntl-safer (Makefile.am): Likewise.
42201         * modules/fcntl (Makefile.am): Likewise.
42202         * modules/file-type (Makefile.am): Likewise.
42203         * modules/fileblocks (Makefile.am): Likewise.
42204         * modules/filemode (Makefile.am): Likewise.
42205         * modules/filenamecat (Makefile.am): Likewise.
42206         * modules/fnmatch (Makefile.am): Likewise.
42207         * modules/fopen-safer (Makefile.am): Likewise.
42208         * modules/fpending (Makefile.am): Likewise.
42209         * modules/fprintftime (Makefile.am): Likewise.
42210         * modules/free (Makefile.am): Likewise.
42211         * modules/fsusage (Makefile.am): Likewise.
42212         * modules/ftruncate (Makefile.am): Likewise.
42213         * modules/fts (Makefile.am): Likewise.
42214         * modules/gc-arcfour (Makefile.am): Likewise.
42215         * modules/gc-des (Makefile.am): Likewise.
42216         * modules/gc-hmac-md5 (Makefile.am): Likewise.
42217         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
42218         * modules/gc-md4 (Makefile.am): Likewise.
42219         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
42220         * modules/gc-sha1 (Makefile.am): Likewise.
42221         * modules/gc (Makefile.am): Likewise.
42222         * modules/getaddrinfo (Makefile.am): Likewise.
42223         * modules/getcwd (Makefile.am): Likewise.
42224         * modules/getdelim (Makefile.am): Likewise.
42225         * modules/getdomainname (Makefile.am): Likewise.
42226         * modules/getgroups (Makefile.am): Likewise.
42227         * modules/gethostname (Makefile.am): Likewise.
42228         * modules/gethrxtime (Makefile.am): Likewise.
42229         * modules/getline (Makefile.am): Likewise.
42230         * modules/getloadavg (Makefile.am): Likewise.
42231         * modules/getlogin_r (Makefile.am): Likewise.
42232         * modules/getndelim2 (Makefile.am): Likewise.
42233         * modules/getopt (Makefile.am): Likewise.
42234         * modules/getpagesize (Makefile.am): Likewise.
42235         * modules/getpass-gnu (Makefile.am): Likewise.
42236         * modules/getpass (Makefile.am): Likewise.
42237         * modules/getsubopt (Makefile.am): Likewise.
42238         * modules/gettime (Makefile.am): Likewise.
42239         * modules/gettimeofday (Makefile.am): Likewise.
42240         * modules/getugroups (Makefile.am): Likewise.
42241         * modules/getusershell (Makefile.am): Likewise.
42242         * modules/glob (Makefile.am): Likewise.
42243         * modules/group-member (Makefile.am): Likewise.
42244         * modules/hard-locale (Makefile.am): Likewise.
42245         * modules/hash (Makefile.am): Likewise.
42246         * modules/hmac-md5 (Makefile.am): Likewise.
42247         * modules/hmac-sha1 (Makefile.am): Likewise.
42248         * modules/human (Makefile.am): Likewise.
42249         * modules/idcache (Makefile.am): Likewise.
42250         * modules/imaxabs (Makefile.am): Likewise.
42251         * modules/imaxdiv (Makefile.am): Likewise.
42252         * modules/inet_ntop (Makefile.am): Likewise.
42253         * modules/inet_pton (Makefile.am): Likewise.
42254         * modules/intprops (Makefile.am): Likewise.
42255         * modules/inttostr (Makefile.am): Likewise.
42256         * modules/inttypes (Makefile.am): Likewise.
42257         * modules/isapipe (Makefile.am): Likewise.
42258         * modules/javaversion (Makefile.am): Likewise.
42259         * modules/lchmod (Makefile.am): Likewise.
42260         * modules/lchown (Makefile.am): Likewise.
42261         * modules/localcharset (Makefile.am): Likewise.
42262         * modules/long-options (Makefile.am): Likewise.
42263         * modules/lstat (Makefile.am): Likewise.
42264         * modules/malloc (Makefile.am): Likewise.
42265         * modules/mathl (Makefile.am): Likewise.
42266         * modules/mbchar (Makefile.am): Likewise.
42267         * modules/md2 (Makefile.am): Likewise.
42268         * modules/md4 (Makefile.am): Likewise.
42269         * modules/md5 (Makefile.am): Likewise.
42270         * modules/memcasecmp (Makefile.am): Likewise.
42271         * modules/memchr (Makefile.am): Likewise.
42272         * modules/memcmp (Makefile.am): Likewise.
42273         * modules/memcoll (Makefile.am): Likewise.
42274         * modules/memcpy (Makefile.am): Likewise.
42275         * modules/memmem (Makefile.am): Likewise.
42276         * modules/memmove (Makefile.am): Likewise.
42277         * modules/mempcpy (Makefile.am): Likewise.
42278         * modules/memrchr (Makefile.am): Likewise.
42279         * modules/memset (Makefile.am): Likewise.
42280         * modules/memxor (Makefile.am): Likewise.
42281         * modules/mkancesdirs (Makefile.am): Likewise.
42282         * modules/mkdir-p (Makefile.am): Likewise.
42283         * modules/mkdir (Makefile.am): Likewise.
42284         * modules/mkdtemp (Makefile.am): Likewise.
42285         * modules/mkstemp (Makefile.am): Likewise.
42286         * modules/mktime (Makefile.am): Likewise.
42287         * modules/modechange (Makefile.am): Likewise.
42288         * modules/mountlist (Makefile.am): Likewise.
42289         * modules/nanosleep (Makefile.am): Likewise.
42290         * modules/obstack (Makefile.am): Likewise.
42291         * modules/openat (Makefile.am): Likewise.
42292         * modules/pagealign_alloc (Makefile.am): Likewise.
42293         * modules/pathmax (Makefile.am): Likewise.
42294         * modules/physmem (Makefile.am): Likewise.
42295         * modules/poll (Makefile.am): Likewise.
42296         * modules/posixtm (Makefile.am): Likewise.
42297         * modules/posixver (Makefile.am): Likewise.
42298         * modules/putenv (Makefile.am): Likewise.
42299         * modules/quote (Makefile.am): Likewise.
42300         * modules/quotearg (Makefile.am): Likewise.
42301         * modules/raise (Makefile.am): Likewise.
42302         * modules/read-file (Makefile.am): Likewise.
42303         * modules/readline (Makefile.am): Likewise.
42304         * modules/readlink (Makefile.am): Likewise.
42305         * modules/readtokens (Makefile.am): Likewise.
42306         * modules/readutmp (Makefile.am): Likewise.
42307         * modules/realloc (Makefile.am): Likewise.
42308         * modules/regex (Makefile.am): Likewise.
42309         * modules/rename-dest-slash (Makefile.am): Likewise.
42310         * modules/rename (Makefile.am): Likewise.
42311         * modules/rijndael (Makefile.am): Likewise.
42312         * modules/rmdir (Makefile.am): Likewise.
42313         * modules/rpmatch (Makefile.am): Likewise.
42314         * modules/safe-read (Makefile.am): Likewise.
42315         * modules/safe-write (Makefile.am): Likewise.
42316         * modules/same-inode (Makefile.am): Likewise.
42317         * modules/same (Makefile.am): Likewise.
42318         * modules/save-cwd (Makefile.am): Likewise.
42319         * modules/savedir (Makefile.am): Likewise.
42320         * modules/setenv (Makefile.am): Likewise.
42321         * modules/settime (Makefile.am): Likewise.
42322         * modules/sha1 (Makefile.am): Likewise.
42323         * modules/sig2str (Makefile.am): Likewise.
42324         * modules/snprintf (Makefile.am): Likewise.
42325         * modules/stat-macros (Makefile.am): Likewise.
42326         * modules/stat-time (Makefile.am): Likewise.
42327         * modules/stdbool (Makefile.am): Likewise.
42328         * modules/stdint (Makefile.am): Likewise.
42329         * modules/stdlib-safer (Makefile.am): Likewise.
42330         * modules/stpcpy (Makefile.am): Likewise.
42331         * modules/stpncpy (Makefile.am): Likewise.
42332         * modules/strcase (Makefile.am): Likewise.
42333         * modules/strcasestr (Makefile.am): Likewise.
42334         * modules/strchrnul (Makefile.am): Likewise.
42335         * modules/strcspn (Makefile.am): Likewise.
42336         * modules/strdup (Makefile.am): Likewise.
42337         * modules/strerror (Makefile.am): Likewise.
42338         * modules/strftime (Makefile.am): Likewise.
42339         * modules/strndup (Makefile.am): Likewise.
42340         * modules/strnlen (Makefile.am): Likewise.
42341         * modules/strpbrk (Makefile.am): Likewise.
42342         * modules/strsep (Makefile.am): Likewise.
42343         * modules/strstr (Makefile.am): Likewise.
42344         * modules/strtod (Makefile.am): Likewise.
42345         * modules/strtoimax (Makefile.am): Likewise.
42346         * modules/strtok_r (Makefile.am): Likewise.
42347         * modules/strtol (Makefile.am): Likewise.
42348         * modules/strtoll (Makefile.am): Likewise.
42349         * modules/strtoul (Makefile.am): Likewise.
42350         * modules/strtoull (Makefile.am): Likewise.
42351         * modules/strtoumax (Makefile.am): Likewise.
42352         * modules/strverscmp (Makefile.am): Likewise.
42353         * modules/sys_socket (Makefile.am): Likewise.
42354         * modules/sys_stat (Makefile.am): Likewise.
42355         * modules/sysexits (Makefile.am): Likewise.
42356         * modules/time_r (Makefile.am): Likewise.
42357         * modules/timegm (Makefile.am): Likewise.
42358         * modules/timespec (Makefile.am): Likewise.
42359         * modules/tmpfile-safer (Makefile.am): Likewise.
42360         * modules/trim (Makefile.am): Likewise.
42361         * modules/unistd-safer (Makefile.am): Likewise.
42362         * modules/unlinkdir (Makefile.am): Likewise.
42363         * modules/unlocked-io (Makefile.am): Likewise.
42364         * modules/userspec (Makefile.am): Likewise.
42365         * modules/utime (Makefile.am): Likewise.
42366         * modules/utimecmp (Makefile.am): Likewise.
42367         * modules/utimens (Makefile.am): Likewise.
42368         * modules/vasnprintf (Makefile.am): Likewise.
42369         * modules/vasprintf (Makefile.am): Likewise.
42370         * modules/vsnprintf (Makefile.am): Likewise.
42371         * modules/xalloc (Makefile.am): Likewise.
42372         * modules/xgetcwd (Makefile.am): Likewise.
42373         * modules/xnanosleep (Makefile.am): Likewise.
42374         * modules/xreadlink (Makefile.am): Likewise.
42375         * modules/xstrtod (Makefile.am): Likewise.
42376         * modules/xstrtol (Makefile.am): Likewise.
42377         * modules/xstrtold (Makefile.am): Likewise.
42378         * modules/yesno (Makefile.am): Likewise.
42379         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
42380
42381 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
42382
42383         * modules/error (Makefile.am): Distribute files through
42384         EXTRA_DIST, not lib_SOURCES.
42385
42386 2006-10-12  Eric Blake  <ebb9@byu.net>
42387
42388         * modules/error (Makefile.am): Distribute files in /lib.
42389         * modules/obstack (Makefile.am): Likewise.
42390
42391 2006-10-12  Bruno Haible  <bruno@clisp.org>
42392
42393         * modules/acl (Makefile.am): Distribute all files in lib/ through
42394         EXTRA_DIST.
42395         * modules/arcfour (Makefile.am): Likewise.
42396         * modules/arctwo (Makefile.am): Likewise.
42397         * modules/argmatch (Makefile.am): Likewise.
42398         * modules/argz (Makefile.am): Likewise.
42399         * modules/atexit (Makefile.am): Likewise.
42400         * modules/backupfile (Makefile.am): Likewise.
42401         * modules/c-strtod (Makefile.am): Likewise.
42402         * modules/c-strtold (Makefile.am): Likewise.
42403         * modules/calloc (Makefile.am): Likewise.
42404         * modules/canon-host (Makefile.am): Likewise.
42405         * modules/canonicalize (Makefile.am): Likewise.
42406         * modules/chdir-long (Makefile.am): Likewise.
42407         * modules/chdir-safer (Makefile.am): Likewise.
42408         * modules/check-version (Makefile.am): Likewise.
42409         * modules/chown (Makefile.am): Likewise.
42410         * modules/cloexec (Makefile.am): Likewise.
42411         * modules/close-stream (Makefile.am): Likewise.
42412         * modules/closeout (Makefile.am): Likewise.
42413         * modules/crc (Makefile.am): Likewise.
42414         * modules/cycle-check (Makefile.am): Likewise.
42415         * modules/des (Makefile.am): Likewise.
42416         * modules/dirfd (Makefile.am): Likewise.
42417         * modules/dirname (Makefile.am): Likewise.
42418         * modules/dup2 (Makefile.am): Likewise.
42419         * modules/euidaccess (Makefile.am): Likewise.
42420         * modules/exclude (Makefile.am): Likewise.
42421         * modules/exitfail (Makefile.am): Likewise.
42422         * modules/fcntl-safer (Makefile.am): Likewise.
42423         * modules/file-type (Makefile.am): Likewise.
42424         * modules/fileblocks (Makefile.am): Likewise.
42425         * modules/filemode (Makefile.am): Likewise.
42426         * modules/filenamecat (Makefile.am): Likewise.
42427         * modules/fnmatch (Makefile.am): Likewise.
42428         * modules/fopen-safer (Makefile.am): Likewise.
42429         * modules/fpending (Makefile.am): Likewise.
42430         * modules/fprintftime (Makefile.am): Likewise.
42431         * modules/free (Makefile.am): Likewise.
42432         * modules/fsusage (Makefile.am): Likewise.
42433         * modules/ftruncate (Makefile.am): Likewise.
42434         * modules/fts (Makefile.am): Likewise.
42435         * modules/gc (Makefile.am): Likewise.
42436         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
42437         * modules/getaddrinfo (Makefile.am): Likewise.
42438         * modules/getcwd (Makefile.am): Likewise.
42439         * modules/getdelim (Makefile.am): Likewise.
42440         * modules/getdomainname (Makefile.am): Likewise.
42441         * modules/getgroups (Makefile.am): Likewise.
42442         * modules/gethostname (Makefile.am): Likewise.
42443         * modules/gethrxtime (Makefile.am): Likewise.
42444         * modules/getline (Makefile.am): Likewise.
42445         * modules/getloadavg (Makefile.am): Likewise.
42446         * modules/getlogin_r (Makefile.am): Likewise.
42447         * modules/getopt (Makefile.am): Likewise.
42448         * modules/getpass (Makefile.am): Likewise.
42449         * modules/getpass-gnu (Makefile.am): Likewise.
42450         * modules/getsubopt (Makefile.am): Likewise.
42451         * modules/gettime (Makefile.am): Likewise.
42452         * modules/gettimeofday (Makefile.am): Likewise.
42453         * modules/getugroups (Makefile.am): Likewise.
42454         * modules/getusershell (Makefile.am): Likewise.
42455         * modules/glob (Makefile.am): Likewise.
42456         * modules/group-member (Makefile.am): Likewise.
42457         * modules/hard-locale (Makefile.am): Likewise.
42458         * modules/hash (Makefile.am): Likewise.
42459         * modules/hmac-md5 (Makefile.am): Likewise.
42460         * modules/hmac-sha1 (Makefile.am): Likewise.
42461         * modules/human (Makefile.am): Likewise.
42462         * modules/idcache (Makefile.am): Likewise.
42463         * modules/imaxabs (Makefile.am): Likewise.
42464         * modules/imaxdiv (Makefile.am): Likewise.
42465         * modules/inet_ntop (Makefile.am): Likewise.
42466         * modules/inet_pton (Makefile.am): Likewise.
42467         * modules/inttostr (Makefile.am): Likewise.
42468         * modules/isapipe (Makefile.am): Likewise.
42469         * modules/lchown (Makefile.am): Likewise.
42470         * modules/long-options (Makefile.am): Likewise.
42471         * modules/lstat (Makefile.am): Likewise.
42472         * modules/malloc (Makefile.am): Likewise.
42473         * modules/mathl (Makefile.am): Likewise.
42474         * modules/mbchar (Makefile.am): Likewise.
42475         * modules/md2 (Makefile.am): Likewise.
42476         * modules/md4 (Makefile.am): Likewise.
42477         * modules/md5 (Makefile.am): Likewise.
42478         * modules/memcasecmp (Makefile.am): Likewise.
42479         * modules/memchr (Makefile.am): Likewise.
42480         * modules/memcmp (Makefile.am): Likewise.
42481         * modules/memcoll (Makefile.am): Likewise.
42482         * modules/memcpy (Makefile.am): Likewise.
42483         * modules/memmem (Makefile.am): Likewise.
42484         * modules/memmove (Makefile.am): Likewise.
42485         * modules/mempcpy (Makefile.am): Likewise.
42486         * modules/memrchr (Makefile.am): Likewise.
42487         * modules/memset (Makefile.am): Likewise.
42488         * modules/memxor (Makefile.am): Likewise.
42489         * modules/mkancesdirs (Makefile.am): Likewise.
42490         * modules/mkdir (Makefile.am): Likewise.
42491         * modules/mkdir-p (Makefile.am): Likewise.
42492         * modules/mkdtemp (Makefile.am): Likewise.
42493         * modules/mkstemp (Makefile.am): Likewise.
42494         * modules/mktime (Makefile.am): Likewise.
42495         * modules/modechange (Makefile.am): Likewise.
42496         * modules/mountlist (Makefile.am): Likewise.
42497         * modules/nanosleep (Makefile.am): Likewise.
42498         * modules/openat (Makefile.am): Likewise.
42499         * modules/pagealign_alloc (Makefile.am): Likewise.
42500         * modules/physmem (Makefile.am): Likewise.
42501         * modules/poll (Makefile.am): Likewise.
42502         * modules/posixtm (Makefile.am): Likewise.
42503         * modules/posixver (Makefile.am): Likewise.
42504         * modules/putenv (Makefile.am): Likewise.
42505         * modules/quote (Makefile.am): Likewise.
42506         * modules/quotearg (Makefile.am): Likewise.
42507         * modules/raise (Makefile.am): Likewise.
42508         * modules/read-file (Makefile.am): Likewise.
42509         * modules/readline (Makefile.am): Likewise.
42510         * modules/readlink (Makefile.am): Likewise.
42511         * modules/readtokens (Makefile.am): Likewise.
42512         * modules/readutmp (Makefile.am): Likewise.
42513         * modules/realloc (Makefile.am): Likewise.
42514         * modules/regex (Makefile.am): Likewise.
42515         * modules/rename (Makefile.am): Likewise.
42516         * modules/rename-dest-slash (Makefile.am): Likewise.
42517         * modules/rijndael (Makefile.am): Likewise.
42518         * modules/rmdir (Makefile.am): Likewise.
42519         * modules/rpmatch (Makefile.am): Likewise.
42520         * modules/safe-read (Makefile.am): Likewise.
42521         * modules/safe-write (Makefile.am): Likewise.
42522         * modules/same (Makefile.am): Likewise.
42523         * modules/save-cwd (Makefile.am): Likewise.
42524         * modules/savedir (Makefile.am): Likewise.
42525         * modules/setenv (Makefile.am): Likewise.
42526         * modules/settime (Makefile.am): Likewise.
42527         * modules/sha1 (Makefile.am): Likewise.
42528         * modules/sig2str (Makefile.am): Likewise.
42529         * modules/snprintf (Makefile.am): Likewise.
42530         * modules/stdlib-safer (Makefile.am): Likewise.
42531         * modules/stpcpy (Makefile.am): Likewise.
42532         * modules/stpncpy (Makefile.am): Likewise.
42533         * modules/strcase (Makefile.am): Likewise.
42534         * modules/strcasestr (Makefile.am): Likewise.
42535         * modules/strchrnul (Makefile.am): Likewise.
42536         * modules/strcspn (Makefile.am): Likewise.
42537         * modules/strdup (Makefile.am): Likewise.
42538         * modules/strerror (Makefile.am): Likewise.
42539         * modules/strftime (Makefile.am): Likewise.
42540         * modules/strndup (Makefile.am): Likewise.
42541         * modules/strnlen (Makefile.am): Likewise.
42542         * modules/strpbrk (Makefile.am): Likewise.
42543         * modules/strsep (Makefile.am): Likewise.
42544         * modules/strstr (Makefile.am): Likewise.
42545         * modules/strtod (Makefile.am): Likewise.
42546         * modules/strtoimax (Makefile.am): Likewise.
42547         * modules/strtok_r (Makefile.am): Likewise.
42548         * modules/strtol (Makefile.am): Likewise.
42549         * modules/strtoll (Makefile.am): Likewise.
42550         * modules/strtoul (Makefile.am): Likewise.
42551         * modules/strtoull (Makefile.am): Likewise.
42552         * modules/strtoumax (Makefile.am): Likewise.
42553         * modules/strverscmp (Makefile.am): Likewise.
42554         * modules/time_r (Makefile.am): Likewise.
42555         * modules/timegm (Makefile.am): Likewise.
42556         * modules/tmpfile-safer (Makefile.am): Likewise.
42557         * modules/unistd-safer (Makefile.am): Likewise.
42558         * modules/unlinkdir (Makefile.am): Likewise.
42559         * modules/userspec (Makefile.am): Likewise.
42560         * modules/utime (Makefile.am): Likewise.
42561         * modules/utimecmp (Makefile.am): Likewise.
42562         * modules/utimens (Makefile.am): Likewise.
42563         * modules/vasnprintf (Makefile.am): Likewise.
42564         * modules/vasprintf (Makefile.am): Likewise.
42565         * modules/vsnprintf (Makefile.am): Likewise.
42566         * modules/xalloc (Makefile.am): Likewise.
42567         * modules/xgetcwd (Makefile.am): Likewise.
42568         * modules/xnanosleep (Makefile.am): Likewise.
42569         * modules/xreadlink (Makefile.am): Likewise.
42570         * modules/xstrtod (Makefile.am): Likewise.
42571         * modules/xstrtol (Makefile.am): Likewise.
42572         * modules/xstrtold (Makefile.am): Likewise.
42573         * modules/yesno (Makefile.am): Likewise.
42574
42575 2006-10-12  Jim Meyering  <jim@meyering.net>
42576
42577         * m4/getloadavg.m4: Revert the change below.
42578
42579         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
42580         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
42581         fail with a symlink, which is what coreutils' ./bootstrap now
42582         creates by default.
42583
42584 2006-10-12  Bruno Haible  <bruno@clisp.org>
42585
42586         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
42587         mingw.
42588         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
42589         MSVC and mingw explicitly.
42590
42591 2006-10-11  Simon Josefsson  <jas@extundo.com>
42592             Bruno Haible  <bruno@clisp.org>
42593
42594         Add support for multiple gnulib-tool invocations in the scope of a
42595         single configure.ac file.
42596         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
42597         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
42598         with the same contents as the _LIBADD variable.
42599         (func_emit_initmacro_start, func_emit_initmacro_end,
42600         func_emit_initmacro_done): New functions.
42601         (func_import, func_create_testdir): Invoke them. Allow the identifiers
42602         gl_LIBOBJS and gl_LTLIBOBJS.
42603
42604 2006-10-11  Bruno Haible  <bruno@clisp.org>
42605
42606         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
42607         (func_create_testdir): Don't create po/Makefile.am, don't invoke
42608         autoreconf. Instead, invoke autopoint explicitly but move back the
42609         *.m4 files from gnulib.
42610
42611 2006-10-11  Bruno Haible  <bruno@clisp.org>
42612
42613         * gnulib-tool (func_usage): Make module names after --create-testdir
42614         optional.
42615         (func_create_testdir): If no module was specified, use nearly all
42616         modules.
42617
42618 2006-10-12  Jim Meyering  <jim@meyering.net>
42619
42620         Big performance improvement for fts-based tools that use FTS_NOSTAT.
42621         Avoid spurious inode-mismatch problems on non-POSIX file systems.
42622         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
42623         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
42624         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
42625         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
42626         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
42627         (fts_set_stat_required): New function.
42628         (fts_open): Defer the calls to fts_stat, if possible or requested.
42629         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
42630         into fts_stat itself.
42631         (fts_read): Perform any required (deferred) fts_stat call.
42632         (fts_build): Likewise, for the directory we're about to open and read.
42633         In the readdir loop, carefully decide whether each entry will require
42634         an eventual call to fts_stat, using dirent.d_type info if available.
42635         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
42636         a command line argument into this function.  Update all callers.
42637         Map a return value of FTS_DOT to FTS_D for a command line argument.
42638         * modules/fts (Depends-on): Add d-type.  Alphabetize.
42639         Thanks to Miklos Szeredi for his tenacity and for the initial
42640         bug report about "find" failing on a FUSE-based file system.
42641
42642         * lib/fts.c (fts_open): Use consistent indentation.
42643
42644 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
42645
42646         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
42647         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
42648         reported by Jim Meyering.  All uses of cache variables renamed
42649         to match Autoconf's.
42650         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
42651         the other one.
42652
42653         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
42654         Fix misspelling in diagnostic.
42655
42656 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
42657
42658         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
42659         defined.  Problem reported by Matthew Woehlke.
42660
42661         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
42662         Add support for Tandem NonStop R series.
42663         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
42664         Use new macro.
42665
42666         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
42667         (has_trailing_slash): Omit size arg; all callers changed.
42668         Omit 'inline', since it doesn't help performance and we'd
42669         need to configure it.
42670         Don't count //, ///, etc. as having a trailing slash.
42671         As a side effect, this removes a C99ism reported by Matthew Woehlke.
42672         (rpl_rename_dest_slash): On failure, use rename's errno rather
42673         than (in some cases) an incorrect or junk errno.
42674         Simplify code by removing need to compute length; this does
42675         cause it to make two passes instead of one over the file name,
42676         but it's worth it.
42677
42678         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
42679         change, since Autoconf's version may no longer be appropriate now
42680         that we are using CVS Autoconf's version.  Add support for Tandem.
42681
42682 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
42683             Bruno Haible  <bruno@clisp.org>
42684
42685         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
42686         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
42687         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
42688         gl_AC_TYPE_LONG_LONG.
42689
42690         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
42691         instead of HAVE_LONG_LONG.
42692         * lib/printf-args.c (printf_fetchargs): Likewise.
42693         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
42694         * lib/vasnprintf.c (VASNPRINTF): Likewise.
42695         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
42696         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
42697         gl_AC_TYPE_LONG_LONG.
42698
42699 2006-10-11  Bruno Haible  <bruno@clisp.org>
42700
42701         * m4/longlong.m4: Add comments.
42702         * m4/ulonglong.m4: Likewise.
42703
42704 2006-10-10  Bruno Haible  <bruno@clisp.org>
42705
42706         Make it possible to #define stpcpy, strdup to aliases.
42707         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
42708         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
42709
42710 2006-10-10  Bruno Haible  <bruno@clisp.org>
42711
42712         Make it possible to #define gcd to an alias.
42713         * lib/gcd.c: Include config.h.
42714
42715 2006-10-10  Bruno Haible  <bruno@clisp.org>
42716
42717         Make it possible to #define c_isascii to an alias.
42718         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
42719         defined. Undefine the macros before defining them, to avoid gcc
42720         warnings.
42721         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
42722         define NO_C_CTYPE_MACROS early.
42723
42724 2006-10-10  Bruno Haible  <bruno@clisp.org>
42725
42726         Make it possible to #define set_program_name to an alias.
42727         * lib/progname.c: Don't undefine set_program_name; instead, undefine
42728         ENABLE_RELOCATABLE early.
42729
42730 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
42731
42732         Port to Tandem NSK OSS, which has 64-bit signed int but at most
42733         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
42734         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
42735         More generally, don't assume that 64-bit signed int is available
42736         if unsigned int is, and vice versa.
42737         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
42738         unsigned symbols, not on their signed counterparts.
42739         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
42740         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
42741         (UINT64_C, UINTMAX_C):
42742         Likewise.
42743         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
42744         unsigned counterparts.
42745         (Have_long_long, Unsigned): New macros.
42746         (Int): Renamed from INT.
42747         (strtoimax): Use the new macros.
42748         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
42749         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
42750         * modules/inttypes (inttypes.h): Substitute
42751         HAVE_UNSIGNED_LONG_LONG_INT.
42752         * modules/stdint (stdint.h): Likewise.
42753         (Files): Add m4/ulonglong.m4.
42754
42755 2006-10-10  Bruno Haible  <bruno@clisp.org>
42756
42757         Fix a gcc -Wshadow warning.
42758         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
42759         to 'bucket'.
42760         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
42761         gl_linked_indexof_from_to): Likewise.
42762         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
42763         Likewise.
42764         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
42765         Likewise.
42766         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
42767         Reported by Eric Blake.
42768
42769 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
42770
42771         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
42772         for NetBSD.  Problem reported by Bruno Haible.
42773
42774 2006-10-09  Jim Meyering  <jim@meyering.net>
42775
42776         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
42777         Patch from Bruno Haible.
42778
42779 2006-10-09  Jim Meyering  <jim@meyering.net>
42780
42781         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
42782         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
42783         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
42784
42785 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
42786
42787         Don't include <config.h> twice; this doesn't work in some cases,
42788         e.g., when config.h has "#define intmax_t long long int" and
42789         we include <config.h>, <inttypes.h>, <config.h> in that order.
42790         Problem reported by Matthew Woehlke in:
42791         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
42792         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
42793         * lib/fts-cycle.c: Don't include config.h.
42794         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
42795         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
42796         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
42797         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
42798         inttypes.h.
42799         * lib/xstrtoumax.c: Likewise.
42800         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
42801         __strtol and the like, so that this module is more like its siblings.
42802         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
42803         Remove; no longer needed now that we assume gnulib inttypes.h.
42804
42805 2006-10-08  Bruno Haible  <bruno@clisp.org>
42806
42807         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
42808         option.
42809
42810 2006-10-07  Jim Meyering  <jim@meyering.net>
42811
42812         * modules/inttypes (inttypes.h): Revert what seems to have been
42813         an inadvertent part of today's change: use "|", not "/" in the
42814         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
42815
42816 2006-10-07  Bruno Haible  <bruno@clisp.org>
42817
42818         * modules/sublist: New file.
42819
42820 2006-10-07  Bruno Haible  <bruno@clisp.org>
42821
42822         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
42823         * modules/argz (argz.h): Likewise.
42824         * modules/arpa_inet (arpa/inet.h): Likewise.
42825         * modules/byteswap (byteswap.h): Likewise.
42826         * modules/configmake (configmake.h): Likewise.
42827         * modules/fcntl (fcntl.h): Likewise.
42828         * modules/fnmatch (fnmatch.h): Likewise.
42829         * modules/getopt (getopt.h): Likewise.
42830         * modules/glob (glob.h): Likewise.
42831         * modules/inttypes (inttypes.h): Likewise.
42832         * modules/netinet_in (netinet/in.h): Likewise.
42833         * modules/poll (poll.h): Likewise.
42834         * modules/stdbool (stdbool.h): Likewise.
42835         * modules/stdint (stdint.h): Likewise.
42836         * modules/sys_select (sys/select.h): Likewise.
42837         * modules/sys_socket (sys/socket.h): Likewise.
42838         * modules/sys_stat (sys/stat.h): Likewise.
42839         * modules/sysexits (sysexits.h): Likewise.
42840         * modules/unistd (unistd.h): Likewise.
42841         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
42842         Add a "DO NOT EDIT" comment to the generated file.
42843         (func_import): Likewise for gnulib-comp.m4.
42844
42845 2006-10-07  Bruno Haible  <bruno@clisp.org>
42846
42847         * lib/gl_sublist.h: New file.
42848         * lib/gl_sublist.c: New file.
42849
42850 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
42851
42852         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
42853         name (relative to the original working directory) and the file
42854         name component (relative to the temporary working directory).  All
42855         callers changed.
42856         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
42857         * lib/mkdir-p.c (make_dir_parents): Likewise.
42858         * lib/mkdir-p.h (make_dir_parents): Likewise.
42859
42860 2006-10-06  Eric Blake  <ebb9@byu.net>
42861
42862         Define several macros for use by the clean-temp module.
42863         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
42864         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
42865         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
42866
42867         * lib/clean-temp.h (close_stream_temp): New declaration.
42868         * lib/clean-temp.c (includes): Pull in headers according to what
42869         other modules are in use.
42870         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
42871
42872 2006-10-06  Bruno Haible  <bruno@clisp.org>
42873
42874         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
42875         instead of fopen, fwriteerror.
42876
42877 2006-10-06  Bruno Haible  <bruno@clisp.org>
42878
42879         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
42880         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
42881         int.
42882         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
42883         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
42884         Return an error indicator.
42885         Suggested by Eric Blake.
42886
42887 2006-10-06  Bruno Haible  <bruno@clisp.org>
42888
42889         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
42890         Reported by Eric Blake.
42891
42892 2006-10-06  Bruno Haible  <bruno@clisp.org>
42893
42894         * modules/closeout (Description): Mention stderr too.
42895
42896 2006-10-06  Bruno Haible  <bruno@clisp.org>
42897         and Paul Eggert  <eggert@cs.ucla.edu>
42898
42899         * lib/closeout.c (close_stdout): Also close stderr.
42900         * lib/closeout.h: Update comment.
42901
42902 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
42903
42904         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
42905         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
42906         * lib/dirchownmod.c: Include lchown.h.
42907         * lib/lchown.c: Don't include files that lchown.h now includes.
42908         Don't declare chown, since lchown.h now does that.
42909         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
42910         (lchown): Define to rpl_chown if lchown is declared but
42911         does not exist.  Declare using a prototype if lchown is not
42912         declared.  Add a copyright notice.
42913         * lib/mkstemp.h: Include <unistd.h>.
42914         * lib/openat.c: Include lchown.h.
42915
42916         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
42917         we now test for that separately.
42918         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
42919         rather than O_NOFOLLOW, when testing whether it's possible to
42920         avoid a race condition reliably.
42921         * lib/savewd.c (savewd_chdir): Likewise.
42922
42923         Remove macros that are no longer needed now that stdint.h is
42924         reliable.
42925         * lib/fsusage.c (UINTMAX_MAX): Remove.
42926         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
42927         * lib/utimecmp.c (SIZE_MAX): Remove.
42928
42929         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
42930
42931         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
42932         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
42933         O_NOATIME works.
42934
42935 2006-10-05  Bruno Haible  <bruno@clisp.org>
42936
42937         * lib/gl_list.h (gl_sortedlist_search_from_to,
42938         gl_sortedlist_indexof_from_to): New declarations.
42939         (gl_list_implementation): New fields sortedlist_search_from_to,
42940         sortedlist_indexof_from_to.
42941         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
42942         inline functions.
42943         * lib/gl_list.c (gl_sortedlist_search_from_to,
42944         gl_sortedlist_indexof_from_to): New functions.
42945         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
42946         function.
42947         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
42948         (gl_array_sortedlist_search_from_to): New function.
42949         (gl_array_list_implementation): Update.
42950         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
42951         function.
42952         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
42953         (gl_carray_sortedlist_search_from_to): New function.
42954         (gl_carray_list_implementation): Update.
42955         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
42956         gl_linked_sortedlist_indexof_from_to): New functions.
42957         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
42958         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
42959         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
42960         gl_tree_sortedlist_indexof_from_to): New functions.
42961         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
42962         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
42963         Update.
42964         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
42965         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
42966         Update.
42967
42968 2006-10-05  Bruno Haible  <bruno@clisp.org>
42969
42970         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
42971         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
42972         (struct gl_list_implementation): Add fields search_from_to,
42973         indexof_from_to. Remove fields search, indexof.
42974         (gl_list_search): Use the search_from_to method.
42975         (gl_list_search_from, gl_list_search_from_to): New functions.
42976         (gl_list_indexof): Use the indexof_from_to method.
42977         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
42978         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
42979         (gl_list_search_from, gl_list_search_from_to): New functions.
42980         (gl_list_indexof): Use the indexof_from_to method.
42981         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
42982         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
42983         gl_array_indexof. Add start_index, end_index arguments.
42984         (gl_array_search_from_to): Renamed from gl_array_search. Add
42985         start_index, end_index arguments.
42986         (gl_array_remove, gl_array_list_implementation): Update.
42987         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
42988         gl_carray_indexof. Add start_index, end_index arguments.
42989         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
42990         start_index, end_index arguments.
42991         (gl_carray_remove, gl_carray_list_implementation): Update.
42992         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
42993         gl_linked_search. Add start_index, end_index arguments.
42994         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
42995         start_index, end_index arguments.
42996         (gl_linked_remove): Update.
42997         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
42998         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
42999         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
43000         field to 'size_t'.
43001         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
43002         gl_tree_search. Add start_index, end_index arguments.
43003         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
43004         start_index, end_index arguments.
43005         (gl_tree_remove): Update.
43006         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
43007         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
43008         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
43009         function.
43010         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
43011         gl_tree_search. Add start_index, end_index arguments.
43012         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
43013         start_index, end_index arguments.
43014         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
43015         Update.
43016         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
43017
43018 2006-10-05  Bruno Haible  <bruno@clisp.org>
43019
43020         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
43021
43022         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
43023         fwriteerror_temp): New declarations.
43024         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
43025         (descriptors): New variable.
43026         (cleanup): First, close the descriptors.
43027         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
43028         fclose_temp, fwriteerror_temp): New functions.
43029
43030 2006-10-04  Jim Meyering  <jim@meyering.net>
43031
43032         * lib/fts.c (fts_open): Tiny comment change.
43033
43034 2006-10-04  Bruno Haible  <bruno@clisp.org>
43035
43036         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
43037         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
43038         gl_LOCK_BODY.
43039         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
43040         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
43041         gl_LOCK_EARLY_BODY.
43042         (gl_LOCK): Require gl_LOCK_BODY.
43043
43044 2006-10-04  Bruno Haible  <bruno@clisp.org>
43045
43046         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
43047         (gl_oset_search_atleast): New declaration.
43048         (struct gl_oset_implementation): Add field 'search_atleast'.
43049         (gl_oset_search_atleast): New inline function.
43050         * lib/gl_oset.c (gl_oset_search_atleast): New function.
43051         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
43052         (gl_array_oset_implementation): Update.
43053         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
43054         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
43055         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
43056
43057 2006-10-04  Bruno Haible  <bruno@clisp.org>
43058
43059         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
43060
43061 2006-10-03  Bruno Haible  <bruno@clisp.org>
43062
43063         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
43064         from gl_avltreehash_list_implementation.
43065
43066 2006-10-03  Bruno Haible  <bruno@clisp.org>
43067
43068         * lib/gl_oset.c (gl_oset_add): Fix return type.
43069
43070 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
43071
43072         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
43073
43074 2006-10-02  Eric Blake  <ebb9@byu.net>
43075
43076         * modules/strnlen (Depends-on): Add extensions.
43077
43078 2006-10-02  Eric Blake  <ebb9@byu.net>
43079
43080         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
43081         definition in 2.60+.
43082
43083 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
43084
43085         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
43086         checks.
43087
43088 2006-10-02  Bruno Haible  <bruno@clisp.org>
43089
43090         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
43091         to the AUTOMAKE_OPTIONS.
43092         Reported by Jim Meyering.
43093
43094 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
43095
43096         Work around bug in Solaris 10 /proc file system:
43097         /proc/self/fd/NNN/.. isn't the parent directory of
43098         the directory whose file descriptor is NNN.  This needs to
43099         be worked around at run time, not compile time, since a
43100         program might be built on Solaris 8, where things work, and
43101         run on Solaris 10.
43102         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
43103         to use the following interface instead:
43104         (OPENAT_BUFFER_SIZE): New macro.
43105         (openat_proc_name): New function.
43106         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
43107         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
43108         Likewise.
43109         * lib/openat-proc.c: New file.
43110         * modules/openat (Files): Add lib/openat-proc.c.
43111         (Depends-on): Add same-inode, stdbool.
43112         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
43113
43114 2006-09-29  Bruno Haible  <bruno@clisp.org>
43115
43116         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
43117         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
43118         argument. Set stdout_closed before testing for ferror, not after.
43119         (fwriteerror, fwriteerror_no_ebadf): New functions.
43120
43121 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43122
43123         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
43124
43125 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
43126
43127         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
43128         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
43129
43130 2006-09-28  Jim Meyering  <jim@meyering.net>
43131
43132         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
43133         Include <unistd.h>.
43134
43135 2006-09-28  Bruno Haible  <bruno@clisp.org>
43136
43137         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
43138         * modules/linkedhash-list (Depends-on): Likewise.
43139         * modules/rbtreehash-list (Depends-on): Likewise.
43140
43141 2006-09-28  Bruno Haible  <bruno@clisp.org>
43142
43143         * lib/strndup.h: Simplify the redefinition of strndup.
43144         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
43145         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
43146
43147 2006-09-28  Bruno Haible  <bruno@clisp.org>
43148
43149         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
43150         * lib/gl_linkedhash_list.c: Likewise.
43151         * lib/gl_rbtreehash_list.c: Likewise.
43152
43153 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
43154
43155         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
43156         getaddrinfo.
43157
43158         * lib/__fpending.h: Don't include <stdio_ext.h> unless
43159         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
43160         it causes <stdio_ext.h> to cause a compile-time error.
43161         Problem reported by Nelson H. F. Beebe.
43162         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
43163         of HAVE_DECL___PENDING.
43164
43165         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
43166         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
43167         declaration.
43168
43169 2006-09-27  Jim Meyering  <jim@meyering.net>
43170
43171         This file could end up with a definition for a function
43172         named __strndup, rather than rpl_strndup on a system with
43173         incomplete weak_alias support.
43174         * lib/strndup.c (strndup): Rename from __strndup.
43175         Remove #defines that used to map __strndup to strndup.
43176         Don't use K&R prototypes.
43177         Remove LIBC-related code, since this file is not sync'd with glibc.
43178         * lib/strndup.h: Revamp, accordingly.
43179         * m4/strndup.m4: Modernize.
43180
43181 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
43182
43183         * modules/savewd (Depends-on): Add 'raise'.
43184         * lib/savewd.c: Include <signal.h>, for 'raise'.
43185
43186 2006-09-26  Jim Meyering  <jim@meyering.net>
43187
43188         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
43189         when we detect Darwin 8.7.0's acl_get_file bug.
43190         Rearrange to perform the new (below) run-test while $LIBS
43191         contains any acl-related library.  Set USE_ACL at the end.
43192         (gl_ACL_GET_FILE): New function.
43193
43194 2006-09-26  Eric Blake  <ebb9@byu.net>
43195
43196         * lib/verror.c: Include <config.h> unconditionally.
43197
43198 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
43199
43200         * modules/clock-time (Maintainer): Add self.
43201         * modules/getlogin_r (Depends-on): Add extensions.
43202
43203 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43204
43205         * modules/clock-time: New module.
43206         * modules/nanosleep (Depends-on): Add clock-time.
43207         * modules/gethrxtime (Depends-on): Likewise.
43208         * modules/gettime (Depends-on): Likewise.
43209         * modules/settime (Depends-on): Likewise.
43210
43211         * modules/fts-lgpl: Depend on openat.
43212         * modules/mkancesdirs: Depend on savewd.
43213         * modules/mkdir-p: Likewise.
43214
43215 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43216
43217         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
43218
43219         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
43220         `gl_have_arbitrary_file_name_length_limit' to
43221         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
43222         actually works between configure runs.
43223
43224 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43225             Bruno Haible  <bruno@clisp.org>
43226
43227         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
43228
43229 2006-09-25  Jim Meyering  <jim@meyering.net>
43230
43231         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
43232         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
43233
43234 2006-09-25  Eric Blake  <ebb9@byu.net>
43235
43236         * gnulib-tool (func_import, func_create_testdir): Fix typos in
43237         exec's in 2006-09-18 patch when shuffling fds.
43238
43239 2006-09-25  Bruno Haible  <bruno@clisp.org>
43240
43241         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
43242         Reported by Jim Meyering.
43243
43244 2006-09-24  Jim Meyering  <jim@meyering.net>
43245
43246         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
43247         compare a pointer against a literal "0".  That caused failures with
43248         at least HP-UX's hpcc.
43249
43250 2006-09-22  Simon Josefsson  <jas@extundo.com>
43251
43252         * modules/gc-sha1:
43253         * modules/gc-md4:
43254         * modules/gc-hmac-sha1:
43255         * modules/gc-hmac-md5:
43256         * modules/gc-des:
43257         * modules/gc-arcfour: Distribute more files.
43258
43259 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43260
43261         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
43262         (gl_linked_iterator_from_to): Initialize struct completely.
43263         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
43264         (gl_tree_iterator_from_to): Likewise
43265         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
43266         * lib/gl_array_list.c [lint] (gl_array_iterator)
43267         (gl_array_iterator_from_to): Likewise.
43268         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
43269         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
43270         (gl_carray_iterator_from_to): Likewise.
43271
43272         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
43273         * lib/md4.c (md4_process_block): Remove unused variable.
43274         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
43275         parentheses for clarity.
43276
43277 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43278
43279         * modules/bison-i18n (Depends-on): Add gettext.
43280
43281 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43282
43283         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
43284         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
43285         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
43286         also add missing comma that caused broken test.
43287         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
43288         stdlib.h, for `abort'.
43289         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
43290         variables.
43291         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
43292         include unistd.h if present, for `rmdir'.
43293         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
43294         variables.
43295         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
43296         in the process include standard headers for prototypes.
43297         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
43298         gets declared on GNU/Linux.
43299         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
43300         unistd.h, for `rmdir'.
43301         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
43302
43303         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
43304         always true.
43305         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
43306
43307         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
43308
43309 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43310
43311         * gnulib-tool (func_version): Create output all at once.  This
43312         may help avoid triggering unnecessary SIGPIPEs, and at any
43313         rate it doesn't hurt.
43314
43315 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43316             Bruno Haible  <bruno@clisp.org>
43317
43318         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
43319         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
43320         * m4/signed.m4 (bh_C_SIGNED): Likewise.
43321
43322         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
43323         (gl_FUNC_VASPRINTF): Invoke it.
43324
43325 2006-09-22  Bruno Haible  <bruno@clisp.org>
43326
43327         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
43328         getloadavg.c as first argument.
43329
43330 2006-09-22  Bruno Haible  <bruno@clisp.org>
43331
43332         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
43333         at the beginning of the gl_INIT macro.
43334         * modules/getloadavg (configure.ac): Pass $gl_source_base to
43335         gl_GETLOADAVG.
43336
43337 2006-09-22  Bruno Haible  <bruno@clisp.org>
43338
43339         * gnulib-tool (func_create_megatestdir): Don't include the config-h
43340         module.
43341         Suggested by Ralf Wildenhues.
43342
43343 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
43344
43345         Import this patch from libc:
43346
43347         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
43348
43349         * lib/regex_internal.c (re_string_reconstruct): Handle
43350         offset < pstr->valid_raw_len && pstr->offsets_needed case.
43351         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
43352         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
43353         re_string_context_at.
43354
43355         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
43356         now requires it.
43357         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
43358         gl_REGEX now does it for us.
43359         (gl_REGEX): Add test taken from
43360         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
43361
43362         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
43363         Check that large offsets work.  Modernize Autoconf usages.
43364         Prefer "yes" to mean a good thing rather than a bad.
43365         Don't put "#define mkstemp" in config.h, as this might interfere
43366         with standard system headers that "#define mkstemp mkstemp64".
43367
43368         * modules/mkstemp (Depends-on): Add extensions, so that
43369         mkstemp is visible on some platforms.
43370         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
43371         (Include): Change to "mkstemp.h" from <stdlib.h>.
43372         (Files): Add mkstemp.h.
43373
43374         * lib/mkstemp.h: New file, since some standard headers
43375         #define mkstemp.
43376         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
43377         Include "mkstemp.h".
43378         Make the _LIBC code resemble glibc original more,
43379         e.g., use K&R style.
43380         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
43381         (mkstemp): Remove, since mkstemp.h does this for us.
43382         * lib/stdlib--.h: Include mkstemp.h.
43383
43384         Import this patch from libc:
43385
43386         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
43387
43388         * lib/tempname.c (__gen_tempname): Change attempts_min
43389         into a macro.  Use preprocessor to decide how to initialize
43390         attempts [Coverity CID 67].
43391
43392 2006-09-20  Bruno Haible  <bruno@clisp.org>
43393
43394         * lib/mkdtemp.c: Import from libc.
43395         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
43396                 * sysdeps/posix/tempname.c (__gen_tempname): Change
43397                 attempts_min into a macro.  Use preprocessor to decide how to
43398                 initialize attempts [Coverity CID 67].
43399         2001-11-27  Paul Eggert  <eggert@twinsun.com>
43400                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
43401                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
43402
43403 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43404
43405         * gnulib-tool (func_exit): New function, to allow to pass the
43406         exit status portably through the trap.  Use everywhere.
43407         (--help, --version): Signal a write error.
43408         (trap): catch SIGPIPE, for write errors.
43409         Exit at the end of the trap, with the correct exit status.
43410
43411 2006-09-19  Karl Berry  <karl@gnu.org>
43412
43413         * doc/gnulib.texi: note about the license texinfo files.
43414
43415 2006-09-19  Eric Blake  <ebb9@byu.net>
43416
43417         * gnulib-tool: Avoid space-tab.
43418
43419 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
43420
43421         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
43422         that prevented coreutils 6.1 from building.  Problem reported
43423         by Petter Reinholdtsen.
43424
43425 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
43426
43427         * gnulib-tool (avoidlist): Fix typo that broke options like
43428         --avoid=lock that are used by coreutils bootstrap.
43429
43430 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
43431
43432         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
43433         more systematically.
43434
43435 2006-09-18  Jim Meyering  <jim@meyering.net>
43436
43437         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
43438
43439 2006-09-18  Bruno Haible  <bruno@clisp.org>
43440
43441         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
43442
43443 2006-09-18  Bruno Haible  <bruno@clisp.org>
43444
43445         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
43446         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
43447         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
43448         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
43449         * m4/gettext.m4: Require autoconf >= 2.52.
43450         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
43451         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
43452         of gl_cv_header_inttypes_h.
43453
43454 2006-09-18  Bruno Haible  <bruno@clisp.org>
43455
43456         * lib/javaversion.c: Include configmake.h.
43457
43458 2006-09-18  Bruno Haible  <bruno@clisp.org>
43459
43460         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
43461         avoid that the while loops be executed in a subshell.
43462
43463 2006-09-18  Bruno Haible  <bruno@clisp.org>
43464
43465         * MODULES.html.sh (func_module): Break long lines.
43466         Suggested by Bruce Korb <bkorb@gnu.org>.
43467
43468 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43469
43470         Speed up by a factor of 1.12.
43471         * gnulib-tool (nl): New variable.
43472         (func_import): Rewrite include directive extraction to only read each
43473         directive once.
43474
43475 2006-09-17  Bruno Haible  <bruno@clisp.org>
43476
43477         * modules/javaversion (Makefile.am): Remove DEFS setting.
43478         (Depends-on): Add configmake, for PKGDATADIR definition.
43479
43480 2006-09-17  Bruno Haible  <bruno@clisp.org>
43481
43482         * gnulib-tool (func_create_testdir): Rewrite all files at once.
43483
43484 2006-09-17  Bruno Haible  <bruno@clisp.org>
43485
43486         * gnulib-tool (func_append): New function, stolen from libtool.m4.
43487         (func_modules_transitive_closure, func_modules_add_dummy,
43488         func_modules_to_filelist, func_import, func_create_testdir,
43489         func_create_megatestdir, ...): Use it wherever possible.
43490         Suggested by Ralf Wildenhues.
43491
43492 2006-09-16  Karl Berry  <karl@gnu.org>
43493
43494         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
43495         to avoid sectioning errors.
43496         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
43497         [ifinfo]: blank line after @center-ed titles.
43498         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
43499         Spell FSF address consistently with others.
43500         (These changes approved by rms.)
43501
43502 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43503
43504         Speed up by a factor of 1.61.
43505         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
43506         already checked module names again.
43507
43508 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43509
43510         Speed up by a factor of 1.13.
43511         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
43512         for new_files, and the input to func_add_or_update.
43513
43514 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43515
43516         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
43517         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
43518
43519 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43520
43521         * modules/mkancesdirs (Depends-on): Add fcntl.
43522         * modules/savewd: New file.
43523         * MODULES.html.sh (File system functions): Add savewd.
43524
43525         * modules/configmake (Makefile.am): Add support for the
43526         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
43527
43528 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43529
43530         * m4/savewd.m4: New file.
43531
43532 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43533
43534         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
43535         (dirchownmod): New arg FD.  All callers changed.
43536         Use FD rather than opening the directory ourself, as opening is
43537         now the caller's responsibility.
43538         * lib/dirchownmod.h: Likewise.
43539         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
43540         hosts that require <sys/types.h> before <sys/stat.h>.  Include
43541         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
43542         (test_dir): Remove.
43543         (mkancesdirs): Return length of prefix of FILE that has already
43544         been made, or -2 if there is a child doing the work.  Redo
43545         algorithm so that it is O(N) rather than O(N**2).  Optimize away
43546         ".", and treat ".." specially since it might stray back into
43547         already-created areas.  Use a subprocess if necessary.  New arg
43548         WD; all users changed.  MAKE_DIR function should now return 1
43549         if it creates a directory that is not readable.  Return -2 if
43550         a child process is spun off.
43551         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
43552         Adjust signature to match code.
43553         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
43554         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
43555         all users changed.
43556         * lib/savewd.c, lib/savewd.h: New files.
43557
43558 2006-09-15  Jim Meyering  <jim@meyering.net>
43559
43560         * modules/rename-dest-slash: New module.
43561         * MODULES.html.sh (posix_compat): Add it here.
43562
43563         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
43564
43565 2006-09-15  Jim Meyering  <jim@meyering.net>
43566
43567         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
43568         file.
43569
43570         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
43571
43572 2006-09-15  Jim Meyering  <jim@meyering.net>
43573
43574         * lib/rename-dest-slash.c (has_trailing_slash): Use
43575         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
43576         (rpl_rename_dest_slash): Perform the cheaper trailing slash
43577         test before testing whether SRC is a directory.
43578         Suggestions from Bruno Haible.
43579
43580         Avoid a warning about an unused variable.
43581         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
43582         into the #ifdef block where it's used.
43583
43584         * lib/rename-dest-slash.c: New file.
43585
43586 2006-09-14  Bruno Haible  <bruno@clisp.org>
43587
43588         * lib/allocsa.c: Include <config.h> unconditionally.
43589         * lib/asnprintf.c: Likewise.
43590         * lib/asprintf.c: Likewise.
43591         * lib/c-strcasecmp.c: Likewise.
43592         * lib/c-strcasestr.c: Likewise.
43593         * lib/c-strncasecmp.c: Likewise.
43594         * lib/c-strstr.c: Likewise.
43595         * lib/classpath.c: Likewise.
43596         * lib/clean-temp.c: Likewise.
43597         * lib/concatpath.c: Likewise.
43598         * lib/copy-file.c: Likewise.
43599         * lib/csharpcomp.c: Likewise.
43600         * lib/csharpexec.c: Likewise.
43601         * lib/execute.c: Likewise.
43602         * lib/fatal-signal.c: Likewise.
43603         * lib/findprog.c: Likewise.
43604         * lib/fwriteerror.c: Likewise.
43605         * lib/gl_array_list.c: Likewise.
43606         * lib/gl_array_oset.c: Likewise.
43607         * lib/gl_avltree_list.c: Likewise.
43608         * lib/gl_avltree_oset.c: Likewise.
43609         * lib/gl_avltreehash_list.c: Likewise.
43610         * lib/gl_carray_list.c: Likewise.
43611         * lib/gl_linked_list.c: Likewise.
43612         * lib/gl_linkedhash_list.c: Likewise.
43613         * lib/gl_list.c: Likewise.
43614         * lib/gl_oset.c: Likewise.
43615         * lib/gl_rbtree_list.c: Likewise.
43616         * lib/gl_rbtree_oset.c: Likewise.
43617         * lib/gl_rbtreehash_list.c: Likewise.
43618         * lib/imaxabs.c: Likewise.
43619         * lib/imaxdiv.c: Likewise.
43620         * lib/javacomp.c: Likewise.
43621         * lib/javaexec.c: Likewise.
43622         * lib/javaversion.c: Likewise.
43623         * lib/linebreak.c: Likewise.
43624         * lib/localcharset.c: Likewise.
43625         * lib/lock.c: Likewise.
43626         * lib/mbchar.c: Likewise.
43627         * lib/mbswidth.c: Likewise.
43628         * lib/mkdtemp.c: Likewise.
43629         * lib/pipe.c: Likewise.
43630         * lib/printf-args.c: Likewise.
43631         * lib/printf-parse.c: Likewise.
43632         * lib/progname.c: Likewise.
43633         * lib/progreloc.c: Likewise.
43634         * lib/readlink.c: Likewise.
43635         * lib/sh-quote.c: Likewise.
43636         * lib/stpcpy.c: Likewise.
43637         * lib/stpncpy.c: Likewise.
43638         * lib/strcasecmp.c: Likewise.
43639         * lib/strcasestr.c: Likewise.
43640         * lib/strcspn.c: Likewise.
43641         * lib/striconv.c: Likewise.
43642         * lib/strncasecmp.c: Likewise.
43643         * lib/strnlen1.c: Likewise.
43644         * lib/strstr.c: Likewise.
43645         * lib/strtok_r.c: Likewise.
43646         * lib/tls.c: Likewise.
43647         * lib/tmpdir.c: Likewise.
43648         * lib/unicodeio.c: Likewise.
43649         * lib/unsetenv.c: Likewise.
43650         * lib/vasnprintf.c: Likewise.
43651         * lib/vasprintf.c: Likewise.
43652         * lib/wait-process.c: Likewise.
43653         * lib/xallocsa.c: Likewise.
43654         * lib/xsetenv.c: Likewise.
43655         * lib/xstriconv.c: Likewise.
43656
43657 2006-09-13  Simon Josefsson  <jas@extundo.com>
43658
43659         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
43660         that internally, suggested by Ralf Wildenhues
43661         <Ralf.Wildenhues@gmx.de>.
43662
43663 2006-09-13  Simon Josefsson  <jas@extundo.com>
43664
43665         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
43666         @LIBOBJS@.
43667         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43668
43669 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
43670
43671         * lib/_fpending.c: Include <config.h> unconditionally, since we no
43672         longer worry about uses that don't define HAVE_CONFIG_H.
43673         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
43674         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
43675         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
43676         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
43677         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
43678         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
43679         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
43680         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
43681         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
43682         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
43683         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
43684         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
43685         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
43686         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
43687         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
43688         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
43689         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
43690         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
43691         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
43692         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
43693         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
43694         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
43695         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
43696         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
43697         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
43698         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
43699         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
43700         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
43701         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
43702         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
43703         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
43704         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
43705         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
43706         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
43707         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
43708         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
43709         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
43710         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
43711         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
43712         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
43713         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
43714         Likewise.
43715
43716 2006-09-13  Eric Blake  <ebb9@byu.net>
43717
43718         * lib/getopt.c: Fix typo in last commit.
43719
43720 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
43721
43722         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
43723         dgettext.
43724
43725 2006-09-12  Jim Meyering  <jim@meyering.net>
43726
43727         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
43728         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
43729         Reported by Nelson H. F. Beebe.
43730
43731 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
43732
43733         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
43734         program_invocation_name and program_invocation_short_name are
43735         initialized.
43736         * lib/argp-namefrob.h: Move declarations of program_invocation_name
43737         and program_invocation_short_name to argp.h, so they are visible
43738         to user programs.
43739         * lib/argp.h: Likewise
43740
43741 2006-09-10  Bruno Haible  <bruno@clisp.org>
43742
43743         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
43744         m4/inttypes_h.m4, m4/uintmax_t.m4.
43745
43746 2006-09-10  Bruno Haible  <bruno@clisp.org>
43747
43748         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
43749         gl_AC_TYPE_UINTMAX_T.
43750
43751 2006-09-10  Bruno Haible  <bruno@clisp.org>
43752
43753         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
43754
43755 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
43756
43757         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
43758         convention.  Text proposed by Bruno Haible.
43759         (struct argp_option): Document the use of N_() wrappers.
43760
43761         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
43762         '\v', and translate the two parts separately, instead of feeding
43763         the whole string to gettext.  This allows to exclude
43764         '\v' from the strings visible to the translator by writing doc
43765         strings as N_("..") "\v" N_("..").
43766
43767 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
43768
43769         * config/srclist.txt: Undo latest change; the bug was fixed.
43770
43771 2006-09-09  Bruno Haible  <bruno@clisp.org>
43772
43773         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
43774         assignments if building a library without libtool.
43775         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
43776         in func_emit_lib_Makefile_am.
43777         (func_import): When building a static library libfoo.a, arrange to
43778         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
43779         (func_create_testdir): Likewise.
43780         * modules/gc (configure.ac, Makefile.am): If building statically,
43781         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
43782         * modules/iconvme (configure.ac, Makefile.am): Likewise.
43783         * modules/striconv (configure.ac, Makefile.am): Likewise.
43784         Based on a suggestion by Ralf Wildenhues.
43785
43786 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43787
43788         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
43789         Check for unistd.h too, since Autoconf doesn't assume POSIX.
43790         Also:
43791
43792         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43793         Add year_2050_test to catch glibc bug 2821
43794         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
43795
43796         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
43797         Prefer #ifdef to #if.
43798
43799         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
43800         Return from 'main' instead of calling 'exit'.
43801
43802 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43803
43804         * lib/mktime.c (guess_time_tm): Fix bug where mktime
43805         returned the maximum time_t value rather than (time_t) -1.
43806         Problem originally reported by William Bardwell
43807         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
43808
43809         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
43810         Moved to here ...
43811         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
43812         ... from here.
43813
43814 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43815
43816         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
43817         2821 is fixed.
43818
43819 2006-09-08  Jim Meyering  <jim@meyering.net>
43820
43821         Don't make generated files read-only.  That would bother too many
43822         people.  However, do retain the ability to work when targets are
43823         read-only: remove the destination and temporary files before writing
43824         them (when generated via sed or echo), or by using the -f option for
43825         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
43826         * modules/alloca-opt, modules/argz, modules/arpa_inet:
43827         * modules/byteswap, modules/configmake, modules/fcntl:
43828         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
43829         * modules/localcharset, modules/netinet_in, modules/poll:
43830         * modules/stdbool, modules/stdint, modules/sys_select:
43831         * modules/sys_socket, modules/sys_stat, modules/sysexits:
43832
43833 2006-09-08  Jim Meyering  <jim@meyering.net>
43834
43835         Avoid new build failure on FreeBSD 6.0.
43836         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
43837         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
43838         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
43839
43840 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43841
43842         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
43843
43844 2006-09-07  Jim Meyering  <jim@meyering.net>
43845
43846         Fix global typo in last change: use chmod u-w, not chmod u-x.
43847         Spotted by Paul Eggert and Bruce Korb.
43848         * modules/alloca-opt, modules/argz, modules/arpa_inet:
43849         * modules/byteswap, modules/configmake, modules/fcntl:
43850         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
43851         * modules/localcharset, modules/netinet_in, modules/poll:
43852         * modules/stdbool, modules/stdint, modules/sys_select:
43853         * modules/sys_socket, modules/sys_stat, modules/sysexits:
43854
43855 2006-09-06  Jim Meyering  <jim@meyering.net>
43856
43857         Make generated files be read-only.
43858         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
43859         Ensure that each generated file is now read-only.
43860         * modules/argz: Likewise.
43861         * modules/arpa_inet: Likewise.
43862         * modules/byteswap: Likewise.
43863         * modules/configmake: Likewise.
43864         * modules/fcntl: Likewise.
43865         * modules/fnmatch: Likewise.
43866         * modules/getopt: Likewise.
43867         * modules/glob: Likewise.
43868         * modules/inttypes: Likewise.
43869         * modules/netinet_in: Likewise.
43870         * modules/poll: Likewise.
43871         * modules/stdbool: Likewise.
43872         * modules/stdint: Likewise.
43873         * modules/sys_select: Likewise.
43874         * modules/sys_socket: Likewise.
43875         * modules/sys_stat: Likewise.
43876         * modules/sysexits: Likewise.
43877         * modules/localcharset: Same as above, but continue using temporary
43878         file named "t-$@" (why different?) rather than the "$@-t" used
43879         everywhere else.
43880
43881         * modules/sysexits (Makefile.am): Replace literal occurrences
43882         of "sysexit.h" more readable, and more consistent, "$@".
43883
43884 2006-09-06  Bruno Haible  <bruno@clisp.org>
43885
43886         * modules/striconv: New file.
43887         * modules/xstriconv: New file.
43888         * MODULES.html.sh (Internationalization functions): Add striconv,
43889         xstriconv.
43890
43891 2006-09-06  Bruno Haible  <bruno@clisp.org>
43892
43893         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
43894         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
43895         not using libtool correctly.
43896
43897 2006-09-06  Bruno Haible  <bruno@clisp.org>
43898
43899         * lib/striconv.h: New file.
43900         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
43901         iconvstring.c.
43902         * lib/xstriconv.h: New file.
43903         * lib/xstriconv.c: New file.
43904
43905 2006-09-06  Bruno Haible  <bruno@clisp.org>
43906
43907         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
43908         lib_..._LDFLAGS.
43909
43910 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43911
43912         * lib/argz_.h: Sync from Libtool.
43913
43914         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
43915                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
43916
43917         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
43918
43919 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
43920
43921         * modules/trim: New file.
43922
43923 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
43924
43925         * lib/trim.h: New file.
43926         * lib/trim.c: New file.
43927
43928 2006-09-05  Bruno Haible  <bruno@clisp.org>
43929
43930         * MODULES.html.sh (String handling): Add trim.
43931
43932 2006-09-04  Karl Berry  <karl@gnu.org>
43933
43934         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
43935         until next release.
43936
43937 2006-09-03  Bruno Haible  <bruno@clisp.org>
43938
43939         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
43940         correctly.
43941
43942 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43943
43944         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
43945         not gl_GETLOADAVG.  Omit unneeded semicolons.
43946         Problems reported by Ralf Wildenhues in
43947         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
43948         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
43949         at the end, which is the usual gnulib style.
43950
43951         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
43952         of doing all the work ourselves.
43953         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
43954         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
43955
43956 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43957
43958         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
43959         Problem reported by Ralf Wildenhues in
43960         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
43961
43962         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
43963         HAVE_STRUCT_STATFS_F_FSTYPENAME.
43964
43965 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43966
43967         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
43968         yesterday's patch by changing test -n to test -z.
43969
43970 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43971
43972         * modules/getloadavg (Files): Add m4/getloadavg.m4.
43973         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
43974         the former is now obsolescent.
43975
43976         * modules/chdir-long (Depends-on): Add fcntl.
43977
43978 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43979
43980         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
43981         obsolescent, and programs should use gnulib instead.
43982         * m4/getloadavg.m4: New file, with contents taken from Autoconf
43983         but with prefixes changed.
43984
43985 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43986
43987         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
43988         or stdbool.h, because they might not exist while configuring.
43989
43990         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
43991         Don't include unistd.h or limits.h; not needed, since chdir-long.h
43992         does that for us.
43993         (O_DIRECTORY): Remove.
43994
43995 2006-08-31  Eric Blake  <ebb9@byu.net>
43996
43997         * gnulib-tool: Don't let emacs change spaces to TAB.
43998
43999 2006-08-31  Bruno Haible  <bruno@clisp.org>
44000
44001         * gnulib-tool: When calling func_import more than once, do it in a
44002         subshell.
44003         Reported by Eric Blake <ebb9@byu.net>.
44004
44005 2006-08-31  Bruno Haible  <bruno@clisp.org>
44006
44007         * gnulib-tool (nl): Remove variable.
44008         (sed_transform_lib_file): Use more robust test for config-h module.
44009         (func_import): Fix typo in 2006-08-25 patch.
44010
44011 2006-08-31  Bruno Haible  <bruno@clisp.org>
44012
44013         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
44014         specified, augment Makefile.am variables instead of assigning them.
44015
44016 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44017
44018         Work around a bug in both the Linux and SunOS 64-bit kernels:
44019         nanosleep mishandles sleeps for longer than 2**31 seconds.
44020         Problem reported by Frank v Waveren in
44021         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
44022         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
44023         Check for nanosleep bug.
44024         (LIB_NANOSLEEP): Append clock_gettime library if needed.
44025
44026 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44027
44028         Work around a bug in both the Linux and SunOS 64-bit kernels:
44029         nanosleep mishandles sleeps for longer than 2**31 seconds.
44030         Problem reported by Frank v Waveren in
44031         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
44032         * lib/nanosleep.c (BILLION): New constant.
44033         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
44034         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
44035         implementation.
44036
44037 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44038
44039         * modules/nanosleep (Depends-on): Add gettime.
44040
44041 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44042         and Simon Josefsson  <jas@extundo.com>
44043         and Oskar Liljeblad  <oskar@osk.mine.nu>
44044
44045         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
44046         * gnulib-tool (func_import): New license type 'unmodifiable license
44047         text'.
44048         * modules/fdl: Use it.  Longer description.
44049         * module/gpl, module/lgpl: New files.
44050
44051 2006-08-30  Jim Meyering  <jim@meyering.net>
44052
44053         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
44054         shadowing the parameter.
44055
44056 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44057
44058         Sync from Libtool:
44059
44060         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44061
44062         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
44063         sharing with gnulib.  Report by Eric Blake.
44064
44065 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44066
44067         * modules/isapipe: New file.
44068         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
44069
44070 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44071
44072         * modules/configmake (Makefile.am): Add a comment, and omit
44073         the CONFIGMAKE_ prefix from generated macro names.  Suggested
44074         by Bruno Haible.
44075
44076 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44077
44078         * m4/isapipe.m4: New file.
44079
44080 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44081
44082         * lib/isapipe.c, lib/isapipe.h: New files.
44083
44084 2006-08-29  Jim Meyering  <jim@meyering.net>
44085
44086         * modules/configmake (Makefile.am): Make configmake.h depend on
44087         Makefile.  Otherwise, a stale configmake.h could hang around.
44088
44089 2006-08-29  Eric Blake  <ebb9@byu.net>
44090
44091         * lib/error.c (error_at_line, print_errno_message): Match libc, after
44092         resolution of upstream bug 3044.
44093
44094 2006-08-29  Bruno Haible  <bruno@clisp.org>
44095
44096         * modules/localcharset (Depends-on): Add configmake.
44097         (Makefile.am): Remove setting of LIBDIR through DEFS.
44098
44099 2006-08-29  Bruno Haible  <bruno@clisp.org>
44100
44101         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
44102         defined.
44103
44104 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44105
44106         * modules/fcntl: New file.
44107         * modules/chdir-safer (Depends-on): Add fcntl.
44108         * modules/fts: Likewise.
44109         * modules/mkdir-p: Likewise.
44110
44111         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
44112         This undoes the most recent change, since we're now addressing the
44113         problem in a different way.
44114
44115         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
44116         into output, since the output might be called Makefile.am even
44117         if $makefile_name is something different.
44118         (func_import): Use $makefile_am rather than
44119         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
44120         empty.
44121
44122         * modules/inttypes (Files): Add m4/inttypes-h.m4.
44123
44124 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44125
44126         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
44127         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
44128         recent change to stdint.m4, since we're now addressing the problem in a
44129         different way.
44130
44131 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44132
44133         * m4/fcntl_h.m4: New file.
44134
44135 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44136
44137         * lib/fcntl_.h: New file.
44138         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
44139         the fcntl module.
44140         * lib/dirchownmod.c: Likewise.
44141         * lib/fts.c: Likewise.
44142
44143         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
44144         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
44145         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
44146         just before including <inttypes.h>, to avoid circular inclusion.
44147
44148 2006-08-28  Jim Meyering  <jim@meyering.net>
44149
44150         * doc/visibility.texi: Actually read and correct the grammar of the
44151         sentence affected by yesterday's change.
44152
44153 2006-08-28  Eric Blake  <ebb9@byu.net>
44154
44155         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
44156         needs wrapper.
44157
44158 2006-08-28  Eric Blake  <ebb9@byu.net>
44159
44160         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
44161
44162 2006-08-28  Eric Blake  <ebb9@byu.net>
44163
44164         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
44165
44166 2006-08-28  Bruno Haible  <bruno@clisp.org>
44167
44168         * modules/c-strstr: New file, from GNU gettext.
44169         * MODULES.html.sh (String handling): Add c-strstr.
44170
44171 2006-08-28  Bruno Haible  <bruno@clisp.org>
44172
44173         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
44174         macros.
44175         Reported by Eric Blake.
44176
44177 2006-08-28  Bruno Haible  <bruno@clisp.org>
44178
44179         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
44180         (VASNPRINTF): Return a string of length > INT_MAX without failing.
44181         * lib/vasprintf.c: Include errno.h, limits.h.
44182         (EOVERFLOW): New fallback definition.
44183         (vasprintf): Test here whether the string length is > INT_MAX.
44184         * lib/vsnprintf.c: Include errno.h, limits.h.
44185         (EOVERFLOW): New fallback definition.
44186         (vsnprintf): Fix bug when generated string was too long for the buffer.
44187         Test here whether the string length is > INT_MAX.
44188
44189 2006-08-28  Bruno Haible  <bruno@clisp.org>
44190
44191         * lib/inttypes_.h (SCNX*): Remove definitions.
44192         Reported by Eric Blake.
44193
44194 2006-08-28  Bruno Haible  <bruno@clisp.org>
44195
44196         * lib/c-strstr.h: New file, from GNU gettext.
44197         * lib/c-strstr.c: New file, from GNU gettext.
44198
44199 2006-08-28  Bruno Haible  <bruno@clisp.org>
44200
44201         * gnulib-tool: Reorder some statements.
44202
44203 2006-08-28  Bruno Haible  <bruno@clisp.org>
44204
44205         * gnulib-tool: New option --makefile-name.
44206         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
44207         $makefile_name.
44208         (func_import): Write $makefile_name to the cache file, and read it from
44209         there unless explicitly specified. Use $makefile_name as file name
44210         instead of Makefile.am. Adjust the recommendations accordingly.
44211
44212 2006-08-28  Bruno Haible  <bruno@clisp.org>
44213
44214         * gnulib-tool (func_verify_module): Check against misapplying patch.
44215
44216 2006-08-28  Bruno Haible  <bruno@clisp.org>
44217
44218         * gnulib-tool (func_relativize, func_relconcat): New functions.
44219         Give an error if --local-dir is given with --update.
44220         Remove trailing slashes from $local_gnulib_dir.
44221         (func_import): Store the relativized $local_gnulib_dir in
44222         gnulib-cache.m4, and read it from there if not specified explicitly.
44223
44224 2006-08-28  Bruno Haible  <bruno@clisp.org>
44225
44226         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
44227         is the current directory. Respect also $local_gnulib_dir.
44228
44229 2006-08-28  Bruno Haible  <bruno@clisp.org>
44230             Simon Josefsson  <jas@extundo.com>
44231
44232         BeOS portability.
44233         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
44234
44235 2006-08-27  Jim Meyering  <jim@meyering.net>
44236
44237         * doc/visibility.texi: Remove duplicate word: "pointer".
44238
44239 2006-08-26  Bruno Haible  <bruno@clisp.org>
44240
44241         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
44242         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
44243         (Makefile.am): Create inttypes.h from inttypes_.h.
44244         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
44245
44246         * modules/imaxabs: New file.
44247
44248         * modules/imaxdiv: New file.
44249
44250 2006-08-26  Bruno Haible  <bruno@clisp.org>
44251
44252         * m4/inttypes.m4: New file.
44253         * m4/_inttypes_h.m4: Remove file.
44254         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
44255         PRI_MACROS_BROKEN.
44256         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
44257
44258         * m4/imaxabs.m4: New file.
44259
44260         * m4/imaxdiv.m4: New file.
44261
44262 2006-08-26  Bruno Haible  <bruno@clisp.org>
44263
44264         * lib/inttypes_.h: New file.
44265         * lib/inttypes.h: Remove file.
44266         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
44267
44268         * lib/imaxabs.c: New file.
44269
44270         * lib/imaxdiv.c: New file.
44271
44272 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44273
44274         New config-h module, so that "make" output needn't be cluttered
44275         by -DHAVE_CONFIG_H.
44276         * MODULES.html.sh (Support for building libraries and executables):
44277         Add config-h.
44278         * modules/config-h: New file.
44279         * gnulib-tool (nl, sed_transform_lib_file): New vars.
44280         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
44281         the config-h module is used.
44282
44283         New configmake module, so that "make" output needn't be cluttered
44284         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
44285         * MODULES.html.sh (Support for building libraries and executables):
44286         Add configmake.
44287         * modules/configmake: New file.
44288
44289 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44290
44291         * m4/config-h.m4: New file.
44292
44293 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
44294
44295         * config/srclist.txt: Add elisp-comp.
44296
44297 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
44298
44299         * MODULES.html.sh (Support for building libraries and executables):
44300         Add elisp-comp.
44301         * build-aux/elisp-comp: New file.
44302         * modules/elisp-comp: New file.
44303
44304 2006-08-24  Bruno Haible  <bruno@clisp.org>
44305
44306         * gnulib-tool (func_create_testdir): Use non-default values of
44307         sourcebase and m4base.
44308
44309 2006-08-24  Bruno Haible  <bruno@clisp.org>
44310
44311         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
44312         HTML structure.
44313
44314 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
44315
44316         * modules/openat (Depends-on): Add lchown.
44317
44318 2006-08-23  Bruno Haible  <bruno@clisp.org>
44319
44320         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
44321         of gl_LOCK_EARLY instead of gl_LOCK.
44322
44323 2006-08-23  Bruno Haible  <bruno@clisp.org>
44324
44325         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
44326         on OSF/1 to no.
44327         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
44328
44329 2006-08-23  Bruno Haible  <bruno@clisp.org>
44330
44331         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
44332         as unusable.
44333
44334         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
44335         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
44336         (gl_LOCK): New macro.
44337
44338 2006-08-22  Simon Josefsson  <jas@extundo.com>
44339
44340         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
44341         to md5 module.
44342
44343 2006-08-22  Simon Josefsson  <jas@extundo.com>
44344
44345         * MODULES.html.sh: Add "Support for maintaining and release
44346         projects".
44347
44348         * build-aux/gnupload: New file, from coreutils.
44349
44350 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44351
44352         Avoid the need for AC_LIBSOURCES in m4 macros.
44353         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
44354         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
44355         * modules/check-version (EXTRA_DIST): Add check-version.h.
44356         * modules/crc (EXTRA_DIST): Add crc.h.
44357         * modules/des (EXTRA_DIST): Add des.h.
44358         * modules/gc (EXTRA_DIST): Add gc.h.
44359         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
44360         * modules/getline (EXTRA_DIST): Add getline.h.
44361         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
44362         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
44363         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
44364         * modules/md2 (EXTRA_DIST): Add md2.h.
44365         * modules/md4 (EXTRA_DIST): Add md4.h.
44366         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
44367         * modules/read-file (EXTRA_DIST): Add read-file.h.
44368         * modules/readline (EXTRA_DIST): Add readline.h.
44369         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
44370         rijndael-api-fst.h.
44371
44372 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44373
44374         * m4/rijndael.m4 (gl_ARCFOUR):
44375         * m4/arctwo.m4 (gl_ARCTWO):
44376         * m4/check-version.m4 (gl_CHECK_VERSION):
44377         * m4/crc.m4 (gl_CRC):
44378         * m4/des.m4 (gl_DES):
44379         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
44380         * m4/gc.m4 (gl_GC):
44381         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
44382         * m4/getline.m4 (gl_FUNC_GETLINE):
44383         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
44384         * m4/hmac-md5.m4 (gl_HMAC_MD5):
44385         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
44386         * m4/md2.m4 (gl_MD2):
44387         * m4/md4.m4 (gl_MD4):
44388         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
44389         * m4/read-file.m4 (gl_FUNC_READ_FILE):
44390         * m4/readline.m4 (gl_FUNC_READLINE):
44391         * m4/rijndael.m4 (gl_RIJNDAEL):
44392         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
44393         to get the necessary .h files and whatnot.
44394
44395 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44396
44397         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
44398         gnulib rather than the other way around.
44399         * config/srclistvars.sh (COREUTILS): Remove.
44400
44401 2006-08-22  Jim Meyering  <jim@meyering.net>
44402
44403         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
44404
44405         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
44406
44407 2006-08-22  Eric Blake  <ebb9@byu.net>
44408
44409         * modules/regexprops-generic: New file.
44410         * MODULES.html.sh (Support for building documentation): List it.
44411
44412 2006-08-22  Eric Blake  <ebb9@byu.net>
44413
44414         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
44415         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
44416         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
44417         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
44418
44419 2006-08-22  Bruno Haible  <bruno@clisp.org>
44420
44421         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
44422         and lib_LTLIBRARIES like the other lib_* variables.
44423
44424 2006-08-22  Bruno Haible  <bruno@clisp.org>
44425
44426         * build-aux/x-to-1.in: New file, from GNU gettext.
44427
44428 2006-08-22  Bruno Haible  <bruno@clisp.org>
44429
44430         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
44431         <utmpx.h> exists.
44432
44433 2006-08-22  Bruno Haible  <bruno@clisp.org>
44434
44435         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
44436         <utmpx.h> exists.
44437
44438 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44439
44440         BeOS portability.
44441         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
44442         exist.
44443         Problem reported by Bruno Haible.
44444
44445 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44446
44447         Avoid the need for AC_LIBSOURCES in m4 macros.
44448         * modules/acl (EXTRA_DIST): Add acl.h.
44449         * modules/argmatch (Files): Add m4/argmatch.m4.
44450         (configure.ac): Add gl_ARGMATCH.
44451         (EXTRA_DIST): Renamed from lib_SOURCES, for
44452         consistency with the other modules.  Remove argmatch.c.
44453         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
44454         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
44455         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
44456         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
44457         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
44458         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
44459         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
44460         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
44461         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
44462         * modules/closeout (EXTRA_DIST): Add closeout.h.
44463         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
44464         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
44465         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
44466         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
44467         dirname.h; remove basename.c and stripslash.c.
44468         * modules/exclude (EXTRA_DIST): Add exclude.h.
44469         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
44470         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
44471         * modules/file-type (EXTRA_DIST): Add file-type.h.
44472         * modules/filemode (EXTRA_DIST): Add filemode.h.
44473         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
44474         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
44475         * modules/fpending (EXTRA_DIST): Add __fpending.h.
44476         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
44477         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
44478         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
44479         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
44480         * modules/getdate (EXTRA_DIST): Add getdate.c.
44481         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
44482         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
44483         * modules/getpass (EXTRA_DIST): Add getpass.h.
44484         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
44485         * modules/group-member (EXTRA_DIST): Add group-member.h.
44486         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
44487         * modules/hash (EXTRA_DIST): Add hash.h.
44488         * modules/human (EXTRA_DIST): Add human.h.
44489         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
44490         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
44491         * modules/lchown (EXTRA_DIST): Add lchown.h.
44492         * modules/long-options (EXTRA_DIST): Add long-options.h.
44493         * modules/lstat (EXTRA_DIST): Add lstat.h.
44494         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
44495         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
44496         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
44497         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
44498         * modules/memxor (EXTRA_DIST): Add memxor.h.
44499         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
44500         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
44501         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
44502         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
44503         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
44504         * modules/physmem (EXTRA_DIST): Add physmem.h.
44505         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
44506         * modules/posixver (EXTRA_DIST): Add posixver.h.
44507         * modules/quote (EXTRA_DIST): Add quote.h.
44508         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
44509         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
44510         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
44511         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
44512         regex_internal.h regexec.c.
44513         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
44514         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
44515         * modules/same (EXTRA_DIST): Add same.h.
44516         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
44517         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
44518         * modules/savedir (EXTRA_DIST): Add savedir.h.
44519         * modules/sha1 (EXTRA_DIST): Add sha1.h.
44520         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
44521         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
44522         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
44523         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
44524         * modules/strdup (EXTRA_DIST): Add strdup.h.
44525         * modules/strftime (EXTRA_DIST): Add strftime.h.
44526         * modules/strndup (EXTRA_DIST): Add strndup.h.
44527         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
44528         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
44529         * modules/time_r (EXTRA_DIST): Add time_r.h.
44530         * modules/timespec (EXTRA_DIST): Add timespec.h.
44531         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
44532         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
44533         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
44534         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
44535         * modules/userspec (EXTRA_DIST): Add userspec.h.
44536         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
44537         * modules/utimens (EXTRA_DIST): Add utimens.h.
44538         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
44539         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
44540         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
44541         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
44542         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
44543         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
44544         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
44545         * modules/yesno (EXTRA_DIST): Add yesno.h.
44546
44547 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44548
44549         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
44550
44551         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
44552         * m4/dev-ino.m4, same-inode.m4: Remove.
44553
44554         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
44555         * m4/acl.m4 (AC_FUNC_ACL):
44556         * m4/backupfile.m4 (gl_BACKUPFILE):
44557         * m4/c-strtod.m4 (gl_C99_STRTOLD):
44558         * m4/canon-host.m4 (gl_CANON_HOST):
44559         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
44560         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
44561         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
44562         * m4/cloexec.m4 (gl_CLOEXEC):
44563         * m4/close-stream.m4 (gl_CLOSE_STREAM):
44564         * m4/closeout.m4 (gl_CLOSEOUT):
44565         * m4/dirfd.m4 (gl_FUNC_DIRFD):
44566         * m4/dirname.m4 (gl_DIRNAME):
44567         * m4/exclude.m4 (gl_EXCLUDE):
44568         * m4/exitfail.m4 (gl_EXITFAIL):
44569         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
44570         * m4/file-type.m4 (gl_FILE_TYPE):
44571         * m4/filemode.m4 (gl_FILEMODE):
44572         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
44573         * m4/fpending.m4 (gl_FUNC_FPENDING):
44574         * m4/fprintftime.m4 (gl_FPRINTFTIME):
44575         * m4/fts.m4 (gl_FUNC_FTS):
44576         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
44577         * m4/getdate.m4 (gl_GETDATE):
44578         * m4/gethrxtime.m4 (gl_GETHRXTIME):
44579         * m4/getpagesize.m4 (gl_GETPAGESIZE):
44580         * m4/getpass.m4 (gl_FUNC_GETPASS):
44581         * m4/gettime.m4 (gl_GETTIME):
44582         * m4/getugroups.m4 (gl_GETUGROUPS):
44583         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
44584         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
44585         * m4/hard-locale.m4 (gl_HARD_LOCALE):
44586         * m4/hash.m4 (gl_HASH):
44587         * m4/idcache.m4 (gl_IDCACHE):
44588         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
44589         * m4/lchown.m4 (gl_FUNC_LCHOWN):
44590         * m4/long-options.m4 (gl_LONG_OPTIONS):
44591         * m4/lstat.m4 (gl_FUNC_LSTAT):
44592         * m4/md5.m4 (gl_MD5):
44593         * m4/memcasecmp.m4 (gl_MEMCASECMP):
44594         * m4/memcoll.m4 (gl_MEMCOLL):
44595         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
44596         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
44597         * m4/memxor.m4 (gl_MEMXOR):
44598         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
44599         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
44600         * m4/modechange.m4 (gl_MODECHANGE):
44601         * m4/mountlist.m4 (gl_MOUNTLIST):
44602         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
44603         * m4/openat.m4 (gl_FUNC_OPENAT):
44604         * m4/pathmax.m4 (gl_PATHMAX):
44605         * m4/physmem.m4 (gl_PHYSMEM):
44606         * m4/posixtm.m4 (gl_POSIXTM):
44607         * m4/posixver.m4 (gl_POSIXVER):
44608         * m4/quote.m4 (gl_QUOTE):
44609         * m4/quotearg.m4 (gl_QUOTEARG):
44610         * m4/readtokens.m4 (gl_READTOKENS):
44611         * m4/readutmp.m4 (gl_READUTMP):
44612         * m4/regex.m4 (gl_REGEX):
44613         * m4/safe-read.m4 (gl_SAFE_READ):
44614         * m4/safe-write.m4 (gl_SAFE_WRITE):
44615         * m4/same.m4 (gl_SAME):
44616         * m4/save-cwd.m4 (gl_SAVE_CWD):
44617         * m4/savedir.m4 (gl_SAVEDIR):
44618         * m4/settime.m4 (gl_SETTIME):
44619         * m4/sha1.m4 (gl_SHA1):
44620         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
44621         * m4/stat-macros.m4 (gl_STAT_MACROS):
44622         * m4/stat-time.m4 (gl_STAT_TIME):
44623         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
44624         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
44625         * m4/strdup.m4 (gl_FUNC_STRDUP):
44626         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
44627         * m4/strndup.m4 (gl_FUNC_STRNDUP):
44628         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
44629         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
44630         * m4/time_r.m4 (gl_TIME_R):
44631         * m4/timespec.m4 (gl_TIMESPEC):
44632         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
44633         * m4/unlinkdir.m4 (gl_UNLINKDIR):
44634         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
44635         * m4/userspec.m4 (gl_USERSPEC):
44636         * m4/utimecmp.m4 (gl_UTIMECMP):
44637         * m4/utimens.m4 (gl_UTIMENS):
44638         * m4/xalloc.m4 (gl_XALLOC):
44639         * m4/xgetcwd.m4 (gl_XGETCWD):
44640         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
44641         * m4/xreadlink.m4 (gl_XREADLINK):
44642         * m4/xstrtod.m4 (gl_XSTRTOD):
44643         * m4/yesno.m4 (gl_YESNO):
44644         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
44645         to get the necessary .h files and whatnot.
44646
44647 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
44648             Bruno Haible  <bruno@clisp.org>
44649
44650         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
44651         /bin/sh understanding of '!' conditional negation.
44652
44653 2006-08-21  Jim Meyering  <jim@meyering.net>
44654
44655         * modules/openat (Depends-on): Really alphabetize.
44656
44657         * modules/acl (Depends-on): Add error and quote.
44658
44659         * check-module (find_included_lib_files): Add at-func.c to the
44660         ok-to-include-more-than-once white list.
44661
44662         * modules/openat (Depends-on): Add lstat.  Alphabetize.
44663
44664 2006-08-21  Bruno Haible  <bruno@clisp.org>
44665
44666         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44667         Emit a pkgdata_DATA variable only if some snippets add contents to it.
44668         Reported by Martin Lambers <marlam@marlam.de>.
44669
44670 2006-08-21  Bruno Haible  <bruno@clisp.org>
44671
44672         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
44673         specify an installation location, don't emit a noinst_LIBRARIES or
44674         noinst_LTLIBRARIES assignment.
44675
44676 2006-08-21  Bruno Haible  <bruno@clisp.org>
44677
44678         BeOS portability.
44679         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
44680         BeOS has mbrtowc() but no <wctype.h>.
44681
44682 2006-08-21  Bruno Haible  <bruno@clisp.org>
44683
44684         BeOS portability.
44685         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
44686         exist.
44687
44688 2006-08-21  Bruno Haible  <bruno@clisp.org>
44689
44690         BeOS portability.
44691         * lib/mbchar.h: Include <wctype.h> only if it exists.
44692
44693 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44694
44695         Remove files that are no longer needed by their respective modules.
44696         * m4/obstack.m4: Remove.
44697         * m4/strerror_r.m4: Remove.
44698         * m4/uint32_t.m4: Remove.
44699         * m4/uintptr_t.m4: Remove.
44700         * m4/ullong_max.m4: Remove.
44701         * m4/xstrtoimax.m4: Remove.
44702         * m4/xstrtoumax.m4: Remove.
44703
44704         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
44705         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
44706         dependencies now capture this.
44707
44708         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
44709         Do not use AC_LIBSOURCES, since gnulib modules now do this.
44710         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
44711         * m4/human.m4 (gl_HUMAN): Likewise.
44712         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
44713         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
44714
44715         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
44716
44717         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
44718         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
44719         stdint.
44720         * m4/human.m4 (gl_HUMAN): Likewise.
44721         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
44722         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
44723         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
44724         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
44725         * m4/xstrtol (gl_XSTRTOL): Likewise.
44726
44727         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
44728         AC_TYPE_LONG_LONG_INT.
44729         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
44730         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
44731         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
44732         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
44733
44734         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
44735         on stdbool.
44736
44737         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
44738         (gl_PREREQ_XSTRTOUL): Remove.
44739
44740         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
44741
44742         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
44743         mode.
44744
44745 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44746
44747         Add and change modules to make it easier for coreutils to use
44748         gnulib-tool.
44749         * modules/backupfile (Files): Remove m4/d-ino.m4.
44750         (Depends-on): Add d-ino.
44751         * modules/cycle-check (Depends-on): Add stdint.
44752         (lib_SOURCES): Add cycle-check.h.
44753         * modules/d-ino: New module.
44754         * modules/d-type: New module.
44755         * modules/error (Files): Remove m4/strerror_r.m4.
44756         * modules/filemode (Files): Add m4/st_dm_mode.m4.
44757         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
44758         m4/inttypes_h.m4, m4/uintmax_t.m4.
44759         (Depends-on): Add stdint.
44760         (lib_SOURCES): Add fsusage.h.
44761         * modules/getcwd (Files): Remove d-ino.m4.
44762         (Depends-on): Add d-ino.
44763         * modules/getndelim2 (Depends-on): Add stdint.
44764         * modules/glob (Files): Remove m4/d-type.m4.
44765         (Depends-on): Add d-type.
44766         * modules/host-os: New module.
44767         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
44768         m4/inttypes_h.m4, m4/uintmax_t.m4.
44769         * Depends-on: Add stdint.
44770         (lib_SOURCES): Add human.h.
44771         * modules/inttostr (Files): Remove m4/intmax_t.m4,
44772         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
44773         m4/uintmax_t.m4, m4/ulonglong.m4.
44774         (Depends-on): Add stdint.
44775         (EXTRA_DIST): Add inttostr.h.
44776         * modules/lchmod: New module.
44777         * modules/link-follow: New module.
44778         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
44779         (Depends-on): Add lchmod.
44780         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
44781         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
44782         (Depends-on): Add stdint.
44783         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
44784         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
44785         (Depends-on): Add stdint.
44786         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
44787         * modules/perl: New module.
44788         * modules/regex (Depends-on): Add stdint.
44789         * modules/rmdir-errno: New module.
44790         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
44791         m4/intmax_t.m4.
44792         (Depends-on): Add stdint.
44793         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
44794         m4/uintmax_t.m4.
44795         (Depends-on): Add stdint.
44796         * modules/unlink-busy: New module.
44797         * modules/utimecmp (Depends-on): Add stdint.
44798         * modules/uptime: New module.
44799         * modules/winsz-ioctl: New module.
44800         * modules/winsz-termios: New module.
44801         * modules/xnanosleep (Depends-on): Add nanosleep.
44802         * modules/ullong_max: Remove.
44803         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
44804         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
44805         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
44806         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
44807         (Depends-on): Add inttypes.
44808         (lib_SOURCES): Add xstrtol.h.
44809         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
44810         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
44811         * MODULES.html.sh: Move 'assert' into the assert section.
44812         Move 'dummy' into the linking section.
44813         Remove ullong_max.
44814         Add section for compatibility checks for POSIX:2001 functions,
44815         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
44816         winsz-ioctl, and winsz-termios into it.
44817         Add lchmod.
44818         Add top-level Misc section and put host-os, perl, and uptime
44819         into it.
44820
44821 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44822
44823         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
44824         now assume the stdint module.  Do not include inttypes.h.
44825         * lib/fsusage.h: Likewise.
44826         * lib/getndelim2.c: Likewise.
44827         * lib/human.h: Likewise.
44828         * lib/inttostr.h: Likewise.
44829         * lib/obstack.c: Likewise.
44830         * lib/regex_internal.h: Likewise.
44831         * lib/tempname.c: Likewise.
44832         * lib/utimecmp.c: Likewise.
44833         * lib/xstrtol.h: Likewise.
44834
44835         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
44836
44837         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
44838         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
44839         * lib/xtime.h: Likewise.
44840
44841 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44842
44843         * modules/openat (Files): Add lib/fchmodat.c.
44844         Fixes problem reported by Jay Youngman.
44845
44846 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44847
44848         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
44849         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
44850
44851 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
44852             Bruno Haible  <bruno@clisp.org>
44853
44854         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
44855         and is a script that invokes bison. Tighten the code. Add comments.
44856
44857 2006-08-18  Jim Meyering  <jim@meyering.net>
44858
44859         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
44860         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
44861         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
44862         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
44863
44864 2006-08-18  Bruno Haible  <bruno@clisp.org>
44865
44866         * modules/bison-i18n: New file.
44867         * MODULES.html.sh (Internationalization functions): Add it.
44868
44869 2006-08-18  Bruno Haible  <bruno@clisp.org>
44870
44871         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
44872         sys/statvfs.h. When getmntinfo was found, check its declaration and
44873         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
44874
44875 2006-08-18  Bruno Haible  <bruno@clisp.org>
44876
44877         * m4/bison-i18n.m4: New file, from bison.
44878
44879 2006-08-18  Bruno Haible  <bruno@clisp.org>
44880
44881         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
44882         (ME_DUMMY): Treat "kernfs" as a dummy.
44883         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
44884
44885 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
44886
44887         Update from coreutils.
44888
44889         2006-08-15  Jim Meyering  <jim@meyering.net>
44890
44891         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
44892
44893         2006-01-17  Jim Meyering  <jim@meyering.net>
44894
44895         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
44896
44897         2006-01-11  Jim Meyering  <jim@meyering.net>
44898
44899         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
44900         Check for the lchmod function.
44901
44902 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
44903
44904         Update from coreutils.
44905
44906         * lib/__fpending.h: Add copyright notice.
44907         * lib/fprintftime.h: Likewise.
44908         * lib/savedir.c: Use (C) in copyright notice.
44909         * lib/savedir.h: Likewise.
44910
44911         2006-08-15  Jim Meyering  <jim@meyering.net>
44912
44913         * lib/at-func.c: New file, with the logic of all emulated at-functions.
44914         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
44915         in support of the EXPECTED_ERRNO macro.
44916         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
44917         definitions.  Instead, define the appropriate symbols and include
44918         "at-func.c".
44919         * lib/mkdirat.c (mkdirat): Likewise.
44920         * lib/fchmodat.c (fchmodat): Likewise.
44921         (ENOSYS): Remove definition.
44922         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
44923         it.  Don't include "unistd--.h" -- it wasn't ever used.
44924
44925         2006-01-17  Jim Meyering  <jim@meyering.net>
44926
44927         Rewrite fts.c not to change the current working directory,
44928         by using openat, fstatat, fdopendir, etc..
44929
44930         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
44931         (HAVE_OPENAT_SUPPORT): Define.
44932         [_LIBC] (fchdir): Don't undef or define; no longer used.
44933         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
44934         Now, this `function' always succeeds, and consumes its file descriptor
44935         parameter -- so callers must not close such FDs.  Update callers.
44936         (diropen_fd, opendirat, cwd_advance_fd): New functions.
44937         (diropen): Add parameter, SP.  Adjust all callers.
44938         Implement using diropen_fd, rather than open.
44939         (fts_open): Initialize new member, fts_cwd_fd.
44940         Remove fts_rft-setting code.
44941         (fts_close): Close fts_cwd_fd, if necessary.
44942         (__opendir2): Define in terms of opendir or opendirat,
44943         depending on whether the FST_NOCHDIR flag is set.
44944         (fts_build): Since fts_safe_changedir consumes its FD, and since
44945         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
44946         and close the dup'd file descriptor upon failure.
44947         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
44948         (fts_safe_changedir): Tweak semantics to reflect that this function
44949         now calls cwd_advance_fd and hence consumes its FD argument.
44950         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
44951         [struct FTS] (fts_rft): Remove now-unused member.
44952         [struct FTS] (fts_cycle.state): Improve comment.
44953
44954         * lib/openat.c (openat_needs_fchdir): New function.
44955         * lib/openat.h (openat_needs_fchdir): Declare it.
44956
44957 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
44958
44959         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
44960         Problem and fix reported by Pádraig Brady in
44961         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
44962
44963 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44964
44965         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
44966
44967 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44968
44969         * lib/memcoll.c (memcoll): Optimize for the common case where the
44970         arguments are bytewise equal.
44971
44972 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44973
44974         * doc/regexprops-generic.texi: Add a copyright notice.
44975
44976 2006-08-15  Bruno Haible  <bruno@clisp.org>
44977
44978         * modules/tmpdir (License): Change to LGPL.
44979
44980 2006-08-15  Bruno Haible  <bruno@clisp.org>
44981
44982         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
44983         module.
44984
44985 2006-08-14  Simon Josefsson  <jas@extundo.com>
44986
44987         * config/srclist.txt: Add gnupload.
44988
44989 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44990
44991         Change copyright notice from LGPL 2 to GPL 2, since that's the
44992         standard form used in the gnulib repository.
44993         * tests/test-lock.c: Likewise.
44994         * tests/test-stdint.c: Likewise.
44995         * tests/test-tls.c: Likewise.
44996
44997         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
44998         prelude-manager.  User shorter URLs for GNU projects, without '?'.
44999         Add copyright notice.
45000
45001         * check-module: Add copyright notice.  Output a copyright
45002         notice if "--version" is specified.
45003         * modules/COPYING: New file.
45004         * tests/test-getaddrinfo.c: Add copyright notice.
45005         * tests/test-verify.c: Likewise.
45006
45007 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45008
45009         Change copyright notice from LGPL 2 to GPL 2, since that's the
45010         standard form used in the gnulib repository.
45011         * lib/lock.c: LGPL -> GPL.
45012         * lib/lock.h: Likewise.
45013         * lib/strnlen1.c: Likewise.
45014         * lib/strnlen1.h: Likewise.
45015         * lib/tls.c: Likewise.
45016         * lib/tls.h: Likewise.
45017         * lib/tmpdir.c: Likewise.
45018
45019         * lib/TODO: Remove; this belongs only in coreutils.
45020
45021 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45022
45023         Add copyright notices to long-enough files that lack them, since
45024         otherwise the files aren't clearly free.  Use the same notice that
45025         getdate.texi already uses.
45026         * doc/alloca-opt.texi: Add copyright notice.
45027         * doc/alloca.texi: Likewise.
45028         * doc/ctime.texi: Likewise.
45029         * doc/functions.texi: Likewise.
45030         * doc/gcd.texi: Likewise.
45031         * doc/gnulib-tool.texi: Likewise.
45032         * doc/inet_ntoa.texi: Likewise.
45033         * doc/visibility.texi: Likewise.
45034
45035         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
45036         * doc/quote.texi: Add copyright notice.
45037
45038         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
45039         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
45040         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
45041         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
45042         is now obsolete, and give a pointer to the Sun list.
45043         Add copyright notice.
45044
45045 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45046
45047         * config/srclistvars.sh: Add copyright notice.
45048
45049 2006-08-14  Eric Blake  <ebb9@byu.net>
45050
45051         Import the following change from libc:
45052
45053         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
45054
45055         Upstream bug 2997.
45056         * lib/misc/error.c: Add space between program name and message if file
45057         name is missing.
45058
45059 2006-08-12  Karl Berry  <karl@gnu.org>
45060
45061         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
45062         remove, these originate in gnulib now.
45063
45064 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45065
45066         * doc/Makefile (standards.info standards.html standards.dvi):
45067         Also depend on make-stds.texi.
45068
45069 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
45070
45071         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
45072         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
45073
45074         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
45075         in wchar_t.  Problem reported by Eric Blake.
45076
45077         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
45078         LEN is smaller than SIZE.  Suggested by Bruno Haible.
45079         Also, help the compiler to keep LEN in a register.
45080
45081 2006-08-11  Eric Blake  <ebb9@byu.net>
45082
45083         * users.txt: Sort.  Add tar.
45084
45085 2006-08-11  Bruno Haible  <bruno@clisp.org>
45086
45087         * users.txt: New file.
45088
45089 2006-08-11  Bruno Haible  <bruno@clisp.org>
45090
45091         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
45092         before <wchar.h>. Needed for OSF/1 and BSD/OS.
45093
45094 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
45095
45096         * modules/snprintf (Depends-on): Remove minmax.
45097         (Maintainer): Add self and Bruno.
45098
45099 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
45100
45101         * lib/.cppi-disable: Add snprintf.h, socket_.h.
45102         * lib/snprintf.c: Include <errno.h> and <limits.h>.
45103         (EOVERFLOW): Define if the system does not.
45104         Do not include "minmax.h"; it wasn't used.
45105         (snprintf): Don't assume size_t promotes to an unsigned type.
45106         Fix bug when generated string was too long for the buffer: the
45107         buffer's contents are supposed to be the initial prefix of the
45108         output.  Don't assume vasnprintf returns EOVERFLOW if the size
45109         exceeds INT_MAX; do the check ourselves.
45110
45111         Import the following changes from libc:
45112
45113         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
45114
45115         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
45116         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
45117         set wc to the byte which couldn't be converted.
45118         (re_string_reconstruct): Don't clear valid_raw_len before calling
45119         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
45120         tip_context using re_string_context_at.
45121
45122         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
45123
45124         * lib/posix/regex.h: g++ still cannot handled [restrict].
45125
45126         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
45127
45128         * lib/posix/regex.h: Remove special handling for VMS.
45129
45130 2006-08-10  Jim Meyering  <jim@meyering.net>
45131
45132         * modules/same-inode: New module.
45133         * modules/dev-ino: New module.
45134         * modules/cycle-check: Depend on these modules, rather than simply
45135         including their .h files.
45136         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
45137         required via m4/cycle-check.m4.
45138         * modules/same: Depend on new same-inode module, rather than
45139         including same-inode.h.
45140         * modules/chdir-safer: New file.
45141
45142         * modules/chown (Depends-on): Add stat-macros.
45143
45144 2006-08-10  Jim Meyering  <jim@meyering.net>
45145
45146         * m4/cycle-check.m4: New file.
45147         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
45148         * m4/dev-ino.m4, m4/same-inode.m4: New files.
45149
45150 2006-08-10  Eric Blake  <ebb9@byu.net>
45151
45152         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
45153         in from original proposal.
45154
45155 2006-08-10  Eric Blake  <ebb9@byu.net>
45156         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
45157
45158         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
45159         namespace.
45160
45161 2006-08-10  Bruno Haible  <bruno@clisp.org>
45162
45163         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
45164         as well.
45165
45166 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45167
45168         Sync from coreutils.
45169
45170         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
45171
45172         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
45173         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
45174
45175 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45176
45177         * modules/restrict: Remove; no longer needed now that we assume
45178         Autoconf 2.59 or later.
45179         * MODULES.html.sh: Remove 'restrict'.
45180         * modules/argp (Depends-on): Remove 'restrict'.
45181         * modules/base64 (Depends-on): Likewise.
45182         * modules/gc (Depends-on): Likewise.
45183         * modules/getaddrinfo (Depends-on): Likewise.
45184         * modules/glob (Depends-on): Likewise.
45185         * modules/inet_ntop (Depends-on): Likewise.
45186         * modules/inet_pton (Depends-on): Likewise.
45187         * modules/memxor (Depends-on): Likewise.
45188         * modules/regex (Depends-on): Likewise.
45189         * modules/strtok_r (Depends-on): Likewise.
45190         * modules/time_r (Depends-on): Likewise.
45191
45192 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45193
45194         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
45195         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
45196         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
45197         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
45198         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
45199         * m4/memxor.m4 (gl_MEMXOR): Likewise.
45200         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
45201         gl_C_RESTRICT replaced by AC_C_RESTRICT.
45202
45203         Merge from coreutils.
45204         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
45205         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
45206         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
45207         * m4/time_r.m4 (gl_TIME_R): Likewise.
45208
45209 2006-08-09  Karl Berry  <karl@gnu.org>
45210
45211         * config/srclist.txt: no more gettext-tools, per Bruno.
45212
45213 2006-08-08  Eric Blake  <ebb9@byu.net>
45214
45215         * modules/verror: New module.
45216         * MODULES.html.sh: Document it.
45217
45218 2006-08-08  Eric Blake  <ebb9@byu.net>
45219
45220         * lib/verror.h, lib/verror.c: New files.
45221
45222 2006-08-08  Eric Blake  <ebb9@byu.net>
45223
45224         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
45225         verror_at_line output complies with GNU Coding Standards even when
45226         file is NULL.
45227
45228 2006-08-07  Bruno Haible  <bruno@clisp.org>
45229
45230         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
45231         versions of AIX.
45232         Reported by Ralf Wildenhues.
45233
45234 2006-08-07  Bruno Haible  <bruno@clisp.org>
45235
45236         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
45237         in an AC_DEFUN. Needed so that the autoconf snippets can use
45238         AC_REQUIRE.
45239
45240 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45241
45242         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45243         Initialize pkgdata_DATA.
45244         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
45245         overriding it.
45246
45247 2006-08-06  Eric Blake  <ebb9@byu.net>
45248
45249         * lib/error.h: Fold in some upstream changes from glibc.
45250         * lib/error.c: Likewise.
45251
45252 2006-08-04  Bruno Haible  <bruno@clisp.org>
45253
45254         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45255         Make the mostlyclean-local rule depend on mostlyclean-generic.
45256         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
45257
45258 2006-07-31  Bruno Haible  <bruno@clisp.org>
45259
45260         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
45261         <stdlib.h>, <string.h>.
45262
45263 2006-07-30  Bruno Haible  <bruno@clisp.org>
45264
45265         * modules/readlink (License): Change to LGPL.
45266
45267 2006-07-30  Bruno Haible  <bruno@clisp.org>
45268
45269         * modules/javaversion (Makefile.am): Distribute javaversion.java and
45270         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
45271         set PKGDATADIR to point to it.
45272
45273 2006-07-30  Bruno Haible  <bruno@clisp.org>
45274
45275         * modules/csharpexec (configure.ac): Comment out macro invocation.
45276         * modules/javaexec (configure.ac): Likewise.
45277         * modules/javacomp-script (configure.ac): Likewise.
45278
45279         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
45280
45281 2006-07-30  Bruno Haible  <bruno@clisp.org>
45282
45283         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
45284         linked-list.
45285
45286 2006-07-30  Bruno Haible  <bruno@clisp.org>
45287
45288         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
45289
45290 2006-07-30  Bruno Haible  <bruno@clisp.org>
45291
45292         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45293         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
45294         get removed.
45295
45296 2006-07-29  Bruno Haible  <bruno@clisp.org>
45297
45298         Make it possible for gnulib-tool to work with locally modified or
45299         augmented gnulib repositories.
45300         * gnulib-tool (func_usage): Document --local-dir option.
45301         (local_gnulib_dir): New variable.
45302         Handle --local-dir option.
45303         (func_lookup_file): New function.
45304         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
45305         (func_get_description, func_get_filelist, func_get_description,
45306         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
45307         func_get_automake_snippet, func_get_include_directive,
45308         func_get_license, func_get_maintainer): Use func_lookup_file.
45309         (func_import, func_create_testdir): Use func_lookup_file.
45310
45311 2006-07-29  Bruno Haible  <bruno@clisp.org>
45312
45313         * modules/setenv (Depends-on): Add unistd.
45314
45315 2006-07-29  Bruno Haible  <bruno@clisp.org>
45316
45317         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
45318
45319 2006-07-29  Bruno Haible  <bruno@clisp.org>
45320
45321         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
45322
45323 2006-07-29  Bruno Haible  <bruno@clisp.org>
45324
45325         * gnulib-tool (import, update): If there is no Makefile.am, look at
45326         aclocal.m4, instead of bailing out.
45327
45328 2006-07-29  Bruno Haible  <bruno@clisp.org>
45329
45330         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
45331         Categorize the options by when they are useful.
45332
45333 2006-07-29  Bruno Haible  <bruno@clisp.org>
45334
45335         * gnulib-tool (func_usage): Document option --no-libtool.
45336         Handle option --no-libtool.
45337         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
45338         for changed semantics of $libtool variable.
45339         (func_import): Likewise. If libtool is not used, show this through
45340         an option --no-libtool.
45341         (func_create_testdir): Update.
45342
45343 2006-07-29  Bruno Haible  <bruno@clisp.org>
45344
45345         * gnulib-tool (func_import): Extend error message about missing
45346         --doc-base.
45347
45348 2006-07-29  Bruno Haible  <bruno@clisp.org>
45349
45350         * gnulib-tool (func_import): Don't create the $docbase directory if
45351         there is no file to store there.
45352
45353 2006-07-29  Bruno Haible  <bruno@clisp.org>
45354
45355         * gnulib-tool (autoconf_minversion): If a --dir option is given and
45356         relevant, look for configure.ac there, not in the current directory.
45357         Also use a simple search for AC_PREREQ, not "autoconf --trace".
45358
45359 2006-07-29  Bruno Haible  <bruno@clisp.org>
45360
45361         * gnulib-tool (SORT): New variable.
45362         (func_usage): Undocument --assume-autoconf option.
45363         Remove --assume-autoconf option handling.
45364         (autoconf_minversion): Determine from the contents of configure.ac.
45365         (func_import): Remove autoconf_minversion handling.
45366         Suggested by Eric Blake.
45367
45368 2006-07-29  Bruno Haible  <bruno@clisp.org>
45369
45370         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
45371
45372 2006-07-29  Bruno Haible  <bruno@clisp.org>
45373
45374         * config/srclist.txt (*setenv.[ch]): Remove rules.
45375
45376 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45377
45378         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
45379
45380 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45381
45382         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
45383         arpa/inet.h.
45384
45385 2006-07-28  Simon Josefsson  <jas@extundo.com>
45386
45387         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
45388         * modules/inet_pton (Depends-on): Likewise.
45389
45390 2006-07-28  Simon Josefsson  <jas@extundo.com>
45391
45392         * m4/netinet_in_h.m4: New file.
45393
45394 2006-07-28  Simon Josefsson  <jas@extundo.com>
45395
45396         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
45397         #include's.
45398
45399 2006-07-28  Simon Josefsson  <jas@extundo.com>
45400
45401         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
45402         #include's.
45403
45404 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
45405
45406         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
45407         setgid on directories only if they set these bits.
45408         * lib/modechange.h: Remove obsolete comment about masks.
45409
45410 2006-07-28  Eric Blake  <ebb9@byu.net>
45411
45412         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
45413         macro expansion.
45414
45415 2006-07-28  Bruno Haible  <bruno@clisp.org>
45416
45417         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
45418
45419 2006-07-28  Bruno Haible  <bruno@clisp.org>
45420
45421         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
45422
45423 2006-07-28  Bruno Haible  <bruno@clisp.org>
45424
45425         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
45426         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
45427         Define fallbacks.
45428         Avoids link error on FreeBSD 4.x.
45429         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
45430
45431         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
45432         encoding.
45433         * lib/mbswidth.c (iswcntrl): Likewise.
45434
45435 2006-07-27  Bruno Haible  <bruno@clisp.org>
45436
45437         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
45438         test.
45439
45440 2006-07-27  Bruno Haible  <bruno@clisp.org>
45441
45442         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
45443         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
45444         defined.
45445
45446 2006-07-26  Eric Blake  <ebb9@byu.net>
45447
45448         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
45449
45450 2006-07-26  Eric Blake  <ebb9@byu.net>
45451
45452         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
45453         like mingw that lack mkstemp.
45454         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
45455         avoid compilation warning on mingw.
45456
45457 2006-07-26  Bruno Haible  <bruno@clisp.org>
45458
45459         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
45460         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
45461         INT_FAST*_MIN, INTPTR_MIN.
45462
45463 2006-07-25  Bruno Haible  <bruno@clisp.org>
45464
45465         * modules/version-etc (Depends-on): Add stdarg.
45466
45467 2006-07-25  Bruno Haible  <bruno@clisp.org>
45468
45469         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
45470         complex commands.
45471
45472 2006-07-25  Bruno Haible  <bruno@clisp.org>
45473
45474         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
45475         defined in <stdarg.h> or config.h.
45476
45477 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
45478
45479         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
45480         (gl_STDIO_SAFER): Remove.
45481
45482 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
45483
45484         * MODULES.html.sh (File stream based Input/Output):
45485         Add fopen-safer, tmpfile-safer; remove stdio-safer.
45486         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
45487         * modules/fopen-safer, modules/tmpfile-safer: New files.
45488         * modules/stdio-safer: Remove.
45489
45490 2006-07-24  Bruno Haible  <bruno@clisp.org>
45491
45492         * modules/tmpdir: New file.
45493         * MODULES.html.sh (File system functions): Add it.
45494
45495 2006-07-24  Bruno Haible  <bruno@clisp.org>
45496
45497         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
45498         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
45499
45500 2006-07-24  Bruno Haible  <bruno@clisp.org>
45501
45502         * modules/clean-temp: New file.
45503
45504 2006-07-24  Bruno Haible  <bruno@clisp.org>
45505
45506         * m4/tmpdir.m4: New file, from GNU gettext.
45507
45508 2006-07-24  Bruno Haible  <bruno@clisp.org>
45509
45510         * lib/tmpdir.h: New file, from GNU gettext.
45511         * lib/tmpdir.c: New file, from GNU gettext.
45512
45513 2006-07-24  Bruno Haible  <bruno@clisp.org>
45514
45515         * lib/clean-temp.h: New file, from GNU gettext.
45516         * lib/clean-temp.c: New file, from GNU gettext.
45517
45518 2006-07-23  Eric Blake  <ebb9@byu.net>
45519
45520         * modules/stdio-safer (Files): Add tmpfile-safer.c.
45521         (Depends-on): Add binary-io.
45522
45523 2006-07-23  Eric Blake  <ebb9@byu.net>
45524
45525         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
45526
45527 2006-07-23  Eric Blake  <ebb9@byu.net>
45528
45529         * lib/tmpfile-safer.c: New file.
45530         * lib/stdio-safer.h (fopen_safer): Add prototype.
45531         * lib/stdio--.h (tmpfile): Make safer.
45532
45533 2006-07-23  Bruno Haible  <bruno@clisp.org>
45534
45535         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
45536         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
45537         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
45538         gl_linked_remove_at): Use it.
45539
45540 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45541         and Simon Josefsson <jas@extundo.com>
45542
45543         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
45544
45545         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
45546
45547 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45548
45549         * modules/close-stream: New file.
45550         * modules/closeout (Description): Make it clear that it exits
45551         with a diagnostic on error.
45552         (Depends-on): Add close-stream.  Remove fpending, stdbool.
45553         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
45554
45555 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45556
45557         * m4/close-stream.m4: New file.
45558
45559 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45560
45561         * lib/close-stream.c, lib/close-stream.h: New files.
45562
45563 2006-07-22  Bruno Haible  <bruno@clisp.org>
45564
45565         Merge from GNU gettext 0.15.
45566
45567         2006-05-01  Bruno Haible  <bruno@clisp.org>
45568
45569                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
45570
45571         2006-07-22  Bruno Haible  <bruno@clisp.org>
45572
45573                 * modules/javaversion: New file.
45574                 * MODULES.html.sh (Java): Add javaversion.
45575
45576         2006-03-12  Bruno Haible  <bruno@clisp.org>
45577
45578                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
45579
45580         2005-12-04  Bruno Haible  <bruno@clisp.org>
45581
45582                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
45583                 (untested).
45584
45585         2006-06-21  Bruno Haible  <bruno@clisp.org>
45586
45587                 Avoid warnings from recent versions of mcs.
45588                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
45589                 -o, -L, -r any more. Use options documented since mcs-1.0
45590                 instead. Similarly for -g.
45591
45592         2005-12-04  Bruno Haible  <bruno@clisp.org>
45593
45594                 * build-aux/csharpcomp.sh.in: Suffix for resources is
45595                 .resources, not .resource.
45596
45597         2005-07-09  Bruno Haible  <bruno@clisp.org>
45598
45599                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
45600                 add a .dll suffix.
45601                 Reported by Mark Junker <mjscod@gmx.de>.
45602
45603         2006-07-22  Bruno Haible  <bruno@clisp.org>
45604
45605                 * modules/gettext: Upgrade to gettext-0.15.
45606                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
45607                 m4/visibility.m4.
45608                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
45609
45610 2006-07-22  Bruno Haible  <bruno@clisp.org>
45611
45612         Merge from GNU gettext 0.15.
45613
45614         2006-03-25  Bruno Haible  <bruno@clisp.org>
45615
45616                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
45617
45618         2006-07-21  Bruno Haible  <bruno@clisp.org>
45619
45620                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
45621                 "1.1".
45622
45623         2006-05-09  Bruno Haible  <bruno@clisp.org>
45624
45625                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
45626                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
45627                 for the conftestver execution.
45628
45629         2006-05-01  Bruno Haible  <bruno@clisp.org>
45630
45631                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
45632                 optional target-version argument. Verify that the compiler
45633                 groks source of the specified source-version, or add -source
45634                 option as necessary. Verify that the compiler produces
45635                 bytecode in the specified target-version, or add -target and
45636                 -source options as necessary. Make the result of the test
45637                 available as variable CONF_JAVAC. Also log error output in
45638                 config.log.
45639
45640         2006-03-11  Bruno Haible  <bruno@clisp.org>
45641
45642                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
45643
45644         2006-05-09  Bruno Haible  <bruno@clisp.org>
45645
45646                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
45647                 CLASSPATH_SEPARATOR to a semicolon.
45648
45649         2006-03-12  Bruno Haible  <bruno@clisp.org>
45650
45651                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
45652                 available as variable CONF_JAVA, for subsequent autoconf
45653                 tests. Also log error output in config.log.
45654
45655         2006-07-19  Bruno Haible  <bruno@clisp.org>
45656
45657                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
45658                 that getline works on glibc2 systems. Needed to avoid trouble
45659                 in relocatable.c.
45660                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
45661
45662         2005-12-04  Bruno Haible  <bruno@clisp.org>
45663
45664                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
45665                 launcher (untested).
45666
45667         2005-12-04  Bruno Haible  <bruno@clisp.org>
45668
45669                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
45670
45671         2006-07-22  Bruno Haible  <bruno@clisp.org>
45672
45673                 * gettext.m4: Update from GNU gettext-0.15.
45674                 * nls.m4: Likewise.
45675                 * po.m4: Likewise.
45676                 * inttypes-pri.m4: Likewise.
45677                 * inttypes-h.m4: Renamed from inttypes.m4.
45678                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
45679
45680 2006-07-22  Bruno Haible  <bruno@clisp.org>
45681
45682         Merge from GNU gettext 0.15.
45683
45684         2005-07-05  Bruno Haible  <bruno@clisp.org>
45685
45686                 * printf-args.c (printf_fetchargs): Work around broken
45687                 definition of wint_t on mingw.
45688
45689         2005-02-12  Bruno Haible  <bruno@clisp.org>
45690
45691                 * xallocsa.h: Add extern "C" for C++.
45692
45693         2006-05-17  Bruno Haible  <bruno@clisp.org>
45694
45695                 Cygwin portability.
45696                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
45697
45698         2006-04-30  Bruno Haible  <bruno@clisp.org>
45699
45700                 * progreloc.c: Include <mach-o/dyld.h> if available.
45701                 (find_executable): Use _NSGetExecutablePath when possible.
45702
45703         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
45704
45705                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
45706                 function.
45707
45708         2005-12-29  Bruno Haible  <bruno@clisp.org>
45709
45710                 * progreloc.c (set_program_name_and_installdir): Fix
45711                 compilation error.
45712
45713         2005-12-04  Bruno Haible  <bruno@clisp.org>
45714
45715                 Cygwin portability.
45716                 * progreloc.c: Include <windows.h> also on Cygwin.
45717                 (find_executable): Add support for Cygwin.
45718                 (set_program_name_and_installdir): Handle also platforms with
45719                 nonempty EXEEXT.
45720
45721         2006-07-11  Bruno Haible  <bruno@clisp.org>
45722
45723                 * javacomp.c: Fix a comment.
45724                 Reported by Jim Meyering.
45725
45726         2006-04-30  Bruno Haible  <bruno@clisp.org>
45727
45728                 * javacomp.h (compile_java_class): Add source_version,
45729                 target_version arguments.
45730                 * javacomp.c: Rewritten to choose only a compiler that
45731                 respects the specified source_version and target_version.
45732
45733         2006-06-27  Bruno Haible  <bruno@clisp.org>
45734
45735                 Assume correct S_ISDIR macro.
45736                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
45737
45738         2006-07-22  Bruno Haible  <bruno@clisp.org>
45739
45740                 * javaversion.h: New file, from GNU gettext.
45741                 * javaversion.c: New file, from GNU gettext.
45742                 * javaversion.java: New file, from GNU gettext.
45743                 * javaversion.class: New file, from GNU gettext.
45744
45745         2006-05-17  Bruno Haible  <bruno@clisp.org>
45746
45747                 Cygwin portability.
45748                 * javaexec.c (execute_java_class): Test for jview program
45749                 also on Cygwin.
45750
45751         2006-04-09  Bruno Haible  <bruno@clisp.org>
45752
45753                 * fatal-signal.c: Don't include string.h.
45754                 (at_fatal_signal): Use a copying loop instead of memcpy.
45755
45756         2005-12-04  Bruno Haible  <bruno@clisp.org>
45757
45758                 * csharpexec.c: Add support for 'clix' launcher (untested).
45759                 (execute_csharp_using_sscli): New function.
45760                 (execute_csharp_program): Call it.
45761
45762         2006-06-21  Bruno Haible  <bruno@clisp.org>
45763
45764                 Avoid warnings from recent versions of mcs.
45765                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
45766                 -o, -L, -r any more. Use options documented since mcs-1.0
45767                 instead. Similarly for -g.
45768
45769         2005-07-09  Bruno Haible  <bruno@clisp.org>
45770
45771                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
45772                 add a .dll suffix.
45773                 Reported by Mark Junker <mjscod@gmx.de>.
45774
45775         2006-06-17  Bruno Haible  <bruno@clisp.org>
45776
45777                 * config.charset: Update for NetBSD 3.0.
45778
45779         2006-05-17  Bruno Haible  <bruno@clisp.org>
45780
45781                 Cygwin portability.
45782                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
45783
45784         2006-05-16  Bruno Haible  <bruno@clisp.org>
45785
45786                 * localcharset.c [CYGWIN]: Include <windows.h>.
45787                 (get_charset_aliases): For Cygwin, return the same CPxxx
45788                 aliases list as under WIN32.
45789                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
45790                 the environment variables. Fall back to GetACP().
45791
45792         2006-04-05  Bruno Haible  <bruno@clisp.org>
45793
45794                 * config.charset: Update Juan Manuel Guerrero's address.
45795
45796         2005-02-12  Bruno Haible  <bruno@clisp.org>
45797
45798                 * allocsa.h: Add extern "C" for C++.
45799
45800         2005-02-10  Bruno Haible  <bruno@clisp.org>
45801
45802                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
45803                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
45804
45805         2006-07-22  Bruno Haible  <bruno@clisp.org>
45806
45807                 * gettext.h: Update to GNU gettext-0.15.
45808
45809 2006-07-22  Bruno Haible  <bruno@clisp.org>
45810
45811         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
45812         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
45813         lib-prefix.m4, longdouble.m4, ssize_t.m4.
45814
45815 2006-07-21  Eric Blake  <ebb9@byu.net>
45816
45817         * modules/stdlib-safer: New file.
45818         * MODULES.html.sh (File stream based Input/Output): Add
45819         stdlib-safer.
45820
45821 2006-07-21  Eric Blake  <ebb9@byu.net>
45822
45823         * lib/stdlib-safer.h: New file from coreutils, required by
45824         stdlib--.h.
45825
45826 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
45827
45828         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
45829
45830 2006-07-20  Bruno Haible  <bruno@clisp.org>
45831
45832         * gnulib-tool: Recognize new option --assume-autoconf.
45833         (autoconf_minversion): New variable.
45834         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
45835
45836 2006-07-20  Bruno Haible  <bruno@clisp.org>
45837
45838         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
45839
45840 2006-07-19  Derek R. Price  <derek@ximbiot.com>
45841
45842         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
45843         Reindent and repaginate.
45844
45845 2006-07-19  Derek Price  <derek@ximbiot.com>
45846
45847         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
45848         Correct grammar.
45849
45850 2006-07-17  Bruno Haible  <bruno@clisp.org>
45851
45852         * modules/list: New file.
45853         * modules/array-list: New file.
45854         * modules/carray-list, modules/carray-list-tests: New files.
45855         * modules/linked-list, modules/linked-list-tests: New files.
45856         * modules/avltree-list, modules/avltree-list-tests: New files.
45857         * modules/rbtree-list, modules/rbtree-list-tests: New files.
45858         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
45859         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
45860         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
45861         * modules/oset: New file.
45862         * modules/array-oset: New file.
45863         * modules/avltree-oset, modules/avltree-oset-tests: New files.
45864         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
45865         * tests/test-carray_list.c: New file.
45866         * tests/test-linked_list.c: New file.
45867         * tests/test-avltree_list.c: New file.
45868         * tests/test-rbtree_list.c: New file.
45869         * tests/test-linkedhash_list.c: New file.
45870         * tests/test-avltreehash_list.c: New file.
45871         * tests/test-rbtreehash_list.c: New file.
45872         * tests/test-avltree_oset.c: New file.
45873         * tests/test-rbtree_oset.c: New file.
45874         * MODULES.html.sh (Container data structures): New section.
45875
45876 2006-07-17  Bruno Haible  <bruno@clisp.org>
45877
45878         * m4/gl_list.m4: New file.
45879
45880 2006-07-17  Bruno Haible  <bruno@clisp.org>
45881
45882         * lib/gl_list.h: New file.
45883         * lib/gl_list.c: New file.
45884         * lib/gl_array_list.h: New file.
45885         * lib/gl_array_list.c: New file.
45886         * lib/gl_carray_list.h: New file.
45887         * lib/gl_carray_list.c: New file.
45888         * lib/gl_linked_list.h: New file.
45889         * lib/gl_linked_list.c: New file.
45890         * lib/gl_anylinked_list1.h: New file.
45891         * lib/gl_anylinked_list2.h: New file.
45892         * lib/gl_avltree_list.h: New file.
45893         * lib/gl_avltree_list.c: New file.
45894         * lib/gl_anyavltree_list1.h: New file.
45895         * lib/gl_anyavltree_list2.h: New file.
45896         * lib/gl_rbtree_list.h: New file.
45897         * lib/gl_rbtree_list.c: New file.
45898         * lib/gl_anyrbtree_list1.h: New file.
45899         * lib/gl_anyrbtree_list2.h: New file.
45900         * lib/gl_anytree_list1.h: New file.
45901         * lib/gl_anytree_list2.h: New file.
45902         * lib/gl_linkedhash_list.h: New file.
45903         * lib/gl_linkedhash_list.c: New file.
45904         * lib/gl_anyhash_list1.h: New file.
45905         * lib/gl_anyhash_list2.h: New file.
45906         * lib/gl_avltreehash_list.h: New file.
45907         * lib/gl_avltreehash_list.c: New file.
45908         * lib/gl_rbtreehash_list.h: New file.
45909         * lib/gl_rbtreehash_list.c: New file.
45910         * lib/gl_anytreehash_list1.h: New file.
45911         * lib/gl_anytreehash_list2.h: New file.
45912
45913         * lib/gl_oset.h: New file.
45914         * lib/gl_oset.c: New file.
45915         * lib/gl_array_oset.h: New file.
45916         * lib/gl_array_oset.c: New file.
45917         * lib/gl_avltree_oset.h: New file.
45918         * lib/gl_avltree_oset.c: New file.
45919         * lib/gl_rbtree_oset.h: New file.
45920         * lib/gl_rbtree_oset.c: New file.
45921         * lib/gl_anytree_oset.h: New file.
45922
45923 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45924
45925         * m4/mkancesdirs.m4: New file.
45926         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
45927         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
45928         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
45929         it.
45930
45931 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45932
45933         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
45934         * lib/mkancesdirs.h: New files.
45935         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
45936         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
45937         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
45938         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
45939         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
45940         callers changed.  Revamp internals significantly, by not
45941         attempting to create directories that are temporarily more
45942         permissive than the final results.  Do not attempt to use
45943         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
45944         This removes some race conditions, fixes some bugs, and simplifies
45945         things.  Use new dirchownmod function to do owner and mode changes.
45946         * lib/mkdir-p.h: Likewise.
45947         * lib/modechange.c (octal_to_mode): New function.
45948         (struct mode_change): New member mentioned.
45949         (make_node_op_equals): New arg mentioned.  All callers changed.
45950         (mode_compile): Keep track of which mode bits the user has explicitly
45951         mentioned.
45952         (mode_adjust): New arg DIR, so that we implement the X op correctly.
45953         New arg PMODE_BITS, to keep track of which mode bits the user
45954         mentioned; it treats S_ISUID and S_ISGID speciall.
45955         All callers changed.
45956         * lib/modechange.h: Likewise.
45957
45958 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45959
45960         * MODULES.html.sh: Add mkancestors.
45961         * modules/mkancesdirs: New module.
45962         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
45963         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
45964         The chdir-safer and afs files are now orphans; I'll remove them
45965         unless someone speaks up.
45966         Add lib/dirchownmod.c, lib/dirchownmod.h.
45967         (Depends-on): Remove alloca, chown, save-cwd, dirname.
45968         Add lchown, mkancesdirs.
45969         (Maintainer): Add self.
45970
45971 2006-07-15  Karl Berry  <karl@gnu.org>
45972
45973         * gnulib-tool: help message wording/arrangement.
45974
45975 2006-07-14  Simon Josefsson  <jas@extundo.com>
45976
45977         * doc/gnulib.texi (Libtool and Windows): New section.
45978
45979 2006-07-12  Simon Josefsson  <jas@extundo.com>
45980
45981         * modules/gendocs (License): Fix license, approved by Karl.
45982
45983 2006-07-12  Eric Blake  <ebb9@byu.net>
45984
45985         * MODULES.html.sh: Add gendocs.
45986
45987 2006-07-11  Eric Blake  <ebb9@byu.net>
45988
45989         * modules/fdl: New module, to install doc/fdl.texi.
45990         * MODULES.html.sh: Add new section for documentation modules.
45991         * gnulib-tool: Avoid space-tab.
45992         (--doc-base): New option, to manage files from doc.
45993
45994 2006-07-11  Eric Blake  <ebb9@byu.net>
45995
45996         * m4/absolute-header.m4: Fix comments to match recent change.
45997
45998 2006-07-11  Eric Blake  <ebb9@byu.net>
45999
46000         * gnulib-tool: List --doc-base before --tests-base.
46001
46002 2006-07-11  Derek R. Price  <derek@ximbiot.com>
46003
46004         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
46005
46006 2006-07-11  Bruno Haible  <bruno@clisp.org>
46007
46008         * README: Mention where to put documentation.
46009
46010 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46011
46012         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
46013
46014 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
46015
46016         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
46017         to stdint.m4.
46018
46019 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
46020
46021         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
46022         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
46023         "no/such/file/stdint.h" when there is no such file, so that
46024         the resulting C code can be parsed by dodgy compilers.
46025         Problems reported by Bob Proulx.
46026
46027 2006-07-10  Derek R. Price  <derek@ximbiot.com>
46028
46029         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
46030         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
46031         macros into the GNU _D_EXACT_NAMLEN.
46032         * lib/savedir.c:  Likewise.
46033         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
46034
46035 2006-07-10  Derek R. Price  <derek@ximbiot.com>
46036         and Paul Eggert  <eggert@cs.ucla.edu>
46037
46038         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
46039         * m4/savedir.m4:
46040         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
46041         macros into the GNU _D_EXACT_NAMLEN.
46042
46043 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
46044
46045         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
46046         around the absolute name, to work around a problem with the HP-UX
46047         11.23 native C compiler, reported by Bob Proulx.
46048
46049 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
46050
46051         * doc/maintain.texi, make-stds.texi: Sync from
46052         <http://savannah.gnu.org/projects/gnustandards>.
46053
46054 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
46055
46056         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
46057
46058 2006-07-09  Jim Meyering  <jim@meyering.net>
46059
46060         * m4/glob.m4: Remove a doubled word in a comment.
46061
46062 2006-07-09  Jim Meyering  <jim@meyering.net>
46063
46064         * lib/argp-pv.c: Remove a doubled word in a comment.
46065         * lib/check-version.c (check_version): Likewise.
46066         * lib/javacomp.c (compile_java_class): Likewise.
46067
46068 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
46069
46070         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
46071         for the benefit of people using Autoconf 2.60.  If you want to
46072         support older Autoconf versions you can copy m4/onceonly_2_57.m4
46073         (or m4/onceonly.m4, if pre-2.57) manually.
46074
46075 2006-07-08  Jim Meyering  <jim@meyering.net>
46076
46077         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
46078         comment.
46079         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
46080         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
46081         comment.
46082
46083 2006-07-08  Jim Meyering  <jim@meyering.net>
46084
46085         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
46086
46087 2006-07-07  Simon Josefsson  <jas@extundo.com>
46088
46089         * tests/test-crc.c: Change expected crc value, the test vector
46090         were probably computed using the old broken crc.c?
46091
46092 2006-07-06  Simon Josefsson  <jas@extundo.com>
46093
46094         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
46095         now the canonical place for the M4 file).
46096
46097         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
46098         from the sys_socket dependency now.
46099
46100         * modules/inet_pton (Files): Ditto.
46101
46102         * modules/inet_ntop (Files): Ditto.
46103
46104 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
46105
46106         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
46107         not gl_PREREQ_GETUSERSHELL.
46108
46109 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46110
46111         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
46112         with only one argument, for Autoconf 2.60.
46113         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
46114         expand to nothing, so add a shell command to avoid syntax error.
46115         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
46116
46117 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46118
46119         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
46120
46121 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46122
46123         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
46124         no longer needed.  Check for isblank decl.
46125         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
46126         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
46127         of existence.
46128
46129 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46130
46131         * lib/getloadavg.c: Use __VMS, not VMS.
46132         * lib/getopt.c: Likewise.
46133         * lib/getpagesize.h: Likewise.
46134         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
46135         and probably does not work.
46136
46137 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46138
46139         * lib/.cppi-disable: Add wcwidth.
46140         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
46141         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
46142         (ISGRAPH): Remove.  All uses changed to isgraph.
46143         (FOLD) [!defined _LIBC]: Remove special case.
46144         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
46145         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
46146         HAVE_ISBLANK.
46147         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
46148         case.
46149
46150 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
46151
46152         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
46153         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
46154         brackets.  Other minor changes to suppress some compiler
46155         warnings.
46156
46157 2006-07-06  Derek R. Price  <derek@ximbiot.com>
46158         and Paul Eggert  <eggert@cs.ucla.edu>
46159
46160         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
46161         of invoking obsolescent AC_HEADER_DIRENT macro.
46162         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
46163         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
46164         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
46165         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
46166         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
46167         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
46168         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
46169         * m4/readdir.m4: Remove; no longer needed.
46170
46171 2006-07-06  Derek R. Price  <derek@ximbiot.com>
46172         and Paul Eggert  <eggert@cs.ucla.edu>
46173
46174         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
46175         Don't worry about this obsolete case any more.
46176         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
46177         directories.
46178         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
46179         worry about this obsolete case any more.
46180         * lib/fts.c: Likewise.
46181         * lib/getcwd.c: Likewise.
46182         * lib/glob.h: Likewise.
46183         * lib/savedir.c: Likewise.
46184
46185 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
46186
46187         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
46188         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
46189         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
46190         needed.
46191         All uses removed.
46192         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46193         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
46194         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
46195         needed.
46196         * m4/getdate.m4 (gl_GETDATE): Likewise.
46197         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
46198         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
46199         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
46200         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46201         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
46202         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
46203         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
46204         needed.
46205
46206 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
46207
46208         * lib/memcasecmp.c: Include <limits.h>.
46209         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
46210         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
46211         Don't assume isdigit succeeds only on '0' through '9'.
46212
46213 2006-07-05  Eric Blake  <ebb9@byu.net>
46214
46215         * modules/getaddrinfo (Depends-on): Add snprintf.
46216
46217 2006-07-05  Eric Blake  <ebb9@byu.net>
46218
46219         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
46220         to avoid 'header present but could not be compiled' on cygwin.
46221
46222 2006-07-05  Eric Blake  <ebb9@byu.net>
46223
46224         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
46225         missing from netdb.h.
46226         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
46227
46228 2006-07-05  Derek R. Price  <derek@ximbiot.com>
46229
46230         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
46231         no longer needed.
46232         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
46233         * m4/getdate.m4 (gl_GETDATE): Likewise.
46234         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
46235         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
46236         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
46237         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46238         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
46239
46240 2006-07-05  Derek R. Price  <derek@ximbiot.com>
46241
46242         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
46243         All uses of is_space replaced by isspace.
46244         * lib/exit.h: Don't talk about STDC_HEADERS.
46245         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
46246         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
46247         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
46248         replaced by isprint etc.
46249         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
46250         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
46251         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
46252         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
46253         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
46254         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
46255
46256 2006-07-05  Bruno Haible  <bruno@clisp.org>
46257
46258         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
46259         the function exists, before testing against AIX.
46260         Reported by Martin Lambers <marlam@marlam.de>.
46261
46262 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
46263
46264         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
46265         From Mark D. Baushke.
46266
46267 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
46268
46269         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
46270         to the absolute name, not just one, to bypass Sun C 5.8's
46271         "warning: #include of /usr/include/... may be non-portable".
46272
46273 2006-07-04  Eric Blake  <ebb9@byu.net>
46274
46275         * modules/dirname-tests: New test module.
46276         * tests/test-dirname.c: New file, replacing dirname.c
46277         TEST_DIRNAME section that was recently deleted.
46278
46279 2006-07-04  Bruno Haible  <bruno@clisp.org>
46280
46281         Assume ANSI C header files and <ctype.h> functions.
46282         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
46283         (mbsnwidth): Use isprint, iscntrl instead.
46284
46285 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46286
46287         Merge from coreutils.
46288         * MODULES.html.sh: Add xstrtold.
46289         * modules/xstrtold: New file.
46290         * modules/cycle-check (Files): Add lib/same-inode.h.
46291         * modules/dirname (Files): Add m4/double-slash-root.m4.
46292         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
46293         * modules/mkdir-p (Files): Add lib/same-inode.h.
46294         * modules/same (Files): Add lib/same-inode.h.
46295
46296 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46297
46298         * m4/absolute-header.m4: Renamed from full-header-path.m4.
46299         This is to keep the terminology clean; POSIX talks about
46300         "absolute pathnames", not "full pathnames", but the GNU
46301         Coding Standards say to use "path" for something else;
46302         so use "absolute" to keep both sides happy.
46303         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
46304         Set gl_absolute_header, not gl_full_header_path.
46305         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
46306         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
46307         All uses changed.
46308
46309         Merge from coreutils.
46310
46311         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
46312
46313         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
46314         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
46315         want to require the building of c-strtod.o.
46316         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
46317         needs -lm directly.
46318         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
46319
46320         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
46321
46322         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
46323         --as-needed option if available.  Problem reported by Albert Chin in
46324         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
46325         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
46326         cc merely issues a bunch of annoying warnings for --as-needed
46327         (this problem was reported by Bob Proulx).  Also, try linking with
46328         -lm to detect a bug in binutils 2.16 (this problem was reported
46329         by Ralf Wildenhues).
46330
46331         2006-06-18  Jim Meyering  <jim@meyering.net>
46332
46333         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
46334         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
46335         macro.
46336         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
46337         also check for glibc-2.4's abort-inducing bug.
46338
46339         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
46340         Low-probability clean-up should be to use rmdir to get rid of
46341         the just-created directory, not unlink.
46342
46343         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
46344         configure fail, and request a bug report to inform us about it.
46345         Add a comment that, barring reports to the contrary, in 2007 we'll
46346         assume ftruncate is universally available.
46347
46348         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
46349
46350         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
46351
46352         2006-03-12  Jim Meyering  <jim@meyering.net>
46353
46354         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
46355         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
46356         * m4/same.m4 (gl_SAME): Likewise.
46357         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
46358
46359         2006-03-11  Eric Blake  <ebb9@byu.net>
46360
46361         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
46362         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
46363         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
46364         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
46365
46366 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46367
46368         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
46369         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
46370         reported by Mark D. Baushke, one in
46371         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
46372
46373         Merge from coreutils.
46374
46375         * lib/.cppi-disable: Add stdint_.h.
46376         * lib/.cvsignore: Add stdint.h.
46377
46378         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
46379
46380         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
46381         both double and long double versions.
46382         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
46383         * lib/xstrtold.c: New file.
46384         * lib/xstrtod.h (xstrtold): New decl.
46385
46386         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
46387
46388         * lib/filemode.c (setst): Remove.
46389         (strmode): Rewrite to avoid setst.  This makes the code shorter,
46390         (arguably) clearer, and the generated code is a bit smaller on my
46391         Debian GNU/Linux stable x86 host.
46392
46393         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
46394
46395         * lib/filemode.c: Include "filemode.h" first, to test the interface.
46396         Assume that filemode.h includes sys/types.h and sys/stat.h.
46397         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
46398         (ftypelet): Reorder to put common cases first, for efficiency.
46399         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
46400         to do 'M'.
46401         (strmode): Renamed from mode_string, and now stores 12 bytes instead
46402         of 10, for compatibility with FreeBSD.  All callers changed.
46403         (filemodestring): Now stores 12 bytes instead of 10, and sets file
46404         types that can't be deduced solely from st_mode.  First arg is now a
46405         const pointer.
46406         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
46407         (strmode): Renamed from mode_string.
46408         (filemodestring): New decl.
46409         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
46410         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
46411         needed.
46412         (S_ISPORT, S_ISWHT): New macros, if not already defined.
46413
46414         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
46415
46416         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
46417         fsusage.h now does that.  Include fsusage.h first, to test interface.
46418         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
46419         at most one method (the old code could have generated decls that
46420         didn't conform to C89, not that this was ever exercised).
46421         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
46422
46423         2006-03-19  Jim Meyering  <jim@meyering.net>
46424
46425         Work even in a chroot where d_ino values for entries in "/"
46426         don't match the stat.st_ino values for the same names.
46427         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
46428         number, iterate through all entries again, using lstat instead.
46429         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
46430         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
46431
46432         * lib/getcwd.c (__getcwd): Clarify a comment.
46433         Use memcpy in place of a call to strcpy.
46434
46435         2006-03-12  Jim Meyering  <jim@meyering.net>
46436
46437         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
46438         matches that of the current directory (which we're about to chdir ".."
46439         out of), then save the dev-ino of the parent, instead.
46440
46441         * lib/same-inode.h (SAME_INODE): New file/macro.
46442         * lib/chdir-safer.c (SAME_INODE): Remove definition.
46443         Include "same-inode.h", instead.
46444         * lib/same.c: Likewise.
46445         * lib/cycle-check.h: Include "same-inode.h".
46446         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
46447         * lib/cycle-check.c (SAME_INODE): Remove definition.
46448         * lib/root-dev-ino.h: Include "same-inode.h".
46449
46450         2006-03-11  Eric Blake  <ebb9@byu.net>
46451
46452         * lib/same.c (same_name): s/base_name/last_component/
46453         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
46454         * lib/filenamecat.c (file_name_concat): Likewise.
46455
46456         2006-03-11  Eric Blake  <ebb9@byu.net>,
46457                     Paul Eggert  <eggert@cs.ucla.edu>
46458
46459         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
46460         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
46461         drive prefix.
46462         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
46463         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
46464         (last_component): New method.
46465         * lib/dirname.c (dir_len): Determine when drive letters need a
46466         subsequent slash.  Preserve // when it is special.
46467         (dir_name): Don't append dot when drive letter is absolute.
46468         [TEST_DIRNAME]: Move into a full-blown gnulib test.
46469         * lib/basename.c (base_name): New semantics - malloc the result.
46470         Preserve // when it is special.  Preserve relative files that look
46471         like drive letters.
46472         (base_len): Preserve // when it is special.
46473         (last_component): New method, similar to old base_name semantics.
46474         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
46475         base_name.  Strip redundant slashes from ///.
46476
46477 2006-07-03  Jim Meyering  <jim@meyering.net>
46478
46479         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
46480         macro is used before the first cycle_check call.
46481
46482 2006-07-03  Eric Blake  <ebb9@byu.net>
46483
46484         * modules/dirname (Depends-on): Add xstrndup.
46485
46486 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
46487
46488         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
46489         test cases, so that config.log is a bit easier to follow.
46490
46491 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
46492
46493         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
46494         both are 64 bits, since this seems to be the tradition, and this
46495         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
46496         we ever run into a host that prefers long long to long in this
46497         case, we'll need another configure-time test.  Problem reported by
46498         Jim Meyering.
46499
46500 2006-07-02  Eric Blake  <ebb9@byu.net>
46501
46502         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
46503
46504 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46505
46506         * modules/inttypes (Depends-on): No longer depends on stdint.
46507         * modules/stdint (Description): Say more about assumptions.
46508         Say that the fast types might differ.  Say macros are used.
46509         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
46510         (Makefile.am): Revise list of substituted symbols to match
46511         new stdint.m4.
46512         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
46513         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
46514         * tests/test-stdint.c (verify_same_types)
46515         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
46516         the code conforms to C99/C89.
46517         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
46518         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
46519
46520 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46521
46522         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
46523         but fix a bug, by requiring at least 64 bits.
46524         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
46525         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
46526         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
46527         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
46528
46529         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
46530         changes.  Make 2.59 a prerequisite.  Check and substitute for
46531         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
46532         inttypes.h.  Do not use special include files; just use the
46533         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
46534         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
46535         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
46536         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
46537         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
46538         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
46539         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
46540         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
46541         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
46542         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
46543         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
46544         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
46545         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
46546         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
46547         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
46548         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
46549         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
46550         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
46551         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
46552         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
46553         WINT_MAX.  Check for C99 conformance more strictly, by detecting
46554         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
46555         not check for things that C99 does not require, e.g., int8_t.  If
46556         a test isn't needed unless <stdint.h> isn't working, and is
46557         unlikely to be needed for any other reason, then don't do it
46558         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
46559         size_t, since we assume C89 freestanding at least.  Do not check
46560         for sig_atomic_t, wchar_t, or wint_t, since the code now does
46561         the right thing even if the types are not defined.  Instead use:
46562         (gl_STDINT_TYPE_PROPERTIES): New macro.
46563         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
46564         testing whether <sys/types.h> clashes, as Autoconf does this for
46565         us now.  All uses removed.
46566         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
46567         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
46568         (gl_CHECK_TYPE_SAME):
46569         Remove; no longer needed.
46570         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
46571         exists, since we'll return 0 anyway in that case.
46572         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
46573
46574 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46575
46576         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
46577         possible collision with system files.
46578         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
46579         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
46580         WCHAR_MIN and WCHAR_MAX in this case.
46581         (<stddef.h>): Do not include; no longer needed.
46582         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
46583         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
46584         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
46585         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
46586         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
46587         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
46588         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
46589         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
46590         !defined(__c99))]: Include in this case too, since it's harmless
46591         now.
46592         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
46593         dangerous to do so.
46594         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
46595         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
46596         (_STDINT_MIN, _STDINT_MAX): New macros.
46597         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
46598         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
46599         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
46600         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
46601         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
46602         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
46603         macros, not typedefs; this simplifies things quite a bit.
46604         Use long int for all types narrower than int64_t.
46605         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
46606         Define in terms of long long int or int64_t or long int,
46607         not int64_t or int32_t.  This saves some compile-time testing.
46608         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
46609         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
46610         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
46611         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
46612         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
46613         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
46614         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
46615         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
46616         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
46617         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
46618         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
46619         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
46620         undef any previous version and define our own version, for
46621         simplicity and consistency with the new macros for types.
46622         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
46623         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
46624         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
46625         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
46626         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
46627         @WINT_T_SUFFIX@ to keep things simple here.
46628         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
46629         Simplify by assuming typical 8/16/32/64 host, since we're
46630         already doing that elsewhere anyway.
46631         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
46632         and assume long long int is 64 bits if available.  This
46633         speeds up 'configure'.
46634
46635 2006-07-01  Eric Blake  <ebb9@byu.net>
46636
46637         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
46638         Reported by Andreas Buening.
46639
46640 2006-07-01  Eric Blake  <ebb9@byu.net>
46641
46642         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
46643
46644 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
46645
46646         * lib/getaddrinfo.c: fixed typo
46647
46648 2006-06-29  Jim Meyering  <jim@meyering.net>
46649
46650         * modules/strftime (Maintainer): Add my name, since with the
46651         FPRINTFTIME changes strftime.c has forked from glibc.
46652
46653 2006-06-29  Eric Blake  <ebb9@byu.net>
46654
46655         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
46656
46657 2006-06-29  Eric Blake  <ebb9@byu.net>
46658
46659         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
46660
46661 2006-06-29  Eric Blake  <ebb9@byu.net>
46662
46663         * lib/stat_.h: New file.
46664
46665 2006-06-29  Eric Blake  <ebb9@byu.net>
46666
46667         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
46668         unused static function.
46669
46670 2006-06-29  Eric Blake  <ebb9@byu.net>
46671
46672         * doc/functions.texi (Function Portability): Document missing lstat
46673         on mingw.
46674
46675 2006-06-29  Eric Blake  <ebb9@byu.net>
46676
46677         * MODULES.html.sh: Add sys_stat.
46678         * modules/sys_stat: New module.
46679         * modules/mkstemp (Depends-on): Add sys_stat.
46680
46681 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46682
46683         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
46684
46685 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46686
46687         * m4/c-bs-a.m4: Removed.
46688
46689 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46690
46691         * lib/strftime.c: Assume strftime() exists.
46692
46693 2006-06-29  Derek Price  <derek@ximbiot.com>
46694
46695         * modules/c-bs-a: Removed - \a is C89.
46696         * MODULES.html.sh: Remove c-bs-a.
46697
46698 2006-06-29  Bruno Haible  <bruno@clisp.org>
46699
46700         * modules/wcwidth (License): Change to LGPL.
46701
46702 2006-06-28  Simon Josefsson  <jas@extundo.com>
46703
46704         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
46705         on _WIN32.
46706
46707         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
46708         getnameinfo.
46709
46710 2006-06-28  Simon Josefsson  <jas@extundo.com>
46711
46712         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
46713
46714 2006-06-28  Simon Josefsson  <jas@extundo.com>
46715
46716         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
46717         functions there.  It will succeed on Windows XP, but on Windows
46718         2000 and (presumably) earlier, it will fail, and use the internal
46719         re-implementation.
46720         (use_win32_p): New function.
46721         (getaddrinfo): Use strtoul on servname, to support numeric ports.
46722         Support AI_NUMERICSERV to disable getservbyname.
46723         (getnameinfo): New function, only supports
46724         NI_NUMERICHOST|NI_NUMERICSERV for now.
46725
46726         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
46727         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
46728         getnameinfo.
46729
46730 2006-06-28  Eric Blake  <ebb9@byu.net>
46731
46732         * modules/wcwidth: New file.
46733         * modules/mbchar (Depends-on): Add wcwidth.
46734         * modules/mbswidth (Depends-on): Add wcwidth.
46735         * MODULES.html.sh: Add wcwidth.
46736
46737 2006-06-28  Eric Blake  <ebb9@byu.net>
46738
46739         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
46740         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
46741
46742 2006-06-28  Eric Blake  <ebb9@byu.net>
46743
46744         * lib/xvasprintf.h: Fix comments.
46745
46746 2006-06-28  Eric Blake  <ebb9@byu.net>
46747
46748         * lib/mbchar.h (wcwidth): Include wcwidth.h.
46749         * lib/mbswidth.c (wcwidth): Move from here...
46750         * lib/wcwidth.h: ...to this new file.
46751
46752 2006-06-28  Derek R. Price  <derek@ximbiot.com>
46753
46754         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
46755
46756         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
46757         it's obsolete.
46758         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
46759
46760 2006-06-28  Derek R. Price  <derek@ximbiot.com>
46761
46762         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
46763         Autoconf 2.60 says this stuff was obsolete.
46764
46765 2006-06-28  Bruno Haible  <bruno@clisp.org>
46766
46767         * modules/wcwidth (Files): Add m4/wchar_t.m4.
46768
46769 2006-06-28  Bruno Haible  <bruno@clisp.org>
46770
46771         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
46772         gt_TYPE_WCHAR_T.
46773
46774 2006-06-28  Bruno Haible  <bruno@clisp.org>
46775
46776         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
46777         declaration for wcwidth.
46778         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
46779
46780 2006-06-28  Bruno Haible  <bruno@clisp.org>
46781
46782         * lib/mkdtemp.c [MINGW]: Include <io.h>.
46783         (mkdir): Define using _mkdir.
46784
46785 2006-06-28  Bruno Haible  <bruno@clisp.org>
46786
46787         * lib/getaddrinfo.h: Fix POSIX URL.
46788         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
46789         _WIN32.
46790         (use_win32_p): Make static.
46791         (getaddrinfo): Reject service name if it is empty or does not consist
46792         solely of decimal digits, or if its value is > 65535.
46793         (getnameinfo): Remove useless casts.
46794
46795 2006-06-27  Simon Josefsson  <jas@extundo.com>
46796
46797         * modules/sys_select: New file, suggested by Bruno Haible, Paul
46798         Eggert and Martin Lambers.
46799
46800 2006-06-27  Simon Josefsson  <jas@extundo.com>
46801
46802         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
46803         Eggert and Martin Lambers.
46804
46805 2006-06-27  Bruno Haible  <bruno@clisp.org>
46806
46807         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
46808         result to 0, not to empty.
46809         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
46810
46811 2006-06-27  Bruno Haible  <bruno@clisp.org>
46812
46813         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
46814
46815 2006-06-26  Simon Josefsson  <jas@extundo.com>
46816
46817         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
46818         present.
46819
46820 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
46821
46822         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
46823         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
46824         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
46825
46826 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
46827
46828         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
46829
46830 2006-06-26  Bruno Haible  <bruno@clisp.org>
46831
46832         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
46833
46834 2006-06-26  Bruno Haible  <bruno@clisp.org>
46835
46836         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
46837
46838 2006-06-26  Bruno Haible  <bruno@clisp.org>
46839
46840         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
46841         SGI C compiler in pre-C99 mode.
46842         Suggested by Mark D. Baushke and Larry Jones.
46843
46844 2006-06-26  Bruno Haible  <bruno@clisp.org>
46845
46846         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
46847         WCHAR_MAX.
46848         Reported by Mark D. Baushke and Larry Jones.
46849
46850 2006-06-26  Bruno Haible  <bruno@clisp.org>
46851
46852         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
46853         in pre-C99 mode.
46854         Suggested by Mark D. Baushke and Larry Jones.
46855
46856 2006-06-23  Simon Josefsson  <jas@extundo.com>
46857             Bruno Haible  <bruno@clisp.org>
46858
46859         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
46860         Emit mostlyclean-local rule.
46861         (func_emit_tests_Makefile_am): Likewise.
46862         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
46863
46864 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
46865
46866         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
46867
46868 2006-06-23  Bruno Haible  <bruno@clisp.org>
46869
46870         * tests/test-stdint.c: Update to match ISO C 99 Technical
46871         Corrigendum 1.
46872
46873 2006-06-23  Bruno Haible  <bruno@clisp.org>
46874
46875         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
46876
46877 2006-06-23  Bruno Haible  <bruno@clisp.org>
46878
46879         * lib/stdint_.h: Treat IRIX like OpenBSD.
46880
46881 2006-06-23  Bruno Haible  <bruno@clisp.org>
46882
46883         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
46884         ISO C 99 Technical Corrigendum 1.
46885
46886 2006-06-22  Simon Josefsson  <jas@extundo.com>
46887
46888         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
46889         MinGW.
46890
46891 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
46892
46893         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
46894         needed.  Some compiler complained about some of them.  Problem reported
46895         by Larry Jones in
46896         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
46897
46898 2006-06-21  Simon Josefsson  <jas@extundo.com>
46899
46900         * tests/test-getaddrinfo.c: New file.
46901
46902         * modules/getaddrinfo-tests: New file.
46903
46904         * MODULES.html.sh: Add inet_pton.
46905
46906         * modules/inet_pton: New file.
46907
46908 2006-06-21  Simon Josefsson  <jas@extundo.com>
46909
46910         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
46911         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
46912         of using the (limited) gnulib implementation on Windows XP.
46913
46914         * m4/inet_pton.m4: New file.
46915
46916 2006-06-21  Simon Josefsson  <jas@extundo.com>
46917
46918         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
46919         variable.
46920
46921         * lib/socket_.h: Don't define WINVER.
46922
46923         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
46924         slightly modified to work in gnulib.
46925
46926 2006-06-21  Simon Josefsson  <jas@extundo.com>
46927
46928         * doc/gnulib.texi (Windows sockets): Add.
46929
46930 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
46931
46932         * lib/read-file.c (fread_file): Start with buffer allocation of
46933         0 bytes rather than 1 byte; this simplifies the code.
46934         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
46935         code to free buffer and save/restore errno.
46936         (internal_read_file): Remove unused local.
46937
46938 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
46939
46940         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
46941         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
46942         Problem reported by Denis Excoffier in
46943         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
46944
46945 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46946
46947         * modules/sys_socket, modules/socklen: Include sys/types since
46948         FreeBSD 4.x's sys/socket.h needs it.
46949
46950 2006-06-19  Simon Josefsson  <jas@extundo.com>
46951
46952         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
46953
46954 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
46955
46956         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
46957
46958 2006-06-19  Bruno Haible  <bruno@clisp.org>
46959
46960         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
46961         and FULL_PATH_INTTYPES_H in angle brackets.
46962         Reported by Mark D. Baushke <mdb@gnu.org>.
46963
46964 2006-06-17  Eric Blake  <ebb9@byu.net>
46965
46966         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
46967         errno.
46968
46969 2006-06-17  Bruno Haible  <bruno@clisp.org>
46970
46971         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
46972         <sys/inttypes.h>.
46973
46974 2006-06-17  Bruno Haible  <bruno@clisp.org>
46975
46976         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
46977         whether errno is declared. Assume <errno.h> declares errno.
46978
46979 2006-06-17  Bruno Haible  <bruno@clisp.org>
46980
46981         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
46982
46983 2006-06-17  Bruno Haible  <bruno@clisp.org>
46984
46985         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
46986         problem on Solaris 2.5.1.
46987
46988 2006-06-16  Eric Blake  <ebb9@byu.net>
46989
46990         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
46991         * lib/unicodeio.c [!defined errno]: Likewise.
46992         * lib/strtol.c [!defined errno]: Likewise.
46993         * lib/strtod.c [!defined errno]: Likewise.
46994
46995 2006-06-15  Eric Blake  <ebb9@byu.net>
46996
46997         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
46998
46999 2006-06-15  Eric Blake  <ebb9@byu.net>
47000
47001         * config/srclist.txt (ssize_t.m4): Lose sync.
47002
47003 2006-06-15  Bruno Haible  <bruno@clisp.org>
47004
47005         * modules/stdint (Files): Include m4/full-header-path.m4,
47006         m4/size_max.m4, m4/wchar_t.m4.
47007         (Makefile.am): Many more substitutions.
47008         * modules/stdint-tests: New file.
47009         * tests/test-stdint.c: New file.
47010
47011 2006-06-15  Bruno Haible  <bruno@clisp.org>
47012
47013         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
47014         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
47015         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
47016         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
47017         gl_CHECK_TYPE_SAME): New macros.
47018
47019 2006-06-15  Bruno Haible  <bruno@clisp.org>
47020
47021         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
47022
47023 2006-06-15  Bruno Haible  <bruno@clisp.org>
47024
47025         * lib/stdint_.h: Rewritten to be fully auto-configured.
47026         Fixes bug on HP-UX/IA64.
47027
47028 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
47029
47030         * lib/getdate.y (__attribute__): Don't define if already defined.
47031         Problem reported by Larry Jones.
47032         * lib/utimens.c (__attribute__): Likewise.
47033
47034 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
47035
47036         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
47037         reported by Andreas Schwab.
47038
47039 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47040             Bruno Haible  <bruno@clisp.org>
47041
47042         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
47043         check for the declaration of strnlen and a run test that exposes the
47044         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
47045         rpl_strndup.
47046
47047 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47048             Bruno Haible  <bruno@clisp.org>
47049
47050         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
47051
47052 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47053
47054         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
47055         compile test, for Tru64 4.0D.
47056
47057 2006-05-28  Karl Berry  <karl@gnu.org>
47058
47059         * config/srclist.txt (printf-args.c): lose sync.
47060
47061 2006-05-26  Martin Lambers  <marlam@marlam.de>
47062
47063         * lib/getpass.c: Updates the test for the native W32 API, and adds
47064         missing includes, thus fixing compilation warnings.
47065
47066 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
47067
47068         * lib/exclude.c (exclude_fnmatch): New function.
47069         (excluded_file_name): Call exclude_fnmatch.
47070         * lib/exclude.h (excluded_file_name): New prototype
47071
47072 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
47073
47074         * lib/tempname.c (small_open, large_open): New macros.
47075         (__open, __open64) [!_LIBC]: Remove.
47076         (__gen_tempname): Use small_open and large_open instead of __open
47077         and __open64.  This fixes a portability bug on HP-UX 11.11i
47078         reported by Simon Wing-Tang in
47079         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
47080
47081 2006-05-24  Bruno Haible  <bruno@clisp.org>
47082
47083         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
47084         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
47085         Reported by Thorsten Maerz <torte@netztorte.de> via
47086         Aaron Stone <aaron@serendipity.cx>.
47087
47088 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
47089
47090         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
47091         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
47092         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
47093         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
47094         not really conditional on the cache.
47095         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
47096
47097 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
47098
47099         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
47100         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
47101         (my_usleep): Don't mishandle maximum value.
47102
47103 2006-05-19  Jim Meyering  <jim@meyering.net>
47104
47105         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
47106
47107 2006-05-17  Bruno Haible  <bruno@clisp.org>
47108
47109         Cygwin portability.
47110         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
47111
47112 2006-05-17  Bruno Haible  <bruno@clisp.org>
47113
47114         * lib/stdint_.h: Fix recognition of Cygwin.
47115
47116 2006-05-15  Bruno Haible  <bruno@clisp.org>
47117
47118         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
47119         on libtool patch by Ralf Wildenhues.
47120
47121 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
47122
47123         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
47124         test for C99 conformance; (bool) 0.5 is an integer constant
47125         expression, but (bool) -0.5 is not.  Problem reported by Fedor
47126         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
47127
47128 2006-05-11  Simon Josefsson  <jas@extundo.com>
47129
47130         * m4/xvasprintf.m4: Fix obvious typo.
47131
47132 2006-05-11  Jim Meyering  <jim@meyering.net>
47133
47134         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
47135         James Lemley.
47136
47137 2006-05-10  Simon Josefsson  <jas@extundo.com>
47138
47139         * lib/md4.c: Typo fix, update copyright years.
47140         (K1, K2): Don't use L because it turn computations into 64-bit on
47141         64-bit platforms.
47142
47143 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
47144
47145         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
47146         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
47147         unwanted sign propagation, e.g., on hosts with 64-bit int.
47148         There still are some problems with reeelly weird theoretical hosts
47149         (e.g., 33-bit int) but it's not worth worrying about now.
47150         * lib/sha1.c (rol): Likewise.
47151         (K1, K2, K3, K4): Remove unnecessary L suffix.
47152
47153 2006-05-10  Bruno Haible  <bruno@clisp.org>
47154
47155         * lib/des.c: Cast to avoid warnings.
47156
47157 2006-05-09  Bruno Haible  <bruno@clisp.org>
47158
47159         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
47160         (Depends-on): Depend also on xsize, stdarg.
47161         (configure.ac): Add gl_XVASPRINTF.
47162
47163 2006-05-09  Bruno Haible  <bruno@clisp.org>
47164
47165         * m4/xvasprintf.m4: New file.
47166
47167 2006-05-09  Bruno Haible  <bruno@clisp.org>
47168
47169         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
47170         (EOVERFLOW): Define fallback value.
47171         (xstrcat): New function.
47172         (xvasprintf): Recognize the special case of a string concatenation.
47173
47174 2006-05-08  Eric Blake  <ebb9@byu.net>
47175
47176         * gnulib-tool (func_version): Base copyright year on CVS date.
47177         (func_emit_copyright_notice): New function.
47178         (func_emit_lib_Makefile_am): Use it.
47179         (func_emit_tests_Makefile_am): Likewise.
47180         (func_import): Likewise.
47181
47182 2006-05-08  Bruno Haible  <bruno@clisp.org>
47183
47184         * modules/stdarg: New file.
47185         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
47186
47187 2006-05-08  Bruno Haible  <bruno@clisp.org>
47188
47189         * m4/stdarg.m4: New file, from GNU gettext.
47190
47191 2006-05-08  Bruno Haible  <bruno@clisp.org>
47192
47193         * config/srclist.txt (build-aux/config.rpath): different from latest
47194         release.
47195
47196 2006-05-08  Bruno Haible  <bruno@clisp.org>
47197
47198         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
47199
47200 2006-05-05  Jim Meyering  <jim@meyering.net>
47201
47202         * m4/warning.m4: New file, derived from bison's file by the same name.
47203
47204 2006-05-03  Bruno Haible  <bruno@clisp.org>
47205
47206         * lib/stdint_.h: Shorter URL.
47207         * lib/inttypes.h: Likewise.
47208
47209 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47210
47211         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
47212
47213 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47214
47215         * lib/verify.h: Document the internals better.  Most of this change
47216         was written by Bruno Haible.
47217
47218 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47219
47220         * doc/verify.texi: New file, partly based on a proposal by
47221         Bruno Haible.
47222
47223 2006-05-02  Bruno Haible  <bruno@clisp.org>
47224
47225         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
47226         test from here...
47227         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
47228
47229 2006-04-29  Bruno Haible  <bruno@clisp.org>
47230
47231         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
47232         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
47233
47234 2006-04-29  Bruno Haible  <bruno@clisp.org>
47235
47236         * gnulib-tool: Make --update option actually work.
47237
47238 2006-04-29  Bruno Haible  <bruno@clisp.org>
47239
47240         * doc/gcd.texi: New file.
47241         * doc/gnulib.texi: Include it.
47242
47243 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
47244
47245         * lib/getdate.y (get_date): When adding relative date, start with the
47246         initial time, not with the result of the first mktime call.
47247
47248 2006-04-25  Bruno Haible  <bruno@clisp.org>
47249
47250         * gnulib-tool (func_import): Output the include directives in three
47251         blocks, sorted separately.
47252         Reported by Ben Pfaff <blp@cs.stanford.edu>.
47253
47254 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
47255
47256         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
47257         to define main with arguments, for C++.  Reported by Eric Blake.
47258         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
47259         Prefer 'int main ()' to 'int main (void)', for C++.
47260         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
47261         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
47262         for 'main', for C99 and C++.
47263
47264 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
47265
47266         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
47267         Don't assume that exit status -1 is valid.
47268         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
47269         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
47270         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
47271         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
47272         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
47273         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
47274         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
47275         functions can be used without declaring them, or that you can
47276         exit with status -1.
47277         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
47278
47279 2006-04-24  Karl Berry  <karl@gnu.org>
47280
47281         * config/srclist.txt (longdouble.m4): sync lost.
47282
47283 2006-04-24  Eric Blake  <ebb9@byu.net>
47284
47285         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
47286
47287 2006-04-24  Bruno Haible  <bruno@clisp.org>
47288
47289         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
47290         poll() implementation in AIX.
47291         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47292
47293 2006-04-24  Bruno Haible  <bruno@clisp.org>
47294
47295         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
47296         assigned exactly once.
47297
47298 2006-04-23  Claudio Fontana  <claudio@gnu.org>
47299             Bruno Haible  <bruno@clisp.org>
47300
47301         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
47302         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
47303         for AM_CPPFLAGS.
47304
47305 2006-04-23  Bruno Haible  <bruno@clisp.org>
47306
47307         * modules/copy-file: Depend on unistd.
47308         * modules/execute: Likewise.
47309         * modules/fatal-signal: Likewise.
47310         * modules/findprog: Likewise.
47311         * modules/mkdtemp : Likewise.
47312         * modules/pipe: Likewise.
47313         * modules/wait-process: Likewise.
47314
47315 2006-04-23  Bruno Haible  <bruno@clisp.org>
47316
47317         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
47318         condition was already detected.
47319         Reported by Ben Pfaff <blp@cs.stanford.edu>.
47320
47321 2006-04-23  Bruno Haible  <bruno@clisp.org>
47322
47323         * lib/copy-file.c: Include <unistd.h> unconditionally.
47324         * lib/execute.c: Likewise.
47325         * lib/fatal-signal.c: Likewise.
47326         * lib/findprog.c: Likewise.
47327         * lib/mkdtemp.c: Likewise.
47328         * lib/pipe.h: Likewise.
47329         * lib/pipe.c: Likewise.
47330         * lib/wait-process.h: Likewise.
47331
47332 2006-04-23  Bruno Haible  <bruno@clisp.org>
47333
47334         * gnulib-tool (func_usage): Fix --import description. Document
47335         --update.
47336         (func_import): Create temporary file in a temporary directory, if
47337         --dry-run is specified. Silence errors from 'grep' when there are no
47338         m4 files in $m4dir.
47339         (func_create_testdir): Silence errors from 'grep' when there are no
47340         m4 files in $m4dir.
47341         Reported by Karl Berry <karl@freefriends.org>.
47342
47343 2006-04-20  Bruno Haible  <bruno@clisp.org>
47344
47345         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
47346         one argument, so that the code will be portable to Autoconf 2.60.
47347         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
47348         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
47349         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
47350
47351 2006-04-19  Derek Price  <derek@ximbiot.com>
47352             Eric Blake  <ebb9@byu.net>
47353
47354         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
47355         rather than "/full/path.h".  Update comment to match.  Shorten &
47356         generalize m4_translit call via AS_TR_CPP.
47357
47358 2006-04-19  Derek Price  <derek@ximbiot.com>
47359             Eric Blake  <ebb9@byu.net>
47360
47361         * lib/inttypes.h: Correct grammar in comment.
47362
47363 2006-04-18  Derek Price  <derek@ximbiot.com>
47364             Paul Eggert  <eggert@cs.ucla.edu>
47365
47366         * modules/inttypes: New file.
47367         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
47368
47369 2006-04-18  Derek Price  <derek@ximbiot.com>
47370             Paul Eggert  <eggert@cs.ucla.edu>
47371
47372         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
47373         New files.
47374
47375 2006-04-18  Derek Price  <derek@ximbiot.com>
47376             Paul Eggert  <eggert@cs.ucla.edu>
47377
47378         * lib/inttypes.h: New file.
47379         * lib/strtoimax.c: Assume <inttypes.h>.
47380
47381 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
47382
47383         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
47384         isn't mounted.  Problem reported by Kir Kolyshkin.
47385
47386 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
47387
47388         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
47389         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
47390         Derek R. Price.
47391         * lib/regex.h (RE_DUP_MAX): Update comment to match current
47392         implementation.
47393
47394 2006-04-12  Eric Blake  <ebb9@byu.net>
47395
47396         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
47397         is now done automatically by the corresponding Autoconf macro.
47398
47399 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
47400
47401         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
47402         time_r.h.
47403
47404 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47405
47406         Merge regex changes from libc, removing some of our
47407         POSIX-conformance changes that were rejected and redoing them in a
47408         less-intrusive way.
47409
47410         * lib/regcomp.c (re_compile_internal, init_dfa):
47411         Length arg is now size_t, not Idx.  All uses changed.
47412         (peek_token): Forward decl now says internal_function.
47413         (__re_error_msgid, __re_error_msgid_idx):
47414         Now static rather than extern with attribute_hidden.
47415         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
47416         For some reason libc prefers K&R style defns for external functions.
47417         (regerror) [!defined _LIBC]: Likewise.
47418         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
47419         (seek_collating_symbol_entry, lookup_collation_sequence_value):
47420         (build_range_exp, build_collating_symbol):
47421         Use K&R-style defn.
47422         (re_compile_fastmap): Use '\0' to memset, not 0.
47423         (utf8_sb_map): Make the calculations more obvious.
47424         (init_dfa, parse_bracket_exp, build_charclass_op):
47425         Call calloc and cast result, as glibc does.
47426         (init_word_char, fetch_token, peek_token, peek_token_bracket):
47427         (build_range_exp, build_collating_symbol):
47428         Now internal functions.
47429
47430         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
47431
47432         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
47433         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
47434         Don't depend on VMS; depend on __VMS instead, for POSIX
47435         namespace cleanness.
47436         (regoff_t): Define to ssize_t, not long int.
47437
47438         Remove the REG_ macros named below.  Instead, make the old names
47439         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
47440         __USE_GNU_REGEX.
47441         (REG_BACKSLASH_ESCAPE_IN_LISTS):
47442         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
47443         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
47444         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
47445         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
47446         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
47447         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
47448         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
47449         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
47450         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
47451         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
47452         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
47453         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
47454         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
47455         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
47456         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
47457         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
47458         (REG_NREGS):
47459         Remove.  All uses replaced by the old RE_* names.
47460         (RE_BACKSLASH_ESCAPE_IN_LISTS):
47461         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
47462         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
47463         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
47464         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
47465         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
47466         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
47467         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
47468         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
47469         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
47470         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
47471         Don't bother having these macros be independent of each others'
47472         values, since they no longer exist in the POSIX name space.
47473
47474         Rename the following member names back to their old names,
47475         unless !__USE_GNU_REGEX.  All uses changed back.
47476         (buffer): Renamed from re_buffer.
47477         (allocated): Renamed from re_allocated.
47478         (used): Renamed from re_used.
47479         (syntax): Renamed from re_syntax.
47480         (fastmap): Renamed from re_fastmap.
47481         (translate): Renamed from re_translate.
47482         (can_be_null): Renamed from re_can_be_null.
47483         (regs_allocated): Renamed from re_regs_allocated.
47484         (fastmap_accurate): Renamed from re_fastmap_accurate.
47485         (no_sub): Renamed from re_no_sub.
47486         (not_bol): Renamed from re_not_bol.
47487         (not_eol): Renamed from re_not_eol.
47488         (newline_anchor): Renamed from re_newline_anchor.
47489         (num_regs): Renamed from rm_num_regs.
47490         (start): Renamed from rm_start.
47491         (end): Renamed from rm_end.
47492
47493         (free_state): Move up a bit.
47494
47495         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
47496         #define to be empty.
47497         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
47498         when that is what is intended.
47499         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
47500         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
47501         (MAX): New macro.
47502         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
47503         All uses changed back to re_malloc, etc.  It's now the caller's
47504         responsibility to check for overflow; all callers changed.
47505         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
47506         (re_x2nrealloc): Remove.
47507         (free_state): Remove decl.
47508
47509         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
47510         (re_set_registers, re_exec):
47511         Use K&R-style defn.
47512
47513         2006-01-31  Roland McGrath  <roland@redhat.com>
47514
47515         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
47516         Reported by Mike Frysinger <vapier@gentoo.org>.
47517
47518         2006-01-15  Andreas Jaeger  <aj@suse.de>
47519
47520         [BZ #1950]
47521         * lib/regex_internal.c (re_string_reconstruct): Adjust for
47522         build_wcs_upper_buffer change.
47523         (build_wcs_upper_buffer): Change return type.
47524
47525         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
47526
47527         * lib/regex_internal.h: Include <stdint.h> if available.
47528
47529         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
47530
47531         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
47532
47533         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
47534
47535         * lib/regcomp.c: Adjust for changed secondary hash function.
47536
47537         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
47538
47539         * lib/regex.h: Pretty printing.
47540         Clean up namespace a bit.
47541
47542         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
47543
47544         * lib/regexec.c (update_cur_sifted_state, check_arrival,
47545         check_arrival_add_next_nodes): Avoid using uninitialized variable.
47546
47547         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
47548                     Ulrich Drepper  <drepper@redhat.com>
47549
47550         [BZ #1302]
47551         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
47552         changed.
47553         (bitset_word_t): Renamed from bitset_word.  All uses changed.
47554
47555         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
47556
47557         [BZ #281]
47558         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
47559         * lib/regcomp.c: Remove unnecessary uses of
47560         unsigned RE_TRANSLATE_TYPE.
47561         * lib/regex_internal.h: Likewise.
47562         * lib/regex_internal.c: Likewise.
47563         * lib/regexec.c: Likewise.
47564         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
47565
47566         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
47567
47568         * lib/regexec.c (find_recover_state): Remove unnecessary
47569         initialization.
47570         (transit_state_bkref): Make DFA a const pointer.
47571         (get_subexp): Likewise.
47572         (check_arrival): Likewise.
47573         (update_cur_sifted_state): Likewise.
47574         (re_search_internal): Likewise.
47575         (prune_impossible_nodes): Likewise.
47576         (acquire_init_state_context): Likewise.
47577         (proceed_next_node): Likewise.
47578         (set_regs): Likewise.
47579         (free_fail_stack_return): Likewise.
47580         (check_arrival_expand_ecl): Mark DFA parameter as const.
47581         (check_arrival_expand_ecl_sub): Likewise.
47582         (check_subexp_limits): Likewise.
47583         (sub_epsilon_src_nodes):  Likewise.
47584         (add_epsilon_src_nodes):  Likewise.
47585         (merge_state_array): Likewise.
47586         (update_regs): Likewise.
47587         (build_trtable): Likewise.
47588         (sift_states_backward): Mark MCTX parameter as const.
47589         (build_sifted_states): Likewise.
47590         (update_cur_sifted_state): Likewise.
47591         (sift_states_mkref): Likewise.
47592         (check_arrival_expand_ecl): Mark eclosure as const.
47593         (check_dst_limits_calc_pos_1): Likewise.
47594         * lib/regex_internal.h (re_match_context_t): Make dfa a const
47595         pointer.
47596
47597         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
47598
47599         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
47600         (transit_state_sb): Likewise.
47601         (transit_state_mb): Likewise.
47602         (sift_states_iter_mb): Likewise.
47603         (check_arrival_add_next_nodes): Likewise.
47604         (check_node_accept_bytes): Change first parameter to pointer-to-const.
47605         [_LIBC] (re_search_2_stub): Use mempcpy.
47606
47607         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
47608         mbrtowc for very simple UTF-8 case.
47609
47610         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
47611         a pointer-to-const.
47612         (re_acquire_state_context): Likewise.
47613         * lib/regex_internal.h: Adjust prototypes.
47614
47615         * lib/regex.c: Prevent using C++ compilers.
47616
47617         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
47618         (re_acquire_state_context): Likewise.
47619
47620 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47621
47622         * modules/regex (Depends-on): Add ssize_t.
47623
47624 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47625
47626         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
47627         translation table.
47628
47629 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47630
47631         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
47632
47633 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
47634             Bruno Haible  <bruno@clisp.org>
47635
47636         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
47637         <sys/types.h> and <inttypes.h>.
47638
47639 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47640
47641         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
47642         `__error_t_defined', so argp.h will not typedef the former.
47643
47644 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
47645
47646         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
47647         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
47648         glibc names.  Even if glibc is changed to conform to POSIX, the
47649         traditional names will be available anyway, since regex depends on
47650         the extensions module.  Also, fix a longstanding typo in the
47651         implementation of Spencer ERE test #75 from grep 2.3.  Problems
47652         reported by Emanuele Giaquinta.  Also, change sense of cached
47653         variable, so that the message makes sense.
47654
47655 2006-03-24  Simon Josefsson  <jas@extundo.com>
47656
47657         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
47658         including some doc fixes.
47659         (base64_encode_alloc): Fix +1 bug on allocation failures.
47660
47661 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47662
47663         * lib/base64.c (base64_encode): Do not read past end of array with
47664         unsanitized input on systems with CHAR_BIT > 8.
47665
47666 2006-03-24  Eric Blake  <ebb9@byu.net>
47667
47668         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
47669
47670 2006-03-22  Karl Berry  <karl@gnu.org>
47671
47672         * config/srclist.txt (*setenv.[ch]): get from coreutils.
47673         * config/srclistvars.sh (COREUTILS): new var.
47674
47675 2006-03-17  Jim Meyering  <jim@meyering.net>
47676
47677         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
47678         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
47679
47680 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
47681
47682         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
47683         no longer needs it.  Instead, check that regoff_t is as least
47684         as wide as ptrdiff_t.
47685
47686         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
47687         so that our regex.h stays compatible with the installed regex.
47688         This is helpful for installers who configure --without-included-regex.
47689         Problem reported by Emanuele Giaquinta.
47690
47691 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
47692
47693         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
47694         Typedef to long int, not to off_, as POSIX will likely change
47695         in that direction.
47696
47697 2006-03-15  Eric Blake  <ebb9@byu.net>
47698
47699         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
47700
47701 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
47702
47703         * lib/argp-help.c (validate_uparams): Fix typo
47704         * lib/argp-parse.c (argp_default_options): Consistently begin help
47705         messages with a lowercase letter.
47706
47707 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
47708
47709         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
47710         overrun buffers and shouldn't be used (much as gets shouldn't be
47711         used).
47712         * lib/time_r.c (asctime_r, ctime_r): Likewise.
47713
47714 2006-03-08  Simon Josefsson  <jas@extundo.com>
47715
47716         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
47717         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47718
47719 2006-03-08  Simon Josefsson  <jas@extundo.com>
47720
47721         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
47722         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47723
47724 2006-03-08  Simon Josefsson  <jas@extundo.com>
47725
47726         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
47727         signal that configure disabled the device.
47728
47729 2006-03-08  Simon Josefsson  <jas@extundo.com>
47730
47731         * build-aux/maint.mk: Fix refresh-po, to handle no translated
47732         languages.
47733
47734 2006-03-07  Simon Josefsson  <jas@extundo.com>
47735
47736         * modules/getopt (Depends-on): Add unistd.
47737
47738         * modules/unistd: New file.
47739
47740 2006-03-07  Simon Josefsson  <jas@extundo.com>
47741
47742         * modules/gc-random: New file.
47743
47744 2006-03-07  Simon Josefsson  <jas@extundo.com>
47745
47746         * m4/unistd_h.m4: New file.
47747
47748 2006-03-07  Simon Josefsson  <jas@extundo.com>
47749
47750         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
47751         test to be side-effect free by storing the result in the cache
47752         variable gl_cv_lib_readline, and moving the assignment of
47753         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
47754         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47755
47756 2006-03-07  Simon Josefsson  <jas@extundo.com>
47757
47758         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
47759         error on missing devices (the functions will return an error).
47760
47761         * m4/gc.m4: Move random stuff to gc-random.m4
47762
47763 2006-03-07  Simon Josefsson  <jas@extundo.com>
47764
47765         * lib/unistd_.h: New file.
47766
47767 2006-03-07  Simon Josefsson  <jas@extundo.com>
47768
47769         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
47770
47771 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47772
47773         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
47774         Problem reported by Juan Manuel Guerrero.
47775
47776 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47777
47778         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
47779         the unistd module.
47780         * lib/getlogin_r.c: Likewise.
47781         * lib/getlogin_r.h: Likewise.
47782         * lib/glob.c: Likewise.
47783         * lib/pagealign_alloc.c: Likewise.
47784         * lib/unistd_.h: Remove; no longer needed.
47785
47786 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47787
47788         * MODULES.html.sh (Support for systems lacking POSIX:2001):
47789         Add unistd.
47790         * modules/c-stack (Depends-on): Add unistd.
47791         * modules/getlogin_r: Likewise.
47792         * modules/glob: Likewise.
47793         * modules/pagealign_alloc: Likewise.
47794         * modules/unistd (Files): Remove lib/unistd_.h.
47795         (EXTRA_DIST): Remove.
47796         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
47797         need unistd_.h.
47798         (MOSTLYCLEANFILES): Remove unistd.h-t.
47799
47800 2006-03-03  Simon Josefsson  <jas@extundo.com>
47801
47802         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
47803
47804 2006-03-03  Simon Josefsson  <jas@extundo.com>
47805
47806         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
47807         libidn and bison.
47808
47809 2006-03-03  Simon Josefsson  <jas@extundo.com>
47810
47811         * build-aux/maint.mk: Add indent target.
47812
47813 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
47814
47815         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
47816         our replacement poll.h in any case, to avoid a differing
47817         declaration from a system header.  Seen on AIX.
47818
47819 2006-03-01  Simon Josefsson  <jas@extundo.com>
47820
47821         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
47822         <kasal@ucw.cz>.
47823
47824 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47825
47826         * modules/gettime (Depends-on): Add extensions module.
47827         * modules/nanosleep (Depends-on): Likewise.
47828         * modules/settime (Depends-on): Likewise.
47829
47830 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47831
47832         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
47833         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
47834         pedantically.
47835         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
47836         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
47837
47838         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
47839         not "==".  Reported by Ralf Wildenhues.
47840
47841 2006-03-01  Karl Berry  <karl@gnu.org>
47842
47843         * doc/Copyright/request-*: new files, synced from gnuorg.
47844
47845 2006-03-01  Karl Berry  <karl@gnu.org>
47846
47847         * config/srclist.txt (Copyright/*): new entries.
47848
47849 2006-02-28  Simon Josefsson  <jas@extundo.com>
47850
47851         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
47852
47853 2006-02-27  Simon Josefsson  <jas@extundo.com>
47854
47855         * lib/base64.h: Indent #define's.  From Jim Meyering
47856         <jim@meyering.net>.
47857
47858 2006-02-27  Jim Meyering  <jim@meyering.net>
47859
47860         Revert the change of 2006-02-24, so these files can continue
47861         to be sync'd from gettext.
47862         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
47863         of `config.h'.
47864
47865 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
47866
47867         * modules/intprops: New file.
47868         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
47869         Add intprops.
47870         * modules/getloadavg (Files): Remove lib/intprops.h.
47871         (Depends-on): Add intprops.
47872         * modules/human: Likewise.
47873         * modules/inttostr: Likewise.
47874         * modules/openat: Likewise.
47875         * modules/sig2str: Likewise.
47876         * modules/userspec: Likewise.
47877         * modules/utimecmp: Likewise.
47878         * modules/xnanosleep: Likewise.
47879         * modules/xstrtol: Likewise.
47880
47881 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
47882
47883         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
47884         * modules/lock-tests (TESTS): Use $(EXEEXT).
47885         * modules/tls-tests: Likewise.
47886         * modules/argp-tests: Likewise.
47887         (check_PROGRAMS): New var, replacing...
47888         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
47889
47890 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47891
47892         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
47893         `config.h'.
47894
47895 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
47896
47897         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
47898
47899 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47900
47901         Sync from coreutils.
47902         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
47903         gl_CHDIR_SAFER.
47904
47905 2006-02-22  Jim Meyering  <jim@meyering.net>
47906
47907         Sync from coreutils.
47908         * m4/chdir-safer.m4: New file.
47909
47910 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
47911
47912         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
47913         AT_FDCWD exceeds INT_MAX.
47914         * lib/openat.h (AT_FDCWD): Likewise.
47915
47916 2006-02-17  Eric Blake  <address@hidden>
47917
47918         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
47919
47920 2006-02-16  Simon Josefsson  <jas@extundo.com>
47921
47922         * modules/getaddrinfo (Depends-on): Add sys_socket.
47923
47924 2006-02-15  Simon Josefsson  <jas@extundo.com>
47925
47926         * build-aux/maint.mk: Add dsyntax-check rule.
47927
47928 2006-02-15  Eric Blake  <ebb9@byu.net>
47929
47930         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
47931         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
47932         'present but cannot compile' warnings on cygwin.
47933         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
47934         use ws2tcpip.h if sys/socket.h works.
47935         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
47936         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
47937
47938 2006-02-14  Simon Josefsson  <jas@extundo.com>
47939
47940         * modules/maintainer-makefile (Files): Rename.
47941
47942         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
47943         and (the local) Makefile.cfg to maint-cfg.mk.
47944
47945         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
47946         to the latter.
47947
47948         * modules/maintainer-makefile: New module.
47949
47950         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
47951         severaly stripped to make it possible to build it up from scratch
47952         with reliable tests.
47953
47954         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
47955         fixes to permit overriding the default actions when configure and
47956         makefile are not available.
47957
47958 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
47959
47960         Sync from coreutils.
47961         * modules/lstat (Depends-on): Don't depend on xalloc.
47962         (License): Change from GPL to LGPL, since this is now simply a
47963         replacement for a libc function.
47964
47965 2006-02-14  Jim Meyering  <jim@meyering.net>
47966
47967         Sync from coreutils.
47968
47969         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
47970         failure on deficient systems, and simplify gnulib lgpl dependencies.
47971         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
47972         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
47973
47974         * lib/xalloc-die.c: Remove unused definition of N_.
47975
47976 2006-02-14  Jim Meyering  <jim@meyering.net>
47977
47978         Sync from coreutils.
47979         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
47980         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
47981         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
47982         double-quote uses of that variable, to accommodate the rare case in
47983         which getmntent is available in none of the libraries checked.  This
47984         happens at least on FreeBSD 5.0.
47985
47986 2006-02-13  Simon Josefsson  <jas@extundo.com>
47987
47988         * gnulib-tool (Usage): Fix --import, from
47989         karl@freefriends.org (Karl Berry).
47990
47991 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
47992
47993         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
47994
47995 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
47996
47997         * lib/argp-namefrob.h: Restore changes accidentally lost during the
47998         "autoupdate" on 2005-12-12.
47999
48000 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
48001
48002         * modules/closeout (Depends-on): Remove atexit.
48003
48004 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
48005
48006         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
48007         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
48008
48009 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
48010
48011         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
48012         __EXTENSIONS__ if this causes compilation to fail.  Problem
48013         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
48014         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
48015
48016 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
48017
48018         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
48019         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
48020         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
48021         All uses changed.
48022
48023 2006-01-26  Simon Josefsson  <jas@extundo.com>
48024
48025         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
48026         prototype is visible on mingw32.
48027
48028         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
48029         for mingw32.
48030
48031         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
48032         mingw32).
48033
48034 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
48035
48036         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
48037         attempt to open for write; this always fails, at least on POSIX
48038         hosts.  This reinstates the 2006-01-09 change, which was
48039         inadvertently removed.
48040
48041 2006-01-26  Bruno Haible  <bruno@clisp.org>
48042
48043         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
48044         Reported by Paul Eggert.
48045
48046 2006-01-26  Bruno Haible  <bruno@clisp.org>
48047             Paul Eggert  <eggert@cs.ucla.edu>
48048
48049         * lib/stdbool_.h (_Bool)
48050         [(! (defined __cplusplus || defined __BEOS__)
48051           && !defined __GNUC__
48052           && !(defined __HP_cc || defined __xlc__
48053                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
48054                || defined __sgi))]:
48055         #define to signed char in these cases too; this simplifies
48056         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
48057         etc., separately) and makes it more conservative.
48058
48059 2006-01-25  Simon Josefsson  <jas@extundo.com>
48060
48061         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
48062         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
48063         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
48064
48065 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
48066
48067         * lib/argp-namefrob.h: Bugfix. Remove stray #
48068
48069 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
48070
48071         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
48072         so that we test the test.
48073         Check for yet another HP-UX cc bug involving *bool |= bool.
48074
48075 2006-01-25  Karl Berry  <karl@gnu.org>
48076
48077         * config/srclist.txt (vasnprintf.c): sync lost.
48078
48079 2006-01-25  Jim Meyering  <jim@meyering.net>
48080
48081         Sync from the stable (b5) branch of coreutils:
48082
48083         * lib/fts.c (fts_children): Don't let close() clobber errno from
48084         failed fchdir().
48085
48086         * lib/fts.c (fts_stat): When following a symlink-to-directory,
48087         don't necessarily interpret stat-fails+lstat-succeeds as indicating
48088         a dangling symlink.  That can also happen at least for ELOOP.
48089         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
48090         FYI, this bug predates the inclusion of fts.c in coreutils.
48091
48092         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
48093         in their own block, so pre-c99 compilers don't object.
48094
48095         Avoid the double-free (first in fts_read, second in fts_close) that
48096         would occur when an `active' directory is made inaccessible (e.g.,
48097         via chmod a-x) during a traversal.
48098         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
48099         before returning.  Reproduce this failure by
48100         mkdir -p a/b; cd a; chmod a-x . b
48101         Reported by Stavros Passas.
48102
48103 2006-01-25  Jim Meyering  <jim@meyering.net>
48104
48105         * lib/fileblocks.c: Remove more useless parentheses.
48106         * lib/readutmp.h: Likewise.
48107
48108 2006-01-25  Bruno Haible  <bruno@clisp.org>
48109
48110         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
48111         warnings.
48112         Reported by Paul Eggert.
48113
48114 2006-01-25  Bruno Haible  <bruno@clisp.org>
48115
48116         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
48117         rid of a trap command. For Solaris sh.
48118         Reported by Mark D. Baushke <mdb@gnu.org>.
48119
48120 2006-01-24  Simon Josefsson  <jas@extundo.com>
48121
48122         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
48123         Bruno.
48124
48125 2006-01-24  Karl Berry  <karl@gnu.org>
48126
48127         * config/srclist.txt (argp-namefrob.h): sync lost.
48128
48129 2006-01-24  Jim Meyering  <jim@meyering.net>
48130
48131         * modules/openat (Files): Add lib/intprops.h.
48132         From Mark D. Baushke.
48133
48134 2006-01-24  Jim Meyering  <jim@meyering.net>
48135
48136         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
48137         Reported by Mark D. Baushke.
48138
48139 2006-01-24  Jim Meyering  <jim@meyering.net>
48140
48141         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
48142
48143 2006-01-24  Bruno Haible  <bruno@clisp.org>
48144
48145         * modules/strnlen (Maintainer): Change from glibc to all.
48146
48147 2006-01-24  Bruno Haible  <bruno@clisp.org>
48148
48149         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
48150         Patch by Paul Eggert.
48151
48152 2006-01-24  Bruno Haible  <bruno@clisp.org>
48153
48154         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
48155         already has it.
48156         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
48157         2005-11-26.
48158
48159         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
48160         'signed char' to avoid problems with the built-in _Bool type.
48161         Reported by Paul Eggert on 2005-11-26.
48162
48163 2006-01-24  Bruno Haible  <bruno@clisp.org>
48164
48165         * gnulib-tool (func_import): Avoid constructing complicated sed
48166         expressions inside backquote.
48167         Report and solution by Mark D. Baushke <mdb@gnu.org>.
48168
48169 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
48170
48171         These changes imported from libc.
48172         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
48173         test and two separate function calls.
48174         * lib/strndup.c (__strndup): Add libc_hidden_def.
48175
48176 2006-01-23  Simon Josefsson  <jas@extundo.com>
48177
48178         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
48179         Remove the test_*_SOURCES variable: automake infers it by default.
48180         * modules/tls-tests: Likewise.
48181
48182 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48183
48184         Work around porting bugs reported by Dieter in
48185         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
48186         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
48187         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
48188         Include "getopt.h" first, to check interface.
48189         (getenv): Declare only if defined HAVE_DECL_GETENV &&
48190         !HAVE_DECL_GETENV.
48191         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
48192         (__strndup): Revert to K&R-style function dfns, the glibc style.
48193         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
48194         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
48195         Include strnlen.h first, to get prototype properly.
48196         (strnlen): Renamed from __strnlen.
48197         Remove weak alias.
48198
48199 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48200
48201         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
48202
48203 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48204
48205         * config/srclist.txt: Adjust to reflect glibc reorganization.
48206         This affects only comments.
48207
48208 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
48209
48210          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
48211          Reported by Bruce Korb <bkorb@gnu.org>.
48212
48213 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
48214
48215         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
48216         to pacify gcc -Wswitch-default.
48217
48218 2006-01-22  Bruno Haible  <bruno@clisp.org>
48219
48220         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
48221         temporary buffer for sprintf, take into account the precision also
48222         for 'd', 'i', 'u', 'o', 'x', 'X'.
48223
48224 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
48225
48226         * modules/argp-tests: New module
48227         * tests/test-argp.c: New file
48228         * tests/test-argp-2.sh: New file
48229
48230 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
48231
48232         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
48233         (__argp_base_name): Removed
48234         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
48235         typo.
48236         (__argp_base_name): Provide macro definition or extern declaration
48237         depending on the configuration
48238
48239 2006-01-20  Simon Josefsson  <jas@extundo.com>
48240
48241         * modules/inet_ntop (Depends-on): Depend on sys_socket.
48242
48243 2006-01-20  Simon Josefsson  <jas@extundo.com>
48244
48245         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
48246
48247 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
48248
48249         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
48250         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
48251         Suggested by Bruno Haible.
48252
48253 2006-01-20  Karl Berry  <karl@gnu.org>
48254
48255         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
48256         until changes propagate, I guess.
48257
48258 2006-01-19  Simon Josefsson  <jas@extundo.com>
48259
48260         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
48261
48262 2006-01-19  Simon Josefsson  <jas@extundo.com>
48263
48264         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
48265
48266 2006-01-19  Simon Josefsson  <jas@extundo.com>
48267
48268         * gnulib-tool: Set check_PROGRAMS.
48269
48270         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
48271         modules/des-tests, modules/gc-arcfour-tests,
48272         modules/gc-arctwo-tests, modules/gc-des-tests,
48273         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
48274         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
48275         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
48276         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
48277         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
48278         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
48279         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
48280         test_*_SOURCES.
48281
48282 2006-01-18  Simon Josefsson  <jas@extundo.com>
48283
48284         * modules/socklen (Depends-on): Depend on sys_socket.
48285
48286 2006-01-18  Simon Josefsson  <jas@extundo.com>
48287
48288         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
48289         modules/des-tests, modules/gc-arcfour-tests,
48290         modules/gc-arctwo-tests, modules/gc-des-tests,
48291         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
48292         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
48293         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
48294         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
48295         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
48296         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
48297         $(EXEEXT) to automake TESTS variable, for mingw32.
48298
48299 2006-01-17  Simon Josefsson  <jas@extundo.com>
48300
48301         * modules/socklen (Include): Need sys/socket.h.
48302
48303 2006-01-17  Bruno Haible  <bruno@clisp.org>
48304
48305         * modules/ssize_t (Include): Add <sys/types.h>.
48306
48307 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
48308
48309         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
48310         it's not portable and it doesn't work with cross-compiles.
48311         Problem reported by Bruno Haible.  Fix missing-$ typo in
48312         'test "gl_cv_ignore_unused_libraries" ...' that prevented
48313         -zignore from being used with Sun's C compiler.
48314
48315 2006-01-12  Simon Josefsson  <jas@extundo.com>
48316
48317         * lib/base64.c: Fix warning, reported by Bruno Haible
48318         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
48319
48320 2006-01-12  Bruno Haible  <bruno@clisp.org>
48321
48322         * modules/ldd: New file.
48323         * build-aux/ldd.sh.in: New file.
48324         * MODULES.html.sh (Support for building libraries and executables): Add
48325         ldd.
48326
48327 2006-01-12  Bruno Haible  <bruno@clisp.org>
48328
48329         * m4/ldd.m4: New file.
48330
48331 2006-01-12  Bruno Haible  <bruno@clisp.org>
48332
48333         * gnulib-tool (func_import, func_create_testdir): Don't go into an
48334         endless loop while replacing $auxdir with build-aux.
48335
48336 2006-01-11  Simon Josefsson  <jas@extundo.com>
48337
48338         * lib/stdint_.h (SIZE_MAX): Add missing (.
48339
48340 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
48341
48342         Sync from coreutils.
48343         * lib/md5.c: Fix commentary typos.
48344         (alignof, UNALIGNED_P): No need for a GCC-specific version.
48345         * lib/md5.h (__attribute__): Remove; unused.
48346         * lib/sha1.c: Fix commentary to match md5 better.
48347         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
48348         so that we don't need to worry about alignment.  All uses changed.
48349         This merges the 2005-10-28 md5 change into sha1.
48350
48351 2006-01-11  Jim Meyering  <jim@meyering.net>
48352
48353         Sync from coreutils.
48354         * lib/md5.c (OP): Fix spacing.
48355
48356 2006-01-11  Bruno Haible  <bruno@clisp.org>
48357
48358         Ensure automatic ordering between gl_LOCK and gl_ARGP.
48359         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
48360         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
48361
48362 2006-01-11  Bruno Haible  <bruno@clisp.org>
48363
48364         Ensure automatic ordering between gl_LOCK and gl_ARGP.
48365         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
48366         the "early" section as well.
48367
48368 2006-01-11  Bruno Haible  <bruno@clisp.org>
48369
48370         Avoid "ar: no archive members specified" error on MacOS X.
48371         * gnulib-tool (func_modules_add_dummy): New function.
48372         (func_import, func_create_testdir): Invoke it.
48373
48374 2006-01-11  Bruno Haible  <bruno@clisp.org>
48375
48376         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
48377         with $auxdir in AC_CONFIG_FILES statements.
48378
48379 2006-01-11  Bruno Haible  <bruno@clisp.org>
48380
48381         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
48382         Initialize also noinst_HEADERS to empty.
48383
48384 2006-01-11  Bruno Haible  <bruno@clisp.org>
48385
48386         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
48387         variables.
48388         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
48389         autoreconf.
48390
48391 2006-01-11  Bruno Haible  <bruno@clisp.org>
48392
48393         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
48394         overridable by the user.
48395         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48396
48397 2006-01-10  Simon Josefsson  <jas@extundo.com>
48398
48399         * modules/sys_socket: New file.
48400
48401 2006-01-10  Simon Josefsson  <jas@extundo.com>
48402
48403         * m4/sys_socket_h.m4: New file.
48404
48405 2006-01-10  Simon Josefsson  <jas@extundo.com>
48406
48407         * lib/socket_.h: New file.
48408
48409 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48410
48411         * modules/readutmp (Maintainer): Add myself.
48412
48413 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48414
48415         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
48416         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
48417         People who are still concerned with buggy memcmp implementations
48418         can invoke gl_FUNC_MEMCMP themselves.
48419
48420 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48421
48422         * lib/regex_internal.h (BITSET_WORD_BITS):
48423         Work around a bug in 64-bit PGC (before version 6.1-2), where the
48424         preprocessor mishandles large unsigned values as if they were signed.
48425         Problem reported by Claudio Fontana in
48426         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
48427
48428 2006-01-10  Jim Meyering  <jim@meyering.net>
48429
48430         Avoid the double-free (first in fts_read, second in fts_close) that
48431         would occur when an `active' directory is made inaccessible (e.g.,
48432         via chmod a-x) during a traversal.
48433         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
48434         before returning.  Reproduce this failure by
48435         mkdir -p a/b; cd a; chmod a-x . b
48436         Reported by Stavros Passas.
48437
48438         Sync from coreutils.
48439         * lib/sha1.c: Tweak grammar in a comment.
48440
48441 2006-01-10  Jim Meyering  <jim@meyering.net>
48442
48443         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
48444         Patch by Joerg Sonnenberger.
48445
48446 2006-01-10  Bruno Haible  <bruno@clisp.org>
48447
48448         * modules/readutmp: Depend on module free.
48449         * modules/strtok_r: Depend on module restrict.
48450
48451 2006-01-10  Bruno Haible  <bruno@clisp.org>
48452
48453         * modules/gettext (configure.ac): Add an invocation of
48454         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
48455
48456 2006-01-10  Bruno Haible  <bruno@clisp.org>
48457
48458         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
48459         Reported by Werner Lemberg <wl@gnu.org>.
48460
48461 2006-01-10  Bruno Haible  <bruno@clisp.org>
48462
48463         * lib/localcharset.c: Update from GNU gettext.
48464
48465 2006-01-10  Bruno Haible  <bruno@clisp.org>
48466
48467         * lib/argp.h (__const): Remove macro. Use const instead.
48468         * lib/argp-fmtstream.h (__const): Likewise.
48469         * lib/glob_.h (__const): Remove macro.
48470         * lib/glob-libc.h: Use const instead of __const.
48471
48472 2006-01-10  Bruno Haible  <bruno@clisp.org>
48473
48474         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
48475         variable.
48476         Needed to avoid an automake error regarding the 'gettext' module.
48477
48478 2006-01-09  Simon Josefsson  <jas@extundo.com>
48479
48480         * modules/inet_ntop (Depends-on): Add restrict.
48481
48482 2006-01-09  Simon Josefsson  <jas@extundo.com>
48483
48484         * modules/gc-rijndael-tests (License): Put under LGPL.
48485
48486         * modules/gc-des-tests (License): Likewise.
48487
48488         * modules/gc-arcfour-tests (License): Likewise.
48489
48490         * modules/gc-arctwo-tests (License): Likewise.
48491
48492         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
48493
48494         * modules/gc-hmac-sha1-tests (Files): Likewise.
48495
48496         * modules/gc-hmac-md5-tests (License): Likewise.
48497
48498         * modules/gc-sha1-tests (License): Likewise.
48499
48500         * modules/gc-md5-tests (License): Likewise.
48501
48502         * modules/gc-md4-tests (License): Likewise.
48503
48504         * modules/gc-md2-tests (License): Likewise.
48505
48506         * modules/gc-tests (License): Likewise.
48507
48508         * modules/des-tests (License): Likewise.
48509
48510         * modules/md4-tests (License): Likewise.
48511
48512         * modules/md2-tests (License): Likewise.
48513
48514 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48515
48516         Sync from coreutils:
48517
48518         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
48519         * modules/lib-ignore: New file.
48520         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
48521         chdir-safer.m4, lchmod.m4.
48522         * modules/openat: Add mkdirat.c, openat-priv.h.
48523
48524 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48525
48526         Sync from coreutils.
48527         * m4/lib-ignore.m4: New file.
48528         * m4/lchmod.m4: New file.
48529
48530 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48531
48532         Sync from coreutils.
48533         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
48534         for write access: POSIX says that must fail.
48535         * lib/fts.c (diropen): Likewise.
48536         * lib/save-cwd.c (save_cwd): Likewise.
48537         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
48538         well, for minor improvements on hosts that lack O_DIRECTORY.
48539         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
48540         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
48541         Fall back on chown if open failed with EACCES.
48542
48543         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
48544         Report an error at compile-time if only a 1-second nominal clock
48545         resolution is found.
48546
48547         * lib/lchmod.h: New file.
48548         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
48549         (make_dir_parents): Use lchown rather than chown, and
48550         lchmod rather than chmod.
48551
48552         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
48553         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
48554         "proc" reported by n0dalus.
48555
48556         * lib/mountlist.c: Include <limits.h>.
48557         (dev_from_mount_options)
48558         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
48559         New function.  It no longer assumes "dev=" has the System V meaning
48560         on Linux (since it doesn't).  It also parses "dev=" more carefully.
48561         (read_file_system_list)
48562         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
48563         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
48564         dev= in that case.
48565
48566         * lib/posixtm.h (PDS_PRE_2000): New macro.
48567         * lib/posixtm.c (year): Arg is now syntax_bits rather than
48568         allow_century.  All usages changed.  Reject dates outside the range
48569         1969-1999 if PDS_PRE_2000 is used.
48570
48571 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48572
48573         Sync from coreutils.
48574         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
48575         (Time of day items): Mention the possibility of leap seconds.
48576         Problem reported by Dr. David Alan Gilbert.
48577
48578 2006-01-09  Jim Meyering  <jim@meyering.net>
48579
48580         Sync from coreutils.
48581
48582         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
48583
48584         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
48585
48586         * lib/modechange.c (mode_compile): Reject an invalid mode string
48587         that starts with an octal digit.  From Andreas Gruenbacher.
48588
48589         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
48590         and dup to open_safer and dup_safer, respectively.
48591         (openat_permissive): Fix typo in comment.
48592
48593         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
48594         "gettext.h"; either no longer needed or are guaranteed by openat.h.
48595         (_): Remove; no longer needed.
48596         (openat): Renamed from rpl_openat; no need for rpl_openat
48597         since openat.h renames openat for us.
48598         Replace most of the body with a call to openat_permissive,
48599         to avoid duplicate code.
48600         Port to (probably hypothetical) environments were mode_t is
48601         wider than int.
48602         (openat_permissive): Require mode arg, so that we can check
48603         types better.  Put it just after flags.  Change cwd failure
48604         indicator from pointer-to-bool to pointer-to-errno-value.
48605         All callers changed.
48606         Invoke openat_save_fail and/or openat_restore_fail if
48607         cwd_errno is null, so that openat can call us.
48608         (openat_permissive, fdopendir, fstatat, unlinkat):
48609         Simplify errno handling to avoid some duplicate code,
48610         as it's OK to set errno on success.
48611         * lib/openat.h: Revamp code so that function macros depend on
48612         __OPENAT_PREFIX only, not also on AT_FDCWD.
48613         (openat_ro): Remove.  Caller changed to use openat_permissive.
48614         (openat_permissive): Now a macro, if not a function.
48615         (openat_restore_fail, openat_save_fail): Now always functions,
48616         since mkdirat needs them even if __OPENAT_PREFIX is defined.
48617
48618         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
48619         and openat.c.
48620         * lib/mkdirat.c: Include openat-priv.h.
48621         Remove definitions of macros defined therein.
48622         * lib/openat.c: Likewise.
48623
48624         * lib/mkdirat.c (mkdirat): New file and function.
48625         * lib/openat.h (mkdirat): Declare.
48626
48627         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
48628
48629         * lib/openat.h (openat_permissive): Declare.
48630         (openat_ro): Define.
48631
48632         * lib/openat.c (EXPECTED_ERRNO): New macro.
48633         (openat_permissive): New function -- used in remove.c rewrite.
48634         (all functions): Set errno just before returning, only if there
48635         was an actual failure.
48636         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
48637
48638         Emulate openat-family functions using Linux's procfs, if possible.
48639         Idea and some code based on Ulrich Drepper's glibc changes.
48640
48641         * lib/openat.c: (BUILD_PROC_NAME): New macro.
48642         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
48643         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
48644         before falling back on save_cwd and restore_cwd.
48645         (fdopendir, fstatat, unlinkat): Likewise.
48646
48647         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
48648         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
48649
48650         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
48651         as second argument to va_arg.  Otherwise, some versions of gcc
48652         warn that `if this code is reached, the program will abort'.
48653
48654 2006-01-09  Jim Meyering  <jim@meyering.net>
48655
48656         Sync from coreutils.
48657         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
48658         Require openat-priv.h.
48659
48660 2006-01-09  Bruno Haible  <bruno@clisp.org>
48661
48662         * modules/strnlen (Include): Use strnlen.h.
48663
48664 2006-01-09  Bruno Haible  <bruno@clisp.org>
48665
48666         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
48667
48668 2006-01-09  Bruno Haible  <bruno@clisp.org>
48669
48670         * lib/sysexit_.h (EX_OK): New macro.
48671         Suggested by Martin Lambers <marlam@marlam.de>.
48672
48673 2006-01-09  Bruno Haible  <bruno@clisp.org>
48674
48675         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
48676         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
48677
48678 2006-01-09  Bruno Haible  <bruno@clisp.org>
48679
48680         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
48681         numbers.
48682
48683 2006-01-09  Bruno Haible  <bruno@clisp.org>
48684
48685         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
48686         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
48687         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
48688         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
48689
48690 2006-01-09  Bruno Haible  <bruno@clisp.org>
48691
48692         * build-aux/javacomp.sh.in: New file, moved from lib/.
48693         * modules/javacomp-script (Files): Update.
48694         (configure.ac): Add AC_CONFIG_FILES invocation.
48695         (EXTRA_DIST): Remove variable.
48696
48697         * build-aux/javaexec.sh.in: New file, moved from lib/.
48698         * modules/javaexec (Files): Update.
48699         (configure.ac): Add AC_CONFIG_FILES invocation.
48700         (EXTRA_DIST): Remove javaexec.sh.in.
48701
48702         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
48703         * modules/csharpcomp-script (Files): Update.
48704         (configure.ac): Add AC_CONFIG_FILES invocation.
48705         (EXTRA_DIST): Remove variable.
48706
48707         * build-aux/csharpexec.sh.in: New file, moved from lib/.
48708         * modules/csharpexec (Files): Update.
48709         (configure.ac): Add AC_CONFIG_FILES invocation.
48710         (EXTRA_DIST): Remove csharpexec.sh.in.
48711
48712 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
48713
48714         Sync from coreutils.
48715
48716         Add POSIX ACL support
48717         * lib/acl.h (copy_acl, set_acl): Add declarations.
48718         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
48719         systems other than Linux.
48720         (chmod_or_fchmod): New function: use fchmod when possible,
48721         and chmod otherwise.
48722         (file_has_acl): Add a POSIX ACL implementation, with a
48723         Linux-specific subcase.
48724         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
48725         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
48726         acls are unsupported.
48727         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
48728         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
48729         are unsupported.
48730
48731 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
48732
48733         Sync from coreutils.
48734         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
48735
48736 2006-01-07  Bruno Haible  <bruno@clisp.org>
48737
48738         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
48739         gl_EARLY.
48740
48741 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
48742
48743         * lib/strftime.c (tzname): Don't declare if it is already #defined.
48744         Problem reported for Mingw by Mark Junker.
48745
48746 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
48747
48748         * README: Gnulib normally doesn't generate a tarball.
48749
48750 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
48751
48752         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
48753         long int, not int, for nanosecond counts, so that people who are
48754         used to POSIX struct timespec won't be surprised.  Reported by Jim
48755         Meyering.
48756
48757 2005-12-28  Bruno Haible  <bruno@clisp.org>
48758
48759         * build-aux/config.rpath: Update from GNU gettext.
48760
48761 2005-12-16  Jim Meyering  <jim@meyering.net>
48762
48763         * modules/fprintftime: New module.
48764         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
48765
48766 2005-12-16  Jim Meyering  <jim@meyering.net>
48767
48768         * m4/fprintftime.m4: New file.
48769
48770 2005-12-16  Jim Meyering  <jim@meyering.net>
48771
48772         * lib/fprintftime.c, lib/fprintftime.h: New files.
48773
48774 2005-12-15  Simon Josefsson  <jas@extundo.com>
48775
48776         * modules/socklen (configure.ac): Fix M4 macro name, to align with
48777         new m4/socklen.m4.
48778
48779 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
48780
48781         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
48782         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
48783
48784 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
48785
48786         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
48787         * lib/argp-help.c (fill_in_uparams): Check if the constructed
48788         struct uparams is valid. Fall back to the default values if it is
48789         not.
48790
48791 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48792
48793         * modules/argp (Files): Add argp-pin.c
48794         (Depends-on): dirname
48795         (lib_SOURCES): Add argp-pin.c
48796
48797 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48798
48799         * m4/argp.m4:  Check if program_invocation_name and
48800         program_invocation_short_name are declared and define appropriate
48801         macros if they are not.
48802
48803 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48804
48805         * lib/argp-help.c (__argp_base_name): New function
48806         (__argp_short_program_name): Rewrite using __argp_base_name
48807         * lib/argp-namefrob.h: Define program_invocation_name and
48808         program_invocation_short_name if requested
48809         (__argp_base_name): Add prototype
48810         * lib/argp-parse.c (argp_def): Use gettext wrappers
48811         (argp_default_parser): Use __argp_base_name
48812         * lib/argp-pin.c: New file. Defines program_invocation_name and
48813         program_invocation_short_name on systems that lack them.
48814
48815 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
48816
48817         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
48818         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
48819         porting problem reported by Georg Schwarz in
48820         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
48821
48822 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
48823
48824         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
48825         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
48826         porting problem reported by Georg Schwarz in
48827         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
48828
48829 2005-12-05  Bruno Haible  <bruno@clisp.org>
48830
48831         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
48832         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
48833         Reported by Mark Junker <mjscod@gmx.de>.
48834
48835 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
48836
48837         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
48838         Use implementation from Albert Chin, with some
48839         comments/corrections by Stepan Kasal and myself.
48840
48841 2005-12-02  Bruno Haible  <bruno@clisp.org>
48842
48843         * gnulib-tool (func_import): Accept GPLed build tool modules when
48844         --lgpl is given.
48845         * modules/csharpcomp-script: New file.
48846         * modules/csharpcomp: Depend on it.
48847         * modules/javacomp-script: New file.
48848         * modules/javacomp: Depend on it.
48849         Suggested by Simon Josefsson.
48850
48851 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
48852
48853         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
48854         statement, to work around an HP-UX 10.20 compiler bug reported by
48855         Peter O'Gorman.
48856
48857 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
48858
48859         * modules/savedir (Depends-on): Add openat.
48860
48861 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
48862
48863         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
48864         (uintmax_t) [defined uintmax_t]: Do not declare.
48865         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
48866         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
48867         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
48868         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
48869         sake of portability to weird hosts that C allows (though we don't
48870         know of any practical examples).
48871
48872         * lib/savedir.h (fdsavedir): New decl.
48873         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
48874         contains most of the former guts of savedir.
48875         (savedir): Use savedirstream.
48876         Include "openat.h".
48877
48878 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
48879
48880         * modules/obstack (Files): Add m4/ulonglong.m4.
48881         Problem reported by Davide Angelocola.
48882
48883 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
48884
48885         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
48886         coreutils no longer futzes with rounding modes.
48887
48888 2005-11-14  Jim Meyering  <jim@meyering.net>
48889
48890         * lib/mkstemp-safer.c: Include <config.h>, required for possible
48891         replacement of mkstemp.
48892
48893 2005-11-10  Simon Josefsson  <jas@extundo.com>
48894
48895         * lib/readline.c: Remove EOL.
48896
48897 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48898
48899         * modules/gethrxtime (Depends-on): Add gettime.
48900
48901 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48902
48903         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
48904         or gettimeofday; no longer needed.
48905
48906 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48907
48908         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
48909         time business.
48910         (gethrxtime) [! (HAVE_NANOUPTIME
48911         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
48912         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
48913         our own approximation.
48914
48915 2005-11-08  Eric Blake  <ebb9@byu.net>
48916
48917         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
48918
48919 2005-11-08  Eric Blake  <ebb9@byu.net>
48920
48921         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
48922
48923 2005-11-04  Bruno Haible  <bruno@clisp.org>
48924
48925         * gnulib-tool: Implement --update mode.
48926
48927 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
48928
48929         Fix porting problem reported by Theodoros V. Kalamatianos.
48930         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
48931         Don't assume that futimes failing means we must fail.
48932
48933 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
48934
48935         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
48936         variables to suggest the intended function of the PATH_MAX check.
48937
48938 2005-10-30  Kean Johnston  <jkj@sco.com>
48939
48940         Trivial changes to support SCO systems.
48941         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
48942         as PATH_MAX.
48943         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
48944         where __ptr is null when no I/O is pending.
48945
48946 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
48947
48948         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
48949         leave errno alone.  Problem reported by Dmitry V. Levin.
48950
48951 2005-10-28  Simon Josefsson  <jas@extundo.com>
48952
48953         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
48954         Test more.
48955
48956         * tests/test-gc-md2.c, tests/test-md2.c: New files.
48957
48958         * modules/md2, modules/md2-tests: New files.
48959
48960 2005-10-28  Simon Josefsson  <jas@extundo.com>
48961
48962         * m4/inet_ntop.m4: More tests.
48963
48964         * m4/gc-md2.m4, md2.m4: New file.
48965
48966 2005-10-28  Simon Josefsson  <jas@extundo.com>
48967
48968         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
48969         "restrict" keywords, as per POSIX.  Protect the function
48970         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
48971         Don't use K&R prototypes.  Check the sprintf return values.
48972         Re-define EAFNOSUPPORT if not present.  Indent.
48973
48974         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
48975         suggested by Bruno Haible <bruno@clisp.org>.
48976
48977         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
48978
48979         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
48980
48981         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
48982         libgcrypt).
48983
48984         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
48985
48986         * lib/md2.h, lib/md2.c: New files.
48987
48988 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
48989
48990         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
48991         errno alone.  Problem reported by Frederic Jolliton.
48992
48993 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
48994
48995         * modules/verify (License): Change from GPL to LGPL.  This is a
48996         tiny module and there are apparently near-equivalents that are
48997         under the BSD license.
48998
48999 2005-10-24  Simon Josefsson  <jas@extundo.com>
49000
49001         * modules/sha1: Relicense to LGPL.
49002
49003 2005-10-24  Simon Josefsson  <jas@extundo.com>
49004
49005         * lib/md4.h: Shrink buffer size, now that we changed the type.
49006
49007 2005-10-23  Simon Josefsson  <jas@extundo.com>
49008
49009         * gnulib-tool (func_import): Fix --tests-base.
49010
49011 2005-10-22  Simon Josefsson  <jas@extundo.com>
49012
49013         * modules/arcfour (Depends-on): Need stdint.
49014
49015 2005-10-22  Simon Josefsson  <jas@extundo.com>
49016
49017         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
49018         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
49019
49020 2005-10-22  Simon Josefsson  <jas@extundo.com>
49021
49022         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
49023         suggested by Bruno Haible <bruno@clisp.org>.
49024
49025 2005-10-22  Simon Josefsson  <jas@extundo.com>
49026
49027         * lib/crc.h: Include stddef.h, for size_t.
49028
49029 2005-10-22  Simon Josefsson  <jas@extundo.com>
49030
49031         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
49032         arcfour_context struct (simplify test vector testing in GNU
49033         Shishi).
49034
49035 2005-10-21  Simon Josefsson  <jas@extundo.com>
49036
49037         * modules/des, modules/des-tests: New files.
49038
49039         * modules/gc-des, modules/gc-des-tests: New files.
49040
49041         * tests/test-des.c, tests/test-gc-des.c: New file.
49042
49043 2005-10-21  Simon Josefsson  <jas@extundo.com>
49044
49045         * modules/arctwo, modules/arctwo-tests: New files.
49046
49047         * tests/test-arctwo.c: New file.
49048
49049         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
49050
49051         * tests/test-gc-arctwo.c: New file.
49052
49053 2005-10-21  Simon Josefsson  <jas@extundo.com>
49054
49055         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
49056         Bruno Haible <bruno@clisp.org>.
49057
49058         * m4/gc-des.m4: New file.
49059
49060 2005-10-21  Simon Josefsson  <jas@extundo.com>
49061
49062         * m4/arctwo.m4: New file.
49063
49064         * m4/gc-arctwo.m4: New file.
49065
49066 2005-10-21  Simon Josefsson  <jas@extundo.com>
49067
49068         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
49069         block.
49070
49071 2005-10-21  Simon Josefsson  <jas@extundo.com>
49072
49073         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
49074         <bruno@clisp.org>.
49075
49076         * lib/hmac-sha1.c (hmac_sha1): Likewise.
49077
49078         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
49079         Bruno Haible <bruno@clisp.org>.
49080
49081         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
49082         <bruno@clisp.org>.
49083
49084 2005-10-21  Simon Josefsson  <jas@extundo.com>
49085
49086         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
49087
49088 2005-10-21  Simon Josefsson  <jas@extundo.com>
49089
49090         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
49091
49092 2005-10-21  Simon Josefsson  <jas@extundo.com>
49093
49094         * lib/des.h, lib/des.c: New files.
49095
49096         * lib/gc-gnulib.c: Support DES.c
49097
49098 2005-10-21  Simon Josefsson  <jas@extundo.com>
49099
49100         * lib/arctwo.h, lib/arctwo.c: New files.
49101
49102         * lib/gc-gnulib.c: Support ARCTWO.
49103
49104 2005-10-21  Simon Josefsson  <jas@extundo.com>
49105
49106         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
49107         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
49108
49109 2005-10-21  Simon Josefsson  <jas@extundo.com>
49110
49111         * gnulib-tool (func_import, func_create_testdir): Define automake
49112         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
49113         Makefile.am snippet),
49114         suggested by Bruno Haible <bruno@clisp.org>.
49115
49116         * modules/gc (Makefile.am): Use it.
49117
49118 2005-10-21  Bruno Haible  <bruno@clisp.org>
49119
49120         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
49121         patch.
49122
49123 2005-10-19  Simon Josefsson  <jas@extundo.com>
49124
49125         * tests/test-gc-rijndael.c: New file.
49126
49127         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
49128
49129 2005-10-19  Simon Josefsson  <jas@extundo.com>
49130
49131         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
49132         interface too.
49133
49134 2005-10-19  Simon Josefsson  <jas@extundo.com>
49135
49136         * tests/test-gc-arcfour.c: New file.
49137
49138         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
49139
49140 2005-10-19  Simon Josefsson  <jas@extundo.com>
49141
49142         * modules/gc-md4, modules/gc-md4-tests: New file.
49143
49144         * tests/test-gc-md4.c: New file.
49145
49146 2005-10-19  Simon Josefsson  <jas@extundo.com>
49147
49148         * m4/gc-md4.m4: New file.
49149
49150 2005-10-19  Simon Josefsson  <jas@extundo.com>
49151
49152         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
49153         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
49154         <kasal@ucw.cz>.
49155
49156 2005-10-19  Simon Josefsson  <jas@extundo.com>
49157
49158         * m4/gc-arcfour.m4: New file.
49159
49160         * m4/gc-rijndael.m4: New file.
49161
49162 2005-10-19  Simon Josefsson  <jas@extundo.com>
49163
49164         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
49165
49166 2005-10-19  Simon Josefsson  <jas@extundo.com>
49167
49168         * lib/gc-gnulib.c: Support ARCFOUR.
49169
49170 2005-10-19  Simon Josefsson  <jas@extundo.com>
49171
49172         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
49173         support.
49174
49175         * lib/gc.h: Add ECB enum type.
49176
49177         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
49178
49179 2005-10-18  Simon Josefsson  <jas@extundo.com>
49180
49181         * tests/test-md5.c: New file.
49182
49183         * modules/md5-tests: New file.
49184
49185 2005-10-18  Simon Josefsson  <jas@extundo.com>
49186
49187         * tests/test-md4.c: New file.
49188
49189         * modules/md4, modules/md4-tests: New files.
49190
49191 2005-10-18  Simon Josefsson  <jas@extundo.com>
49192
49193         * m4/md4.m4: New file.
49194
49195 2005-10-18  Simon Josefsson  <jas@extundo.com>
49196
49197         * lib/md4.h, lib/md4.c: New files, based on md5.?.
49198
49199 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
49200
49201         * gnulib-tool (func_create_testdir): Omit the second check whether
49202         BUILT_SOURCES in nonempty.
49203
49204 2005-10-17  Simon Josefsson  <jas@extundo.com>
49205
49206         * tests/test-rijndael.c: New file.
49207
49208 2005-10-17  Simon Josefsson  <jas@extundo.com>
49209
49210         * modules/sha1: Depend on stdint instead of md5.
49211
49212         * modules/md5: Depend on stdint, remove uint32_t.
49213
49214 2005-10-17  Simon Josefsson  <jas@extundo.com>
49215
49216         * modules/gc-sha1-tests: New file.
49217
49218         * tests/test-gc-sha1.c: New file.
49219
49220 2005-10-17  Simon Josefsson  <jas@extundo.com>
49221
49222         * m4/md5.m4: Remove call to uint32_t.m4.
49223
49224 2005-10-17  Simon Josefsson  <jas@extundo.com>
49225
49226         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
49227
49228         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
49229         md5.h.
49230
49231         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
49232
49233         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
49234
49235 2005-10-17  Simon Josefsson  <jas@extundo.com>
49236
49237         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
49238
49239 2005-10-17  Simon Josefsson  <jas@extundo.com>
49240
49241         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
49242
49243 2005-10-17  Simon Josefsson  <jas@extundo.com>
49244
49245         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
49246
49247         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
49248
49249 2005-10-17  Bruno Haible  <bruno@clisp.org>
49250
49251         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
49252         that it can also be used in a test.
49253
49254 2005-10-16  Bruno Haible  <bruno@clisp.org>
49255
49256         * gnulib-tool (func_emit_tests_Makefile_am): Also define
49257         TESTS_ENVIRONMENT, so that individual tests can augment it.
49258
49259         * gnulib-tool (func_create_testdir): Use an intermediate target for
49260         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
49261         macros, like $(ALLOCA_H), which cannot be passed through the command
49262         line.
49263
49264 2005-10-15  Simon Josefsson  <jas@extundo.com>
49265
49266         * modules/rijndael-tests: New file.
49267
49268         * modules/rijndael: New file.
49269
49270 2005-10-15  Simon Josefsson  <jas@extundo.com>
49271
49272         * m4/rijndael.m4: New file.
49273
49274 2005-10-15  Simon Josefsson  <jas@extundo.com>
49275
49276         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
49277
49278         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
49279
49280 2005-10-14  Simon Josefsson  <jas@extundo.com>
49281
49282         * tests/test-arcfour.c: New file.
49283
49284         * modules/arcfour, modules/arcfour-tests: New files.
49285
49286 2005-10-14  Simon Josefsson  <jas@extundo.com>
49287
49288         * m4/arcfour.m4: New file.
49289
49290 2005-10-14  Simon Josefsson  <jas@extundo.com>
49291
49292         * lib/arcfour.h, lib/arcfour.c: New files.
49293
49294 2005-10-14  Roland McGrath  <roland@redhat.com>
49295
49296         Import from libc.  [BZ #1331]
49297         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
49298         macro argument.
49299         Reported by Matej Vela <vela@debian.org>.
49300
49301 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
49302
49303         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
49304         include <wchar.h>; no longer needed.
49305
49306 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
49307
49308         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
49309
49310 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
49311         and  Ulrich Drepper  <drepper@redhat.com>
49312
49313         Import from libc.
49314         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
49315         instead of inline stream orientation test and two separate
49316         function calls.  Pay no attention to USE_IN_LIBIO.
49317
49318 2005-10-13  Simon Josefsson  <jas@extundo.com>
49319
49320         * modules/gc-hmac-md5-tests: New file.
49321
49322         * tests/test-gc-hmac-sha1.c: New file.
49323
49324         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
49325
49326         * modules/gc-hmac-md5-tests: New file.
49327
49328         * tests/test-gc-md5.c: New file.
49329
49330         * modules/gc-md5-tests: New file.
49331
49332 2005-10-13  Simon Josefsson  <jas@extundo.com>
49333
49334         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
49335         Move memory allocation outside of loop.
49336
49337 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
49338
49339         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
49340         intermediate directory is in a read-only file system.  Problem
49341         reported by Eric Blake.
49342
49343 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
49344
49345         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
49346
49347 2005-10-12  Simon Josefsson  <jas@extundo.com>
49348
49349         * tests/test-hmac-sha1.c: New file.
49350
49351         * modules/hmac-sha1-tests: New file.
49352
49353         * modules/hmac-sha1: New file.
49354
49355 2005-10-12  Simon Josefsson  <jas@extundo.com>
49356
49357         * modules/gc-sha1: New file.
49358
49359 2005-10-12  Simon Josefsson  <jas@extundo.com>
49360
49361         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
49362
49363         * tests/test-gc-pbkdf2-sha1.c: New file.
49364
49365 2005-10-12  Simon Josefsson  <jas@extundo.com>
49366
49367         * modules/gc-md5, modules/gc-hmac-md5: New files.
49368
49369         * modules/gc (Files): Remove md5, memxor and hmac files.
49370
49371 2005-10-12  Simon Josefsson  <jas@extundo.com>
49372
49373         * m4/gc-pbkdf2-sha1.m4: New file.
49374
49375         * m4/gc-hmac-sha1.m4: New file.
49376
49377         * m4/gc-sha1: New file.
49378
49379         * m4/hmac-sha1.m4: New file.
49380
49381 2005-10-12  Simon Josefsson  <jas@extundo.com>
49382
49383         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
49384
49385         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
49386
49387 2005-10-12  Simon Josefsson  <jas@extundo.com>
49388
49389         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
49390         suggested by Bruno Haible <bruno@clisp.org>.
49391
49392 2005-10-12  Simon Josefsson  <jas@extundo.com>
49393
49394         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
49395
49396 2005-10-12  Simon Josefsson  <jas@extundo.com>
49397
49398         * lib/gc-pbkdf2-sha1.c: New file.
49399
49400         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
49401
49402 2005-10-12  Simon Josefsson  <jas@extundo.com>
49403
49404         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
49405
49406         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
49407
49408 2005-10-12  Simon Josefsson  <jas@extundo.com>
49409
49410         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
49411         GC_USE_HMAC_MD5, respectively.
49412
49413         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
49414         (gc_md5): Fix typo.
49415
49416         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
49417
49418         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
49419
49420         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
49421
49422 2005-10-12  Bruno Haible  <bruno@clisp.org>
49423
49424         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
49425         Reported by Stepan Kasal <kasal@ucw.cz>.
49426
49427 2005-10-11  Simon Josefsson  <jas@extundo.com>
49428
49429         * tests/test-crc.c: New file.
49430
49431         * modules/crc, modules/crc-tests: New files.
49432
49433 2005-10-11  Simon Josefsson  <jas@extundo.com>
49434
49435         * m4/crc.m4: New file.
49436
49437 2005-10-11  Simon Josefsson  <jas@extundo.com>
49438
49439         * lib/gc.h: Add gc_hash and gc_hash_buffer.
49440
49441         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
49442
49443         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
49444
49445 2005-10-11  Simon Josefsson  <jas@extundo.com>
49446
49447         * lib/crc.h, lib/crc.c: New files.
49448
49449         * lib/gc.h (gc_hash_buffer): Add doc.
49450
49451 2005-10-11  Bruno Haible  <bruno@clisp.org>
49452
49453         * modules/c-strcasestr: New file.
49454         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
49455
49456 2005-10-11  Bruno Haible  <bruno@clisp.org>
49457
49458         * modules/c-strcase: New file.
49459         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
49460
49461 2005-10-11  Bruno Haible  <bruno@clisp.org>
49462
49463         * lib/strcasecmp.c: Include limits.h.
49464         (strcasecmp): Avoid integer overflow on exotic platforms.
49465         * lib/strncasecmp.c: Include limits.h.
49466         (strncasecmp): Avoid integer overflow on exotic platforms.
49467         Reported by Paul Eggert.
49468
49469 2005-10-11  Bruno Haible  <bruno@clisp.org>
49470
49471         * lib/c-strcasestr.h: New file, from GNU gettext.
49472         * lib/c-strcasestr.c: New file, from GNU gettext.
49473
49474 2005-10-11  Bruno Haible  <bruno@clisp.org>
49475
49476         * lib/c-strcase.h: New file, from GNU gettext.
49477         * lib/c-strcasecmp.c: New file, from GNU gettext.
49478         * lib/c-strncasecmp.c: New file, from GNU gettext.
49479
49480 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
49481
49482         * modules/mempcpy (License): GPL -> LGPL.
49483         * modules/strchrnul (License): Likewise.
49484         * modules/sysexits (License): Likewise.
49485
49486 2005-10-08  Simon Josefsson  <jas@extundo.com>
49487
49488         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
49489
49490 2005-10-07  Simon Josefsson  <jas@extundo.com>
49491
49492         * m4/memxor.m4: Remove gl_C_RESTRICT call.
49493
49494 2005-10-06  Simon Josefsson  <jas@extundo.com>
49495
49496         * tests/test-hmac-md5.c: New file.
49497
49498         * modules/hmac-md5-tests: New file.
49499
49500         * modules/hmac-md5: New file.
49501
49502 2005-10-06  Simon Josefsson  <jas@extundo.com>
49503
49504         * m4/hmac-md5.m4: New file.
49505
49506         * m4/memxor.m4: Require gl_C_RESTRICT.
49507
49508 2005-10-06  Simon Josefsson  <jas@extundo.com>
49509
49510         * lib/memxor.c (memxor): Avoid casts and warnings.
49511
49512 2005-10-06  Simon Josefsson  <jas@extundo.com>
49513
49514         * lib/hmac-md5.c: New file.
49515
49516         * lib/hmac.h: New file.
49517
49518 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
49519
49520         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
49521         promotes to int, not unsigned int, to catch the AIX 5.3
49522         compiler bug.
49523
49524 2005-10-05  Simon Josefsson  <jas@extundo.com>
49525
49526         * modules/memxor: New file.
49527
49528         * modules/iconv (Files): Move config.rpath to havelib, it is used
49529         there.
49530
49531         * modules/havelib (Files): Add config.rpath.
49532
49533 2005-10-05  Simon Josefsson  <jas@extundo.com>
49534
49535         * m4/memxor.m4: New file.
49536
49537 2005-10-05  Simon Josefsson  <jas@extundo.com>
49538
49539         * lib/memxor.c (memxor): Fix compiler error.
49540
49541         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
49542         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
49543
49544         * lib/memxor.h, lib/memxor.c: New files.
49545
49546         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
49547         we assume all systems have it, suggested by Jim Meyering
49548         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
49549         any systems lack sys/socket.h; mingw32 is known to lack it, but we
49550         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
49551         same reasons.
49552
49553 2005-10-05  Simon Josefsson  <jas@extundo.com>
49554
49555         * config/srclist.txt: Add glibc bug 1423 for md5.h.
49556
49557 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
49558
49559         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
49560         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
49561         needed, since the source code now assumes these .h files.
49562
49563 2005-10-05  Derek Price  <derek@ximbiot.com>
49564
49565         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
49566
49567 2005-10-05  Bruno Haible  <bruno@clisp.org>
49568
49569         * modules/stdint (License): Change to LGPL.
49570
49571 2005-10-04  Simon Josefsson  <jas@extundo.com>
49572
49573         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
49574         D. Baushke" <mdb@gnu.org>.
49575
49576 2005-10-04  Bruno Haible  <bruno@clisp.org>
49577
49578         * lib/verify.h (verify_true): Provide alternative definition for C++.
49579
49580 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
49581
49582         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
49583         (SSIZE_MAX): New macro, if not already defined.
49584         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
49585         than 2 GiB.
49586
49587 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49588
49589         Sync from coreutils.
49590         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
49591         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
49592         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
49593         ULLONG_MAX doesn't work with 2.7.2.1.
49594
49595 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49596
49597         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
49598         From Ben Pfaff.
49599
49600         * modules/exclude (Depends-on): Depend on verify.
49601         * modules/strtoimax (Depends-on): Likewise.
49602         * modules/utimecmp (Depends-on): Likewise.
49603
49604 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49605
49606         * lib/exclude.c: Include verify.h.
49607         (verify): Remove.  All callers changed to use verify.h's version.
49608         * lib/strtoimax.c: Likewise.
49609         * lib/utimecmp.c: Likewis.e
49610
49611         Sync from coreutils.
49612         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
49613         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
49614         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
49615         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
49616         bother returning ENOSYS if settimeofday or stime fails; just let
49617         them return whatever errno they want to return.
49618         * lib/utimens.c: Include unistd.h, for dup2.
49619         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
49620         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
49621
49622 2005-10-02  Jim Meyering  <jim@meyering.net>
49623
49624         Sync from coreutils.
49625         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
49626         from glibc-2.2.5 that fails for read-only files.
49627
49628 2005-10-02  Jim Meyering  <jim@meyering.net>
49629
49630         Sync from coreutils.
49631         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
49632         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
49633         `#if HAVE_CONFIG_H'.
49634         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
49635         Remove AT_FDCWD test.
49636         Do not consume the fd unless successful.
49637         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
49638         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
49639         block, so that we don't even try to compile it if settimeofday is
49640         available.  This works around a compilation failure on OSF1 V5.1,
49641         due to stime requiring a `long int*' while tv_sec is `int'.
49642
49643 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
49644
49645         Sync from coreutils.
49646         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
49647         against `yes', rather than just testing for nonempty.
49648
49649 2005-10-01  Simon Josefsson  <jas@extundo.com>
49650
49651         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
49652         and Darwin.
49653
49654         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
49655         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
49656         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
49657         freeaddrinfo and gai_strerror are declared by the POSIX headers.
49658         Check if struct addrinfo is declared.
49659
49660 2005-10-01  Simon Josefsson  <jas@extundo.com>
49661
49662         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
49663         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
49664         AI_* and EAI_* definitions.  Protect function declarations.
49665
49666 2005-10-01  Jim Meyering  <jim@meyering.net>
49667
49668         Sync from coreutils.
49669
49670         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
49671         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
49672         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
49673         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
49674         in the inet and nsl libraries.  Required on Solaris 5.7.
49675
49676 2005-10-01  Jim Meyering  <jim@meyering.net>
49677
49678         Sync from coreutils.
49679         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
49680         in the inet and nsl libraries.  Required on Solaris 5.7.
49681
49682 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
49683
49684         * lib/getdelim.c (getdelim): Remove unused variables.
49685
49686 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
49687
49688         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
49689         so that the code works even with ancient cpp.  Portability problem
49690         with GCC 2.7.2.1 reported by Thomas M.Ott.
49691
49692 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
49693
49694         * modules/regex (Depends-on): Add strcase.
49695
49696         * modules/gethostname (Licence): Change from GPL to LGPL, since
49697         gethostname.c is a trivial implementation of a standard library
49698         function.
49699         * modules/poll (License): Change from GPL to LGPL, since it's
49700         derived from LGPL code.
49701
49702 2005-09-27  Jim Meyering  <jim@meyering.net>
49703
49704         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
49705         HAVE_CONFIG_H.
49706
49707         * lib/intprops.h (signed_type_or_expr__): Define.
49708         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
49709         for unsigned types.
49710
49711 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
49712
49713         * lib/verify.h (verify_expr): Remove, replacing with:
49714         (verify_true): New macro that returns true instead of void.
49715         (verify_type__): Remove.
49716         (verify): Use verify_true rather than verify_type__.
49717
49718 2005-09-26  Bruno Haible  <bruno@clisp.org>
49719
49720         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
49721         is necessary.
49722         (lib_SOURCES): Remove mbchar.c.
49723         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
49724         (Files): Add m4/mbrtowc.m4.
49725         * modules/mbiter: Likewise.
49726         * modules/mbuiter: Likewise.
49727
49728 2005-09-26  Bruno Haible  <bruno@clisp.org>
49729
49730         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
49731         compile mbchar.c if they are not both present.
49732         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
49733         * m4/mbiter.m4 (gl_MBITER): Likewise.
49734         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
49735         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
49736         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
49737
49738 2005-09-25  Jim Meyering  <jim@meyering.net>
49739
49740         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
49741         also uses socklen_t.
49742
49743 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
49744
49745         * lib/utimens.c (ENOSYS): Define if not already defined.
49746         (futimens): Support having a null PATH if the file descriptor
49747         is nonnegative.
49748
49749         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
49750         Remove.
49751         (__attribute): Define to empty unless GCC 3.1 or later.
49752         This works around a core dump on OpenBSD 3.4, which has GCC
49753         2.95.3, which dumps core when given __attribute__(()).  It also
49754         simplifies other tests, since we really don't want to bother with
49755         worrying about which ancient version of GCC supported what.
49756         Original problem reported by Yoann Vandoorselaere, with part of
49757         the fix suggested by Derek Price.
49758
49759 2005-09-24  Jim Meyering  <jim@meyering.net>
49760
49761         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
49762         so we can once again use a positive bitfield width of 1 -- now we
49763         don't have to explain why we were using a bitfield width of 2.
49764
49765 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
49766
49767         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
49768         and similarly for the other external symbols.  Problem reported
49769         by James Gallager.
49770
49771         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
49772         bug reported by Jim Meyering.
49773
49774         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
49775         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
49776         not needed, since socklen is a prerequisite module.
49777
49778 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
49779
49780         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
49781         Problem reported by Eric Blake.
49782         (getaddrinfo): Initialize se so that it's not garbage.
49783         Redo internal storage allocation so that it doesn't make unportable
49784         assumptions about alignment.
49785         Fix a memory leak.
49786
49787         * lib/utimens.c (futimens): Use futimesat if available.
49788         Prefer it to futimes since it doesn't have the futimes bug.
49789
49790         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
49791         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
49792         Instead, declare a function that returns a pointer to an array,
49793         and use verify_type__ to declare the size of the array.
49794         Problem and germ of a solution reported by Bruno Haible.
49795         (verify_type__): Use 2, not 1, for bitfield size, to avoid
49796         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
49797
49798 2005-09-23  Jim Meyering  <jim@meyering.net>
49799
49800         Sync from coreutils.
49801         Correct build failure (socklen_t not defined) on at least
49802         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
49803         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
49804
49805 2005-09-23  Jim Meyering  <jim@meyering.net>
49806
49807         * modules/getaddrinfo (Depends-on): Add socklen.
49808
49809 2005-09-23  Bruno Haible  <bruno@clisp.org>
49810
49811         * tests/test-verify.c: New file.
49812
49813 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49814
49815         Sync from coreutils.
49816
49817         * modules/argmatch (Depends-on): Add verify.
49818         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
49819         unistd-safer.
49820         * modules/save-cwd (Depends-on): Likewise.
49821
49822         * modules/openat (Files): Add lib/openat-die.c.
49823         (Depends-on): Remove error, exitfail.
49824         Add dirname.
49825
49826         * modules/verify: New file.
49827         * MODULES.html.sh (Diagnostics <assert.h>): New section,
49828         with "verify" module.
49829
49830 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49831
49832         Sync from coreutils.
49833
49834         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
49835         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
49836         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
49837         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
49838         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
49839         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
49840         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
49841         Don't bother checking for string.h, stdlib.h, unistd.h.
49842         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
49843         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
49844         module's job.
49845         * m4/jm-macros.m4 (gl_MACROS): Likewise.
49846         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
49847
49848         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
49849         (gl_GETDATE): Use it.
49850
49851         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
49852
49853 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49854
49855         Sync from coreutils.
49856
49857         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
49858         stat-time.h.
49859         * lib/argmatch.h: Include verify.h
49860         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
49861         (ARGMATCH_ASSERT): Remove; unused.
49862         * lib/canonicalize.c: Assume STDC_HEADERS.
49863         * lib/exclude.c: Include "strcase.h".
49864         * lib/regex_internal.h [!defined _LIBC]: Likewise.
49865         * lib/getusershell.c: Include stdio--.h rather than stdio.h
49866         and stdio-safer.h.
49867         (getusershell): Call fopen, not fopen_safer.
49868         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
49869         Do not include unistd-safer.h.
49870         (save_cwd): Don't call fd_safer; no longer needed
49871         now that we include fcntl--.h.
49872
49873         * lib/getdate.y (relative_time): New type.
49874         (RELATIVE_TIME_0): New constant.
49875         (parser_control): Use relative_time instead of doing it ourselves.
49876         (%union): Add new relative_time rel member.
49877         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
49878         Now typeless.
49879         (relunit, relunit_snumber): Now of type rel.
49880         (zone, rel, relunit, get_date): Adjust to above changes.
49881
49882         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
49883         Do not include unistd-safer.h.
49884         (getloadavg): Don't call fd_safer; no longer needed
49885         now that we include fcntl--.h.
49886
49887         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
49888         (make_dir_parents): Treat ENOSYS like EEXIST.
49889
49890         Improve quality of diagnostics on restore_cwd failure.
49891         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
49892         (make_dir_parents): Last arg is now int * (for errno), not bool *.
49893         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
49894         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
49895         each time through the loop.  Do not diagnose restore_cwd failure;
49896         that is the caller's job (and perhaps the caller does not care).
49897
49898         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
49899         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
49900         If the file already exists but is not a directory, don't bother
49901         to try to make its parents.
49902         Close potential file descriptor leak if we can't chdir("/") (!).
49903         Don't always return true if chdir($PWD) fails; return true only
49904         if the requested action was done successfully (except for the
49905         chdir($PWD)).
49906         Don't log final directory unless we actually made it.
49907         Refactor to avoid duplicate code to fix up permissions.
49908         Don't attempt to fix up parent permissions if chdir($PWD) fails.
49909
49910         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
49911         to make it a bit faster and (I hope) clearer.
49912         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
49913         Fix bug in formats like %2N.
49914
49915         * lib/verify.h: New file.
49916
49917 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49918
49919         Sync from coreutils.
49920         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
49921
49922 2005-09-22  Jim Meyering  <jim@meyering.net>
49923
49924         Sync from coreutils.
49925
49926         * m4/lstat.m4 (gl_FUNC_LSTAT):
49927         Use AC_LIBSOURCES to require lstat.c and lstat.h.
49928         Remove obsolete comment.
49929         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
49930         * m4/xstrtod.m4: Likewise.
49931
49932         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
49933
49934 2005-09-22  Jim Meyering  <jim@meyering.net>
49935
49936         Sync from coreutils.
49937
49938         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
49939
49940         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
49941         the .tm_year member, since otherwise gcc-4.0 would now warn about
49942         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
49943
49944         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
49945         order to avoid an unsuppressible warning from gcc on 64-bit systems.
49946
49947         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
49948         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
49949         when run in a time zone for which daylight savings time is in effect
49950         for the starting date.
49951
49952         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
49953         stop us from restricting permissions of just-created absolute-named
49954         directories.
49955         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
49956         to restore initial working directory.
49957         * lib/mkdir-p.c (make_dir_parents): New parameter:
49958         different_working_dir, to tell caller if/when we change the working
49959         directory and are unable to return to the initial one.
49960         * lib/mkdir-p.h (make_dir_parents): Update prototype.
49961         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
49962         `return false'.  This fixes a bug introduced on 2004-07-30.
49963
49964         * lib/openat.c (fdopendir): Be sure to close the supplied
49965         file descriptor before returning.  This makes our replacement
49966         implementation a little closer to Solaris's, where fdopendir
49967         ties the file descriptor to the returned DIR* pointer.
49968         * lib/openat.c (unlinkat): New function.
49969         * lib/openat.h (unlinkat): Add prototype.
49970         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
49971         (openat_restore_fail): Rename from openat_restore_die.
49972         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
49973
49974         Provide an alternative to exiting immediately upon save_cwd or
49975         restore_cwd failure.  Now, an application can arrange e.g.,
49976         to perform a longjump in that case.
49977         * lib/openat.c: Include dirname.h.
49978         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
49979         (rpl_openat, fdopendir, fstatat): Call openat_save_die
49980         and openat_restore_die rather than calling error directly.
49981         Don't include "error.h" or "exitfail.h"; they're no longer needed.
49982
49983         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
49984         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
49985         define.
49986
49987         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
49988         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
49989                             int utc, int nanoseconds);
49990         Background:
49991         date should not have to allocate a megabyte of virtual memory to
49992         handle a format argument like +%1048575T.  When implemented with
49993         strftime, it must allocate such a buffer, use strftime to fill it
49994         in, print it, then free it.
49995         With fprintftime, it simply prints everything and exits.
49996         With no need for memory allocation, that's one fewer way to fail.
49997         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
49998         optional field width, not before, so we accept %9:z, not %:9z.
49999         (my_strftime): Be sure to use L_('x') for literals.
50000
50001         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
50002         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
50003         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
50004         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
50005         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
50006         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
50007         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
50008         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
50009         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
50010         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
50011         * lib/xgethostname.c, lib/xreadlink.c:
50012         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
50013
50014         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
50015         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
50016         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
50017         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
50018         and don't include <sys/file.h>).
50019
50020 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
50021
50022         Sync from coreutils.
50023
50024         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
50025         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
50026         [!LDAV_DONE]: Avoid unused variable warning.
50027
50028 2005-09-21  Bruno Haible  <bruno@clisp.org>
50029
50030         * lib/unicodeio.h (unicode_to_mb): New declaration.
50031
50032 2005-09-20  Derek Price  <derek@ximbiot.com>
50033
50034         * lib/getaddrinfo.c: Don't include <netdb.h> included from
50035         getaddrinfo.h.
50036
50037 2005-09-20  Bruno Haible  <bruno@clisp.org>
50038
50039         * gnulib-tool: Remove trailing slashes from the values specified for
50040         --source-base, --m4-base, --tests-base, --aux-dir.
50041         Suggested by Simon Josefsson <jas@extundo.com>.
50042
50043 2005-09-20  Bruno Haible  <bruno@clisp.org>
50044
50045         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
50046         func_modules_to_filelist, func_import, func_create_testdir): Make all
50047         sorting results locale-independent, so that gnulib-cache.m4 doesn't
50048         change when gnulib-tool is invoked in a different locale.
50049
50050 2005-09-19  Simon Josefsson  <jas@extundo.com>
50051
50052         * m4/socklen.m4: Fix typo.
50053
50054 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
50055
50056         Use a consistent style for including <config.h>.
50057         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
50058         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
50059         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
50060         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
50061         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
50062         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
50063         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
50064         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
50065         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
50066         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
50067         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
50068         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
50069         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
50070         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
50071         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
50072         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
50073         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
50074         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
50075         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
50076         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
50077         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
50078         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
50079         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
50080         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
50081         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
50082         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
50083         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
50084         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
50085         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
50086         lib/xstrtoumax.c, lib/yesno.c:
50087         Standardize inclusion of config.h.
50088         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
50089         lib/inttostr.h:  Removed inclusion of config.h from header files.
50090         * lib/inttostr.c:  Adjusted in-tree users.
50091         * lib/timespec.h: Remove superfluous warning to include config.h.
50092         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
50093         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
50094         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
50095         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
50096         config.h with HAVE_CONFIG_H.
50097
50098 2005-09-19  Jim Meyering  <jim@meyering.net>
50099
50100         * modules/pathmax (License): Change to LGPL.
50101
50102 2005-09-19  Derek Price  <derek@ximbiot.com>
50103
50104         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
50105
50106 2005-09-19  Bruno Haible  <bruno@clisp.org>
50107
50108         * gnulib-tool (import): Provide default for --tests-base.
50109
50110 2005-09-19  Bruno Haible  <bruno@clisp.org>
50111
50112         * doc/quote.texi: New file, extracted from gnulib.texi.
50113         * doc/ctime.texi: New file, extracted from gnulib.texi.
50114         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
50115         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
50116         * doc/gnulib.texi: Include them.
50117
50118 2005-09-18  Bruno Haible  <bruno@clisp.org>
50119
50120         Portability fix.
50121         * gnulib-tool (func_readlink): New function.
50122         (func_ln_if_changed): Use it.
50123
50124 2005-09-18  Bruno Haible  <bruno@clisp.org>
50125
50126         * gnulib-tool: Support --with-tests also with --import.
50127         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
50128         (func_import): Use variables $testsbase and $inctests. Emit a
50129         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
50130         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
50131         SUBDIRS += $testsdir.
50132         (func_create_testdir): Update.
50133
50134 2005-09-18  Bruno Haible  <bruno@clisp.org>
50135
50136         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
50137         instead of $dry_run.
50138         (func_cp_if_changed, func_mv_if_changed): Remove functions.
50139         (func_ln_if_changed): Don't handle dry-run here.
50140         (func_import): In dry-run mode, detect more precisely which actions
50141         would be performed, and don't use "...ing" verbs.
50142
50143 2005-09-18  Bruno Haible  <bruno@clisp.org>
50144
50145         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
50146         (func_import): Use join on two temporary files instead of three nested
50147         loops, in order to determine which files are new or old.
50148
50149 2005-09-18  Bruno Haible  <bruno@clisp.org>
50150
50151         * gnulib-tool (func_import): Comment out code that spits out the
50152         new files with --dry-run.
50153
50154 2005-09-18  Bruno Haible  <bruno@clisp.org>
50155
50156         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
50157
50158 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
50159
50160         * lib/stat-time.h: New file.
50161         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
50162         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
50163         in a different way.
50164         (timespec_cmp): New function.
50165         * lib/utimecmp.c: Include stat-time.h.
50166         (SYSCALL_RESOLUTION): Depend on whether various struct stat
50167         members exist, not on the obsolescent ST_MTIM_NSEC.
50168         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
50169
50170 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
50171
50172         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
50173
50174 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
50175
50176         * MODULES.html.sh (File system functions): Add stat-time.
50177         * modules/stat-time: New file.
50178         * modules/timespec (Files): Remove m4/st_mtim.m4; this
50179         is now done in a different way, by the stat-time module.
50180         * modules/utimecmp (Depends-on): Add stat-time.
50181
50182 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
50183
50184         * m4/st_mtim.m4: Remove.  Superseded by...
50185         * m4/stat-time.m4: New file.
50186         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
50187         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
50188
50189 2005-09-15  Derek Price  <derek@ximbiot.com>
50190
50191         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
50192
50193 2005-09-15  Derek Price  <derek@ximbiot.com>
50194
50195         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
50196         * lib/regex_internal.c: Ditto, using this...
50197         (__GNUC_PREREQ): ...new macro.
50198         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
50199         using...
50200         (__GNUC_PREREQ): ...this new macro.
50201
50202         * lib/strstr.h: Include string.h. Define strstr as a macro here.
50203
50204 2005-09-15  Derek Price  <derek@ximbiot.com>
50205             Paul Eggert  <eggert@cs.ucla.edu>
50206
50207         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
50208         changes, consolidating in...
50209         * lib/regex_internal.h: ...this file.
50210
50211 2005-09-13  Jim Meyering  <jim@meyering.net>
50212
50213         * lib/canon-host.c: Filter through gnu indent and reword comments
50214         slightly.
50215         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
50216
50217 2005-09-13  Derek Price  <derek@ximbiot.com>
50218
50219         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
50220         failure.
50221         Reported by Jim Meyering  <jim@meyering.net>.
50222
50223 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
50224
50225         * lib/base64.c: Typo.
50226         (base64_encode): Put b64str in initialized data section.
50227
50228 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
50229
50230         Merge glibc and coreutils changes into gnulib, plus a few
50231         extra fixes.
50232         * lib/md5.c: Use #error rather than a string.
50233         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
50234         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
50235         (__attribute__): Define to empty for non recent-GCC.
50236         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
50237         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
50238         Renamed from their non-__ counterparts, with new macros replacing
50239         them if not _LIBC.  Add __THROW attribute.
50240         (rol): Remove.
50241         (struct md5_ctx): Align buffer if using GCC.
50242         * lib/sha1.h (struct sha1_ctx): Likewise.
50243         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
50244         The old name was backwards.
50245         (NOTSWAP): Remove; not used.
50246         (rol): New macro, moved here from md5.h.
50247         (sha1_process_block): Remove a FIXME that doesn't make sense.
50248
50249 2005-09-12  Derek Price  <derek@ximbiot.com>
50250
50251         Return usable errors from canon-host.
50252         * lib/canon-host.h: New file.
50253         * lib/canon-host.c (canon_host): Wrap...
50254         (canon_host_r): ...this new function, which now relies exclusively on
50255         getaddrinfo.
50256         (ch_strerror): New function.
50257         (last_cherror): New global.
50258         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
50259         interface.
50260         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
50261         void *.
50262         (freeaddrinfo): Free ai->ai_canonname when set.
50263
50264 2005-09-12  Derek Price  <derek@ximbiot.com>
50265
50266         Make canon-host require getaddrinfo.
50267         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
50268         AC_LIBSOURCE canon-host.h.  Call...
50269         (gl_PREREQ_CANON_HOST): ...this new function, which requires
50270         gl_GETADDRINFO.
50271         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
50272
50273 2005-09-12  Derek Price  <derek@ximbiot.com>
50274
50275         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
50276         LGPL.
50277         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
50278
50279 2005-09-12  Derek Price  <derek@ximbiot.com>
50280
50281         * lib/gai_strerror.c: Include config.h when available.  Include
50282         getaddrinfo.h before other headers to test interface.
50283         Reported by Larry Jones <lawrence.jones@ugs.com>.
50284
50285 2005-09-12  Derek Price  <derek@ximbiot.com>
50286             Paul Eggert  <eggert@cs.ucla.edu>
50287
50288         * modules/glob (Files): Add glob-libc.h.
50289
50290 2005-09-12  Derek Price  <derek@ximbiot.com>
50291             Paul Eggert  <eggert@cs.ucla.edu>
50292
50293         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
50294         glob_.h, glob-libc.h.
50295         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
50296
50297 2005-09-12  Derek Price  <derek@ximbiot.com>
50298             Paul Eggert  <eggert@cs.ucla.edu>
50299
50300         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
50301         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
50302         protecting things that should be done only in gnulib contexts.
50303         * lib/glob_.h: New file, containing only the glob things needed for
50304         gnulib.
50305         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
50306         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
50307         (glob, globfree, glob_pattern_p): Now defined simply in terms of
50308         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
50309         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
50310         and to respect the namespace rules better.
50311
50312 2005-09-08  Simon Josefsson  <jas@extundo.com>
50313
50314         * modules/socklen: New file.
50315
50316 2005-09-08  Simon Josefsson  <jas@extundo.com>
50317
50318         * m4/socklen.m4: New file.
50319
50320 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50321
50322         * modules/utimens (Files): Add m4/utimbuf.m4, since
50323         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
50324         Reported by Sergey Poznyakoff.
50325
50326 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50327
50328         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
50329         definitions, since that's the preferred style in glibc.
50330         Fix a minor spacing issue, and update copyright notice to match
50331         glibc's.
50332
50333 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50334
50335         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
50336
50337 2005-09-06  Simon Josefsson  <jas@extundo.com>
50338
50339         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
50340         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
50341
50342 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
50343
50344         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
50345         warning.
50346
50347 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
50348
50349         * config/srclist.txt: Add glibc bug 1302.
50350
50351 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
50352
50353         Change bitset word type from unsigned int to unsigned long int,
50354         as this has better performance on typical 64-bit hosts.
50355         Port bitset code to hosts with unusual word sizes.
50356         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
50357         (build_collating_symbol):
50358         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
50359         argument is a bitset.  This is merely a style issue, but it makes
50360         it clearer that an entire array is expected.
50361         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
50362         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
50363         Port to the case where bitset_word is not the same as unsigned int.
50364         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
50365         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
50366         Likewise.
50367         * lib/regexec.c (check_dst_limits_calc_pos_1,
50368         check_subexp_matching_top):
50369         (build_trtable, group_nodes_into_DFAstates):
50370         Likewise.
50371         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
50372         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
50373         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
50374         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
50375         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
50376         * lib/regcomp.c (optimize_subexps, lower_subexp):
50377         Work even if bitset_word has holes in its bitwise representation.
50378         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
50379         * lib/regexec.c (check_dst_limits_calc_pos_1,
50380         check_subexp_matching_top):
50381         Likewise.
50382         * lib/regex_internal.c (re_string_reconstruct):
50383         Don't assume UCHAR_MAX == 255.
50384         * lib/regex_internal.h (bitset_set_all): Likewise.
50385         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
50386         All uses changed.
50387         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
50388         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
50389         All uses changed.
50390         (BITSET_WORD_MAX): New macro.
50391         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
50392         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
50393         (bitset_empty, bitset_copy):
50394         Prefer sizeof (bitset) to multiplying it out ourselves.
50395         (bitset_not_merge): Remove; unused.
50396         (bitset_contain): Return bool, not unsigned int with one bit on.
50397         All callers changed.
50398         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
50399         alignment than re_node_set; do this by defining a new internal
50400         type struct dests_alloc and using it to allocate memory.
50401
50402 2005-09-05  Bruno Haible  <bruno@clisp.org>
50403
50404         * gnulib-tool (func_import): Fix comparison in handling of symbolic
50405         links.
50406
50407 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
50408
50409         * modules/size_max (Makefile.am): Add size_max.h
50410
50411 2005-09-04  Derek Price  <derek@ximbiot.com>
50412
50413         * gnulib-tool (func_import): Fix reversed $symbolic logic.
50414
50415 2005-09-03  Simon Josefsson  <jas@extundo.com>
50416
50417         * gnulib-tool: Fix typo.
50418
50419 2005-09-03  Simon Josefsson  <jas@extundo.com>
50420
50421         * config/srclist.txt: Add glibc bug 1293.
50422
50423 2005-09-03  Derek Price  <derek@ximbiot.com>
50424
50425         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
50426         From Larry Jones <lawrence.jones@ugs.com>.
50427
50428 2005-09-02  Simon Josefsson  <jas@extundo.com>
50429
50430         * modules/socklen: New file.
50431
50432 2005-09-02  Simon Josefsson  <jas@extundo.com>
50433
50434         * modules/havelib: New module.
50435
50436         * modules/gettext, modules/iconv, modules/lock, modules/readline:
50437         Use havelib.
50438
50439 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
50440
50441         Check for arithmetic overflow when calculating sizes, to prevent
50442         some buffer-overflow issues.  These patches are conservative, in the
50443         sense that when I couldn't determine whether an overflow was possible,
50444         I inserted a run-time check.
50445         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
50446         macros.
50447         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
50448         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
50449         (re_xnrealloc, re_x2nrealloc): New inline functions.
50450         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
50451         parse_bracket_exp):
50452         (build_equiv_class, build_charclass): Check for arithmetic overflow
50453         in size expression calculations.
50454         * lib/regex_internal.c (re_string_realloc_buffers):
50455         (build_wcs_upper_buffer, re_node_set_add_intersect):
50456         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
50457         (re_dfa_add_node, register_state): Likewise.
50458         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
50459         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
50460         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
50461         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
50462
50463 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
50464
50465         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
50466         m4/ulonglong.m4.  Problem reported by Martin Lambers.
50467
50468 2005-09-02  Bruno Haible  <bruno@clisp.org>
50469
50470         Support for lib vs. lib64 distinction on biarch platforms.
50471         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
50472         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
50473         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
50474
50475 2005-09-02  Bruno Haible  <bruno@clisp.org>
50476
50477         * gnulib-tool (import): In the other first-use case, provide defaults
50478         as well.
50479
50480 2005-09-02  Bruno Haible  <bruno@clisp.org>
50481
50482         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
50483         patches not yet found in the latest gettext release.
50484
50485 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
50486
50487         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
50488         to avoid a collision with bits/local_lim.h in glibc.
50489         All uses changed.  Problem reported by Dmitry V. Levin in
50490         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
50491
50492         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
50493         bugs in int versus size_t comparisons.
50494         (re_string_context_at): Fix bug where the code assumed that
50495         Idx is signed.
50496
50497         Use bool where appropriate.
50498         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
50499         All callers changed.
50500         (calc_eclosure_iter): Likewise, for ROOT arg.
50501         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
50502         (build_charclass_op): Likewise, for NON_MATCH arg.
50503         * lib/regex_internal.c (re_string_allocate, re_string_construct):
50504         (re_string_construct_common): Likewise, for ICASE arg.
50505         * lib/regexec.c (re_search_2_stub, re_search_stub):
50506         Likewise, for RET_LEN arg.
50507         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
50508         (set_regs): Likewise, for FL_BACKTRACK arg.
50509         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
50510         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
50511         (calc_eclosure_iter, parse_bracket_exp):
50512         Use bool for internal variables that are booleans.
50513         * lib/regexec.c (re_search_internal, check_matching,
50514         proceed_next_node):
50515         (set_regs, build_sifted_states, sift_states_bkref):
50516         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
50517         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
50518         (find_collation_sequence_value):
50519         Likewise.
50520         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
50521         (re_node_set_compare):
50522         Return bool, not int. All callers changed.
50523         * lib/regexec.c (check_halt_node_context, check_dst_limits):
50524         (build_trtable, check_node_accept): Likewise.
50525         * lib/regex_internal.h: Include stdbool.h.
50526
50527         Fix bugs uncovered when converting to bool.
50528         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
50529         failure instead of charging ahead blindly.
50530         * lib/regex_internal.c (register_state): Likewise.
50531         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
50532         for freeing internal storage.
50533         (group_nodes_into_DFA_states): Use unsigned int, not int, for
50534         bitset pieces used as boolean, to avoid undefined behavior
50535         on hosts that do int overflow checking.
50536
50537 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
50538
50539         * config/srclist.txt: Add glibc bugs 1285-1287.
50540
50541 2005-09-01  Jim Meyering  <jim@meyering.net>
50542
50543         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
50544         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
50545         Require gl_STAT_MACROS, too.
50546
50547 2005-09-01  Bruno Haible  <bruno@clisp.org>
50548
50549         * gnulib-tool (import): In the first-use case, provide defaults.
50550
50551 2005-09-01  Bruno Haible  <bruno@clisp.org>
50552
50553         * gnulib-tool (func_import): Remove the .tmp files.
50554
50555 2005-09-01  Bruno Haible  <bruno@clisp.org>
50556
50557         * gnulib-tool (func_import): Fix handling of symbolic links.
50558
50559 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50560
50561         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
50562         old glibc regex code mishandles strings longer than 2**31 bytes.
50563         This patch fixes this when the regex code is used in gnulib
50564         (i.e., outside glibc).
50565
50566         This patch should not affect the use of the regex code inside
50567         glibc.  No doubt this problem also needs to be handled for glibc
50568         as well, but the result will be an incompatible change to the
50569         glibc ABI, and the old ABI will have to be supported too.  That
50570         can be the the subject for another patch.
50571
50572         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
50573         governing whether the rest of this patch is active.  By default,
50574         the macro is disabled and the patch has no effect.
50575         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
50576         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
50577         (struct re_pattern_buffer, re_search, re_search_2, re_match):
50578         (re_match_2, re_set_registers): Use the new types.
50579         * lib/regex_internal.h (Idx, re_hashval_t): New types.
50580         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
50581         New macros.
50582         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
50583         (re_string_context_at, bin_tree_t, re_dfastate_t):
50584         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
50585         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
50586         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
50587         (re_string_char_size_at, re_string_wchar_at):
50588         (re_string_elem_size_at):
50589         Use the new types and macros to port to 64-bit hosts.
50590         Use unsigned types for internal values, so that the code
50591         mostly works even for arrays larger than SSIZE_MAX.
50592         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
50593         (search_duplicated_node, calc_eclosure_iter, fetch_number):
50594         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
50595         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
50596         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
50597         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
50598         (calc_inveclosure, parse_dup_op, build_range_exp):
50599         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
50600         (fetch_number, create_token_tree, mark_opt_subexp):
50601         Likewise.
50602         * lib/regex_internal.c (re_string_construct_common,
50603         create_ci_newstate):
50604         (create_cd_newstate, re_string_allocate, re_string_construct):
50605         (re_string_realloc_buffers, build_wcs_upper_buffer):
50606         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
50607         (re_string_reconstruct, re_string_peek_byte_case):
50608         (re_string_fetch_byte_case, re_string_context_at):
50609         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
50610         (re_node_set_init_copy, re_node_set_add_intersect):
50611         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
50612         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
50613         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
50614         (re_acquire_state, re_acquire_state_context, register_state):
50615         Likewise.
50616         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
50617         search_cur_bkref_entry):
50618         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
50619         (re_search_internal, re_search_2_stub, re_search_stub)
50620         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
50621         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
50622         (update_cur_sifted_state, check_dst_limits):
50623         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
50624         (check_subexp_limits, sift_states_bkref, merge_state_array):
50625         (check_subexp_matching_top, get_subexp, get_subexp_sub):
50626         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
50627         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
50628         (expand_bkref_cache, check_node_accept_bytes):
50629         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
50630         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
50631         (acquire_init_state_context, check_halt_node_context):
50632         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
50633         (sift_states_backward, clean_state_log_if_needed):
50634         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
50635         (find_recover_state, transit_state_sb, transit_state_mb):
50636         (transit_state_bkref, build_trtable, match_ctx_clean):
50637         Likewise.
50638         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
50639         to work around an assumption that REG_MISSING is negative.
50640
50641         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
50642         (seek_collating_symbol_entry) [defined _LIBC]:
50643         (lookup_collation_sequence_value) [defined _LIBC]:
50644         (build_range_exp, build_collating_symbol) [defined _LIBC]:
50645         Use prototypes rather than old-style function definitions.
50646         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
50647         (transit_state_sb) [0]:
50648         (find_collation_sequence_value) [defined _LIBC]: Likewise.
50649
50650         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
50651         rm_eo.
50652
50653         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
50654         (optimize_subexps, lower_subexp):
50655         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
50656         since the signed shift might overflow.  Use 1u<<31 instead.
50657         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
50658         Likewise.
50659         * lib/regexec.c (check_dst_limits_calc_pos_1,
50660         check_subexp_matching_top): Likewise.
50661
50662         * lib/regcomp.c (optimize_subexps, lower_subexp):
50663         Use CHAR_BIT rather than 8, for clarity.
50664         * lib/regexec.c (check_dst_limits_calc_pos_1):
50665         (check_subexp_matching_top): Likewise.
50666         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
50667         have to worry about portability issues when shifting it left.
50668         Remove no-longer-needed test for table_size > 0.
50669         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
50670         in a word, as the resulting behavior is undefined.
50671         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
50672         in one case, a <= should have been an <, and in another case the
50673         whole test was missing.
50674         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
50675         the standard name CHAR_BIT.
50676         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
50677         this is not true on one's complement and signed-magnitude hosts.
50678
50679         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
50680         next_last_offset.
50681         (struct re_dfa_t): Remove unused member states_alloc.
50682         * lib/regcomp.c (init_dfa): Don't initialize unused members.
50683
50684 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50685
50686         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
50687         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
50688         and large-file glibc and in 32-bit large-file Solaris.
50689
50690 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50691
50692         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
50693         lengths fit in regoff_t; this isn't true if regoff_t is the same
50694         width as size_t.
50695         * lib/regex.c (re_search_internal): 5th arg is LAST_START
50696         (= START + RANGE) instead of RANGE.  This avoids overflow
50697         problems when regoff_t is the same width as size_t.
50698         All callers changed.
50699         (re_search_2_stub): Check for overflow when adding the
50700         sizes of the two strings.
50701         (re_search_stub): Check for overflow when adding START
50702         to RANGE; if it occurs, substitute the extreme value.
50703
50704 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50705
50706         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
50707
50708 2005-08-31  Jim Meyering  <jim@meyering.net>
50709
50710         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
50711         a pointer-to-const.
50712         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
50713         (register_state): Likewise.
50714         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
50715         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
50716         (group_nodes_into_DFAstates): Likewise.
50717
50718 2005-08-31  Jim Meyering  <jim@meyering.net>
50719
50720         * check-module: Add a FIXME comment.
50721
50722 2005-08-31  Eric Blake  <ebb9@byu.net>
50723
50724         * modules/unistd-safer (Files): Add unistd--.h.
50725         * modules/stdio-safer (Files): Add stdio--.h.
50726
50727 2005-08-31  Derek Price  <derek@ximbiot.com>
50728
50729         * lib/getdelim.c (getdelim): Return EOF on EOF.
50730         Reported by Larry Jones <lawrence.jones@ugs.com>.
50731
50732 2005-08-31  Bruno Haible  <bruno@clisp.org>
50733
50734         Avoid unnecessary diffs in the generated lib/Makefile.am.
50735         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
50736         the generated files.
50737         (func_import): Don't set cmd.
50738
50739 2005-08-31  Bruno Haible  <bruno@clisp.org>
50740
50741         * lib/strstr.c: Include <stddef.h>, for NULL.
50742         * lib/strcasestr.c: Likewise.
50743         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
50744
50745 2005-08-31  Bruno Haible  <bruno@clisp.org>
50746
50747         * gnulib-tool: New option --macro-prefix.
50748         (func_import): Use macro_prefix.
50749         (import): Handle option --macro-prefix.
50750
50751 2005-08-31  Bruno Haible  <bruno@clisp.org>
50752
50753         * gnulib-tool (import): Rename most ac_* variables to cached_*.
50754         Also use new variables cached_lgpl, cached_libtool.
50755
50756 2005-08-31  Bruno Haible  <bruno@clisp.org>
50757
50758         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
50759         always instantiating them.
50760
50761 2005-08-31  Bruno Haible  <bruno@clisp.org>
50762
50763         * gnulib-tool (func_import): Read the previous cached settings
50764         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
50765         earlier added by gnulib but are now dropped. Warn when a gnulib file
50766         overwrites a non-gnulib file.
50767
50768 2005-08-31  Bruno Haible  <bruno@clisp.org>
50769
50770         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
50771         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
50772         projects that don't keep autogenerated files in CVS. Put into
50773         actioncmd only the specified modules, not the transitive closure.
50774
50775 2005-08-31  Bruno Haible  <bruno@clisp.org>
50776
50777         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
50778         Create directories that shall be filled.
50779         (import): Don't look for gl_* macros in configure.ac. Recurse across
50780         all directories containing a gnulib-cache.m4 files, if meaningful.
50781
50782 2005-08-31  Bruno Haible  <bruno@clisp.org>
50783
50784         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
50785         (import): Set seen_libtool when we see gl_LIBTOOL.
50786
50787 2005-08-31  Bruno Haible  <bruno@clisp.org>
50788
50789         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
50790         declaration macro definitions from generated gnulib.m4.
50791
50792 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
50793
50794         * lib/iconvme.h: Add prototype for iconv_alloc.
50795
50796 2005-08-29  Simon Josefsson  <jas@extundo.com>
50797
50798         * lib/iconvme.c: Fix errno.
50799
50800 2005-08-29  Bruno Haible  <bruno@clisp.org>
50801
50802         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
50803         that it works when the directory contains spaces.
50804
50805 2005-08-29  Bruno Haible  <bruno@clisp.org>
50806
50807         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
50808
50809 2005-08-29  Bruno Haible  <bruno@clisp.org>
50810
50811         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
50812         Emit more advice.
50813
50814 2005-08-29  Bruno Haible  <bruno@clisp.org>
50815         and Stepan Kasal  <kasal@ucw.cz>
50816
50817         * check-module: If more parameters are given, check each of them
50818         separately; add more exceptions, as noted by Jim Meyering.
50819         (check_module): New procedure.
50820         (%exempt_header): Now contains all exceptions.
50821
50822 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
50823
50824         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
50825
50826 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
50827
50828         * lib/iconvme.c: Split iconv_string into iconv_alloc.
50829
50830 2005-08-28  Bruno Haible  <bruno@clisp.org>
50831
50832         * m4/gnulib-tool.m4: New file.
50833
50834 2005-08-27  Jim Meyering  <jim@meyering.net>
50835
50836         * modules/unistd-safer (Files): Add pipe-safer.c.
50837         * modules/fcntl-safer (Files): Add creat-safer.c.
50838
50839 2005-08-27  Jim Meyering  <jim@meyering.net>
50840
50841         * m4/stdlib-safer.m4: New file.  From coreutils.
50842         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
50843         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
50844         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
50845         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
50846         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
50847
50848 2005-08-27  Jim Meyering  <jim@meyering.net>
50849
50850         * lib/fopen-safer.c: Merge minor changes from coreutils.
50851         * lib/dup-safer.c: Likewise.
50852         * lib/fd-safer.c: Likewise.
50853
50854         Merge from coreutils.
50855         * lib/stdio--.h: New file.
50856         * lib/stdlib--.h: New file.
50857         * lib/mkstemp-safer.c: New file.
50858
50859         GNU tar needs these.
50860         * lib/pipe-safer.c: New file.
50861         * lib/creat-safer.c: New file.
50862         * lib/fcntl--.h (creat): Define to creat_safer.
50863         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
50864         * lib/unistd--.h (pipe): Define to pipe_safer.
50865         * lib/unistd-safer.h: Declare pipe_safer.
50866
50867 2005-08-26  Simon Josefsson  <jas@extundo.com>
50868
50869         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
50870         Haible <bruno@clisp.org>.
50871
50872 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
50873
50874         * lib/regex_internal.h: Remove all references to
50875         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
50876         or better.
50877         (bitset_not, bitset_merge, bitset_not_merge):
50878         (bitset_mask, re_string_allocate, re_string_construct):
50879         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
50880         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
50881         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
50882         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
50883         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
50884         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
50885         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
50886         (re_acquire_state_context):
50887         Remove unnecessary forward decls.
50888         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
50889         Put __attribute at function definition,
50890         now that the function decl has been removed.
50891         * lib/regex_internal.c (re_string_peek_byte_case):
50892         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
50893         Likewise.
50894
50895 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
50896
50897         * m4/regex.m4: Add AC_PREREQ(2.50).
50898         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
50899
50900 2005-08-25  Simon Josefsson  <jas@extundo.com>
50901
50902         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
50903         __fsetlocking.
50904
50905 2005-08-25  Simon Josefsson  <jas@extundo.com>
50906
50907         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
50908         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
50909         GLIBC specific code.
50910
50911 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50912
50913         Make regex safe for g++.  This fixes one real bug (an "err"
50914         that should have been "*err").  g++ problem reported by
50915         Sam Steingold.
50916         * lib/regex_internal.h (re_calloc): New macro, consistent with
50917         re_malloc etc.  All callers of calloc changed to use re_calloc.
50918         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
50919         not int.  All callers changed.
50920         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
50921         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
50922         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
50923         (find_recover_state): Change "err" to "*err"; this fixes what
50924         appears to be a real bug.
50925         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
50926         versus int.
50927
50928 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50929
50930         * modules/regex (Depends-on): Add malloc, since the code
50931         assumes that !malloc(0) means failure.
50932
50933 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50934
50935         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
50936
50937         alloca modernization/simplification for regex.
50938         * lib/regex.c: Remove portability cruft for alloca.  This no longer
50939         needs to be at the start of the file, and can be moved into
50940         regex_internal.h and simplified.
50941         * lib/regex_internal.h: Include <alloca.h>.
50942         (__libc_use_alloca) [!defined _LIBC]: New macro.
50943         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
50944         now works outside glibc.
50945
50946 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50947
50948         * config/srclist.txt: Add glibc bugs 1241, 1245.
50949
50950 2005-08-25  Jim Meyering  <jim@meyering.net>
50951
50952         * lib/open-safer.c: Include <config.h>.
50953         Otherwise, we'd lose LARGEFILE support in any file using
50954         e.g. "fcntl--.h"
50955
50956 2005-08-25  Bruno Haible  <bruno@clisp.org>
50957
50958         * m4/minmax.m4: Require autoconf 2.52.
50959         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
50960         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
50961         alternatives of translit over the alphabet.
50962         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
50963
50964 2005-08-24  Simon Josefsson  <jas@extundo.com>
50965
50966         * tests/test-getpass.c: New file.
50967
50968 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
50969
50970         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
50971         for GNU regex features.
50972
50973 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
50974
50975         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
50976         * lib/regex.h (regerror): Likewise.
50977
50978         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
50979         requires this.  (The code never needed it.)
50980
50981         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
50982         All uses of recently-renamed identifiers changed to use the new,
50983         POSIX-compliant names.  The code will build and run just fine
50984         without these changes, but it's better to eat our own dog food
50985         and use the standard-conforming names.
50986
50987         * lib/regex.h: Fix a multitude of POSIX name space violations.
50988         These changes have an effect only for programs that define
50989         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
50990         do not change anything for programs compiled in the normal way.
50991         Also, there is no effect on the ABI.
50992
50993         (_REGEX_SOURCE): New macro.
50994         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
50995         defined and _GNU_SOURCE is not; this fixes a name space violation.
50996
50997         Rename the following macros to obey POSIX requirements.
50998         The old names are still visible as macros if _REGEX_SOURCE is defined.
50999         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
51000         RE_BACKSLASH_ESCAPE_IN_LISTS.
51001         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
51002         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
51003         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
51004         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
51005         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
51006         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
51007         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
51008         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
51009         (REG_INTERVALS): renamed from RE_INTERVALS.
51010         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
51011         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
51012         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
51013         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
51014         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
51015         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
51016         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
51017         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
51018         RE_UNMATCHED_RIGHT_PAREN_ORD.
51019         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
51020         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
51021         (REG_DEBUG): renamed from RE_DEBUG.
51022         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
51023         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
51024         unusual, since we can't clash with the POSIX REG_ICASE.
51025         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
51026         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
51027         (REG_NO_SUB): renamed from RE_NO_SUB.
51028         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
51029         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
51030         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
51031         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
51032         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
51033         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
51034         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
51035         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
51036         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
51037         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
51038         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
51039         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
51040         RE_SYNTAX_POSIX_MINIMAL_BASIC.
51041         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
51042         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
51043         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
51044         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
51045         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
51046         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
51047         (REG_FIXED): Renamed from REGS_FIXED.
51048         (REG_NREGS): Renamed from RE_NREGS.
51049
51050         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
51051         of other REG_* macros, since POSIX says the user is allowed to
51052         #undef these macros selectively.
51053
51054         (reg_errcode_t): Update comment stating what other tables need
51055         to be consistent.
51056
51057         Rename the following enum values to obey POSIX requirements.
51058         The old names are still visible as macros.
51059         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
51060         is not defined, since GNU is supposed to be a superset of POSIX as
51061         much as possible, and since we want reg_errcode_t to be a signed
51062         type for implementation consistency.
51063         (_REG_NOERROR): Renamed from REG_NOERROR.
51064         (_REG_NOMATCH): Renamed from REG_NOMATCH.
51065         (_REG_BADPAT): Renamed from REG_BADPAT.
51066         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
51067         (_REG_ECTYPE): Renamed from REG_ECTYPE.
51068         (_REG_EESCAPE): Renamed from REG_EESCAPE.
51069         (_REG_ESUBREG): Renamed from REG_ESUBREG.
51070         (_REG_EBRACK): Renamed from REG_EBRACK.
51071         (_REG_EPAREN): Renamed from REG_EPAREN.
51072         (_REG_EBRACE): Renamed from REG_EBRACE.
51073         (_REG_BADBR): Renamed from REG_BADBR.
51074         (_REG_ERANGE): Renamed from REG_ERANGE.
51075         (_REG_ESPACE): Renamed from REG_ESPACE.
51076         (_REG_BADRPT): Renamed from REG_BADRPT.
51077         (_REG_EEND): Renamed from REG_EEND.
51078         (_REG_ESIZE): Renamed from REG_ESIZE.
51079         (_REG_ERPAREN): Renamed from REG_ERPAREN.
51080         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
51081         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
51082         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
51083         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
51084
51085         (_REG_RE_NAME, _REG_RM_NAME): New macros.
51086         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
51087         changed.  But support the old name if the new one is not defined
51088         and if _REGEX_SOURCE.
51089
51090         Change the following member names in struct re_pattern_buffer.
51091         The old names are still supported if !_REGEX_SOURCE.
51092         The new names are always supported, regardless of _REGEX_SOURCE.
51093         (re_buffer): Renamed from buffer.
51094         (re_allocated): Renamed from allocated.
51095         (re_used): Renamed from used.
51096         (re_syntax): Renamed from syntax.
51097         (re_fastmap): Renamed from fastmap.
51098         (re_translate): Renamed from translate.
51099         (re_can_be_null): Renamed from can_be_null.
51100         (re_regs_allocated): Renamed from regs_allocated.
51101         (re_fastmap_accurate): Renamed from fastmap_accurate.
51102         (re_no_sub): Renamed from no_sub.
51103         (re_not_bol): Renamed from not_bol.
51104         (re_not_eol): Renamed from not_eol.
51105         (re_newline_anchor): Renamed from newline_anchor.
51106
51107         Change the following member names in struct re_registers.
51108         The old names are still supported if !_REGEX_SOURCE.
51109         The new names are always supported, regardless of _REGEX_SOURCE.
51110         (rm_num_regs): Renamed from num_regs.
51111         (rm_start): Renamed from start.
51112         (rm_end): Renamed from end.
51113
51114         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
51115         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
51116         Prepend __ to parameter names.
51117
51118         Undo yesterday's changes.
51119
51120 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
51121
51122         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
51123         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
51124         lib/regex.c.
51125
51126 2005-08-24  Jim Meyering  <jim@meyering.net>
51127
51128         Sync from coreutils.
51129         * m4/fcntl-safer.m4: New file.
51130
51131         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
51132         and object files for this module.
51133
51134 2005-08-24  Jim Meyering  <jim@meyering.net>
51135
51136         Sync from coreutils.
51137         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
51138
51139 2005-08-24  Jim Meyering  <jim@meyering.net>
51140
51141         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
51142         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
51143
51144 2005-08-24  Jim Meyering  <jim@meyering.net>
51145
51146         * modules/fcntl-safer: New module.
51147         * modules/fts (Depends-on): Add fcntl-safer.
51148         * MODULES.html.sh (File descriptor based Input/Output):
51149         Add fcntl-safer.
51150
51151 2005-08-24  Bruno Haible  <bruno@clisp.org>
51152
51153         Support for unit test modules.
51154         * modules/README: Mention tests modules.
51155         * modules/TEMPLATE-TESTS: New file.
51156         * gnulib-tool: New options --extract-tests-module, --with-tests and
51157         --tests-base (unused for the moment).
51158         (testsbase, inctests): New variables.
51159         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
51160         (func_verify_module): Exclude TEMPLATE-TESTS.
51161         (func_verify_nontests_module, func_verify_tests_module): New functions.
51162         (func_get_dependencies): Add implicit dependency for tests modules.
51163         (func_get_tests_module): New function.
51164         (func_modules_transitive_closure): When --with-tests was specified,
51165         include the unit tests as well, unless explicitly avoided.
51166         (func_emit_lib_Makefile_am): Ignore the tests modules here.
51167         (func_emit_tests_Makefile_am): New function.
51168         (func_create_testdir): When --with-tests was specified, emit a
51169         tests/ directory.
51170         * MODULES.html.sh (Future developments): Update.
51171
51172 2005-08-24  Bruno Haible  <bruno@clisp.org>
51173
51174         * modules/tls-tests: New file.
51175         * tests/test-tls.c: New file, from GNU gettext.
51176
51177 2005-08-24  Bruno Haible  <bruno@clisp.org>
51178
51179         * modules/lock-tests: New file.
51180         * tests/test-lock.c: New file, from GNU gettext.
51181
51182 2005-08-24  Bruno Haible  <bruno@clisp.org>
51183
51184         * lib/lock.h: Add multiple inclusion guard.
51185         * lib/tls.h: Add multiple inclusion guard.
51186
51187 2005-08-24  Bruno Haible  <bruno@clisp.org>
51188
51189         * gnulib-tool: Add support for the --aux-dir option to
51190         --create-testdir, --create-megatestdir, --test, --megatest.
51191         (func_create_testdir, func_create_megatestdir): Optionally emit a
51192         AC_CONFIG_AUX_DIR directive.
51193         (create-testdir, create-megatestdir, test, megatest): Provide a
51194         default value for $auxdir.
51195
51196 2005-08-24  Bruno Haible  <bruno@clisp.org>
51197
51198         * gnulib-tool (import): Use compound statement instead of subshell
51199         where possible.
51200
51201 2005-08-24  Bruno Haible  <bruno@clisp.org>
51202
51203         * gnulib-tool (import): Change --aux-dir default to "build-aux".
51204
51205 2005-08-24  Bruno Haible  <bruno@clisp.org>
51206
51207         * gnulib-tool (func_version): Update.
51208
51209 2005-08-24  Bruno Haible  <bruno@clisp.org>
51210
51211         * gnulib-tool (func_import, func_create_testdir,
51212         func_create_megatestdir): Quote all autoconf macro arguments.
51213
51214 2005-08-24  Bruno Haible  <bruno@clisp.org>
51215
51216         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
51217         option --force, because --force causes the aclocal.m4 of each
51218         subdirectory to be newer than the corresponding config.h.in.
51219
51220 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51221
51222         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
51223         All contents moved to gl_REGEX.
51224         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
51225         assume that it does.
51226
51227 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51228
51229         * lib/regex.h (REG_NOSYS)
51230         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
51231         Define, since POSIX requires it as of 2001.
51232         (_REG_ENOSYS)
51233         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
51234         New private symbol, used to keep the enum signed in all cases.
51235         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
51236         Youngman in
51237         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
51238
51239         * lib/regex_internal.c (re_string_skip_chars, register_state):
51240         (calc_state_hash):
51241         Remove forward decls; no longer needed now that we use prototypes.
51242         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
51243         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
51244         (clean_state_log_if_needed): Likewise.
51245
51246 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51247
51248         * config/srclist.txt: Add glibc bugs 1231-1233.
51249
51250 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51251
51252         Fix problems reported by Sam Steingold in
51253         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
51254         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
51255         assumed that reg_errcode_t is a signed type, which is not
51256         necessarily true if _XOPEN_SOURCE is not defined.
51257         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
51258         since some compilers warn about it otherwise.
51259
51260 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51261
51262         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
51263         (init_word_char, create_initial_state, duplicate_node_closure):
51264         (fetch_token, peek_token_bracket, build_range_exp):
51265         (build_collating_symbol): Remove forward decls; no longer needed
51266         now that we use prototypes.
51267
51268         * lib/regcomp.c:
51269         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
51270         (re_compile_fastmap_iter, regcomp, regerror, regfree):
51271         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
51272         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
51273         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
51274         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
51275         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
51276         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
51277         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
51278         (build_range_exp, build_collating_symbol, parse_bracket_exp):
51279         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
51280         (build_charclass, build_charclass_op, fetch_number, create_tree):
51281         (create_token_tree, mark_opt_subexp, duplicate_tree):
51282         Use prototypes rather than old-style definitions.
51283
51284         * lib/regex_internal.c:
51285         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
51286         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
51287         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
51288         (re_string_reconstruct, re_string_peek_byte_case):
51289         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
51290         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
51291         (re_node_set_init_copy, re_node_set_add_intersect):
51292         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
51293         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
51294         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
51295         (re_acquire_state, re_acquire_state_context, register_state):
51296         (create_ci_newstate, create_cd_newstate, free_state):
51297         Likewise.
51298         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
51299         re_search_2):
51300         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
51301         (re_search_internal, prune_impossible_nodes):
51302         (acquire_init_state_context, check_matching, static):
51303         (check_halt_node_context, check_halt_state_context, proceed_next_node):
51304         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
51305         (update_regs, sift_states_backward, build_sifted_states):
51306         (clean_state_log_if_needed, merge_state_array):
51307         (update_cur_sifted_state, add_epsilon_src_nodes):
51308         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
51309         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
51310         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
51311         (find_recover_state, check_subexp_matching_top, transit_state_mb):
51312         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
51313         (check_arrival, check_arrival_add_next_nodes):
51314         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
51315         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
51316         (check_node_accept_bytes, check_node_accept, extend_buffers):
51317         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
51318         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
51319         (sift_ctx_init):
51320         Likewise.
51321
51322         * lib/regex_internal.h:
51323         (re_string_allocate, re_string_construct, re_string_reconstruct):
51324         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
51325         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
51326         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
51327         (re_string_context_at, re_string_peek_byte_case):
51328         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
51329         is defined, since we now use prototypes always.
51330
51331         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
51332         C89 or better.  All uses removed.
51333
51334 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51335
51336         * config/srclist.txt: Add glibc bugs 1220-1227.
51337
51338 2005-08-20  Jim Meyering  <jim@meyering.net>
51339
51340         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
51341         of unused local, dfa.
51342
51343 2005-08-20  Bruno Haible  <bruno@clisp.org>
51344
51345         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
51346
51347 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51348
51349         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
51350         (re_node_set_insert_last, re_dfa_add_node):
51351         Rename local variables to avoid GCC shadowing warnings.
51352
51353 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51354
51355         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
51356         [defined lint]: Suppress bogus uninitialized-variable warnings.
51357
51358         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
51359         and let the caller return REG_ESPACE if out of space.  This
51360         removes an uninitialied-variable warning with GCC 4.0.1, and also
51361         avoids taking the address of a local variable.  All callers
51362         changed.
51363
51364 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51365
51366         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
51367         $LIBCSRC/posix/regexec.c.
51368         Add glibc bug 1217 for regcomp.c.
51369
51370 2005-08-19  Jim Meyering  <jim@meyering.net>
51371
51372         * lib/regexec.c (proceed_next_node): Redo local variables to
51373         avoid GCC shadowing warnings.
51374
51375 2005-08-18  Bruno Haible  <bruno@clisp.org>
51376
51377         * lib/strstr.c (strstr): Fix return value in multibyte case.
51378         * lib/strcasestr.c (strcasestr): Likewise.
51379
51380 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
51381
51382         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
51383
51384 2005-08-17  Jim Meyering  <jim@meyering.net>
51385
51386         Make the %s format (seconds since the epoch) work for a negative
51387         number and when used with a zero-padded field width, e.g. %015s.
51388
51389         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
51390         label so that it precedes the code to set `digits'.  Otherwise,
51391         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
51392         print `00-22'.  Now, it prints `-0022', as it should.
51393
51394 2005-08-17  Bruno Haible  <bruno@clisp.org>
51395
51396         * modules/strstr (Files): Add m4/mbrtowc.m4.
51397         (Depends-on): Add mbuiter.
51398
51399 2005-08-17  Bruno Haible  <bruno@clisp.org>
51400
51401         * modules/strcasestr: New file.
51402         * MODULES.html.sh (String handling, based on ANSI C 89): Add
51403         strcasestr.
51404
51405 2005-08-17  Bruno Haible  <bruno@clisp.org>
51406
51407         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
51408
51409 2005-08-17  Bruno Haible  <bruno@clisp.org>
51410
51411         * modules/mbuiter: New file.
51412         * MODULES.html.sh (Extended multibyte and wide character utilities):
51413         Add mbuiter.
51414
51415 2005-08-17  Bruno Haible  <bruno@clisp.org>
51416
51417         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
51418         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
51419
51420 2005-08-17  Bruno Haible  <bruno@clisp.org>
51421
51422         * m4/strcasestr.m4: New file.
51423
51424 2005-08-17  Bruno Haible  <bruno@clisp.org>
51425
51426         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
51427         * lib/strstr.c: Completely rewritten, with multibyte locale support.
51428
51429 2005-08-17  Bruno Haible  <bruno@clisp.org>
51430
51431         * lib/strcasestr.h: New file.
51432         * lib/strcasestr.c: New file.
51433
51434 2005-08-17  Bruno Haible  <bruno@clisp.org>
51435
51436         * lib/strcasecmp.c: Use mbuiter.h.
51437
51438 2005-08-17  Bruno Haible  <bruno@clisp.org>
51439
51440         * lib/mbuiter.h: New file.
51441
51442 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
51443
51444         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
51445         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
51446         and gl_GETOPT are both invoked via different paths (as happens
51447         with GNU tar CVS because it uses both argp and getopt), the former
51448         wins.
51449
51450 2005-08-16  Bruno Haible  <bruno@clisp.org>
51451
51452         * modules/tls: New file.
51453         * MODULES.html.sh (Multithreading): Add tls.
51454
51455 2005-08-16  Bruno Haible  <bruno@clisp.org>
51456
51457         * modules/strnlen1: New file.
51458         * MODULES.html.sh (String handling): Add strnlen1.
51459
51460 2005-08-16  Bruno Haible  <bruno@clisp.org>
51461
51462         * modules/strcase (Files): Add m4/mbrtowc.m4.
51463         (Depends-on): Add strnlen1, mbchar.
51464
51465 2005-08-16  Bruno Haible  <bruno@clisp.org>
51466
51467         * modules/mbiter: New file.
51468         * MODULES.html.sh (Extended multibyte and wide character utilities):
51469         Add mbiter.
51470
51471 2005-08-16  Bruno Haible  <bruno@clisp.org>
51472
51473         * modules/mbfile: New file.
51474         * MODULES.html.sh (Extended multibyte and wide character utilities):
51475         Add mbfile.
51476
51477 2005-08-16  Bruno Haible  <bruno@clisp.org>
51478
51479         * modules/mbchar: New file.
51480         * MODULES.html.sh (Extended multibyte and wide character utilities):
51481         New section.
51482
51483 2005-08-16  Bruno Haible  <bruno@clisp.org>
51484
51485         * m4/tls.m4: New file, from GNU gettext.
51486
51487 2005-08-16  Bruno Haible  <bruno@clisp.org>
51488
51489         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
51490         always.
51491         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
51492
51493 2005-08-16  Bruno Haible  <bruno@clisp.org>
51494
51495         * m4/mbiter.m4: New file.
51496
51497 2005-08-16  Bruno Haible  <bruno@clisp.org>
51498
51499         * m4/mbfile.m4: New file.
51500
51501 2005-08-16  Bruno Haible  <bruno@clisp.org>
51502
51503         * m4/mbchar.m4: New file.
51504
51505 2005-08-16  Bruno Haible  <bruno@clisp.org>
51506
51507         * lib/tls.h: New file, from GNU gettext.
51508         * lib/tls.c: New file, from GNU gettext.
51509
51510 2005-08-16  Bruno Haible  <bruno@clisp.org>
51511
51512         * lib/strnlen1.h: New file.
51513         * lib/strnlen1.c: New file.
51514
51515 2005-08-16  Bruno Haible  <bruno@clisp.org>
51516
51517         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
51518         (mbi_init): Update.
51519         (mbi_avail, mbi_advance): Let the iteration end before the terminating
51520         NUL byte, not after it.
51521
51522 2005-08-16  Bruno Haible  <bruno@clisp.org>
51523
51524         * lib/strcase.h (strcasecmp): Add note in comments.
51525         * lib/strncasecmp.c: Use code from strcasecmp.c.
51526         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
51527         (strcasecmp): Work correctly in multibyte locales.
51528
51529 2005-08-16  Bruno Haible  <bruno@clisp.org>
51530
51531         * lib/mbiter.h: New file.
51532
51533 2005-08-16  Bruno Haible  <bruno@clisp.org>
51534
51535         * lib/mbfile.h: New file.
51536
51537 2005-08-16  Bruno Haible  <bruno@clisp.org>
51538
51539         * lib/mbchar.h: New file.
51540         * lib/mbchar.c: New file.
51541
51542 2005-08-16  Bruno Haible  <bruno@clisp.org>
51543
51544         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
51545         the valid ones. Makes the comparison operations transitive:
51546         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
51547         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
51548
51549 2005-08-15  Simon Josefsson  <jas@extundo.com>
51550
51551         * modules/ssize_t (License): Change to 'unlimited'.
51552
51553         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
51554
51555 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
51556
51557         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
51558         Add comments for each pending glibc patch.
51559
51560 2005-08-15  Bruno Haible  <bruno@clisp.org>
51561
51562         * lib/regex.h (__restrict_arr): Don't define to __restrict if
51563         __cplusplus is defined.
51564
51565 2005-08-14  Jim Meyering  <jim@meyering.net>
51566
51567         Sync from coreutils.
51568
51569         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
51570         Use the hash-table-based cycle-detection code not just when
51571         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
51572         Reported by James Youngman in
51573         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
51574         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
51575         FTS_TIGHT_CYCLE_CHECK.
51576         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
51577         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
51578         once again.
51579         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
51580         * lib/fts.c (fd_safer): Remove decl.
51581         Include fcntl--.h rather than unistd-safer.h
51582         (fts_safe_changedir): Don't call fd_safer; no longer needed
51583         now that we include fcntl--.h.
51584
51585 2005-08-12  Simon Josefsson  <jas@extundo.com>
51586
51587         * modules/getndelim2: Use ssize_t module.
51588         * modules/getnline: Likewise.
51589         * modules/safe-read: Likewise.
51590         * modules/xreadlink: Likewise.
51591
51592         * modules/ssize_t: New file.
51593
51594 2005-08-12  Simon Josefsson  <jas@extundo.com>
51595
51596         * m4/readline.m4: Look for termcap, curses or ncurses if required.
51597
51598 2005-08-12  Simon Josefsson  <jas@extundo.com>
51599
51600         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
51601         ssize_t.
51602
51603 2005-08-12  Simon Josefsson  <jas@extundo.com>
51604
51605         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
51606         readline, getdelim and check_version.
51607         (Support for systems lacking ISO C 99: Sizes of integer types):
51608         Add size_max.
51609
51610 2005-08-12  Bruno Haible  <bruno@clisp.org>
51611
51612         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
51613
51614 2005-08-11  Simon Josefsson  <jas@extundo.com>
51615
51616         * modules/readline: New file.
51617
51618         * modules/strnlen (Files): Add strnlen.h.
51619
51620 2005-08-11  Simon Josefsson  <jas@extundo.com>
51621
51622         * m4/readline.m4: New file.
51623
51624 2005-08-11  Simon Josefsson  <jas@extundo.com>
51625
51626         * lib/readline.h, readline.c: New file.
51627
51628 2005-08-11  Simon Josefsson  <jas@extundo.com>
51629
51630         * doc/gnulib.texi (Initial import, Finishing touches): Mention
51631         gl_AVOID.
51632
51633 2005-08-11  Bruno Haible  <bruno@clisp.org>
51634
51635         * lib/strnlen.h (strnlen): Change parameter name to match comment.
51636
51637 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
51638
51639         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
51640
51641 2005-08-10  Simon Josefsson  <jas@extundo.com>
51642
51643         * tests/test-iconvme.c: New file.
51644
51645 2005-08-10  Simon Josefsson  <jas@extundo.com>
51646
51647         * m4/strnlen.m4: New file.
51648
51649         * m4/strndup.m4: Don't check for strnlen declaration, done in
51650         strnlen.m4.
51651
51652 2005-08-10  Simon Josefsson  <jas@extundo.com>
51653
51654         * lib/strndup.c: Use strnlen.h.
51655
51656         * lib/strnlen.h: New file.
51657
51658 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
51659
51660         * README: Typos.
51661
51662 2005-08-02  Simon Josefsson  <jas@extundo.com>
51663
51664         * modules/readline: New file.
51665
51666 2005-08-02  Simon Josefsson  <jas@extundo.com>
51667
51668         * modules/getdelim: New file.
51669
51670         * modules/getline: Rewrite, don't use getndelim2.
51671
51672 2005-08-02  Simon Josefsson  <jas@extundo.com>
51673
51674         * m4/getline.m4: Separate out getdelim stuff into separate module.
51675
51676         * m4/getdelim.m4: New file.
51677
51678 2005-08-02  Simon Josefsson  <jas@extundo.com>
51679
51680         * lib/getline.h, getline.c: Rewrite.
51681
51682         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
51683
51684 2005-07-31  Bruno Haible  <bruno@clisp.org>
51685
51686         * lib/lock.h (gl_lock_initializer): New macro.
51687         (gl_lock_define_initialized): Use it.
51688         (gl_rwlock_initializer): New macro.
51689         (gl_rwlock_define_initialized): Use it.
51690         (gl_recursive_lock_initializer): New macro.
51691         (gl_recursive_lock_define_initialized): Use it.
51692
51693 2005-07-30  Karl Berry  <karl@gnu.org>
51694
51695         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
51696         Report from Ben Pfaff, regarding getopt.
51697
51698 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
51699
51700         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
51701         normal way.
51702         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
51703         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
51704         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
51705         (gl_GETOPT): Use the new macros.  Most of the implementation
51706         is moved to the new macros.  This is for programs like Emacs
51707         that don't want all the functionality of gl_GETOPT.
51708
51709 2005-07-26  Bruno Haible  <bruno@clisp.org>
51710
51711         * m4/lock.m4: Update from GNU gettext.
51712
51713 2005-07-26  Bruno Haible  <bruno@clisp.org>
51714
51715         * lib/lock.h: Update from GNU gettext.
51716         * lib/lock.c: Update from GNU gettext.
51717
51718 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
51719
51720         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
51721         obsolescent AC_TRY_RUN.  Include the default includes files, for
51722         'exit'.
51723
51724 2005-07-24  Bruno Haible  <bruno@clisp.org>
51725
51726         * modules/visibility: New file.
51727         * MODULES.html.sh (Misc): Add visibility.
51728
51729 2005-07-24  Bruno Haible  <bruno@clisp.org>
51730
51731         * m4/visibility.m4: New file.
51732
51733 2005-07-24  Bruno Haible  <bruno@clisp.org>
51734
51735         * doc/visibility.texi: New file.
51736
51737 2005-07-22  Bruno Haible  <bruno@clisp.org>
51738
51739         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
51740         $(ALLOCA_H), redundant through BUILT_SOURCES.
51741         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
51742         redundant through BUILT_SOURCES.
51743         * modules/byteswap (Makefile.am): Remove explicit dependency on
51744         $(BYTESWAP_H), redundant through BUILT_SOURCES.
51745         * modules/fnmatch (Makefile.am): Remove explicit dependency on
51746         $(FNMATCH_H), redundant through BUILT_SOURCES.
51747         * modules/getopt (Makefile.am): Remove explicit dependency on
51748         $(GETOPT_H), redundant through BUILT_SOURCES.
51749         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
51750         redundant through BUILT_SOURCES.
51751         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
51752         redundant through BUILT_SOURCES.
51753         * modules/stdbool (Makefile.am): Remove explicit dependency on
51754         $(STDBOOL_H), redundant through BUILT_SOURCES.
51755         * modules/stdint (Makefile.am): Remove explicit dependency on
51756         $(STDINT_H), redundant through BUILT_SOURCES.
51757         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
51758         Remove explicit dependency on $(SYSEXITS_H).
51759         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
51760
51761 2005-07-18  Simon Josefsson  <jas@extundo.com>
51762
51763         * lib/check-version.c (check_version): Accept identical versions too.
51764
51765 2005-07-18  Bruno Haible  <bruno@clisp.org>
51766
51767         * modules/lock: New file.
51768         * MODULES.html.sh (Multithreading): New section.
51769
51770 2005-07-18  Bruno Haible  <bruno@clisp.org>
51771
51772         * m4/lock.m4: New file, from GNU gettext.
51773
51774 2005-07-18  Bruno Haible  <bruno@clisp.org>
51775
51776         * lib/lock.h: New file, from GNU gettext.
51777         * lib/lock.c: New file, from GNU gettext.
51778
51779 2005-07-18  Bruno Haible  <bruno@clisp.org>
51780
51781         * lib/lock.h (gl_once_t): New type.
51782         (gl_once_define, gl_once): New macros.
51783         * lib/lock.c (fresh_once): New variable.
51784         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
51785         functions.
51786
51787 2005-07-16  Simon Josefsson  <jas@extundo.com>
51788
51789         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
51790         workaround, suggested by Bruno.
51791
51792 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
51793
51794         * modules/xalloc (Depends-on): Add xalloc-die.
51795         * modules/xvasprintf (Depends-on): Add xalloc-die.
51796
51797 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
51798
51799         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
51800         with a minor change.
51801
51802 2005-07-15  Bruno Haible  <bruno@clisp.org>
51803
51804         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
51805         When using lib/poll.c, define poll as rpl_poll.
51806
51807 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
51808
51809         * modules/argp (Depends-on): Remove unlocked-io.
51810
51811 2005-07-14  Derek Price  <derek@ximbiot.com>
51812
51813         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
51814         for glob symlink bug.
51815
51816 2005-07-14  Bruno Haible  <bruno@clisp.org>
51817
51818         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
51819         Instead, test for *_unlocked function declarations directly.
51820
51821 2005-07-11  Simon Josefsson  <jas@extundo.com>
51822
51823         * modules/size_max: New file.
51824
51825         * modules/xsize: Depend on size_max module for size_max.m4.
51826
51827 2005-07-11  Simon Josefsson  <jas@extundo.com>
51828
51829         * lib/size_max.h: New file.
51830
51831 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
51832
51833         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
51834         copyright symbol and the year.
51835         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
51836         (version_etc_va): Use parameterized copyright notice.
51837         Reword to conform to the current GNU coding standards.
51838
51839 2005-07-11  Karl Berry  <karl@gnu.org>
51840
51841         * doc/gnulib.texi (Quoting): new node.
51842         (Initial import): more info, from Patrice.
51843
51844 2005-07-11  Bruno Haible  <bruno@clisp.org>
51845
51846         * gnulib-tool (func_usage): Document option --avoid.
51847         (Command line options): Handle --avoid.
51848         (func_acceptable): New function.
51849         (func_modules_transitive_closure): Use it.
51850
51851 2005-07-11  Bruno Haible  <bruno@clisp.org>
51852
51853         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
51854         Reported by Jim Meyering.
51855
51856 2005-07-10  Bruno Haible  <bruno@clisp.org>
51857
51858         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
51859         Needed when size_t is smaller than 'unsigned int'.
51860         Reported by Paul Eggert.
51861
51862 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
51863
51864         * modules/argp (Depends-on): Add unlocked-io
51865
51866 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
51867
51868         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
51869         block of defines.
51870
51871 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
51872
51873         * config/srclist.txt: Comment out regcomp.c, since we have a porting
51874         fix now.
51875
51876 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
51877         and Paul Eggert  <eggert@cs.ucla.edu>
51878
51879         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
51880         in wint_t, not wchar_t.  Remove now-unnecessary cast.
51881
51882 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51883
51884         * modules/regex (Files): Add lib/regex_internal.c,
51885         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
51886         (Depends-on): Add extensions.
51887         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
51888
51889 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51890
51891         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
51892         pathconf.
51893         * m4/same.m4 (gl_SAME): Likewise.
51894         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
51895
51896         * m4/regex.m4: Adjust to new libc regex implementation.
51897         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
51898         all the .c and .h parts of (the new) regex.
51899         Quote the m4 stuff better.
51900         Check for RE_ICASE bug of old gnulib.
51901         Check for REG_STARTEND of recent libc.
51902         Rename local variables from jm_* to gl_*.
51903         Quote operand of "test -f".
51904         Say "recent enough" version of libc, not "version 2".
51905         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
51906         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
51907         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
51908         Remove check for btowc, isascii.
51909         Require AM_LANGINFO_CODESET.
51910
51911 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51912
51913         * lib/regex.c, regex.h: Sync from libc.
51914         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
51915         * lib/regexec.c:
51916         New files, synced from libc, except that regex_internal.h
51917         currently has a small porting fix.
51918
51919 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51920
51921         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
51922         regex_internal.c, regexec.c.
51923         Add regex_internal.h too, but as a comment, since the libc version
51924         is currently broken in gnulib mode.
51925
51926 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
51927
51928         Support programs like Emacs that use gnulib but not gettext.
51929         * MODULES.html.sh (Internationalization functions): Add gettext-h.
51930         * modules/gettext-h: New file.
51931         * modules/gettext (Files): Remove lib/gettext.h.
51932         (Depends-on): Add gettext-h.
51933         (Makefile.am): Remove lib_SOURCES.
51934         * modules/argmatch, modules/c-stack, modules/closeout:
51935         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
51936         * modules/execute, modules/file-type, modules/getaddrinfo:
51937         * modules/getopt, modules/human, modules/javacomp:
51938         * modules/javaexec, modules/mkdir-p, modules/obstack:
51939         * modules/openat, modules/pagealign_alloc, modules/pipe:
51940         * modules/quotearg, modules/regex, modules/rpmatch:
51941         * modules/unicodeio, modules/userspec, modules/version-etc:
51942         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
51943         * modules/xsetenv:
51944         Depend on gettext-h, not gettext.
51945
51946 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
51947
51948         * gnulib-tool (func_import): Add support for 'public domain' license.
51949         * modules/alloca, modules/atexit, modules/memmove:
51950         Now public domain, not GPL.
51951         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
51952         * modules/realloc, modules/strerror, modules/strtod:
51953         Now LGPL, not GPL.
51954
51955 2005-07-05  Bruno Haible  <bruno@clisp.org>
51956
51957         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
51958         autoconf CVS. Needed for mingw.
51959
51960 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51961
51962         Remove the dependency of the strftime module on the tzset module.
51963         * modules/strftime (Depends-on): Remove dependency on tzset.
51964
51965 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51966
51967         Remove the dependency of the strftime module on the tzset module.
51968         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
51969         gl_FUNC_TZSET_CLOBBER.
51970
51971 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51972
51973         Remove the dependency of the strftime module on the tzset module.
51974         * lib/strftime.c (my_strftime)
51975         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
51976         Copy the input structure, to work around some of the bug with
51977         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
51978         Solaris releases, you should also use the tzset module, but we won't
51979         require it as a dependency any more since we don't want LGPLed code
51980         to depend on GPLed code.
51981
51982 2005-07-02  Jim Meyering  <jim@meyering.net>
51983
51984         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
51985         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
51986         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
51987         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
51988
51989 2005-07-02  Jim Meyering  <jim@meyering.net>
51990
51991         * lib/backupfile.c (backup_args): Change a `0' to NULL.
51992
51993 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
51994
51995         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
51996         declares only 'struct timespec;' (!).
51997
51998 2005-07-01  Jim Meyering  <jim@meyering.net>
51999
52000         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
52001         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
52002         * lib/save-cwd.c, tempname.c:
52003         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
52004         and don't include <sys/file.h>).
52005
52006 2005-06-29  Jim Meyering  <jim@meyering.net>
52007
52008         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
52009         type name.  Use the variable name instead.
52010         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
52011         Likewise.
52012
52013 2005-06-28  Simon Josefsson  <jas@extundo.com>
52014
52015         * modules/check-version (Files): Add check-version.m4.
52016
52017 2005-06-28  Simon Josefsson  <jas@extundo.com>
52018
52019         * m4/check-version.m4: New file, suggested by Jim Meyering
52020         <jim@meyering.net>.
52021
52022 2005-06-28  Simon Josefsson  <jas@extundo.com>
52023
52024         * lib/check-version.h, lib/check-version.c: New files.
52025
52026 2005-06-28  Simon Josefsson  <jas@extundo.com>
52027
52028         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
52029         collision with global variable.  Better indentation.  Don't
52030         increment buffer pointer beyond buffer end.  Based on comments
52031         from Paul Eggert <eggert@cs.ucla.edu>.
52032
52033         * lib/base64.h: Indent.
52034
52035 2005-06-28  Simon Josefsson  <jas@extundo.com>
52036
52037         * doc/gnulib.texi (Library version handling): New section.
52038
52039 2005-06-28  Jim Meyering  <jim@meyering.net>
52040
52041         * check-module (find_included_lib_files): Hard-code another
52042         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
52043         but modules/fts-lgpl (correctly) does not list those files.
52044
52045         * modules/canonicalize (Files): Add lib/pathmax.h.
52046
52047 2005-06-25  Simon Josefsson  <jas@extundo.com>
52048
52049         * modules/check-version: New file.
52050
52051 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
52052
52053         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
52054         initializer of struct addrinfo, as an indication that we don't
52055         care how many members the structure has.
52056
52057 2005-06-24  Derek Price  <derek@ximbiot.com>
52058         and Bruno Haible  <bruno@clisp.org>
52059
52060         Remove stat module & update lstat.
52061         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
52062         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
52063         * m4/stat.m4: Remove this file.
52064
52065 2005-06-24  Derek Price  <derek@ximbiot.com>
52066         and Bruno Haible  <bruno@clisp.org>
52067
52068         Remove stat module & update lstat.
52069         * lib/stat.c: Remove this file...
52070         (slash_aware_lstat): ...moving this content and its support...
52071         * lib/lstat.c (rpl_lstat): ...into here.
52072         * lib/lstat.h: New file.
52073
52074 2005-06-24  Derek Price  <derek@ximbiot.com>
52075         and Bruno Haible  <bruno@clisp.org>
52076
52077         Remove stat module & update lstat.
52078         * config/srclist.txt (libc sources): Remove stat.
52079
52080 2005-06-24  Derek Price  <derek@ximbiot.com>
52081         and Bruno Haible  <bruno@clisp.org>
52082
52083         Remove stat module & update lstat.
52084         * MODULES.html.sh (stat): Remove.
52085         * MODULES.html: Regenerated.
52086         * modules/lstat (Description): Correct function name.
52087         (Files): Add "lstat.h".
52088         (Depends-on): Remove stat, add xalloc, stat-macros.
52089         * modules/stat: Remove this file.
52090         (Include): Add "lstat.h", remove <sys/stat.h>.
52091
52092 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
52093
52094         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
52095         (ranged_convert): Don't save conversion in a temporary struct.
52096         This causes a warning with GCC 4.0.0, and anyway in the typical
52097         case it's not worth the extra 100 bytes or so of code.
52098         (ranged_convert, __mktime_internal): When calling a function via a
52099         pointer P, use P () rather than (*P) (), as we now assume C89 or
52100         better.
52101
52102 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
52103
52104         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
52105         "who -r" failed to give output.  Problem reported by Tim Waugh.
52106
52107         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
52108         (xcalloc): Use it to avoid needless tests.
52109         Problem reported by Jim Meyering.
52110
52111 2005-06-20  Derek Price  <derek@ximbiot.com>
52112
52113         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
52114         unnecessary for Autoconfs > 2.59c.
52115
52116 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52117
52118         * lib/argp.h (__option_is_short): Check upper limit of
52119         __key. Isprint() requires its argument to have the value
52120         of an unsigned char or EOF.
52121
52122 2005-06-16  Jim Meyering  <jim@meyering.net>
52123
52124         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
52125         when either N or S is zero.
52126
52127 2005-06-16  Derek Price  <derek@ximbiot.com>
52128
52129         * m4/bison.m4: Declare YACC & YFLAGS precious.
52130
52131 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
52132
52133         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
52134         multibyte string or pattern, fall back on unibyte matching.
52135         Problem reported by James Youngman.
52136
52137 2005-06-08  Bruno Haible  <bruno@clisp.org>
52138
52139         * modules/csharpcomp: New file.
52140         * MODULES.html.sh (C#): Add csharpcomp.
52141
52142 2005-06-08  Bruno Haible  <bruno@clisp.org>
52143
52144         * m4/csharpcomp.m4: New file, from GNU gettext.
52145
52146 2005-06-08  Bruno Haible  <bruno@clisp.org>
52147
52148         * lib/csharpcomp.h: New file, from GNU gettext.
52149         * lib/csharpcomp.c: New file, from GNU gettext.
52150         * lib/csharpcomp.sh.in: New file, from GNU gettext.
52151
52152 2005-06-08  Bruno Haible  <bruno@clisp.org>
52153
52154         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
52155         warning on mingw.
52156
52157 2005-06-07  Derek Price  <derek@ximbiot.com>
52158
52159         Sync from CVS.
52160         * lib/glob_.h: Indent nested #ifdef.
52161
52162 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52163
52164         Sync from coreutils.
52165         Use "file name" when talking about file names, instead of "filename"
52166         or "path", as per the GNU coding standards.
52167         * lib/mkdir-p.c: Renamed from makepath.c.
52168         (make_dir_parents): Renamed from make_path.  All callers changed.
52169         * lib/mkdir-p.h: Likewise.  All includers changed.
52170         * lib/filenamecat.c: Renamed from path-concat.c.
52171         (file_name_concat): Renamed from path_concat.  All callers changed.
52172         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
52173         * lib/filenamecat.h: Likewise.  All includers changed.
52174         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
52175         in comments or local variable names.
52176         * lib/basename.c: Likewise.
52177         * lib/canonicalize.c, canonicalize.h: Likewise.
52178         * lib/dirname.c, dirname.h: Likewise.
52179         * lib/euidaccess.c: Likewise.
52180         * lib/exclude.c: Likewise
52181         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
52182         * lib/fsusage.c, fsuage.h: Likewise.
52183         * lib/fts.c, fts_.h: Likewise.
52184         * lib/getcwd.c: Likewise.
52185         * lib/getloadavg.c: Likewise.
52186         * lib/mkstemp.c: Likewise.
52187         * lib/mountlist.c, mountlist.h: Likewise.
52188         * lib/openat.c, openat.h: Likewise.
52189         * lib/readlink-stub.c: Likewise.
52190         * lib/readutmp.c, readutmp.h: Likewise.
52191         * lib/rename.c: Likewise.
52192         * lib/rmdir.c: Likewise.
52193         * lib/same.c: Likewise.
52194         * lib/savedir.c: Likewise.
52195         * lib/stripslash.c: Likewise.
52196         * lib/tempname.c: Likewise.
52197         * lib/xreadlink.c: Likewise.
52198         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
52199         All uses changed.
52200         * lib/exclude.h: Likewise.
52201
52202         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
52203         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52204         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
52205         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52206         * lib/pathmax.h: Include <limits.h> unconditionally, since other
52207         files have been getting away with it for years (MORE/BSD 4.3
52208         is extinct now).
52209         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
52210         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52211
52212         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
52213         Define to 256, not 255, as per modern POSIX.
52214
52215 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52216
52217         Sync from coreutils.
52218         Use "file name" when talking about file names, instead of "filename"
52219         or "path", as per the GNU coding standards.
52220         * MODULES.html.sh: mkdir-p renamed from makepath.
52221         filenamecat renamed from path-concat.
52222         * modules/filenamecat: Renamed from modules/path-concat.
52223         (Files): filenamecat.h and filenamecat.c renamed from
52224         path-concat.h and path-concat.c.
52225         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
52226         (Include): filenamecat.h, not path-concat.h.
52227         * modules/mkdir-p: Renamed from modules/makepath.
52228         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
52229         makepath.c.
52230         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
52231         (Include): mkdir-p.h, not makepath.h.
52232
52233 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52234
52235         Sync from coreutils.
52236         * m4/mkdir-p.m4: Renamed from makepath.m4.
52237         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
52238         Rename files from makepath.c to mkdir-p.c, and from
52239         makepath.h to mkdir-p.h.
52240         * m4/filenamecat.m4: Renamed from path-concat.m4.
52241         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
52242         Rename files from path-concat.c to filenamecat.c,
52243         and from path-concat.h to filenamecat.h.
52244         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
52245         "file name" in local variables or comments.
52246         * m4/rename.m4: Likewise.
52247
52248 2005-06-01  Bruno Haible  <bruno@clisp.org>
52249
52250         * modules/csharpexec: New file.
52251         * MODULES.html.sh (C#): New section.
52252
52253 2005-06-01  Bruno Haible  <bruno@clisp.org>
52254
52255         * m4/csharp.m4: New file, from GNU gettext.
52256         * m4/csharpexec.m4: New file, from GNU gettext.
52257
52258 2005-06-01  Bruno Haible  <bruno@clisp.org>
52259
52260         * lib/csharpexec.h: New file, from GNU gettext.
52261         * lib/csharpexec.c: New file, from GNU gettext.
52262         * lib/csharpexec.sh.in: New file, from GNU gettext.
52263
52264 2005-05-31  Derek Price  <derek@ximbiot.com>
52265             Paul Eggert  <eggert@cs.ucla.edu>
52266
52267         Sync from cvs.
52268         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
52269
52270 2005-05-31  Derek Price  <derek@ximbiot.com>
52271             Paul Eggert  <eggert@cs.ucla.edu>
52272
52273         Sync from cvs.
52274         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
52275
52276 2005-05-29  Derek Price  <derek@ximbiot.com>
52277
52278         * config/srclist.txt (glob_.h, glob.c): Add these files.
52279
52280 2005-05-29  Derek Price  <derek@ximbiot.com>
52281
52282         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
52283         * modules/glob: New file.
52284         * modules/getlogin_r: Add link to POSIX spec in description.
52285
52286 2005-05-29  Derek Price  <derek@ximbiot.com>
52287             Paul Eggert  <eggert@cs.ucla.edu>
52288
52289         * m4/glob.m4: New file.
52290
52291 2005-05-29  Derek Price  <derek@ximbiot.com>
52292             Paul Eggert  <eggert@cs.ucla.edu>
52293
52294         * lib/glob_.h, lib/glob.c: New files.
52295
52296 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52297
52298         * modules/fts (Files): Remove m4/inttypes-pri.m4.
52299         * modules/fts-lgpl (Depends-on): Remove gettext.
52300
52301 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52302
52303         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
52304         and don't require gt_INTTYPES_PRI.
52305
52306 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52307
52308         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
52309
52310         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
52311         the configuration hassle isn't worth it.
52312         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
52313         (LONGEST_MODIFIER, PRIuMAX): Remove.
52314
52315 2005-05-27  Bruno Haible  <bruno@clisp.org>
52316
52317         * lib/getlogin_r.h: Remove second include of <stddef.h>.
52318
52319 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
52320
52321         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
52322         _POSIX_PTHREAD_SEMANTICS for Solaris.
52323
52324 2005-05-25  Derek Price  <derek@ximbiot.com>
52325
52326         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
52327
52328 2005-05-25  Derek Price  <derek@ximbiot.com>
52329             Paul Eggert  <eggert@cs.ucla.edu>
52330
52331         * modules/getlogin_r, m4/getlogin_r.m4: New files.
52332         * lib/getlogin_r.c, getlogin_r.h: New files.
52333
52334 2005-05-25  Bruno Haible  <bruno@clisp.org>
52335             Derek Price  <derek@ximbiot.com>
52336
52337         * lib/getlogin_r.h: Simplify API documentation.
52338
52339 2005-05-23  Derek Price  <derek@ximbiot.com>
52340
52341         * modules/minmax (Files): Add m4/minmax.m4.
52342         (configure.ac): Add gl_MINMAX.
52343
52344 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
52345
52346         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
52347         so that unistd-safer.h (GPL'ed code) need not be included.
52348
52349 2005-05-22  Bruno Haible  <bruno@clisp.org>
52350
52351         * m4/minmax.m4: New file.
52352         Based on a patch by Derek Price <derek@ximbiot.com>.
52353
52354 2005-05-22  Bruno Haible  <bruno@clisp.org>
52355
52356         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
52357         (INT64_MIN): Fix definition.
52358         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
52359
52360         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
52361         NEED_SIGNED_INT_TYPES.
52362
52363         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
52364         HAVE_SYSTEM_INTTYPES.
52365
52366 2005-05-22  Bruno Haible  <bruno@clisp.org>
52367
52368         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
52369         Also include <sys/param.h> if it defines MIN, MAX.
52370         Based on a patch by Derek Price <derek@ximbiot.com>.
52371
52372 2005-05-21  Jim Meyering  <jim@meyering.net>
52373
52374         * modules/fts (Files): Add m4/inttypes-pri.m4.
52375         (Depends-on): Add lstat and remove gettext.  Alphabetize.
52376
52377 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52378
52379         New fts module.
52380         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
52381         (setup_dir, free_dir): New functions.
52382         (enter_dir, leave_dir): Define trivial
52383         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
52384         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
52385         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
52386         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
52387         Move to fts-cycle.c.
52388         (fts_open): Use setup_dir.
52389         (fts_close): Use free_dir.
52390         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
52391         This adds a label and some gotos, but the alternatives were messier.
52392         Check for memory allocation failure when entering a dir.
52393         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
52394         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
52395         (FTS): New member fts_cycle, that is a union that contains the
52396         old active_dir_ht and cycle_state.  All uses changed to mention
52397         fts_cycle.ht and fts_cycle.state.
52398         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
52399         fts.c, with the following changes:
52400         (setup_dir, free_dir): New functions.
52401         (enter_dir): Now returns bool.  Return true if successful, false
52402         if memory exhausted.  All callers changed.
52403         Do not bother partly cleaning up on
52404         memory allocation failure; that is free_dir's job.
52405         However, free ad if hash_insert fails, to avoid memory leak.
52406         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
52407         fts->fts_options to see which union member to use.
52408
52409 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52410
52411         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
52412         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
52413
52414 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52415
52416         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
52417
52418 2005-05-20  Jim Meyering  <jim@meyering.net>
52419
52420         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
52421         Now a macro, to pacify GCC.
52422
52423 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
52424
52425         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
52426         of -1.
52427
52428 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
52429
52430         * lib/chown.c (rpl_chown): Return -1 on failure.
52431
52432 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
52433
52434         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
52435         Don't check for stddef.h.
52436         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
52437         don't use its results.
52438         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
52439         since we include them unconditionally.  Don't require
52440         AM_STDBOOL_H, since stdbool is a prerequisite.
52441         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
52442         since we assume C89 or better.
52443         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
52444         as we don't use their results.
52445         Don't check for fchdir, memmove, memset, strrchr, as we use
52446         them unconditionally.
52447         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
52448         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
52449
52450 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
52451
52452         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
52453         Include <stddef.h> unconditionally, since we assume C89 now.
52454         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
52455         * lib/fts.c: Include fts_.h first, to check interface.
52456         Do not include intprops.h; no longer needed.
52457         Include cycle-check.h and hash.h, since fts_.h no longer does.
52458         Remove unnecessary casts of closedir to void.
52459         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
52460         decide whether to decrement nlinks.
52461         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
52462         (FTS): Use struct hash_table * instead of Hash_table, so that
52463         we no longer need to include hash.h here.
52464
52465 2005-05-18  Jim Meyering  <jim@meyering.net>
52466
52467         * modules/dirfd (License): Change to LGPL.  Most of the code
52468         is already in the public domain.
52469
52470 2005-05-18  Jim Meyering  <jim@meyering.net>
52471
52472         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
52473         Reported by Yoann Vandoorselaere.
52474
52475 2005-05-17  Jim Meyering  <jim@meyering.net>
52476
52477         * m4/fts.m4: New file, from coreutils.
52478
52479 2005-05-17  Jim Meyering  <jim@meyering.net>
52480
52481         * lib/fts.c, lib/fts_.h: New files, from coreutils.
52482
52483 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52484
52485         Sync from coreutils.
52486         * m4/unlinkdir.m4: New file.
52487
52488 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52489
52490         Sync from coreutils.
52491         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
52492         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
52493         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
52494         White space changes only.
52495         * lib/makepath.c (make_path): Port to hosts where leading "//" is
52496         special.
52497         * lib/yesno.c: Include getline.h, not ctype.h.
52498         (yesno): Don't remove leading white space; POSIX doesn't allow it.
52499         Use getline to remove arbitrary restriction on response length.
52500
52501 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52502
52503         * config/srclist-update: Spell out "Street" in FSF postal
52504         mail address; this is the style the FSF seems to prefer.
52505
52506         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
52507         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
52508         this updates FSF postal mail address.
52509
52510         Sync from coreutils.
52511         * modules/unlinkdir: New file.
52512         * modules/yesno (Depends-on): Add getline.
52513         * MODULES.html.sh (File system functions): Add unlinkdir.
52514
52515 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52516
52517         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
52518         lib/strsep.h:
52519         Change the initial comment to refer to GPL, not LGPL.
52520         gnulib-tool will change it to LGPL as needed.
52521
52522         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
52523         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
52524         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
52525         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
52526         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
52527         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
52528         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
52529         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
52530         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
52531         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
52532         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
52533         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
52534         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
52535         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
52536         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
52537         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
52538         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
52539         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
52540         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
52541         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
52542         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
52543         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
52544         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
52545         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
52546         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
52547         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
52548         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
52549         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
52550         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
52551         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
52552         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
52553         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
52554         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
52555         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
52556         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
52557         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
52558         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
52559         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
52560         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
52561         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
52562         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
52563         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
52564         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
52565         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
52566         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
52567         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
52568         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
52569         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
52570         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
52571         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
52572         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
52573         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
52574         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
52575         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
52576         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
52577         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
52578         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
52579         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
52580         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
52581         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
52582         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
52583         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
52584         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
52585         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
52586         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
52587         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
52588         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
52589         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
52590         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
52591         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
52592         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
52593         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
52594         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
52595         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
52596         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
52597         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
52598         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
52599         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
52600         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
52601         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
52602         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
52603         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
52604         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
52605         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
52606         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
52607         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
52608         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
52609         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
52610         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
52611         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
52612         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
52613         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
52614         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
52615         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
52616         lib/yesno.c, lib/yesno.h:
52617         Update FSF postal mail address.
52618
52619 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52620
52621         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
52622         tests/test-memmem.c, tests/test-stpncpy.c:
52623         Update FSF postal mail address.
52624
52625 2005-05-13  Bruno Haible  <bruno@clisp.org>
52626
52627         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
52628         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
52629         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
52630         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
52631         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
52632         Add support for 64-bit integers in the MSVC compiler.
52633
52634 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52635
52636         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
52637
52638 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
52639
52640         * gnulib-tool (func_import): Sort and uniquify recommended includes.
52641
52642 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
52643
52644         * doc/getdate.texi (General date syntax): Don't say that date
52645         date --iso-8601=ns generates acceptable dates; it doesn't yet.
52646         Problem reported by Nic Ferrier.
52647
52648 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52649
52650         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
52651         specified in ai_socktype. Fix invalid ai_protocol
52652         check. ai_protocol is usually set to 0 or depending on
52653         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
52654         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
52655         ai_socktype / ai_protocol in the returned addrinfo structure.
52656
52657 2005-05-10  Simon Josefsson  <jas@extundo.com>
52658
52659         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
52660         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
52661
52662 2005-05-10  Karl Berry  <karl@gnu.org>
52663
52664         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
52665         (from http://www.gnu.org/licenses).
52666         * doc/COPYING.LIB: also rename to COPYING.LESSER.
52667         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
52668         fdl.texi suffices.
52669
52670 2005-05-10  Karl Berry  <karl@gnu.org>
52671
52672         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
52673         (COPYING.DOC): remove.
52674
52675         * config/srclist-update: new FSF address.
52676
52677 2005-05-10  Derek Price  <derek@ximbiot.com>
52678
52679         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
52680         possible.
52681
52682 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52683             Bruno Haible  <bruno@clisp.org>
52684
52685         * modules/inet_ntop: New file.
52686         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52687         inet_ntop.
52688
52689 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52690             Bruno Haible  <bruno@clisp.org>
52691
52692         * m4/inet_ntop.m4: New file.
52693
52694 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52695             Bruno Haible  <bruno@clisp.org>
52696
52697         * lib/inet_ntop.h: New file.
52698         * lib/inet_ntop.c: New file, from glibc with modifications.
52699
52700 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
52701
52702         * modules/time_r (License): Change to LGPL.
52703         * modules/extensions (License): Change to LGPL.  Actually,
52704         the license is more permissive than that, but currently gnulib-tool
52705         doesn't know how to handle more-permissive licenses.
52706
52707         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
52708         Problem reported by Dave Love.
52709
52710 2005-05-08  Jim Meyering  <jim@meyering.net>
52711
52712         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
52713         blank.
52714
52715 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
52716
52717         * modules/argmatch (Depends-on): Add stdbool.
52718         * modules/backupfile (Depends-on): Likewise.
52719         * modules/chdir-long (Depends-on): Likewise.
52720         * modules/closeout (Depends-on): Likewise.
52721         * modules/cycle-check (Depends-on): Likewise.
52722         * modules/dirname (Depends-on): Likewise.
52723         * modules/fnmatch (Depends-on): Likewise.
52724         * modules/fsusage (Depends-on): Likewise.
52725         * modules/fwriteerror (Depends-on): Likewise.
52726         * modules/getcwd (Depends-on): Likewise.
52727         * modules/getloadavg (Depends-on): Likewise.
52728         * modules/hard-locale (Depends-on): Likewise.
52729         * modules/makepath (Depends-on): Likewise.
52730         * modules/mountlist (Depends-on): Likewise.
52731         * modules/nanosleep (Depends-on): Likewise.
52732         * modules/posixtm (Depends-on): Likewise.
52733         * modules/quotearg (Depends-on): Likewise.
52734         * modules/readtokens (Depends-on): Likewise.
52735         * modules/readtokens0 (Depends-on): Likewise.
52736         * modules/readutmp (Depends-on): Likewise.
52737         * modules/save-cwd (Depends-on): Likewise.
52738         * modules/strftime (Depends-on): Likewise.
52739         * modules/userspec (Depends-on): Likewise.
52740         * modules/utimecmp (Depends-on): Likewise.
52741         * modules/xgetcwd (Depends-on): Likewise.
52742         * modules/xnanosleep (Depends-on): Likewise.
52743         * modules/xstrtod (Depends-on): Likewise.
52744         * modules/yesno (Depends-on): Likewise.
52745
52746 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
52747
52748         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
52749         needless checks.
52750
52751 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52752
52753         Merge from coreutils.  Among other things,
52754         add bulletproofing for cases where stdin, stdout, or stderr are closed.
52755         * lib/fd-safer.c: New file.
52756         * lib/fcntl-safer.h, open-safer.c: Remove.
52757         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
52758         * lib/dup-safer.c: Include unistd-safer.h first.
52759         Don't include errno.h.
52760         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
52761         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
52762         * lib/file-type.c: Rely on file-type.h change.
52763         * lib/getloadavg.c: Include unistd-safer.h.
52764         (getloadavg): Use safer open.
52765         * lib/getusershell.c: Include "stdio-safer.h".
52766         (getusershell): Use safer fopen.
52767         * lib/long-options.c (long_options): Use NULL rather than 0.
52768         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
52769         'free'.
52770         * lib/modechange.c: Likewise.
52771         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
52772         (MODE_DONE): New constant.
52773         (struct mode_change): Remove 'next' member.
52774         (make_node_op_equals): New function; like the old one of the
52775         same name, except it allocates an array.
52776         (mode_compile, mode_create_from_ref): Use it.
52777         (mode_compile): Allocate result as an array, not a linked list.
52778         Parse octal string ourself, so that we catch mistakes like "+0".
52779         (mode_adjust): Arg is an array, not a linked list.
52780         * lib/modechange.c: Include stat-macros.h, xalloc.h.
52781         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
52782         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
52783         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
52784         Remove.  This is now stat-macros.h's job.
52785         (talloc): Remove.  All callers replaced by xalloc, so that
52786         our invokers don't have to worry about reporting memory failures.
52787         (make_node_op_equals): Remove.
52788         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
52789         New constants.
52790         (struct mode_change): Moved here from modechange.h.
52791         (mode_append_entry): Remove.
52792         (mode_compile): Remove MASKED_OPS arg, since it encouraged
52793         apps to have incorrect behavior.  Use simpler algorithm for head
52794         and tail.  Don't futz with umask; that's now the job of mode_adjust.
52795         Detect more invalid usages rather than having somewhat-random behavior.
52796         Don't insert an "a=" action, as that leads to incorrect behavior.
52797         (mode_compile, mode_create_from_ref): Return NULL on error instead
52798         of an enum, since now there's only one way to have an error.  All
52799         callers changed.
52800         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
52801         at the correct time.  Simplify calculation of "+u" and its ilk.
52802         Don't mishandle "+X".
52803         (mode_free): Remove "register" and localize decls.
52804         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
52805         (struct mode_change): Move to modechange.c; callers don't
52806         need to see this stuff.
52807         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
52808         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
52809         (mode_change, mode_adjust): Reflect the new signatures noted above.
52810         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
52811         that might redefine system include files.
52812         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
52813         (my_usleep): Use NULL rather than (void *) 0.
52814         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
52815         Use siginterrupt to specify that system calls should be interrupted.
52816         (rpl_nanosleep): Move initialization of suspended closer to call of
52817         my_usleep.
52818         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
52819         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
52820         (desirable_utmp_entry): New function.
52821         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
52822         using x2nrealloc, to simplify logic.
52823         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
52824         size calculation.  Do not assume utmp file is a regular file.
52825         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
52826         (READ_UTMP_CHECK_PIDS): New constant.
52827         * lib/save-cwd.c: Include unistd-safer.h.
52828         (save_cwd): Use fd_safer.
52829         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
52830         [!_LIBC] Include "stat-macros.h" instead.
52831         * lib/unistd-safer.h (fd_safer): New decl.
52832
52833 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52834
52835         * modules/getloadavg (Depends-on): Add unistd-safer.
52836         * modules/getusershell (Depends-on): Add stdio-safer.
52837         * modules/lstat (Depends-on): Remove xalloc.
52838         * modules/mkstemp (Depends-on): Add stat-macros.
52839         * modules/modechange (Depends-on): Remove xstrtol.
52840         Add stat-macros, xalloc.
52841         * modules/save-cwd (Depends-on): Add unistd-safer.
52842         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
52843         * modules/unistd-safer (Files): Add lib/fd-safer.c
52844         (Makefile.am): Remove lib_SOURCES.
52845
52846         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
52847         Remove fcntl-safer; unistd-safer supersedes it.
52848
52849 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52850
52851         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
52852         AC_HEADER_STAT.
52853         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
52854         (gl_PREREQ_CHOWN): Remove.
52855         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
52856         it.  Don't require AC_HEADER_STAT.
52857         (gl_PREREQ_LSTAT): Remove.
52858         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
52859         Don't require AC_HEADER_STAT.
52860         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
52861         (gl_PREREQ_RMDIR): Remove.
52862         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
52863         mention stat-macros.h or AC_HEADER_STAT, since we'll make
52864         the stat-macros module a prerequisite.
52865         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
52866         * m4/filemode.m4 (gl_FILEMODE): Likewise.
52867         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
52868         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
52869         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
52870         variable names.
52871         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
52872         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
52873         variable prefixes.
52874         * m4/fcntl-safer.m4: Remove.
52875         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
52876         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
52877         Invoke gl_PREREQ_FD_SAFER.
52878         (gl_PREREQ_FD_SAFER): New macro.
52879         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
52880         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
52881         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
52882         Remove duplicate call to AC_LIBOBJ(readutmp).
52883         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
52884
52885         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
52886         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
52887
52888 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52889
52890         * MODULES.html.sh (Misc): Add byteswap.
52891
52892 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52893
52894         * modules/getcwd (Depends-on): Add extensions.
52895         * modules/openat (Depends-on): Likewise.
52896
52897 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52898
52899         * modules/byteswap: New file.
52900
52901 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52902
52903         * m4/byteswap.m4: New file.
52904
52905 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52906
52907         * lib/byteswap_.h: New file.
52908
52909 2005-04-25  Karl Berry  <karl@gnu.org>
52910
52911         * m4/gettext.m4: Update from GNU gettext 0.14.4.
52912
52913 2005-04-25  Albert Chin  <china@thewrittenword.com>
52914
52915         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
52916         Toolkit C bug.
52917
52918 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
52919
52920         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
52921         (func_ln_if_changed) Remove forcibly for no error message
52922         in case file does not exist.
52923
52924 2005-04-19  Simon Josefsson  <jas@extundo.com>
52925
52926         * gnulib-tool (Options): Make --symlink mean --symbolic.
52927
52928 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
52929
52930         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
52931
52932 2005-04-16  Simon Josefsson  <jas@extundo.com>
52933
52934         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
52935
52936 2005-04-15  Simon Josefsson  <jas@extundo.com>
52937
52938         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
52939
52940 2005-04-15  Simon Josefsson  <jas@extundo.com>
52941
52942         * gnulib-tool: Rename --symlink to --symbolic.
52943
52944 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
52945
52946         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
52947         symbolic links to files instead of copying/moving.  Add --aux-dir,
52948         specifying directory relative --dir where auxiliary build tools
52949         are placed.
52950
52951 2005-04-14  Bruno Haible  <bruno@clisp.org>
52952
52953         * modules/allocsa (License): Change to LGPL.
52954         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
52955
52956 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
52957
52958         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
52959         that "UTC +1 second" continues to work.  Problem reported
52960         by Dmitry V. Levin.
52961         (relunit_snumber): New rule.
52962         (relunit): Use it.
52963
52964 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
52965
52966         * lib/getdate.y (universal_time_zone_table): New constant.
52967         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
52968         universal_time_zone_table.
52969         (lookup_zone): Prefer universal_time_zone_table to
52970         local_time_zone_table, so that "GMT" time stamps are allowed in
52971         London during the summer.  Problem reported by Ian Abbott.
52972
52973 2005-04-12  Jim Meyering  <jim@meyering.net>
52974
52975         * lib/human.c (humblock): Set *options even when returning due to
52976         xstrtoumax conversion failure.  Thanks to a used-uninitialized
52977         warning from gcc-4.
52978
52979 2005-04-09  Jim Meyering  <jim@meyering.net>
52980
52981         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
52982         -Wuninitialized: initialize tm0.tm_year.
52983
52984 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
52985
52986         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
52987         count, since there's no maximum.  All uses changed.
52988         Add member dsts_seen.
52989         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
52990         not being INT_MAX.
52991         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
52992         Use pc_rels_seen to decide whther a date is absolute.
52993
52994         * lib/getdate.y (number): Don't overwrite year.
52995         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
52996         check.
52997
52998 2005-04-02  Simon Josefsson  <jas@extundo.com>
52999
53000         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
53001         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
53002
53003 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
53004
53005         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
53006         where no absolute path name can be longer than PATH_MAX.
53007
53008 2005-03-27  Jim Meyering  <jim@meyering.net>
53009
53010         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
53011
53012 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
53013
53014         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
53015         "one's complement" -> "ones' complement" in comment, as per Knuth.
53016         "value of type" -> "type or expression" in comment.
53017         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
53018
53019 2005-03-26  Jim Meyering  <jim@meyering.net>
53020
53021         Comment nits.
53022         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
53023         Correct typos: s/or/of/.
53024
53025 2005-03-26  Jim Meyering  <jim@meyering.net>
53026
53027         * modules/check-include-files: Move to ../ and rename to...
53028         * check-module: ...this.
53029
53030 2005-03-25  Jim Meyering  <jim@meyering.net>
53031
53032         * modules/xvasprintf (Files): Add xalloc.h.
53033
53034 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
53035
53036         * modules/gettext (Files): config/config.rpath ->
53037         build-aux/config.rpath
53038         * modules/iconv (Files): Likewise.
53039         Problem reported by Oskar Liljeblad.
53040
53041 2005-03-23  Jim Meyering  <jim@meyering.net>
53042
53043         * modules/check-include-files: New script to check for
53044         missing dependencies, multiple includes, etc.
53045
53046         * modules/c-strtold (Depends-on): Add xalloc.
53047         * modules/c-strtod (Depends-on): Add xalloc.
53048         * modules/hash (Depends-on): Add xalloc.
53049         (Files): Remove lib/xalloc.h.
53050
53051         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
53052         * modules/userspec (Files): Add lib/inttostr.h.
53053
53054 2005-03-23  Jim Meyering  <jim@meyering.net>
53055
53056         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
53057
53058 2005-03-22  Jim Meyering  <jim@meyering.net>
53059
53060         * modules/stat-macros: New module.
53061         * modules/canonicalize, modules/euidaccess, modules/file-type,
53062         * modules/filemode, modules/lchown, modules/makepath,
53063         * modules/rmdir, modules/stat: Depend on new stat-macros module
53064         rather than listing lib/stat-macros.h manually.
53065         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
53066
53067 2005-03-22  Jim Meyering  <jim@meyering.net>
53068
53069         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
53070
53071 2005-03-22  Bruno Haible  <bruno@clisp.org>
53072
53073         * config/srclist.txt: Replace target directory 'config' with
53074         'build-aux'.
53075         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
53076         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
53077         ../build-aux/.
53078
53079 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
53080
53081         * modules/chdir-long (Depends-on): Add mempcpy.
53082
53083         * modules/acl, modules/backupfile, modules/c-strtod,
53084         modules/c-strtold, modules/canon-host, modules/canonicalize,
53085         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
53086         modules/exclude, modules/exitfail, modules/file-type,
53087         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
53088         modules/getdate, modules/getline, modules/getpagesize,
53089         modules/getpass, modules/getugroups, modules/group-member,
53090         modules/hard-locale, modules/hash, modules/human, modules/idcache,
53091         modules/inttostr, modules/long-options, modules/makepath,
53092         modules/md5, modules/memcasecmp, modules/memcoll,
53093         modules/modechange, modules/mountlist, modules/path-concat,
53094         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
53095         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
53096         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
53097         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
53098         modules/strftime, modules/strndup, modules/strverscmp,
53099         modules/timespec, modules/unlocked-io, modules/userspec,
53100         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
53101         modules/yesno:
53102         Remove lib_SOURCES line from Makefile.am section, as this is now
53103         done automatically by the corresponding Autoconf macro.
53104
53105 2005-03-21  Jim Meyering  <jim@meyering.net>
53106
53107         Changes imported from coreutils.
53108
53109         * lib/cycle-check.c: Don't include xalloc.h.
53110
53111         * lib/path-concat.c: Don't include assert.h.
53112         (path_concat): Remove assertion that would have triggered
53113         for ABASE starting with more than one slash.
53114         Reported by Andreas Schwab.
53115
53116         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
53117         properly when ABASE is an absolute file name.
53118         Correct the description of this function.
53119         Include <assert.h>.
53120         Add an assertion and a test driver.
53121         This fixes a bug introduced on 2004-07-02.
53122         Andreas Schwab reported the resulting failure of cp --parents:
53123         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
53124
53125 2005-03-21  Jim Meyering  <jim@meyering.net>
53126
53127         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
53128         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
53129
53130 2005-03-21  Jim Meyering  <jim@meyering.net>
53131         and  Paul Eggert  <eggert@cs.ucla.edu>
53132
53133         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
53134         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
53135         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
53136         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
53137         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
53138         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
53139         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
53140         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
53141         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
53142         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
53143         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
53144         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
53145         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
53146         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
53147         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
53148         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
53149         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
53150         for these modules.
53151
53152 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
53153
53154         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
53155         (which shouldn't happen), generate nothing instead of returning 0
53156         immediately, so that nstrftime (NULL, ...) doesn't return 0.
53157
53158 2005-03-16  Bruno Haible  <bruno@clisp.org>
53159
53160         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
53161         HAVE_LONGLONG_64BIT.
53162
53163 2005-03-16  Bruno Haible  <bruno@clisp.org>
53164
53165         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
53166         HAVE_LONGLONG_64BIT.
53167
53168 2005-03-16  Bruno Haible  <bruno@clisp.org>
53169
53170         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
53171         HAVE_LONGLONG_64BIT.
53172
53173 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
53174
53175         * lib/strftime.c (my_strftime): Prepend space to format so that we can
53176         reliably distinguish strftime failure from empty output on POSIX
53177         hosts.
53178
53179 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
53180
53181         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
53182         (iconv_string): Don't guess a size-zero buffer, as that might cause
53183         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
53184         result would be 'too large', where 'too large' is (heuristically)
53185         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
53186         overflow concerns.  This will prevent some unwanted malloc failures
53187         when the inputs are very large.
53188
53189 2005-03-15  Karl Berry  <karl@gnu.org>
53190
53191         * config/srclist.txt (config.rpath): from gettext.
53192         * config/config.rpath: update.
53193
53194 2005-03-15  Bruno Haible  <bruno@clisp.org>
53195
53196         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
53197         to 'negate'.
53198
53199         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
53200         variable.
53201
53202         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
53203         results.
53204
53205 2005-03-14  Simon Josefsson  <jas@extundo.com>
53206
53207         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
53208         <fx@gnu.org>.
53209
53210 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
53211
53212         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
53213         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
53214         intprops.h.
53215         * lib/strtol.c: Likewise.
53216
53217 2005-03-14  Jim Meyering  <jim@meyering.net>
53218
53219         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
53220         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
53221         to be nonzero so that we (and caller) can detect the difference
53222         between a valid zero-length expansion and an error return, even
53223         when the underlying strftime fails before writing anything into
53224         that location.
53225
53226 2005-03-14  Bruno Haible  <bruno@clisp.org>
53227
53228         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
53229         Update from GNU gettext 0.14.3.
53230
53231 2005-03-10  Jim Meyering  <jim@meyering.net>
53232
53233         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
53234
53235 2005-03-10  Jim Meyering  <jim@meyering.net>
53236
53237         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
53238         so that this module works on systems without fchdir.
53239
53240 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
53241
53242         Factor int-properties macros into a single file, except for
53243         glibc-related files.
53244         * lib/intprops.h: New file.
53245         * lib/getloadavg.c: Include it instead of limits.h.
53246         (INT_STRLEN_BOUND): Remove.
53247         * lib/human.c: Include intprops.h.
53248         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
53249         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
53250         302/1000.
53251         * lib/inttostr.h: Include intprops.h instead of limits.h.
53252         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
53253         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
53254         for consistency with intprops.h.
53255         (time_t_is_integer, twos_complement_arithmetic): Use them.
53256         * lib/sig2str.h: Include <signal.h>, intprops.h.
53257         (INT_STRLEN_BOUND): Remove.
53258         * lib/strftime.c (TYPE_SIGNED): Remove.
53259         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
53260         * lib/strtol.c: Adjust comments to match intprops.h.
53261         * lib/userspec.c: Include intprops.h.
53262         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
53263         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
53264         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
53265         instead of rolling our own expressions.
53266         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
53267
53268         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
53269         instead of int.
53270         (my_strftime): Do not mishandle years close to INT_MAX, by doing
53271         the right thing even if adding 1900 would overflow.  Similarly
53272         for tm_mon + 1 and tm_yday + 1.
53273         Make %Y always equivalent to %C%y, and similarly for %G and %g.
53274         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
53275         (DO_SIGNED_NUMBER): New macro.
53276         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
53277
53278 2005-03-07  Bruno Haible  <bruno@clisp.org>
53279
53280         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
53281
53282 2005-03-07  Bruno Haible  <bruno@clisp.org>
53283
53284         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
53285
53286 2005-03-04  Derek R. Price  <derek@ximbiot.com>
53287
53288         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
53289         (func_import): Only replace files via --import when they have actually
53290         changed.
53291
53292 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53293
53294         * m4/mmap-anon.m4: New file.
53295         * m4/pagealign_alloc.m4: New file.
53296
53297 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53298             Bruno Haible  <bruno@clisp.org>
53299
53300         * modules/pagealign_alloc: New file.
53301         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
53302
53303 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53304             Bruno Haible  <bruno@clisp.org>
53305
53306         * lib/pagealign_alloc.h: New file.
53307         * lib/pagealign_alloc.c: New file.
53308
53309 2005-03-03  Bruno Haible  <bruno@clisp.org>
53310
53311         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
53312         Use an all-permissive copyright notice, recommended by RMS.
53313
53314 2005-03-02  Bruno Haible  <bruno@clisp.org>
53315
53316         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
53317         of AIX, the replacement has to be done only after <string.h> is
53318         included, therefore not in config.h. stpncpy.h does the replacement,
53319         and stpncpy.c uses it.
53320
53321 2005-03-02  Bruno Haible  <bruno@clisp.org>
53322
53323         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
53324         stpncpy.c uses it.
53325
53326 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53327
53328         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
53329         The workaround isn't strictly needed for POSIX conformance, and
53330         it's too much of a pain to configure and maintain.  We'll ask
53331         people to fix their kernels instead.
53332         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
53333         (NANOSLEEP_BUG_WORKAROUND): Remove.
53334         (xnanosleep): Remove the workaround.
53335
53336 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53337
53338         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
53339         Reported by Derek Price.
53340         (Include): Add "timespec.h".
53341
53342         * modules/xnanosleep (Depends-on): Remove gethrxtime.
53343
53344 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53345
53346         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
53347         to detect nanosleep bug.
53348
53349 2005-03-01  Bruno Haible  <bruno@clisp.org>
53350
53351         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
53352
53353 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
53354
53355         * modules/gethrxtime: New file.
53356         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
53357         (Depends-on): Add gethrxtime.
53358         (configure.ac): Add gl_XNANOSLEEP.
53359         (Makefile.am): Remove lib_SOURCES line.
53360
53361 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
53362
53363         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
53364         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
53365
53366 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
53367
53368         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
53369         * lib/timespec.h (gettime): Return void, since it always
53370         succeeds now.  All uses changed.
53371         * lib/gettime.c (gettime) Likewise.
53372         [HAVE_NANOTIME]: Prefer nanotime.
53373         Assume gettimeofday succeeds, as POSIX requires.
53374         Assime time () succeeds, since other code already does.
53375         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
53376         (timespec_subtract): Remove.
53377         (NANOSLEEP_BUG_WORKAROUND): New constant.
53378         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
53379         things considerably.  Use it only on GNU/Linux hosts, since the
53380         workaround shouldn't be needed elsewhere.
53381
53382 2005-02-24  Bruno Haible  <bruno@clisp.org>
53383
53384         * modules/gettext (Files): Add m4/glibc2.m4.
53385
53386 2005-02-24  Bruno Haible  <bruno@clisp.org>
53387
53388         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
53389         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
53390         * m4/progtest.m4:
53391         Update from GNU gettext 0.14.2.
53392         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
53393
53394 2005-02-24  Bruno Haible  <bruno@clisp.org>
53395
53396         * lib/localcharset.c: Update from GNU gettext 0.14.2.
53397         * lib/config.charset: Update from GNU gettext 0.14.2.
53398
53399 2005-02-24  Bruno Haible  <bruno@clisp.org>
53400
53401         * lib/gettext.h: Update from GNU gettext 0.14.2.
53402
53403 2005-02-23  Simon Josefsson  <jas@extundo.com>
53404
53405         * m4/iconvme.m4: New file.
53406
53407 2005-02-23  Jim Meyering  <jim@meyering.net>
53408
53409         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
53410         change.
53411         Thanks to Bruno Haible for catching it.
53412
53413 2005-02-22  Simon Josefsson  <jas@extundo.com>
53414
53415         * modules/iconvme: New file.
53416
53417         * MODULES.html.sh: Add iconvme.
53418
53419 2005-02-22  Simon Josefsson  <jas@extundo.com>
53420
53421         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
53422
53423 2005-02-22  Simon Josefsson  <jas@extundo.com>
53424
53425         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
53426
53427 2005-02-22  Jim Meyering  <jim@meyering.net>
53428
53429         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
53430         s/ifndef/ifdef/.
53431
53432 2005-02-20  Neil Conway  <neilc@samurai.com>
53433
53434         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
53435         returned by OSX/Darwin if the specified buffer is not large
53436         enough for the hostname.
53437
53438 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53439
53440         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
53441         pass it to _help, otherwise the latter coredumps trying to
53442         dereference state.root_argp.
53443
53444 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53445
53446         * modules/chdir-long (Depends-on): Add memrchr.
53447         * modules/memrchr (Files): Add lib/memrchr.h.
53448         (Include): "memrchr.h".
53449
53450 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53451
53452         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
53453
53454 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53455
53456         * lib/memrchr.h: New file.
53457         * lib/chdir-long.c: Include it.
53458         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
53459         Don't bother including stddef.h.
53460
53461 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
53462
53463         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
53464         inclusion.
53465         Include <sys/types.h>, for dev_t.
53466         (ME_DUMMY, ME_REMOTE): Move from here....
53467         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
53468         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
53469         Dmitry V. Levin.
53470         Include mountlist.h first, to test the interface.
53471
53472 2005-01-29  Bruno Haible  <bruno@clisp.org>
53473
53474         * lib/progname.c (program_name): Initialize.
53475         Needed when linking statically on MacOS X.
53476
53477 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
53478
53479         Sync from coreutils.
53480         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
53481         (Depends-on): Add c-strtod.
53482         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
53483
53484 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
53485
53486         Sync from coreutils.
53487         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
53488
53489         Remove files that are specific to coreutils.
53490         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
53491
53492 2005-01-28  Bruno Haible  <bruno@clisp.org>
53493
53494         * modules/javacomp: New file.
53495         * MODULES.html.sh (Java): Add javacomp.
53496
53497 2005-01-28  Bruno Haible  <bruno@clisp.org>
53498
53499         * m4/javacomp.m4: New file, from GNU gettext.
53500
53501 2005-01-28  Bruno Haible  <bruno@clisp.org>
53502
53503         * lib/javacomp.sh.in: New file, from GNU gettext.
53504         * lib/javacomp.h: New file, from GNU gettext.
53505         * lib/javacomp.c: New file, from GNU gettext.
53506
53507 2005-01-26  Simon Josefsson  <jas@extundo.com>
53508
53509         * lib/gai_strerror.c: Use GPL in header.
53510
53511 2005-01-26  Bruno Haible  <bruno@clisp.org>
53512
53513         * modules/javaexec: New file.
53514         * MODULES.html.sh (Java): Add javaexec.
53515
53516 2005-01-26  Bruno Haible  <bruno@clisp.org>
53517
53518         * m4/javaexec.m4: New file, from GNU gettext.
53519
53520 2005-01-26  Bruno Haible  <bruno@clisp.org>
53521
53522         * lib/javaexec.sh.in: New file, from GNU gettext.
53523         * lib/javaexec.h: New file, from GNU gettext.
53524         * lib/javaexec.c: New file, from GNU gettext.
53525
53526 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53527
53528         * modules/lchown (Depends-on): Remove lchown.h
53529
53530 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53531
53532         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
53533         must be defined if the header file was not found, in order
53534         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
53535
53536 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53537
53538         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
53539         initializers for struct pentry_state.
53540         (__argp_error): Check return value of __asprintf
53541         (__argp_failure): Translate error message
53542
53543         * lib/argp-parse.c: Removed braces around the expansion of N_()
53544
53545 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
53546
53547         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
53548         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
53549         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
53550         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
53551         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
53552         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
53553         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
53554         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
53555         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
53556         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
53557         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
53558         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
53559         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
53560         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
53561         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
53562         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
53563         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
53564         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
53565         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
53566         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
53567         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
53568         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
53569         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
53570         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
53571         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
53572         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
53573         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
53574         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
53575         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
53576         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
53577         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
53578         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
53579         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
53580         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
53581         xstrtol.m4, xstrtoumax.m4, yesno.m4:
53582         Use an all-permissive copyright notice, recommended by RMS.
53583
53584 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
53585
53586         * modules/chdir-long (Depends-on): Remove mempcpy.
53587
53588 2005-01-21  Jim Meyering  <jim@meyering.net>
53589
53590         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
53591         same value as for Solaris 9.
53592
53593         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
53594         component length.  This included changing the parameter to be
53595         of type `char *' rather than `char const *'.
53596         * lib/chdir-long.h (chdir_long): Update prototype.
53597
53598         * lib/openat.c (fdopendir, fstatat): New functions.
53599         * lib/openat.h: Include headers required for use of DIR and struct
53600         stat.
53601         [AT_SYMLINK_NOFOLLOW]: Define.
53602         (fdopendir, fstatat): Add prototypes.
53603
53604 2005-01-21  Bruno Haible  <bruno@clisp.org>
53605
53606         * modules/classpath: New file.
53607         * MODULES.html.sh (Java): Add classpath.
53608
53609 2005-01-21  Bruno Haible  <bruno@clisp.org>
53610
53611         * lib/classpath.h: New file, from GNU gettext.
53612         * lib/classpath.c: New file, from GNU gettext.
53613
53614 2005-01-20  Simon Josefsson  <jas@extundo.com>
53615
53616         * modules/version-etc-fsf: New file.
53617
53618 2005-01-20  Simon Josefsson  <jas@extundo.com>
53619
53620         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
53621         * lib/version-etc.c: Remove version_etc_copyright.
53622         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
53623         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
53624
53625 2005-01-20  Simon Josefsson  <jas@extundo.com>
53626
53627         * lib/base64.h (isbase64): Add.
53628
53629         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
53630         using a unsigned prototype, don't inline.
53631         (base64_decode): Use it.
53632
53633 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53634
53635         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
53636         it.
53637
53638 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53639
53640         * lib/save-cwd.c (save_cwd): Remove code to support the case
53641         where fchdir is missing or flaky.
53642
53643 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53644
53645         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
53646
53647 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
53648
53649         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
53650         AC_LIBSOURCES now does this.
53651         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
53652         with new ullong_max module.
53653
53654 2005-01-19  Bruno Haible  <bruno@clisp.org>
53655
53656         * modules/sh-quote: New file.
53657         * MODULES.html.sh (Executing programs): Add sh-quote.
53658
53659 2005-01-19  Bruno Haible  <bruno@clisp.org>
53660
53661         * lib/sh-quote.h: New file, from GNU gettext.
53662         * lib/sh-quote.c: New file, from GNU gettext.
53663
53664 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53665
53666         Merge from coreutils.
53667         * m4/ullong_max.m4: New file.
53668         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
53669         (gl_MACROS): Assume localeconv exists.
53670
53671 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53672
53673         Merge changes from coreutils, as described below in several
53674         changelogs dated today.
53675
53676         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
53677         (O_DIRECTORY): Remove; not needed here, since "." must be
53678         a directory.  All uses removed.
53679         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
53680         universal on Suns, and we also need to test for IRIX.
53681         Revamp code to use 'if' rather than '#if'.
53682         Avoid unnecessary comparison of cwd->desc to 0.
53683
53684         * lib/utimens.c (futimens): Robustify the previous patch, by checking
53685         for known valid error numbers rather than observed invalid ones.
53686
53687 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53688
53689         * modules/ullong_max: New file.
53690
53691         * modules/chdir-long, modules/openat: New files.
53692         * modules/save-cwd (Depends-on): Depend on chdir-long.
53693         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
53694
53695 2005-01-18  Jim Meyering  <jim@meyering.net>
53696
53697         Merge from coreutils.
53698         * m4/chdir-long.m4, m4/openat.m4: New files.
53699         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
53700         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
53701         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
53702         is sane and DOES follow symlinks.  Besides, testing 20 different
53703         systems found no broken chown implementations.
53704         Prompted by a change in rsync's copy of this macro.
53705         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
53706
53707         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
53708
53709         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
53710         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
53711         NULL-means-set-to-current-time semantics.
53712         Remove temporary file immediately, rather than waiting
53713         for configure's at-exit trap code to do it.
53714
53715 2005-01-18  Jim Meyering  <jim@meyering.net>
53716
53717         * lib/version-etc.c (version_etc_copyright): Update copyright date.
53718
53719         * lib/utimens.c (futimens): Account for the fact that futimes
53720         can also fail with errno == ENOSYS or errno == ENOENT.
53721         Patch from Dmitry V. Levin.
53722
53723         Change the name of the robust chdir function from chdir to chdir_long.
53724         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
53725         (restore_cwd): Use chdir_long, not chdir.
53726         * lib/chdir-long.c: Renamed from chdir.c.
53727         * lib/chdir-long.h: Renamed from chdir.h.
53728         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
53729         Hurd.
53730
53731 2005-01-18  Bruno Haible  <bruno@clisp.org>
53732
53733         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
53734         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
53735         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
53736         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
53737         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
53738         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
53739         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
53740         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
53741         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
53742         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
53743         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
53744         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
53745         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
53746         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
53747         Use an all-permissive copyright notice, recommended by RMS.
53748
53749 2005-01-18  Bob Proulx  <bob@proulx.com>
53750
53751         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
53752         simplify offsetof() macro construct to avoid compile failure with
53753         native HP-UX 11.0 ANSI C compiler.
53754
53755 2005-01-17  Bruno Haible  <bruno@clisp.org>
53756
53757         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
53758         redundant because stpncpy.m4 takes care of it.
53759
53760 2005-01-17  Bruno Haible  <bruno@clisp.org>
53761
53762         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
53763
53764 2005-01-17  Bruno Haible  <bruno@clisp.org>
53765
53766         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
53767         used.
53768
53769 2005-01-17  Bruno Haible  <bruno@clisp.org>
53770
53771         * lib/fwriteerror.h (fwriteerror): Change specification to include
53772         fclose.
53773         * lib/fwriteerror.c: Include <stdbool.h>.
53774         (fwriteerror): At the end, close the file stream. Record whether
53775         stdout was already closed.
53776
53777 2005-01-17  Bruno Haible  <bruno@clisp.org>
53778
53779         * lib/execute.c (environ): Declare if needed.
53780         * lib/pipe.c (environ): Likewise.
53781         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
53782
53783 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53784
53785         * modules/argp: Depend on vsnprintf
53786
53787 2005-01-10  Jim Meyering  <jim@meyering.net>
53788
53789         * modules/closeout (Depends-on): Add atexit.
53790
53791 2005-01-06  Bruno Haible  <bruno@clisp.org>
53792
53793         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
53794
53795 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
53796
53797         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
53798         definitions to be after all include files, to avoid collisions.
53799         Problem reported by Bob Proulx.
53800
53801 2005-01-04  Jim Meyering  <jim@meyering.net>
53802
53803         Changes imported from coreutils.
53804         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
53805         as the mkstemp template, use a temporary directory and an
53806         8.3-friendly template to avoid trouble on systems like DJGPP.
53807         Reported by Juan M. Guerrero via Stepan Kasal.
53808         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
53809         close. Remove the temporary directory right away, rather than waiting
53810         for configure's at-exit trap code to do it.
53811         Suggestion from Stepan Kasal.
53812
53813 2005-01-01  Simon Josefsson  <jas@extundo.com>
53814
53815         * gnulib-tool: Print #include directives when --import'ing.
53816
53817 2004-12-28  Simon Josefsson  <jas@extundo.com>
53818
53819         * tests/test-base64.c: Include required header files.  Remove
53820         unused variables.
53821
53822 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
53823
53824         * modules/error (Depends-on): Remove gettext.
53825
53826 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
53827
53828         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
53829         not needed.  This removes a dependency on the gettext module.
53830         [defined _LIBC]: Do not include <libintl.h>; not needed.
53831
53832 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
53833
53834         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
53835         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
53836
53837 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
53838
53839         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
53840         HAVE_DECL_STRTOLD.
53841
53842 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53843
53844         * modules/getdate (Depends-on): Remove alloca-opt.
53845
53846 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53847
53848         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
53849
53850 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53851
53852         * lib/argp-parse.c: Include <stddef.h>.
53853         (alignof, alignto): New macros.
53854         (parser_init): Don't assume that void * is aligned sufficiently
53855         for struct option.
53856
53857         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
53858         need to extend the stack.
53859         (YYINITDEPTH): New macro, so that the initial stack isn't overly
53860         large.
53861
53862 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53863
53864         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
53865
53866 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
53867
53868         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
53869         (2004-10-24) change.  Apparently this was a false alarm.
53870
53871         * modules/getdate: Depend on alloca-opt, not alloca.
53872
53873 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
53874
53875         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
53876         Remove now-obsolete comment about AIX.
53877         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
53878         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
53879         (YYMAXDEPTH): New macro.
53880
53881 2004-12-18  Simon Josefsson  <jas@extundo.com>
53882
53883         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
53884
53885 2004-12-18  Bruno Haible  <bruno@clisp.org>
53886
53887         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
53888
53889 2004-12-18  Bruno Haible  <bruno@clisp.org>
53890
53891         * lib/fatal-signal.c (fatal_signals): Make non-const.
53892         (init_fatal_signals): New function.
53893         (uninstall_handlers, install_handlers): Ignore signals that were set to
53894         SIG_IGN.
53895         (at_fatal_signal): Call init_fatal_signals.
53896         (init_fatal_signal_set): Likewise. Ignore signals that were set to
53897         SIG_IGN.
53898         Reported by Paul Eggert.
53899
53900 2004-12-18  Bruno Haible  <bruno@clisp.org>
53901
53902         * doc/alloca.texi: New file.
53903         * doc/alloca-opt.texi: New file.
53904
53905 2004-12-17  Jim Meyering  <jim@meyering.net>
53906
53907         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
53908         Otherwise, install-sh could exit with improper exit status when
53909         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
53910
53911 2004-12-16  Simon Josefsson  <jas@extundo.com>
53912
53913         * tests/test-base64.c: Add license.
53914
53915 2004-12-15  Stepan Kasal  <address@hidden>
53916
53917         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
53918
53919 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
53920
53921         * modules/getcwd (Files): Add m4/d-ino.m4.
53922         Suggested by Mark D. Baushke.
53923
53924 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
53925
53926         * lib/getdate.y (textint): New member "negative".
53927         (time_zone_hhmm): New function.
53928         Expect 14 shift-reduce conflicts, not 13.
53929         (o_colon_minutes): New rule.
53930         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
53931         (yylex): Set the "negative" member of signed numbers.
53932
53933 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
53934
53935         * doc/getdate.texi (Time of day items, Time zone items):
53936         Describe new formats +00:00, UTC+00:00.
53937
53938 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
53939
53940         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
53941         spurious "-l"s.  Problem reported by Stepan Kasal.
53942
53943 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
53944
53945         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
53946         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
53947
53948 2004-12-04  Simon Josefsson  <jas@extundo.com>
53949
53950         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
53951         Vandoorselaere <yoann@prelude-ids.org>.
53952
53953 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53954
53955         Changes imported from coreutils.
53956         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
53957         exist.
53958         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
53959
53960 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53961
53962         Changes imported from coreutils.
53963         * lib/hard-locale.c: Assume <locale.h> exists.
53964         Include "strdup.h".
53965         (GLIBC_VERSION): New macro.
53966         (hard_locale): Assume setlocale exists.
53967         Rewrite to avoid #ifdef.
53968         Use strdup rather than malloc + strcpy.
53969         * lib/human.c: Assume <locale.h> exists.
53970         (human_readable): Assume localeconv exists.
53971
53972 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53973
53974         * modules/hard-locale (Depends-on): Add strdup.
53975
53976 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
53977
53978         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
53979         convert T2, not T.  (Imported from libc.)
53980
53981 2004-11-30  Simon Josefsson  <jas@extundo.com>
53982
53983         * modules/restrict (License): Change to LGPL.
53984
53985 2004-11-30  Simon Josefsson  <jas@extundo.com>
53986
53987         * m4/restrict.m4: Add copyright and copying conditions.
53988
53989 2004-11-30  Simon Josefsson  <jas@extundo.com>
53990
53991         * m4/base64.m4: New file.
53992
53993 2004-11-30  Simon Josefsson  <jas@extundo.com>
53994
53995         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
53996         base64.
53997
53998         * tests/test-base64.c: New file.
53999
54000         * modules/base64: New file.
54001
54002 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
54003
54004         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
54005         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
54006
54007         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
54008
54009 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
54010
54011         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
54012         (__getcwd.c): Don't restore errno; glibc doesn't.
54013         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
54014         first, falling back to our code only if its results look suspicious.
54015         Ensure that the resulting buffer is only as large as necessary.
54016
54017         * lib/readutmp.c: Include readutmp.h first.
54018         Include <errno.h>, since readutmp.h no longer does that.
54019         * lib/readutmp.h: Don't include <errno.h>,
54020         <sys/param.h>, <time.h>; not needed to establish interface.
54021         (errno): Remove decl.
54022         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
54023         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
54024         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
54025
54026 2004-11-28  Simon Josefsson  <jas@extundo.com>
54027
54028         * lib/base64.h, base64.c: New file.
54029
54030 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
54031
54032         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
54033
54034 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
54035
54036         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
54037         (Depends-on): Remove pathmax, same.  Add mempcpy.
54038         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
54039         (Makefile.am): Append getcwd.h to lib_SOURCES.
54040         (Include): Add getcwd.h.
54041         (Maintainer): Change from Jim Meyering to "all, glibc",
54042         since getdate now uses intended-for-glibc code.
54043         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
54044         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
54045
54046 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
54047
54048         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
54049         HP's ANSI C compiler.
54050         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
54051         Declaring int functions causes warnings on some modern systems and
54052         shouldn't be needed to compile on ancient ones.
54053         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
54054         defined.
54055
54056         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
54057         with the following changes.
54058         (__set_errno): Parenthesize properly.
54059         Include <stdbool.h>.
54060         (MIN, MAX, MATCHING_INO): New macros.
54061         (__getcwd): Define with prototype, not K&R form.
54062         Use heuristics to allocate default buffer on stack if possible.
54063         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
54064         behavior, and to avoid the PATH_MAX limit when computing
54065         ../../../../...
54066         Use MATCHING_INO to compare inode number to file.
54067         Check for arithmetic overflow in size calculations.
54068         Fix bug in reallocation of dot array that caused getcwd to fail
54069         on directories nested deeper than 75.
54070         Be more careful about saving errno on error.
54071         Do not use realloc; use only free+malloc, as this is a bit
54072         more flexible and avoids a needless copy operation.
54073         Do not inspect st_dev and st_ino for symbolic links; POSIX
54074         doesn't specify the latter.
54075         Check for closedir errors.
54076         Avoid needless casts.
54077         Use "#ifdef weak_alias" around weak_alias, to be like other
54078         glibc code.
54079         The following changes to getcwd.c have effect only when used in
54080         gnulib; they have no effect inside glibc proper.
54081         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
54082         as alloca isn't used.
54083         (alloca, __alloca): Likewise.
54084         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
54085         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
54086         unconditionally, as gnulib assumes C89 or better.
54087         Do not include <sys/param.h>.
54088         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
54089         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
54090         better.
54091         (NULL) [!defined NULL]: Remove; we assume C89 or better.
54092         Include <dirent.h> in a way that is compatible with modern Autoconf.
54093         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
54094         New macros, if not already defined.
54095         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
54096         Use "_LIBC", not "defined _LIBC", for consistency.
54097         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
54098         a mempcpy module.
54099         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
54100         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
54101         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
54102         credit only to Jim Meyering and adjust the copyright dates.
54103         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
54104         <stdlib.h>, <unistd.h>, "pathmax.h".
54105         Instead, include "xgetcwd.h" (first) and "getcwd.h".
54106         (INITIAL_BUFFER_SIZE): Remove.
54107         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
54108
54109 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
54110
54111         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
54112         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
54113         Use the _ONCE methods, for efficiency.
54114         Check for fcntl.h.  In test program, include <errno.h>
54115         and <fcntl.h> if available.  Remove old K&R cruft from
54116         test program.  Check for common errors in GNU/Linux,
54117         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
54118         don't do AC_LIBOBJ, as that's getcwd.m4's job.
54119         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
54120         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
54121         name accordingly.
54122         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
54123         accommodate new getcwd.c.
54124         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
54125         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
54126         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
54127         that's all we need now.
54128
54129 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54130
54131         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
54132         argp-parse.c depends on getopt internals, that means we should
54133         always use our getopt, to be on the safe side.
54134         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
54135         order not to spoil the result of an eventual previous invocation
54136         of gl_GETOPT_SUBSTITUTE.
54137
54138 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54139
54140         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
54141         redefinition warnings. To avoid them, include the defines
54142         in `#if !defined __need_getopt ... #endif'. The only place
54143         where __getopt_argv_const is used is in definitions
54144         of getopt_long and getopt_long_only below, which are as well
54145         protected by `#ifndef __need_getopt'.
54146         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
54147         __need_getopt after including <stdio.h> and <unistd.h> These
54148         headers might have defined it.
54149
54150 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
54151
54152         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
54153
54154 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
54155
54156         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
54157         (futimens): New function, which uses futimes if available.
54158         (futimens, utimens): Support timespec==NULL, with same semantics
54159         as utime and utimens.
54160         * lib/utimens.h (futimens): New decl.
54161
54162 2004-11-23  Jim Meyering  <jim@meyering.net>
54163
54164         * lib/getopt_.h: Remove trailing blanks.
54165
54166 2004-11-23  Jim Meyering  <jim@meyering.net>
54167
54168         * lib/__fpending.c: Add comment.
54169
54170 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
54171
54172         * modules/canonicalize (Depends-on): Add xreadlink.
54173         Problem reported by James Youngman.
54174
54175 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
54176
54177         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
54178         New macros.
54179         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
54180         optopt): Use them instead of invoking ## directly; otherwise, the
54181         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
54182
54183 2004-11-19  Bruno Haible  <bruno@clisp.org>
54184
54185         * lib/strtok_r.c: Move comments from here...
54186         * lib/strtok_r.h: ... to here.
54187
54188 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
54189
54190         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
54191         implementations that mishandle size_t overflow.
54192
54193 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
54194
54195         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
54196         might fail.  Problem reported by Yoann Vandoorselaere.
54197         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
54198         implementations that mishandle size_t overflow.
54199
54200 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54201
54202         * modules/canon-host (Depends-on): Add strdup.
54203
54204 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54205
54206         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
54207
54208 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54209
54210         * lib/canon-host.c: Include "strdup.h".
54211         (canon_host): Use getaddrinfo if available, so that IPv6 works.
54212         Use strdup instead of malloc/strcpy to duplicate strings.
54213
54214         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
54215         (human_space_before_unit): New constant.
54216         * lib/human.c (human_readable): Support it.
54217
54218         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
54219         (xgetcwd): Set errno correctly when failing.
54220         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
54221         the failure is actually due to a PATH_MAX problem.
54222
54223         Further getopt changes to make it more likely that glibc will
54224         buy the changes back.
54225         * lib/getopt.c (POSIXLY_CORRECT): New constant.
54226         (getopt): Use it, so to preserve glibc semantic
54227         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
54228         when compiling for libc.
54229         * lib/getopt_.h (__getopt_argv_const): Bring it back.
54230         (getopt_long, getopt_long_only): Use it.
54231
54232         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
54233         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
54234         (getopt): Argv is now char * const *, as per standard.
54235         (_getopt_internal_r, _getopt_internal): Argv is now char **,
54236         not char *__getopt_argv_const *.
54237         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
54238         _getopt_long_only_r): Likewise.
54239         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
54240         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
54241         _getopt_long_r, _getopt_long_only_r): Likewise.
54242         * lib/getopt_.h (__getopt_argv_const): Remove.
54243         (getopt): Argv is now char * const *, as per standard.
54244
54245         * lib/getdate.y (tORDINAL): New token.
54246         (day, relunit): Allow it for relative times.
54247         (relative_time_table): Use tORDINAL for ordinals.
54248
54249 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54250
54251         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
54252         Document that "second" isn't allowed as an ordinal number.
54253
54254 2004-11-16  Jim Meyering  <jim@meyering.net>
54255
54256         * modules/closeout (Depends-on): Add fpending.
54257
54258 2004-11-15  Jim Meyering  <jim@meyering.net>
54259
54260         * lib/closeout.c: Include "__fpending.h" once again.
54261         Include <stdbool.h>.
54262         (close_stdout): Don't fail just because stdout was closed initially,
54263         since some programs don't write to stdout in the normal course of
54264         operation (other than --version and --help), and we don't want this
54265         function to make e.g. `touch file >&-' fail.
54266         But do fail if it was closed and someone has tried to write to it.
54267         E.g., `printf foo >&-' must fail.
54268
54269 2004-11-13  Jim Meyering  <jim@meyering.net>
54270
54271         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
54272
54273 2004-11-12  Simon Josefsson  <jas@extundo.com>
54274
54275         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
54276         small doc fix is still pending.
54277
54278 2004-11-11  Simon Josefsson  <jas@extundo.com>
54279
54280         * modules/strtok_r: New file.
54281
54282         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
54283         strtok_r.
54284
54285 2004-11-11  Simon Josefsson  <jas@extundo.com>
54286
54287         * m4/strtok_r.m4: New file.
54288
54289         * m4/getopt.m4: Replace opterr.
54290
54291 2004-11-11  Simon Josefsson  <jas@extundo.com>
54292
54293         * lib/strtok_r.h, strtok_r.c: New file.
54294
54295 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
54296
54297         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
54298         of replacing opterr, getopt, etc.  This should handle the
54299         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
54300
54301 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
54302
54303         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
54304         we can stop lying to compilers about the constness of argv when we
54305         are compiled outside glibc.
54306         (getopt, getopt_long, getopt_long_only): Use it.
54307         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
54308         _getopt_internal, getopt): Likewise.
54309         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
54310         _getopt_long_only_r): Likewise.
54311         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
54312         _getopt_long_r, _getopt_long_only_r): Likewise.
54313
54314         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
54315         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
54316         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
54317         the other external symbols.
54318         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
54319         declaration, since the above renaming now works around collisions.
54320
54321 2004-11-11  Jim Meyering  <jim@meyering.net>
54322
54323         * lib/linebreak.c: Remove trailing blanks.
54324         * lib/alloca_.h: Likewise.
54325         * lib/acosl.c: Likewise.
54326         * lib/euidaccess.c: Likewise.
54327         * lib/allocsa.h: Likewise.
54328
54329 2004-11-10  Simon Josefsson  <jas@extundo.com>
54330
54331         * m4/getaddrinfo.m4: New file.
54332
54333 2004-11-10  Simon Josefsson  <jas@extundo.com>
54334
54335         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
54336
54337 2004-11-10  Simon Josefsson  <jas@extundo.com>
54338
54339         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
54340         getaddrinfo.
54341
54342         * modules/getaddrinfo: New file.
54343
54344 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
54345
54346         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
54347
54348 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
54349
54350         * lib/mktime.c (SHR): New macro, which is a portable
54351         substitute for >> that should work even on Crays.
54352         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
54353         Problem reported by Mark D. Baushke in
54354         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
54355         * lib/getdate.y (SHR): Likewise.
54356         (tm_diff): Use it.
54357         * lib/strftime.c (SHR): Likewise.
54358         (tm_diff): Use it.
54359         * lib/quotearg.c (struct quoting_options): Use unsigned int for
54360         quote_these_too, so that right shifts are well defined.  All uses
54361         changed.
54362
54363 2004-11-10  Jim Meyering  <jim@meyering.net>
54364
54365         Ensure that no close failure goes unreported.
54366         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
54367         return early when it seems there's nothing to flush.
54368         Don't include __fpending.h.
54369
54370 2004-11-10  Jim Meyering  <jim@meyering.net>
54371
54372         * modules/closeout (Depends-on): Remove fpending.
54373
54374 2004-11-10  Jim Meyering  <jim@meyering.net>
54375
54376         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
54377
54378 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
54379
54380         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
54381         gl_FUNC_STRFTIME.
54382         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
54383         and AC_REQUIRE when possible, to avoid duplicate checks.
54384         Check for <wchar.h>.
54385
54386 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
54387
54388         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
54389
54390 2004-11-09  Bruno Haible  <bruno@clisp.org>
54391
54392         * m4/sockpfaf.m4: New file.
54393
54394 2004-11-05  Bruno Haible  <bruno@clisp.org>
54395
54396         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
54397         Reported by Mark D. Baushke <mdb@cvshome.org>.
54398
54399 2004-11-04  Bruno Haible  <bruno@clisp.org>
54400
54401         2004-09-11  Bruno Haible  <bruno@clisp.org>
54402                 * allocsa.valgrind: New file.
54403         2004-02-06  Bruno Haible  <bruno@clisp.org>
54404                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
54405                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
54406                 Reported by Christopher Seip <chris.seip@hp.com>.
54407
54408 2004-11-04  Bruno Haible  <bruno@clisp.org>
54409
54410         * modules/allocsa (Files): Add lib/allocsa.valgrind.
54411         (Makefile.am): Distribute it.
54412
54413 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
54414
54415         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
54416         with errno == ERANGE if the buffer is too small.
54417         Problem reported by Mark D. Baushke.
54418
54419 2004-11-03  Albert Chin  <china@thewrittenword.com>
54420             Paul Eggert  <eggert@cs.ucla.edu>
54421
54422         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
54423         equivalent, substitute $ac_type for equivalent type rather than
54424         blindly using uint32_t *always* which won't work if uint32_t is not
54425         available.  Define _UINT32_T to work around typedef of uint32_t if
54426         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
54427         2.5.1.
54428
54429 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54430
54431         * m4/jm-macros.m4: Sync from coreutils.
54432         (gl_MACROS): Check for mbrlen, for pathchk.
54433         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
54434
54435 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54436
54437         * lib/xreadlink.c (MAXSIZE): New macro.
54438         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
54439         size does not exceed MAXSIZE.  Avoid cast.
54440         As suggested by Mark D. Baushke in
54441         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
54442         if readlink fails with buffer size just under MAXSIZE, try again
54443         with MAXSIZE.
54444
54445 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54446
54447         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
54448
54449 2004-11-02  Derek R. Price  <derek@ximbiot.com>
54450         and  Paul Eggert  <eggert@cs.ucla.edu>
54451
54452         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
54453         (get_date): Overparenthesize to avoid GCC warning.
54454
54455 2004-11-02  Bruno Haible  <bruno@clisp.org>
54456
54457         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
54458         returns void.
54459
54460 2004-11-02  Bruno Haible  <bruno@clisp.org>
54461
54462         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
54463         function returns void.
54464
54465 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
54466
54467         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
54468         fflush_unlocked, flockfile, funlockfile, funlockfile,
54469         fputs_unlocked, putc_unlocked.
54470
54471 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
54472
54473         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
54474         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
54475         already declared.
54476
54477 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54478
54479         * modules/getdate (Files): Add doc/getdate.texi.
54480         (Depends-on): Add setenv, xalloc.
54481
54482 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54483
54484         * lib/getdate.y: Add support for TZ="foo" within a date string.
54485         Fix some bugs near time_t boundaries.  Reject dates with
54486         out-of-range components, e.g., "Sept 31".
54487         Include <stdlib.h>, "setenv.h", "xalloc.h".
54488         (ISDIGIT_LOCALE): Remove; unused.
54489         Note that the TZ and time functions used here are not reentrant.
54490         (mktime_ok, get_tz): New functions.
54491         (TZBUFSIZE): New constant.
54492         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
54493         This requires that we sometimes generate our own TZ="XXX..." setting.
54494
54495 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54496
54497         * doc/getdate.texi: New file, from coreutils with modifications for
54498         the new TZ parsing.
54499
54500 2004-10-27  Derek R. Price  <derek@ximbiot.com>
54501
54502         * lib/mktime.c (not_equal_tm): Remove redundant check.
54503
54504 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
54505
54506         * modules/regex (lib_SOURCES): Add regex.c.
54507         Reported by James Youngman in
54508         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
54509
54510 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
54511
54512         * lib/getdate.y: Use Bison 1.875 features, and some minor
54513         code cleanups.  This change does not affect semantics.
54514         Don't include <stdlib.h>; no longer needed.
54515         Don't include unlocked-io.h; only the "#if TEST" code uses
54516         stdio, and performance isn't crucial there.
54517         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
54518         Bison 1.875 features as described below.
54519         All uses of "PC." replaced by "pc->".
54520         (YYSTYPE): Add a forward declaration.
54521         (yylex, yyerror): Use full prototypes in forward decls.
54522         Use "%pure-parser" rather than obsolescent "%pure_parser".
54523         Use %parse-param and %lex-param instead of obsolescent
54524         YYPARSE_PARAM and YYLEX_PARAM.
54525         (meridian_table, month_and_day_table, time_units_table,
54526         relative_time_table, time_zone_table, military_table,
54527         lookup_zone, lookup_word, get_date):
54528         Use NULL instead of 0 where appropriate.
54529         (to_hour): Avoid abort (), to avoid a dependency on
54530         stdlib.h.
54531         (yyerror, yylex): Now accepts parser_control * arg.
54532         (main) [TEST]: Use '\0' rather than 0 for char.
54533
54534 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
54535
54536         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
54537
54538 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
54539
54540         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
54541         It's now the caller's responsibility to handle the case where
54542         !HAVE_GETPAGESIZE && !defined getpagesize.
54543
54544         * lib/mktime.c (leapyear): Arg is long int, not int.
54545
54546 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
54547
54548         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
54549
54550 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
54551
54552         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
54553         missing.  Problem reported by James Youngman.
54554
54555 2004-10-16  Simon Josefsson  <jas@extundo.com>
54556
54557         * gnulib-tool: Fix comments.  Fix parse problem.
54558         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
54559
54560 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
54561
54562         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
54563         implementation of getopt_long.  Problem reported by Alexander Taler in:
54564         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
54565
54566 2004-10-15  Bruno Haible  <bruno@clisp.org>
54567
54568         * gnulib-tool: Untabify. Initialize supplied_libname.
54569         (func_usage): More homogenous output.
54570         (func_modules_transitive_closure, func_modules_to_filelist,
54571         func_emit_lib_Makefile_am): New functions.
54572         (func_import): New function, extracted from big case statement. Use
54573         func_get_license, func_modules_transitive_closure,
54574         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
54575         opt_lgpl. Don't use test -a, as it's not portable.
54576         (func_create_testdir): Use func_modules_transitive_closure,
54577         func_modules_to_filelist, func_emit_lib_Makefile_am.
54578
54579 2004-10-15  Bruno Haible  <bruno@clisp.org>
54580
54581         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
54582
54583 2004-10-15  Bruno Haible  <bruno@clisp.org>
54584
54585         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
54586         the portions belonging to each module.
54587         Suggested by Derek Robert Price <derek@ximbiot.com>.
54588
54589 2004-10-12  Simon Josefsson  <jas@extundo.com>
54590
54591         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
54592         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
54593         to real functions.
54594
54595 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54596
54597         * modules/vsnprintf: New file.
54598
54599 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54600
54601         * m4/vsnprintf.m4: New file.
54602
54603 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54604
54605         * lib/vsnprintf.h: New file.
54606         * lib/vsnprintf.c: New file.
54607
54608 2004-10-11  Bruno Haible  <bruno@clisp.org>
54609
54610         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
54611         vsnprintf.
54612
54613 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
54614
54615         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
54616
54617 2004-10-07  Bruno Haible  <bruno@clisp.org>
54618
54619         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
54620         fits into the provided buffer.
54621
54622 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
54623
54624         * lib/diacrit.c, diacrit.h: Add GPL notice.
54625
54626         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
54627         notice.
54628         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
54629         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
54630         This avoids a potential constant-folding bug.
54631
54632 2004-10-05  Bruno Haible  <bruno@clisp.org>
54633
54634         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
54635         for the declaration of strsep.
54636
54637 2004-10-05  Bruno Haible  <bruno@clisp.org>
54638
54639         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
54640
54641 2004-10-04  Simon Josefsson  <jas@extundo.com>
54642
54643         * modules/memmem: New file.
54644         * tests/test-memmem.c: New file.
54645         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
54646
54647 2004-10-04  Simon Josefsson  <jas@extundo.com>
54648
54649         * m4/memmem.m4: New file.
54650
54651 2004-10-04  Simon Josefsson  <jas@extundo.com>
54652
54653         * lib/memmem.h: New file.
54654         * lib/memmem.c: New file, taken from glibc.
54655
54656 2004-10-04  Simon Josefsson  <jas@extundo.com>
54657
54658         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
54659         '#ifdef USE_UNLOCKED_IO'.
54660
54661 2004-10-04  Simon Josefsson  <jas@extundo.com>
54662
54663         * config/srclist.txt: Add memmem from glibc.
54664
54665 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54666
54667         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
54668
54669         * modules/argmatch, modules/argp, modules/closeout, modules/error,
54670         modules/exclude, modules/getdate, modules/getline,
54671         modules/getndelim2, modules/getpass, modules/getpass-gnu,
54672         modules/getusershell, modules/linebuffer, modules/md5,
54673         modules/mountlist, modules/posixtm, modules/readtokens,
54674         modules/readutmp, modules/regex, modules/sha1,
54675         modules/version-etc, modules/yesno:
54676         Remove dependency on unlocked-io.
54677
54678 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54679
54680         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
54681
54682         * m4/unlocked-io.m4: Add copyright notice.
54683         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
54684
54685 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54686
54687         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
54688         * lib/xmalloc.c (xmemdup): Likewise.
54689         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
54690         XFREE): Remove these long-obsolescent macros.
54691         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
54692         * lib/xstrdup.c: Remove.
54693
54694         * lib/regex.c (re_comp): Cast gettext return value to char *,
54695         Problem reported by Martin Neitzel via Mark D. Baushke.
54696
54697 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54698
54699         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
54700         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
54701         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
54702         regex.c, sha1.c, version-etc.c, yesno.c:
54703         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
54704         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
54705         the includer's responsibility.
54706
54707         Sync from coreutils.
54708
54709         * lib/modechange.c (mode_compile): Don't decrement a pointer that
54710         points to the start of a string, as the C Standard says the
54711         resulting behavior is undefined.
54712
54713         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
54714         simple -> simple_backups, numbered_existing ->
54715         numbered_existing_backups, numbered -> numbered_backups
54716         to avoid shadowing problems.  All uses changed.
54717         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
54718         * lib/backupfile.c (check_extension, numbered_backup):
54719         Rename locals to avoid shadowing 'basename'.
54720         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
54721         once.
54722
54723         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
54724         * lib/.cvsignore: Add getopt.h.
54725
54726 2004-10-04  Bruno Haible  <bruno@clisp.org>
54727
54728         * modules/README: New file.
54729         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
54730         not a module.
54731
54732 2004-10-02  Jim Meyering  <jim@meyering.net>
54733
54734         * lib/dirfd.h, getpagesize.h: Add copyright notice.
54735
54736 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54737
54738         * modules/strsep: New file.
54739
54740 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54741
54742         * m4/strsep.m4: New file.
54743
54744 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54745
54746         * lib/strsep.h: New file.
54747         * lib/strsep.c: New file.
54748
54749 2004-10-01  Simon Josefsson  <jas@extundo.com>
54750
54751         * lib/snprintf.c (snprintf): Handle size==0.
54752
54753 2004-10-01  Simon Josefsson  <jas@extundo.com>
54754             Bruno Haible  <bruno@clisp.org>
54755
54756         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
54757         (snprintf): Declare 'args'.
54758
54759 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
54760
54761         * lib/snprintf.c: Remove comments as to why each header is needed.
54762
54763 2004-10-01  Bruno Haible  <bruno@clisp.org>
54764
54765         * MODULES.html.sh: Add strsep.
54766
54767 2004-09-30  Simon Josefsson  <jas@extundo.com>
54768
54769         * modules/snprintf: New file.
54770
54771 2004-09-30  Simon Josefsson  <jas@extundo.com>
54772
54773         * m4/snprintf.m4: New file.
54774
54775 2004-09-30  Simon Josefsson  <jas@extundo.com>
54776
54777         * lib/snprintf.h, lib/snprintf.c: New files.
54778
54779 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54780
54781         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
54782         (hol_entry_help): Never translate an empty string.
54783         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
54784         * lib/argp.h (OPTION_NO_TRANS): New option.
54785
54786 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54787
54788         * modules/argp (Maintainer): Replace Simon Josefsson
54789         by Sergey Poznyakoff.
54790
54791 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54792
54793         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
54794         changes merged back into glibc.
54795
54796 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54797
54798         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
54799
54800 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
54801
54802         * lib/xvasprintf.c: Include xalloc.h.
54803         (xvasprintf): Use xalloc_die, not xmalloc_die.
54804
54805 2004-09-29  Bruno Haible  <bruno@clisp.org>
54806
54807         * modules/alloca-opt: New file, derived from modules/alloca.
54808         * modules/allocsa: Depend on alloca-opt instead of alloca.
54809         * modules/setenv: Likewise.
54810         * modules/vasnprintf: Likewise.
54811         * MODULES.html.sh: Add alloca-opt.
54812
54813 2004-09-28  Simon Josefsson  <jas@extundo.com>
54814
54815         * gnulib-tool: New parameter --lgpl, to asseert that modules are
54816         LGPL, and to replace license template from GPL to LGPL.
54817
54818 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
54819
54820         * modules/dummy: Change license to LGPL.
54821
54822 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
54823
54824         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
54825
54826 2004-09-24  Simon Josefsson  <jas@extundo.com>
54827
54828         * modules/minmax (License): Change from GPL to LGPL.
54829
54830 2004-09-23  Simon Josefsson  <jas@extundo.com>
54831
54832         * gnulib-tool (--import): Typo.
54833
54834 2004-09-23  Simon Josefsson  <jas@extundo.com>
54835
54836         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
54837
54838 2004-09-22  Bruno Haible  <bruno@clisp.org>
54839
54840         * modules/*: Add 'License' field.
54841         * gnulib-tool: Accept --extract-license option.
54842         (func_get_license): New function.
54843
54844 2004-09-21  Bruno Haible  <bruno@clisp.org>
54845
54846         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
54847         Reported by Simon Josefsson.
54848
54849 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
54850
54851         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
54852         gl_AC_TYPE_LONG_LONG.
54853
54854 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
54855
54856         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
54857
54858 2004-09-18  Simon Josefsson  <jas@extundo.com>
54859         and  Paul Eggert  <eggert@cs.ucla.edu>
54860
54861         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
54862         calls with autoreconf.  Define GL_LIB.
54863
54864 2004-09-14  Karl Berry  <karl@gnu.org>
54865
54866         * config/srclist.txt: unsync setenv.c, sigh.
54867
54868 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
54869
54870         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
54871         Problem reported by Bruno Haible in:
54872         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
54873
54874 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
54875
54876         * config/srclist.txt: Comment out argp-pvh.c.
54877
54878 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
54879
54880         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
54881         in case some system header has #define'd it.  Problem reported by
54882         Soeren D. Schulze in
54883         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
54884
54885 2004-09-09  Karl Berry  <karl@gnu.org>
54886
54887         * regex.[ch]: delete from the root.  These were supposed to be
54888                 synced with emacs cvs, but this has not happened for about
54889                 a year, and anyway nothing else uses emacs regex.[ch].
54890                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
54891                 lib/regex[.ch] is untouched.
54892
54893 2004-09-09  Bruno Haible  <bruno@clisp.org>
54894
54895         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
54896
54897 2004-09-09  Bruno Haible  <bruno@clisp.org>
54898
54899         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
54900         modifications.
54901         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
54902
54903 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
54904
54905         * modules/xvasprintf: New file.
54906         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
54907
54908 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
54909
54910         * lib/xvasprintf.h: New file.
54911         * lib/xvasprintf.c: New file.
54912         * lib/xasprintf.c: New file.
54913
54914 2004-09-08  Bruno Haible  <bruno@clisp.org>
54915
54916         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
54917
54918 2004-09-08  Bruno Haible  <bruno@clisp.org>
54919
54920         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
54921         length is > INT_MAX.
54922         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
54923         more.
54924
54925 2004-09-08  Bruno Haible  <bruno@clisp.org>
54926
54927         * lib/stdint_.h: New file, taken from GNU clisp.
54928
54929 2004-09-08  Bruno Haible  <bruno@clisp.org>
54930             Oskar Liljeblad  <oskar@osk.mine.nu>
54931
54932         * modules/stdint: New file.
54933         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
54934
54935 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54936
54937         Import from coreutils.
54938         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
54939         strings on unbounded length.  alloca's performance benefits aren't
54940         that important here.
54941         (V_STRDUP): Remove.
54942         (parse_with_separator): New function, with most of the internals
54943         of the old parse_user_spec.  Allow user to omit both user and group,
54944         for compatibility with FreeBSD.
54945         Clone only the user name, not the entire spec.
54946         Do not set *uid, *gid unless entirely successful.
54947         Avoid memory leak in some failing cases.
54948         Fix regression for USER.GROUP reported by Dmitry V. Levin in
54949         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
54950         (parse_user_spec): Rewrite to use parse_with_separator.
54951
54952 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54953
54954         * modules/userspec: Don't depend on alloca.
54955
54956 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54957
54958         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
54959
54960 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
54961
54962         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
54963         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
54964         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
54965
54966 2004-08-16  Simon Josefsson  <jas@extundo.com>
54967
54968         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
54969         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
54970         Add --dry-run for --import.
54971         Let user provided command line parameters override configure.ac
54972         settings.
54973
54974 2004-08-12  Simon Josefsson  <jas@extundo.com>
54975
54976         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
54977         as discussed with Paul Eggert in threads rooted at
54978         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
54979         and
54980         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
54981         Before, the test was empty, and relied on ELIDE_CODE in source
54982         code.)
54983         (gl_PREREQ_GETOPT): New macro.
54984         (gl_GETOPT): Use them.
54985
54986 2004-08-12  Simon Josefsson  <jas@extundo.com>
54987
54988         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
54989         * lib/getopt_.h: Renamed from getopt.h.
54990
54991 2004-08-12  Simon Josefsson  <jas@extundo.com>
54992
54993         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
54994         Change default library name from libfoo to libgnu.
54995         Now, if you have a configure.ac that says:
54996                 gl_SOURCE_BASE(gl)
54997                 gl_M4_BASE(gl/m4)
54998                 gl_MODULES(error getopt etcetera)
54999                 gl_INIT
55000         you can import all you need by running:
55001                 ../gnulib/gnulib-tool --import
55002
55003         * modules/getopt (Files): Rename getopt.h to getopt_.h.
55004         (Makefile.am): Rewrite, use logic from argz.
55005         (Include): Use <getopt.h> instead of "getopt.h".
55006
55007 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55008
55009         * modules/argp (Files): Add m4/unlocked-io.m4.
55010         (Depends-on): Add extensions.
55011
55012 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55013
55014         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
55015         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
55016         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
55017         Check for program_invocation_name, program_invocation_short_name,
55018         flockfile, funlockfile, features.h, _getopt_long_only_r.
55019
55020 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55021
55022         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
55023         its complicated substitute.
55024         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
55025         and program_invocation_name.
55026         (__argp_basename) [!_LIBC]: Remove; the only use was
55027         replaced by its body.
55028         (__argp_short_program_name): Change condition from
55029         !defined __argp_short_program_name to
55030         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
55031         to match argp-namefrob.h.
55032         (__argp_failure): Don't assume strerror_r returns char *.
55033         * lib/argp-parse.c (N_): Define unconditionally.
55034         (argp_default_options): Fill out initializers with 0 to avoid
55035         gcc warnings.
55036
55037 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55038
55039         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
55040         getopt1.c.
55041
55042 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
55043
55044         Merge from coreutils.
55045
55046         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
55047
55048         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
55049         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
55050
55051 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
55052
55053         Merge from coreutils.
55054
55055         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
55056         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
55057         for Reliant Unix 5.43.
55058
55059         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
55060         (union fooround): Use uintmax_t, not long int.
55061         The rest is a merge from libc:
55062         [defined _LIBC]: Include <shlib-compat.h>.
55063         (_obstack) [defined _LIBC]: Remove after 2.3.4.
55064
55065         * lib/settime.c (settime): Recode to avoid warning with
55066         Sun Forte C 6U2.
55067
55068         * lib/strverscmp.c: Convert to UTF-8.
55069
55070 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
55071
55072         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
55073         m4/uintmax_t.m4.
55074
55075 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
55076
55077         * modules/xalloc-die: New file.
55078         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
55079
55080         * modules/md5 (Files): Add m4/uint32_t.m4.
55081         * modules/sha1: Renamed from modules/sha.
55082         (Files):
55083         Rename lib/sha.h to lib/sha1.h.
55084         Rename lib/sha.c to lib/sha1.c.
55085         Rename m4/sha.m4 to m4/sha1.m4.
55086         (lib_SOURCES): Likewise.
55087         (configure.ac): Rename gl_SHA to gl_SHA1.
55088         (Include): sha.h -> sha1.h.
55089
55090 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
55091
55092         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
55093         * m4/sha1.m4: Renamed from sha.m4.
55094         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
55095
55096 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
55097
55098         * lib/obstack.h (obstack_empty_p):
55099         Don't assume that chunk->contents is suitably aligned.
55100         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
55101         Likewise. Problem reported by Benno in
55102         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
55103
55104         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
55105         readable.  This could be improved further but it'd take some work.
55106
55107 2004-08-08  Simon Josefsson  <jas@extundo.com>
55108
55109         * modules/xgethostname (Depends-on): Remove exit and error (not
55110         used).
55111
55112         * modules/getpass-gnu: Add getpass.h.
55113         (Depends-on): Add stdbool.
55114         * modules/getpass: Add getpass.h.
55115
55116 2004-08-08  Simon Josefsson  <jas@extundo.com>
55117
55118         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
55119         Check getpass declaration.
55120
55121 2004-08-08  Simon Josefsson  <jas@extundo.com>
55122
55123         * lib/xgethostname.c: Don't include error.h (not used).
55124
55125         * lib/getpass.h: Add.
55126         * lib/getpass.c: Include getpass.h first.
55127
55128 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
55129
55130         * lib/xalloc-die.c: New file.
55131         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
55132         All uses removed.
55133         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
55134         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
55135         xalloc-die.c.
55136         (_, N_, xalloc_die): Move to xalloc-die.c.
55137         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
55138         so that we needn't mess with xalloc_msg_memory_exhausted.
55139
55140         * lib/sha1.h: Renamed from sha.h.
55141         (SHA1_H): Renamed from _SHA_H.
55142         (sha1_ctx): Renamed from sha_ctx.
55143         (sha1_init_ctx): Renamed from sha_init_ctx.
55144         (sha1_process_block): Renamed from sha_process_block.
55145         (sha1_process_bytes): Renamed from sha_process_bytes.
55146         (sha1_finish_ctx): Renamed from sha_finish_ctx.
55147         (sha1_read_ctx): Renamed from sha_read_ctx.
55148         (sha1_stream): Renamed from sha_stream.
55149         (sha1_buffer): Renamed from sha_buffer.
55150         * lib/sha1.c: Likewise; renamed from sha.c.
55151         Do not include <sys/types.h>.
55152         Include <stddef.h> rather than <stdlib.h>.
55153
55154 2004-08-08  Bruno Haible  <bruno@clisp.org>
55155
55156         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
55157         FILESYSTEM_PREFIX_LEN.
55158         * lib/progreloc.c: Likewise.
55159         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
55160
55161 2004-08-06  Simon Josefsson  <jas@extundo.com>
55162
55163         * modules/progname (Depends-on): Don't depend on stdbool.
55164
55165 2004-08-06  Simon Josefsson  <jas@extundo.com>
55166
55167         * modules/getsubopt: New file.
55168         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
55169         getsubopt.
55170
55171 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55172
55173         More merge from coreutils.
55174
55175         * m4/utimens.m4, m4/utimecmp.m4: New files.
55176         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
55177         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
55178         prereq.m4, sha.m4: Import changes from coreutils.
55179
55180 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55181
55182         More merge from coreutils.
55183         * modules/raise, modules/readtokens0, modules/utimens:
55184         * modules/utimecmp, module/xnanosleep: New files.
55185         * modules/strftime: Add lib/strftime.h.
55186         Change include from <time.h> to "strftime.h".
55187         * modules/yesno: Add lib/yesno.h.
55188         * modules/backupfile: Remove lib/addext.c.
55189         * modules/euidaccess: Add stat-macros.h.
55190         * modules/canonicalize, modules/euidaccess,
55191         modules/filemode, modules/lchown, modules/makepath,
55192         modules/rmdir, modules/stat: Likewise.
55193
55194 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55195
55196         Merge from tar.
55197         * lib/argp-help.c (make_hol, hol_append): Don't assume that
55198         SIZE_MAX is a valid preprocessor constant.
55199         (__argp_basename): Change from "#ifndef _LIBC"
55200         to "#ifndef __argp_short_program_name", so that
55201         we don't compile these functions for tar.
55202
55203         More merges from coreutils.
55204         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
55205         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
55206         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
55207         * lib/addext.c: Remove; no longer needed.
55208         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
55209         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
55210         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
55211         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
55212         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
55213         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
55214         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
55215         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
55216         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
55217         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
55218         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
55219         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
55220         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
55221         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
55222         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
55223         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
55224         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
55225         Import changes from coreutils.
55226
55227 2004-08-05  Simon Josefsson  <jas@extundo.com>
55228
55229         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
55230
55231 2004-08-05  Simon Josefsson  <jas@extundo.com>
55232
55233         * m4/getsubopt.m4: New file.
55234
55235 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55236
55237         Merge from coreutils.
55238
55239         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
55240         * m4/getcwd-path-max.m4: New files.
55241
55242         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
55243         FILESYSTEM_PREFIX_LEN ->
55244         FILE_SYSTEM_PREFIX_LEN.
55245         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
55246         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
55247         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
55248         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
55249
55250         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
55251         prerequisite modules now handle the DOS stuff.
55252         Don't check for unistd.h.
55253
55254 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55255
55256         Merge from coreutils.
55257
55258         * lib/.gdb-history: Remove; this doesn't belong here.
55259
55260         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
55261         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
55262         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
55263         * lib/getcwd.c: New files.
55264
55265         * lib/dirname.h: Include <stdbool.h>.
55266         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
55267         for consistency with POSIX terminology.  All uses changed.
55268         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
55269         (strip_trailing_slashes): Use bool for booleans.
55270         * lib/stripslash.c (strip_trailing_slashes): Likewise.
55271
55272         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
55273         sometimes returns a positive errno value even when it succeeds.
55274         (print_errno_message) [!LIBC]: Fall back on strerror if
55275         __strerror_r fails.
55276
55277         * lib/path-concat.c (mempcpy): Don't define if a system header defines
55278         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
55279         (longest_relative_suffix): New function.
55280         (path_concat): Use it.  Assume first argument is not NULL.
55281         Port to DOS.  Omit redundant separators.
55282         Report an error instead of returning NULL.
55283         Use mempcpy instead of memcpy.
55284         (xpath_concat): Remove: not declared or used.
55285
55286         * lib/same.h: Include <stdbool.h>
55287         (same_name): Return bool, not int.
55288         * lib/same.c (same_name): Likewise.
55289         (errno): Don't declare; we assume C89 or better now.
55290
55291         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
55292         if not already defined.
55293
55294         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
55295         * lib/dup-safer.c (errno): Likewise.
55296
55297 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55298
55299         Merge from coreutils.
55300         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
55301         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
55302         * modules/path-concat: Don't depend on strdup.
55303
55304 2004-08-03  Simon Josefsson  <jas@extundo.com>
55305
55306         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
55307         * lib/progname.h: Don't include stdbool.h.
55308
55309 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55310
55311         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
55312         * MODULES.html.sh (func_all_modules): Remove fatal.
55313
55314 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55315
55316         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
55317
55318 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55319
55320         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
55321         working.
55322
55323 2004-08-02  Simon Josefsson  <jas@extundo.com>
55324
55325         * lib/getsubopt.h: New file, with comments from Bruno Haible.
55326         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
55327         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
55328
55329 2004-08-01  Simon Josefsson  <jas@extundo.com>
55330
55331         * lib/xgetdomainname.c: Include stdlib.h, for free().
55332
55333 2004-07-19  Bruno Haible  <bruno@clisp.org>
55334
55335         * MODULES.html.sh (func_all_modules): Add dummy.
55336
55337 2004-07-16  Simon Josefsson  <jas@extundo.com>
55338
55339         * modules/dummy: New file.
55340
55341 2004-07-16  Simon Josefsson  <jas@extundo.com>
55342
55343         * lib/dummy.c: New file.
55344
55345 2004-07-16  Bruno Haible  <bruno@clisp.org>
55346
55347         * lib/backupfile.h: Add extern "C" for C++.
55348         * lib/closeout.h: Likewise.
55349         * lib/copy-file.h: Likewise.
55350         * lib/findprog.h: Likewise.
55351         * lib/full-write.h: Likewise.
55352         * lib/pathname.h: Likewise.
55353         * lib/progname.h: Likewise.
55354         * lib/stpcpy.h: Likewise.
55355         * lib/stpncpy.h: Likewise.
55356         * lib/strcase.h: Likewise.
55357         * lib/strstr.h: Likewise.
55358         * lib/xalloc.h: Likewise.
55359
55360         * lib/mbswidth.h: Add extern "C" for C++.
55361         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
55362
55363 2004-07-13  Robert Millan  <robertmh@gnu.org>
55364
55365         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
55366
55367 2004-07-09  Simon Josefsson  <jas@extundo.com>
55368
55369         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
55370         failed without this.)
55371
55372 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
55373
55374         * modules/chown (Files): Add lib/fchown-stub.c, since
55375         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
55376
55377 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
55378
55379         * lib/fchown-stub.c: New file.
55380
55381 2004-06-24  Jim Meyering  <jim@meyering.net>
55382
55383         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
55384
55385 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55386
55387         * modules/argz: Omit "#include".
55388
55389         * MODULES.html.sh (func_all_modules): Add calloc, to match
55390         2004-06-01 addition of calloc module.
55391
55392 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55393
55394         * m4/argz.m4: New file, which is autoupdated from libtool.
55395
55396 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55397
55398         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
55399         libtool.
55400
55401 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55402
55403         * config/srclist-update: Don't insist on "USA." before the
55404         close-comment, as libtool omits the period and puts the */ on a
55405         separate line.
55406         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
55407         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
55408
55409 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
55410
55411         * modules/argz: New file.
55412         * MODULES.html.sh (func_all_modules): Add argz.
55413
55414 2004-06-12  Jim Meyering  <jim@meyering.net>
55415         and  Paul Eggert  <eggert@cs.ucla.edu>
55416
55417         * modules/hash (Files): Add lib/xalloc.h.
55418         * modules/pipe (Depends-on): Add wait-process.
55419         * modules/stat (Depends-on): Add xalloc.
55420         * modules/userspec (Files): Add lib/userspec.h.
55421         * modules/xstrto
55422
55423         Upgrade from gettext-0.13.
55424         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
55425         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
55426         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
55427
55428 2004-06-10  Jim Meyering  <jim@meyering.net>
55429
55430         * lib/calloc.c: New file.
55431
55432 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
55433
55434         * lib/getdate.y (yylex): Allow space between sign and number.
55435         Problem reported by Dan Jacobson.
55436
55437 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
55438
55439         Merge from coreutils CVS.
55440
55441         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
55442         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
55443         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
55444         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
55445         xstrtol.m4: Fix copyright date and/or serial number.
55446
55447         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
55448         See if we need an fchown replacement.
55449         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
55450         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
55451         and use the replacement function if we detect either defect.
55452
55453         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
55454         gl_UTIMECMP.
55455
55456 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
55457         and  Jim Meyering  <jim@meyering.net>
55458
55459         Merge from coreutils CVS.
55460
55461         * lib/stat-macros.h: New file, with contents from file-type.h
55462         and coreutils' system.h.
55463         * lib/file-type.c: Include "stat-macros.h".
55464         * lib/file-type.h (file_type): Move all macro definitions to new file,
55465         stat-macros.h.
55466
55467         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
55468         Wrap old code with this conditional.
55469         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
55470         function that does not dereference symlinks.
55471         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
55472
55473         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
55474         dependency problems.
55475         (xreadlink): Accept new arg SIZE, for efficiency.
55476         All decls and uses changed.
55477         * lib/xreadlink.h: Include <stddef.h>, for size_t.
55478
55479         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
55480         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
55481
55482         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
55483         sysexits.h.
55484
55485 2004-06-01  Jim Meyering  <jim@meyering.net>
55486
55487         * m4/calloc.m4: New file.
55488
55489 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
55490
55491         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
55492         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
55493         Also, fix a typo in a diagnostic.
55494
55495 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
55496
55497         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
55498         or AC_FUNC_REALLOC.
55499
55500 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
55501
55502         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
55503         macros to be defined.
55504         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
55505         the allocator returns NULL because the requested size is zero.
55506
55507 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
55508
55509         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
55510         var.  Add comment explaining why libc still defines it.  This
55511         merges the following patch from glibc:
55512         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
55513
55514 2004-05-20  Andreas Schwab  <schwab@suse.de>
55515
55516         * m4/free.m4: Replace free if it not known to work, not the other
55517         way round.
55518
55519 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
55520
55521         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
55522         present in glibc since revision 1.1 of this file.
55523         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
55524         obstack_alignment_mask, obstack_alloc, obstack_base,
55525         obstack_blank, obstack_blank_fast, obstack_chunk_size,
55526         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
55527         obstack_grow0, obstack_init, obstack_int_grow,
55528         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
55529         obstack_next_free, obstack_object_size, obstack_ptr_grow,
55530         obstack_ptr_grow_fast, obstack_room): Remove declarations of
55531         nonexistent functions.
55532
55533 2004-05-18  Karl Berry  <karl@gnu.org>
55534
55535         * config/srclist.txt: break link for vasnprintf.c.
55536
55537 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
55538
55539         Port obstack to the AS/400, where pointers are 16 bytes wide and
55540         you cannot cast an integer to a valid pointer.  This patch is
55541         currently waiting to be integrated into glibc; see
55542         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
55543
55544         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
55545         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
55546         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
55547         (struct obstack): temp member is now a union of a pointer and
55548         an integer, instead of an integer.  All integer uses changed.
55549         This does not affect the physical layout of struct obstack,
55550         except on hosts (like the AS/400) where the size or alignment of
55551         void * is greater than that of ptrdiff_t.
55552         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
55553         __STDC__)]: Store temporary in pointer member of union, not
55554         integer member.
55555         * lib/obstack.c: Include <stddef.h>, for offsetof.
55556         (struct fooalign): Remove; it doesn't need a name.
55557         (union fooround): Change double to long double, and add void *.
55558         (DEFAULT_ALIGNMENT): Use offsetof to compute.
55559         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
55560         not a macro.  Hence the values are always int; so remove all
55561         casts-to-int in uses.
55562
55563 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
55564
55565         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
55566         we can get this patch merged into glibc.
55567
55568 2004-05-17  Derek R. Price  <derek@ximbiot.com>
55569             Paul Eggert  <eggert@cs.ucla.edu>
55570
55571         * m4/argp: Depend on alloca.
55572
55573 2004-05-17  Derek R. Price  <derek@ximbiot.com>
55574             Paul Eggert  <eggert@cs.ucla.edu>
55575
55576         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
55577         freecoding.
55578
55579 2004-05-17  Bruno Haible  <bruno@clisp.org>
55580
55581         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
55582         precision that consists of a '.' followed by an empty digit string.
55583         Patch by Tor Lillqvist <tml@iki.fi>.
55584
55585 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
55586
55587         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
55588         for backward compatibility with older code.  We need our own
55589         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
55590         it under some other name, and our alloca.h will define it.
55591
55592 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
55593             Derek Price  <derek@ximbiot.com>
55594
55595         * lib/alloca.c: Include <alloca.h>, to get our interface.
55596         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
55597         include <alloca.h> first.  Use C89 prototype for alloca; this
55598         requires including <stddef.h> for size_t.  Use extern "C" if C++.
55599         Use #elif for simplicity, since we can assume C89 now.
55600         Don't try to source the system alloca.h since it will not be found
55601         and to prevent recursively including its replacement.
55602         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
55603         * lib/regex.c: Likewise.
55604
55605 2004-05-16  Derek Price  <derek@ximbiot.com>
55606             Paul Eggert  <eggert@cs.ucla.edu>
55607
55608         getline cleanup.  This changes the getndelim2 API: both order of
55609         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
55610         no delimiter).
55611
55612         * lib/getline.c: Don't include stddef.h or stdio.h, since our
55613         interface does that.
55614         (getline): Always use getdelim, so that we don't have two
55615         copies of this code.
55616         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
55617         if available.
55618         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
55619         (GETNDELIM2_MAXIMUM): New macro.
55620         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
55621         instead of the old practice of delim2==0.  All callers changed.
55622         Return -1 on overflow, instead of returning junk.
55623         Do not set *linesize unless allocation succeeds.
55624         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
55625         that we include sys/types.h.
55626         * lib/getnline.h: Likewise.
55627         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
55628         (getndelim2): Reorder arguments.
55629         * lib/getnline.c (getnline, getndelim):
55630         Don't discard the NMAX argument.
55631         (getnline): Invoke getndelim, to avoid code duplication.
55632         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
55633         of (size_t) -1 by callers of the getnline family.
55634
55635 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
55636
55637         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
55638         Check for gettimeofday.
55639         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
55640         Check for settimeofday, stime.
55641
55642 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
55643
55644         * lib/nanosleep.c (suspended): Change its type from int to
55645         sig_atomic_t volatile.
55646         (first_call): Make it private to rpl_nanosleep, and have it
55647         be zero initially as that's a bit faster.
55648         (my_usleep): Round up fractional times instead of truncating them,
55649         as this is the usual meaning for 'sleep'.
55650
55651         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
55652         doesn't work.
55653         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
55654         (ENOSYS): Define if not defined.
55655         (settime): Fall back on stime if it exists and settimeofday fails.
55656         But don't bother with fallbacks if a method fails with errno == EPERM.
55657
55658 2004-05-11  Jim Meyering  <jim@meyering.net>
55659
55660         Prior to this change, the save_cwd caller required read access to the
55661         current directory on most systems (ones with the fchdir function).
55662
55663         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
55664         fails, try write-only, and finally, resort to using xgetcwd.
55665
55666 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
55667
55668         * lib/obstack.c, obstack.h: Import changes from libc.
55669
55670 2004-04-28  Bruno Haible  <bruno@clisp.org>
55671
55672         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
55673         also implicitly appends .exe to executables.
55674         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
55675         accepts Windows pathnames.
55676         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
55677         Treat Cygwin like Windows, since it now accepts Windows pathnames.
55678         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
55679         Treat Cygwin like Windows, since it now accepts Windows pathnames.
55680         Reported by Derek Robert Price <derek@ximbiot.com>.
55681
55682 2004-04-21  Karl Berry  <karl@gnu.org>
55683
55684         * config/srclist.txt (localcharset.c): break sync.
55685
55686 2004-04-20  Paul Eggert  <eggert@twinsun.com>
55687
55688         * m4/host-os.m4: Add a copyright notice.
55689
55690 2004-04-20  Jim Meyering  <jim@meyering.net>
55691
55692         Change UTILS_ to gl_ in AC_DEFINE'd names.
55693         Change utils_- and jm_-prefixed variables, too.
55694         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
55695         UTILS_FUNC_MKDIR_TRAILING_SLASH.
55696         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
55697
55698         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
55699         Don't emit trailing blanks.
55700         Also rename jm_-prefixed variables to have gl_ prefix.
55701
55702         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
55703         Also rename jm_-prefixed variables to have gl_ prefix.
55704
55705         * m4/jm-macros.m4: Reflect the renamings.
55706         * m4/prereq.m4: Likewise.
55707
55708 2004-04-20  Jim Meyering  <jim@meyering.net>
55709
55710         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
55711         memory.
55712
55713 2004-04-20  Jim Meyering  <jim@meyering.net>
55714             Bruno Haible  <bruno@clisp.org>
55715
55716         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
55717         memory when realloc fails.
55718
55719 2004-04-19  Jim Meyering  <jim@meyering.net>
55720
55721         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
55722         now that readutmp.c may call `free (0)'.
55723
55724 2004-04-19  Bruno Haible  <bruno@clisp.org>
55725
55726         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
55727         * m4/inttypes_h.m4: Likewise.
55728         * m4/stdint_h.m4: Likewise.
55729         * m4/intmax_t.m4: Likewise.
55730         * m4/uintmax_t.m4: Likewise.
55731
55732 2004-04-18  Jim Meyering  <jim@meyering.net>
55733
55734         * m4/prereq.m4: Don't forbid jm_ prefix.
55735
55736         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
55737         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
55738         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
55739         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
55740         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
55741         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
55742         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
55743         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
55744         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
55745         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
55746         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
55747         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
55748         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
55749         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
55750         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
55751         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
55752         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
55753         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
55754         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
55755
55756 2004-04-18  Jim Meyering  <jim@meyering.net>
55757
55758         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
55759         failure, don't leak memory and do call END_UTMP_ENT.
55760
55761 2004-04-16  Jim Meyering  <jim@meyering.net>
55762
55763         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
55764         coreutils' stat program.
55765         (gl_PREREQ): Don't require jm_PREREQ_STAT.
55766
55767 2004-04-11  Paul Eggert  <eggert@twinsun.com>
55768
55769         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
55770         C89.
55771         (CHAR_BIT): Remove, since we assume C89.
55772         Include <stdint.h> if available, as per current Autoconf CVS advice.
55773
55774 2004-03-31  Jim Meyering  <jim@meyering.net>
55775
55776         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
55777         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
55778         * m4/xalloc.m4: Likewise.
55779
55780 2004-03-30  Paul Eggert  <eggert@twinsun.com>
55781
55782         Merge from coreutils.
55783
55784         * m4/inttostr.m4: New file.
55785         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
55786         Require AM_STDBOOL_H and gl_TIMESPEC instead.
55787         Require gl_CLOCK_TIME.
55788         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
55789
55790 2004-03-30  Paul Eggert  <eggert@twinsun.com>
55791
55792         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
55793         not bool, to be more consistent with Unix conventions.
55794         Suggested by Bruno Haible.
55795
55796         Merge from coreutils.
55797
55798         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
55799         * lib/umaxtostr.c: New files.
55800
55801         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
55802         the usual <time.h> dance.
55803         (get_date): Change signature to support fractional time stamps.
55804         All callers changed.
55805         * lib/getdate.y: Include "getdate.h" first, as we can now
55806         assume C89 and don't need to worry about 'const'.
55807         Similarly, include "unlocked-io.h" near start, not in middle.
55808         Include <limits.h>.
55809         (textint.value): Use long int rather than int.
55810         (textint.digits): Use size_t rather than int.
55811         (BILLION, LOG10_BILLION): New constants.
55812         (parser_control): New member rel_ns.  Members day_ordinal,
55813         time_zone, month, day, hour, minutes, rel_year, rel_month,
55814         rel_day, rel_hour, rel_minutes, rel_seconds
55815         are now long int, not int.  Member seconds is now struct timespec,
55816         not int.  New member timespec_seen.  Members dates_seen, days_seen,
55817         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
55818         not int.
55819         (%union.intval): Now long int, not int.
55820         New member timespec.
55821         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
55822         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
55823         (spec): Now is a timespec or an item list.
55824         (timespec, items): New nonterminals.
55825         (time, rel, relunit, number, get_date):
55826         Add support for fractional seconds.
55827         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
55828         (gmtime, localtime, mktime): Remove decls; not needed with C89.
55829         (to_hour): First arg is now long int, not int.
55830         (to_year): Returns long int, not int.
55831         Don't treat year -70 like 70.
55832         (tm_diff): Returns long int, not int.
55833         (lookup_word): Use bool instead of int when appropriate.
55834         (yylex): Use size_t for count, not int.
55835         Detect overflow when parsing large integer constants.
55836         Add support for fractions.
55837         (get_date): Make pointers 'const' if possible.
55838         Use more-portable code to detect integer overflow.
55839         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
55840         Don't use ctime; it's not reliable if the year has >4 digits.
55841
55842         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
55843         This is for compatibility with BSD.
55844
55845         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
55846         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
55847         From coreutils' system.h.
55848
55849         * lib/userspec.c: Don't include "posixver.h".
55850         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
55851         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
55852         compatible extension.  Simplify code by removing a boolean int
55853         that was always nonzero if a string was nonnull.
55854
55855 2004-03-30  Jim Meyering  <jim@meyering.net>
55856
55857         Merge from coreutils.
55858
55859         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
55860         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
55861         on some systems one must include <grp.h> before it.
55862         Reported by Christian Krackowizer.
55863
55864 2004-03-30  Jim Meyering  <jim@meyering.net>
55865
55866         Merge from coreutils.
55867
55868         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
55869
55870         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
55871         an empty input stream.
55872
55873         * lib/readtokens.c: Include <stdbool.h>.
55874         (readtoken): Use `size_t' rather than int/long.
55875         All callers adjusted.
55876         Use `bool' rather than `int' where appropriate.
55877         Use memset rather than an explicit loop.
55878         Use x2nrealloc rather than xrealloc.
55879         Allow the use of `\0' as a delimiter.
55880         (readtokens): Likewise.
55881         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
55882
55883 2004-03-30  Jim Meyering  <jim@meyering.net>
55884
55885         * m4/realloc.m4: Remove file, since now it does no more than
55886         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
55887         the `configure.ac' section of module/realloc.
55888         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
55889
55890 2004-03-30  Bruno Haible  <bruno@clisp.org>
55891
55892         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
55893         nonnull.
55894
55895 2004-03-29  Paul Eggert  <eggert@twinsun.com>
55896
55897         Merge changes to getloadavg.c from coreutils and Emacs.
55898
55899         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
55900         Define to an expression, not to the empty string.
55901         Include cloexec.h and xalloc.h.
55902         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
55903         Use set_cloexec_flag rather than rolling our own.
55904         * lib/cloexec.c, lib/cloexec.h: New files.
55905
55906 2004-03-29  Paul Eggert  <eggert@twinsun.com>
55907
55908         * m4/cloexec.m4: New file.
55909
55910 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55911
55912         * lib/getopt.h: Sync with libc CVS.
55913
55914 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55915             Bruno Haible  <bruno@clisp.org>
55916
55917         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
55918         mbswidth.
55919
55920 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55921             Bruno Haible  <bruno@clisp.org>
55922
55923         * lib/mbswidth.h: Include <wchar.h> only if
55924         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
55925         <wchar.h>.
55926         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
55927
55928 2004-03-09  Paul Eggert  <eggert@twinsun.com>
55929
55930         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
55931         Sync with libc CVS.
55932         * lib/getopt_int.h: New file, also synced from libc.
55933
55934 2004-03-09  Paul Eggert  <eggert@twinsun.com>
55935
55936         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
55937         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
55938         Bring back getopt.c, getopt.h, getopt1.c.
55939
55940 2004-03-07  Paul Eggert  <eggert@twinsun.com>
55941
55942         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
55943         All uses changed.  Check for sa_sigaction member; this fixes
55944         a bug first reported by Jason Andrade in
55945         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
55946
55947 2004-03-07  Paul Eggert  <eggert@twinsun.com>
55948
55949         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
55950         '#if' expressions.  Unlike the code it replaces, it does not
55951         depend on (defined _SC_PAGESIZE).  However, it does depend on
55952         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
55953         first reported by Jason Andrade in
55954         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
55955
55956 2004-02-25  Simon Josefsson  <jas@extundo.com>
55957
55958         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
55959
55960 2004-02-25  Simon Josefsson  <jas@extundo.com>
55961
55962         * lib/strdup.h: New file.
55963         * lib/strdup.c: Include it.
55964         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
55965         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
55966
55967 2004-02-23  Karl Berry  <karl@gnu.org>
55968
55969         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
55970         (from fencepost.gnu.org:/gd/gnuorg).
55971
55972 2004-02-23  Karl Berry  <karl@gnu.org>
55973
55974         * config/srclistvars.sh (GNUORG) [karl]: redefine.
55975         * config/srclist.txt: add maintain/standards documents.
55976
55977 2004-02-18  Bruno Haible  <bruno@clisp.org>
55978
55979         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
55980         Reported by Derek Robert Price <derek@ximbiot.com>.
55981
55982 2004-02-16  Karl Berry  <karl@gnu.org>
55983
55984         * config/mkinstalldirs, install-sh: update from automake.
55985
55986 2004-02-06  Karl Berry  <karl@gnu.org>
55987
55988         * m4/po.m4: update from gettext 0.14.1.
55989
55990 2004-02-06  Karl Berry  <karl@gnu.org>
55991
55992         * lib/config.charset: update from gettext 0.14.1.
55993
55994 2004-02-05  Paul Eggert  <eggert@twinsun.com>
55995
55996         Add comments and code, prompted by suggestions from Bruno Haible
55997         for sh-quote.
55998         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
55999         describing the enum quoting_style values.
56000         * lib/quotearg.c (quotearg_alloc): New function.
56001         (quotearg_buffer_restyled): Treat lone { and } as special.
56002         Treat = as special.  Work around bug with older shells
56003         that "see" a '\' that is really the 2nd byte of a multibyte char.
56004         Quote empty string with shell_quoting_style.
56005
56006 2004-02-03  Bruno Haible  <bruno@clisp.org>
56007
56008         * m4/pipe.m4: New file, from GNU gettext.
56009
56010 2004-02-03  Bruno Haible  <bruno@clisp.org>
56011
56012         * lib/pipe.h: New file, from GNU gettext.
56013         * lib/pipe.c: New file, from GNU gettext.
56014
56015 2004-01-27  Bruno Haible  <bruno@clisp.org>
56016
56017         * m4/execute.m4: New file, from GNU gettext.
56018
56019 2004-01-27  Bruno Haible  <bruno@clisp.org>
56020
56021         * lib/execute.h: New file, from GNU gettext.
56022         * lib/execute.c: New file, from GNU gettext.
56023         * lib/w32spawn.h: New file, from GNU gettext.
56024
56025 2004-01-24  Paul Eggert  <eggert@twinsun.com>
56026
56027         Merge from diffutils.
56028
56029         * lib/file-type.c (file_type): Add typed memory objects.
56030         * lib/file-type.h (S_TYPEISTMO): New macro.
56031
56032         * lib/c-stack.h (c_stack_action): Remove argv argument.
56033         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
56034         (die): Don't calculate message unless segv_action returns.
56035         (get_stack_location, min_address_from_argv, max_address_from_argv,
56036         volatile stack_base, volatile_stack_size): Remove.
56037         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
56038         that every segmentation violation is a stack overflow.  (Ouch!)
56039         See Debian bug 136249 (still outstanding) for more info about why
56040         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
56041
56042 2004-01-24  Paul Eggert  <eggert@twinsun.com>
56043
56044         Exit-status fix from coreutils.
56045
56046         Use exit_failure consistently in place of EXIT_FAILURE,
56047         so that program exit statuses are consistent on failure.
56048
56049         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
56050         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
56051         * lib/argmatch.h: Comment fix to match the above.
56052         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
56053         Now a macro referring to exit_failure, instead of a separate
56054         variable.  Include "exitfail.h" to get it.
56055         * lib/xstrtol.h: Include "exitfail.h".
56056         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
56057
56058         * lib/long-options.c (parse_long_options): Use prototype
56059         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
56060         for clarity.
56061
56062 2004-01-21  Jim Meyering  <jim@meyering.net>
56063
56064         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
56065         so as not to conflict with a different-sized __mktime_internal
56066         function in GNU libc.
56067         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
56068         Problem building statically-linked `ls' reported by Michael Brunnbauer.
56069
56070 2004-01-20  Karl Berry  <karl@gnu.org>
56071
56072         * config/config.guess: update from config.
56073
56074         * config/srclistvars.sh: GNUWWWLICENSES for karl.
56075
56076 2004-01-20  Bruno Haible  <bruno@clisp.org>
56077
56078         Safer stack allocation.
56079         * lib/setenv.c: Include allocsa.h.
56080         (alloca): Remove fallback definition.
56081         (freea): Remove macro.
56082         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
56083         instead of freea.
56084
56085 2004-01-20  Bruno Haible  <bruno@clisp.org>
56086
56087         * m4/eealloc.m4: New file, from GNU gettext.
56088
56089 2004-01-20  Bruno Haible  <bruno@clisp.org>
56090
56091         * m4/allocsa.m4: New file, from GNU gettext.
56092
56093 2004-01-20  Bruno Haible  <bruno@clisp.org>
56094
56095         * lib/xallocsa.h: New file, from GNU gettext.
56096         * lib/xallocsa.c: New file, from GNU gettext.
56097
56098 2004-01-20  Bruno Haible  <bruno@clisp.org>
56099
56100         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
56101
56102 2004-01-20  Bruno Haible  <bruno@clisp.org>
56103
56104         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
56105         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
56106         specially.
56107
56108 2004-01-20  Bruno Haible  <bruno@clisp.org>
56109
56110         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
56111         patch.
56112
56113 2004-01-20  Bruno Haible  <bruno@clisp.org>
56114
56115         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
56116
56117 2004-01-20  Bruno Haible  <bruno@clisp.org>
56118
56119         * lib/eealloc.h: New file.
56120
56121 2004-01-20  Bruno Haible  <bruno@clisp.org>
56122
56123         * lib/binary-io.h: Avoid warnings on Cygwin.
56124
56125 2004-01-20  Bruno Haible  <bruno@clisp.org>
56126
56127         * lib/allocsa.h: New file, from GNU gettext.
56128         * lib/allocsa.c: New file, from GNU gettext.
56129
56130 2004-01-18  Karl Berry  <karl@gnu.org>
56131
56132         * doc/gpl.texi, doc/lgpl.texi: new files.
56133
56134 2004-01-18  Karl Berry  <karl@gnu.org>
56135
56136         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
56137         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
56138
56139 2004-01-15  Paul Eggert  <eggert@twinsun.com>
56140
56141         Merge from coreutils.
56142
56143         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
56144         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
56145         (gl_DEFAULT_POSIX2_VERSION): Move
56146         the documentation from 'configure' into 'config.hin',
56147         so that 'configure --help' isn't burdened by it and
56148         we don't have to worry about its formatting there.
56149         Reword the documentation so that it's more succinct
56150         and can be run together into a single paragraph.
56151         * m4/same.m4 (gl_SAME): Check for pathconf.
56152
56153 2004-01-15  Paul Eggert  <eggert@twinsun.com>
56154
56155         Merge from coreutils.
56156
56157         * lib/posixver.c: Include posixver.h.
56158
56159         * lib/same.c: Include <stdbool.h>, <limits.h>.
56160         (_POSIX_NAME_MAX): Define if not defined.
56161         (MIN): New macro.
56162         (same_name): If file names are silently truncated, report
56163         that the file names are the same if they are the same after
56164         the silent truncation.
56165
56166         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
56167         conversion function.
56168         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
56169         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
56170         longer needed.
56171
56172 2004-01-15  Jim Meyering  <jim@meyering.net>
56173
56174         Merge from coreutils.
56175
56176         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
56177         if no library is required.
56178         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
56179         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
56180         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
56181         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
56182         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
56183         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
56184         value, $ac_cv_search_crypt, if it's "none required".
56185         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
56186         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
56187         not gl_FUNC_GETLOADAVG.
56188         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
56189         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
56190
56191 2004-01-15  Jim Meyering  <jim@meyering.net>
56192
56193         Merge from coreutils.
56194
56195         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
56196         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
56197         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
56198
56199         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
56200         optional configure-time default.
56201
56202         * lib/version-etc.c (version_etc_copyright): Update copyright date.
56203
56204         * lib/xreadlink.c (xreadlink): Correct outdated comment.
56205
56206 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
56207
56208         Merge from coreutils.
56209
56210         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
56211         value, $ac_cv_search_nanosleep, if it's "none required".
56212
56213 2004-01-14  Paul Eggert  <eggert@twinsun.com>
56214
56215         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
56216         with like-named macro in fnmatch.c.
56217         (EXT): Use an internal constant instead.
56218
56219         Merge fnmatch patches from glibc.
56220         * lib/fnmatch.c (mbsinit): Remove define.
56221         Add libc_hidden_ver (__fnmatch, fnmatch).
56222         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
56223         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
56224
56225 2004-01-14  Karl Berry  <karl@gnu.org>
56226
56227         * config/install-sh: update from automake.
56228
56229 2004-01-13  Karl Berry  <karl@gnu.org>
56230
56231         * config/install-sh: update from automake.
56232
56233 2004-01-09  Karl Berry  <karl@gnu.org>
56234
56235         * config/install-sh: update from automake.
56236
56237 2004-01-05  Karl Berry  <karl@gnu.org>
56238
56239         * config/config.{sub,guess}: update from config.
56240
56241 2003-12-31  Karl Berry  <karl@gnu.org>
56242
56243         * config/depcomp: update from automake.
56244
56245 2003-12-14  Karl Berry  <karl@gnu.org>
56246
56247         * lib/config.charset: update from gettext-runtime.
56248
56249 2003-12-03  Paul Eggert  <eggert@twinsun.com>
56250
56251         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
56252         Bug reported by Alfred M. Szmidt.
56253
56254 2003-12-03  Bruno Haible  <bruno@clisp.org>
56255
56256         * m4/gettext.m4: Upgrade from gettext-0.13.
56257         * m4/po.m4: Upgrade from gettext-0.13.
56258         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
56259         * m4/intmax.m4: New file, from gettext-0.13.
56260         * m4/printf-posix.m4: New file, from gettext-0.13.
56261
56262 2003-11-29  Karl Berry  <karl@gnu.org>
56263
56264         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
56265
56266 2003-11-25  Paul Eggert  <eggert@twinsun.com>
56267             Bruno Haible  <bruno@clisp.org>
56268
56269         * lib/printf-parse.h: Don't include sys/types.h.
56270         (ARG_NONE): New macro.
56271         (char_directive): Change type of *arg_index fields to size_t.
56272         * lib/printf-parse.c: Don't include sys/types.h.
56273         (SSIZE_MAX): Remove macro.
56274         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
56275         Remove unnecessary overflow check.
56276         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
56277         fields.
56278
56279 2003-11-25  Bruno Haible  <bruno@clisp.org>
56280
56281         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
56282
56283 2003-11-25  Bruno Haible  <bruno@clisp.org>
56284
56285         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
56286         gt_TYPE_SSIZE_T.
56287
56288 2003-11-24  Paul Eggert  <eggert@twinsun.com>
56289
56290         * modules/alloca: Remove dependency on xalloc.
56291
56292 2003-11-24  Paul Eggert  <eggert@twinsun.com>
56293
56294         * lib/alloca.c: Remove dependency on xalloc module.
56295         (xalloc_die): Remove.
56296         (memory_full) [!defined emacs]: New macro.
56297         [!defined emacs]: Don't include xalloc.h.
56298         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
56299         address arithmetic overflows.  Change datatypes a bit to avoid
56300         unnecessary casts.
56301
56302 2003-11-22  Jim Meyering  <jim@meyering.net>
56303
56304         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
56305         s/size/size_t/.
56306
56307 2003-11-21  Karl Berry  <karl@gnu.org>
56308
56309         * config/config.{sub,guess}: update from config.
56310
56311 2003-11-18  Karl Berry  <karl@gnu.org>
56312
56313         * config/config.{sub,guess}: update from config.
56314
56315         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
56316
56317 2003-11-17  Paul Eggert  <eggert@twinsun.com>
56318
56319         * README: Mention that S+T cannot overflow if S is the size of
56320         an existing object and T is sufficiently small.
56321
56322 2003-11-17  Jim Meyering  <jim@meyering.net>
56323
56324         On systems without utime and without a utimes function capable of
56325         dealing with a NULL struct utimbuf* argument, this utime replacement
56326         could -- in unusual circumstances -- leak a file descriptor.
56327         * lib/utime.c: Include <unistd.h> and <errno.h>.
56328         (utime_null): Be sure to close `fd' and to preserve errno.
56329         Reported by Geoff Collyer via Arnold Robbins.
56330
56331 2003-11-17  Bruno Haible  <bruno@clisp.org>
56332
56333         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
56334         (Depends-on): Add xsize.
56335
56336 2003-11-17  Bruno Haible  <bruno@clisp.org>
56337
56338         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
56339
56340 2003-11-17  Bruno Haible  <bruno@clisp.org>
56341
56342         * lib/vasnprintf.c (alloca): Remove fallback definition.
56343         (freea): Remove definition.
56344         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
56345         Reported by Paul Eggert.
56346
56347 2003-11-16  Paul Eggert  <eggert@twinsun.com>
56348             Bruno Haible  <bruno@clisp.org>
56349
56350         Protect against address arithmetic overflow.
56351         * lib/printf-args.h: Include stddef.h.
56352         (arguments): Change type of field 'count' to size_t.
56353         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
56354         'unsigned int' where appropriate.
56355         * lib/printf-parse.h: Include sys/types.h.
56356         (char_directive): Change type of *arg_index fields to ssize_t.
56357         (char_directives): Change type of fields 'count', max_*_length to
56358         size_t.
56359         * lib/printf-parse.c: Include sys/types.h and xsize.h.
56360         (SSIZE_MAX): Define fallback value.
56361         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
56362         instead of 'int' where appropriate. Check a_allocated, d_allocated
56363         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
56364         * lib/vasnprintf.c: Include xsize.h.
56365         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
56366         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
56367         overflow. Avoid wraparound when converting a width or precision from
56368         decimal to binary.
56369
56370 2003-11-16  Bruno Haible  <bruno@clisp.org>
56371
56372         Update from GNU gettext.
56373         * lib/printf-parse.c: Generalize to it can be compiled for wide
56374         strings.
56375         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
56376         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
56377         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
56378         SNPRINTF): New macros.
56379         Don't include <alloca.h> if the file is used inside libintl.
56380         (local_wcslen): New function, for Solaris 2.5.1.
56381         (VASNPRINTF): Use it instead of wcslen.
56382
56383 2003-11-16  Bruno Haible  <bruno@clisp.org>
56384
56385         * lib/xsize.h (xmax): New function.
56386         (xsum, xsum3, xsum4): Declare as "pure" functions.
56387
56388 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56389
56390         * modules/xalloc (Files): Undo latest change, since xalloc.h
56391         no longer needs SIZE_MAX or PTRDIFF_MAX.
56392
56393 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56394
56395         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
56396         gl_PTRDIFF_MAX.
56397
56398 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56399
56400         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
56401         "return", to pacify some unknown compiler.  Problem reported
56402         by Joerg Schilling.
56403
56404 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56405
56406         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
56407         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
56408         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
56409         heuristic is just as accurate as far as we know, and it removes a
56410         dependency on size_max.m4 and ptrdiff_max.m4.
56411
56412 2003-11-11  Bruno Haible  <bruno@clisp.org>
56413
56414         * modules/xsize (Files): Add m4/size_max.m4.
56415         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
56416
56417 2003-11-11  Bruno Haible  <bruno@clisp.org>
56418
56419         * m4/size_max.m4: New file.
56420         * m4/ptrdiff_max.m4: New file.
56421         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
56422         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
56423         (gl_XALLOC): Invoke it.
56424
56425 2003-11-11  Bruno Haible  <bruno@clisp.org>
56426
56427         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
56428         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
56429         defined.
56430
56431 2003-11-10  Paul Eggert  <eggert@twinsun.com>
56432
56433         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
56434         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
56435         rejected some allocations of exactly SIZE_MAX - 2 bytes.
56436         From Bruno Haible.
56437         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
56438         not (size_t) -1, since it's defined here.
56439
56440 2003-11-09  Karl Berry  <karl@gnu.org>
56441
56442         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
56443
56444 2003-11-06  Paul Eggert  <eggert@twinsun.com>
56445
56446         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
56447         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
56448         Reject sizes of exactly SIZE_MAX bytes.
56449         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
56450         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
56451
56452 2003-11-05  Bruno Haible  <bruno@clisp.org>
56453
56454         * lib/xsize.h: Include limits.h, to avoid a possible collision with
56455         SIZE_MAX defined in <limits.h> on Solaris.
56456
56457 2003-11-04  Jim Meyering  <jim@meyering.net>
56458
56459         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
56460         variable names, rather than @VAR@.
56461         * modules/poll: Likewise.
56462
56463 2003-11-04  Bruno Haible  <bruno@clisp.org>
56464
56465         * modules/xsize: New file.
56466         * modules/linebreak: Depend on xsize.
56467         * MODULES.html.sh (func_all_modules): Add xsize.
56468
56469 2003-11-04  Bruno Haible  <bruno@clisp.org>
56470
56471         * m4/xsize.m4: New file.
56472
56473 2003-11-04  Bruno Haible  <bruno@clisp.org>
56474
56475         * lib/xsize.h: New file.
56476         * lib/linebreak.c: Include xsize.h.
56477         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
56478         argument for overflow.
56479         Suggested by Paul Eggert.
56480
56481 2003-11-03  Karl Berry  <karl@gnu.org>
56482
56483         * config/config.{guess,sub}: update from config.
56484
56485 2003-11-03  Jim Meyering  <jim@meyering.net>
56486
56487         * modules/userspec (lib_SOURCES): Add userspec.h.
56488         (Include): Add "userspec.h".
56489         Improve description.
56490
56491 2003-11-03  Jim Meyering  <jim@meyering.net>
56492
56493         * lib/userspec.c: Include "userspec.h".
56494         * lib/userspec.h: New file.
56495
56496 2003-11-03  Bruno Haible  <bruno@clisp.org>
56497
56498         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
56499
56500 2003-11-03  Bruno Haible  <bruno@clisp.org>
56501
56502         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
56503         available, to avoid (extremely rare) race condition.
56504         Suggested by Paul Eggert.
56505
56506 2003-11-02  Karl Berry  <karl@gnu.org>
56507
56508         * config/srclist.txt (vasprintf.c): sync broken, sigh.
56509
56510 2003-10-31  Paul Eggert  <eggert@twinsun.com>
56511
56512         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
56513         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
56514         (read_filesystem_list): Set and use me_type_malloced.
56515         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
56516         whatever the type happens to be), for brevity and consistency.
56517         Check for size calculation overflow on Alphas running OSF/1.
56518
56519 2003-10-31  Jim Meyering  <jim@meyering.net>
56520
56521         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
56522
56523         * lib/linebuffer.c: Include <string.h> for declaration of memset.
56524
56525 2003-10-30  Paul Eggert  <eggert@twinsun.com>
56526             Bruno Haible  <bruno@clisp.org>
56527
56528         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
56529         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
56530
56531 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
56532
56533         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
56534         netbsd*-gnu*.  Suggested by Robert Millan.
56535
56536 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56537
56538         * modules/group-member: Depend on stdbool.
56539
56540 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56541
56542         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
56543
56544 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56545
56546         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
56547         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
56548         after the 'gnu' in these cases.  This fixes some bugs in the
56549         previous change, and is based on suggestions by Robert Millan.
56550
56551 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56552
56553         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
56554         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
56555         no longer needed.
56556         * lib/quotearg.c (quotearg_n_options): Use it.
56557         * lib/group-member.c: Include <stdbool.h>.
56558         (free_group_info): Arg is now const *; don't free arg.
56559         (get_group_info): Now returns bool and accepts struct group_info *,
56560         rather than returning a malloc'ed struct group_info *.
56561         All uses changed.  Check for overflow in internal size calculation.
56562
56563         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
56564         rather than xmalloc/xrealloc.
56565         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
56566         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
56567         conformance bug: the old code used a pointer after freeing the
56568         storage that it addressed.
56569         * lib/hash.c (hash_initialize): Simplify the code by using
56570         xalloc_oversized rather than doing it by hand.
56571         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
56572         the buffer preserved.  Use free and xmalloc instead.
56573         * lib/quotearg.c (quotearg_n_options): Likewise.
56574         Use a simpler test for size overflow.  Don't use xalloc_oversized
56575         because unsigned int might be wider than size_t (!); this suggests
56576         that we should switch from unsigned int to size_t for slot numbers.
56577
56578 2003-10-28  Paul Eggert  <eggert@twinsun.com>
56579
56580         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
56581         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
56582         NetBSD kernels.  Requested by Richard Stallman.
56583
56584 2003-10-27  Paul Eggert  <eggert@twinsun.com>
56585
56586         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
56587         to allocate the returned structure.  Do not allocate a subarray,
56588         as x2nrealloc will do that.
56589         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
56590         instead of xnrealloc.
56591         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
56592
56593 2003-10-27  Bruno Haible  <bruno@clisp.org>
56594
56595         * lib/stdbool_.h: Better support for BeOS.
56596
56597 2003-10-26  Paul Eggert  <eggert@twinsun.com>
56598
56599         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
56600         now uses inline.
56601
56602 2003-10-26  Paul Eggert  <eggert@twinsun.com>
56603
56604         * lib/xalloc.h (xalloc_oversized): New static inline function, for
56605         callers that want to do their own size-overflow checking.  Include
56606         <stdbool.h>, since xalloc_oversized returns bool.
56607         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
56608         to use xalloc_oversized.
56609
56610         Add two functions x2realloc, x2nrealloc, for programs that grow
56611         arrays dynamically by doubling their sizes.
56612         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
56613         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
56614         New functions.
56615
56616         Port to C99 semantics for 'inline' of external functions.
56617         Bug reported by Bruno Haible.
56618         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
56619         with the old contents of xnmalloc.
56620         (xnmalloc, xmalloc): Use it.
56621         (xnrealloc_inline): New static inline function,
56622         with the old contents of xnrealloc.
56623         (xnrealloc, xrealloc): Use it.
56624
56625         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
56626         that.
56627
56628 2003-10-26  Karl Berry  <karl@gnu.org>
56629
56630         * config/srclist.txt (COPYING.DOC): no longer available from
56631         /gd/gnuorg; don't know where the ultimate source is.
56632
56633 2003-10-25  Paul Eggert  <eggert@twinsun.com>
56634
56635         Fix several address-calculation bugs in the hash modules,
56636         plus some minor code cleanup.
56637
56638         * lib/hash.h: Include <stdbool.h>, for bool.
56639         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
56640         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
56641         hash_get_n_entries, hash_get_max_bucket_length,
56642         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
56643         hash_rehash): Use size_t rather than unsigned.
56644         * lib/hash.c (struct hash_table, hash_get_n_buckets,
56645         hash_get_n_buckets_used, hash_get_n_entries,
56646         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
56647         hash_get_entries, hash_do_for_each, hash_string, is_prime,
56648         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
56649         Likewise.
56650         (SIZE_MAX): Define if not defined.
56651         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
56652         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
56653         hash_print):
56654         Use const * when possible.
56655         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
56656         (check_tuning): Fix bug: if tuning parameters were very close to
56657         0 or 1, rounding errors could have caused subscript violations.
56658         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
56659         (hash_initialize): Add 'fail:' label
56660         to free table and return NULL, and use it to simplify code.
56661         Use calloc rather than clearing the storage ourself.
56662         (hash_initialize, hash_rehash): Check for arithmetic overflow in
56663         buffer size calculations.
56664         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
56665         Include <stddef.h>, for size_t.
56666         * lib/hash-pjw.c (hash_pjw): Likewise.
56667         Switch to method described by Bruno Haible.
56668         Include <limits.h>, for CHAR_BIT.
56669         (SIZE_BITS): New macro.
56670
56671 2003-10-23  Paul Eggert  <eggert@twinsun.com>
56672
56673         * m4/getline.m4 (AM_FUNC_GETLINE):
56674         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
56675         hosts.  Problem reported by Derek Robert Price in
56676         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
56677         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
56678         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
56679
56680 2003-10-21  Paul Eggert  <eggert@twinsun.com>
56681
56682         * lib/getndelim2.c (getndelim2): When size calculation overflows,
56683         ceiling the allocation at NMAX bytes rather than silently
56684         discarding input bytes before NMAX is reached.  This makes
56685         a difference only if NMAX exceeds SIZE_MAX / 2.
56686
56687         * lib/obstack.c: Merge from glibc.
56688         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
56689         Add libc_hidden_def (_obstack_newchunk).
56690         (_obstack_free) [! defined _LIBC]: Remove.
56691         [defined _LIBC]: Make a strong alias from obstack_free, rather than
56692         a clone of the function body.
56693         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
56694         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
56695
56696         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
56697         glibc.
56698         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
56699         arg to memcpy.
56700
56701         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
56702         (obstack_ptr_grow_fast, obstack_int_grow_fast):
56703         Don't use lvalue casts, as GCC plans to remove support for them
56704         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
56705         was also present in the non-GCC version, indicating that this
56706         code had always been buggy and had never been widely used.
56707         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
56708         Use the fast variant of each macro, rather than copying the
56709         definiens of the fast variant; that way, we'll be more likely to
56710         catch future bugs in the fast variants.
56711
56712 2003-10-20  Bruno Haible  <bruno@clisp.org>
56713
56714         * modules/wait-process: New file.
56715         * MODULES.html.sh (func_all_modules): Add wait-process.
56716
56717 2003-10-20  Bruno Haible  <bruno@clisp.org>
56718
56719         * m4/wait-process.m4: New file.
56720
56721 2003-10-20  Bruno Haible  <bruno@clisp.org>
56722
56723         * lib/wait-process.h: New file, from GNU gettext.
56724         * lib/wait-process.c: New file, from GNU gettext.
56725
56726 2003-10-19  Jim Meyering  <jim@meyering.net>
56727
56728         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
56729         HPUX 10.20.
56730
56731 2003-10-18  Karl Berry  <karl@gnu.org>
56732
56733         * config/config.guess: update from config.
56734
56735 2003-10-16  Paul Eggert  <eggert@twinsun.com>
56736
56737         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
56738         (getgroups): First arg is int, not size_t.
56739         Don't let 'free' mangle errno.
56740
56741 2003-10-16  Paul Eggert  <eggert@twinsun.com>
56742
56743         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
56744
56745 2003-10-16  Karl Berry  <karl@gnu.org>
56746
56747         * config/config.{guess,sub}: update from config.
56748
56749 2003-10-16  Jim Meyering  <jim@meyering.net>
56750
56751         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
56752         memcpy.
56753
56754 2003-10-15  Paul Eggert  <eggert@twinsun.com>
56755
56756         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
56757         (SIZE_MAX): Remove.
56758         (new_exclude, add_exclude_file): Initial size no longer needs to
56759         be a power of 2.
56760         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
56761         our own address arithmetic overflow checking.
56762
56763         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
56764         (fnmatch): Do not alloca more than 2000 wide characters;
56765         instead, use malloc for large buffers.
56766         Check for address arithmetic overflow, and return -1
56767         with errno set to ENOMEM in that case.
56768         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
56769         (NEW_PATTERN): Do not alloca more than 8000 bytes;
56770         instead, return -1.  Check for address arithmetic overflow.
56771
56772 2003-10-14  Paul Eggert  <eggert@twinsun.com>
56773
56774         Handle invalid suffixes and overflow independently, so that
56775         callers can treat them independently as needed.  Fix some bugs in
56776         suffix handling, e.g., "100k@" was not diagnosed as an invalid
56777         suffix for a human-readable blocksize.  The major caller-visible
56778         change is the addition of a new
56779         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
56780         that both overflow and suffix chars were found.
56781
56782         * lib/human.c (humblock): Don't check separately for invalid suffix
56783         char; that is xstrtoumax's job (now that its bug is fixed).
56784         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
56785         INTMAX_MAX]: New macros.
56786         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
56787         TYPE_MAXIMUM): New macros.
56788         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
56789         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
56790         if overflow occurs, as it's what __strtol does and it's more useful
56791         in practice.
56792         (__xstrtol): If __strtol reports some error other than ERANGE,
56793         reflect it to the caller as LONGINT_INVALID.  If it reports
56794         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
56795         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
56796         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
56797         value.
56798         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
56799         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
56800         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
56801         [defined UINTMAX_MAX]: New macros.
56802
56803 2003-10-14  Bruno Haible  <bruno@clisp.org>
56804
56805         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
56806
56807 2003-10-14  Bruno Haible  <bruno@clisp.org>
56808
56809         * m4/sig_atomic_t: New file, from GNU gettext.
56810         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
56811
56812 2003-10-14  Bruno Haible  <bruno@clisp.org>
56813
56814         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
56815         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
56816         Also use volatile where needed.
56817
56818 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56819
56820         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
56821         Change maintainer from Bruno Haible to 'all'.
56822
56823 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56824
56825         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
56826
56827 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56828
56829         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
56830         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
56831         and define in terms of the other primitives.
56832         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
56833         (SIZE_MAX): Define if not already defined.
56834         (array_size_overflow): New function.
56835         (xalloc_die): Abort instead of exiting if 'error' returns.
56836         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
56837         (xmalloc, xrealloc): Use them.
56838         (xcalloc): Check for address arithmetic overflow.
56839         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
56840         a bit faster than strcpy.
56841
56842 2003-10-10  Simon Josefsson  <jas@extundo.com>
56843
56844         * modules/argp (Depends-on): Add restrict and strcase.
56845
56846 2003-10-10  Simon Josefsson  <jas@extundo.com>
56847
56848         * m4/argp.m4: Add AC_C_INLINE.
56849
56850 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56851
56852         Merge getpass from libc, plus a few fixes.
56853
56854         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
56855         Include <stdbool.h>.
56856         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
56857         __fsetlocking to empty.
56858         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
56859         do include <bits/libc-lock.h>.
56860         Do not include <fcntl.h>; not needed.
56861         [_LIBC]: Include <wchar.h>.
56862         (NOTCANCEL_MODE): New macro.
56863         (flockfile, funlockfile) [_LIBC]: New macros.
56864         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
56865         [!_LIBC]: New macros.
56866         (call_fclose): New function.
56867         (getpass): Use it.  Save tty stream separately; this simplifies the
56868         code and makes it more reliable if stdin happens to equal stdout.
56869         Invoke __fsetlocking on tty.
56870         Handle thread cancellation if needed.
56871         Namespace cleanup (use __tcgetattr, __getline).
56872         Use bool for Booleans.
56873         [USE_IN_LIBIO]: Handle wide streams.
56874         [!_LIBC]: Unconditionally do the fseek, since we don't know what
56875         stream might go where.
56876
56877         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
56878         doesn't have to include <stdio.h> before us.
56879         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
56880         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
56881         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
56882         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
56883         if not declared, so that we can use getpass.c code from libc without
56884         rewriting it.
56885         (flockfile, ftrylockfile, funlockfile): New macros.
56886
56887 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56888
56889         * modules/getpass: Depend on stdbool.
56890
56891 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56892
56893         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
56894
56895 2003-10-07  Karl Berry  <karl@gnu.org>
56896
56897         * config/config.{guess,sub}: update from config.
56898
56899 2003-10-06  Jim Meyering  <jim@meyering.net>
56900             Bruno Haible  <bruno@clisp.org>
56901
56902         This lets translators provide better translations for the
56903         "Written by ..." part of --version output.
56904         * lib/version-etc.h: Include stdarg.h.
56905         (version_etc_copyright): Declare as readonly.
56906         (version_etc): Make this function variadic with a NULL-terminated list
56907         of author name strings.
56908         (version_etc_va): New declaration.
56909         * lib/version-etc.c: Include stdarg.h, stdlib.h.
56910         (version_etc_copyright): Declare as readonly.
56911         (version_etc_va): New function. Provide a different translatable string
56912         for each possible number of authors < 10. Abbreviate when there are 10
56913         authors or more.
56914         (version_etc): Make this function variadic. Call version_etc_va.
56915         Suggestion from Gary V. Vaughan.
56916
56917         * lib/long-options.h (parse_long_options): Change prototype: the
56918         authors string is moved to the end and becomes variadic.
56919         * lib/long-options.c: Include stdarg.h.
56920         (parse_long_options): Make this function variadic, too.
56921         Call version_etc_va, not version_etc.
56922
56923 2003-10-06  Bruno Haible  <bruno@clisp.org>
56924
56925         * modules/version-etc-2: Remove file.
56926         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
56927
56928 2003-10-06  Bruno Haible  <bruno@clisp.org>
56929
56930         * modules/fatal-signal: New file.
56931         * MODULES.html.sh (func_all_modules): Add fatal-signal.
56932
56933 2003-10-06  Bruno Haible  <bruno@clisp.org>
56934
56935         * m4/fatal-signal.m4: New file.
56936         * m4/signalblocking.m4: New file, from GNU gettext.
56937
56938 2003-10-06  Bruno Haible  <bruno@clisp.org>
56939
56940         * lib/version-etc-2.h: Remove file.
56941         * lib/version-etc-2.c: Remove file.
56942
56943 2003-10-06  Bruno Haible  <bruno@clisp.org>
56944
56945         * lib/fatal-signal.h: New file, from GNU gettext.
56946         * lib/fatal-signal.c: New file, from GNU gettext.
56947
56948 2003-10-05  Paul Eggert  <eggert@twinsun.com>
56949
56950         * README: Rework advice for preventing empty .o files.
56951         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
56952         not <sys/types.h>.
56953
56954 2003-10-04  Karl Berry  <karl@gnu.org>
56955
56956         * lib/argp*: update from libc.
56957
56958 2003-10-04  Karl Berry  <karl@gnu.org>
56959
56960         * config/config.{guess,sub}: update from config.
56961
56962 2003-10-02  Bruno Haible  <bruno@clisp.org>
56963
56964         * modules/lchown (Include): Add lchown.h.
56965         * modules/time_r (Include): Use "..." syntax.
56966         * modules/xgetdomainname (Include): Add xgetdomainname.h.
56967
56968 2003-10-01  Simon Josefsson  <jas@extundo.com>
56969
56970         * MODULES.html.sh (func_all_modules): Move gethostname from section
56971         'based on' to section 'lacking' POSIX:2001.
56972
56973 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
56974
56975         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
56976         to output mode on the same stream.
56977
56978 2003-09-29  Paul Eggert  <eggert@twinsun.com>
56979
56980         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
56981         Fix arg typo in previous patch.
56982
56983 2003-09-28  Jim Meyering  <jim@meyering.net>
56984
56985         * lib/error.c: Correct cpp indentation.
56986
56987 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56988
56989         * modules/free: New file.
56990
56991 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56992
56993         * m4/free.m4: New file.
56994
56995 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56996
56997         * lib/minmax.h (MIN, MAX)
56998         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
56999         Omit the special code that used __typeof__, since we worry that
57000         it could be more trouble than it's worth.  See:
57001         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
57002         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
57003
57004         * lib/free.c: New file.
57005
57006 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
57007
57008         Trivial fixes to Makefile.am parts of module listings.
57009         * modules/strstr: Append strstr.h to lib_SOURCES.
57010         * modules/strcase: Likewise, for strcase.h.
57011
57012 2003-09-27  Karl Berry  <karl@gnu.org>
57013
57014         * config/mkinstalldirs: update from automake.
57015
57016 2003-09-26  Paul Eggert  <eggert@twinsun.com>
57017
57018         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
57019         (error_tail): Do not loop, reallocating temporary buffer, since
57020         the output cannot contain more wide characters than the input
57021         contains bytes, the size must be big enough already.  This avoids
57022         one potential size overflow calculation.  Check for size overflow
57023         when calculating temporary buffer size.  Free temporary buffer
57024         when done, if it was allocated with malloc; this plugs a memory
57025         leak.  Remove casts from void * to pointers, that are no longer
57026         needed now that we're assuming C89 or better.
57027
57028         Merge error changes from glibc.
57029
57030         * lib/error.c, error.h: Update copyright notice header to match glibc.
57031         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
57032         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
57033         Disable cancellation while printing error.
57034         * lib/error.h: Prepend __ to parameter names.
57035
57036 2003-09-26  Jim Meyering  <jim@meyering.net>
57037
57038         * lib/error.c (error_tail): Move some declarations
57039         into inner scope where the local variables are used.
57040
57041 2003-09-26  Bruno Haible  <bruno@clisp.org>
57042
57043         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
57044         stpncpy().
57045         Don't define stpncpy through config.h; it's now done through stpncpy.h.
57046
57047 2003-09-26  Bruno Haible  <bruno@clisp.org>
57048
57049         * lib/stpncpy.h (gnu_stpncpy): New declaration.
57050         (stpncpy): Define as alias for gnu_stpncpy.
57051         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
57052
57053 2003-09-25  Simon Josefsson  <jas@extundo.com>
57054
57055         * lib/xgetdomainname.h: New file.
57056         * lib/xgetdomainname.c: New file.
57057
57058 2003-09-25  Simon Josefsson  <jas@extundo.com>
57059             Bruno Haible  <bruno@clisp.org>
57060
57061         * modules/getdomainname: New file.
57062         * modules/xgetdomainname: New file.
57063         * MODULES.html.sh (func_all_modules): Add getdomainname,
57064         xgetdomainname.
57065
57066 2003-09-25  Simon Josefsson  <jas@extundo.com>
57067             Bruno Haible  <bruno@clisp.org>
57068
57069         * m4/getdomainname.m4: New file.
57070
57071 2003-09-25  Simon Josefsson  <jas@extundo.com>
57072             Bruno Haible  <bruno@clisp.org>
57073
57074         * lib/getdomainname.h: New file.
57075         * lib/getdomainname.c: New file.
57076
57077 2003-09-25  Karl Berry  <karl@gnu.org>
57078
57079         * lib/argp-fmtstream.c, argp-help.c: update from libc.
57080
57081 2003-09-25  Karl Berry  <karl@gnu.org>
57082
57083         * config/install-sh: update from automake.
57084
57085 2003-09-25  Bruno Haible  <bruno@clisp.org>
57086
57087         * modules/version-etc-2: New file, from modules/version-etc with
57088         modifications.
57089         * MODULES.html.sh (func_all_modules): Add version-etc-2.
57090
57091 2003-09-25  Bruno Haible  <bruno@clisp.org>
57092
57093         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
57094         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
57095
57096 2003-09-24  Simon Josefsson  <jas@extundo.com>
57097
57098         * modules/xgethostname: Add xgethostname.h.
57099
57100 2003-09-24  Paul Eggert  <eggert@twinsun.com>
57101
57102         * lib/linebuffer.c (freebuffer): Don't free the argument, just
57103         the buffer associated with the argument.  Bug reported by
57104         Simon Josefsson.
57105
57106 2003-09-24  Paul Eggert  <eggert@twinsun.com>
57107
57108         * README: Document assumptions that 'int' is at least 32 bits
57109         wide, that integer arithmetic is 2's complement without overflow,
57110         that there are no holes in integer values, that adding sizes of
57111         two nonoverlapping objects can't overflow, and that all-bits-zero
57112         yields scalar zero.  Fix spelling and capitalization typos.
57113
57114 2003-09-19  Karl Berry  <karl@gnu.org>
57115
57116         * lib/argp.h: update from libc.
57117
57118 2003-09-17  Paul Eggert  <eggert@twinsun.com>
57119
57120         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
57121         to avoid spurious warnings like "AC_RUN_IFELSE was called before
57122         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
57123
57124 2003-09-17  Paul Eggert  <eggert@twinsun.com>
57125
57126         * gnulib-tool: Use "test -h", not "test -L", for portability
57127         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
57128         (tags_regexp): Remove, since \| doesn't conform to POSIX.
57129         (sed_extract_prog): Issue s commands one-by-one, rather than
57130         using \| in one s command.
57131
57132 2003-09-16  Paul Eggert  <eggert@twinsun.com>
57133
57134         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
57135         input error, instead of returning NULL the next time we are called
57136         (and therefore losing track of errno).
57137
57138 2003-09-16  Bruno Haible  <bruno@clisp.org>
57139
57140         * gnulib-tool (func_create_testdir): Warn about duplicated
57141         dependencies.
57142
57143 2003-09-15  Paul Eggert  <eggert@twinsun.com>
57144
57145         * modules/argmatch, modules/fatal, modules/obstack,
57146         modules/xalloc, modules/xgethostname: Sort dependencies by
57147         importance, not alphabetically.
57148
57149 2003-09-15  Paul Eggert  <eggert@twinsun.com>
57150
57151         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
57152         fails, so that the caller gets the proper errno.
57153
57154         * lib/readutmp.c (read_utmp): Likewise.
57155         Check for fstat error.  Close stream and free storage
57156         when failing.
57157
57158 2003-09-14  Karl Berry  <karl@gnu.org>
57159
57160         * config/srclist.txt (strdup.c): disable for c89 changes.
57161
57162 2003-09-14  Jim Meyering  <jim@meyering.net>
57163
57164         * lib/getloadavg.c: Correct cpp indentation.
57165         * lib/strdup.c: Likewise.
57166         * lib/vasnprintf.c: Likewise.
57167
57168 2003-09-14  Bruno Haible  <bruno@clisp.org>
57169
57170         * modules/fwriteerror: New file.
57171         * MODULES.html.sh (func_all_modules): Add fwriteerror.
57172
57173 2003-09-14  Bruno Haible  <bruno@clisp.org>
57174
57175         * lib/fwriteerror.h: New file.
57176         * lib/fwriteerror.c: New file.
57177
57178 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57179
57180         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
57181         modules/xgethostname, modules/xalloc: Depend on exit.
57182
57183 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57184
57185         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
57186
57187         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
57188         and AC_MINIX, too, so that their extensions are available.
57189
57190         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
57191         This macro has been superseded by gl_BACKUPFILE.
57192
57193         More patches to assume C89 or better.
57194
57195         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
57196
57197         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
57198         unconditionally.
57199         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
57200         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
57201         Include <string.h>, <stdlib.h> unconditionally.
57202         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
57203         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
57204         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
57205         headers or for string.h.
57206         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
57207         or strtoul.
57208
57209         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
57210         headers.
57211         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
57212         * m4/userspec.m4 (gl_USERSPEC): Likewise.
57213         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
57214         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
57215         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
57216         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
57217         memcpy, memset.
57218         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
57219         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
57220         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
57221         strtol.
57222         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
57223         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
57224         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
57225         strtoul.
57226
57227 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57228
57229         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
57230         * lib/obstack.c [!defined _LIBC]: Likewise.
57231         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
57232         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
57233         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
57234
57235         More changes to assume C89 or better.
57236
57237         * lib/error.c (error_tail): Assume vprintf.
57238
57239         * lib/argmatch.c (getenv): Remove decl.
57240         * lib/progreloc.c (get_full_program_name): Define via prototype.
57241         * lib/setenv.c (clearenv): Likewise.
57242         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
57243         needed.
57244         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
57245         (malloc, memcpy): Remove decls.
57246         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
57247         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
57248         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
57249         (memcpy): Remove macro.
57250         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
57251         (__P): Remove.  All uses removed.
57252         (PTR): Remove.  All uses changed to void *.
57253         (CHAR_BIT, NULL): Remove.
57254         (spaces, zeros, memset_space, memset_zero)
57255         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
57256         Remove.
57257         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
57258         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
57259         Define with prototype.
57260         Remove now-unnecessary prototype decl.
57261         (extra_args_spec): Assume ANSI C.  All uses changed.
57262         (extra_args_spec_iso): Remove.
57263         (my_strftime, emacs_strftimeu): Define via prototype.
57264         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
57265         unconditionally.
57266         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
57267         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
57268         (strtoul, strtol): Remove decls.
57269         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
57270         LONG_MAX): Remove.
57271         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
57272         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
57273         (LOCALE_PARAM_PROTO): New macro.
57274         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
57275         (INTERNAL (strtol), strtol): Define with a prototype.
57276         (PARAMS): Remove.  All uses removed.
57277         * lib/tempname.c: Include <string.h> unconditionally.
57278         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
57279         * lib/xgethostname.c (main): Define with a prototype.
57280         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
57281         Include <stdlib.h> unconditionally.
57282         (calloc, malloc, realloc, free): Remove decls.
57283         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
57284         Include <stdlib.h> unconditionally.  Sort include file names.
57285         (strtod): Remove.
57286         (xstrtod): Define with a prototype.
57287         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
57288         (strtol, strtoul): Remove decls.
57289
57290 2003-09-11  Paul Eggert  <eggert@twinsun.com>
57291
57292         More patches to assume C89 or better.
57293         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
57294         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
57295         string.h, memchr, STDC_HEADERS.
57296
57297 2003-09-11  Paul Eggert  <eggert@twinsun.com>
57298
57299         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
57300         Include <stdlib.h>, <string.h> unconditionally.
57301         Remove now-unnecessary cast to char *.
57302         * lib/strnlen.c: Include <string.h> unconditionally.
57303         * lib/yesno.c (yesno): Define with a prototype.
57304
57305 2003-09-11  Bruno Haible  <bruno@clisp.org>
57306
57307         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
57308
57309 2003-09-10  Jim Meyering  <jim@meyering.net>
57310
57311         * lib/error.c: Correct indentation of cpp directives.
57312
57313 2003-09-10  Bruno Haible  <bruno@clisp.org>
57314
57315         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
57316         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
57317         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
57318         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
57319         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
57320         <stdlib.h> and <string.h> checks.
57321         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
57322         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
57323
57324 2003-09-10  Bruno Haible  <bruno@clisp.org>
57325
57326         * lib/strcspn.c: Include <string.h> unconditionally.
57327         * lib/strpbrk.c: Include <string.h> unconditionally.
57328         * lib/strstr.c: Include <string.h> unconditionally.
57329         * lib/unicodeio.c: Include <string.h> unconditionally.
57330         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
57331         * lib/unsetenv.c: Likewise.
57332         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
57333         * lib/yesno.c: Include <stdlib.h> unconditionally.
57334         (rpmatch): Add prototype.
57335
57336 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57337
57338         More patches to assume C89 or better.
57339         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
57340         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
57341         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
57342         or for string.h.
57343         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
57344         stdlib.h.
57345         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
57346         C headers.
57347         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
57348         string.h.
57349         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
57350         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
57351         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
57352         or for string.h.
57353         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
57354         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
57355         C headers.
57356         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
57357         memcpy.
57358         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
57359         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
57360         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
57361         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
57362         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
57363         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
57364         string.h, free.
57365         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
57366         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
57367         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
57368         C headers, or for string.h.
57369         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
57370         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
57371         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
57372         headers, memory.h, stdlib.h, string.h, strings.h.
57373         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
57374         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
57375         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
57376         strchr.
57377         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
57378         headers, memory.h, string.h.
57379         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
57380         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
57381         free.
57382         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
57383         headers.
57384         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
57385         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
57386         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
57387         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
57388         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
57389
57390 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57391
57392         More K&R removal.
57393
57394         * lib/acosl.c (main): Use a prototype.
57395         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
57396         tanl.c: Likewise.
57397
57398         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
57399
57400         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
57401         (getopt, etopt_long, getopt_long_only, _getopt_internal)
57402         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
57403         with a prototype.
57404         * lib/getopt.c (const): Remove macro.
57405         Include <string.h> unconditionally.
57406         (my_index): Remove; all uses changed to strchr.
57407         (strlen): Remove decl.
57408         (exchange): Remove forward decl; no longer needed.
57409         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
57410         Define with prototype.
57411         * lib/getopt1.c (const): Remove macro.
57412         (getopt_long, getopt_long_only, main): Define with prototype.
57413
57414         * lib/getugroups.c: Include <string.h> unconditionally.
57415
57416         * lib/getusershell.c: Include <stdlib.h> unconditionally.
57417         (getusershell, setusershell, endusershell, readname, main):
57418         Define with prototypes.
57419
57420         * lib/group-member.c: Include group-member.h first.
57421         Include <stdlib.h> unconditionally.
57422
57423         * lib/hard-locale.c: Include hard-locale.h first.
57424         Include <stdlib.h>, <string.h> unconditionally.
57425
57426         * lib/hash.c (free, malloc): Remove decls.
57427         Include <stdlib.h> unconditionally.
57428
57429         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
57430         (getenv): Do not declare.
57431
57432         * lib/idcache.c: Include <string.h> unconditionally.
57433
57434         * lib/long-options.c: Include long-options.h first, to test interface.
57435         Include <stdlib.h> unconditionally.
57436
57437         * lib/makepath.c: Include makepath.h first, to test interface.
57438         Include <stdlib.h> and <string.h> unconditionally.
57439
57440         * lib/linebuffer.c: Include <stdlib.h>.
57441         (free): Remove decl.
57442
57443         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
57444         stddef.h. rpl_malloc returns void *, not char *.
57445         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
57446         prototype.
57447
57448         * lib/md5.h: Include <limits.h> unconditionally.
57449         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
57450         (__P): Remove; all uses removed.
57451         * lib/md5.c: Include "md5.h" first.
57452         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
57453         md5_buffer, md5_process_bytes, md5_process_block):
57454         Define with prototypes.
57455         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
57456         * lib/sha.c: Include "sha.h" first.
57457         Include <stdlib.h>, <string.h> unconditionally.
57458
57459         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
57460         * lib/memcmp.c (__ptr_t): Likewise.
57461         * lib/memrchr.c (__ptr_t): Likewise.
57462         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
57463         Include <string.h> unconditionally.
57464         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
57465         * lib/memchr.c: Include <stdlib.h> unconditionally.
57466         * lib/memchr.c (LONG_MAX): Remove.
57467         * lib/memrchr.c (LONG_MAX): Likewise.
57468         * lib/memchr.c (__memchr): Define via a prototype.
57469         * lib/memrchr.c (__memrchr): Likewise.
57470         * lib/memcmp.c (__P): Remove, and remove all uses.
57471         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
57472         Remove forward decls; no longer needed.
57473         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
57474         Use types required by C89 in prototype.
57475
57476         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
57477         * lib/savedir.c: Likewise.
57478         * lib/mkdir.c (free): Remove decl.
57479         * lib/rmdir.c (rmdir): Define with a prototype.
57480         * lib/savedir.c: Include savedir.h first, to test interface.
57481
57482         * lib/mktime.c (STDC_HEADERS): Remove.
57483         Include <stdlib.h>, <string.h> unconditionally.
57484
57485         * lib/modechange.c: Include <stdlib.h> unconditionally.
57486         (malloc): Remove decl.
57487
57488         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
57489         (free): Remove decl.
57490
57491         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
57492         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
57493         (This type really should be intptr_t, but that's a C99ism.)
57494         (_obstack_memcpy): Remove: all uses changed to memcpy.
57495         Include <string.h> unconditionally.
57496         (struct obstack): Assume __STDC__ for types of members
57497         chunkfun, freefun, extra_arg.
57498         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
57499         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
57500         obstack_begin, obstack_specify_allocation,
57501         obstack_specify_allocation_with_arg, obstack_chunkfun,
57502         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
57503         Remove unprototyped decls and the macros that use them.
57504         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
57505         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
57506         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
57507         (defined __STDC__ && __STDC__)]:
57508         Remove nonprototyped code.
57509         Include <stdlib.h> unconditionally.
57510         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
57511         _obstack_allocated_p, _obstack_free, obstack_free,
57512         _obstack_memory_used, print_and_abort):
57513         Define using prototypes.
57514         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
57515         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
57516         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
57517         obstack_next_free, obstack_object_size, obstack_room) [0]:
57518         Remove unused, unprototyped code.
57519
57520         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
57521
57522         * lib/physmem.c (physmem_total, physmem_available, main): Define
57523         with prototypes.
57524
57525         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
57526         (main): Define with a prototype.
57527
57528         * lib/posixver.c (getenv): Remove decl.
57529
57530         * lib/putenv.c (malloc): Returns void *, not char *.
57531         Include <string.h> unconditionally.
57532         (strchr, memcpy, NULL): Do not define.
57533
57534         * lib/readtokens.c: Include readtokens.h first, to test interface.
57535         Include <stdlib.h>, <string.h> unconditionally.
57536         (init_tokenbuffer): Define with a prototype.
57537
57538         * lib/regex.c (PARAMS): Remove.  All uses removed.
57539         All uses of _RE_ARGS removed, too.
57540         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
57541         unconditionally.
57542         (bzero): Assume memset exists.
57543         (memcmp, memcpy, NULL): Remove.
57544         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
57545         char, or assignments to local vars of type signed char.
57546         (init_syntax_once, PREFIX(extract_number_and_incr),
57547         PREFIX(print_partial_compiled_pattern),
57548         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
57549         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
57550         PREFIX(regex_grow_registers), PREFIX(regex_compile),
57551         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
57552         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
57553         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
57554         wcs_compile_range, byte_compile_range, truncate_wchar,
57555         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
57556         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
57557         count_mbs_length, wcs_re_match_2_internal,
57558         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
57559         PREFIX(alt_match_null_string_p),
57560         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
57561         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
57562         regfree, PREFIX(extract_number)): Define with prototype.  Remove
57563         now-unnecessary declaration, if any.
57564         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
57565         regcomp, regexec):
57566         Remove now-unnecessary casts among pointer types.
57567         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
57568
57569         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
57570         (free): Remove decl.
57571
57572         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
57573
57574         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
57575         (free): Remove decl.
57576
57577         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
57578         * lib/xgetcwd.c: Likewise.
57579
57580         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
57581         (free): Remove decl.
57582
57583         * lib/strchrnul.c (strchrnul): Define with a prototype.
57584         Fix bug: c_in was not converted to char before searching.
57585
57586         The following changes are not K&R related:
57587
57588         * lib/group-member.h: Include <sys/types.h>, so that this file is
57589         self-contained.
57590         * lib/makepath.h: Likewise.
57591
57592         * lib/getusershell.c (readname, default_index, line_size, readname):
57593         Use size_t, not int, for sizes.
57594         (readname): If the size overflows, report an error instead of
57595         looping forever.
57596
57597 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57598
57599         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
57600         libc.
57601
57602 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57603
57604         * README: New section: portability guidelines.
57605
57606 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
57607
57608         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
57609         C89 spec.
57610
57611 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
57612
57613         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
57614
57615 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57616
57617         Assume C89 or better; remove K&R cruft.
57618         A few of these changes were first proposed by Derek Robert Price
57619         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
57620
57621         * lib/addext.c: Include <string.h> unconditionally.
57622         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
57623         Don't declare getenv or malloc.
57624
57625         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
57626         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
57627         (NULL): Remove.
57628         (find_stack_direction, alloca): Use prototypes.
57629
57630         * lib/atexit.c (atexit): Define using a prototype.
57631
57632         * lib/basename.c, dirname.c, stripslash.c:
57633         Include <string.h> unconditionally.
57634
57635         * lib/bcopy.c: Include <stddef.h>.
57636         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
57637
57638         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
57639
57640         * lib/error.h (error, error_at_line, error_print_progname)
57641         [! (defined (__STDC__) && __STDC__)]: Remove decls.
57642         * lib/error.c: Include error.h first, to check interface.
57643         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
57644         (VA_START): Remove; all uses changeed to va_start.
57645         (exit, strerror): Remove decls.
57646         (error_print_progname): Prototype uncondionally.
57647         Don't include <errno.h>; no longer needed.
57648         (private_strerror): Remove.
57649         (error_tail): Always define.
57650         (error, error_at_line): Assume C89 or better; always use prototypes.
57651         * lib/fatal.c: Include "fatal.h" first, to test interface.
57652         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
57653         (VA_START): Remove; all uses changed to va_start.
57654         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
57655         this case.
57656         (exit): Remove decl.
57657         (fatal): Prototype unconditionally.  Assume va_start works.
57658         Abort at end, to pacify gcc.
57659
57660         * lib/euidaccess.c (main): Define with a prototype.
57661
57662         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
57663
57664         * lib/exitfail.c: Include <stdlib.h> unconditionally.
57665
57666         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
57667         prototypes.
57668         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
57669         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
57670         (getenv): Remove decl.
57671         (fnmatch): Define using a prototype.
57672         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
57673         (FCT): Define using a prototype.
57674
57675         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
57676
57677         * lib/gethostname.c: Include <stddef.h>.
57678         (gethostname): Define with prototype.  Length is size_t, not int.
57679
57680 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57681
57682         Assume C89 or better; remove K&R cruft.
57683         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
57684         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
57685         string.h, getenv, malloc.
57686         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
57687         headers.
57688         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
57689         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
57690         do not check for strerror.
57691         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
57692         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
57693         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
57694         do not check for doprnt or vprintf.
57695         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
57696         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
57697
57698 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57699
57700         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
57701         getversion.c should have been removed then, but was accidentally
57702         preserved.
57703
57704         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
57705         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
57706
57707 2003-09-08  Karl Berry  <karl@gnu.org>
57708
57709         * config/config.sub, config.guess, srclistvars.sh: update from savannah
57710                 config, forget about prep.
57711
57712         * config/depcomp, missing: update from automake.
57713
57714 2003-09-07  Paul Eggert  <eggert@twinsun.com>
57715
57716         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
57717         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
57718
57719 2003-09-07  Paul Eggert  <eggert@twinsun.com>
57720
57721         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
57722         copy_tm_result.  Bug reported by Simon Josefsson in
57723         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
57724
57725 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57726
57727         * m4/time_r.m4: New file.
57728         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
57729         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
57730         is. Check for timegm declaration.
57731         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
57732         Do not check for gmtime_r.
57733         Replace mktime if __mktime_internal does not exist and if mktime
57734         hasn't been replaced already.
57735
57736 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57737
57738         * lib/time_r.c, lib/time_r.h: New files.
57739
57740         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
57741         __localtime_r.
57742         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
57743         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
57744
57745         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
57746         __gmtime_r.
57747         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
57748         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
57749         Include <time_r.h>.
57750
57751         * lib/timegm.c: Switch to glibc implementation, with the following
57752         changes:
57753         [defined HAVE_CONFIG_H]: Include <config.h>.
57754         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
57755         (__mktime_internal) [!defined _LIBC]: New decl.
57756         (__gmtime_r) [!defined _LIBC]: New macro and function.
57757         (timegm): Use a prototype, since gnulib assumes C89.
57758         Do not bother declaring tmp to be const, as it's not really usefu.
57759         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
57760         (timegm): Declare only if HAVE_DECL_TIMEGM.
57761
57762 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57763
57764         * MODULES.html.sh (func_all_modules): Add time_r.
57765         * modules/time_r: New file.
57766         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
57767         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
57768
57769 2003-09-03  Paul Eggert  <eggert@twinsun.com>
57770
57771         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
57772         Bug reported by Lute Kamstra in
57773         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
57774
57775         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
57776         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
57777         course with correspondingly smaller numbers for tomorrow and
57778         yesterday.  From Tadayoshi Funaba.  Originally installed into
57779         sh-utils on 1999-08-07, but the patch got lost (I guess during the
57780         coreutils merge?).
57781
57782 2003-08-31  Simon Josefsson  <jas@extundo.com>
57783
57784         * modules/timegm: New file.
57785         * MODULES.html.sh (func_all_modules): Add timegm.
57786
57787 2003-08-31  Simon Josefsson  <jas@extundo.com>
57788
57789         * m4/timegm.m4: New file.
57790
57791 2003-08-31  Simon Josefsson  <jas@extundo.com>
57792
57793         * lib/timegm.h: New file.
57794         * lib/timegm.c: New file.  Based on
57795         wget-1.8.2/src/http.c:mktime_from_utc.
57796
57797 2003-08-31  Karl Berry  <karl@gnu.org>
57798
57799         * lib/argp.h: update from libc.
57800
57801 2003-08-28  Bruno Haible  <bruno@clisp.org>
57802
57803         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
57804         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
57805         followed by '#define fnmatch fnmatch_posix' gives an error.
57806
57807 2003-08-28  Bruno Haible  <bruno@clisp.org>
57808
57809         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
57810         warning on QNX, which defines O_BINARY to 000000.
57811
57812 2003-08-27  Jim Meyering  <jim@meyering.net>
57813
57814         * m4/mkstemp.m4: Require that the system mkstemp be able to create
57815         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
57816         would fail after 32.  Reported by Danny Levinson.  Details here:
57817         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
57818
57819 2003-08-24  Bruno Haible  <bruno@clisp.org>
57820
57821         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
57822         MSVC7 <stdio.h> is included later.
57823
57824 2003-08-22  Simon Josefsson  <jas@extundo.com>
57825
57826         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
57827
57828 2003-08-20  Karl Berry  <karl@gnu.org>
57829
57830         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
57831
57832 2003-08-20  Bruno Haible  <bruno@clisp.org>
57833
57834         * modules/progname: New file.
57835         * MODULES.html.sh (func_all_modules): Add progname.
57836
57837 2003-08-20  Bruno Haible  <bruno@clisp.org>
57838
57839         * lib/progname.h: New file, from GNU gettext.
57840         * lib/progname.c: New file, from GNU gettext.
57841         * lib/progreloc.c: New file, from GNU gettext.
57842
57843 2003-08-19  Jim Meyering  <jim@meyering.net>
57844
57845         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
57846         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
57847
57848 2003-08-19  Bruno Haible  <bruno@clisp.org>
57849
57850         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
57851         more.
57852
57853 2003-08-19  Bruno Haible  <bruno@clisp.org>
57854
57855         * lib/xstrdup.c: Assume <string.h> exists.
57856
57857 2003-08-18  Paul Eggert  <eggert@twinsun.com>
57858
57859         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
57860         in makefile rules.
57861
57862 2003-08-18  Jim Meyering  <jim@meyering.net>
57863
57864         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
57865         * m4/lib-ld.m4: Likewise.
57866
57867 2003-08-18  Jim Meyering  <jim@meyering.net>
57868
57869         * lib/setenv.h: Indent nested cpp directive.
57870         * lib/vasnprintf.c: Remove trailing blanks.
57871
57872 2003-08-17  Simon Josefsson  <jas@extundo.com>
57873
57874         * modules/xstrndup: New file.
57875         * MODULES.html.sh (func_all_modules): Add xstrndup.
57876
57877 2003-08-17  Simon Josefsson  <jas@extundo.com>
57878
57879         * modules/argp: Fix autoconf macro name. Add more dependencies.
57880
57881 2003-08-17  Simon Josefsson  <jas@extundo.com>
57882
57883         * m4/xstrndup.m4: New file.
57884
57885 2003-08-17  Simon Josefsson  <jas@extundo.com>
57886
57887         * m4/argp.m4: New file.
57888
57889 2003-08-17  Simon Josefsson  <jas@extundo.com>
57890             Bruno Haible  <bruno@clisp.org>
57891
57892         * lib/xstrndup.h: New file.
57893         * lib/xstrndup.c: New file.
57894
57895 2003-08-17  Bruno Haible  <bruno@clisp.org>
57896
57897         * modules/strndup (Files, Include): Add lib/strndup.h.
57898
57899 2003-08-17  Bruno Haible  <bruno@clisp.org>
57900
57901         * modules/euidaccess (Files): Add lib/euidaccess.h.
57902
57903 2003-08-17  Bruno Haible  <bruno@clisp.org>
57904
57905         * lib/strndup.h: New file.
57906
57907 2003-08-17  Bruno Haible  <bruno@clisp.org>
57908
57909         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
57910         like AC_GNU_SOURCE.
57911         * modules/extensions (configure.ac): Comment out the invocation of
57912         gl_USE_SYSTEM_EXTENSIONS.
57913
57914 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57915
57916         Merges from coreutils, etc.
57917         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
57918         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
57919         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
57920         fixing a typo.
57921         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
57922         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
57923
57924 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57925
57926         Document merge from coreutils.
57927         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
57928         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
57929         * modules/utime: Add m4/utimes-null.m4.
57930
57931 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57932
57933         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
57934         space, undoing this 2003-08-12 change:
57935         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
57936
57937 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57938
57939         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
57940         strtoul.c from libc, undoing this 2003-08-12 change:
57941         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
57942
57943 2003-08-16  Jim Meyering  <jim@meyering.net>
57944
57945         Merges from coreutils.
57946         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
57947         prefix.  Adjust cache variables similarly.  Create 500 rather than
57948         just 300 files, to exercise bug on Darwin6.5, too.
57949         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
57950         $missing_dir.
57951         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
57952         AM_SYS_POSIX_TERMIOS.
57953         Reported by mkc@mathdogs.com.
57954         Also change use of $am_cv_sys_posix_termios
57955         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
57956         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
57957         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
57958         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
57959         in /proc/mounts until it finds one with matching device number.  This
57960         is unnecessary when the FILE argument *is* a mount point.  No stat call
57961         is necessary in that case.  So, disable the statvfs-testing code on
57962         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
57963         as RedHat bug# 84846.
57964         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
57965         to 1MB, so as not to render systems with no stack size limit (e.g.,
57966         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
57967         Include <unistd.h>.  On some systems,
57968         it is required for the definition of _SC_PAGESIZE.
57969
57970 2003-08-16  Jim Meyering  <jim@meyering.net>
57971
57972         Merge from coreutils.
57973         * lib/xstrtoimax.c: #else #if -> #elif.
57974         * lib/xstrtoumax.c: Likewise.
57975
57976 2003-08-16  Jim Meyering  <jim@meyering.net>
57977
57978         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
57979         * m4/utimes.m4: Removed.
57980         * m4/utimes-null.m4: Renamed from utimes.m4.
57981
57982         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
57983         to 1MB, so as not to render systems with no stack size limit (e.g.,
57984         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
57985         Include <unistd.h>.  On some systems,
57986         it is required for the definition of _SC_PAGESIZE.
57987
57988 2003-08-16  Jim Meyering  <jim@meyering.net>
57989         and Paul Eggert  <eggert@cs.ucla.edu>
57990
57991         Merges from coreutils, etc.
57992
57993         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
57994         using the latest version from cvs.  This avoids problems with #line
57995         directives using a vendor (Sun) compiler.
57996         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
57997         Don't set GETGROUPS_LIB here; now it's
57998         done via getgroups.m4's wrapper function.
57999         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
58000         rather than just in sh-util/configure.in, so that the
58001         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
58002         same.
58003         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
58004         AC_FUNC_GETLOADAVG where to find getloadavg.c.
58005         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
58006         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
58007         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
58008         Remove code that is now done by the newly-required macros.
58009         Append $(EXEEXT) to DF_PROG.
58010         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
58011         Do not invoke or require the following here,
58012         since prereq.m4 or some gnulib .m4 now does this for us:
58013         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
58014         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
58015         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
58016         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
58017         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
58018         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
58019         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
58020         AC_FUNC_OBSTACK.
58021         Do not replace the following functions, as this is now the job
58022         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
58023         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
58024         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
58025         atexit getpass, strdup, getpagesize.
58026         Replace 'raise'.
58027         Do not check for the following functions, as this is now the job
58028         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
58029         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
58030         setregid.
58031         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
58032         Check for sys/sysctl.h.
58033         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
58034         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
58035         of checking for ssize_t ourselves.
58036
58037         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
58038         Require every macro that gnulib/modules/* suggests for us.
58039         (jm_PREREQ_ADDEXT): New macro.
58040         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
58041         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
58042
58043         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
58044         (gl_PHYSMEM): Use it.
58045         Also check for `table' function.
58046         Check for new headers and functions.
58047         Add check for sys/sysmp.h.
58048         With suggestions from Kaveh Ghazi.
58049         Ignore headers that are present but cannot be compiled.  This
58050         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
58051         C 5.4.
58052
58053 2003-08-15  Paul Eggert  <eggert@twinsun.com>
58054
58055         Document merge from coreutils.
58056         * modules/userspec: Depend on posixver.
58057         * modules/strftime: Depend on tzset.
58058
58059 2003-08-15  Paul Eggert  <eggert@twinsun.com>
58060
58061         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
58062         rather than tab, after '#' in shell-script copyright notices.
58063         Suggested by Bruno Haible.
58064
58065 2003-08-15  Paul Eggert  <eggert@twinsun.com>
58066
58067         * config/srclist-update: Use three spaces, rather than tab, after '#'
58068         in shell-script copyright notices.  Suggested by Bruno Haible.
58069         Remove unnecessary parenthesization in regular expression.
58070
58071 2003-08-15  Jim Meyering  <jim@meyering.net>
58072
58073         Merge from coreutils.
58074         * lib/xgethostname.c: Include <stdlib.h>.
58075         (xghostname): Don't exit for anything other than memory-related
58076         failure; just return NULL.
58077         * lib/userspec.c: Include "posixver.h".
58078         (parse_user_spec): Accept `.' as a separator only
58079         in pre-POSIX-200112 mode.
58080         * lib/strtoimax.c: Use #elif rather than #else #if.
58081         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
58082         Remove function, now that we can rely on a working tzset function.
58083         [!_LIBC]: Ensure that the required autoconf test has been run.
58084         [!defined _NL_CURRENT && HAVE_STRFTIME]:
58085         Use underlying_strftime for %r.
58086         * lib/sha.c: Merge in some clean-up and optimization changes from
58087         glibc.
58088         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
58089         Ensure that it is a multiple of 64.
58090         Rearrange loop exit tests so as to avoid performing an
58091         additional fread after encountering an error or EOF.
58092         * lib/realloc.c: Update copyright date.
58093
58094 2003-08-15  Jim Meyering  <jim@meyering.net>
58095         and Paul Eggert  <eggert@twinsun.com>
58096
58097         Merge from coreutils.
58098         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
58099         member but strut utmpx does not.  Needed for AIX 4.3.3.
58100         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
58101
58102 2003-08-15  Jim Meyering  <jim@meyering.net>
58103         and Paul Eggert  <eggert@cs.ucla.edu>
58104
58105         Merges from coreutils, etc.
58106         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
58107         Require gl_FUNC_TZSET_CLOBBER.
58108         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
58109         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
58110         members.
58111
58112 2003-08-14  Paul Eggert  <eggert@twinsun.com>
58113
58114         Help the merge from coreutils.
58115         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
58116         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
58117         * m4/tzset.m4: Use it too.
58118
58119 2003-08-14  Paul Eggert  <eggert@twinsun.com>
58120
58121         * modules/tzset: New file.
58122
58123 2003-08-14  Jim Meyering  <jim@meyering.net>
58124
58125         Merges from coreutils.
58126         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
58127         variable names, rather than @FNMATCH_H@.
58128         * modules/alloca: Likewise for $(ALLOCA_H).
58129
58130         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
58131         the three copies of the literal target, `fnmatch.h'.
58132         * modules/alloca (alloca.h): Likewise.
58133
58134 2003-08-14  Jim Meyering  <jim@meyering.net>
58135
58136         Merge from coreutils.
58137         * m4/tzset.m4: New file.
58138         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
58139         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
58140         otherwise, AIX 5.1 systems would end up using the latter.
58141         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
58142         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
58143         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
58144         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
58145
58146 2003-08-14  Jim Meyering  <jim@meyering.net>
58147
58148         Merge from coreutils.
58149         * lib/obstack.h: Whitespace changes.
58150         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
58151         and xcalloc return values.
58152         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
58153         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
58154         hang on OSF/1 5.1 for DIR on both local and remote file systems.
58155         Reported by (and fix confirmed by) Nelson H. F. Beebe.
58156         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
58157         error from mntctl.
58158         Use mntctl's return value to drive the entry-processing loop, since
58159         we can't rely on the value of the vmt_length member in the last
58160         entry.  On some systems doing so could result in exhausting
58161         virtual memory.  Based in part on a patch from Mike Jetzer.
58162
58163 2003-08-14  Jim Meyering  <jim@meyering.net>
58164         and Paul Eggert  <eggert@twinsun.com>
58165
58166         Merges from coreutils, plus other fixes.
58167         * lib/physmem.c: Merge in portability changes from gcc/libiberty
58168         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
58169         for credits and details.  Thanks to Kaveh Ghazi for helping
58170         to keep these files in sync.
58171         (ARRAY_SIZE): Define it.
58172         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
58173         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
58174         (memcasecmp): Don't assume size_t fits in unsigned int.
58175         Remove casts and duplicate code.
58176         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
58177         (memcpy): Remove definition.
58178         Merge in some clean-up and optimization changes from glibc.
58179         [BLOCKSIZE]: Move definition to top of file.
58180         Ensure that it is a multiple of 64.
58181         Rearrange loop exit tests so as to avoid performing an
58182         additional fread after encountering an error or EOF.
58183         * lib/md5.h (md5_uintptr): Define.
58184         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
58185         return to the initial working directory.  Preserve errno
58186         for caller.
58187         * lib/idcache.c: Include "xalloc.h".
58188         (xmalloc, xrealloc): Remove decls.
58189         (getuser): Remove casts no longer required in C89.
58190         * lib/human.c: Include stdio.h, for sprintf.
58191         * lib/group-member.c: Include "xalloc.h".
58192         (xmalloc, xrealloc): Remove decls.
58193         (get_group_info): Remove casts no longer required in C89.
58194         * lib/getusershell.c (readname): Remove casts no longer required in
58195         C89.
58196         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
58197         * lib/getline.c: Whitespace fix, from coreutils.
58198
58199 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58200
58201         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
58202         Check for isascii.
58203
58204         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
58205         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
58206         Undo previous (whitespace-only) change.
58207
58208 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58209
58210         * lib/exclude.c: Include <ctype.h>
58211         (IN_CTYPE_DOMAIN): New macro.
58212         (is_space): New fn.
58213         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
58214         and empty lines.
58215
58216         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
58217         Undo previous (whitespace-only) change.
58218
58219 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58220
58221         * config/srclist-update: Change update back to the old behavior,
58222         leaving whitespace alone.  Use one 'sed' command rather than a
58223         pipeline.
58224         (fixlicense): Now a variable, not a function.
58225         (remove_trailing_blanks): Remove.
58226         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
58227         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
58228         Undo previous (whitespace-only) change.
58229
58230 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58231
58232         Merge from coreutils.
58233         * modules/euidaccess: Add lib_SOURCES, include for new
58234         file euidaccess.h
58235
58236 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58237
58238         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
58239         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
58240         Normalize leading white space and remove trailing white space.
58241
58242         Merge from coreutils
58243         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
58244
58245         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
58246         0.12.1.  These files are now being upgraded automatically by
58247         ../config/srclist-update.
58248
58249 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58250
58251         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
58252         Normalize leading white space and remove trailing white space.
58253         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
58254         notice, as per ../config/srclist-update.
58255
58256         Merge from coreutils.
58257         * lib/euidaccess.h: New file.
58258         * lib/euidaccess.c: Include it.
58259         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
58260         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
58261         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
58262
58263 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58264
58265         * config/srclist-update: Add copyright notice.
58266         (remove_id_lines, remove_trailing_blanks): New constants.
58267         (fixfile): Use them to normalize spacing a bit in copied files.
58268         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
58269         Normalize leading white space and remove trailing white space.
58270
58271         * config/texinfo.tex: Sync with texinfo.
58272
58273         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
58274         strtoul.c from libc, to merge coreutils whitespace changes.
58275
58276         * config/srclist.txt: Get the following m4 files from gettext:
58277         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
58278         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
58279         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
58280         wint_t.m4.
58281
58282 2003-08-12  Karl Berry  <karl@gnu.org>
58283
58284         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
58285         been made.
58286
58287 2003-08-11  Paul Eggert  <eggert@twinsun.com>
58288
58289         * modules/gnu-source, m4/gnu-source.m4:
58290         Remove; we're assuming Autoconf 2.54 or later now.
58291         Suggested by Bruno Haible.
58292         * MODULES.html.sh (func_all_modules): Remove gnu-source.
58293
58294 2003-08-11  Bruno Haible  <bruno@clisp.org>
58295
58296         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
58297
58298 2003-08-11  Bruno Haible  <bruno@clisp.org>
58299
58300         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
58301         (vasnprintf): Use it instead of wcslen.
58302
58303 2003-08-11  Bruno Haible  <bruno@clisp.org>
58304
58305         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
58306         value to ensure that _Bool promotes to int. Use #define for _Bool when
58307         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
58308
58309 2003-08-10  Karl Berry  <karl@gnu.org>
58310
58311         * lib/regex.h: update from libc (whitespace fix).
58312
58313 2003-08-09  Paul Eggert  <eggert@twinsun.com>
58314
58315         Merge some files from coreutils.  These changes were
58316         originally made by Jim Meyering.
58317         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
58318         many older Unixes require this.
58319         * lib/alloca.c (alloca): Remove cast to argument of free;
58320         no longer needed in C89.
58321         * lib/alloca_.h, regex.h: Fix white space to match
58322         what GNU indent does.
58323
58324 2003-08-09  Paul Eggert  <eggert@twinsun.com>
58325
58326         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
58327         apparently Emacs's Unicode mode got confused before my 2003-08-05
58328         checkin.
58329
58330 2003-08-08  Paul Eggert  <eggert@twinsun.com>
58331
58332         * m4/extensions.m4: New file.
58333         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
58334         Require gl_USE_SYSTEM_EXTENSIONS.
58335         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
58336         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
58337
58338 2003-08-08  Paul Eggert  <eggert@twinsun.com>
58339
58340         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
58341         * modules/extensions, modules/gnu-source: New files.
58342         * modules/timespec, modules/unlocked-io: Depend on extensions.
58343
58344 2003-08-07  Paul Eggert  <eggert@twinsun.com>
58345
58346         * modules/restrict: New file.
58347         * MODULES.html.sh (func_all_modules): Add restrict.
58348         * modules/regex: Depend on restrict.
58349
58350 2003-08-07  Paul Eggert  <eggert@twinsun.com>
58351
58352         * m4/restrict.m4: New file.
58353         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
58354
58355 2003-08-07  Bruno Haible  <bruno@clisp.org>
58356
58357         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
58358         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
58359
58360 2003-08-07  Bruno Haible  <bruno@clisp.org>
58361
58362         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
58363         makes the module 'getndelim2' compatible with the module 'getline'.
58364
58365 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58366
58367         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
58368         byte with "\201" to avoid glitches when editing that source file
58369         with multi-gnome-terminal.
58370
58371 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58372
58373         * lib/bumpalloc.h: Remove.
58374
58375 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58376
58377         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
58378         * modules/bumpalloc: Remove.
58379
58380 2003-08-04  Paul Eggert  <eggert@twinsun.com>
58381
58382         * lib/getloadavg.c: Change copyright notice and spacing to conform to
58383         GNU coding style.
58384
58385         Merge from coreutils.
58386         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
58387         1. From glibc.
58388         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
58389         from Karl Berry, implemented by Jim Meyering.
58390         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
58391         from Dmitry V. Levin.
58392         Remove anachronistic cast of xrealloc.
58393         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
58394         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
58395         type. Otherwise, it wouldn't compile with at least /bin/cc on
58396         ymp-cray-unicos9.0.2.X.
58397         Combine two mostly-identical uses of alloca into one.
58398         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
58399
58400 2003-08-04  Dave Love  <d.love@dl.ac.uk>
58401
58402         [From Emacs.]
58403
58404         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
58405         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
58406         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
58407         obsolete NLIST_NAME_UNION.
58408         [__GNU__]: Undef BSD and FSCALE.
58409         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
58410
58411 2003-08-03  Paul Eggert  <eggert@twinsun.com>
58412
58413         * lib/stdbool_.h (_Bool): Make it signed char, instead of
58414         an enum type, so that it's guaranteed to promote to int.  See:
58415         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
58416
58417 2003-08-03  Karl Berry  <karl@gnu.org>
58418
58419         * config/depcomp: update from automake.
58420
58421 2003-07-31  Paul Eggert  <eggert@twinsun.com>
58422
58423         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
58424         (strerror): Don't assume that a printable int fits in 14 bytes.
58425
58426 2003-07-31  Bruno Haible  <bruno@clisp.org>
58427
58428         * modules/getpass-gnu: New file.
58429         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
58430
58431 2003-07-31  Bruno Haible  <bruno@clisp.org>
58432
58433         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
58434
58435 2003-07-24  Karl Berry  <karl@gnu.org>
58436
58437         * config/missing: update from automake.
58438
58439 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
58440             Bruno Haible  <bruno@clisp.org>
58441
58442         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
58443         * lib/getline.c (getline, getdelim): Likewise.
58444         Remove _GNU_SOURCE define; now it's defined in config.h through
58445         m4/getline.m4.
58446
58447 2003-07-23  Karl Berry  <karl@gnu.org>
58448
58449         * config/config.sub: update from prep.
58450
58451 2003-07-22  Paul Eggert  <eggert@twinsun.com>
58452
58453         * modules/xalloc (Depends-on): Add exitfail.
58454         * modules/xmemcoll: Likewise.
58455
58456 2003-07-22  Paul Eggert  <eggert@twinsun.com>
58457
58458         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
58459         over-parenthesization in macros.
58460
58461         Sync with coreutils.
58462
58463         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
58464         required by C99.
58465
58466         Use `exit_failure' for xalloc and xmemcoll instead of their own
58467         private exit-failure variables.
58468         * lib/xalloc.h (xalloc_exit_failure): Remove.
58469         * lib/xmalloc.c: Likewise.  Include exitfail.h.
58470         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
58471         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
58472         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
58473         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
58474
58475 2003-07-20  Jim Meyering  <jim@meyering.net>
58476
58477         * modules/closeout (Depends-on): Add exitfail.
58478         Suggestion from Bruno Haible.
58479
58480 2003-07-19  Karl Berry  <karl@gnu.org>
58481
58482         * config/config.sub: update from prep.
58483
58484 2003-07-18  Paul Eggert  <eggert@twinsun.com>
58485
58486         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
58487         Remove.
58488         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
58489         to test that it can stand by itself.  Include "exitfail.h".
58490         Clients should set exit_failure instead.
58491         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
58492
58493 2003-07-18  Bruno Haible  <bruno@clisp.org>
58494
58495         * modules/getndelim2: New file.
58496         * modules/getline: Share files with module getndelim2.
58497         * modules/getnline: Depend on getndelim2 instead of sharing files with
58498         it. Add getnline.c to lib_SOURCES.
58499         * MODULES.html.sh (func_all_modules): Add getndelim2.
58500
58501 2003-07-18  Bruno Haible  <bruno@clisp.org>
58502
58503         * m4/getndelim2.m4: New file.
58504         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
58505         invoke gl_PREREQ_GETNDELIM2.
58506         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
58507         gl_PREREQ_GETNDELIM2.
58508         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
58509         gl_GETNDELIM2.
58510
58511 2003-07-18  Bruno Haible  <bruno@clisp.org>
58512
58513         * lib/getndelim2.h: New file.
58514         * lib/getndelim2.c: Make into a module of its own. Include config.h,
58515         getndelim2.h.
58516         (getndelim2): Make non-static. Change return type to ssize_t.
58517         * lib/getline.h: Change argument names.
58518         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
58519         * lib/getnline.c: Include getndelim2.h.
58520
58521 2003-07-18  Andreas Schwab  <schwab@suse.de>
58522
58523         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
58524
58525 2003-07-17  Karl Berry  <karl@gnu.org>
58526
58527         * config/config.sub: update from prep.
58528
58529 2003-07-17  Bruno Haible  <bruno@clisp.org>
58530
58531         * modules/getnline: New file.
58532         * modules/getline: Add lib/getndelim2.c to source file list.
58533         * MODULES.html.sh (func_all_modules): Add getnline.
58534
58535 2003-07-17  Bruno Haible  <bruno@clisp.org>
58536
58537         * m4/getnline.m4: New file.
58538
58539 2003-07-17  Bruno Haible  <bruno@clisp.org>
58540
58541         * m4/Makefile.am.in: Remove file.
58542         * m4/Makefile.am: Remove file.
58543         * m4/Makefile.in: Remove file.
58544
58545 2003-07-17  Bruno Haible  <bruno@clisp.org>
58546
58547         * lib/getnline.h: New file.
58548         * lib/getnline.c: New file.
58549         * lib/getndelim2.c: New file, extracted from getline.c.
58550         (getndelim2): Renamed from getdelim2, with added nmax argument.
58551         * lib/getline.c: Include getndelim2.c.
58552         (getdelim2): Moved out to getndelim2.c.
58553         (getline, getdelim): Update.
58554
58555 2003-07-17  Bruno Haible  <bruno@clisp.org>
58556
58557         * lib/Makefile.am: Remove file.
58558         * lib/Makefile.in: Remove file.
58559
58560 2003-07-17  Bruno Haible  <bruno@clisp.org>
58561
58562         * configure.in: Remove file.
58563         * Makefile.in: Remove file.
58564
58565 2003-07-17  Bruno Haible  <bruno@clisp.org>
58566
58567         * MODULES.html.sh: Put the </BODY> right before </HTML>.
58568
58569 2003-07-16  Karl Berry  <karl@gnu.org>
58570
58571         * config/srclist-update: was running fixlicense twice, which caused
58572                 texinfo.tex to be nullified for some reason.  Simplify,
58573                 $gplsrc is no longer needed as far as I can see?
58574
58575 2003-07-16  Jim Meyering  <jim@meyering.net>
58576
58577         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
58578
58579 2003-07-15  Paul Eggert  <eggert@twinsun.com>
58580
58581         * config/srclist.txt: Get the following files from gettext-runtime/intl
58582         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
58583         ref-del.sin.  From Bruno Haible.
58584         * config/srclist-update (fixfile): Change grep pattern again, since the
58585         previous fix didn't work (there was another trailing $).  Use
58586         '[$]' to escape the $s.
58587
58588 2003-07-15  Karl Berry  <karl@gnu.org>
58589
58590         * lib/vasnprintf.c: update from gettext.
58591
58592 2003-07-15  Karl Berry  <karl@gnu.org>
58593
58594         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
58595         gets expanded when surrounded by '$'.
58596
58597 2003-07-15  Jim Meyering  <jim@meyering.net>
58598
58599         * modules/save-cwd: Don't depend on error.  From Derek Price.
58600
58601 2003-07-15  Jim Meyering  <jim@meyering.net>
58602
58603         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
58604
58605 2003-07-14  Simon Josefsson  <jas@extundo.com>
58606
58607         * modules/mempcpy: New file.
58608         * MODULES.html.sh (func_all_modules): Add mempcpy.
58609
58610 2003-07-14  Simon Josefsson  <jas@extundo.com>
58611
58612         * m4/mempcpy.m4: New file.
58613
58614 2003-07-14  Simon Josefsson  <jas@extundo.com>
58615
58616         * lib/mempcpy.h: New file.
58617         * lib/mempcpy.c: New file.
58618
58619 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58620
58621         * modules/getdate, modules/posixtm: Depend on mktime.
58622
58623 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58624
58625         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
58626         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
58627         unicodeio.c, unicodeio.h, unlocked-io.h:
58628         Switch from LGPL to GPL.
58629
58630 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58631
58632         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
58633         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
58634         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
58635         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
58636         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
58637         updated automatically by ../config/srclist-update.  This changes
58638         their license from LPGL to GPL.
58639
58640 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58641
58642         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
58643         assumed to refer to the root of the most recent stable gettext version.
58644         * config/srclistvars.sh: Add defaults for eggert.
58645         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
58646         Match "This program" as well as "The program".  This is needed
58647         for gettext.
58648
58649 2003-07-14  Jim Meyering  <jim@meyering.net>
58650
58651         Don't emit diagnostics.  Let callers do that.
58652         * lib/save-cwd.c: Don't include "error.h".
58653         (save_cwd): Don't call error.  Ensure that errno is valid
58654         when returning nonzero.
58655
58656         * lib/save-cwd.h (restore_cwd): Update prototype.
58657         * lib/save-cwd.c (restore_cwd): Remove two parameters.
58658         Simplify.  Don't call error upon failure.  Let callers do that.
58659         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
58660         when auditing is enabled.  But don't bother updating the #if.
58661
58662 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
58663
58664         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
58665         it breaks C++ compilation.
58666         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
58667
58668 2003-07-10  Simon Josefsson  <jas@extundo.com>
58669
58670         * modules/strchrnul (Makefile.am): Add strchrnul.h.
58671
58672 2003-07-10  Jim Meyering  <jim@meyering.net>
58673
58674         * m4/clock_time.m4: Remove trailing blank.
58675         * m4/intmax_t.m4: Likewise.
58676
58677 2003-07-10  Jim Meyering  <jim@meyering.net>
58678
58679         * lib/vasnprintf.c: Remove trailing blanks.
58680         Make cpp indentation consistent.
58681
58682 2003-07-09  Paul Eggert  <eggert@twinsun.com>
58683
58684         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
58685         posixver.c, strftime.c, strnlen.c, strverscmp.c:
58686         Switch from LGPL to GPL.
58687
58688 2003-07-09  Paul Eggert  <eggert@twinsun.com>
58689
58690         * config/srclist.txt: Sort sublists.  Add
58691         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
58692         that differ from gnulib for one reason or another; we'd like this list
58693         to be smaller but for now let's document what we have.
58694
58695 2003-07-08  Paul Eggert  <eggert@twinsun.com>
58696
58697         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
58698         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
58699         and sweeter "eval x=$x".
58700         * config/srclist.txt: Get lib/argp* from glibc.
58701
58702 2003-07-07  Paul Eggert  <eggert@twinsun.com>
58703
58704         * lib/mktime.c: Fix some boundary cases and remove need for floating
58705         point.
58706
58707         Issue a compile-time diagnostic if time_t is floating point, or if
58708         two's complement arithmetic is not in effect, or if arithmetic
58709         right shift does not propagate the sign.  These assumptions were
58710         all in the original code but they weren't checked.
58711
58712         (TIME_T_MIDPOINT, verify): New macros.
58713         (__isleap): Remove; it has integer overflow problems.
58714         (leapyear): New function, without those problems.
58715         (ydhms_tm_diff): Remove; splitting into two parts.
58716         (ydhms_diff): New function, containing the arithmetic part of
58717         the old ydhms_tm_diff function.  Issue a compile-time
58718         diagnostic if we are not using C99 integer division.
58719         Avoid casts when possible.
58720         (guess_time_tm): New function, containing the checking part of
58721         the old ydhms_tm_diff function.  Return the new value, rather than
58722         the difference between it and the old.  Accept a new argument T
58723         so that *T specifies the old value.  Check for overflow in the result.
58724
58725         (__mktime_internal): Use a time_t offset, not a long int offset.
58726         This undoes the 2003-06-04 change, which is no longer needed now
58727         that we have better overflow checking.
58728         (localtime_offset): Likewise.
58729
58730         (__mktime_internal): Avoid harmful overflow on hosts where time_t
58731         and long are 64-bit but int is only 32-bit.
58732         (ydhms_diff): Use long int to store year1 and yday1.
58733         Issue a compile-time diagnostic if long int is not wide enough.
58734
58735         (__mktime_internal): Use long int to store adjusted year and yday.
58736         Use plain C rather than preprocessor commands, if that doesn't
58737         affect efficiency.
58738         Check for overflow (and try to repair) after each probe
58739         rather than checking only at the very end.  This avoids some bugs
58740         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
58741         does not equal GMT offset at maximum time).
58742         Use integer to check for overflow rather than floating point; this
58743         is more portable to non-IEEE hosts, and is a tad faster.
58744         When we detect that we are oscillating between two values,
58745         don't check whether tm_isdst has the requested value, since
58746         we already know the answer.  When tm_isdst has the wrong value,
58747         use a different heuristic to find the right one, based on the
58748         extreme values actually observed in practice in tz2003a,
58749         rather than the (overly optimistic) "previous 3 calendar quarters".
58750
58751         (not_equal_tm, print_tm, check_result): Use "const T" rather than
58752         "T const" to accommodate glibc style.
58753         (check_result): Use less-confusing report format.  "long" -> "long int.
58754         (main): Likewise.
58755         Don't loop if the iteration overflows time_t.
58756         Allow a negative step in the iteration.
58757
58758 2003-07-06  Karl Berry  <karl@gnu.org>
58759
58760         * config/depcomp: update from automake.
58761         * config/config.sub: update from prep.
58762
58763 2003-07-03  Karl Berry  <karl@gnu.org>
58764
58765         * config/config.guess: update from prep.
58766
58767 2003-07-01  Paul Eggert  <eggert@twinsun.com>
58768
58769         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
58770         xreadlink.c now includes it unconditionally.
58771
58772 2003-07-01  Paul Eggert  <eggert@twinsun.com>
58773
58774         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
58775         having it depend on HAVE_SYS_TYPES_H.
58776
58777 2003-07-01  Bruno Haible  <bruno@clisp.org>
58778
58779         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
58780         <sys/types.h> should be sufficient.
58781         Reported by Paul Eggert.
58782
58783 2003-06-26  Karl Berry  <karl@gnu.org>
58784
58785         * config/depcomp: update from automake.
58786
58787 2003-06-26  Bruno Haible  <bruno@clisp.org>
58788
58789         * modules/human: Depend on module stdbool.
58790
58791 2003-06-25  Bruno Haible  <bruno@clisp.org>
58792
58793         * modules/readlink: New file.
58794         * modules/xreadlink: Depend on it.
58795         * MODULES.html.sh (func_all_modules): Add readlink.
58796
58797 2003-06-25  Bruno Haible  <bruno@clisp.org>
58798
58799         * m4/readlink.m4: New file.
58800
58801 2003-06-25  Bruno Haible  <bruno@clisp.org>
58802
58803         * lib/readlink.c: New file.
58804
58805 2003-06-22  Karl Berry  <karl@gnu.org>
58806
58807         * config/srclist.txt: update mkinstalldirs from automake.
58808         * config/mkinstalldirs: update.
58809
58810 2003-06-22  Bruno Haible  <bruno@clisp.org>
58811
58812         Portability to mingw32.
58813         * m4/ssize_t.m4: New file, from GNU gettext.
58814         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
58815         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
58816
58817 2003-06-22  Bruno Haible  <bruno@clisp.org>
58818
58819         * modules/safe-read: Add m4/ssize_t.m4.
58820         * modules/xreadlink: Add m4/ssize_t.m4.
58821
58822 2003-06-20  Bruno Haible  <bruno@clisp.org>
58823
58824         Assume C89, so PARAMS isn't needed.
58825         * lib/unicodeio.h (PARAMS): Remove.
58826         * lib/unicodeio.c: Don't use PARAMS.
58827
58828 2003-06-18  Karl Berry  <karl@gnu.org>
58829
58830         * config/config.{guess,sub}: update from prep.
58831
58832 2003-06-18  Jim Meyering  <jim@meyering.net>
58833
58834         Merge changes from coreutils.
58835         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
58836         Remove explicit declarations of xmalloc and realloc.
58837         Include xalloc.h.
58838         (read_utmp): Remove anachronistic cast of xmalloc.
58839
58840 2003-06-17  Paul Eggert  <eggert@twinsun.com>
58841
58842         Assume C89, so PARAMS isn't needed.
58843         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
58844         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
58845         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
58846         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
58847         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
58848         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
58849         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
58850         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
58851         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
58852         lib/xstrtod.h, lib/xstrtol.h: Likewise.
58853         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
58854         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
58855         no longer needed. Anyway, config.h should always be included before any
58856         other file.
58857
58858 2003-06-11  Simon Josefsson  <jas@extundo.com>
58859
58860         * modules/sysexits: New file.
58861         * MODULES.html.sh (func_all_modules): Add sysexits.
58862
58863 2003-06-11  Simon Josefsson  <jas@extundo.com>
58864
58865         * lib/sysexit_.h: New file.
58866
58867 2003-06-11  Derek Price  <derek@ximbiot.com>
58868
58869         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
58870         necessary.
58871
58872 2003-06-11  Bruno Haible  <bruno@clisp.org>
58873
58874         * m4/sysexits.m4: New file.
58875
58876 2003-06-10  Simon Josefsson  <jas@extundo.com>
58877
58878         * lib/argp.h: New file, from glibc.
58879         * lib/argp-ba.c: New file, from glibc.
58880         * lib/argp-eexst.c: New file, from glibc.
58881         * lib/argp-fmtstream.c: New file, from glibc.
58882         * lib/argp-fmtstream.h: New file, from glibc.
58883         * lib/argp-fs-xinl.c: New file, from glibc.
58884         * lib/argp-help.c: New file, from glibc.
58885         * lib/argp-namefrob.h: New file, from glibc.
58886         * lib/argp-parse.c: New file, from glibc.
58887         * lib/argp-pv.c: New file, from glibc.
58888         * lib/argp-pvh.c: New file, from glibc.
58889         * lib/argp-xinl.c: New file, from glibc.
58890
58891 2003-06-10  Simon Josefsson  <jas@extundo.com>
58892
58893         * modules/strchrnul: New file.
58894
58895 2003-06-10  Simon Josefsson  <jas@extundo.com>
58896
58897         * modules/argp: New file.
58898
58899 2003-06-10  Simon Josefsson  <jas@extundo.com>
58900
58901         * m4/strchrnul.m4: New file.
58902
58903 2003-06-10  Simon Josefsson  <jas@extundo.com>
58904
58905         * lib/strchrnul.h: New file.
58906         * lib/strchrnul.c: New file.
58907
58908 2003-06-10  Bruno Haible  <bruno@clisp.org>
58909
58910         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
58911
58912 2003-06-07  Karl Berry  <karl@gnu.org>
58913
58914         * config/config.{guess,sub}: update from prep.
58915
58916 2003-06-07  Jim Meyering  <jim@meyering.net>
58917
58918         * modules/strtod: Use $(...) notation, not @...@ for
58919         AC_REPLACE'd variables.
58920         * modules/localcharset: Likewise.
58921
58922 2003-06-07  Jim Meyering  <jim@meyering.net>
58923
58924         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
58925         in place of my name in the copyright comment.
58926         Remove definition and uses of __P.
58927
58928         From coreutils.
58929         * lib/stat.c: Don't declare xmalloc explicitly.
58930         Instead, include "xalloc.h".
58931         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
58932         xrealloc, and xcalloc return values.
58933         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
58934         Improve comment.
58935         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
58936
58937 2003-06-07  Bruno Haible  <bruno@clisp.org>
58938
58939         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
58940         avoid AC_CONFIG_LINKS.
58941         * modules/fnmatch (Makefile.am): Use explicit creation rule for
58942         fnmatch.h, to avoid AC_CONFIG_LINKS.
58943         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
58944
58945 2003-06-07  Bruno Haible  <bruno@clisp.org>
58946
58947         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
58948         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
58949         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
58950         directory.
58951         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
58952         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
58953         directory.
58954
58955 2003-06-06  Jim Meyering  <jim@meyering.net>
58956
58957         Merge from coreutils.
58958         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
58959         Consolidate declarations and initializations of *_base* locals.
58960
58961         Merge from coreutils.
58962         This avoids a core dump on systems without GNU putenv,
58963         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
58964         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
58965         (unsetenv): New static function, from GNU libc.
58966         (rpl_putenv): Use it.
58967
58968         * lib/modechange.c: Remove trailing blanks.
58969
58970         Merge from coreutils.
58971         * lib/fsusage.c: Remove declaration of statfs.
58972         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
58973
58974         * lib/posixtm.c: Include <stdbool.h> unconditionally.
58975
58976 2003-06-06  Jim Meyering  <jim@meyering.net>
58977
58978         * lib/stdbool_.h: Renamed from stdbool.h.in.
58979
58980 2003-06-06  Jim Meyering  <jim@meyering.net>
58981             Bruno Haible  <bruno@clisp.org>
58982
58983         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
58984         Adjust Makefile.am snippet not to redirect directly to target.
58985         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
58986
58987 2003-06-05  Paul Eggert  <eggert@twinsun.com>
58988
58989         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
58990         mismatch, look in future quarters as well as past.  This fixes a
58991         bug when processing fall-backwards gaps immediately after a long
58992         period of daylight-saving time.
58993
58994         * lib/mktime.c: Assume freestanding C89 or better.
58995         (HAVE_LIMITS_H): Remove.  Assume it's 1.
58996         (__P): Remove; not used.
58997         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
58998         (mktime, not_equal_tm, print_tm, check_result,
58999         main): Use prototypes.  Use const * where appropriate.
59000         (main): Fix typo in testing code that uncovered by above changes.
59001         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
59002
59003 2003-06-04  Paul Eggert  <eggert@twinsun.com>
59004
59005         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
59006         locale.h, localeconv.  This merges changes from coreutils.
59007
59008         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
59009         It can be removed after the next Autoconf is released.
59010         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
59011         needed.
59012
59013 2003-06-04  Paul Eggert  <eggert@twinsun.com>
59014
59015         * lib/mktime.c: Fix Debian bug 177940
59016         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
59017         (localtime_offset): Now long int, not time_t, because we want it
59018         to be guaranteed to be signed.  All uses changed.
59019         (__mktime_internal): If overflow would occur when adding offset,
59020         don't add it.
59021
59022         Merge 'human' changes from coreutils.  Rewrite to support
59023         locale-specific notations like thousands separators.
59024         * lib/human.c: Simplify authorship notice.
59025         Include human.h immediately after config.h.
59026         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
59027         <limits.h>: Do not include, since human.h does.
59028         (SIZE_MAX, UINTMAX_MAX): New macros.
59029         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
59030         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
59031         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
59032         (power_letter): Renamed from suffixes.
59033         (generate_suffix_backwards): Remove.
59034         (adjust_value): Now takes int style (because of human.h changes)
59035         and long double value (for greater precision on some platforms).
59036         (group_number): New function.
59037         (human_readable): Use it.  Use integer options, not enum.
59038         Put the options before the sizes in the arg list.
59039         Support all the new options.
59040         The old human_readable function has been removed;
59041         use inttostr.h instead.
59042         (human_readable, default_block_size, humblock):
59043         Use uintmax_t, not int, for block sizes.
59044         (human_readable_inexact, block_size_types): Remove.
59045         (block_size_opts): New constant.
59046         (human_options): Renamed from human_block_size, with new signature
59047         that allows block sizes up to UINTMAX_MAX.  All callers changed.
59048         * lib/human.h: Add copyright and authorship notice.
59049         Include <limits.h> and <stdbool.h> unconditionally.
59050         (PARAMS): Remove.  All uses removed.
59051         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
59052         (enum human_inexact_style): Remove tag; now a nameless enum.
59053         (human_floor, human_ceiling, human_round_to_even): Now have
59054         values 2, 0, 1 rather than -1, 1, 0.
59055         (human_group_digits, human_suppress_point_zero, human_autoscale,
59056         human_base_1024, human_SI, human_B): New constants.
59057         (human_readable_inexact, human_block_size): Remove.
59058         (human_readable): Size args are now uintmax_t, not int.
59059         (human_options): New decl.
59060
59061         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
59062         unnecessary now that we assume C89 or better.  This change
59063         imported from coreutils.
59064
59065         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
59066         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
59067         in the 2003-05-30 sync from glibc.
59068
59069         .h files should stand alone, but we shouldn't include <sys/types.h>
59070         if we can get away with just <stddef.h>.
59071
59072         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
59073         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
59074         rather than <sys/types.h>, as we merely need size_t.
59075         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
59076         to get size_t.
59077         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
59078         Include <stdio.h>, to get FILE.
59079         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
59080         memcasecmp.h has included <stddef.h> and all we need is size_t.
59081         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
59082         our interface, instead of including <sys/types.h>
59083
59084 2003-06-04  Paul Eggert  <eggert@twinsun.com>
59085
59086         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
59087         now, as glibc mktime is buggy on non-glibc systems.
59088
59089 2003-06-03  Karl Berry  <karl@gnu.org>
59090
59091         * config/config.sub: update from prep.
59092
59093 2003-06-02  Paul Eggert  <eggert@twinsun.com>
59094
59095         [from coreutils]
59096         Fix some minor time-related bugs with POSIX time arguments.
59097         Some valid time stamps were being rejected (notably -1, and
59098         time stamps before 1900 on 64-bit hosts).  And some invalid
59099         time stamps were being accepted, e.g. September 31.
59100
59101         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
59102         that we can return (time_t) -1 successfully.
59103         * lib/posixtm.c: Likewise.
59104         [HAVE_STDBOOL_H]: Include <stdbool.h>.
59105         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
59106         (t): Remove static var.
59107         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
59108         of static var.  All uses changed.
59109         (year): Do not reject years before 1900; they can occur with
59110         64-bit time_t.
59111         (posix_time_parse): Do not check for out-of-range components;
59112         that is now the caller's responsibility, since our checks were
59113         only approximations.
59114         (posixtime): Use mktime to check for out-of-range components,
59115         since it knows them exactly.
59116         If mktime returns (time_t) -1, check whether an error actually occurred
59117         by invoking localtime on -1.
59118         (main) [TEST_POSIXTIME]: Check for input data errors, and report
59119         posixtime failures better.
59120         Improve the test data (in comments only).
59121
59122 2003-06-02  Karl Berry  <karl@gnu.org>
59123
59124         * config/mkinstalldirs (version): new variable.
59125         (--version): new option.
59126         (usage): improve message.
59127
59128 2003-05-30  Karl Berry  <karl@gnu.org>
59129
59130         * lib/mktime.c: update from libc.
59131
59132 2003-05-30  Bruno Haible  <bruno@clisp.org>
59133
59134         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
59135         * config/config.rpath: Upgrade to gettext-0.12.1.
59136
59137 2003-05-30  Bruno Haible  <bruno@clisp.org>
59138
59139         * m4/gettext.m4: Upgrade to gettext-0.12.1.
59140         * m4/nls.m4: New file, from gettext-0.12.1.
59141         * m4/po.m4: New file, from gettext-0.12.1.
59142         * m4/progtest.m4: Upgrade to gettext-0.12.1.
59143
59144 2003-05-30  Bruno Haible  <bruno@clisp.org>
59145
59146         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
59147         * lib/localcharset.h: Likewise.
59148         * lib/localcharset.c: Likewise.
59149
59150 2003-05-29  Karl Berry  <karl@gnu.org>
59151
59152         * config/config.rpath: update from gettext.
59153
59154 2003-05-28  Paul Eggert  <eggert@twinsun.com>
59155
59156         Assume the headers required for C89 freestanding compilers.
59157         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
59158         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
59159         * m4/human.m4 (gl_HUMAN): Likewise.
59160         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
59161         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
59162         * m4/userspec.m4 (gl_USERSPEC): Likewise.
59163         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
59164         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
59165         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
59166
59167 2003-05-28  Paul Eggert  <eggert@twinsun.com>
59168
59169         Assume the headers required for C89 freestanding compilers.
59170         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
59171         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
59172         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
59173         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
59174         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
59175         define, since <limits.h> is guaranteed to do that.
59176         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
59177         * lib/exclude.c: Include <stdbool.h> unconditionally.
59178         * lib/tempname.c: Include <stddef.h> unconditionally.
59179         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
59180         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
59181         <stddef.h> does that.
59182         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
59183         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
59184         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
59185         needed.
59186         * lib/xstrtol.c: Likewise.
59187         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
59188         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
59189
59190         * lib/addext.c (addext): Use assignment rather than cast, to avoid
59191         warnings on some platforms.
59192
59193         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
59194         arbitrarily.
59195
59196 2003-05-26  Jim Meyering  <jim@meyering.net>
59197
59198         Merge in a change from coreutils:
59199         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
59200         that is guaranteed to be `no'.  Use `no_such_member' to indicate
59201         that condition, rather than `-1' which is slightly misleading.
59202         Change the name of the cache variable to have the gl_ prefix.
59203         Prompted by a patch from Richard Dawe for DJGPP.
59204
59205 2003-05-24  Karl Berry  <karl@gnu.org>
59206
59207         * config/config.guess: update from prep.
59208
59209 2003-05-22  Karl Berry  <karl@gnu.org>
59210
59211         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
59212
59213 2003-05-20  Karl Berry  <karl@gnu.org>
59214
59215         * config/config.guess: update from prep.
59216
59217 2003-05-18  Karl Berry  <karl@gnu.org>
59218
59219         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
59220         might actually be set by the user.
59221
59222         * config/depcomp, install-sh, mdate-sh: update from automake.
59223
59224 2003-05-17  Bruno Haible  <bruno@clisp.org>
59225
59226         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
59227         invalid expansion for AC_EGREP_CPP.
59228         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
59229         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
59230         Suggested by Akim Demaille <akim@epita.fr> in
59231         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
59232
59233 2003-05-12  Jim Meyering  <jim@meyering.net>
59234
59235         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
59236         the space-padded-by-default conversion specifiers, %e, %k, %l.
59237
59238 2003-05-12  Bruno Haible  <bruno@clisp.org>
59239
59240         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
59241         the string is longer than 4 KB.
59242
59243 2003-05-11  Karl Berry  <karl@gnu.org>
59244
59245         * config/config.{guess,sub}: update from prep.
59246
59247 2003-05-09  Bruno Haible  <bruno@clisp.org>
59248
59249         * modules/error: Add m4/strerror_r.m4 to file list.
59250
59251 2003-05-03  Bruno Haible  <bruno@clisp.org>
59252
59253         Upgrade to Unicode-4.0.
59254         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
59255         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
59256         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
59257         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
59258         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
59259         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
59260         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
59261         Change width of U+E0100..U+E01EF from 1 to 0.
59262
59263 2003-04-25  Jim Meyering  <jim@meyering.net>
59264
59265         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
59266         of type size_t, not int.
59267
59268 2003-04-25  Bruno Haible  <bruno@clisp.org>
59269
59270         * lib/copy-file.c: Include <stddef.h>, for size_t.
59271
59272 2003-04-21  Paul Eggert  <eggert@twinsun.com>
59273
59274         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
59275         code which expansion is under static control.  Patch imported from
59276         Akim Demaille's patch to Bison; see
59277         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
59278
59279 2003-04-14  Bruno Haible  <bruno@clisp.org>
59280
59281         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
59282
59283 2003-04-11  Jim Meyering  <jim@meyering.net>
59284
59285         Merge changes from Coreutils.
59286
59287         2003-03-22  Jim Meyering  <jim@meyering.net>
59288
59289         * lib/strftime.c (widen): Cast alloca return value to proper type.
59290
59291         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
59292
59293         From GNU libc.
59294         * lib/strftime.c (my_strftime): Handle very large width
59295         specifications for numeric values correctly.  Improve checks for
59296         overflow.
59297
59298         2003-01-19  Jim Meyering  <jim@meyering.net>
59299
59300         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
59301         definitions.
59302         (nl_get_alt_digit) [! defined my_strftime]: Define.
59303         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
59304         _nl_get_alt_digit and _nl_get_walt_digit.
59305
59306         * lib/strftime.c (my_strftime): Merge in locale-related changes from
59307         libc. These changes have no effect outside of _LIBC.
59308
59309 2003-04-10  Bruno Haible  <bruno@clisp.org>
59310
59311         * modules/findprog: New file.
59312         * MODULES.html.sh (func_all_modules): Add it.
59313
59314 2003-04-10  Bruno Haible  <bruno@clisp.org>
59315
59316         * m4/findprog.m4: New file.
59317         * m4/eaccess.m4: New file.
59318
59319 2003-04-10  Bruno Haible  <bruno@clisp.org>
59320
59321         * lib/findprog.h: New file, from GNU gettext.
59322         * lib/findprog.c: New file, from GNU gettext.
59323
59324 2003-04-05  Jim Meyering  <jim@meyering.net>
59325
59326         Merge changes from Coreutils.
59327
59328         * lib/exclude.h (PARAMS): Remove definition and uses.
59329         * lib/exclude.c: Remove uses of `PARAMS'.
59330
59331         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
59332         Add test-cases for DOS filenames. Declare program_name.
59333         (main): Set up program_name.  Patch by Rich Dawe.
59334
59335         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
59336         error from mntctl.
59337         Use mntctl's return value to drive the entry-processing loop, since
59338         we can't rely on the value of the vmt_length member in the last
59339         entry.  On some systems doing so could result in exhausting
59340         virtual memory.  Based in part on a patch from Mike Jetzer.
59341
59342 2003-04-04  Bruno Haible  <bruno@clisp.org>
59343
59344         * modules/linebreak: New file.
59345         * MODULES.html.sh (func_all_modules): Add it.
59346
59347 2003-04-04  Bruno Haible  <bruno@clisp.org>
59348
59349         * m4/linebreak.m4: New file.
59350
59351 2003-04-04  Bruno Haible  <bruno@clisp.org>
59352
59353         * lib/linebreak.h: New file, from GNU gettext.
59354         * lib/linebreak.c: New file, from GNU gettext with slight
59355         modifications.
59356         * lib/lbrkprop.h: New file, from GNU gettext.
59357
59358 2003-04-03  Bruno Haible  <bruno@clisp.org>
59359
59360         * modules/utf8-ucs4: New file.
59361         * modules/utf16-ucs4: New file.
59362         * modules/ucs4-utf8: New file.
59363         * modules/ucs4-utf16: New file.
59364         * MODULES.html.sh (func_all_modules): Add them.
59365
59366 2003-04-03  Bruno Haible  <bruno@clisp.org>
59367
59368         * m4/utf-ucs4.m4: New file.
59369         * m4/ucs4-utf.m4: New file.
59370
59371 2003-04-03  Bruno Haible  <bruno@clisp.org>
59372
59373         * lib/utf8-ucs4.h: New file, from GNU gettext.
59374         * lib/utf16-ucs4.h: New file, from GNU gettext.
59375         * lib/ucs4-utf8.h: New file, from GNU gettext.
59376         * lib/ucs4-utf16.h: New file, from GNU gettext.
59377
59378 2003-04-02  Bruno Haible  <bruno@clisp.org>
59379
59380         * modules/binary-io: New file.
59381         * MODULES.html.sh (func_all_modules): Add it.
59382
59383 2003-04-02  Bruno Haible  <bruno@clisp.org>
59384
59385         * lib/binary-io.h: New file, from GNU gettext.
59386
59387 2003-04-01  Bruno Haible  <bruno@clisp.org>
59388
59389         * modules/pathname: New file.
59390         * MODULES.html.sh (func_all_modules): Add it.
59391
59392 2003-04-01  Bruno Haible  <bruno@clisp.org>
59393
59394         * lib/pathname.h: New file, from GNU gettext.
59395         * lib/concatpath.c: New file, from GNU gettext.
59396
59397 2003-03-30  Bruno Haible  <bruno@clisp.org>
59398
59399         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
59400
59401 2003-03-30  Bruno Haible  <bruno@clisp.org>
59402
59403         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
59404         function chown() doesn't exist.
59405
59406 2003-03-28  Bruno Haible  <bruno@clisp.org>
59407
59408         * modules/copy-file: New file.
59409         * MODULES.html.sh (func_all_modules): Add it.
59410
59411 2003-03-28  Bruno Haible  <bruno@clisp.org>
59412
59413         * m4/copy-file.m4: New file.
59414
59415 2003-03-28  Bruno Haible  <bruno@clisp.org>
59416
59417         * lib/copy-file.h: New file, from GNU gettext.
59418         * lib/copy-file.c: New file, from GNU gettext.
59419
59420 2003-03-18  Jim Meyering  <jim@meyering.net>
59421
59422         * lib/quote.c (quote_n): Fix typo in comment.
59423
59424 2003-03-18  Bruno Haible  <bruno@clisp.org>
59425
59426         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
59427         checking.
59428         * m4/onceonly_2_57.m4: Likewise.
59429
59430 2003-03-17  Bruno Haible  <bruno@clisp.org>
59431
59432         * m4/onceonly.m4: Require autoconf 2.54 or newer.
59433         (m4_quote): Remove macro.
59434         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
59435
59436 2003-03-14  Jim Meyering  <jim@meyering.net>
59437
59438         Merge changes from Coreutils.
59439         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
59440         to be const, in order to avoid warnings.
59441         (obstack_room): Likewise.
59442         (obstack_empty_p): Likewise.
59443
59444 2003-03-14  Bruno Haible  <bruno@clisp.org>
59445
59446         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
59447         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
59448
59449 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59450
59451         Merge changes from Bison.
59452         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
59453         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
59454         when compiling Bison 1.875's `bitset bset = obstack_alloc
59455         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
59456         * lib/hash.c: Include <stdbool.h> unconditionally.
59457
59458 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59459
59460         * m4/onceonly.m4 (m4_quote): New macro.
59461         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
59462         Quote AC_FOREACH variable-expansions properly.
59463
59464 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59465
59466         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
59467
59468 2003-03-09  Paul Eggert  <eggert@twinsun.com>
59469
59470         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
59471         Reported by Bruce Becker; see:
59472         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
59473
59474 2003-03-03  Paul Eggert  <eggert@twinsun.com>
59475             Bruno Haible  <bruno@clisp.org>
59476
59477         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
59478         Reported by John Hughes, see
59479         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
59480
59481 2003-02-20  Bruno Haible  <bruno@clisp.org>
59482
59483         * MODULES.html.sh (func_all_modules): Add poll.
59484
59485 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59486
59487         * modules/poll: New file.
59488
59489 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59490
59491         * lib/poll_.h: New file.
59492         * lib/poll.c: New file.
59493
59494 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59495
59496         * m4/poll.m4: New file.
59497
59498 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59499
59500         * modules/mathl: New file.
59501
59502 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59503
59504         * lib/mathl.h: New file.
59505         * lib/acosl.c: New file.
59506         * lib/asinl.c: New file.
59507         * lib/atanl.c: New file.
59508         * lib/ceill.c: New file.
59509         * lib/cosl.c: New file.
59510         * lib/expl.c: New file.
59511         * lib/floorl.c: New file.
59512         * lib/frexpl.c: New file.
59513         * lib/ldexpl.c: New file.
59514         * lib/logl.c: New file.
59515         * lib/sincosl.c: New file.
59516         * lib/sinl.c: New file.
59517         * lib/sqrtl.c: New file.
59518         * lib/tanl.c: New file.
59519         * lib/trigl.c: New file.
59520         * lib/trigl.h: New file.
59521
59522 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59523
59524         * m4/mathl.m4: New file.
59525
59526 2003-02-18  Bruno Haible  <bruno@clisp.org>
59527
59528         * MODULES.html.sh (func_all_modules): Add mathl.
59529
59530 2003-02-17  Bruno Haible  <bruno@clisp.org>
59531
59532         * modules/mkdtemp: New module.
59533         * MODULES.html.sh (func_all_modules): Add it.
59534
59535 2003-02-17  Bruno Haible  <bruno@clisp.org>
59536
59537         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
59538
59539 2003-02-17  Bruno Haible  <bruno@clisp.org>
59540
59541         * lib/mkdtemp.h: New file, from GNU gettext.
59542         * lib/mkdtemp.c: New file, from GNU gettext.
59543
59544 2003-02-02  Jim Meyering  <jim@meyering.net>
59545
59546         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
59547         e.g. glibc-2.2.93.
59548
59549 2003-01-31  Bruno Haible  <bruno@clisp.org>
59550
59551         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
59552         'rpl_rename'.
59553         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
59554         'rpl_strnlen'.
59555         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
59556         'rpl_strtod'.
59557         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
59558         'rpl_utime'.
59559
59560 2003-01-31  Bruno Haible  <bruno@clisp.org>
59561
59562         * lib/rename.c: #undef rename before defining rpl_rename.
59563         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
59564
59565 2003-01-30  Bruno Haible  <bruno@clisp.org>
59566
59567         * modules/vasnprintf, modules/vasprintf: New modules.
59568         * MODULES.html.sh (func_all_modules): Add them.
59569
59570 2003-01-30  Bruno Haible  <bruno@clisp.org>
59571
59572         * m4/signed.m4: New file, from GNU gettext.
59573         * m4/longdouble.m4: New file, from GNU gettext.
59574         * m4/wchar_t.m4: New file, from GNU gettext.
59575         * m4/wint_t.m4: New file, from GNU gettext.
59576         * m4/vasnprintf.m4: New file.
59577         * m4/vasprintf.m4: New file.
59578
59579 2003-01-30  Bruno Haible  <bruno@clisp.org>
59580
59581         * lib/printf-args.h: New file, from GNU gettext.
59582         * lib/printf-args.c: New file, from GNU gettext.
59583         * lib/printf-parse.h: New file, from GNU gettext.
59584         * lib/printf-parse.c: New file, from GNU gettext.
59585         * lib/vasnprintf.h: New file, from GNU gettext.
59586         * lib/vasnprintf.c: New file, from GNU gettext.
59587         * lib/asnprintf.c: New file, from GNU gettext.
59588         * lib/vasprintf.h: New file, from GNU gettext with modifications.
59589         * lib/vasprintf.c: New file, from GNU gettext.
59590         * lib/asprintf.c: New file, from GNU gettext.
59591
59592 2003-01-29  Bruno Haible  <bruno@clisp.org>
59593
59594         * modules/stpncpy: New module.
59595         * MODULES.html.sh (func_all_modules): Add it.
59596
59597 2003-01-29  Bruno Haible  <bruno@clisp.org>
59598
59599         * m4/stpncpy.m4: New file.
59600
59601 2003-01-29  Bruno Haible  <bruno@clisp.org>
59602
59603         * lib/stpncpy.h: New file, from GNU gettext with modifications.
59604         * lib/stpncpy.c: New file, from GNU gettext with modifications.
59605
59606 2003-01-28  Bruno Haible  <bruno@clisp.org>
59607
59608         * modules/c-ctype: New module.
59609         * MODULES.html.sh (func_all_modules): Add it.
59610
59611 2003-01-28  Bruno Haible  <bruno@clisp.org>
59612
59613         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
59614         Paul Eggert.
59615         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
59616         Paul Eggert.
59617
59618 2003-01-27  Bruno Haible  <bruno@clisp.org>
59619
59620         * modules/xsetenv: New module.
59621         * MODULES.html.sh (func_all_modules): Add it.
59622
59623 2003-01-27  Bruno Haible  <bruno@clisp.org>
59624
59625         * lib/xsetenv.h: New file, from GNU gettext.
59626         * lib/xsetenv.c: New file, from GNU gettext.
59627
59628 2003-01-23  Jim Meyering  <jim@meyering.net>
59629
59630         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
59631         from working on systems without dirfd (at least Irix and OSF1/Tru64).
59632
59633 2003-01-23  Bruno Haible  <bruno@clisp.org>
59634
59635         * modules/minmax: New module.
59636         * MODULES.html.sh (func_all_modules): Add it.
59637
59638 2003-01-23  Bruno Haible  <bruno@clisp.org>
59639
59640         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
59641         Eggert.
59642
59643 2003-01-22  Bruno Haible  <bruno@clisp.org>
59644
59645         * modules/exit: New module.
59646         * MODULES.html.sh (func_all_modules): Add it.
59647
59648 2003-01-22  Bruno Haible  <bruno@clisp.org>
59649
59650         * lib/exit.h: New file, from GNU gettext.
59651
59652 2003-01-19  Bruno Haible  <bruno@clisp.org>
59653
59654         * gnulib-tool: Recognize option --extract-maintainer.
59655         (func_get_maintainer): New function.
59656         * modules/*: Add Maintainer entry.
59657
59658 2003-01-16  Jim Meyering  <jim@meyering.net>
59659
59660         * m4/regex.m4: The `regex' struct is both input and output.
59661         Initialize it before each use.  Patch by Tim Waugh.
59662
59663 2003-01-16  Bruno Haible  <bruno@clisp.org>
59664
59665         * MODULES.html.sh: Add a table of contents. Add the module name as
59666         leftmost column. Add hyperlinks.
59667
59668 2003-01-15  Bruno Haible  <bruno@clisp.org>
59669
59670         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
59671
59672 2003-01-15  Bruno Haible  <bruno@clisp.org>
59673
59674         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
59675         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
59676         suffix.
59677
59678 2003-01-15  Bruno Haible  <bruno@clisp.org>
59679
59680         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
59681
59682 2003-01-15  Bruno Haible  <bruno@clisp.org>
59683
59684         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
59685         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
59686
59687 2003-01-14  Jim Meyering  <jim@meyering.net>
59688
59689         * lib/same.c (same_name): Tweak a comment.
59690
59691 2003-01-14  Bruno Haible  <bruno@clisp.org>
59692
59693         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
59694         when a string comparison is sufficient.
59695
59696 2003-01-14  Bruno Haible  <bruno@clisp.org>
59697
59698         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
59699         'unsigned int'.
59700
59701 2003-01-14  Bruno Haible  <bruno@clisp.org>
59702
59703         * lib/hash-pjw.c: Add comment about low quality of this function.
59704
59705 2003-01-13  Bruno Haible  <bruno@clisp.org>
59706
59707         * modules/stpcpy: Distribute lib/stpcpy.h.
59708         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
59709
59710 2003-01-13  Bruno Haible  <bruno@clisp.org>
59711
59712         * modules/*: Add a description.
59713         * modules/strpbrk: Fix Makefile.am snippet.
59714         * modules/strtoimax: Fix dependencies.
59715         * modules/strtoumax: Likewise.
59716
59717 2003-01-13  Bruno Haible  <bruno@clisp.org>
59718
59719         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
59720         * modules/alloca (Makefile.am): All object files depend on alloca.h.
59721         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
59722
59723 2003-01-13  Bruno Haible  <bruno@clisp.org>
59724
59725         * gnulib-tool (func_create_testdir): Store config/* files in the main
59726         directory.
59727         * config.rpath: Move to ...
59728         * config/config.rpath: ... here.
59729         * modules/gettext: Contains config/config.rpath, not config.rpath.
59730         * modules/iconv: Likewise.
59731
59732 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59733
59734         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59735         to avoid collisions with libcurses and libreadline.
59736
59737         * m4/getstr.m4: Remove.
59738         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
59739
59740 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59741
59742         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59743         to avoid collisions with libcurses and libreadline.
59744
59745         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
59746         * lib/getstr.h, getstr.c: Remove.
59747         * lib/getline.c: Include "getline.h", to check interface.
59748         Move body of old getstr.c here: this defines MIN_CHUNK and
59749         declares getdelim2, which is renamed from getstr.
59750         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
59751
59752         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
59753         All uses changed.
59754         * lib/linebuffer.h: Likewise.
59755         (readline): Remove backward-compatibility macro.
59756
59757 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59758
59759         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59760         to avoid collisions with libcurses and libreadline.
59761         * getstr: Remove.
59762         * MODULES.html.sh: Remove getstr.
59763         * modules/getline: Depend on unlocked-io, not getstr.
59764
59765 2003-01-12  Jim Meyering  <jim@meyering.net>
59766
59767         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
59768
59769 2003-01-10  Bruno Haible  <bruno@clisp.org>
59770
59771         * modules/alloca: Change Makefile.am requirements. Simplify Include
59772         requirements. Add lib/alloca_.h to file list.
59773
59774 2003-01-10  Bruno Haible  <bruno@clisp.org>
59775
59776         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
59777
59778 2003-01-10  Bruno Haible  <bruno@clisp.org>
59779
59780         * lib/alloca_.h: New file.
59781         * lib/getdate.y: Unconditionally include alloca.h.
59782         * lib/makepath.c: Likewise.
59783         * lib/setenv.c: Likewise.
59784         * lib/userspec.c: Likewise.
59785
59786 2003-01-09  Karl Berry  <karl@gnu.org>
59787
59788         * MODULES.html.sh: include `dirname $0` in PATH, to find
59789         gnulib-tool.
59790
59791 2003-01-09  Bruno Haible  <bruno@clisp.org>
59792
59793         * modules/stdbool: Change configure.ac, Makefile.am requirements.
59794         Simplify Include requirements. Add lib/stdbool.h.in to file list.
59795
59796 2003-01-09  Bruno Haible  <bruno@clisp.org>
59797
59798         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
59799
59800 2003-01-09  Bruno Haible  <bruno@clisp.org>
59801
59802         * lib/stdbool.h.in: New file.
59803
59804 2003-01-09  Bruno Haible  <bruno@clisp.org>
59805
59806         * gnulib-tool (func_all_modules): Ignore files ending in ~.
59807         * MODULES.html.sh: Likewise.
59808
59809 2003-01-08  Jim Meyering  <jim@meyering.net>
59810
59811         * lib/full-write.c: Undefine and define-away `const' after inclusion
59812         of errno.h, not before.  Suggestion from Bruno Haible.
59813
59814 2003-01-08  Bruno Haible  <bruno@clisp.org>
59815
59816         * modules/full-read: Depend on full-write.
59817
59818 2003-01-08  Bruno Haible  <bruno@clisp.org>
59819
59820         * lib/safe-read.c: Include specification header first, to ensure its
59821         selfcontainedness.
59822         * lib/full-write.c: Likewise.
59823
59824 2003-01-07  Jim Meyering  <jim@meyering.net>
59825
59826         * lib/full-write.c: Rework so that it may serve to define full_read,
59827         too.
59828         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
59829
59830 2003-01-07  Bruno Haible  <bruno@clisp.org>
59831
59832         * lib/strtoimax.c: Include <stdint.h> as an alternative to
59833         <inttypes.h>.
59834         * lib/xstrtol.h: Likewise.
59835         * lib/xstrtoimax.c: Likewise.
59836         * lib/xstrtoumax.c: Likewise.
59837         * lib/human.h: Likewise.
59838
59839         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
59840         on systems that have <inttypes.h> but not <stdint.h>.
59841
59842 2003-01-07  Bruno Haible  <bruno@clisp.org>
59843
59844         * MODULES.html.sh: Add copyright notice.
59845         (missed_files): Omit CVS directory entries.
59846         (func_module): Make it work with sed-3.02.
59847         * MODULES.txt: Remove file.
59848
59849 2003-01-06  Jim Meyering  <jim@meyering.net>
59850
59851         * lib/version-etc.c: Update year in translatable copyright string.
59852
59853 2003-01-03  Karl Berry  <karl@gnu.org>
59854
59855         * config/config.{guess,sub}: update from prep.
59856
59857 2003-01-02  Karl Berry  <karl@gnu.org>
59858
59859         * doc/COPYING.DOC: belatedly updated to 1.2.
59860
59861 2003-01-01  Karl Berry  <karl@gnu.org>
59862
59863         * gnulib-tool (func_verify_module): report module name $module in
59864         error message, not $1.
59865         * gnulib-tool (create-testdir): don't complain if destdir couldn't
59866         be created, only if it doesn't exist.
59867         * gnulib-tool (last_checkin_date): don't expand the $Date here.
59868
59869 2002-12-31  Paul Eggert  <eggert@twinsun.com>
59870
59871         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
59872
59873 2002-12-31  Paul Eggert  <eggert@twinsun.com>
59874
59875         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
59876         memcmp if strcoll doesn't work.
59877
59878 2002-12-31  Bruno Haible  <bruno@clisp.org>
59879
59880         * lib/utime.c (utime_null): No need to call ftruncate if the file was
59881         nonempty.
59882
59883 2002-12-31  Bruno Haible  <bruno@clisp.org>
59884
59885         * lib/memcoll.c (STRCOLL): New macro.
59886         (memcoll): Use it.
59887
59888 2002-12-31  Bruno Haible  <bruno@clisp.org>
59889
59890         * lib/localcharset.h: New file.
59891         * lib/localcharset.c: Include it.
59892         * lib/unicodeio.c: Likewise.
59893
59894 2002-12-31  Bruno Haible  <bruno@clisp.org>
59895
59896         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
59897         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
59898
59899 2002-12-31  Bruno Haible  <bruno@clisp.org>
59900
59901         * lib/getline.h: Include <stddef.h>, for size_t.
59902
59903         * lib/unicodeio.h: Include <stddef.h>, for size_t.
59904         * lib/unicodeio.c: Don't include <stddef.h>.
59905
59906 2002-12-31  Bruno Haible  <bruno@clisp.org>
59907
59908         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
59909         HAVE_TM_ZONE.
59910
59911 2002-12-24  Karl Berry  <karl@gnu.org>
59912
59913         * config/config.guess: update from prep.
59914
59915 2002-12-24  Bruno Haible  <bruno@clisp.org>
59916
59917         General infrasructure.
59918         * m4/README: Rewritten.
59919         * m4/onceonly.m4: New file.
59920         * m4/onceonly_2_57.m4: New file.
59921
59922         Module atexit.
59923         * m4/atexit.m4: New file.
59924
59925         Module strtod.
59926         * m4/strtod.m4: New file.
59927
59928         Module strtol.
59929         * m4/strtol.m4: New file.
59930
59931         Module strtoul.
59932         * m4/strtoul.m4: New file.
59933
59934         Module memchr.
59935         * m4/memchr.m4: New file.
59936
59937         Module memcmp.
59938         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
59939         (jm_FUNC_MEMCMP): Invoke it.
59940
59941         Module memcpy.
59942         * m4/memcpy.m4: New file.
59943
59944         Module memmove.
59945         * m4/memmove.m4: New file.
59946
59947         Module memset.
59948         * m4/memset.m4: New file.
59949
59950         Module strcspn.
59951         * m4/strcspn.m4: New file.
59952
59953         Module strpbrk.
59954         * m4/strpbrk.m4: New file.
59955
59956         Module strstr.
59957         * m4/strstr.m4: New file.
59958
59959         Module strerror.
59960         * m4/strerror.m4: New file.
59961
59962         Module mktime.
59963         * m4/mktime.m4: Renamed from jm-mktime.m4.
59964         (gl_PREREQ_MKTIME): New macro.
59965         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
59966
59967         Module malloc.
59968         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
59969         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
59970         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
59971
59972         Module realloc.
59973         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
59974         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
59975         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
59976
59977         Module strftime.
59978         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
59979         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
59980         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
59981         gl_TM_GMTOFF.
59982         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
59983
59984         Module xalloc.
59985         * m4/xalloc.m4: New file.
59986
59987         Module alloca.
59988         * m4/alloca.m4: New file.
59989
59990         Module putenv.
59991         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
59992         (jm_FUNC_PUTENV): Invoke it.
59993
59994         Module setenv.
59995         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
59996         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
59997         when invoked twice.
59998         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
59999         gt_FUNC_SETENV.
60000
60001         Module memrchr.
60002         * m4/memrchr.m4: New file.
60003
60004         Module stpcpy.
60005         * m4/stpcpy.m4: New file.
60006
60007         Module strcase.
60008         * m4/strcase.m4: New file.
60009
60010         Module strdup.
60011         * m4/strdup.m4: New file.
60012
60013         Module strnlen.
60014         * m4/strnlen.m4: New file.
60015
60016         Module strndup.
60017         * m4/strndup.m4: New file.
60018
60019         Module xstrtod.
60020         * m4/xstrtod.m4: New file.
60021
60022         Module xstrtol.
60023         * m4/xstrtol.m4: New file.
60024
60025         Module getdate.
60026         * m4/getdate.m4: New file.
60027
60028         Module unlocked-io.
60029         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
60030         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
60031         * m4/jm-glibc-io.m4n: Remove file.
60032
60033         Module long-options.
60034         * m4/long-options.m4: New file.
60035
60036         Module md5.
60037         * m4/md5.m4: New file.
60038
60039         Module sha.
60040         * m4/sha.m4: New file.
60041
60042         Module getstr.
60043         * m4/getstr.m4: New file.
60044
60045         Module getline.
60046         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
60047         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
60048         <sys/types.h>, for size_t. Use the function name gnu_getline, not
60049         simply getline. Infoke gl_PREREQ_GETLINE.
60050
60051         Module obstack.
60052         * m4/obstack.m4: New file.
60053
60054         Module hash.
60055         * m4/hash.m4: New file.
60056
60057         Module readtokens.
60058         * m4/readtokens.m4: New file.
60059
60060         Module strverscmp.
60061         * m4/strverscmp.m4: New file.
60062
60063         Module stdbool.
60064         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
60065         OSF/1.
60066
60067         Module strtoll.
60068         * m4/strtoll.m4: New file.
60069
60070         Module strtoull.
60071         * m4/strtoull.m4: New file.
60072
60073         Module strtoimax.
60074         * m4/strtoimax.m4: New file.
60075
60076         Module strtoumax.
60077         * m4/strtoumax.m4: New file.
60078
60079         Module xstrtoimax.
60080         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
60081         jm_AC_PREREQ_XSTRTOIMAX.
60082         Moved the strtol prerequisites to strtol.m4.
60083         Moved the strtoll prerequisites to strtoll.m4.
60084         Moved the strtoimax prerequisites to strtoimax.m4.
60085
60086         Module xstrtoumax.
60087         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
60088         jm_AC_PREREQ_XSTRTOUMAX.
60089         Moved the strtoul prerequisites to strtoul.m4.
60090         Moved the strtoull prerequisites to strtoull.m4.
60091         Moved the strtoumax prerequisites to strtoumax.m4.
60092
60093         Module chown.
60094         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
60095         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
60096
60097         Module dup2.
60098         * m4/dup2.m4: New file.
60099
60100         Module ftruncate.
60101         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
60102         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
60103
60104         Module getgroups.
60105         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
60106         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
60107
60108         Module gettimeofday.
60109         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
60110         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
60111         gl_PREREQ_GETTIMEOFDAY.
60112
60113         Module mkdir.
60114         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
60115         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
60116
60117         Module mkstemp.
60118         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
60119         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
60120         jm_AC_TYPE_UINTMAX_T.
60121         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
60122
60123         Module stat.
60124         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
60125         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
60126
60127         Module lstat.
60128         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
60129         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
60130
60131         Module timespec.
60132         * m4/timespec.m4 (gl_TIMESPEC): New macro.
60133         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
60134         * m4/st_mtim.m4: Indentation.
60135
60136         Module nanosleep.
60137         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
60138         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
60139         gl_PREREQ_NANOSLEEP.
60140
60141         Module regex.
60142         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
60143         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
60144         (gl_REGEX): New macro.
60145
60146         Module rename.
60147         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
60148         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
60149
60150         Module rmdir.
60151         * m4/rmdir.m4: New file.
60152
60153         Module utime.
60154         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
60155         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
60156         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
60157
60158         Module dirname.
60159         * m4/dirname.m4: New file.
60160
60161         Module getopt.
60162         * m4/getopt.m4: New file.
60163
60164         Module unistd-safer.
60165         * m4/unistd-safer.m4: New file.
60166
60167         Module fnmatch.
60168         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
60169         declaration.
60170         (gl_PREREQ_FNMATCH_EXTRA): New macro.
60171         (gl_FUNC_FNMATCH_POSIX): New macro.
60172         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
60173         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
60174         simply fnmatch.
60175
60176         Module exclude.
60177         * m4/exclude.m4: New file.
60178
60179         Module human.
60180         * m4/human.m4: New file.
60181
60182         Module acl.
60183         * m4/acl.m4: Nop.
60184
60185         Module backupfile.
60186         * m4/backupfile.m4: New file.
60187         * m4/d-ino.m4: Indentation.
60188
60189         Module fsusage.
60190         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
60191         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
60192         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
60193
60194         Module dirfd.
60195         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
60196         requirements.
60197
60198         Module euidaccess.
60199         * m4/euidaccess.m4: New file.
60200
60201         Module file-type.
60202         * m4/file-type.m4: New file.
60203
60204         Module fileblocks.
60205         * m4/fileblocks.m4: New file.
60206
60207         Module filemode.
60208         * m4/filemode.m4: New file.
60209
60210         Module isdir.
60211         * m4/isdir.m4: New file.
60212
60213         Module lchown.
60214         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
60215         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
60216
60217         Module makepath.
60218         * m4/makepath.m4: New file.
60219
60220         Module modechange.
60221         * m4/modechange.m4: New file.
60222
60223         Module mountlist.
60224         * m4/mountlist.m4: New file.
60225         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
60226         Indentation.
60227
60228         Module path-concat.
60229         * m4/path-concat.m4: New file.
60230
60231         Module pathmax.
60232         * m4/pathmax.m4: New file.
60233
60234         Module same.
60235         * m4/same.m4: New file.
60236
60237         Module save-cwd.
60238         * m4/save-cwd.m4: New file.
60239
60240         Module savedir.
60241         * m4/savedir.m4: New file.
60242
60243         Module xgetcwd.
60244         * m4/xgetcwd.m4: New file.
60245         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
60246
60247         Module xreadlink.
60248         * m4/xreadlink.m4: New file.
60249
60250         Module safe-read.
60251         * m4/safe-read.m4: New file.
60252
60253         Module safe-write.
60254         * m4/safe-write.m4: New file.
60255
60256         Module closeout.
60257         * m4/closeout.m4: New file.
60258
60259         Module stdio-safer.
60260         * m4/stdio-safer.m4: New file.
60261
60262         Module getpass.
60263         * m4/getpass.m4: New file.
60264
60265         Module getugroups.
60266         * m4/getugroups.m4: New file.
60267
60268         Module group-member.
60269         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
60270         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
60271
60272         Module idcache.
60273         * m4/idcache.m4: New file.
60274
60275         Module userspec.
60276         * m4/userspec.m4: New file.
60277
60278         Module gettime.
60279         * m4/clock_time.m4: New file.
60280         * m4/gettime.m4: New file.
60281
60282         Module settime.
60283         * m4/settime.m4: New file.
60284
60285         Module posixtm.
60286         * m4/posixtm.m4: New file.
60287
60288         Module gethostname.
60289         * m4/gethostname.m4: New file.
60290
60291         Module canon-host.
60292         * m4/canon-host.m4: New file.
60293
60294         Module gettext.
60295         * m4/codeset.m4: New file, from gettext-0.11.5.
60296         * m4/gettext.m4: New file, from gettext-0.11.5.
60297         * m4/glibc21.m4: New file, from gettext-0.11.5.
60298         * m4/iconv.m4: New file, from gettext-0.11.5.
60299         * m4/intdiv0.m4: New file, from gettext-0.11.5.
60300         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
60301         * m4/inttypes.m4: New file, from gettext-0.11.5.
60302         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
60303         * m4/isc-posix.m4: New file, from gettext-0.11.5.
60304         * m4/lcmessage.m4: New file, from gettext-0.11.5.
60305         * m4/lib-ld.m4: New file, from gettext-0.11.5.
60306         * m4/lib-link.m4: New file, from gettext-0.11.5.
60307         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
60308         * m4/progtest.m4: New file, from gettext-0.11.5.
60309         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
60310         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
60311         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
60312
60313         Module localcharset.
60314         * m4/localcharset.m4: New file.
60315
60316         Module hard-locale.
60317         * m4/hard-locale.m4: New file.
60318
60319         Module mbswidth.
60320         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
60321         onceonly macros.
60322         * m4/mbrtowc.m4: Add comment.
60323
60324         Module memcasecmp.
60325         * m4/memcasecmp.m4: New file.
60326
60327         Module memcoll.
60328         * m4/memcoll.m4: New file.
60329
60330         Module unicodeio.
60331         * m4/unicodeio.m4: New file.
60332
60333         Module rpmatch.
60334         * m4/rpmatch.m4: New file.
60335
60336         Module yesno.
60337         * m4/yesno.m4: New file.
60338
60339         Module exitfail.
60340         * m4/exitfail.m4: New file.
60341
60342         Module c-stack.
60343         * m4/c-stack.m4 (gl_C_STACK): New macro.
60344         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
60345
60346         Module error.
60347         * m4/error.m4 (gl_ERROR): New macro.
60348         (jm_PREREQ_ERROR): Use onceonly macros.
60349
60350         Module fatal.
60351         * m4/fatal.m4: New file.
60352
60353         Module getloadavg.
60354         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
60355         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
60356
60357         Module getpagesize.
60358         * m4/getpagesize.m4: New file.
60359
60360         Module getusershell.
60361         * m4/getusershell.m4: New file.
60362
60363         Module physmem.
60364         * m4/physmem.m4: New file.
60365
60366         Module posixver.
60367         * m4/posixver.m4: New file.
60368
60369         Module quotearg.
60370         * m4/quotearg.m4: New file.
60371
60372         Module quote.
60373         * m4/quote.m4: New file.
60374
60375         Module readutmp.
60376         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
60377
60378         Module sig2str.
60379         * m4/sig2str.m4: New file.
60380
60381         Other.
60382         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
60383         ulonglong.m4.
60384         * m4/intmax_t.m4: New file.
60385         * m4/d-type.m4: Indentation.
60386         * m4/jm-macros.m4: Update.
60387         * m4/prereq.m4 (jm_PREREQ): Update.
60388         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
60389         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
60390         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
60391         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
60392         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
60393         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
60394         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
60395         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
60396         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
60397         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
60398         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
60399         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
60400         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
60401         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
60402         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
60403         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
60404         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
60405         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
60406         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
60407
60408 2002-12-24  Bruno Haible  <bruno@clisp.org>
60409
60410         * MODULES.txt: Update according to m4/ changes.
60411
60412         Module gettext.
60413         * config.rpath: New file, from gettext-0.11.5.
60414
60415         * modules/*: New module descriptions.
60416         * gnulib-tool: New file.
60417         * MODULES.html.sh: New file.
60418
60419 2002-12-21  Karl Berry  <karl@gnu.org>
60420
60421         * doc/fdl.texi: update to version 1.2.
60422
60423 2002-12-19  Karl Berry  <karl@gnu.org>
60424
60425         * config/config.guess: update from prep.
60426
60427 2002-12-18  Bruno Haible  <bruno@clisp.org>
60428
60429         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
60430         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
60431
60432 2002-12-17  Bruno Haible  <bruno@clisp.org>
60433
60434         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
60435         stdlib.h, string.h.
60436
60437 2002-12-17  Bruno Haible  <bruno@clisp.org>
60438
60439         * lib/canon-host.c (strdup): Remove unused declaration.
60440
60441         * lib/fsusage.c: Include full_read.h.
60442         (get_fs_usage): Use full_read instead of safe_read.
60443
60444         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
60445
60446 2002-12-12  Karl Berry  <karl@gnu.org>
60447
60448         * config/config.guess: update from prep.
60449
60450 2002-12-11  Bruno Haible  <bruno@clisp.org>
60451
60452         * m4/setenv.m4: New file, from gettext-0.11.5.
60453
60454 2002-12-11  Bruno Haible  <bruno@clisp.org>
60455
60456         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
60457         not unsetenv().
60458         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
60459         modifications:
60460
60461         2002-12-11  Bruno Haible  <bruno@clisp.org>
60462
60463                 * setenv.c (alloca): Fall back to malloc.
60464                 (freea): New macro.
60465                 (setenv): Use freea() to free memory allocated with alloca().
60466
60467         2002-11-13  Bruno Haible  <bruno@clisp.org>
60468
60469                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
60470                 function declarations.
60471                 * unsetenv.c (unsetenv): Likewise.
60472
60473         2002-03-04  Bruno Haible  <bruno@clisp.org>
60474
60475                 Portability to AIX 4.3.3.
60476                 * unsetenv.c: New file, extracted from setenv.c.
60477                 * setenv.c: Move the unsetenv() function to unsetenv.c.
60478
60479         2001-12-20  Bruno Haible  <bruno@clisp.org>
60480
60481                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
60482                 use malloc instead. For SunOS 4.
60483
60484         2001-12-11  Bruno Haible  <bruno@clisp.org>
60485
60486                 * setenv.c: Declare alloca.
60487                 (compar_fn_t): New typedef.
60488                 (KNOWN_VALUE, STORE_VALUE): Use it.
60489
60490         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
60491         setenv.h.
60492
60493 2002-12-10  Paul Eggert  <eggert@twinsun.com>
60494
60495         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
60496         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
60497         Choose values that are less likely to collide with system fnmatch
60498         options.
60499         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
60500         defined (e.g., a pure POSIX system).
60501         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
60502         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
60503
60504 2002-12-06  Paul Eggert  <eggert@twinsun.com>
60505
60506         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
60507         a pain in practice to deal with generated m4 files.  This change
60508         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
60509
60510         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
60511         and jm-glibc-io.m4, as they are no longer a special case.
60512         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
60513         kludge and the auto-generation stuff.  Check only whether the
60514         functions are declared, not whether they exist, since older hosts
60515         that don't declare the functions can't use the optimization anyway.
60516
60517 2002-12-06  Jim Meyering  <jim@meyering.net>
60518
60519         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
60520
60521         Merge in changes from libc's misc/error.c, in preparation
60522         for the merge of gnulib's changes back into libc.
60523
60524         * lib/error.c (_): Define only if not already defined.
60525         Move definition to follow all #include directives.
60526         Include unlocked-io.h only if !_LIBC.
60527         [_LIBC]: Include <libio/libioP.h>.
60528         [USE_IN_LIBIO]: Include <libio/iolibio.h>
60529         (fflush): Tweak definition to use INTUSE.
60530         (putc): Define.
60531
60532 2002-12-05  Paul Eggert  <eggert@twinsun.com>
60533
60534         * lib/alloca.c [defined emacs]: Include "lisp.h".
60535         (xalloc_die) [defined emacs]: New macro.
60536         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
60537         [! defined emacs]: Include <xalloc.h>.
60538         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
60539         (pointer): Typedef to POINTER_TYPE *.
60540         (malloc): Remove decl; we now always use xmalloc.
60541         (alloca): Use old-style definition, since Emacs needs this.
60542         Check for arithmetic overflow when computing combined size.
60543
60544 2002-12-04  Paul Eggert  <eggert@twinsun.com>
60545
60546         Do not generate unlocked-io.h automatically, since it's easier to
60547         maintain it by hand.
60548
60549         * lib/unlocked-io.h: New file, from GNU diffutils,
60550         but with proper copyright notice and attribution.
60551         * lib/gen-uio: Remove.
60552         * lib/Makefile.am: Add copyright notice.
60553         (libfetish_a_SOURCES): Add unlocked-io.h.
60554         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
60555         (DISTCLEANFILES, io_functions): Remove macros.
60556         (EXTRA_DIST): Remove gen_uio.
60557         (unlocked-io.h): Remove rule.
60558
60559 2002-12-04  Jim Meyering  <jim@meyering.net>
60560
60561         Reflect the fact that stat.c and lstat.c are no longer generated.
60562         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
60563         (DISTCLEANFILES): Likewise.
60564         (EXTRA_DIST): Likewise.
60565         (all_local): Don't depend on stat.c or lstat.c.
60566         (stat.c, lstat.c): Remove rules.
60567         (EXTRA_DIST): Remove xstat.in.
60568
60569         * lib/xstat.in: Remove file.  Contents moved into stat.c.
60570         * lib/stat.c: New file.  Contents mostly from xstat.in.
60571         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
60572         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
60573
60574         * lib/safe-read.c: Rework so that it may serve to define safe_write,
60575         too.
60576         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
60577
60578 2002-12-03  Jim Meyering  <jim@meyering.net>
60579
60580         * lib/safe-read.c, safe-write.c: Change variable names and comments,
60581         but not semantics, to minimize the differences between these two files.
60582         (safe_read): Change comment to mention SAFE_READ_ERROR.
60583
60584         * lib/safe-read.c (IS_EINTR): Define.
60585         (safe_read): Use IS_EINTR in place of in-function cpp directives.
60586
60587 2002-12-02  Jim Meyering  <jim@meyering.net>
60588
60589         * lib/safe-read.c (EINTR): Define.
60590         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
60591         (INT_MAX): Provide fallback.
60592         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
60593
60594         * lib/safe-read.h (SAFE_READ_ERROR): Define.
60595
60596 2002-12-02  Bruno Haible  <bruno@clisp.org>
60597
60598         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
60599         Define, taken from safe-read.c.
60600         (INT_MAX): Provide fallback.
60601         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
60602         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
60603
60604         * lib/safe-read.c (EINTR): Remove definition.
60605         (safe_read): Don't use EINTR if it is absent.
60606
60607 2002-12-01  Jim Meyering  <jim@meyering.net>
60608
60609         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
60610         zero.
60611         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
60612
60613 2002-11-27  Paul Eggert  <eggert@twinsun.com>
60614
60615         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
60616         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
60617         with `if (! (value < limit)) abort ();', for readability.
60618
60619 2002-11-26  Karl Berry  <karl@gnu.org>
60620
60621         * lib/strdup.c: copy from libc again, with jim's ok.
60622         * lib/.cppi-disable: re-add strdup.c
60623
60624 2002-11-25  Karl Berry  <karl@gnu.org>
60625
60626         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
60627         instead of "strtol.c".
60628
60629 2002-11-25  Karl Berry  <karl@gnu.org>
60630
60631         * config/install-sh: update from automake for variable quoting, $0 in
60632         error msgs, etc.
60633
60634         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
60635         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
60636         entry.
60637
60638 2002-11-25  Jim Meyering  <jim@meyering.net>
60639
60640         * lib/mktime.c: Sync from libc, now that it has the latest fix.
60641
60642 2002-11-24  Karl Berry  <karl@gnu.org>
60643
60644         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
60645         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
60646
60647 2002-11-24  Jim Meyering  <jim@meyering.net>
60648
60649         Update from coreutils:
60650
60651         * lib/mktime.c: Merge in changes from libc.
60652
60653         Avoid a link-time failure on some Linux systems.
60654         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
60655         (otherwise).
60656         (__mon_yday): Declare with the STATIC attribute.
60657         (__mktime_internal): Likewise.
60658         Based on a report from Greg Schafer.
60659
60660 2002-11-23  Jim Meyering  <jim@meyering.net>
60661
60662         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
60663         Use `unsigned', not `int', as type of index.
60664
60665         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
60666
60667         * lib/fsusage.c: Remove unneeded parentheses around operands of
60668         `defined'.
60669
60670 2002-11-22  Paul Eggert  <eggert@twinsun.com>
60671
60672         * lib/quotearg.h: Allow multiple inclusion by surrounding with
60673         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
60674         so that we can be included first.
60675         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
60676         * lib/quotearg.c: Include quotearg.h immediately after config.h.
60677         No need to include stddef.h or sys/types.h any more.
60678         Surround local include files with "", not "<>".
60679         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
60680         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
60681         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
60682         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
60683         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
60684         (ISPRINT): Remove; no longer needed now that we assume C89.
60685
60686         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
60687         Preserve errno.
60688
60689         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
60690         quotearg_char): Use SIZE_MAX rather than
60691         (size_t) -1 when we are talking about "infinity".
60692
60693         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
60694
60695 2002-11-22  Paul Eggert  <eggert@twinsun.com>
60696
60697         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
60698         hint that one should use `if (! x) abort ();' rather than `assert
60699         (x);', and anyway it's one less thing to worry about configuring.
60700         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
60701         hash_rehash, hash_insert): Use abort rather than assert.
60702
60703 2002-11-22  Bruno Haible  <bruno@clisp.org>
60704
60705         * lib/safe-read.h: Assume C89. Add comments.
60706         (safe_read): Change return type to size_t.
60707         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
60708         byte counts > SSIZE_MAX correctly.
60709         * lib/safe-write.h: New file.
60710         * lib/safe-write.c: New file.
60711         * lib/full-read.h: New file.
60712         * lib/full-read.c: New file.
60713         * lib/full-write.h: Assume C89. Add comments.
60714         * lib/full-write.c: Include safe-write.h.
60715         (full_write): Rewritten to use safe_write.
60716         Suggested by Jim Meyering and Paul Eggert.
60717
60718 2002-11-21  Jim Meyering  <jim@meyering.net>
60719
60720         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
60721
60722         Merge in changes from the coreutils.
60723
60724         2002-09-25  Paul Eggert  <eggert@twinsun.com>
60725         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
60726         <stdint.h>.
60727         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
60728         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
60729         int.  Work more efficiently if X is the same width as uintmax_t.
60730         Do not compare X to -1, to avoid bogus compiler warning.
60731         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
60732         Don't assume that f_frsize and f_bsize are the same type.
60733
60734         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
60735         warning on FreeBSD.
60736
60737         * lib/makepath.c (make_path): Restore umask *before* creating the final
60738         component.
60739         (make_path): Minor reformatting.
60740
60741         * lib/xmalloc.c: Adjust to work with new autoconf macros,
60742         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
60743         HAVE_MALLOC/HAVE_REALLOC.
60744
60745         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
60746         dummy ones.  At least on GNU/Linux systems, `auto' means something
60747         else.
60748         From Michael Stone.
60749
60750 2002-11-21  Bruno Haible  <bruno@clisp.org>
60751
60752         Remove case insensitive option matching.
60753         * lib/argmatch.h (argcasematch): Remove declaration.
60754         (ARGCASEMATCH): Remove macro.
60755         (__xargmatch_internal): Remove case_sensitive argument.
60756         (XARGMATCH): Update.
60757         (XARGCASEMATCH): Remove macro.
60758         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
60759         case_sensitive argument.
60760         (argcasematch): Remove function.
60761         (__xargmatch_internal): Remove case_sensitive argument.
60762         (main): Use XARGMATCH instead of XARGCASEMATCH.
60763
60764         * lib/xmalloc.c: Change compile-time error message. Add comment about
60765         required autoconf version.
60766
60767 2002-11-20  Paul Eggert  <eggert@twinsun.com>
60768
60769         Merge argmatch cleanups from Bison.  Assume C89.
60770
60771         * lib/argmatch.c: Include config.h here, not in argmatch.h.
60772         Include stdlib.h, for EXIT_FAILURE.
60773         Always include <string.h>, since we assume C89.
60774         (EXIT_FAILURE): Remove pre-C89 bug workaround.
60775         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
60776         Include <stddef.h> instead, since it's all we need for size_t.
60777         (PARAMS): Remove.  All uses removed.
60778         (ARRAY_CARDINALITY): Do not bother to #undef.
60779         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
60780         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
60781         Remove unnecessary parentheses.
60782         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
60783         Insert necessary parentheses.
60784         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
60785         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
60786
60787 2002-11-19  Bruno Haible  <bruno@clisp.org>
60788
60789         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
60790         * lib/mbswidth.h: Include <stddef.h>, for size_t.
60791
60792         * lib/mbswidth.h (PARAMS): Remove macro.
60793         (mbswidth, mbsnwidth): Use ANSI C function declarations.
60794         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
60795
60796         * lib/gcd.h (PARAMS): Remove macro.
60797         (gcd): Use ANSI C function declarations.
60798         * lib/gcd.c (gcd): Likewise.
60799
60800 2002-11-15  Bruno Haible  <bruno@clisp.org>
60801
60802         * lib/strcspn.c: Include <stddef.h>.
60803         (strcspn): Use ANSI C function declaration. Change return type to
60804         size_t. Use NULL.
60805         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
60806         (strpbrk): Use NULL.
60807         * lib/strpbrk.h (PARAMS): Remove macro.
60808         (strpbrk): Use ANSI C function declaration.
60809         * lib/strstr.c: Don't include <sys/types.h>.
60810         * lib/strstr.h (PARAMS): Remove macro.
60811         (strstr): Use ANSI C function declarations.
60812
60813 2002-11-14  Karl Berry  <karl@gnu.org>
60814
60815         * config/mkinstalldirs: `do' on separate line, instead of
60816         `for var; do'.
60817
60818 2002-11-06  Bruno Haible  <bruno@clisp.org>
60819
60820         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
60821         * lib/gcd.c (gcd): Likewise.
60822
60823 2002-11-05  Bruno Haible  <bruno@clisp.org>
60824
60825         * lib/gcd.h: New file, from gettext-0.11.5.
60826         * lib/gcd.c: New file, from gettext-0.11.5.
60827
60828 2002-11-05  Bruno Haible  <bruno@clisp.org>
60829
60830         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60831         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60832         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60833         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60834
60835         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
60836         <libintl.h>.
60837         * lib/makepath.c: Include gettext.h instead of <locale.h> and
60838         <libintl.h>.
60839
60840         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
60841         * lib/human.c: Include gettext.h instead of <libintl.h>.
60842         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
60843         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
60844         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
60845         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
60846         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
60847         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
60848         (textdomain): Remove definition.
60849         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
60850
60851         * lib/long-options.c: Remove include of <libintl.h> and definition of
60852         _.
60853         * lib/same.c: Remove include of <libintl.h> and definition of _.
60854
60855 2002-11-04  Owen Taylor  <otaylor@redhat.com>
60856
60857         * lib/config.charset: A few additions for Solaris.
60858
60859 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
60860
60861         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
60862         * lib/localcharset.c (locale_charset): Declare as extern "C".
60863
60864 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
60865
60866         * lib/config.charset: msdos in uk_UA uses CP1125.
60867
60868 2002-11-04  Bruno Haible  <bruno@clisp.org>
60869
60870         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
60871         * lib/strcase.h: New file, from GNU gettext-0.11.5.
60872         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
60873         * lib/strstr.h: New file, from GNU gettext-0.11.5.
60874         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
60875
60876 2002-11-04  Bruno Haible  <bruno@clisp.org>
60877
60878         * lib/localcharset.c (locale_charset): Don't return an empty string.
60879
60880 2002-11-04  Bruno Haible  <bruno@clisp.org>
60881
60882         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
60883         aliases.
60884
60885 2002-11-04  Bruno Haible  <bruno@clisp.org>
60886
60887         * lib/config.charset: Update for newest glibc. Add canonical names
60888         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
60889
60890 2002-11-04  Bruno Haible  <bruno@clisp.org>
60891
60892         * lib/config.charset: Add support for NetBSD.
60893
60894 2002-11-04  Bruno Haible  <bruno@clisp.org>
60895
60896         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
60897
60898 2002-11-01  Bruno Haible  <bruno@clisp.org>
60899
60900         * configure.in: Add AC_CONFIG_AUX_DIR call.
60901         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
60902         test/Makefile.
60903         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
60904
60905 2002-09-28  Karl Berry  <karl@gnu.org>
60906
60907         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
60908         installed automake until the next release, since changes have been
60909         made.
60910
60911 2002-09-25  Karl Berry  <karl@gnu.org>
60912
60913         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
60914         * lib/getopt*: copy from libc/posix.
60915         * lib/gettext.h: copy from gettext.
60916         * lib/.cppi-disable: add strdup.c, gettext.h.
60917
60918 2002-09-25  Karl Berry  <karl@gnu.org>
60919
60920         * config/srclist.txt: enable gettext.h check.
60921         * config/config.{guess,sub}: update from prep.
60922         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
60923                 from automake 1.6.3.
60924         See srclist*.
60925
60926 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
60927
60928         * regex.c (PATFETCH): Remove the translating fetch.
60929         (PATFETCH_RAW): Rename to PATFETCH.
60930         (set_image_of_range): New fun.
60931         (SET_RANGE_TABLE_WORK_AREA): Use it.
60932         (regex_compile): Don't translate the pattern chars so eagerly.
60933         Only do it when inserting an `exactn' bytecode or when handling
60934         a char-range.
60935         (mutually_exclusive_p): Avoid empty statement.
60936
60937 2002-07-06  Jim Meyering  <meyering@lucent.com>
60938
60939         * m4/README: Don't mention Makefile.am.in.
60940         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
60941
60942 2002-07-01  Jim Meyering  <meyering@lucent.com>
60943
60944         * lib/c-stack.c: Include sys/time.h.
60945         From Volker Borchert.
60946
60947 2002-06-26  Paul Eggert  <eggert@twinsun.com>
60948
60949         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
60950
60951 2002-06-26  Paul Eggert  <eggert@twinsun.com>
60952
60953         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
60954         New macro.  Use it uniformly instead of
60955         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
60956         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
60957         reported by Vin Shelton.
60958
60959 2002-06-22  Paul Eggert  <eggert@twinsun.com>
60960
60961         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
60962         Do not assume SA_SIGINFO behavior.
60963         Bug reported by Jim Meyering on NetBSD 1.5.2.
60964
60965 2002-06-22  Jim Meyering  <meyering@lucent.com>
60966
60967         * m4/c-stack.m4: New file, from diffutils-2.8.2.
60968         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
60969
60970         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
60971         now that configure.ac uses AC_GNU_SOURCE.
60972         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
60973         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
60974
60975         Update to latest tools.  Suggestions from Paul Eggert.
60976         * m4/stdbool.m4: New file, from diffutils-2.8.2.
60977         * m4/gnu-source.m4: Update from diffutils-2.8.2.
60978         * m4/fnmatch.m4: Likewise.
60979         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
60980         to AC_HEADER_STDBOOL
60981
60982 2002-06-22  Jim Meyering  <meyering@lucent.com>
60983
60984         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
60985         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
60986
60987 2002-06-22  Jim Meyering  <meyering@lucent.com>
60988
60989         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
60990
60991         * lib/exitfail.c, exitfail.h: Likewise.
60992         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
60993
60994         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
60995         of fnmatch.h.
60996         (EXTRA_DIST): Add fnmatch_loop.c.
60997         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
60998
60999         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
61000         * lib/fnmatch.c: Update from diffutils-2.8.2.
61001         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
61002         * lib/fnmatch.h: Remove file.
61003
61004 2002-06-21  Jim Meyering  <meyering@lucent.com>
61005
61006         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
61007         * m4/mbrtowc.m4: Likewise.
61008
61009         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
61010         * m4/mbswidth.m4: Reflect name change:
61011         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
61012         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
61013
61014         * m4/lib-link.m4: Update from gettext-0.11.2.
61015         * m4/gettext.m4: Likewise.
61016
61017         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
61018         From Alfred M. Szmidt.
61019
61020 2002-06-18  Paul Eggert  <eggert@twinsun.com>
61021
61022         * lib/file-type.h: Report an error if neither S_ISREG nor
61023         S_IFREG is defined, instead of using a test specific to glibc
61024         2.2.  This should be safe, since POSIX requires S_ISREG and
61025         Unix Version 7 had S_IFREG.  We don't need to check for
61026         <sys/types.h> since we don't use any symbols that it defines.
61027
61028 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
61029
61030         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
61031         $@-t, so that each temporary file name is unique and valid in the first
61032         8 characters, for operation under DOS.
61033
61034 2002-06-15  Paul Eggert  <eggert@twinsun.com>
61035
61036         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
61037
61038 2002-06-15  Jim Meyering  <meyering@lucent.com>
61039
61040         Work even with DJGPP 2.03, which lacks support for symlinks.
61041         From Richard Dawe.
61042         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
61043         is defined.
61044         * lib/lchown.c (S_ISLNK): Likewise.
61045
61046 2002-06-15  Jim Meyering  <meyering@lucent.com>
61047
61048         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
61049         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
61050         have been included before this file.
61051
61052 2002-06-14  Jim Meyering  <meyering@lucent.com>
61053
61054         * lib/file-type.h: Use the version from diffutils-2.8.2.
61055         * lib/file-type.c: Likewise.
61056
61057 2002-06-07  Jim Meyering  <meyering@lucent.com>
61058
61059         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
61060         They're needed at least for NetBSD 1.5.2.
61061         ($statxfs_includes): Include those same headers.
61062         ($statxfs_includes): Include sys/vfs.h if available.
61063         ($statxfs_includes): Likewise for sys/statvfs.h.
61064         Check for the following members in both structs statfs and statvfs:
61065         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
61066
61067 2002-06-01  Jim Meyering  <meyering@lucent.com>
61068
61069         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
61070         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
61071
61072 2002-05-28  Jim Meyering  <meyering@lucent.com>
61073
61074         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
61075         Reported by Volker Borchert.
61076
61077 2002-05-27  Jim Meyering  <meyering@lucent.com>
61078
61079         Fix a problem seen only on nonconforming systems whereby ls.c's
61080         use of localtime, and then of gettimeofday would cause trouble:
61081         the localtime call used to initialize rpl_gettimeofday's save
61082         mechanism would clobber ls's current local time information so
61083         that in any long listing the first file would always be listed
61084         with date 1970-01-01.  Analysis by Volker Borchert.
61085
61086         * lib/gettimeofday.c (localtime): Undefine.
61087         (rpl_localtime): New function.
61088
61089 2002-05-27  Jim Meyering  <meyering@lucent.com>
61090
61091         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
61092         localtime.
61093
61094         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
61095         use the replacement function; it wouldn't resolve at link time.
61096         Reported by Volker Borchert.
61097
61098 2002-05-22  Jim Meyering  <meyering@lucent.com>
61099
61100         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
61101         file-type.h.
61102         * lib/file-type.h: New file.
61103         * lib/file-type.c (file_type): New file/function.  Extracted from
61104         diffutils.
61105
61106 2002-04-30  Jim Meyering  <meyering@lucent.com>
61107
61108         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
61109
61110 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61111
61112         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
61113
61114 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61115
61116         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
61117         Do not check for alloca.h (no longer used) or stdbool.h (was never
61118         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
61119
61120 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61121
61122         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
61123
61124 2002-04-29  Jim Meyering  <meyering@lucent.com>
61125
61126         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
61127         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
61128         Use AC_FUNC_STRNLEN here instead.
61129
61130         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
61131         With autoconf-2.53a, it's part of AC_PROG_CC.
61132
61133 2002-04-28  Paul Eggert  <eggert@twinsun.com>
61134
61135         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
61136         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
61137
61138 2002-04-28  Paul Eggert  <eggert@twinsun.com>
61139
61140         * lib/sig2str.h, lib/sig2str.c: New files.
61141         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
61142
61143 2002-04-28  Paul Eggert  <eggert@twinsun.com>
61144
61145         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
61146         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
61147         of 127, since 64 is the largest conceivable number for ancient
61148         nonstandard hosts.
61149         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
61150
61151 2002-04-28  Jim Meyering  <meyering@lucent.com>
61152
61153         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
61154
61155 2002-04-24  Jim Meyering  <meyering@lucent.com>
61156
61157         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
61158         (jm_PREREQ): Use it.
61159
61160         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
61161         mach/mach.h fcntl.h.
61162         Check for this function: setlocale.
61163
61164 2002-04-24  Jim Meyering  <meyering@lucent.com>
61165
61166         * lib/gettext.h: New file, from Gettext.
61167         * lib/Makefile.am (INCLUDES): Remove -I../intl.
61168         (libfetish_a_SOURCES): Add gettext.h.
61169
61170 2002-04-16  Jim Meyering  <meyering@lucent.com>
61171
61172         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
61173         ut_pid, ut_id, ut_exit.
61174
61175 2002-04-16  Jim Meyering  <meyering@lucent.com>
61176
61177         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
61178         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
61179         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
61180
61181 2002-04-12  Jim Meyering  <meyering@lucent.com>
61182
61183         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
61184         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
61185         existence of the getmntinfo function.  Needed for Darwin 5.3.
61186
61187         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
61188         This is necessary at least on Darwin 5.3.
61189
61190         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
61191         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
61192         strnlen.o in the library, and that makes some versions of ranlib
61193         object.
61194
61195 2002-04-12  Jim Meyering  <meyering@lucent.com>
61196
61197         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
61198
61199 2002-04-09  Jim Meyering  <meyering@lucent.com>
61200
61201         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
61202         to be more precise.  Rather than saying we're checking whether the
61203         function `works', say what we're testing.
61204         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
61205         Reported by Bruno Haible.
61206
61207 2002-03-10  Jim Meyering  <meyering@lucent.com>
61208
61209         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
61210         Suggestion from Santiago Vila.
61211
61212 2002-03-08  Jim Meyering  <meyering@lucent.com>
61213
61214         * lib/rename.c: Mention that this wrapper is needed also on
61215         mips-dec-ultrix4.4 systems.
61216
61217 2002-03-02  Jim Meyering  <meyering@lucent.com>
61218
61219         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
61220         not HAVE_CLOCK_SETTIME.
61221
61222 2002-02-27  Paul Eggert  <eggert@twinsun.com>
61223
61224         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
61225         Check for clock_settime.
61226
61227 2002-02-27  Paul Eggert  <eggert@twinsun.com>
61228
61229         * lib/nanosleep.h: Rename to....
61230         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
61231
61232         * lib/gettime.c: New file.
61233         * lib/settime.c: New file.
61234         * lib/stime.c: Remove.
61235
61236         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
61237         timespec.h.  Remove nanosleep.h.
61238
61239 2002-02-25  Paul Eggert  <eggert@twinsun.com>
61240
61241         * m4/acl.m4: New file.
61242         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
61243         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
61244
61245 2002-02-25  Paul Eggert  <eggert@twinsun.com>
61246
61247         * lib/acl.c, lib/acl.h: New files.
61248         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
61249
61250 2002-02-24  Jim Meyering  <meyering@lucent.com>
61251
61252         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
61253         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
61254         cause trouble.  Reported by Nelson Beebe.
61255
61256 2002-02-23  Paul Eggert  <eggert@twinsun.com>
61257
61258         * lib/path-concat.c (xpath_concat): Reorder code to pacify
61259         compilers that don't know that xalloc_die never returns.
61260
61261 2002-02-20  Jim Meyering  <meyering@lucent.com>
61262
61263         * lib/getdate.c: Regenerate using bison-1.33.
61264
61265 2002-02-17  Jim Meyering  <meyering@lucent.com>
61266
61267         * config/config.guess (main): Don't use `head -1'; it's no longer
61268         portable. Use `sed 1q' instead.
61269
61270 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
61271
61272         * m4/codeset.m4: Upgrade to gettext-0.11.
61273         * m4/gettext.m4: Upgrade to gettext-0.11.
61274         * m4/glibc21.m4: Upgrade to gettext-0.11.
61275         * m4/iconv.m4: Upgrade to gettext-0.11.
61276         * m4/isc-posix.m4: Upgrade to gettext-0.11.
61277         * m4/lcmessage.m4: Upgrade to gettext-0.11.
61278         * m4/lib-ld.m4: New file, from gettext-0.11.
61279         * m4/lib-link.m4: New file, from gettext-0.11.
61280         * m4/lib-prefix.m4: New file, from gettext-0.11.
61281         * m4/progtest.m4: Upgrade to gettext-0.11.
61282
61283 2002-02-15  Paul Eggert  <eggert@twinsun.com>
61284
61285         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
61286         (jm_PREREQ): Use it.
61287
61288 2002-02-15  Paul Eggert  <eggert@twinsun.com>
61289
61290         * lib/posixver.c, lib/posixver.h: New files.
61291         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
61292
61293 2002-02-02  Paul Eggert  <eggert@twinsun.com>
61294             Bruno Haible  <bruno@clisp.org>
61295
61296         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
61297         (fwrite_success_callback): New declaration.
61298         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
61299         print_unicode_char. Call failure callback instead of error.
61300         (fwrite_success_callback): New function.
61301         (exit_failure_callback): New function.
61302         (fallback_failure_callback): New function.
61303         (print_unicode_char): Call unicode_to_mb.
61304
61305 2002-01-26  Jim Meyering  <meyering@lucent.com>
61306
61307         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
61308         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
61309
61310 2002-01-26  Jim Meyering  <meyering@lucent.com>
61311
61312         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
61313
61314 2002-01-22  Paul Eggert  <eggert@twinsun.com>
61315
61316         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
61317
61318 2002-01-22  Jim Meyering  <meyering@lucent.com>
61319
61320         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
61321         Otherwise, some versions of automake would omit the rule that makes
61322         Makefile from Makefile.in.
61323
61324 2002-01-21  Paul Eggert  <eggert@twinsun.com>
61325
61326         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
61327         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
61328         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
61329         (memcoll): Set errno to zero if there is no error.
61330
61331         * lib/quotearg.c (quotearg_buffer_restyled):
61332         Fix bug with quoting buffers containing NUL when backslashing escapes.
61333         This bug was exposed by the other changes in this patch.
61334         (quotearg_n_options): New arg ARGSIZE.
61335         All callers changed.
61336         (quoting_options_from_style): New function.
61337         (quotearg_n_style): Use it.
61338         (quotearg_n_style_mem): New function.
61339
61340         * lib/quotearg.h (quotearg_n_style_mem): New function.
61341
61342 2002-01-19  Jim Meyering  <meyering@lucent.com>
61343
61344         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
61345         Remove useless quotes: DF_PROG="df".
61346         * m4/strnlen.m4: New file.
61347
61348 2002-01-16  Paul Eggert  <eggert@twinsun.com>
61349
61350         * lib/backupfile.c (ISDIGIT): Comment fix.
61351         * lib/getdate.y (ISDIGIT): Likewise.
61352         * lib/posixtm.c (ISDIGIT, year): Likewise.
61353         * lib/strverscmp.c (ISDIGIT): Likewise.
61354         * lib/userspec.c (ISDIGIT): Likewise.
61355
61356 2002-01-16  Jim Meyering  <meyering@lucent.com>
61357
61358         * lib/getdate.y: Add three semicolons, each just before a closing
61359         brace. Bison (as of version 1.31) no longer papers over that mistake.
61360
61361 2002-01-05  Jim Meyering  <meyering@lucent.com>
61362
61363         * lib/version-etc.c (version_etc_copyright): Update copyright year.
61364
61365 2001-12-19  Paul Eggert  <eggert@twinsun.com>
61366
61367         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
61368         not silently exit merely because the output buffer happens to
61369         have nothing pending.
61370
61371 2001-12-18  Paul Eggert  <eggert@twinsun.com>
61372
61373         See the big note in ../ChangeLog.
61374         * lib/human.c (suffixes): Prefer K to k for 1024.
61375         (generate_suffix_backwards): New function.
61376         (human_readable_inexact): Use it.
61377         * lib/xstrtol.c (__xstrtol): If there is no number but there
61378         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
61379         Accept 'K' as well as 'k'.
61380
61381 2001-12-15  Jim Meyering  <meyering@lucent.com>
61382
61383         * lib/regex.h (__restrict_arr): Update from libc.
61384
61385         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
61386         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
61387         (STREQ): Define.
61388
61389 2001-12-14  Jim Meyering  <meyering@lucent.com>
61390
61391         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
61392         Suggestion from Bruno Haible.
61393
61394 2001-12-10  Jim Meyering  <meyering@lucent.com>
61395
61396         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
61397         xrealloc, Instead, include "xalloc.h".
61398         (initbuffer): Don't cast xmalloc return value to char*.
61399         (readline): Reword comment.
61400         Don't cast xrealloc return value to char*
61401         Return NULL, not 0.
61402
61403 2001-12-09  Jim Meyering  <meyering@lucent.com>
61404
61405         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
61406         about `signed and unsigned type in conditional expression'.
61407         * lib/posixtm.c (posix_time_parse): Likewise.
61408
61409         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
61410
61411         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
61412         to avoid a pedantic warning.
61413
61414         * lib/getstr.c: Don't include assert.h.
61415         (getstr): Remove warning-evoking assertions.
61416         Return -1 if offset parameter is out of bounds.
61417         Change the type of a local from int to size_t.
61418
61419         * lib/strftime.c (my_strftime_localtime_r): Include this function
61420         definition in the `#if ! HAVE_TM_GMTOFF' block.
61421
61422         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
61423         Include xalloc.h instead.
61424
61425 2001-12-02  Jim Meyering  <meyering@lucent.com>
61426
61427         * lib/tempname.c: Don't declare getenv, thus reverting the change of
61428         2001-11-18.  It's no longer necessary, now that stdlib.h is always
61429         included.
61430
61431         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
61432         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
61433
61434 2001-11-30  Akim Demaille  <akim@epita.fr>
61435
61436         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
61437         before being defined.
61438
61439 2001-11-27  Paul Eggert  <eggert@twinsun.com>
61440
61441         * lib/quotearg.h (quotearg_n, quotearg_n_style):
61442         First arg is int, not unsigned.
61443         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
61444         (SIZE_MAX, UINT_MAX): New macros.
61445         (quotearg_n_options): Abort if N is negative.
61446         Avoid overflow check on hosts where size_t is 64 bits and int
61447         is 32 bits, as overflow is impossible there.
61448         Fix off-by-one typo that caused unnecessary reallocation.
61449
61450 2001-11-27  Jim Meyering  <meyering@lucent.com>
61451
61452         * lib/tempname.c: Merge with version from libc.
61453         * lib/regex.c: Likewise.
61454
61455         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
61456         systems for which STDC_HEADERS is 0, it was not included, resulting in
61457         a warning about an integer-to-pointer conversion problem with getenv.
61458         Reported by Volker Borchert.
61459
61460 2001-11-26  Jim Meyering  <meyering@lucent.com>
61461
61462         * lib/gtod.h: Remove file.
61463         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
61464         * lib/gettimeofday.c: Don't include gtod.h.
61465         (GTOD_init): Remove function.
61466         (rpl_gettimeofday): Do its job here instead, rather than aborting.
61467         Suggestion from Volker Borchert.
61468
61469 2001-11-23  Jim Meyering  <meyering@lucent.com>
61470
61471         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
61472         it.
61473         * lib/hash.c (struct hash_table): Define it here instead.
61474
61475 2001-11-22  Jim Meyering  <meyering@lucent.com>
61476
61477         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
61478
61479 2001-11-20  Jim Meyering  <meyering@lucent.com>
61480
61481         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
61482         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
61483
61484 2001-11-19  Jim Meyering  <meyering@lucent.com>
61485
61486         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
61487         directory.  Use "conftestXXXXXX" as the template.
61488         Suggestion from Paul Eggert.
61489
61490         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
61491         immediately, so the test doesn't mistakenly hit the max-open-files
61492         limit.
61493
61494 2001-11-18  Paul Eggert  <eggert@twinsun.com>
61495
61496         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
61497         (TEMPORARIES): New macro.
61498         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
61499         removes an artificial limitation (e.g. HP-UX 10.20, where
61500         TMP_MAX is 17576).
61501
61502 2001-11-18  Jim Meyering  <meyering@lucent.com>
61503
61504         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
61505
61506 2001-11-18  Jim Meyering  <meyering@lucent.com>
61507
61508         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
61509         on SunOS 4.
61510
61511         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
61512         files will be created before anything else.
61513
61514 2001-11-17  Paul Eggert  <eggert@twinsun.com>
61515
61516         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
61517         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
61518
61519 2001-11-17  Jim Meyering  <meyering@lucent.com>
61520
61521         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
61522         Prompted by a report from Bob Proulx.
61523
61524         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
61525         Instead, require UTILS_FUNC_MKSTEMP.
61526
61527 2001-11-17  Jim Meyering  <meyering@lucent.com>
61528
61529         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
61530         Now, that's done as part of AC_FUNC_STRTOD.
61531
61532 2001-11-17  Jim Meyering  <meyering@lucent.com>
61533
61534         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
61535         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
61536         rather than group writable.  Patch by Juan F. Codagnone.
61537
61538         * lib/readtokens.c: Remove explicit declarations of xmalloc and
61539         xrealloc, Instead, include "xalloc.h".
61540
61541         * lib/mountlist.c: Include unlocked-io.h after all system headers.
61542         Remove explicit declarations of xmalloc, xrealloc,
61543         and xstrdup.  Instead, include "xalloc.h".
61544
61545         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
61546         unlocked-io.h.
61547         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
61548         Likewise.
61549         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
61550
61551         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
61552         Reported by Padraig Brady.
61553
61554         * lib/mkstemp.c: #undef mkstemp.
61555         Include config.h.
61556         (rpl_mkstemp): Rename from mkstemp.
61557         Protoize.
61558
61559 2001-11-16  Jim Meyering  <meyering@lucent.com>
61560
61561         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
61562         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
61563         determine the amount of total physical memory, use pstat_getstatic.
61564         HPUX-11 doesn't define _SC_PHYS_PAGES.
61565         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
61566         If sysconf couldn't be used to determine the amount of available
61567         physical memory, use both pstat_getstatic and pstat_getdynamic.
61568         Based on a patch from Bob Proulx.
61569
61570 2001-11-10  Jim Meyering  <meyering@lucent.com>
61571
61572         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
61573         (jm_PREREQ): Use it.
61574
61575 2001-11-09  Jim Meyering  <meyering@lucent.com>
61576
61577         * m4/jm-macros.m4: Require autoconf-2.52f.
61578         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
61579         Use these AC_-prefixed names, not the AM_-prefixed ones.
61580
61581         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
61582
61583 2001-11-05  Jim Meyering  <meyering@lucent.com>
61584
61585         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
61586
61587 2001-11-04  Jim Meyering  <meyering@lucent.com>
61588
61589         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
61590         $DEFS.
61591
61592 2001-11-03  Jim Meyering  <meyering@lucent.com>
61593
61594         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
61595         of AC_DEFUN.
61596
61597         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
61598         know the name of the variable in the macro definition.
61599
61600 2001-11-03  Jim Meyering  <meyering@lucent.com>
61601
61602         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
61603         in argmatch_to_argument call.
61604
61605         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
61606         argument.
61607
61608         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
61609         e.g., a fault due to an attempt to free a NULL pointer.
61610
61611 2001-11-01  Jim Meyering  <meyering@lucent.com>
61612
61613         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
61614         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
61615
61616 2001-11-01  Jim Meyering  <meyering@lucent.com>
61617
61618         * lib/dirfd.c, lib/dirfd.h: New files.
61619         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
61620
61621         * lib/hash.c (hash_print) [TESTING]: Clean up.
61622
61623 2001-10-22  Paul Eggert  <eggert@twinsun.com>
61624
61625         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
61626         to avoid a warning if -Wall.
61627
61628 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
61629
61630         * README: New file
61631         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
61632         (per RMS's instructions, this is now the canonical source)
61633         * lgpl/, gpl/: New directories.
61634
61635 2001-10-21  Paul Eggert  <eggert@twinsun.com>
61636
61637         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
61638
61639 2001-10-21  Jim Meyering  <meyering@lucent.com>
61640
61641         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
61642         this code would end up calling gettext even in packages built
61643         with --disable-nls.
61644         * lib/getopt.c (_): Likewise.
61645         * lib/regex.c (_): Likewise.
61646
61647 2001-10-20  Paul Eggert  <eggert@twinsun.com>
61648
61649         * m4/error.m4 (jm_PREREQ_ERROR):
61650         Do not invoke AC_CHECK_FUNCS with strerror_r, as
61651         AC_FUNC_STRERROR_R does that.
61652         Check for strerror declaration.
61653
61654         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
61655         are supposed to have them these days.
61656         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
61657         Merge changes from latest Autoconf CVS.
61658         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
61659         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
61660         POSIX decided to standardize on the int flavor of strerror_r.
61661
61662 2001-10-20  Paul Eggert  <eggert@twinsun.com>
61663
61664         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
61665         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
61666         Use strerror_r that is only a macro, even if it is not a function.
61667         (strerror): Check for HAVE_DECL_STRERROR before declaring.
61668         (private_strerror): Use prototypes, not old-style function definition.
61669         (print_errno_message): New function.
61670         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
61671         char*-flavored one.
61672         (error_tail, error, error_at_line): Use it.
61673
61674 2001-10-11  Jim Meyering  <meyering@lucent.com>
61675
61676         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
61677         and quote_n (1, ... to avoid clobbering a buffer.
61678
61679 2001-10-05  Jim Meyering  <meyering@lucent.com>
61680
61681         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
61682         hash-pjw.h.
61683         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
61684         * lib/hash-pjw.h: New file.
61685
61686 2001-09-30  Jim Meyering  <meyering@lucent.com>
61687
61688         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
61689         `struct fsstat' has the `f_fstypename' member.
61690         Use that to define FS_TYPE, which is now used to make
61691         the getfsstat link test tighter.
61692
61693 2001-09-30  Jim Meyering  <meyering@lucent.com>
61694
61695         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
61696         Include <sys/ucred.h>, for Apple Darwin.
61697         Include sys/mount.h and sys/fs_types.h only if available.
61698         (FS_TYPE): Define.
61699         (read_filesystem_list): Use FS_TYPE.
61700
61701 2001-09-29  Paul Eggert  <eggert@twinsun.com>
61702
61703         * lib/exclude.c (excluded_filename): 0 -> false, since it's
61704         a boolean context.
61705
61706 2001-09-29  Jim Meyering  <meyering@lucent.com>
61707
61708         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
61709         [one-argument getmntent function]): Include stdio.h before mntent.h.
61710         SunOS 4.1.x needs it for the declaration of `FILE'.
61711         Patch by Volker Borchert.
61712
61713         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
61714         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
61715         sys/fs_types.h, and make the link-test for getfsstat guard #include
61716         directives with appropriate #if HAVE_*_H tests so that we can
61717         detect getfsstat on Apple Darwin1.3.7 systems.
61718         Reported by Nelson Beebe.
61719         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
61720
61721 2001-09-28  Paul Eggert  <eggert@twinsun.com>
61722
61723         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
61724         #defines strtoimax.  Also treat the other strto* functions
61725         like strtoimax.
61726
61727         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
61728         Check for strtoul and strtoumax,
61729         as those declarations are made even in the signed case.
61730         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
61731         Likewise, for strtol and strtoimax.
61732
61733 2001-09-28  Paul Eggert  <eggert@twinsun.com>
61734
61735         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
61736         #defines strtoimax.  Also treat the other strto* functions
61737         like strtoimax.
61738
61739         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
61740         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
61741         (strtoimax, strtoumax): Do not declare if already defined as a macro.
61742
61743 2001-09-26  Jim Meyering  <meyering@lucent.com>
61744
61745         Most macros in unlocked-io.h had the wrong number of arguments.
61746         * lib/gen-uio: New script.
61747         (USE_UNLOCKED_IO): Define to 1 if not already defined.
61748         * lib/unlocked-io.hin: Remove file.
61749         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
61750         rather than trying to embed it here.
61751         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
61752         Reported by Padraig Brady.
61753
61754 2001-09-25  Volker Borchert  <bt@teknon.de>
61755
61756         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
61757         `result'.
61758
61759 2001-09-24  Jim Meyering  <meyering@lucent.com>
61760
61761         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
61762
61763 2001-09-23  Jim Meyering  <meyering@lucent.com>
61764
61765         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
61766         instead of the mere test for existence of mntent.h.  The latter
61767         would get a false-positive on AIX 3.4 systems.
61768         In the outer getmntent if-block, don't die if neither of the getmntent
61769         tests succeeds.  Instead, just fall through and continue with the
61770         remaining tests.
61771
61772 2001-09-23  Jim Meyering  <meyering@lucent.com>
61773
61774         * lib/mountlist.c: Remove useless parentheses in #if directives.
61775         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
61776         the deprecated MOUNTED symbol is no longer defined in mntent.h.
61777
61778 2001-09-22  Jim Meyering  <meyering@lucent.com>
61779
61780         * m4/gettext.m4: New file.  From gettext.
61781         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
61782         * m4/progtest.m4: Likewise
61783         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
61784         * m4/glibc21.m4: Likewise.
61785
61786         * m4/libintl.m4: Remove.  No longer used.
61787
61788 2001-09-22  Jim Meyering  <meyering@lucent.com>
61789
61790         * lib/localcharset.c: Update from latest gettext.
61791         * lib/config.charset: Likewise.
61792
61793 2001-09-20  Jim Meyering  <meyering@lucent.com>
61794
61795         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
61796         strtoimax.
61797         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
61798         strtoumax.
61799
61800 2001-09-20  Jim Meyering  <meyering@lucent.com>
61801
61802         * lib/xstrtol.c (strtoimax): Guard declaration with
61803         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
61804         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
61805         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
61806         (strtoumax): Likewise, for completeness (it wasn't necessary).
61807
61808 2001-09-17  Paul Eggert  <eggert@twinsun.com>
61809
61810         * lib/strtoimax.c (HAVE_LONG_LONG):
61811         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
61812         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
61813         to work around bug in IBM C compiler.
61814
61815 2001-09-17  Jim Meyering  <meyering@lucent.com>
61816
61817         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
61818         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
61819         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
61820         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
61821         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
61822         whenever the right hand side need not be expanded by the shell.
61823
61824 2001-09-16  Paul Eggert  <eggert@twinsun.com>
61825
61826         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
61827         library.  It's not correct, as some older glibcs are buggy.
61828         fnmatch wasn't fixed until glibc 2.2.
61829
61830         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
61831         special shell magic here.
61832
61833 2001-09-16  Jim Meyering  <meyering@lucent.com>
61834
61835         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
61836         * m4/jm-macros.m4: Require it.
61837
61838 2001-09-16  Jim Meyering  <meyering@lucent.com>
61839
61840         * lib/mkdir.c: New file.
61841
61842 2001-09-15  Jim Meyering  <meyering@lucent.com>
61843
61844         * m4/jm-macros.m4: Check for help2man.
61845
61846 2001-09-11  Jim Meyering  <meyering@lucent.com>
61847
61848         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
61849         The body, by Paul Eggert, was moved here from configure.in.
61850         * m4/jm-macros.m4: Require UTILS_HOST_OS.
61851
61852 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61853
61854         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
61855         (jm_PREREQ): Use it.
61856
61857 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61858
61859         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
61860         Use ssize_t, not int, to store result of readlink.
61861         Check for ssize_t overflow as well as size_t overflow,
61862         as POSIX says the result of readlink is implementation-defined
61863         when ssize_t overflows.
61864         Remove unnecessary cast to char*.
61865         Use free+malloc instead of realloc, as the storage doesn't need
61866         to be preserved and it's clearer and can be more efficient that way.
61867         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
61868         * lib/xreadlink.h (xreadlink): Update prototype.
61869
61870 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61871
61872         * lib/xgetcwd.c: Revert some of the previous change; intead,
61873         fix the HAVE_GETCWD_NULL code to behave more like the
61874         !HAVE_GETCWD_NULL code used to.
61875
61876         Include "xalloc.h".
61877         (xgetcwd): Do not return NULL when memory is exhausted; instead,
61878         invoke xalloc_die.
61879
61880 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61881
61882         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
61883         sys/param.h, as pathmax.h includes them.
61884
61885 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61886
61887         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
61888         (jm_PREREQ_XGETCWD): New macro.
61889
61890         * m4/getcwd.m4: New file.
61891
61892 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61893
61894         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
61895         like the HAVE_GETCWD_NULL code.
61896         Include pathmax.h if not HAVE_GETCWD.
61897         Do not include xalloc.h.
61898         (INITIAL_BUFFER_SIZE): New symbol.
61899         Do not use xmalloc / xrealloc, since the caller is responsible for
61900         handling errors.  Preserve errno around `free' during failure.
61901         Do not overrun buffer when using getwd.
61902
61903 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61904
61905         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
61906         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
61907         getcwd (NULL, 0).
61908
61909 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61910
61911         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
61912         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
61913         spotted by Jim Meyering.
61914
61915 2001-09-03  Jim Meyering  <meyering@lucent.com>
61916
61917         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
61918         failure.
61919
61920 2001-09-02  Jim Meyering  <meyering@lucent.com>
61921
61922         * lib/error.c: Update from GNU libc.
61923
61924 2001-09-01  Jim Meyering  <meyering@lucent.com>
61925
61926         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
61927         Used by df.
61928
61929 2001-09-01  Jim Meyering  <meyering@lucent.com>
61930
61931         * lib/xreadlink.c: New file.
61932         * lib/xreadlink.h: New file.
61933         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
61934         xreadlink.h.
61935
61936         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
61937         doesn't conflict with sparc Solaris 7's definition in
61938         /usr/include/sys/int_types.h.
61939
61940         * lib/exclude.c: Use `""', not `<>' to #include non-system header
61941         files.
61942         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
61943         and strncasecmp as r-values.  Unixware didn't have declarations.
61944
61945 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61946
61947         * lib/xstrtol.h: Add copyright notice.
61948         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
61949         LONGINT_INVALID_SUFFIX_CHAR.
61950
61951 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61952
61953         * lib/xstrtol.c (strtoimax): New decl.
61954
61955 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61956
61957         * lib/xgetcwd.c: Don't include pathmax.h.
61958         Include stdlib.h and unistd.h if available.
61959         Include xalloc.h.
61960         (xmalloc, xstrdup, free): Remove decls.
61961         (xgetcwd): Don't assume sizes fit in unsigned.
61962         Check for overflow when computing sizes.
61963         Simplify reallocation code.
61964
61965 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61966
61967         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
61968         a directory's st_size can have an arbitrary value, so the old
61969         usage could waste an arbitrary amount of memory.  All uses
61970         changed.
61971         * lib/savedir.h: Update prototype.
61972
61973 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61974
61975         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
61976
61977         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
61978         old strtoimax.c.
61979
61980         Also, make the following further changes to make this file's
61981         configuration more similar to that of strtol.c:
61982         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
61983         (strtoumax, uintmax_t, strtoull, strtol): Remove.
61984         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
61985         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
61986         changed to signed values.
61987
61988         And make the following changes as well:
61989         Fix copyright notice, as 1999 was missing.
61990         (verify): New macro.
61991         (strtoimax): Check sizes at compile-time, not run-time.
61992         Prefer strtol to strtoll if both work.
61993         (main): Remove; it was not that useful and was a pain to maintain.
61994
61995         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
61996
61997 2001-08-31  Jim Meyering  <meyering@lucent.com>
61998
61999         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
62000         Use an initial, malloc'd, buffer of length 128 rather than
62001         a statically allocated one of length 1024.
62002
62003 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62004
62005         Simplify code, partly by assuming autoconf 2.52 semantics.
62006
62007         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
62008
62009         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
62010         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
62011         All uses removed.
62012         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
62013         Move AC_REQUIRE to next-to-top level, to avoid confusion.
62014         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
62015         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
62016         jm_AC_HEADER_INTTYPES_H.
62017         * m4/jm-macros.m4 (jm_MACROS): Likewise.
62018
62019         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
62020
62021         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
62022         Quote first arg of AC_DEFUN.
62023         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
62024         since they are needed to parse the include file even if we need
62025         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
62026         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
62027         but with opposite signedness.
62028
62029 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62030
62031         Merge 'exclude' changes from tar 1.13.22.
62032         This fixes one or two unlikely storage allocation overflow bugs,
62033         but doesn't change user-visible behavior otherwise.
62034
62035 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62036
62037         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
62038         (jm_PREREQ_EXCLUDE): New macro.
62039
62040 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62041
62042         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
62043         tm to be declared.
62044
62045 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62046
62047         * lib/hash.c: Remove '2001' from copyright notice.
62048
62049 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62050
62051         * lib/full-write.h: New file.
62052         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
62053         * lib/full-write.c: Correct credits, as cccp.c no longer
62054         exists and anyway it was so heavily changed from the old cccp
62055         code as to be unrecognizable.  Include full-write.h.
62056         (full_write) Return size_t, with short writes meaning failure.
62057         All callers changed.  This fixes a bug with large buffers
62058         on 64-bit hosts.
62059         * lib/utime.c: Include full-write.h.
62060
62061 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62062
62063         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
62064         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
62065         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
62066         Include if available.
62067         (<xalloc.h>): Include
62068         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
62069         (verify): New macro.  Use it to verify that EXCLUDE macros do not
62070         collide with FNM macros.
62071         (struct patopts): New struct.
62072         (struct exclude): Use it, as exclude patterns now come with options.
62073         (new_exclude): Support above changes.
62074         (new_exclude, add_exclude_file):
62075         Initial size must now be a power of two to simplify overflow checking.
62076         (free_exclude, fnmatch_no_wildcards): New function.
62077         (excluded_filename): No longer requires options arg, as the options
62078         are determined by add_exclude.  Now returns bool, not int.
62079         (excluded_filename, add_exclude):
62080         Add support for the fancy new exclusion options.
62081         (add_exclude, add_exclude_file): Now takes int options arg.
62082         Check for arithmetic overflow when computing sizes.
62083         (add_exclude_file): xrealloc might modify errno, so don't
62084         realloc until after errno might be used.
62085
62086         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
62087         New macros.
62088         (free_exclude): New decl.
62089         (add_exclude, add_exclude_file): Now takes int options arg.
62090         (excluded_filename): No longer requires options arg, as the options
62091         are determined by add_exclude.  Now returns bool, not int.
62092
62093 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62094
62095         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
62096
62097 2001-08-27  Jim Meyering  <meyering@lucent.com>
62098
62099         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
62100
62101         * lib/version-etc.c (N_): Remove definition.
62102         Revert most of last change.
62103         Instead, simply don't mark the `Copyright...' string for translation.
62104         Based on advice from Paul Eggert.
62105
62106         * lib/strtoxmax.c: Tweak comment.
62107
62108 2001-08-26  Jim Meyering  <meyering@lucent.com>
62109
62110         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
62111
62112         * m4/xstrtoimax.m4: New file.
62113         * m4/xstrtoumax.m4: Add comments explaining why we
62114         AC_REPLACE_FUNCS(strtol).
62115
62116 2001-08-26  Jim Meyering  <meyering@lucent.com>
62117
62118         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
62119         of copyright with `%s' so translators don't get an untranslated
62120         message in 2002.
62121         (COPYRIGHT_YEAR): Define.
62122         (version_etc): Use fprintf rather than fputs.
62123         Suggestion from Ulrich Drepper.
62124
62125         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
62126
62127         * lib/strtoll.c: New file, from GNU libc.
62128         * lib/xstrtoimax.c: New file.
62129
62130         * lib/xstrtol.h: Add xstrtoimax.
62131         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
62132         * lib/strtoimax.c: New file.  Likewise, but first define
62133         STRTOUXMAX_SIGNED.
62134
62135         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
62136         ...
62137         * lib/strtoxmax.c: ... then renamed to this.
62138
62139 2001-08-18  Paul Eggert  <eggert@twinsun.com>
62140
62141         * m4/inttypes.m4: Add AC_PREREQ(2.13).
62142         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
62143         (jm_AC_TYPE_INTMAX_T): New macro.
62144         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
62145
62146         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
62147
62148         * m4/longlong.m4: Renamed from ulonglong.m4.
62149         * m4/inttypes.m4: Renamed from inttypes_h.m4.
62150         * m4/uintmax_t.m4: Removed.
62151
62152 2001-08-13  Paul Eggert  <eggert@twinsun.com>
62153
62154         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
62155         Port to Solaris 8, where 'sed' requires a space after the 'r'
62156         command, and where sh dislikes "$/".  Clean up the spacing a bit.
62157         Redirect output to $tmp just once.
62158
62159 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
62160
62161         * lib/addext.c (<errno.h>): Include.
62162         (errno): Declare if not defined.
62163         (addext): Work correctly when pathconf returns -1 and leaves
62164         errno alone because there is no limit.  Also, work even if
62165         pathconf returns a value greater than SIZE_MAX.
62166
62167 2001-08-12  Jim Meyering  <meyering@lucent.com>
62168
62169         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
62170         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
62171         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
62172         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
62173         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
62174         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
62175         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
62176         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
62177         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
62178         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
62179         utime.m4, utimes.m4, xstrtoumax.m4:
62180         Quote the first argument in each use of AC_DEFUN.
62181
62182 2001-08-12  Jim Meyering  <meyering@lucent.com>
62183
62184         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
62185         Simply `return getcwd (NULL, 0);'.
62186         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
62187         Use 1300 as initial value for length, not PATH_MAX.
62188
62189         * lib/pathmax.h: Clean up cpp syntax.
62190
62191 2001-08-12  Jim Meyering  <meyering@lucent.com>
62192
62193         * lib/gettimeofday.c: New file.
62194         * lib/gtod.h: New file.
62195         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
62196
62197 2001-08-05  Jim Meyering  <meyering@lucent.com>
62198
62199         * m4/jm-macros.m4: Require autoconf-2.52.
62200
62201 2001-08-04  Jim Meyering  <meyering@lucent.com>
62202
62203         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
62204         stmt, to get in sync with glibc.
62205
62206 2001-08-03  Paul Eggert  <eggert@twinsun.com>
62207
62208         The following changes are from gettext 0.10.39 as maintained by
62209         Bruno Haible.
62210
62211         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
62212         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
62213         with inverted sense.  All uses changed.
62214
62215         * lib/mbswidth.c: Don't include <limits.h>.
62216         Include <stdlib.h> and <string.h> unconditionally.
62217         (iswcntrl, mbsinit, ISCNTRL): New macros.
62218         (mbsnwidth): Use K&R style function declarations.
62219         Don't bother checking for MB_LEN_MAX == 1, since the compiler
62220         can optimize it when MB_CUR_MAX == 1.
62221         The width of control characters is zero, not 1.
62222
62223 2001-08-03  Paul Eggert  <eggert@twinsun.com>
62224
62225         The following changes are from gettext 0.10.39 as maintained by
62226         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
62227
62228         * m4/codeset.m4: Upgrade to serial AM1.
62229         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
62230         all uses changed.  Quote first arg of AC_DEFUN.
62231         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
62232
62233         * m4/iconv.m4: Upgrade to serial AM2.
62234         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
62235         Add --with-libconv-prefix.
62236         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
62237         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
62238         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
62239         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
62240         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
62241
62242         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
62243         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
62244         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
62245         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
62246         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
62247         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
62248         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
62249         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
62250         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
62251
62252         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
62253         string.h any more.
62254
62255         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
62256         not the default value.
62257
62258         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
62259         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
62260         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
62261         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
62262         Also check for iswcntrl, used for wcwidth fallback.
62263         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
62264         to Autoconf 2.13.
62265
62266 2001-08-03  Jim Meyering  <meyering@lucent.com>
62267
62268         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
62269         as it was in the original.  Reported by Paul Eggert.
62270
62271 2001-07-16  Jim Meyering  <meyering@lucent.com>
62272
62273         * m4/gettimeofday.m4: New file.
62274         Prompted by a report from Bernhard Baehr.
62275
62276 2001-07-15  Jim Meyering  <meyering@lucent.com>
62277
62278         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
62279         stuff. Now it's in ../Makefile.cfg.
62280
62281 2001-07-15  Jim Meyering  <meyering@lucent.com>
62282
62283         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
62284         (BUILT_SOURCES): Add unlocked-io.h.
62285         (io_functions): Define.
62286         (unlocked-io.h): New rule.
62287         (DISTCLEANFILES): Add unlocked-io.h.
62288         (all-local): Depend on unlocked-io.h, to ensure it is created.
62289
62290         * lib/unlocked-io.hin: New file
62291
62292         * lib/regex.c: Update from glibc.
62293
62294 2001-07-05  Jim Meyering  <meyering@lucent.com>
62295
62296         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
62297         recommendation.
62298         (libfetish_a_SOURCES): Put all .h files here instead.
62299         Remove a thus-exposed (better checks in automake) duplicate and
62300         two unnecessary .h files.
62301
62302 2001-07-04  Jim Meyering  <meyering@lucent.com>
62303
62304         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
62305         that generates jm-glibc-io.m4 so that it doesn't trigger any make
62306         distcheck failure.
62307
62308 2001-07-02  Jim Meyering  <meyering@lucent.com>
62309
62310         The following changes were prompted by suggestions from Bruno Haible.
62311
62312         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
62313         is now generated.
62314         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
62315         definition of EXTRA_DIST.
62316         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
62317         ensure that the generated file is created/updated whenever the list
62318         of $(unlocked_functions) is changed.
62319         (jm-glibc-io.m4): New rule.
62320         (unlocked-io.h): New rule -- currently unused.
62321
62322 2001-06-24  Jim Meyering  <meyering@lucent.com>
62323
62324         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
62325         unmatched right bracket, rather than kludging it with an extra,
62326         falsely-matching quote in a comment.  Patch by Akim Demaille.
62327
62328 2001-06-11  Jim Meyering  <meyering@lucent.com>
62329
62330         * lib/regex.c: Update from GNU libc.
62331
62332 2001-05-27  Jim Meyering  <meyering@lucent.com>
62333
62334         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
62335         Check for ut_type in struct utmp.
62336
62337 2001-05-27  Jim Meyering  <meyering@lucent.com>
62338
62339         * lib/readutmp.h (UT_TYPE): Define.
62340
62341 2001-05-24  Jim Meyering  <meyering@lucent.com>
62342
62343         * lib/argmatch.c: Include "quote.h".
62344         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
62345         quote function.  Reported by Göran Uddeborg.
62346
62347 2001-05-22  Jim Meyering  <meyering@lucent.com>
62348
62349         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
62350         now that we use the package-supplied version unconditionally.
62351         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
62352
62353 2001-05-21  Jim Meyering  <meyering@lucent.com>
62354
62355         * m4/regex.m4: Change a couple backticks to single quotes to avoid
62356         shell syntax errors.
62357
62358 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
62359
62360         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
62361
62362 2001-05-20  Paul Eggert  <eggert@twinsun.com>
62363
62364         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
62365         Don't bother to check library strftime, since
62366         we'll be using our own my_strftime function anyway.
62367         Define my_strftime instead of strftime.
62368
62369 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
62370
62371         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
62372         which is not yet declared.
62373
62374 2001-05-15  Jim Meyering  <meyering@lucent.com>
62375
62376         * m4/regex.m4: Use proper quoting so brackets appear in the test
62377         program.
62378         Reported by, and with help from, Bruno Haible.
62379
62380 2001-05-13  Jim Meyering  <meyering@lucent.com>
62381
62382         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
62383         undefined.
62384
62385 2001-05-11  Paul Eggert  <eggert@twinsun.com>
62386
62387         dirname code cleanup.  base_name now behaves more compatibly
62388         with POSIX basename when given file names that have trailing
62389         slashes, and similarly for dir_name.  Add new primitives
62390         base_len and dir_len.  Put the directory-name-related decls
62391         into dirname.h.
62392
62393         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
62394         * lib/backupfile.c (base_name): Likewise.
62395         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
62396         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
62397         * lib/makepath.c (strip_trailing_slashes): Likewise.
62398         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
62399         ISSLASH): Likewise.
62400         * lib/rename.c (strip_trailing_slashes): Likewise.
62401         * lib/same.c (base_name): Likewise.
62402         * lib/stripslash.c (ISSLASH): Likewise.
62403
62404         * lib/addext.c: Include <dirname.h> after size_t is defined.
62405         * lib/backupfile.c: Likewise.
62406
62407         * lib/addext.c (addext): Use base_len to trim redundant
62408         trailing slashes instead of doing it ourselves.
62409         But do not trim the last slash if it is not redundant.
62410
62411         * lib/backupfile.c (find_backup_file_name,
62412         max_backup_version): Use base_len instead of rolling it ourselves.
62413         Handle the case of "" and (on DOS) "C:" correctly.
62414
62415         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
62416         needed. Include <string.h>, <dirname.h>.
62417         (base_name): Allow file names ending in slashes, other than names
62418         that are all slashes.  In this case, return the basename followed
62419         by the slashes.  This is more general, and can be used in places
62420         where the original base_name purposely had an assertion failure.
62421         (base_len): New function.
62422
62423         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
62424         Do not include <assert.h>; no longer needed.
62425         Include xalloc.h.
62426         (memrchr): Remove decl.
62427         (dir_name_r): Remove.
62428         (dir_len): Renamed from dirlen.  All callers changed.
62429         Rewrite in terms of base_name, for simplicity and consistency.
62430         (dir_name): Never return NULL.  All callers changed.
62431         Do not include <stdlib.h> in test program; no longer needed.
62432         return 0; is fine for test program.
62433
62434         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
62435         New macros.
62436         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
62437
62438         * lib/path-concat.c (path_concat): Use base_len to compute
62439         base length, not strlen; this means we cannot rely on memcpy
62440         to null-terminate.
62441
62442         * lib/same.c (STREQ): Remove.
62443         (same_name): Handle the case where the basename ends in trailing '/'.
62444
62445         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
62446         a slash was stripped.  Do not strip the last slash after a
62447         file system prefix.
62448
62449 2001-05-11  Paul Eggert  <eggert@twinsun.com>
62450
62451         * lib/Makefile.am (libfetish_a_SOURCES):
62452         Add strftime.c, since we now compile it on all hosts.
62453
62454         * lib/strftime.c (my_strftime):
62455         Define to nstrftime if emacs, but only if my_strftime is not defined.
62456         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
62457         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
62458         Add one more extra argument: a nanoseconds value.
62459         All uses changed.
62460         (ns): New macro.
62461         (my_strftime function): Add %N format.
62462         (emacs_strftimeu): Renamed from emacs_strftime,
62463         with extra ut argument.
62464
62465 2001-05-09  Paul Eggert  <eggert@twinsun.com>
62466
62467         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
62468
62469 2001-04-21  Jim Meyering  <meyering@lucent.com>
62470
62471         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
62472         doesn't interfere.
62473
62474 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
62475
62476         * m4/ftruncate.m4: Check for chsize.
62477         Link with ftruncate.o unconditionally if ftruncate is missing.
62478         This was required when cross-compiling to i586-mingw32msvc.
62479
62480 2001-04-08  Jim Meyering  <meyering@lucent.com>
62481
62482         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
62483         recomputed; that's necessary when the offset spans a DST transition.
62484         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
62485
62486 2001-04-02  Jim Meyering  <meyering@lucent.com>
62487
62488         * lib/regex.h, regex.c: Update from GNU libc.
62489
62490 2001-03-24  Jim Meyering  <meyering@lucent.com>
62491
62492         * m4/jm-macros.m4: Require autoconf-2.49d.
62493
62494 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
62495
62496         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
62497
62498 2001-03-19  Paul Eggert  <eggert@twinsun.com>
62499
62500         * lib/version-etc.c (version_etc_copyright): Update to 2001.
62501
62502 2001-03-17  Jim Meyering  <meyering@lucent.com>
62503
62504         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
62505         now that the version in autoconf is equivalent.
62506         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
62507
62508         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
62509         Suggestion from Akim Demaille.
62510
62511         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
62512         (jm_PREREQ_TEMPNAME): New function.
62513
62514 2001-03-16  Paul Eggert  <eggert@twinsun.com>
62515
62516         * lib/tempname.c (uint64_t): Define to uintmax_t if
62517         not defined, and if UINT64_MAX is not defined.
62518         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
62519         Reported by John David Anglin.
62520
62521 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
62522
62523         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
62524         resolve alias if codeset is empty.
62525         * lib/config.charset (BeOS): Use wildcard syntax.
62526
62527 2001-03-13  Jim Meyering  <meyering@lucent.com>
62528
62529         * lib/path-concat.c (path_concat)
62530         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
62531         concatenating e.g., `C:' and `foo'.
62532         From Bruno Haible.
62533
62534 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
62535
62536         * lib/localcharset.c (locale_charset): Don't use
62537         setlocale(LC_CTYPE,NULL). Don't return NULL.
62538         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
62539
62540 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
62541
62542         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
62543         support for DOS/DJGPP.
62544
62545 2001-03-01  Paul Eggert  <eggert@twinsun.com>
62546
62547         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
62548         lacks mkstemp.  Compile our own tempname.c if we compile our own
62549         mkstemp.c, as mkstemp relies on tempname.
62550
62551 2001-03-01  Jim Meyering  <meyering@lucent.com>
62552
62553         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
62554         AH_VERBATIM really does output its argument verbatim.
62555
62556 2001-02-28  Paul Eggert  <eggert@twinsun.com>
62557
62558         * lib/Makefile.am (libfetish_a_SOURCES):
62559         Add dup-safer.c, fopen-safer.c.
62560         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
62561
62562         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
62563         * lib/unistd-safer.h: New files.
62564
62565 2001-02-25  Paul Eggert  <eggert@twinsun.com>
62566
62567         The mkstemp replacement is taken from glibc 2.2.2, with some
62568         portability fixes for use outside glibc, as follows:
62569
62570         * lib/tempname.c (struct_stat64): New macro.
62571         (direxists, __gen_tempname): Use it.
62572         This avoids a portability problem with Solaris 8.
62573
62574         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
62575         (<stddef.h>, <stdint.h>, <string.h>):
62576         Include only if STDC_HEADERS || _LIBC.
62577         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
62578         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
62579         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
62580         (__set_errno): Define this macro if <errno.h> doesn't.
62581         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
62582         Define these macros if <stdio.h> doesn't.
62583         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
62584         Define these macros if <sys/stat.h>
62585         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
62586         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
62587         __xstat64): Define if not _LIBC.
62588         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
62589         (__gen_tempname): Invoke gettimeofday only if
62590         HAVE_GETTIMEOFDAY || _LIBC;
62591         otherwise, fall back on plain "time".
62592         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
62593
62594         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
62595
62596         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
62597
62598 2001-02-18  Paul Eggert  <eggert@twinsun.com>
62599
62600         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
62601
62602 2001-02-17  Paul Eggert  <eggert@twinsun.com>
62603
62604         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
62605         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
62606         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
62607         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
62608
62609 2001-02-17  Paul Eggert  <eggert@twinsun.com>
62610
62611         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
62612         Remove workaround macros for hosts that have mbrtowc but not
62613         mbstate_t, as we now insist on proper declarations for both
62614         before using mbrtowc.
62615
62616 2001-02-17  Jim Meyering  <meyering@lucent.com>
62617
62618         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
62619         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
62620         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
62621         UnixWare 7.1.1.
62622
62623         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
62624         rather than AC_CACHE_VAL.
62625
62626 2001-02-17  Jim Meyering  <meyering@lucent.com>
62627
62628         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
62629         around included file name.
62630
62631         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
62632
62633         * lib/strftime.c: Update from GNU libc (the only changes were to
62634         comments).
62635
62636 2001-02-17  Jim Meyering  <meyering@lucent.com>
62637
62638         * lib/regex.c: Update from libc.
62639
62640 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
62641
62642         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
62643         clash.
62644
62645 2001-02-16  Paul Eggert  <eggert@twinsun.com>
62646
62647         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
62648         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
62649         Reported by Mark Hounschell via Paul Eggert.
62650
62651 2001-02-07  Jim Meyering  <meyering@lucent.com>
62652
62653         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
62654
62655 2001-02-05  Jim Meyering  <meyering@lucent.com>
62656
62657         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
62658         it includes the patch required for `large file' support with at least
62659         HP-UX's 10.20 /bin/cc.
62660
62661 2001-02-03  Jim Meyering  <meyering@lucent.com>
62662
62663         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
62664         AS_IF, now that it works once again (mysteriously).
62665         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
62666
62667 2001-01-30  Jim Meyering  <meyering@lucent.com>
62668
62669         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
62670         * m4/chown.m4: Rename conftestchown to conftest.chown.
62671         * m4/rename.m4: s/conftestdir/conftest.d1/ and
62672         s/conftestdir2/conftest.d2/.
62673         * m4/utimes.m4: s/conftestdata/conftest.data/
62674         Inspired by Pavel Roskin's change in autoconf.
62675
62676 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
62677
62678         * lib/config.charset: Update for FreeBSD 4.2.
62679
62680 2001-01-27  Jim Meyering  <meyering@lucent.com>
62681
62682         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
62683         a use of AS_IF.
62684         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
62685
62686 2001-01-26  Jim Meyering  <meyering@lucent.com>
62687
62688         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
62689         quotearg.c includes it.
62690
62691 2001-01-26  Jim Meyering  <meyering@lucent.com>
62692
62693         * lib/quotearg.c: Include stddef.h.
62694         * lib/quote.c: Include stddef.h.
62695         Reported by Axel Kittenberger.
62696
62697         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
62698         line in double quotes so that it evokes a better diagnostic.
62699         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
62700         Reported by Axel Kittenberger.
62701
62702 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
62703
62704         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
62705         as if it was a `charset'.
62706
62707 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
62708
62709         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
62710         has const.
62711
62712 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
62713
62714         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
62715         to avoid a warning.  Add back 'const' to inptr.
62716
62717 2001-01-20  Jim Meyering  <meyering@lucent.com>
62718
62719         Be sure that headers are checked before used in code compiled
62720         for the type checks.
62721         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
62722         In place of that, invoke jm_CHECK_ALL_TYPES.
62723         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
62724         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
62725         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
62726         The check for ssize_t was mistakenly run before the test for unistd.h.
62727
62728         The configure-time check for stdbool.h was missing.
62729         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
62730         (jm_PREREQ_HASH): New function.
62731
62732 2001-01-17  Jim Meyering  <meyering@lucent.com>
62733
62734         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
62735         for autoconf-2.49c.
62736         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
62737
62738 2001-01-16  Jim Meyering  <meyering@lucent.com>
62739
62740         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
62741         From Bruno Haible.
62742
62743 2001-01-14  Jim Meyering  <meyering@lucent.com>
62744
62745         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
62746         foo and bar.  Create conftestdir/ in the script, not in the C code.
62747         Remove directories in the script, not in the C code.
62748         Remove conftestdir{,2} before trying to create the directory.
62749         Make the entire configure script fail if the mkdir fails.
62750
62751 2001-01-14  Jim Meyering  <meyering@lucent.com>
62752
62753         * lib/rename.c: New file.  From Volker Borchert.
62754         Include stdlib.h, string.h or strings.h, and xalloc.h.
62755         Use strip_trailing_slashes rather than open-coding it.
62756
62757 2001-01-03  Paul Eggert  <eggert@twinsun.com>
62758
62759         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
62760
62761 2001-01-03  Jim Meyering  <meyering@lucent.com>
62762
62763         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
62764         of local `inptr' to avoid warning with some system declarations of
62765         iconv.
62766
62767 2001-01-02  Volker Borchert  <bt@teknon.de>
62768
62769         * m4/rename.m4: New file.
62770         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
62771
62772 2001-01-01  Jim Meyering  <meyering@lucent.com>
62773
62774         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
62775         even on systems with utmpx.h.  It's necessary for the declaration of
62776         utmp's ut_user member.  Reported by Andreas Jaeger.
62777
62778         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
62779         available. They are required for the declarations of getgrgid and
62780         getpwuid resp.
62781         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
62782         Reported by Andreas Jaeger.
62783
62784 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
62785
62786         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
62787         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
62788         so `make install' also works in VPATH builds.
62789
62790 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
62791
62792         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
62793         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
62794         can be used in subdirectories.
62795
62796 2000-12-29  Paul Eggert  <eggert@twinsun.com>
62797
62798         * lib/modechange.c: Do not assume that mode_t uses the
62799         traditional octal encoding.  E.g. "chmod 1 FOO" should set
62800         the other-execute bit of FOO even if S_IXOTH != 1.
62801
62802         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
62803         WOTH, XOTH, ALLM): New macros.
62804         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
62805          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
62806         Use them.
62807         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
62808         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
62809         (mode_compile):
62810         No need to use uintmax_t; unsigned long is long enough.
62811         Don't bother to get suffix since we don't use it.
62812
62813 2000-12-26  Jim Meyering  <meyering@lucent.com>
62814
62815         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
62816         better with autoheader.
62817
62818 2000-12-24  Jim Meyering  <meyering@lucent.com>
62819
62820         * lib/hash.c (is_prime): Return explicit boolean values.
62821         (hash_get_first): Return NULL to appease Irix5.6's 89.
62822         Reported by Nelson Beebe.
62823
62824 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
62825
62826         * lib/localcharset.c (locale_charset): Add support for Win32.
62827
62828 2000-12-18  Paul Eggert  <eggert@twinsun.com>
62829
62830         * lib/physmem.h, lib/physmem.c: New files.
62831
62832         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
62833         (noinst_HEADERS): Add physmem.h.
62834
62835         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
62836         't' for compatibility with Solaris 8 sort.
62837
62838 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
62839
62840         * lib/config.charset: Add support for BeOS.
62841
62842 2000-12-17  Jim Meyering  <meyering@lucent.com>
62843
62844         * m4/dos.m4 (jm_AC_DOS): New file and macro.
62845         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
62846
62847 2000-12-16  Jim Meyering  <meyering@lucent.com>
62848
62849         This bug had a serious impact on chown: `chown N:M FILE' (for integer
62850         N and M) would have treated it like `chown N:N FILE'.
62851
62852         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
62853
62854 2000-12-16  Jim Meyering  <meyering@lucent.com>
62855
62856         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
62857         SHELLS_FILE to a file name that's useful on djgpp systems.
62858         Include stdlib.h.
62859         (ADDITIONAL_DEFAULT_SHELLS): Define.
62860         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
62861         Based mostly on a patch from Prashant TR.
62862
62863 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
62864
62865         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
62866         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
62867         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
62868
62869 2000-12-08  Andreas Schwab  <schwab@suse.de>
62870
62871         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
62872         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
62873
62874 2000-12-07  Jim Meyering  <meyering@lucent.com>
62875
62876         * lib/stripslash.c (ISSLASH): Define.
62877         (strip_trailing_slashes): Use ISSLASH rather than comparing against
62878         `/'.
62879         From Prashant TR.
62880
62881         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
62882         (dir_name_r): Declare this function as static.
62883         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
62884         manifest itself on a name containing a mix of slashes and
62885         backslashes.
62886         Make this function work with names starting with a DOS-style
62887         drive letter and colon prefix.
62888         (dir_name): Append `.' if necessary.
62889         Based mostly on patches from Prashant TR and Eli Zaretskii.
62890
62891         * lib/dirname.h (dir_name_r): Remove prototype.
62892
62893 2000-12-06  Paul Eggert  <eggert@twinsun.com>
62894
62895         * m4/off_t-format.m4: Remove this file.
62896         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
62897
62898 2000-12-06  Jim Meyering  <meyering@lucent.com>
62899
62900         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
62901         replacement strtoull, we may well need the replacement strtoul, too.
62902         Check for declarations of strtoul and strtoull.
62903         Check for strtol.  Mainly as a cue to cause automake to include
62904         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
62905         Check for limits.h -- strtol.c needs it.
62906
62907 2000-12-05  Jim Meyering  <meyering@lucent.com>
62908
62909         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
62910
62911 2000-12-04  Jim Meyering  <meyering@lucent.com>
62912
62913         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
62914         Also include memory.h, stdlib.h, unistd.h if appropriate.
62915         Reported by Andreas Jaeger (conflicting declaration of malloc).
62916
62917 2000-12-02  Jim Meyering  <meyering@lucent.com>
62918
62919         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
62920         * m4/jm-macros.m4 (jm_MACROS): require it.
62921
62922 2000-12-02  Jim Meyering  <meyering@lucent.com>
62923
62924         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
62925
62926 2000-12-01  Paul Eggert  <eggert@twinsun.com>
62927
62928         * lib/memrchr.c: Include <config.h> before any system include file.
62929
62930 2000-11-30  Jim Meyering  <meyering@lucent.com>
62931
62932         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
62933
62934 2000-11-30  Jim Meyering  <meyering@lucent.com>
62935
62936         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
62937
62938 2000-11-29  Paul Eggert  <eggert@twinsun.com>
62939
62940         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
62941
62942 2000-11-26  Jim Meyering  <meyering@lucent.com>
62943
62944         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
62945
62946 2000-11-22  Paul Eggert  <eggert@twinsun.com>
62947
62948         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
62949         size of (size_t) -1; it's not portable.
62950
62951 2000-11-17  Jim Meyering  <meyering@lucent.com>
62952
62953         * lib/strstr.c: Update from GNU libc.
62954
62955 2000-11-17  Akim Demaille  <akim@epita.fr>
62956
62957         * lib/obstack.h: Formatting changes.
62958         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
62959         prevent type checking.
62960         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
62961         cast the value to (void *): assigning a `foo *' to a `void *'
62962         variable is valid.
62963         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
62964
62965 2000-11-16  Jim Meyering  <meyering@lucent.com>
62966
62967         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
62968
62969 2000-11-11  Jim Meyering  <meyering@lucent.com>
62970
62971         * lib/error.c: Add a couple #includes, merging from GNU libc version.
62972
62973 2000-11-10  Jim Meyering  <meyering@lucent.com>
62974
62975         * lib/obstack.h: Update from GNU libc.
62976         * lib/obstack.c: Likewise.
62977
62978 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
62979
62980         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
62981
62982 2000-11-06  Paul Eggert  <eggert@twinsun.com>
62983
62984         * lib/getusershell.c (setusershell): Use rewind rather than
62985         fseek/fseeko, to avoid configuration hassles with fseeko.
62986         Don't bother opening SHELLS_FILE if shellstream is NULL;
62987         it's not necessary.
62988
62989 2000-11-05  Jim Meyering  <meyering@lucent.com>
62990
62991         * lib/makepath.h (make_dir): Declare.
62992         * lib/makepath.c (make_dir): Remove `static' attribute.
62993         Tweak a comment.
62994
62995 2000-11-04  Jim Meyering  <meyering@lucent.com>
62996
62997         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
62998
62999 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
63000
63001         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
63002         last one in a bucket, advance to the next bucket.
63003
63004 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
63005
63006         * lib/fnmatch.c: Do not comment out all the code if we are using
63007         the GNU C library, because in some cases we are replacing buggy
63008         code in the GNU C library itself.
63009
63010 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
63011
63012         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
63013         (regex_compile): Catch bogus \(\1\).
63014
63015 2000-10-30  Paul Eggert  <eggert@twinsun.com>
63016
63017         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
63018         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
63019         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
63020
63021 2000-10-30  Paul Eggert  <eggert@twinsun.com>
63022
63023         * lib/error.h, getline.h, modechange.h:
63024         Remove "2000" from Copyright line, as the file hasn't been
63025         changed this year other than in the copyright notice.
63026
63027         * lib/xalloc.h: Add "2000" to Copyright line, as this file
63028         was changed this year.
63029
63030 2000-10-29  Jim Meyering  <meyering@lucent.com>
63031
63032         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
63033         renaming.
63034         * m4/ls-mntd-fs.m4: Likewise
63035
63036 2000-10-29  Jim Meyering  <meyering@lucent.com>
63037
63038         * lib/xstat.in: Fix grammar in comment.
63039
63040 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
63041
63042         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
63043         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
63044         doesn't define __restrict_arr.
63045
63046 2000-10-28  Jim Meyering  <meyering@lucent.com>
63047
63048         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
63049         (jm_PREREQ_MEMCHR): New function.
63050
63051 2000-10-28  Jim Meyering  <meyering@lucent.com>
63052
63053         * lib/memchr.c: Update from libc.
63054         Adjust for portability:
63055         [HAVE_STDLIB_H]: Include stdlib.h.
63056         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
63057         Undef __memchr, too.
63058         [!weak_alias]: Define __memchr to memchr.
63059
63060         * lib/regex.c: Update from libc.
63061         * lib/regex.h: Likewise.
63062         * lib/getopt1.c: Likewise.
63063         * lib/memcmp.c: Likewise.
63064
63065         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
63066         Avoid using fseek, when possible -- it's broken by design.
63067         Patch by Ulrich Drepper.
63068
63069 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
63070
63071         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
63072         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
63073         Giving in to popular pressure to shut up the compiler with casts.
63074
63075 2000-10-26  Jim Meyering  <meyering@lucent.com>
63076
63077         * lib/strftime.c: Update from libc.
63078
63079 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
63080
63081         * regex.c: More `unsigned char' -> `re_char' changes.
63082         Also change several `int' into `re_wchar_t'.
63083         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
63084         (PUSH_FAILURE_POINTER): Don't cast any more.
63085         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
63086         We want GCC to complain, since this piece of code makes
63087         re_match non-reentrant, which *should* be fixed.
63088         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
63089         (EXTEND_BUFFER): Use RETALLOC.
63090         (SET_LIST_BIT): Don't cast.
63091         (re_wchar_t): New type.
63092         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
63093         that those two functions will always properly return.
63094         (IMMEDIATE_QUIT_CHECK): Cast to void.
63095         (analyse_first): Use recursion rather than an explicit stack.
63096         (re_compile_fastmap): Can't fail anymore.
63097         (re_search_2): Don't check re_compile_fastmap for failure.
63098         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
63099         Now also sets the new value (passed in a new argument).
63100         (re_match_2_internal): Use it.
63101         Also, use a new var `reg' of type size_t when looping through regs
63102         rather than reuse the inappropriate `mcnt'.
63103
63104 2000-10-25  Jim Meyering  <meyering@lucent.com>
63105
63106         * lib/obstack.c: Update from libc.
63107
63108 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
63109
63110         * regex.c (regex_compile): Change the way of handling a range from
63111         a char less than 256 to a char not less than 256.
63112
63113 2000-10-24  Andrew Innes  <andrewi@gnu.org>
63114
63115         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
63116         NT-Emacs only.
63117         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
63118         so that re_search functions only quit when callers expect them to.
63119
63120 2000-10-23  Jim Meyering  <meyering@lucent.com>
63121
63122         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
63123         wrong.  That set_locale call must not have any side effects.
63124         From Paul Eggert.
63125
63126 2000-10-22  Jim Meyering  <meyering@lucent.com>
63127
63128         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
63129         [CYCLIC]: Remove now-unused definition.
63130
63131         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
63132         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
63133         Suggestion from Ulrich Drepper.
63134
63135 2000-10-21  Jim Meyering  <meyering@lucent.com>
63136
63137         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
63138         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
63139         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
63140
63141 2000-10-21  Jim Meyering  <meyering@lucent.com>
63142
63143         * lib/dirname.c (memrchr): Declare if necessary.
63144         (dir_name): Remove the restriction that there be no
63145         trailing slashes.  Now, this code skips past them, effectively
63146         ignoring them.
63147         [TEST_DIRNAME] (main): New unit tests.
63148
63149         * lib/memrchr.c: New file from GNU libc.
63150         Undef __memrchr, too.
63151         [!weak_alias]: Define __memrchr to memrchr.
63152         Guard weak_alias use with `#ifdef weak_alias'.
63153
63154 2000-10-21  Jim Meyering  <meyering@lucent.com>
63155
63156         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
63157         (dir_name): Use dir_name_r.
63158         * lib/dirname.h (dir_name_r): Declare it.
63159
63160 2000-10-17  Jim Meyering  <meyering@lucent.com>
63161
63162         * lib/quote.h (PARAMS): Define and use.
63163         Reported by Akim Demaille.
63164
63165         * lib/getopt.c: Update from libc.
63166
63167 2000-10-16  Jim Meyering  <meyering@lucent.com>
63168
63169         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
63170         setlocale.
63171         From Jan Fedak.
63172
63173 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
63174
63175         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
63176
63177 2000-09-25  Jim Meyering  <meyering@lucent.com>
63178
63179         * lib/md5.h (rol): Define (from GnuPG).
63180
63181         * lib/sha.c: Give credit (GnuPG) where due.
63182         (M): Use rol rather than open-coding it.
63183         Add a FIXME comment.
63184
63185 2000-09-21  Jim Meyering  <meyering@lucent.com>
63186
63187         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
63188         Reported by Michael Stone.
63189
63190 2000-09-20  Jim Meyering  <meyering@lucent.com>
63191
63192         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
63193         (noinst_HEADERS): Add sha.h.
63194         Based on code from Scott G. Miller and from GnuPG.
63195
63196 2000-09-18  Jim Meyering  <meyering@lucent.com>
63197
63198         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
63199         LIBS. Otherwise, everyone ends up linking with -lelf for some
63200         configurations.
63201         Reported by Mike Stone.
63202
63203 2000-09-15  Jim Meyering  <meyering@lucent.com>
63204
63205         * lib/regex.c: Update from libc.
63206
63207 2000-09-10  Jim Meyering  <meyering@lucent.com>
63208
63209         * lib/getopt.c (_getopt_internal): Update from glibc.
63210
63211 2000-09-09  Jim Meyering  <meyering@lucent.com>
63212
63213         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
63214         think it should be used as a general replacement for isascii.
63215         * lib/fnmatch.c: Likewise.
63216         * lib/mbswidth.c: Likewise
63217         * lib/regex.c: Likewise.
63218
63219         Don't use atoi.
63220         * lib/userspec.c: Include sys/param.h and limits.h.
63221         Include xstrtol.h.
63222         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
63223         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
63224         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
63225         UID, GID.  Check range.
63226
63227 2000-09-06  Jim Meyering  <meyering@lucent.com>
63228
63229         * lib/getopt.c (_getopt_internal): Update from glibc.
63230
63231 2000-08-30  Jim Meyering  <meyering@lucent.com>
63232
63233         * lib/strftime.c: Merge in changes from GNU libc.
63234
63235 2000-08-26  Jim Meyering  <meyering@lucent.com>
63236
63237         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
63238         * m4/fpending.m4: New file.
63239
63240 2000-08-26  Jim Meyering  <meyering@lucent.com>
63241
63242         * lib/closeout.c: Include "__fpending.h".
63243         (close_stdout_status): Return right away if there's nothing to flush.
63244
63245         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
63246         * lib/__fpending.c: New file.
63247         * lib/__fpending.h: New file.
63248
63249 2000-08-20  Jim Meyering  <meyering@lucent.com>
63250
63251         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
63252         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
63253         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
63254
63255 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
63256
63257         Improve fileutils installation on systems where running
63258         programs (like install) can't be unlinked.
63259         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
63260         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
63261
63262 2000-08-07  Paul Eggert  <eggert@twinsun.com>
63263
63264         Standardize on "memory exhausted" instead of "Memory exhausted"
63265         or "virtual memory exhausted".
63266         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
63267         "virtual memory exhausted".
63268         * lib/same.c (same_name): Invoke xalloc_die instead of printing
63269         our own message.
63270         * lib/userspec.c (parse_user_spec): Likewise.
63271         * lib/bumpalloc.h: comment fix
63272         * lib/same.c, userspec.c: Include xalloc.h.
63273
63274         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
63275         not char *const and pointing to a constant array.
63276         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
63277         (xrealloc): Comment fix.
63278
63279         * lib/userspec.c (parse_user_spec):
63280         Don't translate a message until just before returning,
63281         to avoid unnecessary translation.
63282
63283 2000-08-07  Jim Meyering  <meyering@lucent.com>
63284
63285         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
63286         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
63287         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
63288         getgroups.c, gethostname.c, getopt.h, group-member.c,
63289         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
63290         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
63291         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
63292         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
63293         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
63294         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
63295         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
63296         yesno.c: Back out Copyright date changes for each file with no change
63297         this year.  This eases coordination with other programs using the same
63298         source code modules.  From Paul Eggert.
63299
63300 2000-08-06  Paul Eggert  <eggert@twinsun.com>
63301
63302         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
63303         not char, for compatibility with glibc 2.1.3 strftime.c.
63304
63305 2000-08-03  Greg McGary  <greg@mcgary.org>
63306
63307         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
63308         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
63309         (EXTEND_BUFFER): Use them.
63310
63311 2000-08-01  Jim Meyering  <meyering@lucent.com>
63312
63313         * lib/dirname.c (ISSLASH): Define.
63314         (BACKSLASH_IS_PATH_SEPARATOR): Define.
63315         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
63316         both `\' and `/' may be use as path separators.
63317         Based on a patch from Prashant TR.
63318
63319 2000-07-31  Paul Eggert  <eggert@twinsun.com>
63320
63321         * lib/quotearg.c (quotearg_n_options): Don't make the initial
63322         slot vector a constant, since it might get modified.
63323
63324 2000-07-31  Jim Meyering  <meyering@lucent.com>
63325
63326         * lib/xmalloc.c: Use `virtual memory exhausted', not
63327         `Memory exhausted'.
63328         * lib/obstack.c (print_and_abort): Likewise.
63329
63330 2000-07-30  Paul Eggert  <eggert@twinsun.com>
63331
63332         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
63333         buffer, so that the caller can always quote one small
63334         component of a "memory exhausted" message in slot 0.
63335         From a suggestion by Jim Meyering.
63336
63337 2000-07-30  Jim Meyering  <meyering@lucent.com>
63338
63339         * lib/makepath.c (make_path): Quote the other instance, too.
63340
63341         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
63342         (STATIC_BUF_SIZE): Define.
63343         (quotearg_n_options): Use only statically allocated storage when
63344         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
63345         than STATIC_BUF_SIZE.
63346
63347 2000-07-29  Jim Meyering  <meyering@lucent.com>
63348
63349         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
63350         * lib/dirname.c (dir_name): Likewise.
63351
63352         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
63353         `/'.
63354
63355         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
63356         (dir_name): Assert that there are no trailing slashes.
63357
63358 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
63359
63360         * lib/mbswidth.h (mbswidth): Add a flags argument.
63361         (mbswidth): New declaration.
63362         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
63363         * lib/mbswidth.c (mbswidth): Add a flags argument.
63364         (mbsnwidth): New function.
63365
63366 2000-07-24  Jim Meyering  <meyering@lucent.com>
63367
63368         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
63369
63370 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63371
63372         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
63373
63374 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63375
63376         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
63377         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
63378         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
63379         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
63380         invoke multibyte primitives.
63381
63382 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63383
63384         * lib/quotearg.c:
63385         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
63386         so that mbstate_t is always defined.
63387
63388         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
63389         be 1 in at least one GCC installation, and this configuration
63390         error is likely to be common.  Ignoring MB_LEN_MAX hurts
63391         performance on hosts that have mbrtowc but have only unibyte
63392         locales, but I assume these hosts are rare.
63393
63394 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63395
63396         * lib/mbswidth.c (_XOPEN_SOURCE):
63397         Don't define; this causes problems on Solaris 7.
63398         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
63399
63400 2000-07-23  Jim Meyering  <meyering@lucent.com>
63401
63402         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
63403         too: getgrgid, getpwuid, getuid.
63404
63405 2000-07-23  Jim Meyering  <meyering@lucent.com>
63406
63407         * lib/basename.c (base_name): Add an assertion.
63408
63409 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
63410
63411         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
63412         shadow its mbsinit function.
63413
63414 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
63415
63416         * lib/mbswidth.h: New file.
63417         * lib/mbswidth.c: New file.
63418         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
63419         (noinst_HEADERS): Add mbswidth.h.
63420
63421 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
63422
63423         * lib/config.charset: Add support for FreeBSD. Improve support for
63424         HP-UX and IRIX 6.
63425
63426 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
63427
63428         * m4/mbswidth.m4: New file.
63429         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
63430
63431 2000-07-15  Jim Meyering  <meyering@lucent.com>
63432
63433         * lib/makepath.c: Include quote.h.
63434         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
63435         corresponding argument in a `quote (...)' call.
63436         Give better diagnostics.
63437
63438         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
63439         (noinst_HEADERS): Add quote.h.
63440
63441         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
63442         from tar's src/misc.c.
63443         * lib/quote.h: New file.  Prototypes for same.
63444
63445 2000-07-14  Paul Eggert  <eggert@twinsun.com>
63446
63447         From a suggestion by Bruno Haible.
63448         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
63449         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
63450         to decide whether to define the BeOS workaround macro;
63451         this adjusts to the change to AC_MBSTATE_T.
63452
63453 2000-07-14  Jim Meyering  <meyering@lucent.com>
63454
63455         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
63456         jm_AC_TYPE_UINTMAX_T.
63457
63458 2000-07-13  Paul Eggert  <eggert@twinsun.com>
63459
63460         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
63461
63462         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
63463         quotearg_buffer_restyled): Add support for
63464         clocale_quoting_style.  Undo previous change to
63465         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
63466         and "{RIGHT QUOTATION MARK}" msgids.
63467
63468 2000-07-10  Paul Eggert  <eggert@twinsun.com>
63469
63470         From a suggestion by Bruno Haible.
63471         * m4/mbstate_t.m4 (AC_MBSTATE_T):
63472         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
63473         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
63474         and mbstate_t, to a single-part test that simply defines mbstate_t.
63475         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
63476         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
63477
63478 2000-07-10  Jim Meyering  <meyering@lucent.com>
63479
63480         * m4/strerror_r.m4: Mirror the correction made in autoconf.
63481
63482         * m4/gnu-source.m4: Output to confdefs.h directly.
63483         Suggestion from Akim Demaille.
63484
63485 2000-07-09  Paul Eggert  <eggert@twinsun.com>
63486
63487         The old behavior of quoting `like this' doesn't look good with
63488         newer, ISO-style fonts.  See:
63489         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
63490
63491         Instead, quote "like this" by default.  Let the translator
63492         tailor the locale-specific quoting behavior by providing
63493         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
63494
63495         * lib/quotearg.c (N_): New macro.
63496         (gettext_default): New function.
63497         (quotearg_buffer_restyled): Use
63498         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
63499         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
63500
63501 2000-07-09  Jim Meyering  <meyering@lucent.com>
63502
63503         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
63504         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
63505
63506         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
63507         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
63508
63509 2000-07-09  Jim Meyering  <meyering@lucent.com>
63510
63511         * lib/Most files: Update copyright dates to include 2000.
63512
63513 2000-07-08  Jim Meyering  <meyering@lucent.com>
63514
63515         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
63516         if not defined.
63517         (xgethostname): Remove now-unnecessary #ifdef.
63518         Move declaration of `err' into loop where it's used.
63519
63520 2000-07-05  Paul Eggert  <eggert@twinsun.com>
63521         and Bruno Haible  <haible@clisp.cons.org>
63522
63523         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
63524         only if the test for an object-type mbstate_t fails.  This
63525         prevents us from mistakenly reporting that mbstate_t is a
63526         system object type after we "#define mbstate_t int" to work
63527         around its lack.
63528
63529 2000-07-05  Paul Eggert  <eggert@twinsun.com>
63530         and Bruno Haible  <haible@clisp.cons.org>
63531
63532         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
63533
63534 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63535
63536         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
63537         to strerror_r.
63538         Include <ctype.h> for use of isalpha.
63539
63540 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63541
63542         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
63543         by allocating a larger buffer. Test the gethostname return value for
63544         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
63545         returns an error and ENAMETOOLONG isn't defined.
63546
63547 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63548
63549         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
63550         dimension.
63551
63552 2000-07-04  Jim Meyering  <meyering@lucent.com>
63553
63554         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
63555         of the deprecated AC_CHECKING.
63556
63557 2000-07-04  Jim Meyering  <meyering@lucent.com>
63558
63559         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
63560         Reported by Bruno Haible.
63561
63562 2000-07-04  Jim Meyering  <meyering@lucent.com>
63563
63564         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
63565         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
63566         lacks mbrtowc.
63567
63568 2000-07-03  Paul Eggert  <eggert@twinsun.com>
63569
63570         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
63571         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
63572
63573 2000-07-03  Paul Eggert  <eggert@twinsun.com>
63574         and Bruno Haible  <haible@clisp.cons.org>
63575
63576         * lib/quotearg.c (mbrtowc):
63577         Assign to *pwc, and return 1 only if result is nonzero.
63578         (iswprint): Use ISPRINT when substituting our own mbrtowc.
63579
63580 2000-07-03  Jim Meyering  <meyering@lucent.com>
63581
63582         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
63583
63584 2000-07-03  Jim Meyering  <meyering@lucent.com>
63585
63586         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
63587         This is necessary to get a definition of e.g., UTMP_FILE on
63588         HP-UX 10.20.
63589         From Bob Proulx.
63590
63591 2000-07-02  Jim Meyering  <meyering@lucent.com>
63592
63593         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
63594
63595         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
63596         AC_LIBOBJ(function_name).
63597         * m4/chown.m4: Likewise.
63598         * m4/fnmatch.m4: Likewise.
63599         * m4/ftruncate.m4: Likewise.
63600         * m4/getgroups.m4: Likewise.
63601         * m4/getline.m4: Likewise.
63602         * m4/group-member.m4: Likewise.
63603         * m4/jm-macros.m4: Likewise.
63604         * m4/lstat.m4: Likewise.
63605         * m4/malloc.m4: Likewise.
63606         * m4/memcmp.m4: Likewise.
63607         * m4/nanosleep.m4: Likewise.
63608         * m4/putenv.m4: Likewise.
63609         * m4/realloc.m4: Likewise.
63610         * m4/regex.m4: Likewise.
63611         * m4/stat.m4: Likewise.
63612         * m4/strftime.m4: Likewise.
63613
63614 2000-07-02  Jim Meyering  <meyering@lucent.com>
63615
63616         * lib/quotearg.c (mbstate_t): Don't define here.
63617
63618 2000-07-02  Jim Meyering  <meyering@lucent.com>
63619
63620         * lib/nanosleep.c (SIGCONT): Define if not already defined.
63621
63622 2000-07-01  Jim Meyering  <meyering@lucent.com>
63623
63624         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
63625
63626 2000-07-01  Jim Meyering  <meyering@lucent.com>
63627
63628         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
63629         problem.
63630
63631 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
63632
63633         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
63634         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
63635
63636 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
63637
63638         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
63639         per change in ../m4/ls-mntd-fs.m4.
63640         (read_filesystem_list): Ignore symbolic links.
63641
63642 2000-06-29  Jim Meyering  <meyering@lucent.com>
63643
63644         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
63645         for declaration of strcmp.
63646
63647         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
63648
63649         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
63650         Avoid warning by casting result to `char *' to remove `const'.
63651
63652 2000-06-28  Jim Meyering  <meyering@lucent.com>
63653
63654         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
63655         included by quotearg.c, for which we perform this test.  From
63656         Bruno Haible.
63657
63658 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
63659
63660         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
63661         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
63662         <utmpx.h> exists, put readutmp.o into LIBOBJS.
63663
63664 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
63665
63666         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
63667
63668 2000-06-26  Paul Eggert  <eggert@twinsun.com>
63669
63670         savedir now sets errno on failure and invokes xmalloc to get memory.
63671         Fix a couple of other minor bugs while we're at it.
63672
63673         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
63674         (NAMLEN): Remove macro.
63675         (malloc, realloc): Remove decls.
63676         (stpcpy): Likewise.
63677         ("xalloc.h"): Include.
63678         (NAME_SIZE_DEFAULT): New macro.
63679         (savedir): Use xmalloc / xrealloc to allocate memory.
63680         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
63681         Skip "" directory entries.
63682         Use strlen to calculate directory entry length, since the old method
63683         is rarely used these days and isn't worth supporting.
63684         Don't use a pointer after freeing it.
63685         Check for integer overflow when calculating allocation size.
63686         Use memcpy to copy entries, instead of stpcpy.
63687         Set errno properly when returning NULL.
63688         Check for readdir error.
63689
63690 2000-06-26  Jim Meyering  <meyering@lucent.com>
63691
63692         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
63693
63694 2000-06-25  Jim Meyering  <meyering@lucent.com>
63695
63696         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
63697         Linux header bug when _XOPEN_SOURCE is defined to 500.
63698
63699 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
63700
63701         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
63702         deficiency.
63703
63704 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
63705
63706         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
63707         Include xalloc.h.
63708         Don't include <stdlib.h>.  Don't declare malloc, realloc.
63709
63710 2000-06-24  Jim Meyering  <meyering@lucent.com>
63711
63712         * m4/strerror_r.m4: Revive this file -- to try out an experimental
63713         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
63714         for which strerror does return char*, but which lacks a conveniently
63715         accessible declaration of the function.  If the compile-test says
63716         strerror_r doesn't work, then resort to a `run'-test that works on
63717         BeOS and segfaults on DEC Unix.
63718
63719 2000-06-24  Jim Meyering  <meyering@lucent.com>
63720
63721         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
63722
63723 2000-06-23  Paul Eggert  <eggert@twinsun.com>
63724
63725         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
63726         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
63727
63728 2000-06-23  Paul Eggert  <eggert@twinsun.com>
63729
63730         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
63731         (mbrtowc, mbstate_t): Define substitutes if
63732         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
63733         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
63734         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
63735
63736 2000-06-23  Jim Meyering  <meyering@lucent.com>
63737
63738         * m4/afs.m4: Add missing AC_MSG_RESULT.
63739         Reported by Bruno Haible.
63740
63741         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
63742         Suggestion from Bruno Haible.
63743
63744 2000-06-23  Jim Meyering  <meyering@lucent.com>
63745
63746         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
63747
63748 2000-06-21  Jim Meyering  <meyering@lucent.com>
63749
63750         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
63751
63752 2000-06-21  Jim Meyering  <meyering@lucent.com>
63753
63754         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
63755         (noinst_HEADERS): Add getstr.h.
63756
63757         * lib/getline.c (getstr): Move into a separate file.
63758         * lib/getstr.c (getstr): New file, extracted from getline.c, with
63759         the following changes: new parameter, delim2; both delim[12]
63760         parameters have type `int', not `char'.  The latter would lose
63761         with 8-bit delimiters.
63762         * lib/getstr.h: New file.
63763
63764 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63765
63766         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
63767         than 1024, return a memory chunk of least possible size, instead
63768         of size PATH_MAX + 2. In the loop, increment the size proportionally.
63769         Use free/xmalloc instead of xrealloc to avoid copying for very long
63770         paths.
63771
63772 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63773
63774         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
63775         the empty string.
63776
63777 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63778
63779         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
63780         address, not strdup.  Include <stdlib.h> and don't declare free().
63781
63782 2000-06-19  Jim Meyering  <meyering@lucent.com>
63783
63784         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
63785
63786 2000-06-18  Jim Meyering  <meyering@lucent.com>
63787
63788         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
63789
63790         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
63791         `checking whether...' message to be consistent with that of the
63792         lstat test.
63793
63794 2000-06-18  Jim Meyering  <meyering@lucent.com>
63795
63796         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
63797         Besides, these days every porting target provides a mkdir function.
63798
63799         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
63800         needed. (this snippet comes from src/system.h).
63801
63802 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
63803
63804         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
63805
63806 2000-06-15  Paul Eggert  <eggert@twinsun.com>
63807
63808         * lib/human.c (adjust_value): New function.
63809         (human_readable_inexact): Apply rounding style even when
63810         printing approximate values.
63811
63812 2000-06-14  Paul Eggert  <eggert@twinsun.com>
63813
63814         * lib/human.c (human_readable_inexact): Allow an input block
63815         size that is not a multiple of the output block size, and vice versa.
63816         Reported by Piergiorgio Sartor.
63817
63818 2000-06-14  Paul Eggert  <eggert@twinsun.com>
63819
63820         * lib/getdate.y (get_date): Apply relative times after time
63821         zone indicator, not before.  Reported by Todd A. Jacobs.
63822
63823 2000-06-13  Jim Meyering  <meyering@lucent.com>
63824
63825         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
63826
63827         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
63828
63829 2000-06-12  Paul Eggert  <eggert@twinsun.com>
63830
63831         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
63832
63833 2000-06-12  Jim Meyering  <meyering@lucent.com>
63834
63835         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
63836         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
63837         optional argument.
63838         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
63839         the optional argument, `lib'.
63840
63841 2000-06-08  Jim Meyering  <meyering@lucent.com>
63842
63843         * m4/largefile.m4: Remove file (now that it's part of autoconf).
63844
63845 2000-06-04  Paul Eggert  <eggert@twinsun.com>
63846
63847         Rewrite largefile configuration so that we don't need to run
63848         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
63849         AC_CANONICAL_HOST in configure.in -- jmm]
63850
63851         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
63852         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
63853         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
63854         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
63855         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
63856         All uses changed.
63857         Instead of inspecting the output of getconf, try to compile the
63858         test program without and with the macro definition.
63859         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
63860         for getconf.  Instead, check for the needed flags by compiling
63861         test programs.
63862
63863 2000-06-04  Paul Eggert  <eggert@twinsun.com>
63864
63865         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
63866
63867 2000-06-04  Jim Meyering  <meyering@lucent.com>
63868
63869         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
63870         SunOS 4.1.4 for which gid_t is an unsigned type.
63871
63872 2000-06-03  Jim Meyering  <meyering@lucent.com>
63873
63874         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
63875         now that autoconf requires that.
63876
63877         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
63878         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
63879         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
63880
63881 2000-06-03  Jim Meyering  <meyering@lucent.com>
63882
63883         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
63884
63885 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
63886
63887         * m4/glibc21.m4: New file.
63888         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
63889
63890 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
63891
63892         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
63893         newer, don't install charset.alias.
63894         * lib/config.charset: Change the Linux/glibc rules so they become empty
63895         on glibc-2.1 or newer.
63896
63897 2000-06-02  Jim Meyering  <meyering@lucent.com>
63898
63899         * lib/mountlist.c: Back out last change.  Instead, do this...
63900         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
63901         me_dummy member using the same `ignore'-testing code.
63902         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
63903         fs_type strings.
63904         From Mark D. Roth.
63905
63906 2000-05-29  Jim Meyering  <meyering@lucent.com>
63907
63908         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
63909         mounts with the `ignore' attribute.  Based on a patch from
63910         Mark D. Roth.
63911
63912 2000-05-28  Jim Meyering  <meyering@lucent.com>
63913
63914         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
63915         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
63916         * m4/stat.m4: Likewise.
63917         * m4/lstat.m4: Likewise.
63918         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
63919
63920         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
63921         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
63922
63923 2000-05-26  Jim Meyering  <meyering@lucent.com>
63924
63925         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
63926
63927 2000-05-24  Jim Meyering  <meyering@lucent.com>
63928
63929         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
63930         autoconf requires that.
63931         * m4/lib-check.m4: Likewise.
63932         * m4/jm-macros.m4: Likewise.
63933         * m4/strftime.m4: Likewise.
63934
63935         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
63936         AC_CHECK_DECLS, now that autoconf requires that.
63937
63938 2000-05-22  Jim Meyering  <meyering@lucent.com>
63939
63940         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
63941         * m4/lstat.m4: Likewise.
63942
63943 2000-05-22  Jim Meyering  <meyering@lucent.com>
63944
63945         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
63946
63947 2000-05-20  Jim Meyering  <meyering@lucent.com>
63948
63949         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
63950         (jm_PREREQ): Use it.
63951
63952 2000-05-18  Jim Meyering  <meyering@lucent.com>
63953
63954         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
63955         back, too, since it may have been modified by allocate_entry.
63956         (hash_delete): Rewrite to use neither the assignment operator
63957         nor the comma operator in an if-expression.
63958
63959 2000-05-15  Paul Eggert  <eggert@twinsun.com>
63960
63961         * lib/closeout.c:
63962         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
63963         Remove; no longer needed.
63964         "quotearg.h": Add include.
63965         (file_name): Do not bother to explicitly initialize to NULL; it's less
63966         efficient on some hosts.
63967         (close_stdout_status): Remove test as to whether stdout was already
63968         closed; it breaks for the case "echo x | sort >&-".
63969         Quote file name colons.
63970         Do not assume that _("write error") lacks format strings.
63971
63972 2000-05-15  Jim Meyering  <meyering@lucent.com>
63973
63974         * lib/version-etc.c (version_etc_copyright): Update the copyright
63975         string used in all --version output.
63976
63977 2000-05-14  Jim Meyering  <meyering@lucent.com>
63978
63979         * lib/closeout.c (close_stdout_set_file_name): New function.
63980         (close_stdout_status): Use new file-scoped global.
63981         Return right away if fstat says the stdout file descriptor is invalid.
63982         * lib/closeout.h (close_stdout_set_file_name): Declare.
63983
63984 2000-05-10  Jim Meyering  <meyering@lucent.com>
63985
63986         * lib/closeout.c [default_exit_status]: New file-scoped variable.
63987         (close_stdout_set_status): New function.
63988         * lib/closeout.h (close_stdout_set_status): Declare.
63989
63990 2000-05-09  Jim Meyering  <meyering@lucent.com>
63991
63992         * m4/gettext.m4: Rename this...
63993         * m4/libintl.m4: ...to this.
63994
63995 2000-05-08  Jim Meyering  <meyering@lucent.com>
63996
63997         * lib/long-options.c: Don't include closeout.h.
63998         (parse_long_options): Don't call close_stdout for --version.
63999
64000 2000-05-06  Paul Eggert  <eggert@twinsun.com>
64001
64002         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
64003         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
64004         2.1.3 bug.  This avoids a clash when files like regex.c define
64005         _GNU_SOURCE.
64006
64007 2000-05-06  Jim Meyering  <meyering@lucent.com>
64008
64009         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
64010         (AC_REPLACE_FUNCS): Add strnlen.
64011
64012         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
64013         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
64014
64015         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
64016         AC_SEARCH_LIBS call for nanosleep.
64017         (LIB_NANOSLEEP): Set and AC_SUBST.
64018
64019 2000-05-06  Jim Meyering  <meyering@lucent.com>
64020
64021         * lib/strnlen.c: Undefine __strnlen and strnlen.
64022         [!weak_alias]: Define __strnlen to strnlen.
64023
64024         * lib/atexit.c: New file, from libiberty.
64025
64026 2000-05-06  Jim Meyering  <meyering@lucent.com>
64027
64028         * lib/closeout.c (close_stdout_status): Also check for errors on the
64029         stderr stream.
64030
64031 2000-05-05  Jim Meyering  <meyering@lucent.com>
64032
64033         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
64034         AC_SEARCH_LIBS call for clock_gettime.
64035         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
64036
64037         * m4/search-libs.m4: Update from autoconf.
64038
64039         su doesn't work on Solaris 2.6.
64040         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
64041         <shadow.h>.  Reported by Dragos Harabor.
64042
64043 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
64044
64045         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
64046         memcpy instead of xmalloc, xrealloc, path_concat.
64047         (locale_charset): Treat empty environment variables as absent.
64048         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
64049
64050 2000-05-04  Jim Meyering  <meyering@lucent.com>
64051
64052         * lib/getopt.c: Update from glibc.
64053         * lib/obstack.c: Likewise.
64054         * lib/obstack.h: Likewise.
64055         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
64056         file
64057
64058         * lib/regex.h: Likewise.
64059         * lib/strndup.c: Likewise.
64060         * lib/strnlen.c: New file, from glibc.
64061
64062 2000-05-03  Jim Meyering  <meyering@lucent.com>
64063
64064         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
64065
64066 2000-05-02  Paul Eggert  <eggert@twinsun.com>
64067
64068         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
64069         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
64070         compile-time test, rather than inspecting host and OS, to
64071         decide whether to define _LARGEFILE_SOURCE.
64072
64073 2000-05-01  Jim Meyering  <meyering@lucent.com>
64074
64075         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
64076
64077         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
64078         Based on a patch from Bruno Haible.
64079
64080 2000-05-01  Jim Meyering  <meyering@lucent.com>
64081
64082         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
64083
64084 2000-04-29  Jim Meyering  <meyering@lucent.com>
64085
64086         * lib/path-concat.c: Declare strdup only if it's not defined.
64087         * lib/canon-host.c: Likewise.
64088
64089 2000-04-28  Jim Meyering  <meyering@lucent.com>
64090
64091         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
64092         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
64093         is included first, then limits.h is included by locale.h by libintl.h.
64094         From John David Anglin.
64095
64096 2000-04-25  Jim Meyering  <meyering@lucent.com>
64097
64098         * lib/makepath.c (S_IRWXUGO): Define.
64099         (make_path): Always perform explicit chmod if MODE specifies any
64100         of the `special' permission bits.  Prompted by a bug report against
64101         install from Mate Wierdl and Joost van Baal.
64102
64103 2000-04-18  Jim Meyering  <meyering@lucent.com>
64104
64105         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
64106         (jm_PREREQ): Use it.
64107
64108 2000-04-18  Jim Meyering  <meyering@lucent.com>
64109
64110         * lib/README: New file.
64111
64112         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
64113         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
64114
64115 2000-04-17  Jim Meyering  <meyering@lucent.com>
64116
64117         Get it right :-)
64118         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
64119         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
64120         Suggestion from Akim Demaille.
64121
64122 2000-04-17  Jim Meyering  <meyering@lucent.com>
64123
64124         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
64125         the definition of it to rpl_strftime also defined-away the system's
64126         declaration.
64127
64128 2000-04-15  Jim Meyering  <meyering@lucent.com>
64129
64130         Use `C' to denote so-called `contiguous' files, the same way
64131         that tar does.
64132         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
64133         (ftypelet): Use S_ISCTG.
64134         From Michael Deutschmann.
64135
64136 2000-04-14  Jim Meyering  <meyering@lucent.com>
64137
64138         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
64139         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
64140         clobbered.
64141
64142 2000-04-14  Jim Meyering  <meyering@lucent.com>
64143
64144         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
64145
64146 2000-04-13  Jim Meyering  <meyering@lucent.com>
64147
64148         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
64149         AH_VERBATIM to insert required #ifndef into config.h.in.
64150         Suggestion from Akim Demaille.
64151
64152 2000-04-12  Jim Meyering  <meyering@lucent.com>
64153
64154         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
64155         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
64156         Christian Krackowizer.
64157
64158         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
64159         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
64160         (AC_SYS_LARGEFILE): Require.
64161         (AM_C_PROTOTYPES): Require.
64162
64163 2000-04-08  Jim Meyering  <meyering@lucent.com>
64164
64165         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
64166         names don't conflict.  Reported by Eli Zaretskii.
64167
64168 2000-04-07  Jim Meyering  <meyering@lucent.com>
64169
64170         * lib/putenv.c: Move inclusion of errno.h so it follows that of
64171         sys/types.h, to work around system header problems on AIX 3.2.5.
64172         From Bruno Haible.
64173
64174 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
64175
64176         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
64177         bug.  Deal with the different error behavior of Irix iconv.
64178
64179 2000-04-05  Paul Eggert  <eggert@twinsun.com>
64180
64181         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
64182         IRIX if the installer said otherwise.
64183
64184 2000-04-05  Jim Meyering  <meyering@lucent.com>
64185
64186         Portability tweaks required for ultrix4.3.
64187         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
64188         (jm_CHECK_DECLS): Add getutent to the list of functions.
64189         (_jm_DECL_HEADERS): Add utmpx.h.
64190         From John David Anglin.
64191
64192         * m4/strftime.m4: Back out the 2000-04-02 change.
64193         Instead of that change, simply undefine putenv in the test program.
64194
64195 2000-04-05  Jim Meyering  <meyering@lucent.com>
64196
64197         Portability tweaks required for ultrix4.3.
64198         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
64199         getutent.
64200         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
64201         * lib/canon-host.c: Declare strdup.
64202         * lib/path-concat.c: Likewise.
64203         From John David Anglin.
64204
64205 2000-04-04  Jim Meyering  <meyering@lucent.com>
64206
64207         Be more DOS 8.3-friendly.
64208         * lib/ref-add.sin: Renamed from ref-add.sed.in.
64209         * lib/ref-del.sin: Renamed from ref-del.sed.in.
64210         * lib/Makefile.am: Reflect renaming.
64211         Reported by Eli Zaretskii.
64212
64213         Use a temporary file name that won't clash with `charset.alias'
64214         in the DOS 8.3 name space.
64215         * lib/Makefile.am (charset_tmp): Define.
64216         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
64217         (uninstall-local): Likewise.
64218         Reported by Eli Zaretskii.
64219
64220 2000-04-03  Jim Meyering  <meyering@lucent.com>
64221
64222         * m4/gettext.m4: Fix typo in comment.
64223
64224         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
64225         textutils/configure.in).  Suggestion from Paul Eggert.
64226         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
64227
64228 2000-04-02  Paul Eggert  <eggert@twinsun.com>
64229
64230         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
64231         variable in the shell rather than using putenv, which isn't
64232         portable.  This avoids the configure-time inter-test dependency
64233         on the potentially-renamed putenv function.
64234
64235 2000-03-30  Paul Eggert  <eggert@twinsun.com>
64236
64237         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
64238         before checking struct stat.st_blksize, so that
64239         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
64240
64241 2000-03-29  Paul Eggert  <eggert@twinsun.com>
64242
64243         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
64244         since strftime.c uses HAVE_STRFTIME to decide whether to use
64245         the underlying strftime.
64246
64247 2000-03-29  Paul Eggert  <eggert@twinsun.com>
64248
64249         * lib/time/strftime.c (my_strftime): Make sure we call the system
64250         strftime, not ourselves, when invoking the underlying strftime.
64251
64252 2000-03-24  Jim Meyering  <meyering@lucent.com>
64253
64254         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
64255         (charset_alias): Define.
64256         (install-exec-local): Factor out common code.
64257         (uninstall-local): Split lines longer than 80.
64258         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
64259         (SUFFIXES): Define.
64260         (.sed.in.sed): New rule.  Don't redirect directly to $@.
64261         (CLEANFILES): Add ref-add.sed and ref-del.sed.
64262
64263 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
64264
64265         * lib/config.charset: Output a line containing "Packages using this
64266         file".
64267         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
64268         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
64269         ref-del.sed): New rules.
64270
64271 2000-03-17  Jim Meyering  <meyering@lucent.com>
64272
64273         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
64274         Otherwise, include <strings.h>
64275
64276 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
64277
64278         * lib/unicodeio.c (utf8_wctomb): New function.
64279         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
64280         format instead of in UCS-4 with platform dependent endianness.
64281
64282 2000-03-10  Jim Meyering  <meyering@lucent.com>
64283
64284         * m4/lib-check.m4: Look for getspnam in -lgen, too.
64285         From Marco Franzen.
64286
64287 2000-03-07  Paul Eggert  <eggert@twinsun.com>
64288
64289         * lib/savedir.c (savedir): Work even if directory size is
64290         negative; this can happen with some screwy NFS configurations.
64291
64292 2000-03-06  Jim Meyering  <meyering@lucent.com>
64293
64294         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
64295         if it's NULL (because we ran out of memory).  From Bruno Haible.
64296
64297 2000-03-05  Jim Meyering  <meyering@lucent.com>
64298
64299         * lib/localcharset.c ("path-concat.h"): Include.
64300         (get_charset_aliases): Use path_concat instead of ANSI string
64301         concatenation.
64302
64303         * lib/unicodeio.h (PARAMS): Define.
64304         Use it to guard prototype.
64305
64306 2000-03-04  Jim Meyering  <meyering@lucent.com>
64307
64308         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
64309         for lib/localcharset.c.
64310
64311 2000-03-04  Jim Meyering  <meyering@lucent.com>
64312
64313         * lib/Makefile.am (install-exec-local): Create $(libdir) before
64314         installing into it.
64315         (uninstall-local): Uncomment this rule so `make distcheck' works
64316         once again.
64317
64318         * lib/unicodeio.c (<errno.h>): Include it.
64319         (errno): Declare if not defined.
64320
64321         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
64322
64323         * lib/config.charset: New version, incorporating remarks from a linux
64324         i18n mailing list.  From Bruno Haible.
64325
64326 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
64327
64328         * m4/codeset.m4: New file.
64329         * m4/iconv.m4: New file.
64330         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
64331
64332 2000-03-03  Jim Meyering  <meyering@lucent.com>
64333
64334         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
64335
64336 2000-03-02  Jim Meyering  <meyering@lucent.com>
64337
64338         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
64339         the messages come out on separate lines.
64340
64341         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
64342         rather than jm_CHECK_DECLARATIONS.
64343         * m4/decl.m4: Remove now-unused file.
64344
64345         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
64346         geteuid.
64347
64348 2000-03-02  Jim Meyering  <meyering@lucent.com>
64349
64350         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
64351
64352 2000-03-01  Jim Meyering  <meyering@lucent.com>
64353
64354         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
64355         * lib/unicodeio.c: Likewise.
64356
64357 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
64358
64359         * lib/config.charset: New file.
64360         * lib/localcharset.c: New file.
64361         * lib/unicodeio.h, lib/unicodeio.c: New files.
64362         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
64363         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
64364         (noinst_HEADERS): Add unicodeio.h.
64365         (all-local, install-exec-local, charset.alias): New targets.
64366
64367 2000-02-28  Paul Eggert  <eggert@twinsun.com>
64368
64369         * lib/quotearg.c (ALERT_CHAR): New macro.
64370         (quotearg_buffer_restyled): Use it.
64371
64372 2000-02-27  Jim Meyering  <meyering@lucent.com>
64373
64374         * m4/check-decl.m4: Add getenv to the list.
64375
64376 2000-02-27  Jim Meyering  <meyering@lucent.com>
64377
64378         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
64379         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
64380
64381         * lib/backupfile.c: Guard inclusion of stdlib.h with
64382         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
64383         Declare malloc if needed.
64384
64385         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
64386         `#ifndef HAVE_DECL..'
64387         now that autoconf always defines the HAVE_DECL_ symbols.
64388         * lib/human.c: Likewise.
64389         * lib/same.c: Likewise.
64390         * lib/strtoumax.c: Likewise.
64391
64392         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
64393         declaration check was not run.
64394         * lib/hash.c: Likewise.
64395         * lib/human.c: Likewise.
64396         * lib/same.c: Likewise.
64397         * lib/strtoumax.c: Likewise.
64398
64399         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
64400         `.', then first look up the entire `.'-containing string as a login
64401         name.
64402
64403 2000-02-23  Jim Meyering  <meyering@lucent.com>
64404
64405         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
64406         in place of my hack.
64407
64408 2000-02-18  Paul Eggert  <eggert@twinsun.com>
64409
64410         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
64411         (textint): New typedef.
64412         (parser_control): Member year changed from int to textint.
64413         All uses changed.
64414         (YYSTYPE): Removed; replaced by %union with int and textint members.
64415         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
64416         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
64417         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
64418         (tSNUMBER, tUNUMBER): Now of type <textintval>.
64419         (date, number, to_year): Use width of number in digits, not its value,
64420         to determine whether it's a 2-digit year, or a 2-digit time.
64421         (yylex): Store number of digits of numeric tokens.
64422         Reported by John Kendall.
64423
64424         (parser_control): Changed from struct parser_control to typedef (for
64425         consistency).  All uses changed.
64426
64427         (tID): Removed; not used.
64428         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
64429
64430 2000-02-14  Paul Eggert  <eggert@twinsun.com>
64431
64432         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
64433         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
64434
64435 2000-02-12  Jim Meyering  <meyering@lucent.com>
64436
64437         * lib/userspec.c (ISDIGIT): Define it.
64438         (isdigit): Remove definition.
64439         (is_number): Use ISDIGIT, not isdigit.
64440         <libintl.h>: Include.
64441         (_ and N_): Define.
64442         (parse_user_spec): Mark translatable strings.
64443
64444 2000-02-10  Jim Meyering  <meyering@lucent.com>
64445
64446         With these changes, nanosleep.[ch] are finally enough like the other
64447         lib/* replacement files to compile on a few more losing systems.
64448
64449         * lib/nanosleep.h: Don't include config.h.
64450         Remove prototype from declaration of nanosleep.
64451         (PARAMS): Remove now-unneeded definition.
64452         * lib/nanosleep.c: #undef nanosleep.
64453         (rpl_nanosleep): Rename from nanosleep.
64454
64455 2000-02-10  Jim Meyering  <meyering@lucent.com>
64456
64457         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
64458         gnu_nanosleep to rpl_nanosleep.
64459
64460 2000-02-09  Jim Meyering  <meyering@lucent.com>
64461
64462         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
64463         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
64464
64465 2000-02-08  Akim Demaille  <akim@epita.fr>
64466
64467         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
64468         `[' and `]' and remove uses of `changequote'.
64469         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
64470         (AC_SYS_LARGEFILE): Likewise.
64471         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
64472         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
64473         of changequote.
64474         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
64475         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
64476         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
64477         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
64478
64479 2000-02-05  Jim Meyering  <meyering@lucent.com>
64480
64481         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
64482         Remove explicit use of AC_HEADER_TIME.  It is required by
64483         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
64484         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
64485         in autoconf whereby the expansion of the latter ended up preceding
64486         the expansion of its prerequisite, AC_HEADER_TIME.
64487         Reported by Volker Borchert.
64488
64489 2000-02-03  Jim Meyering  <meyering@lucent.com>
64490
64491         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
64492
64493 2000-02-03  Jim Meyering  <meyering@lucent.com>
64494
64495         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
64496         rather than with `#if HAVE_UTMPNAME'.
64497
64498 2000-02-02  Jim Meyering  <meyering@lucent.com>
64499
64500         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
64501         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
64502         Reported by Eli Zaretskii.
64503
64504 2000-02-01  Jim Meyering  <meyering@lucent.com>
64505
64506         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
64507
64508 2000-01-31  Jim Meyering  <meyering@lucent.com>
64509
64510         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
64511         functions.  Add the time.h and sys/time.h headers along with the
64512         AC_REQUIRE'ment of AC_HEADER_TIME.
64513
64514 2000-01-31  Jim Meyering  <meyering@lucent.com>
64515
64516         * lib/nanosleep.h (nanosleep): Guard declaration with
64517         `#if ! HAVE_DECL_NANOSLEEP'.
64518         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
64519         the declaration in that vendor's sys/timers.h.
64520         Reported by Christian Krackowizer.
64521
64522         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
64523         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
64524         (ISPRINT): Likewise.
64525         Reported by Tom Tromey.
64526
64527 2000-01-30  Jim Meyering  <meyering@lucent.com>
64528
64529         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
64530
64531         * m4/prereq.m4 (utmp_includes): Define.
64532         Check for ut_user and ut_name members in both struct utmpx
64533         and struct utmp.
64534
64535 2000-01-30  Jim Meyering  <meyering@lucent.com>
64536
64537         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
64538         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
64539         header files where only utmpx.ut_user is declared.
64540
64541         * lib/readutmp.h (UT_USER): Define.
64542
64543 2000-01-29  Jim Meyering  <meyering@lucent.com>
64544
64545         * m4/lib-check.m4: New file containing library-related checks from
64546         fileutils and sh-utils (textutils had none).
64547
64548 2000-01-28  Jim Meyering  <meyering@lucent.com>
64549
64550         * m4/perl.m4: Change format of warning message to look more like that
64551         from the missing script.  Suggestion from François Pinard.
64552
64553 2000-01-25  Jim Meyering  <meyering@lucent.com>
64554
64555         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
64556         well as time.h in the compile check.
64557         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
64558         Fix typo in cross-compiling case: s/yes/no/.
64559
64560 2000-01-23  Jim Meyering  <meyering@lucent.com>
64561
64562         * m4/jm-macros.m4: Move df-related tests here from
64563         fileutils/configure.in
64564
64565         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
64566         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
64567
64568         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
64569         s/space/ac_fsusage_space/.
64570         (jm_FILE_SYSTEM_USAGE): Take two parameters.
64571
64572         * m4/ftruncate.m4: New file (derived from part of
64573         fileutils/configure.in).
64574         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
64575         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
64576
64577         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
64578         AC_SUBST these here, rather than just in sh-util/configure.in, so
64579         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
64580         all the same.
64581         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
64582         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
64583         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
64584         (AC_SUBST(POW_LIBM)): Likewise.
64585         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
64586
64587 2000-01-23  Jim Meyering  <meyering@lucent.com>
64588
64589         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
64590         obstack.c.
64591
64592 2000-01-22  Jim Meyering  <meyering@lucent.com>
64593
64594         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
64595
64596         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
64597
64598         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
64599         configure.in
64600         (AC_CHECK_HEADERS): Likewise for sh-utils.
64601         (AC_CHECK_HEADERS): Likewise for textutils.
64602         Merge the three lists of headers.
64603
64604         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
64605         from fileutils' configure.in.
64606
64607         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
64608         code. Moved tests into their own function (_jm_DECL_HEADERS) in
64609         check-decl.m4.
64610
64611         * m4/check-decl.m4: Use #if rather than #ifdef.
64612         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
64613         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
64614         (_jm_DECL_HEADERS): Define new function.
64615         (jm_CHECK_DECLARATIONS): Require it.
64616
64617 2000-01-22  Jim Meyering  <meyering@lucent.com>
64618
64619         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
64620         [! HAVE_DECL_STRTOULL]: Declare strtoull.
64621         Required for some AIX systems.  Reported by Christian Krackowizer.
64622         [TESTING] (main): New function.
64623
64624         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
64625         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
64626         letters.
64627
64628         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
64629         iswprint.
64630
64631         * lib/strverscmp.c (ISDIGIT): Define.
64632         (strverscmp): Use ISDIGIT, not isdigit.
64633
64634 2000-01-19  Jim Meyering  <meyering@lucent.com>
64635
64636         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
64637         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
64638         defines `struct timespec' in <sys/time.h>
64639
64640         * m4/c-bs-a.m4: Remove uses of changequote altogether.
64641         Thanks to Akim for explaining.
64642
64643 2000-01-17  Paul Eggert  <eggert@twinsun.com>
64644
64645         * lib/nanosleep.c (nanosleep):
64646         Don't use SA_INTERRUPT to decide whether to call sigaction, as
64647         POSIX.1 doesn't require SA_INTERRUPT and some systems
64648         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
64649         it's been part of POSIX.1 since day 1 (in 1988).
64650
64651 2000-01-17  Jim Meyering  <meyering@lucent.com>
64652
64653         * lib/interlock: Remove unused file.  Reported by François Pinard.
64654
64655 2000-01-16  Paul Eggert  <eggert@twinsun.com>
64656
64657         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
64658         alert, backslash, formfeed, and vertical tab unnecessarily in
64659         shell quoting style.
64660
64661 2000-01-16  Jim Meyering  <meyering@lucent.com>
64662
64663         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
64664         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
64665         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
64666         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
64667
64668 2000-01-16  Jim Meyering  <meyering@lucent.com>
64669
64670         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
64671         because the latter didn't work.
64672
64673 2000-01-15  Jim Meyering  <meyering@lucent.com>
64674
64675         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
64676         (AC_REPLACE_FUNCS): Add memcpy and memset.
64677         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
64678         Add strpbrk.
64679         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
64680
64681 2000-01-12  Jim Meyering  <meyering@lucent.com>
64682
64683         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
64684         (jm_PREREQ): Use it.
64685         (jm_PREREQ_READUTMP): New macro.
64686         (jm_PREREQ): Use it.
64687
64688 2000-01-11  Paul Eggert  <eggert@twinsun.com>
64689
64690         Quote multibyte characters correctly.
64691         * m4/c-bs-a.m4: New file.
64692         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
64693         (jm_PREREQ): Use it.
64694
64695 2000-01-11  Paul Eggert  <eggert@twinsun.com>
64696
64697         * m4/uintmax_t.m4: Port to autoconf 2.13.
64698
64699 2000-01-08  Jim Meyering  <meyering@ascend.com>
64700
64701         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
64702         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
64703
64704 2000-01-04  Jim Meyering  <meyering@ascend.com>
64705
64706         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
64707         jm_STRUCT_DIRENT_D_TYPE.
64708         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
64709         jm_STRUCT_DIRENT_D_INO.
64710         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
64711         jm_STRUCT_UTIMBUF.
64712         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
64713         renamings.
64714         * m4/utime.m4: Likewise.
64715
64716         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
64717         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
64718
64719 2000-01-03  Paul Eggert  <eggert@twinsun.com>
64720
64721         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
64722         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
64723
64724 2000-01-02  Jim Meyering  <meyering@ascend.com>
64725
64726         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
64727         remember if this is necessary.
64728
64729 1999-12-26  Jim Meyering  <meyering@ascend.com>
64730
64731         * m4/jm-macros.m4: Use it here.
64732         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
64733
64734 1999-12-23  Jim Meyering  <meyering@ascend.com>
64735
64736         * m4/jm-macros.m4: Check for clock_gettime (moved from
64737         fileutils/configure.in)
64738         Check for gettimeofday.
64739
64740 1999-12-20  Jim Meyering  <meyering@ascend.com>
64741
64742         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
64743         autoconf-2.14a-1999-12-20.
64744
64745 1999-12-19  Jim Meyering  <meyering@ascend.com>
64746
64747         * m4/lstat-slash.m4: New file.
64748         * m4/jm-macros.m4: Use the new macro:
64749         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64750
64751 1999-12-07  Jim Meyering  <meyering@ascend.com>
64752
64753         * m4/perl.m4: Require that File::Compare be available, too.
64754         Too many systems seem to lack it.
64755
64756         * m4/strftime.m4: Add checks for most of the cpp macros tested in
64757         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
64758
64759 1999-11-18  Paul Eggert  <eggert@twinsun.com>
64760
64761         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
64762         problem with the QNX 4.25 shell, which doesn't propagate exit
64763         status of failed commands inside shell assignments.
64764
64765 1999-11-17  Jim Meyering  <meyering@ascend.com>
64766
64767         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
64768
64769 1999-11-07  Jim Meyering  <meyering@ascend.com>
64770
64771         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
64772
64773 1999-11-06  Jim Meyering  <meyering@ascend.com>
64774
64775         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
64776         * m4/jm-macros.m4 (jm_MACROS): Use it here.
64777
64778 1999-11-05  Jim Meyering  <meyering@ascend.com>
64779
64780         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
64781         configure.in of textutils, fileutils, and sh-utils into this one
64782         (shared between those packages) file.
64783         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
64784         AC_STRUCT_ST_BLKSIZE.
64785
64786 1999-11-03  Jim Meyering  <meyering@ascend.com>
64787
64788         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
64789         of AC_CHECK_TYPE checks includes unistd.h.
64790         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
64791         Suggestion from Akim Demaille.
64792
64793 1999-10-30  Jim Meyering  <meyering@ascend.com>
64794
64795         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
64796         m4-quoted string.
64797         * m4/ls-mntd-fs.m4: Likewise.
64798         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
64799         * m4/jm-winsz1.m4: Likewise.
64800
64801         * m4/const.m4: Remove file, since the fix made it into the experimental
64802         version of autoconf.
64803         * m4/mktime.m4: Likewise.
64804
64805         * m4/check-type.m4: Remove file, now that the latest version of
64806         AC_CHECK_TYPE takes a third arg to specify additional #includes.
64807
64808         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
64809         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
64810         AC_CHECK_TYPE.
64811
64812 1999-10-04  Jim Meyering  <meyering@ascend.com>
64813
64814         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
64815
64816 1999-09-22  Paul Eggert  <eggert@twinsun.com>
64817
64818         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
64819         2.95.1 bug with HP-UX 10.20.
64820
64821 1999-09-17  Jim Meyering  <meyering@ascend.com>
64822
64823         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
64824         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
64825         due to missing strdup (against sh-utils-2.0).
64826
64827 1999-08-29  Jim Meyering  <meyering@ascend.com>
64828
64829         * m4/jm-macros.m4: Require jm_BISON.
64830         * m4/bison.m4: New file.
64831
64832 1999-08-17  Paul Eggert  <eggert@twinsun.com>
64833
64834         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
64835         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
64836
64837 1999-08-05  Jim Meyering  <meyering@ascend.com>
64838
64839         * m4/getline.m4: Rename test file from conftestdata to conftest.data
64840         to avoid conflicts with `conftest' on 8+3 filesystems.
64841         Suggestion from Eli Zaretskii.
64842
64843 1999-08-04  Jim Meyering  <meyering@ascend.com>
64844
64845         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
64846         fileutils and sh-utils (textutils's getline test was inadequate).
64847         (AM_FUNC_GETLINE): Run this test.
64848         (AC_CHECK_FUNCS): Check for getdelim.
64849         Reported by Bob Proulx.
64850
64851 1999-08-02  Jim Meyering  <meyering@ascend.com>
64852
64853         * m4/jm-macros.m4: Add a comment.
64854
64855 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64856
64857         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
64858         <inttypes.h> defines strtoumax as a macro (and not as a
64859         function).
64860
64861 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64862
64863         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
64864         that we can shift, multiply and divide unsigned long long
64865         values; Ultrix cc can't do it.
64866
64867 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64868
64869         * m4/mktime.m4: New file, which is a preview of what should appear
64870         in the next public autoconf release.
64871
64872 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64873
64874         * m4/lfs.m4: Remove this file.
64875         * m4/largefile.m4: New file.  It contains the old contents of
64876         lfs.m4, except that all names with prefix AC_LFS have been
64877         changed to use the prefix AC_SYS_LARGEFILE instead, to be
64878         compatible with future autoconf versions.  Also, some minor m4
64879         quoting problems have been fixed.
64880
64881 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64882
64883         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
64884         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
64885         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
64886         and simplify the shell code.
64887
64888 1999-08-01  Jim Meyering  <meyering@ascend.com>
64889
64890         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
64891         m4.
64892
64893 1999-07-20  Jim Meyering  <meyering@ascend.com>
64894
64895         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
64896
64897 1999-07-15  Jim Meyering  <meyering@ascend.com>
64898
64899         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
64900
64901 1999-05-22  Jim Meyering  <meyering@ascend.com>
64902
64903         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
64904
64905 1999-05-20  Jim Meyering  <meyering@ascend.com>
64906
64907         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
64908         Add a colon after each `then' in case $4 is empty.
64909
64910 1999-05-16  Jim Meyering  <meyering@ascend.com>
64911
64912         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
64913
64914 1999-05-10  Jim Meyering  <meyering@ascend.com>
64915
64916         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
64917
64918         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
64919         AC_FUNC_MKTIME.
64920
64921 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
64922
64923         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
64924
64925 1999-05-04  Paul Eggert  <eggert@twinsun.com>
64926
64927         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
64928         not CPPFLAGS, so that linking works correctly in IRIX.
64929
64930 1999-04-30  Paul Eggert  <eggert@twinsun.com>
64931
64932         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
64933
64934 1999-04-20  Paul Eggert  <eggert@twinsun.com>
64935
64936         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
64937         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
64938         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
64939         jm_AC_TYPE_UNSIGNED_LONG_LONG.
64940         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
64941
64942         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
64943
64944 1999-04-20  Jim Meyering  <meyering@ascend.com>
64945
64946         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
64947         AC_REPLACE xstroull if necessary.  From Paul Eggert.
64948         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
64949
64950 1999-04-18  Jim Meyering  <meyering@ascend.com>
64951
64952         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
64953         * m4/jm-macros.m4: Use it.
64954
64955 1999-04-06  Jim Meyering  <meyering@ascend.com>
64956
64957         * m4/strftime.m4: Remove test for %f.
64958
64959 1999-03-29  Jim Meyering  <meyering@ascend.com>
64960
64961         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
64962         superset of the AC_TYPE_* checks in the textutils, fileutils,
64963         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
64964         AC_TYPE_PID_T.
64965
64966 1999-03-28  Jim Meyering  <meyering@ascend.com>
64967
64968         * m4/jm-macros.m4: Define GNU_PACKAGE here.
64969         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
64970         replaced e.g., in the *.sh files of the sh-utils.
64971
64972 1999-03-20  Jim Meyering  <meyering@ascend.com>
64973
64974         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
64975         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
64976         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
64977
64978 1999-03-19  Jim Meyering  <meyering@ascend.com>
64979
64980         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
64981
64982 1999-03-12  Jim Meyering  <meyering@ascend.com>
64983
64984         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
64985
64986 1999-03-07  Jim Meyering  <meyering@ascend.com>
64987
64988         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
64989         declared.
64990
64991 1999-02-17  Jim Meyering  <meyering@ascend.com>
64992
64993         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
64994         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
64995
64996 1999-02-07  Jim Meyering  <meyering@ascend.com>
64997
64998         * m4/group-member.m4: New file -- extracted from sh-utils'
64999         configure.in.
65000
65001         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
65002         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
65003
65004 1999-02-06  Jim Meyering  <meyering@ascend.com>
65005
65006         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
65007         * m4/fnmatch.m4: Likewise.
65008         * m4/getgroups.m4: Likewise.
65009         * m4/lstat.m4: Likewise.
65010         * m4/malloc.m4: Likewise.
65011         * m4/putenv.m4: Likewise.
65012         * m4/realloc.m4: Likewise.
65013         * m4/regex.m4: Likewise.
65014         * m4/stat.m4: Likewise.
65015         * m4/strftime.m4: Likewise.
65016         Suggestion from Alain Magloire.
65017
65018         * m4/chown.m4: Use `.$ac_objext', not `.o'.
65019         * m4/fnmatch.m4: Likewise.
65020         * m4/getgroups.m4: Likewise.
65021         * m4/getline.m4: Likewise.
65022         * m4/lstat.m4: Likewise.
65023         * m4/malloc.m4: Likewise.
65024         * m4/memcmp.m4: Likewise.
65025         * m4/putenv.m4: Likewise.
65026         * m4/realloc.m4: Likewise.
65027         * m4/regex.m4: Likewise.
65028         * m4/stat.m4: Likewise.
65029         * m4/strftime.m4: Likewise.
65030         Suggestion from Alain Magloire.
65031
65032         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
65033         an argument.
65034
65035         * m4/regex.m4: Add a run-time Test for proper operation of
65036         re_compile_pattern.
65037
65038 1999-01-31  Jim Meyering  <meyering@ascend.com>
65039
65040         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
65041
65042 1999-01-30  Jim Meyering  <meyering@ascend.com>
65043
65044         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
65045
65046         * m4/jm-mktime.m4: Make this a wrapper around the official
65047         AM_FUNC_MKTIME rather than my private copy, now that the official one
65048         is up to date.
65049         * m4/mktime.m4: Remove file.
65050
65051         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
65052         * m4/uptime.m4: Likewise.
65053         * m4/uintmax_t.m4: Likewise.
65054
65055 1999-01-28  Jim Meyering  <meyering@ascend.com>
65056
65057         * m4/jm-macros.m4: Use jm_AFS.
65058         * m4/afs.m4: New file (from fileutils' configure.in).
65059
65060         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
65061         * m4/chown.m4: Likewise.
65062         * m4/d-ino.m4: Likewise.
65063         * m4/d-type.m4: Likewise.
65064         * m4/fnmatch.m4: Likewise.
65065         * m4/getgroups.m4: Likewise.
65066         * m4/gettext.m4: Likewise.
65067         * m4/jm-mktime.m4: Likewise.
65068         * m4/jm-winsz2.m4: Likewise.
65069         * m4/lcmessage.m4: Likewise.
65070         * m4/ls-mntd-fs.m4: Likewise.
65071         * m4/malloc.m4: Likewise.
65072         * m4/memcmp.m4: Likewise.
65073         * m4/putenv.m4: Likewise.
65074         * m4/realloc.m4: Likewise.
65075         * m4/st_mtim.m4: Likewise.
65076         * m4/strftime.m4: Likewise.
65077
65078 1999-01-16  Jim Meyering  <meyering@ascend.com>
65079
65080         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
65081         (ARGMATCH_DIE_DECL): Define.
65082
65083 1999-01-12  Jim Meyering  <meyering@ascend.com>
65084
65085         * m4/Makefile.am.in: Rewrite to avoid using fmt.
65086         Reported by Lars Hecking.
65087
65088 1999-01-10  Jim Meyering  <meyering@ascend.com>
65089
65090         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
65091         gross kludge.
65092         * m4/inttypes_h.m4: Likewise.
65093         * m4/lstat.m4: Likewise.
65094         * m4/malloc.m4: Likewise.
65095         * m4/readdir.m4: Likewise.
65096         * m4/realloc.m4: Likewise.
65097         * m4/st_dm_mode.m4: Likewise.
65098         * m4/stat.m4: Likewise.
65099         * m4/utimbuf.m4: Likewise.
65100         * m4/utimes.m4: Likewise.
65101
65102         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
65103         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
65104         comments in config.h.in are meaningful.
65105
65106         * m4/jm-macros.m4: Require autoconf-2.13 here.
65107
65108         * m4/regex.m4: By default, don't use the included regex.c on systems
65109         with glibc 2.  Suggestion from Uli Drepper.
65110
65111 1999-01-02  Jim Meyering  <meyering@ascend.com>
65112
65113         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
65114
65115 1998-12-18  Jim Meyering  <meyering@ascend.com>
65116
65117         * m4/Makefile.am.in (Makefile.am): Simplify rule.
65118         Based on a suggestion from Lars Hecking.
65119
65120 1998-11-16  Paul Eggert  <eggert@twinsun.com>
65121
65122         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
65123
65124 1998-11-16  Jim Meyering  <meyering@ascend.com>
65125
65126         * m4/lfs.m4: Double-quote the `uname...` expression.
65127
65128 1998-11-14  Jim Meyering  <meyering@ascend.com>
65129
65130         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
65131         * m4/stat.m4: Likewise.
65132
65133 1998-11-03  Jim Meyering  <meyering@ascend.com>
65134
65135         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
65136         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
65137
65138 1998-10-18  Jim Meyering  <meyering@ascend.com>
65139
65140         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
65141
65142 1998-10-17  Jim Meyering  <meyering@ascend.com>
65143
65144         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
65145         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
65146         calls for those previously hard-coded headers.  Instead, take a new
65147         parameter.
65148         (jm_CHECK_DECLARATIONS): Reflect interface change.
65149         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
65150         (jm_CHECK_DECL_LOCALTIME_R): New macro.
65151
65152         * m4/mktime.m4: Test for spring-forward gap before long-running test.
65153
65154 1998-10-14  Jim Meyering  <meyering@ascend.com>
65155
65156         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
65157         instead of "TZ=America/Vancouver".  From Paul Eggert.
65158
65159 1998-10-11  Jim Meyering  <meyering@ascend.com>
65160
65161         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
65162         This adds a test for a recently added compatibility fix for mktime.c.
65163         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
65164
65165 1998-09-27  Jim Meyering  <meyering@ascend.com>
65166
65167         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
65168
65169         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
65170         ../configure.in, including a change from Gordon Matzigkeit to allow
65171         cross-compiling for the Hurd.
65172
65173         * m4/glibc.m4: New file/macro to test for the GNU C Library
65174         versions 1 and 2.  From Gordon Matzigkeit.
65175         Indent.
65176
65177 1998-09-21  Jim Meyering  <meyering@ascend.com>
65178
65179         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
65180
65181 1998-08-18  Paul Eggert  <eggert@twinsun.com>
65182
65183         Port nanosecond-resolution times to UnixWare 2.1.2 and
65184         pedantic Solaris 2.6.
65185
65186         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
65187         AC_STRUCT_ST_MTIM.
65188         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
65189         Generate name of ns member, instead of just 1 or undef.
65190         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
65191
65192 1998-08-15  Jim Meyering  <meyering@ascend.com>
65193
65194         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
65195         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
65196         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
65197         instead of jm_TYPE_SSIZE_T.
65198
65199 1998-08-12  Jim Meyering  <meyering@ascend.com>
65200
65201         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
65202
65203 1998-08-02  Jim Meyering  <meyering@ascend.com>
65204
65205         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
65206         in acconfig.h manually.
65207
65208 1998-07-31  Paul Eggert  <eggert@twinsun.com>
65209
65210         * m4/st_mtim.m4: New file.
65211
65212 1998-07-28  Jim Meyering  <meyering@ascend.com>
65213
65214         * m4/utimes.m4: Undef stat.
65215
65216 1998-07-25  Jim Meyering  <meyering@ascend.com>
65217
65218         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
65219         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
65220
65221 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
65222
65223         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
65224         uid and gid actually remain unchanged.
65225
65226 1998-07-07  Jim Meyering  <meyering@ascend.com>
65227
65228         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
65229
65230 1998-07-04  Jim Meyering  <meyering@ascend.com>
65231
65232         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
65233         to prove that this macro can be used in packages without regex.c.
65234
65235 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
65236
65237         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
65238         is to be used.
65239
65240 1998-07-03  Jim Meyering  <meyering@ascend.com>
65241
65242         * m4/gettext.m4: Add -lintl if it's found to be necessary.
65243
65244         * m4/gettext.m4: New file -- from gettext-0.10.35.
65245         * m4/lcmessage.m4: Likewise.
65246         * m4/progtest.m4: Likewise.
65247
65248         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
65249         * m4/jm-macros.m4: Require the new macro.
65250
65251 1998-06-29  Jim Meyering  <meyering@ascend.com>
65252
65253         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
65254         for the definition of NGROUPS (used in a system header included
65255         by sys/mount.h).
65256
65257 1998-06-28  Jim Meyering  <meyering@ascend.com>
65258
65259         * m4/ls-mntd-fs.m4: New file.
65260         * m4/fstypename.m4: New file.
65261
65262         * m4/jm-macros.m4: Require the new macro.
65263         * m4/jm-glibc-io.m4: New file.
65264
65265 1998-05-19  Jim Meyering  <meyering@ascend.com>
65266
65267         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
65268         * m4/lchown.m4: New file.
65269
65270         * m4/Makefile.am.in: New file.
65271         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
65272
65273 1998-05-14  Jim Meyering  <meyering@ascend.com>
65274
65275         * m4/Makefile.am (EXTRA_DIST): Add them.
65276         * m4/jm-macros.m4: New file.
65277         * m4/utimbuf.m4: New file.
65278
65279 1998-05-12  Jim Meyering  <meyering@ascend.com>
65280
65281         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
65282
65283 1998-05-11  Jim Meyering  <meyering@ascend.com>
65284
65285         * m4/isc-posix.m4: New file.
65286
65287 1998-05-10  Jim Meyering  <meyering@ascend.com>
65288
65289         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
65290
65291 1998-05-09  Jim Meyering  <meyering@ascend.com>
65292
65293         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
65294         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
65295         with automake.
65296
65297         * m4/ssize_t.m4: New file.
65298         * m4/mktime.m4: Remove file -- the new automake has this now.
65299
65300 1998-04-26  Jim Meyering  <meyering@ascend.com>
65301
65302         * m4/assert.m4: New file.
65303         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
65304
65305 1998-04-05  Jim Meyering  <meyering@ascend.com>
65306
65307         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
65308         (jm_PREREQ): Use it here.
65309
65310 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
65311
65312         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
65313         in acconfig.h.
65314
65315 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
65316
65317         * m4/prereq.m4: New file.
65318         * m4/error.m4: New file.
65319         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
65320
65321 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
65322
65323         * m4/getline.m4: Don't set am_cv_func_working_getline before the
65324         cache-check for the same variable -- that defeated the purpose of
65325         the test; the test program was never run.  This was a problem only
65326         on systems with losing getline functions -- HP-UX 10.20 is one.
65327         Reported by Bjorn Helgaas.
65328
65329 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
65330
65331         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
65332
65333 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
65334
65335         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
65336
65337         * m4/const.m4: New file.  Use an initializer in this declaration
65338         typedef int charset[2]; const charset x;
65339         Reported by Bob Glickstein.
65340
65341 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
65342
65343         * m4/chown.m4: Fix reversed types on -1 args to chown.
65344         From Kaveh Ghazi.
65345
65346 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
65347
65348         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
65349         Add lseek and memchr.
65350
65351         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
65352         T.E.Dickey <dickey@clark.net> said that some older preprocessors
65353         have a 20-character limit on names.
65354
65355 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
65356
65357         * m4/inttypes_h.m4: New file.
65358         * m4/uintmax_t.m4: New file.
65359         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
65360
65361
65362         -----
65363
65364         Local Variables:
65365         coding: utf-8
65366         End:
65367
65368         Copyright (C) 1997-2010 Free Software Foundation, Inc.
65369
65370         Copying and distribution of this file, with or without
65371         modification, are permitted provided the copyright notice
65372         and this notice are preserved.