wchar: Port to NetBSD 1.5.
[pspp] / ChangeLog
1 2010-04-04  Hauke Fath  <hauke@espresso.rhein-neckar.de>  (tiny change)
2             Bruno Haible  <bruno@clisp.org>
3
4         wchar: Port to NetBSD 1.5.
5         * lib/wchar.in.h (WEOF): Provide fallback also when wint_t exists.
6         * lib/wctype.in.h (WEOF): Likewise.
7
8 2010-04-04  Hauke Fath  <hauke@espresso.rhein-neckar.de>  (tiny change)
9             Bruno Haible  <bruno@clisp.org>
10
11         Port extended stdio to NetBSD 1.5.
12         * lib/stdio-impl.h [NetBSD]: Include <sys/param.h>.
13         (struct __sfileext, fp_ub): Define the "old way" for NetBSD 1.5Z and
14         older.
15
16 2010-04-04  Bruno Haible  <bruno@clisp.org>
17
18         string: Remove unused substitution.
19         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
20         HAVE_DECL_STRERROR.
21         * modules/string (Makefile.am): Don't substitute HAVE_DECL_STRERROR.
22
23 2010-04-04  Bruno Haible  <bruno@clisp.org>
24
25         strtod: Avoid a possible C++ test error.
26         * m4/strtod.m4 (gl_FUNC_STRTOD): When setting HAVE_STRTOD to 0, don't
27         set REPLACE_STRTOD.
28
29 2010-04-04  Bruno Haible  <bruno@clisp.org>
30
31         strerror: Update documentation.
32         * doc/posix-functions/strerror.texi: Remove mention of old platforms.
33
34 2010-04-04  Bruno Haible  <bruno@clisp.org>
35
36         stdio: Fix some C++ test errors on Solaris 8 with GCC.
37         * lib/stdio.in.h (vdprintf, vfprintf, vprintf, vsprintf): Use
38         _GL_CXXALIAS_SYS_CAST.
39
40 2010-04-04  Bruno Haible  <bruno@clisp.org>
41
42         frexpl: Fix a C++ test error on Solaris 8 and Cygwin.
43         * m4/frexpl.m4 (gl_FUNC_FREXPL, gl_FUNC_FREXPL_NO_LIBM): When the
44         function is not declared, set HAVE_DECL_FREXPL to 0, instead of setting
45         REPLACE_FREXPL to 1.
46         * doc/posix-functions/frexpl.texi: Update documentation.
47
48 2010-04-04  Bruno Haible  <bruno@clisp.org>
49
50         math: Fix some C++ test errors on Solaris 8 and Cygwin.
51         * lib/math.in.h (cosl, logl, sinl): Use simpler idiom.
52
53 2010-04-04  Bruno Haible  <bruno@clisp.org>
54
55         Implement nanosleep for native Windows.
56         * lib/nanosleep.c (nanosleep): New implementation for native Windows.
57
58 2010-04-04  Bruno Haible  <bruno@clisp.org>
59
60         math: Fix some C++ test errors on Solaris 8.
61         * lib/math.in.h (truncf, trunc): Use simpler idiom.
62
63 2010-04-04  Bruno Haible  <bruno@clisp.org>
64
65         math: Fix some C++ test errors on Cygwin.
66         * lib/math.in.h (ceilf, ceill, floorf, floorl, roundf, round, roundl,
67         truncl): Provide declaration if the system does not have it.
68         * m4/ceilf.m4 (gl_FUNC_CEILF): If the function is not declared, set
69         HAVE_DECL_CEILF to 0, not REPLACE_CEILF to 1.
70         * m4/ceill.m4 (gl_FUNC_CEILL): If the function is not declared, set
71         HAVE_DECL_CEILL to 0, not REPLACE_CEILL to 1.
72         * m4/floorf.m4 (gl_FUNC_FLOORF): If the function is not declared, set
73         HAVE_DECL_FLOORF to 0, not REPLACE_FLOORF to 1.
74         * m4/floorl.m4 (gl_FUNC_FLOORL): If the function is not declared, set
75         HAVE_DECL_FLOORL to 0, not REPLACE_FLOORL to 1.
76         * m4/round.m4 (gl_FUNC_ROUND): If the function is not declared, set
77         HAVE_DECL_ROUND to 0, not REPLACE_ROUND to 1.
78         * m4/roundf.m4 (gl_FUNC_ROUNDF): If the function is not declared, set
79         HAVE_DECL_ROUNDF to 0, not REPLACE_ROUNDF to 1.
80         * m4/roundl.m4 (gl_FUNC_ROUNDL): If the function is not declared, set
81         HAVE_DECL_ROUNDL to 0, not REPLACE_ROUNDL to 1.
82         * m4/truncl.m4 (gl_FUNC_TRUNCL): If the function is not declared, set
83         HAVE_DECL_TRUNCL to 0, not REPLACE_TRUNCL to 1.
84         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize HAVE_DECL_CEILF,
85         HAVE_DECL_CEILL, HAVE_DECL_FLOORF, HAVE_DECL_FLOORL, HAVE_DECL_ROUND,
86         HAVE_DECL_ROUNDF, HAVE_DECL_ROUNDL, HAVE_DECL_TRUNCL.
87         * modules/math (Makefile.am): Substitute HAVE_DECL_CEILF,
88         HAVE_DECL_CEILL, HAVE_DECL_FLOORF, HAVE_DECL_FLOORL, HAVE_DECL_ROUND,
89         HAVE_DECL_ROUNDF, HAVE_DECL_ROUNDL, HAVE_DECL_TRUNCL.
90
91 2010-04-04  Bruno Haible  <bruno@clisp.org>
92
93         * m4/ceilf.m4 (gl_FUNC_CEILF): Remove redundant AC_SUBST invocation.
94         * m4/ceill.m4 (gl_FUNC_CEILL): Likewise.
95         * m4/floorf.m4 (gl_FUNC_FLOORF): Likewise.
96         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
97         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
98         * m4/isinf.m4 (gl_ISINF): Likewise.
99         * m4/truncl.m4 (gl_FUNC_TRUNCL): Likewise.
100
101 2010-04-04  Bruno Haible  <bruno@clisp.org>
102
103         * m4/trunc.m4 (gl_FUNC_TRUNC): Remove redundant AC_SUBST invocation.
104         * m4/truncf.m4 (gl_FUNC_TRUNCF): Likewise.
105
106 2010-04-04  Bruno Haible  <bruno@clisp.org>
107
108         * m4/tmpfile.m4 (gl_FUNC_TMPFILE): Renamed from gl_TMPFILE.
109         * modules/tmpfile (configure.ac): Update.
110
111         tmpfile: Fix C++ test error on mingw.
112         * lib/stdio.in.h (tmpfile): New declaration.
113         * m4/tmpfile.m4 (gl_TMPFILE): Require gl_STDIO_H_DEFAULTS. Set
114         REPLACE_TMPFILE instead of defining tmpfile as a macro in config.h.
115         * modules/tmpfile (Depends-on): Add stdio.
116         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
117         * m4/stdio_h.m4 (gl_STDIO_H): Also check whether tmpfile is declared.
118         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_TMPFILE and REPLACE_TMPFILE.
119         * modules/stdio (Makefile.am): Substitute GNULIB_TMPFILE and
120         REPLACE_TMPFILE.
121         * tests/test-stdio-c++.cc (tmpfile): Verify signature.
122
123 2010-04-04  Bruno Haible  <bruno@clisp.org>
124
125         ioctl: Fix C++ test error on mingw.
126         * lib/ioctl.c (ioctl): Renamed from rpl_ioctl.
127         * lib/sys_ioctl.in.h (ioctl): When SYS_IOCTL_H_HAVE_WINSOCK2_H is 1,
128         use _GL_FUNCDECL_SYS, not _GL_FUNCDECL_RPL.
129
130 2010-04-03  Bruno Haible  <bruno@clisp.org>
131
132         wcwidth: Fix C++ test error on mingw.
133         * lib/wcwidth.c (wcwidth): Renamed from rpl_wcwidth.
134         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): If the wcwidth function does not
135         exist, don't set REPLACE_WCWIDTH. Instead, rely on HAVE_DECL_WCWIDTH.
136
137 2010-04-03  Bruno Haible  <bruno@clisp.org>
138
139         nanosleep: Fix C++ test error on mingw.
140         * lib/nanosleep.c (nanosleep): Renamed from rpl_nanosleep.
141         * lib/time.in.h (nanosleep): Use modern idiom.
142         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): When the system does not have a
143         nanosleep function, set HAVE_NANOSLEEP to 0, instead of setting
144         REPLACE_NANOSLEEP to 1.
145         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_NANOSLEEP.
146         * modules/time (Makefile.am): Substitute HAVE_NANOSLEEP.
147
148 2010-04-03  Bruno Haible  <bruno@clisp.org>
149
150         strptime: Fix C++ test error on mingw.
151         * lib/time.in.h (strptime): Use HAVE_STRPTIME, not REPLACE_STRPTIME.
152         * m4/strptime.m4 (gl_FUNC_STRPTIME): Set HAVE_STRPTIME, not
153         REPLACE_STRPTIME. Invoke gl_PREREQ_STRPTIME.
154         (gl_PREREQ_STRPTIME): New macro, extracted from gl_FUNC_STRPTIME.
155         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_STRPTIME,
156         not REPLACE_STRPTIME.
157         * modules/time (Makefile.am): Substitute HAVE_STRPTIME, not
158         REPLACE_STRPTIME.
159
160 2010-04-03  Bruno Haible  <bruno@clisp.org>
161
162         timegm: Fix C++ test error on mingw.
163         * lib/time.in.h (timegm): Use modern idiom.
164         * m4/timegm.m4 (gl_FUNC_TIMEGM): When timegm does not exist, set
165         HAVE_TIMEGM to 0, not REPLACE_TIMEGM to 1.
166         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_TIMEGM.
167         * modules/time (Makefile.am): Substitute HAVE_TIMEGM.
168
169 2010-04-03  Bruno Haible  <bruno@clisp.org>
170
171         timegm: Assume declaration if function exists.
172         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume timegm is declared if and only
173         if it exists. Don't clobber ac_cv_func_timegm.
174
175 2010-04-03  Bruno Haible  <bruno@clisp.org>
176
177         time_r: Fix C++ test error on mingw.
178         * lib/time.in.h (localtime_r, gmtime_r): Use modern idiom.
179         * m4/time_r.m4 (gl_TIME_R): When localtime_r does not exist, set
180         HAVE_LOCALTIME_R to 0, not REPLACE_LOCALTIME_R to 1.
181         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_LOCALTIME_R.
182         * modules/time (Makefile.am): Substitute HAVE_LOCALTIME_R.
183
184 2010-04-03  Bruno Haible  <bruno@clisp.org>
185
186         time_r: Minor updates.
187         * modules/time_r (Description): Mention the provided functions.
188         * lib/time_r.c: Don't include <string.h>.
189         * doc/posix-functions/gmtime_r.texi: Mention the 'time_r' module.
190         * doc/posix-functions/localtime_r.texi: Likewise.
191
192 2010-04-03  Bruno Haible  <bruno@clisp.org>
193
194         time: Fix regression introduced on 2010-03-08.
195         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Require
196         gl_HEADER_TIME_H_DEFAULTS, not gl_HEADER_STRING_H_DEFAULTS.
197
198 2010-04-03  Jim Meyering  <meyering@redhat.com>
199
200         maint.mk: don't silently disable project-specific syntax-check rules
201         * top/maint.mk (_prohibit_regexp): Define, to help people realize
202         that they need to convert their project-specific syntax-check rules
203         to use the new _sc_search_regexp.
204
205 2010-04-03  Bruno Haible  <bruno@clisp.org>
206
207         fchdir: Fix regression introduced on 2010-03-08.
208         * lib/unistd.in.h (fchdir): Fix declaration.
209         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set HAVE_FCHDIR, not REPLACE_FCHDIR.
210         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize HAVE_FCHDIR, not
211         REPLACE_FCHDIR.
212         * modules/unistd (Makefile.am): Substitute HAVE_FCHDIR, not
213         REPLACE_FCHDIR.
214
215 2010-04-03  Bruno Haible  <bruno@clisp.org>
216
217         getpagesize: Fix C++ test error on mingw.
218         * lib/unistd.in.h (getpagesize): Don't use _GL_CXXALIASWARN if the
219         system does not declare the function.
220         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Also check whether it's
221         declared.
222         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
223         HAVE_DECL_GETPAGESIZE.
224         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETPAGESIZE.
225
226 2010-04-03  Bruno Haible  <bruno@clisp.org>
227
228         stdio: Make C++ tests work on mingw.
229         * lib/stdio.in.h (getline): Don't use _GL_CXXALIASWARN if the system
230         does not declare the function.
231
232 2010-04-03  Bruno Haible  <bruno@clisp.org>
233
234         ftello: Fix C++ test error on mingw.
235         * lib/stdio.in.h (ftello): Use modern idiom.
236         * lib/ftello.c (ftello): Renamed from rpl_ftello.
237         * m4/ftello.m4 (gl_FUNC_FTELLO): Distinguish the case that the function
238         is missing and that it needs to be replaced.
239         (gl_REPLACE_FTELLO): Don't set REPLACE_FTELLO here.
240         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FTELLO.
241         * modules/stdio (Makefile.am): Substitute HAVE_FTELLO.
242
243 2010-04-03  Bruno Haible  <bruno@clisp.org>
244
245         fseeko: Fix C++ test error on mingw.
246         * lib/stdio.in.h (fseeko): Use modern idiom.
247         * lib/fseeko.c (fseeko): Renamed from rpl_fseeko.
248         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Distinguish the case that the function
249         is missing and that it needs to be replaced.
250         (gl_REPLACE_FSEEKO): Don't set REPLACE_FSEEKO here.
251         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FSEEKO.
252         * modules/stdio (Makefile.am): Substitute HAVE_FSEEKO.
253
254 2010-04-03  Bruno Haible  <bruno@clisp.org>
255
256         mkstemp: Fix C++ test error on mingw.
257         * lib/stdlib.in.h (mkstemp): Use modern idiom.
258         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Distinguish the case that the
259         function is missing and that it needs to be replaced.
260         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize HAVE_MKSTEMP.
261         * modules/stdlib (Makefile.am): Substitute HAVE_MKSTEMP.
262
263 2010-04-03  Bruno Haible  <bruno@clisp.org>
264
265         stpncpy: Fix C++ test error on mingw.
266         * lib/string.in.h (stpncpy): Use modern idiom.
267         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Distinguish the case that the
268         function is missing and that it needs to be replaced.
269         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
270         REPLACE_STPNCPY.
271         * modules/string (Makefile.am): Substitute REPLACE_STPNCPY.
272
273 2010-04-03  Bruno Haible  <bruno@clisp.org>
274
275         sys_stat: Fix C++ test error on mingw.
276         * build-aux/c++defs.h (_GL_CXXALIAS_RPL_CAST_1): New macro.
277         * lib/sys_stat.in.h (lchmod): Use it instead of _GL_CXXALIAS_RPL_1.
278
279 2010-04-03  Bruno Haible  <bruno@clisp.org>
280
281         pty: Update doc.
282         * doc/glibc-headers/pty.texi: Mention changes done since 2010-03-18.
283
284 2010-04-03  Bruno Haible  <bruno@clisp.org>
285
286         unistd: Fix C++ test error on mingw.
287         * lib/unistd.in.h (getcwd): Use _GL_CXXALIAS_SYS_CAST.
288
289 2010-04-03  Bruno Haible  <bruno@clisp.org>
290
291         Update doc regarding mingw.
292         * doc/glibc-functions/openpty.texi: Update regarding mingw.
293         * doc/glibc-functions/login_tty.texi: Likewise.
294         * doc/glibc-functions/forkpty.texi: Likewise.
295
296 2010-04-03  Bruno Haible  <bruno@clisp.org>
297
298         stdlib: Avoid compilation failure of c-strtold on mingw.
299         * lib/stdlib.in.h: Don't include <unistd.h> on native Windows systems.
300
301 2010-04-03  Bruno Haible  <bruno@clisp.org>
302
303         locale: Make C++ tests work on Cygwin and mingw.
304         * lib/locale.in.h (duplocale): Don't use _GL_CXXALIASWARN if gnulib
305         cannot provide the function.
306         Reported by Simon Josefsson.
307
308 2010-04-03  Bruno Haible  <bruno@clisp.org>
309
310         localename: Port to MacOS X 10.6.
311         * lib/localename.c (gl_locale_name_thread_unsafe): On MacOS X, try the
312         memory layout of the locales in MacOS X 10.6 as well.
313         Reported by Panu Kekäläinen <panu@kekalainen.eu>.
314
315 2010-04-02  Bruno Haible  <bruno@clisp.org>
316
317         gnulib-tool: Ensure that long-running tests are executed last.
318         * gnulib-tool (func_emit_tests_Makefile_am): Emit the code for long-
319         running tests after the one for the other tests.
320
321 2010-04-02  Bruno Haible  <bruno@clisp.org>
322
323         gnulib-tool: Ensure the tests in the main directory are executed first.
324         * gnulib-tool (func_emit_tests_Makefile_am): Initialize SUBDIRS to
325         start with the current directory.
326
327 2010-04-02  Bruno Haible  <bruno@clisp.org>
328
329         Tests for module 'havelib', moved here from GNU gettext.
330         * modules/havelib-tests: New file, from gettext/autoconf-lib-link with
331         modifications.
332         * tests/havelib/README: New file, from gettext/autoconf-lib-link.
333         * tests/havelib/Makefile.am: New file, from gettext/autoconf-lib-link
334         with modifications.
335         * tests/havelib/rpath-1: New file, from gettext/autoconf-lib-link with
336         modifications.
337         * tests/havelib/rpath-1a: New file, from gettext/autoconf-lib-link.
338         * tests/havelib/rpath-1b: New file, from gettext/autoconf-lib-link.
339         * tests/havelib/rpath-2_a: New file, from gettext/autoconf-lib-link
340         with modifications.
341         * tests/havelib/rpath-2_b: New file, from gettext/autoconf-lib-link
342         with modifications.
343         * tests/havelib/rpath-2aaa: New file, from gettext/autoconf-lib-link.
344         * tests/havelib/rpath-2aab: New file, from gettext/autoconf-lib-link.
345         * tests/havelib/rpath-2aac: New file, from gettext/autoconf-lib-link.
346         * tests/havelib/rpath-2aad: New file, from gettext/autoconf-lib-link.
347         * tests/havelib/rpath-2aba: New file, from gettext/autoconf-lib-link.
348         * tests/havelib/rpath-2abb: New file, from gettext/autoconf-lib-link.
349         * tests/havelib/rpath-2abc: New file, from gettext/autoconf-lib-link.
350         * tests/havelib/rpath-2abd: New file, from gettext/autoconf-lib-link.
351         * tests/havelib/rpath-2baa: New file, from gettext/autoconf-lib-link.
352         * tests/havelib/rpath-2bab: New file, from gettext/autoconf-lib-link.
353         * tests/havelib/rpath-2bac: New file, from gettext/autoconf-lib-link.
354         * tests/havelib/rpath-2bad: New file, from gettext/autoconf-lib-link.
355         * tests/havelib/rpath-2bba: New file, from gettext/autoconf-lib-link.
356         * tests/havelib/rpath-2bbb: New file, from gettext/autoconf-lib-link.
357         * tests/havelib/rpath-2bbc: New file, from gettext/autoconf-lib-link.
358         * tests/havelib/rpath-2bbd: New file, from gettext/autoconf-lib-link.
359         * tests/havelib/rpath-3_a: New file, from gettext/autoconf-lib-link
360         with modifications.
361         * tests/havelib/rpath-3_b: New file, from gettext/autoconf-lib-link
362         with modifications.
363         * tests/havelib/rpath-3aaa: New file, from gettext/autoconf-lib-link.
364         * tests/havelib/rpath-3aab: New file, from gettext/autoconf-lib-link.
365         * tests/havelib/rpath-3aac: New file, from gettext/autoconf-lib-link.
366         * tests/havelib/rpath-3aad: New file, from gettext/autoconf-lib-link.
367         * tests/havelib/rpath-3aae: New file, from gettext/autoconf-lib-link.
368         * tests/havelib/rpath-3aaf: New file, from gettext/autoconf-lib-link.
369         * tests/havelib/rpath-3aag: New file, from gettext/autoconf-lib-link.
370         * tests/havelib/rpath-3aah: New file, from gettext/autoconf-lib-link.
371         * tests/havelib/rpath-3aba: New file, from gettext/autoconf-lib-link.
372         * tests/havelib/rpath-3abb: New file, from gettext/autoconf-lib-link.
373         * tests/havelib/rpath-3abc: New file, from gettext/autoconf-lib-link.
374         * tests/havelib/rpath-3abd: New file, from gettext/autoconf-lib-link.
375         * tests/havelib/rpath-3abe: New file, from gettext/autoconf-lib-link.
376         * tests/havelib/rpath-3abf: New file, from gettext/autoconf-lib-link.
377         * tests/havelib/rpath-3abg: New file, from gettext/autoconf-lib-link.
378         * tests/havelib/rpath-3abh: New file, from gettext/autoconf-lib-link.
379         * tests/havelib/rpath-3baa: New file, from gettext/autoconf-lib-link.
380         * tests/havelib/rpath-3bab: New file, from gettext/autoconf-lib-link.
381         * tests/havelib/rpath-3bac: New file, from gettext/autoconf-lib-link.
382         * tests/havelib/rpath-3bad: New file, from gettext/autoconf-lib-link.
383         * tests/havelib/rpath-3bae: New file, from gettext/autoconf-lib-link.
384         * tests/havelib/rpath-3baf: New file, from gettext/autoconf-lib-link.
385         * tests/havelib/rpath-3bag: New file, from gettext/autoconf-lib-link.
386         * tests/havelib/rpath-3bah: New file, from gettext/autoconf-lib-link.
387         * tests/havelib/rpath-3bba: New file, from gettext/autoconf-lib-link.
388         * tests/havelib/rpath-3bbb: New file, from gettext/autoconf-lib-link.
389         * tests/havelib/rpath-3bbc: New file, from gettext/autoconf-lib-link.
390         * tests/havelib/rpath-3bbd: New file, from gettext/autoconf-lib-link.
391         * tests/havelib/rpath-3bbe: New file, from gettext/autoconf-lib-link.
392         * tests/havelib/rpath-3bbf: New file, from gettext/autoconf-lib-link.
393         * tests/havelib/rpath-3bbg: New file, from gettext/autoconf-lib-link.
394         * tests/havelib/rpath-3bbh: New file, from gettext/autoconf-lib-link.
395         * tests/havelib/rpathx/rpathx.c: New file, from
396         gettext/autoconf-lib-link.
397         * tests/havelib/rpathx/Makefile.am: New file, from
398         gettext/autoconf-lib-link.
399         * tests/havelib/rpathx/configure.ac: New file, from
400         gettext/autoconf-lib-link with modifications.
401         * tests/havelib/rpathy/rpathy.c: New file, from
402         gettext/autoconf-lib-link.
403         * tests/havelib/rpathy/Makefile.am: New file, from
404         gettext/autoconf-lib-link.
405         * tests/havelib/rpathy/configure.ac: New file, from
406         gettext/autoconf-lib-link with modifications.
407         * tests/havelib/rpathz/rpathz.c: New file, from
408         gettext/autoconf-lib-link.
409         * tests/havelib/rpathz/Makefile.am: New file, from
410         gettext/autoconf-lib-link.
411         * tests/havelib/rpathz/configure.ac: New file, from
412         gettext/autoconf-lib-link with modifications.
413         * tests/havelib/rpathlx/usex.c: New file, from
414         gettext/autoconf-lib-link.
415         * tests/havelib/rpathlx/Makefile.am: New file, from
416         gettext/autoconf-lib-link.
417         * tests/havelib/rpathlx/configure.ac: New file, from
418         gettext/autoconf-lib-link with modifications.
419         * tests/havelib/rpathly/usey.c: New file, from
420         gettext/autoconf-lib-link.
421         * tests/havelib/rpathly/Makefile.am: New file, from
422         gettext/autoconf-lib-link.
423         * tests/havelib/rpathly/configure.ac: New file, from
424         gettext/autoconf-lib-link with modifications.
425         * tests/havelib/rpathlz/usez.c: New file, from
426         gettext/autoconf-lib-link.
427         * tests/havelib/rpathlz/Makefile.am: New file, from
428         gettext/autoconf-lib-link.
429         * tests/havelib/rpathlz/configure.ac: New file, from
430         gettext/autoconf-lib-link with modifications.
431         * tests/havelib/rpathlyx/usey.c: New file, from
432         gettext/autoconf-lib-link.
433         * tests/havelib/rpathlyx/Makefile.am: New file, from
434         gettext/autoconf-lib-link.
435         * tests/havelib/rpathlyx/configure.ac: New file, from
436         gettext/autoconf-lib-link with modifications.
437         * tests/havelib/rpathlzyx/usez.c: New file, from
438         gettext/autoconf-lib-link.
439         * tests/havelib/rpathlzyx/Makefile.am: New file, from
440         gettext/autoconf-lib-link.
441         * tests/havelib/rpathlzyx/configure.ac: New file, from
442         gettext/autoconf-lib-link with modifications.
443         * tests/havelib/rpathcfg.sh: New file, from gettext/autoconf-lib-link
444         with modifications.
445
446 2010-04-02  Bruno Haible  <bruno@clisp.org>
447
448         gnulib-tool: Create distributed built sources also for the tests.
449         * gnulib-tool (func_create_testdir): Also generate distributed built
450         sources in the tests directory.
451
452 2010-04-02  Bruno Haible  <bruno@clisp.org>
453
454         gnulib-tool: Obey user's environment variables.
455         * gnulib-tool (func_create_testdir): When creating built sources,
456         respect the environment variables for autoconf, automake, etc. given by
457         the user.
458
459 2010-04-02  Bruno Haible  <bruno@clisp.org>
460
461         gnulib-tool: Provide the value of --m4-base to modules.
462         * gnulib-tool (func_import, func_create_testdir): Emit a definition
463         of gl_m4_base.
464
465 2010-04-02  Eric Blake  <eblake@redhat.com>
466
467         maint.mk: fix some fallout
468         * NEWS: Document the incompatible change, and its effect on cfg.mk.
469         * top/maint.mk (sc_prohibit_test_minus_ao): Update.
470
471 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
472
473         maint.mk: _sc_search_regexp: generalize and rename from _prohibit_regexp
474         * top/maint.mk (_sc_search_regexp): Rename from _prohibit_regexp.
475         (sc_cast_of_argument_to_free): Adapt to use _sc_search_regexp.
476         (sc_cast_of_x_alloc_return_value): Likewise.
477         (sc_cast_of_alloca_return_value): Likewise.
478         (sc_space_tab): Likewise.
479         (sc_prohibit_atoi_atof): Likewise.
480         (sc_prohibit_magic_number_exit): Likewise.
481         (sc_error_exit_success): Likewise.
482         (sc_file_system): Likewise.
483         (sc_prohibit_have_config_h): Likewise.
484         (sc_require_config_h): Likewise.
485         (sc_prohibit_HAVE_MBRTOWC): Likewise.
486         (sc_obsolete_symbols): Likewise.
487         (sc_changelog): Likewise.
488         (sc_program_name): Likewise.
489         (sc_the_the): Likewise.
490         (sc_trailing_blank): Likewise.
491         (sc_two_space_separator_in_usage): Likewise.
492         (sc_useless_cpp_parens): Likewise.
493         (sc_GPL_version): Likewise.
494         (sc_GFDL_version): Likewise.
495         (sc_texinfo_acronym): Likewise.
496         (sc_prohibit_cvs_keyword): Likewise.
497         (sc_prohibit_stat_st_blocks): Likewise.
498         (sc_prohibit_S_IS_definition): Likewise.
499         (sc_redundant_const): Likewise.
500         (sc_makefile_TAB_only_indentation): Likewise.
501         (sc_m4_quote_check): Likewise.
502         (sc_makefile_path_separator_check): Likewise.
503         (sc_copyright_check): Likewise.
504         (sc_Wundef_boolean): Likewise.
505         (sc_vulnerable_makefile_CVE-2009-4029): Likewise.
506
507         maint.mk: match 0 or more whitespace-before-function-call '('
508         * top/maint.mk (sc_error_exit_success): Relax regexp to match uses
509         that have zero or two-and-more spaces between the function name
510         and the open parenthesis.
511         (sc_error_message_warn_fatal): Likewise.
512         (sc_error_message_uppercase): Likewise.
513         (sc_error_message_period): Likewise.
514
515 2010-03-31  Eric Blake  <eblake@redhat.com>
516
517         maint.mk: check for [ as well as test
518         * top/maint.mk (sc_prohibit_test_minus_ao): Extend test.
519         Based on a libvirt report by Matthias Bolte.
520
521         gnumakefile: don't squelch _version output
522         * top/GNUmakefile (_version): Create one-shot dependency rather
523         than using $(shell) when version must be regenerated.
524         (_autoreconf): Run verbosely, by default.
525
526         sys_time: avoid compiler warnings
527         * lib/sys_time.in.h (includes): Ensure gcc pragma is
528         unconditional, fixing regression from 2010-03-29.
529         Reported by Simon Josefsson.
530
531 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
532
533         maint.mk: s/_header_without_use/_sc_header_without_use/
534         * top/maint.mk (_sc_header_without_use): Rename from _header_without_use.
535         (sc_prohibit_assert_without_use): Use the new name.
536         (sc_prohibit_close_stream_without_use): Likewise.
537         (sc_prohibit_getopt_without_use): Likewise.
538         (sc_prohibit_quotearg_without_use): Likewise.
539         (sc_prohibit_quote_without_use): Likewise.
540         (sc_prohibit_long_options_without_use): Likewise.
541         (sc_prohibit_inttostr_without_use): Likewise.
542         (sc_prohibit_ignore_value_without_use): Likewise.
543         (sc_prohibit_error_without_use): Likewise.
544         (sc_prohibit_xalloc_without_use): Likewise.
545         (sc_prohibit_hash_without_use): Likewise.
546         (sc_prohibit_hash_pjw_without_use): Likewise.
547         (sc_prohibit_safe_read_without_use): Likewise.
548         (sc_prohibit_argmatch_without_use): Likewise.
549         (sc_prohibit_canonicalize_without_use): Likewise.
550         (sc_prohibit_root_dev_ino_without_use): Likewise.
551         (sc_prohibit_openat_without_use): Likewise.
552         (sc_prohibit_c_ctype_without_use): Likewise.
553         (sc_prohibit_signal_without_use): Likewise.
554         (sc_prohibit_intprops_without_use): Likewise.
555
556 2010-03-30  Eric Blake  <eblake@redhat.com>
557
558         maint: improve module indicators
559         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE)
560         (gl_MODULE_INDICATOR, gl_MODULE_INDICATOR_FOR_TESTS): Fit in 80
561         columns, and avoid extra macro expansion.
562
563         fdopendir: work around FreeBSD bug
564         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
565         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Set it.
566         * modules/dirent (Makefile.am): Substitute it.
567         * lib/dirent.in.h (fdopendir): Supply missing FreeBSD
568         declaration.
569         * doc/posix-functions/fdopendir.texi (fdopendir): Document the
570         fix.
571         Reported by Christian Weisgerber <naddy@mips.inka.de>.
572
573 2010-03-29  Bruno Haible  <bruno@clisp.org>
574
575         Emit #pragma system_header after the inclusion guard, not before.
576         * lib/arpa_inet.in.h: Emit #pragma system_header after the inclusion
577         guard that spans the entire file, not before. This enables an
578         optimization in GCC's preprocessor.
579         * lib/ctype.in.h: Likewise.
580         * lib/dirent.in.h: Likewise.
581         * lib/errno.in.h: Likewise.
582         * lib/float.in.h: Likewise.
583         * lib/getopt.in.h: Likewise.
584         * lib/iconv.in.h: Likewise.
585         * lib/langinfo.in.h: Likewise.
586         * lib/locale.in.h: Likewise.
587         * lib/math.in.h: Likewise.
588         * lib/netdb.in.h: Likewise.
589         * lib/netinet_in.in.h: Likewise.
590         * lib/pty.in.h: Likewise.
591         * lib/sched.in.h: Likewise.
592         * lib/se-selinux.in.h: Likewise.
593         * lib/search.in.h: Likewise.
594         * lib/spawn.in.h: Likewise.
595         * lib/stdarg.in.h: Likewise.
596         * lib/stdint.in.h: Likewise.
597         * lib/string.in.h: Likewise.
598         * lib/strings.in.h: Likewise.
599         * lib/sys_file.in.h: Likewise.
600         * lib/sys_ioctl.in.h: Likewise.
601         * lib/sys_time.in.h: Likewise.
602         * lib/sys_times.in.h: Likewise.
603         * lib/sys_utsname.in.h: Likewise.
604         * lib/sys_wait.in.h: Likewise.
605         * lib/sysexits.in.h: Likewise.
606         * lib/wctype.in.h: Likewise.
607
608 2010-03-28  James Youngman  <jay@gnu.org>
609
610         save-cwd: don't leak a file descriptor when the caller execs.
611         * lib/save-cwd.c (save_cwd): set the close-on-exec flag for the
612         saved file descriptor.
613         * modules/save-cwd (Depends-on): Depend on cloexec.
614
615 2010-03-29  Bruno Haible  <bruno@clisp.org>
616
617         Remove vestiges of fts-lgpl module.
618         * lib/fts_.h: Assume GNULIB_FTS is 1.
619         * lib/fts.c: Likewise.
620         * modules/fts (configure.ac): Remove gl_MODULE_INDICATOR invocation.
621
622 2010-03-28  Bruno Haible  <bruno@clisp.org>
623
624         Fix definition of tests witness macro.
625         * gnulib-tool (func_import): Fix definition of witness macro.
626
627 2010-03-28  Bruno Haible  <bruno@clisp.org>
628
629         Fix ioctl's protoype on glibc systems.
630         * lib/sys_ioctl.in.h (ioctl): If REPLACE_IOCTL is 1, use a wrapper. Use
631         _GL_CXXALIAS_SYS, not _GL_CXXALIAS_SYS_CAST.
632         * lib/ioctl.c (rpl_ioctl) [HAVE_IOCTL]: New wrapper.
633         * modules/ioctl (configure.ac): Test whether ioctl has the POSIX
634         signature. If not, arrange to replace the ioctl function.
635         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
636         REPLACE_IOCTL.
637         * modules/sys_ioctl (Makefile.am): Substitute REPLACE_IOCTL.
638         * doc/posix-functions/ioctl.texi: Mention the glibc problem.
639         Reported by Ludovic Courtès <ludo@gnu.org>.
640
641 2010-03-28  Javier Villavicencio  <the_paya@gentoo.org>
642
643         exclude: fix the case of globs vs. EXCLUDE_INCLUDE
644         * lib/exclude.c (excluded_file_pattern_p): Fix logic error that
645         made it so grep -r --include=GLOB* ... did not work.
646
647 2010-03-26  Jim Meyering  <meyering@redhat.com>
648             Eric Blake  <eblake@redhat.com>
649
650         maint.mk: prohibit use of test's -o and -a operators
651         * top/maint.mk (sc_prohibit_test_minus_ao): New rule.
652
653 2010-03-28  Bruno Haible  <bruno@clisp.org>
654
655         Remove unused GNULIB_XYZ macro definitions.
656         * modules/crypto/gc-camellia (configure.ac): Remove gl_MODULE_INDICATOR
657         invocation.
658
659 2010-03-28  Bruno Haible  <bruno@clisp.org>
660
661         Mark privileged tests modules.
662         * modules/idpriv-drop-tests (Status): New section.
663         * modules/idpriv-droptemp-tests (Status): New section.
664
665 2010-03-28  Bruno Haible  <bruno@clisp.org>
666
667         Split C++ tests into separate tests modules.
668         * modules/dirent-c++-tests: New file, extracted from
669         modules/dirent-tests.
670         * modules/dirent-tests: Depend on it.
671         * modules/fcntl-h-c++-tests: New file, extracted from
672         modules/fcntl-h-tests.
673         * modules/fcntl-h-tests: Depend on it.
674         * modules/glob-c++-tests: New file, extracted from modules/glob-tests.
675         * modules/glob-tests: Depend on it.
676         * modules/iconv-h-c++-tests: New file, extracted from
677         modules/iconv-h-tests.
678         * modules/iconv-h-tests: Depend on it.
679         * modules/langinfo-c++-tests: New file, extracted from
680         modules/langinfo-tests.
681         * modules/langinfo-tests: Depend on it.
682         * modules/locale-c++-tests: New file, extracted from
683         modules/locale-tests.
684         * modules/locale-tests: Depend on it.
685         * modules/math-c++-tests: New file, extracted from modules/math-tests.
686         * modules/math-tests: Depend on it.
687         * modules/pty-c++-tests: New file, extracted from modules/pty-tests.
688         * modules/pty-tests: Depend on it.
689         * modules/search-c++-tests: New file, extracted from
690         modules/search-tests.
691         * modules/search-tests: Depend on it.
692         * modules/signal-c++-tests: New file, extracted from
693         modules/signal-tests.
694         * modules/signal-tests: Depend on it.
695         * modules/spawn-c++-tests: New file, extracted from
696         modules/spawn-tests.
697         * modules/spawn-tests: Depend on it.
698         * modules/stdio-c++-tests: New file, extracted from
699         modules/stdio-tests.
700         * modules/stdio-tests: Depend on it.
701         * modules/stdlib-c++-tests: New file, extracted from
702         modules/stdlib-tests.
703         * modules/stdlib-tests: Depend on it.
704         * modules/string-c++-tests: New file, extracted from
705         modules/string-tests.
706         * modules/string-tests: Depend on it.
707         * modules/sys_ioctl-c++-tests: New file, extracted from
708         modules/sys_ioctl-tests.
709         * modules/sys_ioctl-tests: Depend on it.
710         * modules/sys_select-c++-tests: New file, extracted from
711         modules/sys_select-tests.
712         * modules/sys_select-tests: Depend on it.
713         * modules/sys_socket-c++-tests: New file, extracted from
714         modules/sys_socket-tests.
715         * modules/sys_socket-tests: Depend on it.
716         * modules/sys_stat-c++-tests: New file, extracted from
717         modules/sys_stat-tests.
718         * modules/sys_stat-tests: Depend on it.
719         * modules/sys_time-c++-tests: New file, extracted from
720         modules/sys_time-tests.
721         * modules/sys_time-tests: Depend on it.
722         * modules/time-c++-tests: New file, extracted from modules/time-tests.
723         * modules/time-tests: Depend on it.
724         * modules/unistd-c++-tests: New file, extracted from
725         modules/unistd-tests.
726         * modules/unistd-tests: Depend on it.
727         * modules/wchar-c++-tests: New file, extracted from
728         modules/wchar-tests.
729         * modules/wchar-tests: Depend on it.
730         * modules/wctype-c++-tests: New file, extracted from
731         modules/wctype-tests.
732         * modules/wctype-tests: Depend on it.
733         Reported by Simon Josefsson.
734
735 2010-03-28  Bruno Haible  <bruno@clisp.org>
736
737         gnulib-tool: Allow 'foo-tests' module even if there is no module 'foo'.
738         * gnulib-tool (func_exists_module): New function, extracted from
739         func_verify_module.
740         (func_verify_module): Use it.
741         (func_get_dependencies): Synthetize a dependency from 'foo-tests' to
742         'foo' only if 'foo' exists.
743         * doc/gnulib.texi (Extra tests modules): Explain how to split a tests
744         module.
745
746 2010-03-28  Bruno Haible  <bruno@clisp.org>
747
748         gnulib-tool: Add support for special categories of tests.
749         * gnulib-tool: New options --with-c++-tests, --with-longrunning-tests,
750         --with-privileged-tests, --with-unportable-tests, --with-all-tests.
751         (func_usage): Document them.
752         (inc_cxx_tests, inc_longrunning_tests, inc_privileged_tests,
753         inc_unportable_tests, inc_all_tests): New variables.
754         (func_acceptable): Consider these variables.
755         (func_modules_transitive_closure): Make it work when the 'Status' field
756         consists of multiple words.
757         (func_import): Store and restore the values of inc_cxx_tests,
758         inc_longrunning_tests, inc_privileged_tests, inc_unportable_tests,
759         inc_all_tests in gnulib-comp.m4.
760         (func_create_testdir): Set inc_all_tests to true.
761         * doc/gnulib.texi (Extra tests modules): New section.
762         Suggested by Jim Meyering.
763
764 2010-03-28  Bruno Haible  <bruno@clisp.org>
765
766         ansi-c++-opt: Allow turning off the C++ build by default.
767         * m4/ansi-c++.m4 (gl_CXX_CHOICE): Let CXX_CHOICE default to 'no' if
768         gl_CXX_CHOICE_DEFAULT_NO is defined.
769         Requested by Eric Blake.
770
771 2010-03-28  Bruno Haible  <bruno@clisp.org>
772
773         unistd: Avoid #define replacements in C++ mode.
774         * lib/unistd.in.h (socket, connect, accept, bind, getpeername,
775         getsockname, getsockopt, listen, recv, send, recvfrom, sendto,
776         setsockopt, shutdown, select): In C++, attach a warning to the function
777         if possible, rather than #defining the symbol to a dysfunctional alias.
778         Reported by John W. Eaton <jwe@gnu.org>.
779
780 2010-03-28  Bruno Haible  <bruno@clisp.org>
781
782         Fix link errors on mingw.
783         * lib/sys_ioctl.in.h (ioctl): Fix declaration idiom.
784         * modules/sys_ioctl-tests (Makefile.am): Link test-sys_ioctl-c++ with
785         $(LIBSOCKET).
786         * modules/sys_select-tests (Makefile.am): Link test-sys_select-c++ with
787         $(LIBSOCKET).
788
789 2010-03-28  Bruno Haible  <bruno@clisp.org>
790             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
791
792         lib-ignore: Determine different options for different compilers.
793         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Set a variable which
794         depends on the current language (C/C++/Fortran). Don't set LDFLAGS.
795         Add comments.
796         (_gl_IGNORE_UNUSED_LIBRARIES_OPTIONS): New macro.
797         * NEWS: Mention the change.
798
799 2010-03-27  Bruno Haible  <bruno@clisp.org>
800
801         Remove unused GNULIB_XYZ macro definitions.
802         * modules/dup3 (configure.ac): Remove gl_MODULE_INDICATOR invocation.
803         * modules/fseek (configure.ac): Likewise.
804         * modules/ioctl (configure.ac): Likewise.
805         * modules/open (configure.ac): Likewise.
806         * modules/stdlib-safer (configure.ac): Likewise.
807
808 2010-03-27  Bruno Haible  <bruno@clisp.org>
809
810         Add a remark about certain modules.
811         * modules/malloc (Comment): New section.
812         * modules/realloc (Comment): Likewise.
813         * modules/sigpipe (Comment): Likewise.
814
815 2010-03-27  Bruno Haible  <bruno@clisp.org>
816
817         Resolve conflict between the two kinds of module indicators.
818         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Define
819         GNULIB_TEST_XYZ instead of GNULIB_XYZ.
820         * modules/canonicalize (configure.ac): Invoke
821         gl_MODULE_INDICATOR_FOR_TESTS.
822         * tests/test-canonicalize-lgpl.c: Test GNULIB_TEST_XYZ instead of
823         GNULIB_XYZ.
824         * tests/test-dirent-c++.cc: Likewise.
825         * tests/test-dirent-safer.c: Likewise.
826         * tests/test-dup2.c: Likewise.
827         * tests/test-fchdir.c: Likewise.
828         * tests/test-fcntl-h-c++.cc: Likewise.
829         * tests/test-getopt.c: Likewise.
830         * tests/test-getopt.h: Likewise.
831         * tests/test-langinfo-c++.cc: Likewise.
832         * tests/test-locale-c++.cc: Likewise.
833         * tests/test-math-c++.cc: Likewise.
834         * tests/test-pty-c++.cc: Likewise.
835         * tests/test-search-c++.cc: Likewise.
836         * tests/test-signal-c++.cc: Likewise.
837         * tests/test-spawn-c++.cc: Likewise.
838         * tests/test-stdio-c++.cc: Likewise.
839         * tests/test-stdlib-c++.cc: Likewise.
840         * tests/test-string-c++.cc: Likewise.
841         * tests/test-sys_ioctl-c++.cc: Likewise.
842         * tests/test-sys_select-c++.cc: Likewise.
843         * tests/test-sys_socket-c++.cc: Likewise.
844         * tests/test-sys_stat-c++.cc: Likewise.
845         * tests/test-sys_time-c++.cc: Likewise.
846         * tests/test-time-c++.cc: Likewise.
847         * tests/test-unistd-c++.cc: Likewise.
848         * tests/test-wchar-c++.cc: Likewise.
849         * tests/uninorm/test-u8-nfc.c: Likewise.
850         * tests/uninorm/test-u8-nfd.c: Likewise.
851         * tests/uninorm/test-u8-nfkc.c: Likewise.
852         * tests/uninorm/test-u8-nfkd.c: Likewise.
853         * tests/uninorm/test-u16-nfc.c: Likewise.
854         * tests/uninorm/test-u16-nfd.c: Likewise.
855         * tests/uninorm/test-u16-nfkc.c: Likewise.
856         * tests/uninorm/test-u16-nfkd.c: Likewise.
857         * tests/uninorm/test-u32-nfc.c: Likewise.
858         * tests/uninorm/test-u32-nfc-big.c: Likewise.
859         * tests/uninorm/test-u32-nfd.c: Likewise.
860         * tests/uninorm/test-u32-nfd-big.c: Likewise.
861         * tests/uninorm/test-u32-nfkc.c: Likewise.
862         * tests/uninorm/test-u32-nfkc-big.c: Likewise.
863         * tests/uninorm/test-u32-nfkd.c: Likewise.
864         * tests/uninorm/test-u32-nfkd-big.c: Likewise.
865         * tests/uninorm/test-u32-normalize-big.c: Likewise.
866
867 2010-03-27  Bruno Haible  <bruno@clisp.org>
868
869         Distinguish two kinds of module indicators.
870         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Renamed from
871         gl_MODULE_INDICATOR.
872         (gl_MODULE_INDICATOR): New macro.
873         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
874         gl_MODULE_INDICATOR_FOR_TESTS instead of gl_MODULE_INDICATOR.
875         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
876         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
877         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
878         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
879         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
880         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
881         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
882         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
883         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
884         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
885         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
886         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
887         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
888         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
889         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
890         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
891         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
892         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
893         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
894         * modules/cloexec (configure.ac): Likewise.
895         * modules/getopt-gnu (configure.ac): Likewise.
896         * modules/uninorm/u8-normalize (configure.ac): Likewise.
897         * modules/uninorm/u16-normalize (configure.ac): Likewise.
898         * modules/uninorm/u32-normalize (configure.ac): Likewise.
899         * modules/fdopendir (configure.ac): Invoke gl_MODULE_INDICATOR.
900
901 2010-03-27  Bruno Haible  <bruno@clisp.org>
902
903         New module description field 'Comment'.
904         * gnulib-tool: New option --extract-comment.
905         (func_usage): Document it.
906         (sed_extract_prog, sed_extract_field_header): Support 'Comment' field.
907         (func_get_comment): New function.
908         * modules/TEMPLATE-EXTENDED: Add a blank Comment field.
909
910 2010-03-27  Bruno Haible  <bruno@clisp.org>
911
912         Addendum to 2010-02-07 commit.
913         * gnulib-tool (func_usage): Document --extract-applicability option.
914
915 2010-03-27  Bruno Haible  <bruno@clisp.org>
916
917         Use GNULIB_POSIXCHECK instead of GNULIB_PORTCHECK.
918         * lib/time.in.h (asctime, asctime_r, ctime, ctime_r): Test
919         GNULIB_POSIXCHECK, not GNULIB_PORTCHECK. Provide compile-time warnings
920         rather than link errors.
921
922 2010-03-27  Bruno Haible  <bruno@clisp.org>
923
924         Avoid side effects from tests-related modules on the compilation of lib.
925         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_CONDITION): New macro.
926         (gl_MODULE_INDICATOR_SET_VARIABLE): Use its expansion as a value.
927         * gnulib-tool (func_emit_tests_Makefile_am): Accept a witness_macro
928         parameter. Emit into AM_CPPFLAGS a definition of the designated C
929         macro.
930         (func_import): Define a witness macro. Assign it a value that depends
931         on the current package. Override gl_MODULE_INDICATOR_CONDITION for the
932         tests-related modules.
933         (func_create_testdir): Update func_emit_tests_Makefile_am invocation.
934         Reported by Jim Meyering.
935
936 2010-03-27  Bruno Haible  <bruno@clisp.org>
937
938         Factorize common .m4 code.
939         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE): New macro.
940         * m4/arpa_inet_h.m4 (gl_ARPA_INET_MODULE_INDICATOR): Use it.
941         * m4/ctype.m4 (gl_CTYPE_MODULE_INDICATOR): Likewise.
942         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Likewise.
943         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
944         * m4/iconv_h.m4 (gl_ICONV_MODULE_INDICATOR): Likewise.
945         * m4/inttypes.m4 (gl_INTTYPES_MODULE_INDICATOR): Likewise.
946         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
947         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
948         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
949         * m4/netdb_h.m4 (gl_NETDB_MODULE_INDICATOR): Likewise.
950         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
951         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
952         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
953         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
954         * m4/stddef_h.m4 (gl_STDDEF_MODULE_INDICATOR): Likewise.
955         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
956         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
957         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
958         * m4/strings_h.m4 (gl_STRINGS_MODULE_INDICATOR): Likewise.
959         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_MODULE_INDICATOR): Likewise.
960         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
961         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
962         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
963         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
964         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
965         * m4/sys_times_h.m4 (gl_SYS_TIMES_MODULE_INDICATOR): Likewise.
966         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_MODULE_INDICATOR): Likewise.
967         * m4/sys_wait_h.m4 (gl_SYS_WAIT_MODULE_INDICATOR): Likewise.
968         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
969         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
970         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
971
972 2010-03-27  Bruno Haible  <bruno@clisp.org>
973
974         Fix a compilation error on Cygwin with g++ >= 4.3.
975         * lib/sys_stat.in.h (lchmod): Don't warn about the use of this function
976         if it is undefined or if we alias it to chmod.
977         (lstat): Don't warn about the use of this function if it is undefined
978         or if we alias it to stat.
979         Reported by Simon Josefsson.
980
981 2010-03-27  Bruno Haible  <bruno@clisp.org>
982
983         * m4/getlogin.m4 (gl_FUNC_GETLOGIN): Renamed from gl_GETLOGIN.
984         * modules/getlogin (configure.ac): Update.
985
986         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Renamed from gl_GETLOGIN_R.
987         * modules/getlogin_r (configure.ac): Update.
988
989         * m4/inet_ntop.m4 (gl_FUNC_INET_NTOP): Renamed from gl_INET_NTOP.
990         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Update.
991         * modules/inet_ntop (configure.ac): Update.
992
993         * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Renamed from gl_INET_PTON.
994         * modules/inet_pton (configure.ac): Update.
995
996         * m4/mbslen.m4 (gl_FUNC_MBSLEN): Renamed from gl_MBSLEN.
997         * modules/mbslen (configure.ac): Update.
998
999         * m4/pty.m4 (gl_FUNC_FORKPTY): Renamed from gl_FORKPTY.
1000         (gl_FUNC_OPENPTY): Renamed from gl_OPENPTY.
1001         * modules/forkpty (configure.ac): Update.
1002         * modules/openpty (configure.ac): Update.
1003
1004 2010-03-26  Simon Josefsson  <simon@josefsson.org>
1005
1006         * top/maint.mk (sc_texinfo_acronym): Don't infloop if there is
1007         no *.texi files.  Reported by Eric Blake <eblake@redhat.com>.
1008
1009 2010-03-25  Eric Blake  <eblake@redhat.com>
1010
1011         maint: use pragma consistently across replacement headers
1012         * lib/ctype.in.h (system_header): Hoist for consistent placement.
1013         * lib/dirent.in.h (system_header): Likewise.
1014         * lib/errno.in.h (system_header): Likewise.
1015         * lib/float.in.h (system_header): Likewise.
1016         * lib/getopt.in.h (system_header): Likewise.
1017         * lib/iconv.in.h (system_header): Likewise.
1018         * lib/inttypes.in.h (system_header): Likewise.
1019         * lib/langinfo.in.h (system_header): Likewise.
1020         * lib/locale.in.h (system_header): Likewise.
1021         * lib/math.in.h (system_header): Likewise.
1022         * lib/netdb.in.h (system_header): Likewise.
1023         * lib/netinet_in.in.h (system_header): Likewise.
1024         * lib/pty.in.h (system_header): Likewise.
1025         * lib/sched.in.h (system_header): Likewise.
1026         * lib/se-selinux.in.h (system_header): Likewise.
1027         * lib/search.in.h (system_header): Likewise.
1028         * lib/spawn.in.h (system_header): Likewise.
1029         * lib/stdarg.in.h (system_header): Likewise.
1030         * lib/stdint.in.h (system_header): Likewise.
1031         * lib/string.in.h (system_header): Likewise.
1032         * lib/strings.in.h (system_header): Likewise.
1033         * lib/sys_file.in.h (system_header): Likewise.
1034         * lib/sys_ioctl.in.h (system_header): Likewise.
1035         * lib/sys_socket.in.h (system_header): Likewise.
1036         * lib/sys_times.in.h (system_header): Likewise.
1037         * lib/sys_utsname.in.h (system_header): Likewise.
1038         * lib/sys_wait.in.h (system_header): Likewise.
1039         * lib/sysexits.in.h (system_header): Likewise.
1040         * lib/unistd.in.h (system_header): Likewise.
1041         * lib/wctype.in.h (system_header): Likewise.
1042
1043         arpa/inet: fix mingw compilation warning
1044         * lib/arpa_inet.in.h (system_header): Hoist to be unconditional.
1045         Reported by Matthew Bolte.
1046
1047 2010-03-25  Bruno Haible  <bruno@clisp.org>
1048
1049         Avoid collision between gnulib wrapper and libintl wrapper.
1050         * lib/printf.c (printf): Don't define if a printf wrapper is already
1051         defined in intl/printf.c.
1052         Reported by Michel Boaventura <michel@michelboaventura.com>.
1053
1054 2010-03-25  Bruno Haible  <bruno@clisp.org>
1055
1056         Use ANSI C.
1057         * lib/readutmp.h (getutent): Provide ANSI C prototype.
1058
1059 2010-03-25  Bruno Haible  <bruno@clisp.org>
1060
1061         Minor formatting changes.
1062         * lib/acosl.c: Insert space before function argument list.
1063         * lib/argz.c: Likewise.
1064         * lib/asinl.c: Likewise.
1065         * lib/expl.c: Likewise.
1066         * lib/gen-uni-tables.c: Likewise.
1067         * lib/gettext.h: Likewise.
1068         * lib/glthread/lock.h: Likewise.
1069         * lib/tanl.c: Likewise.
1070         * lib/uniname/uniname.c: Likewise.
1071         * tests/test-idpriv-drop.c: Likewise.
1072         * tests/test-idpriv-droptemp.c: Likewise.
1073         * tests/test-lock.c: Likewise.
1074         * tests/test-tls.c: Likewise.
1075         * lib/argp-help.c: Insert space before function-like macro argument
1076         list.
1077         * lib/memcmp.c: Likewise.
1078         * tests/test-base64.c: Likewise.
1079         * lib/localename.c: Insert space before sizeof's argument list.
1080         * lib/safe-alloc.h: Likewise.
1081         * lib/file-set.h: Insert space before macro argument list.
1082         * tests/test-argp.c: Likewise.
1083         * lib/argp-namefrob.h: Insert space before function parameter list.
1084         * lib/getaddrinfo.c: Likewise.
1085         * lib/netdb.in.h: Likewise.
1086         * lib/parse-duration.h: Likewise.
1087         * lib/parse-duration.c: Likewise.
1088         * lib/poll.c: Likewise.
1089         * lib/select.c: Likewise.
1090         * lib/trim.h: Likewise.
1091         * tests/test-usleep.c: Likewise.
1092         * lib/ldexpl.c: Insert space before function parameter list and before
1093         function argument list.
1094         * lib/logl.c: Likewise.
1095         * lib/sqrtl.c: Likewise.
1096         * lib/trim.c: Likewise.
1097         * lib/cosl.c: Use GNU style indentation. Insert space before function
1098         argument list.
1099         * lib/sinl.c: Likewise.
1100         * lib/tsearch.c: Insert space after 'for'.
1101         Reported by Jim Meyering.
1102
1103 2010-03-23  Pádraig Brady  <P@draigBrady.com>  (tiny change)
1104
1105         * maint.mk (sc_Wundef_boolean): Check for the presence of the
1106         config header before grepping, as it's not present before
1107         autoreconf/configure are run.  Reported by Simon Josefsson.
1108
1109 2010-03-23  Bruno Haible  <bruno@clisp.org>
1110
1111         pt_chown: Make it work with automake < 1.11.
1112         * modules/pt_chown (Makefile.am): Define pkglibexecdir.
1113         Reported by Simon Josefsson.
1114
1115 2010-03-23  Bruno Haible  <bruno@clisp.org>
1116
1117         pt_chown: Don't depend on GPLed modules.
1118         * lib/pt_chown.c: Don't include idpriv.h.
1119         (main): Don't drop privileges.
1120         * modules/pt_chown (Depends-on): Remove idpriv-drop.
1121         Reported by Simon Josefsson.
1122
1123 2010-03-24  Simon Josefsson  <simon@josefsson.org>
1124
1125         * top/maint.mk (sc_texinfo_acronym): Add rule, based on
1126         suggestions from karl@freefriends.org (Karl Berry).
1127
1128 2010-03-22  Eric Blake  <eblake@redhat.com>
1129
1130         gethostname: further tweaks
1131         * lib/unistd.in.h (includes): Only worry about <winsock2.h> if we
1132         are overriding gethostname.
1133         Suggested by Bruno Haible.
1134
1135 2010-03-21  Bruno Haible  <bruno@clisp.org>
1136
1137         Fix comments.
1138         * lib/forkpty.c (rpl_forkpty): Fix comment.
1139         * lib/openpty.c (rpl_openpty): Likewise.
1140         Reported by Eric Blake.
1141
1142 2010-03-22  Eric Blake  <eblake@redhat.com>
1143
1144         gethostname: fix build on mingw
1145         * lib/unistd.in.h (includes): Work around fact that mingw
1146         <winsock2.h> re-includes <unistd.h>, by avoiding any
1147         redeclarations if we are being included by <winsock2.h>.
1148         Reported by Matthias Bolte.
1149
1150 2010-03-21  Bruno Haible  <bruno@clisp.org>
1151
1152         forkpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
1153         * lib/forkpty.c (forkpty): New replacement function, from glibc with
1154         modifications.
1155         * lib/pty.in.h (forkpty): Update declaration. Add comments.
1156         * m4/pty.m4 (gl_FORKPTY): If forkpty is not declared, arrange to
1157         provide the replacement.
1158         * modules/forkpty (Depends-on): Add openpty, login_tty.
1159         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_FORKPTY.
1160         * modules/pty (Makefile.am): Substitute HAVE_FORKPTY.
1161         * doc/glibc-functions/forkpty.texi: More supported platforms.
1162         * config/srclist.txt: Add forkpty.c (commented).
1163
1164 2010-03-21  Bruno Haible  <bruno@clisp.org>
1165
1166         * modules/forkpty-tests: Use the common TEMPLATE-TESTS.
1167         (Makefile.am): Verify that PTY_LIB is defined.
1168
1169         * modules/openpty-tests: Use the common TEMPLATE-TESTS.
1170
1171 2010-03-21  Bruno Haible  <bruno@clisp.org>
1172
1173         Tests for module 'login_tty'.
1174         * modules/login_tty-tests: New file.
1175         * tests/test-login_tty.c: New file.
1176
1177         New module 'login_tty'.
1178         * lib/login_tty.c: New file.
1179         * m4/pty.m4 (gl_FUNC_LOGIN_TTY): New macro.
1180         * modules/login_tty: New file.
1181         * doc/glibc-functions/login_tty.texi: Mention the new module.
1182
1183 2010-03-21  Bruno Haible  <bruno@clisp.org>
1184
1185         login_tty: Documentation.
1186         * doc/glibc-functions/login_tty.texi: New file.
1187         * doc/gnulib.texi (Glibc <utmp.h>): Include it.
1188
1189 2010-03-21  Bruno Haible  <bruno@clisp.org>
1190
1191         pty: Consistent macro naming.
1192         * m4/pty_h.m4 (gl_PTY_H): Renamed from gl_PTY.
1193         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): Update.
1194         * modules/pty (configure.ac): Update.
1195
1196 2010-03-21  Bruno Haible  <bruno@clisp.org>
1197
1198         Tests for openpty: Make stricter.
1199         * tests/test-openpty.c (main): Add test of canonical processing and
1200         erase.
1201         * modules/openpty-tests (Makefile.am): Verify that PTY_LIB is defined.
1202
1203         openpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
1204         * lib/openpty.c (openpty): New replacement function.
1205         * lib/pty.in.h: Include <termios.h>.
1206         (openpty): Update declaration. Add comments.
1207         * m4/pty.m4 (gl_OPENPTY): Require AC_USE_SYSTEM_EXTENSIONS. If openpty
1208         is not declared, arrange to provide the replacement. Check for _getpty
1209         and posix_openpt.
1210         * modules/openpty (Depends-on): Add extensions, fcntl-h, ioctl.
1211         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_OPENPTY.
1212         * modules/pty (Makefile.am): Substitute HAVE_OPENPTY.
1213         * modules/pty-tests (test_pty_c___LDADD): New variable.
1214         * doc/glibc-functions/openpty.texi: More supported platforms.
1215
1216 2010-03-21  Bruno Haible  <bruno@clisp.org>
1217
1218         setenv: Tweaks.
1219         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Include necessary headers in
1220         the test program.
1221         * doc/posix-functions/setenv.texi: Update platforms list.
1222
1223 2010-03-21  Bruno Haible  <bruno@clisp.org>
1224
1225         New module 'unlockpt'.
1226         * lib/unlockpt.c: New file, from glibc with modifications.
1227         * m4/unlockpt.m4: New file.
1228         * modules/unlockpt: New file.
1229         * lib/stdlib.in.h (unlockpt): New declaration.
1230         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether unlockpt is declared.
1231         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_UNLOCKPT, HAVE_UNLOCKPT.
1232         * modules/stdlib (Makefile.am): Substitute GNULIB_UNLOCKPT,
1233         HAVE_UNLOCKPT.
1234         * doc/posix-functions/unlockpt.texi: Mention the new module.
1235         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::unlockpt.
1236         * config/srclist.txt: Add unlockpt.c (commented).
1237
1238 2010-03-21  Jim Meyering  <meyering@redhat.com>
1239
1240         maint.mk: prohibit inclusion of "intprops.h" without use
1241         * top/maint.mk (sc_prohibit_intprops_without_use): New rule.
1242
1243 2010-03-21  Bruno Haible  <bruno@clisp.org>
1244
1245         New module 'grantpt'.
1246         * lib/grantpt.c: New file, from glibc with modifications.
1247         * m4/grantpt.m4: New file.
1248         * modules/grantpt: New file.
1249         * lib/stdlib.in.h (grantpt): New declaration.
1250         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether grantpt is declared.
1251         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GRANTPT, HAVE_GRANTPT.
1252         * modules/stdlib (Makefile.am): Substitute GNULIB_GRANTPT,
1253         HAVE_GRANTPT.
1254         * doc/posix-functions/grantpt.texi: Mention the new module.
1255         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::grantpt.
1256         * config/srclist.txt: Add grantpt.c (commented).
1257
1258 2010-03-21  Bruno Haible  <bruno@clisp.org>
1259
1260         New module 'pt_chown'.
1261         * lib/pt_chown.c: New file, from glibc with modifications.
1262         * lib/pty-private.h: New file, from glibc with modifications.
1263         * modules/pt_chown: New file.
1264         * config/srclist.txt: Add pt_chown.c, pty-private.h (commented).
1265
1266 2010-03-21  Bruno Haible  <bruno@clisp.org>
1267
1268         Tests for module 'ptsname'.
1269         * modules/ptsname-tests: New file.
1270         * tests/test-ptsname.c: New file.
1271
1272         New module 'ptsname'.
1273         * lib/ptsname.c: New file, from glibc with modifications.
1274         * m4/ptsname.m4: New file.
1275         * modules/ptsname: New file.
1276         * lib/stdlib.in.h (ptsname): New declaration.
1277         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether ptsname is declared.
1278         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PTSNAME, HAVE_PTSNAME.
1279         * modules/stdlib (Makefile.am): Substitute GNULIB_PTSNAME,
1280         HAVE_PTSNAME.
1281         * doc/posix-functions/ptsname.texi: Mention the new module.
1282         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::ptsname.
1283         * config/srclist.txt: Add ptsname.c (commented).
1284
1285 2010-03-21  Bruno Haible  <bruno@clisp.org>
1286
1287         Tests for module 'ttyname_r'.
1288         * modules/ttyname_r-tests: New file.
1289         * tests/test-ttyname_r.c: New file.
1290
1291         New module 'ttyname_r'.
1292         * lib/ttyname_r.c: New file.
1293         * m4/ttyname_r.m4: New file.
1294         * modules/ttyname_r: New file.
1295         * lib/unistd.in.h (ttyname_r): New declaration.
1296         * m4/unistd_h.m4 (gl_UNISTD_H): Check whether ttyname_r is declared.
1297         (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_TTYNAME_R, HAVE_TTYNAME_R.
1298         * modules/unistd (Makefile.am): Substitute GNULIB_TTYNAME_R,
1299         HAVE_TTYNAME_R.
1300         * tests/test-unistd-c++.cc: Check GNULIB_NAMESPACE::ttyname_r.
1301         * doc/posix-functions/ttyname_r.texi: Mention the new module.
1302
1303 2010-03-20  Bruno Haible  <bruno@clisp.org>
1304
1305         signal: Undefine macro definitions in C++ mode.
1306         * lib/signal.in.h (sigismember, sigemptyset, sigaddset, sigdelset,
1307         sigfillset): Undefine macro definitions from the system header in C++
1308         mode.
1309         Reported by John W. Eaton <jwe@gnu.org>.
1310
1311 2010-03-20  Bruno Haible  <bruno@clisp.org>
1312
1313         Ensure no #include statements inside extern "C" { ... }.
1314         * lib/obstack.h: Shrink extern "C" { ... } region so that it does not
1315         contain #include statements.
1316         * lib/time.in.h: Likewise.
1317
1318 2010-03-20  Bruno Haible  <bruno@clisp.org>
1319
1320         Make _GL_WARN_ON_USE usable in C++ and C mode in the same compilation.
1321         * build-aux/warn-on-use.h (_GL_WARN_EXTERN_C): New macro.
1322         (_GL_WARN_ON_USE, _GL_WARN_ON_USE_CXX): Likewise.
1323         Reported by John W. Eaton <jwe@gnu.org>.
1324
1325 2010-03-20  Bruno Haible  <bruno@clisp.org>
1326
1327         * m4/unlink.m4 (gl_FUNC_UNLINK): Fix last commit.
1328         Reported by Jim Meyering.
1329
1330 2010-03-20  Bruno Haible  <bruno@clisp.org>
1331
1332         pipe: Set errno upon failure.
1333         * lib/pipe.h: Specify that when -1 is returned, errno is set.
1334         * lib/pipe.c (create_pipe): Set errno when returning -1. Use the right
1335         errno value in error message.
1336
1337 2010-03-20  Bruno Haible  <bruno@clisp.org>
1338             Jim Meyering  <meyering@redhat.com>
1339
1340         lchown: Avoid "unused variable" warning.
1341         * lib/lchown.c (rpl_lchown): Move variable 'st' into #if block.
1342
1343 2010-03-20  Bruno Haible  <bruno@clisp.org>
1344
1345         Work around unlink() bug on MacOS X 10.5.6.
1346         * lib/unlink.c (rpl_unlink): If UNLINK_PARENT_BUG is defined, fail when
1347         attempting to unlink a parent directory.
1348         * m4/unlink.m4 (gl_FUNC_UNLINK): Require AC_CANONICAL_HOST. Test for
1349         MacOS X 10.5 bug. If the bug is present, define UNLINK_PARENT_BUG and
1350         activate for the replacement function.
1351         * doc/posix-functions/unlink.texi: Mention the MacOS X 10.5 bug.
1352
1353 2010-03-20  Bruno Haible  <bruno@clisp.org>
1354
1355         Fix link errors on Solaris 8.
1356         * modules/dirent-tests (test_dirent_c___LDADD): Add LIB_NANOSLEEP.
1357         * modules/wctype-tests (test_wctype_c___LDADD): Likewise.
1358
1359 2010-03-19  Jim Meyering  <meyering@redhat.com>
1360
1361         regcomp.c: make non-_LIBC implementation of build_range_exp consistent
1362         The _LIBC implementation of build_range_exp correctly honors the
1363         RE_NO_EMPTY_RANGES flag when checking for reversed range endpoints.
1364         However, the non-_LIBC implementation would ignore that syntax-bit
1365         flag and return REG_ERANGE unconditionally.
1366         This change makes it honor that flag.
1367         * lib/regcomp.c (build_range_exp) [!_LIBC]: Add a parameter: "syntax".
1368         Make two pointer parameters "const".
1369         Use "syntax" bits in order to honor RE_NO_EMPTY_RANGES.
1370         (parse_bracket_exp): Update caller.
1371
1372         regex.m4: correct the reversed range endpoint ([b-a]) test
1373         * m4/regex.m4: When requiring that [b-a] evoke failure,
1374         use RE_NO_EMPTY_RANGES.  This makes this entire configure-time
1375         test pass once again for x86-based systems.
1376
1377 2010-03-19  Bruno Haible  <bruno@clisp.org>
1378
1379         scandir: Fix link error on Solaris 8.
1380         * lib/scandir.c (_D_EXACT_NAMLEN, _D_ALLOC_NAMLEN): New fallback
1381         macros.
1382
1383 2010-03-19  Bruno Haible  <bruno@clisp.org>
1384
1385         getusershell: Fix documentation.
1386         * doc/glibc-functions/endusershell.texi: Refer to the getusershell
1387         module.
1388         * doc/glibc-functions/setusershell.texi: Likewise.
1389
1390         getusershell: Provide declaration, missing on Solaris 9.
1391         * lib/unistd.in.h (getusershell, setusershell, endusershell): Declare
1392         also if HAVE_GETUSERSHELL && !HAVE_DECL_GETUSERSHELL.
1393         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): When the function exists,
1394         check whether it is declared. Set HAVE_DECL_GETUSERSHELL.
1395         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1396         HAVE_DECL_GETUSERSHELL, not HAVE_GETUSERSHELL.
1397         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETUSERSHELL, not
1398         HAVE_GETUSERSHELL.
1399         * doc/glibc-functions/getusershell.texi: Mention the Solaris problem.
1400
1401 2010-03-19  Bruno Haible  <bruno@clisp.org>
1402
1403         wctype: Provide iswblank function.
1404         * lib/wctype.in.h (iswblank): Provide a replacement also when iswcntrl
1405         exists and is fine.
1406         * m4/wctype_h.m4 (gl_WCTYPE_H): Also check whether iswcntrl exists.
1407         * modules/wctype (Makefile.am): Substitute HAVE_ISWBLANK.
1408         * tests/test-wctype.c (main): Re-enable the iswblank tests.
1409         * doc/posix-functions/iswblank.texi: Update.
1410
1411 2010-03-19  Bruno Haible  <bruno@clisp.org>
1412
1413         Tests of module 'pty' in C++ mode.
1414         * modules/pty-tests: New file.
1415         * tests/test-pty-c++.cc: New file.
1416         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1417
1418 2010-03-19  Eric Blake  <eblake@redhat.com>
1419
1420         logb: fix documentation
1421         * doc/posix-functions/logb.texi (logb): Gnulib fixes the cygwin
1422         1.5 declaration bug.
1423
1424         forkpty, openpty: prefer glibc's const-safe prototype
1425         * lib/forkpty.c (rpl_forkpty): New file.
1426         * lib/openpty.c (rpl_openpty): Likewise.
1427         * modules/forkpty (Files): Distribute it.
1428         * modules/openpty (Files): Likewise.
1429         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.  Move decl
1430         check...
1431         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): ...here.  Request
1432         replacement for for non-const BSD signature.
1433         * modules/pty (Makefile.am): Substitute witnesses.
1434         * lib/pty.in.h (forkpty, openpty): Declare replacements.
1435         * tests/test-forkpty.c: Update signature check.
1436         * tests/test-openpty.c: Likewise.
1437         * doc/glibc-functions/forkpty.texi (forkpty): Document the fix.
1438         * doc/glibc-functions/openpty.texi (openpty): Likewise.
1439
1440         forkpty, openpty: split functions into new modules
1441         * modules/pty (Makefile.am): Substitute new witnesses.
1442         (Libraries): Move library detection...
1443         * modules/forkpty: ...into new module.
1444         * modules/openpty: Another new module.
1445         * modules/pty-tests: Rename and split...
1446         * modules/forkpty-tests: ...to this...
1447         * modules/openpty-tests: ...and this.
1448         * tests/test-pty.c: Rename and split...
1449         * tests/test-forkpty.c: ...to this...
1450         * tests/test-openpty.c: ...and this.
1451         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.
1452         (gl_PTY): Split library searching...
1453         * m4/pty.m4 (gl_PTY_LIB): ...into new file.
1454         (gl_FORKPTY, gl_OPENPTY): New macros.
1455         * lib/pty.in.h (forkpty, openpty): Honor new witnesses.
1456         * NEWS: Mention the split.
1457         * MODULES.html.sh (Misc): Document the modules.
1458         * doc/glibc-functions/forkpty.texi (forkpty): Likewise.
1459         * doc/glibc-functions/openpty.texi (openpty): Likewise.
1460
1461         pty: improve replacement header
1462         * lib/pty.in.h: New file.
1463         * modules/pty (Files): Ship it.
1464         (Makefile.am): Always build replacement.
1465         * m4/pty.m4: Rename...
1466         * m4/pty_h.m4: ...to this.
1467         (gl_PTY): Modernize setting of witness macros; update check of
1468         forkpty to take proper advantage of cache.
1469         (gl_PTY_MODULE_INDICATOR, gl_PTY_H_DEFAULTS): New macros.
1470
1471         getopt: avoid compiler warning
1472         * lib/getopt.c (attribute_hidden): Remove unused macro.
1473
1474 2010-03-18  Bruno Haible  <bruno@clisp.org>
1475
1476         Fix link errors on Solaris 8.
1477         * modules/iconv-h-tests (test_iconv_h_c___LDADD): Add LIB_NANOSLEEP.
1478         * modules/search-tests (test_search_c___LDADD): Likewise.
1479         * modules/signal-tests (test_signal_c___LDADD): Likewise.
1480         * modules/spawn-tests (test_spawn_c___LDADD): Likewise.
1481         * modules/stdio-tests (test_stdio_c___LDADD): Likewise.
1482         * modules/sys_select-tests (test_sys_select_c___LDADD): Likewise.
1483         * modules/sys_socket-tests (test_sys_socket_c___LDADD): Likewise.
1484         * modules/sys_time-tests (test_sys_time_c___LDADD): Likewise.
1485         * modules/wchar-tests (test_wchar_c___LDADD): Likewise.
1486
1487 2010-03-18  Bruno Haible  <bruno@clisp.org>
1488
1489         Fix bug introduced on 2010-03-14.
1490         * m4/spawn_h.m4 (gl_HAVE_POSIX_SPAWN): New macro.
1491         (gl_SPAWN_H): Require it.
1492         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Likewise.
1493         Reported by Simon Josefsson.
1494
1495 2010-03-18  Bruno Haible  <bruno@clisp.org>
1496
1497         Fix typo introduced on 2009-12-31.
1498         * m4/spawn_h.m4 (gl_SPAWN_H): Check for the declaration of
1499         posix_spawn_file_actions_adddup2.
1500
1501 2010-03-17  Bert Wesarg  <bert.wesarg@googlemail.com>  (tiny change)
1502         and Eric Blake  <eblake@redhat.com>
1503
1504         test-vc-list-files-git: make more robust
1505         * tests/test-vc-list-files-git.sh: Unset problematic environment
1506         variables.  Chain commands together.
1507
1508 2010-03-17  Ludovic Courtès <ludo@gnu.org>  (tiny change)
1509
1510         * m4/pty.m4: Unset $ac_cv_have_decl_forkpty before the second
1511         `AC_CHECK_DECL' invocation.
1512
1513 2010-03-15  Sergey Poznyakoff  <gray@gnu.org.ua>
1514
1515         * lib/inttostr.c (inttostr): Make sure the invocation of verify
1516         appears before executable statements. Suggested by Petr Sumbera
1517         <Petr.Sumbera@Sun.COM>.
1518
1519 2010-03-14  Bruno Haible  <bruno@clisp.org>
1520
1521         * tests/test-flock.c (test_exclusive): Comment out a test that causes
1522         portability problems. Instead use a simpler test.
1523         (main): Check that invalid arguments are rejected only on Linux.
1524
1525 2010-03-14  Bruno Haible  <bruno@clisp.org>
1526
1527         Fix bug introduced on 2009-12-31.
1528         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
1529         gl_PREREQ_SYS_H_WINSOCK2 always.
1530         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise. Remove
1531         SYS_SOCKET_H variable.
1532         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Remove test for flock.
1533         Update comments.
1534         * m4/ctype.m4 (gl_CTYPE_H): Update comments.
1535         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
1536         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
1537         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
1538         * m4/sys_wait_h.m4 (gl_SYS_WAIT_H): Likewise.
1539
1540 2010-03-14  Bruno Haible  <bruno@clisp.org>
1541
1542         Fix values returned by sinl, cosl.
1543         * lib/trigl.h: Add specification comments.
1544         * lib/sincosl.c (kernel_sinl, kernel_cosl): Fix comments and formula
1545         that combines the values from the precomputed table with the values of
1546         the Chebyshev polynomials.
1547
1548 2010-03-14  Bruno Haible  <bruno@clisp.org>
1549
1550         Fix compilation error when modules 'posix_spawn[p]' are not used.
1551         * m4/spawn_h.m4 (gl_SPAWN_H): Set HAVE_POSIX_SPAWN here.
1552         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): ... not here.
1553
1554 2010-03-14  Bruno Haible  <bruno@clisp.org>
1555
1556         Fix compilation error on mingw when module 'time_r' is not used.
1557         * lib/time.in.h (localtime_r, gmtime_r): Declare only if GNULIB_TIME_R
1558         is 1.
1559         * tests/test-time-c++.cc (localtime_r, gmtime_r): Likewise.
1560         * modules/time_r (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
1561         * modules/time (Makefile.am): Substitute GNULIB_TIME_R.
1562         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize GNULIB_TIME_R.
1563
1564 2010-03-14  Bruno Haible  <bruno@clisp.org>
1565
1566         Fix compilation error with Sun C.
1567         * lib/strtol.c: Use LLONG_MIN instead of GCC specific LONG_LONG_MIN.
1568         Use LLONG_MAX instead of GCC specific LONG_LONG_MAX. Use ULLONG_MAX
1569         instead of GCC specific ULONG_LONG_MAX.
1570         * lib/xstrtoll.c: Likewise.
1571         * lib/xstrtoull.c: Likewise.
1572
1573 2010-03-13  Bruno Haible  <bruno@clisp.org>
1574
1575         Allow the user to disable C++ code and tests.
1576         * m4/ansi-c++.m4 (gl_CXX_CHOICE): New macro.
1577         (gl_PROG_ANSI_CXX): Require it.
1578
1579 2010-03-13  Bruno Haible  <bruno@clisp.org>
1580
1581         * DEPENDENCIES (libtool): Mention libtool 2.2.x requirement in special
1582         cases.
1583
1584 2010-03-13  Bruno Haible  <bruno@clisp.org>
1585
1586         Test that gnulib does not break the standard C++ headers.
1587         * tests/test-locale-c++2.cc: New file.
1588         * modules/locale-tests (Files): Add it.
1589         (Makefile.am): Compile it for test-locale-c++.
1590         * tests/test-math-c++2.cc: New file.
1591         * modules/math-tests (Files): Add it.
1592         (Makefile.am): Compile it for test-math-c++.
1593         * tests/test-signal-c++2.cc: New file.
1594         * modules/signal-tests (Files): Add it.
1595         (Makefile.am): Compile it for test-signal-c++.
1596         * tests/test-stdio-c++2.cc: New file.
1597         * modules/stdio-tests (Files): Add it.
1598         (Makefile.am): Compile it for test-stdio-c++.
1599         * tests/test-stdlib-c++2.cc: New file.
1600         * modules/stdlib-tests (Files): Add it.
1601         (Makefile.am): Compile it for test-stdlib-c++.
1602         * tests/test-string-c++2.cc: New file.
1603         * modules/string-tests (Files): Add it.
1604         (Makefile.am): Compile it for test-string-c++.
1605         * tests/test-time-c++2.cc: New file.
1606         * modules/time-tests (Files): Add it.
1607         (Makefile.am): Compile it for test-time-c++.
1608         Reported by John W. Eaton <jwe@gnu.org>.
1609
1610 2010-03-13  Bruno Haible  <bruno@clisp.org>
1611
1612         * gnulib-tool (func_usage): Clarify which options are available for
1613         --create-testdir and --create-megatestdir.
1614
1615 2010-03-13  Bruno Haible  <bruno@clisp.org>
1616
1617         Fix compilation error with glibc >= 2.10 and g++ >= 4.4.
1618         * build-aux/warn-on-use.h (_GL_WARN_ON_USE_CXX): New macro.
1619         * build-aux/c++defs.h (_GL_CXXALIASWARN1): New macro.
1620         * lib/string.in.h (memchr, memrchr, rawmemchr, strchrnul, strpbrk,
1621         strstr, strcasestr): Use _GL_CXXALIASWARN1 instead of _GL_CXXALIASWARN
1622         when appropriate.
1623         Reported by Jim Meyering.
1624
1625 2010-03-12  Simon Josefsson  <simon@josefsson.org>
1626
1627         * gnulib-tool (func_import): Explain origin of code.
1628
1629 2010-03-12  Bruno Haible  <bruno@clisp.org>
1630
1631         Fix problem with automake's definition of CXXLINK.
1632         * gnulib-tool (func_create_testdir): After LT_INIT, also use LT_LANG.
1633         Reported by Simon Josefsson and Ludovic Courtès.
1634
1635 2010-03-12  Bruno Haible  <bruno@clisp.org>
1636
1637         * doc/gnulib-intro.texi (Steady Development): Mention Ian Beckwith's
1638         stable releases.
1639
1640 2010-03-11  Bruno Haible  <bruno@clisp.org>
1641
1642         Fix problems with overloaded C++ definitions of memchr, strpbrk, etc.
1643         * build-aux/c++defs.h (_GL_CXXALIAS_SYS_CAST2): Make it work regardless
1644         whether the system provides one variant or multiple variants of the
1645         function.
1646         * lib/string.in.h (memchr, strpbrk): Use _GL_CXXALIAS_SYS_CAST2 for all
1647         C++ compilers.
1648         (memrchr, rawmemchr, strchrnul, strstr, strcasestr): Use
1649         _GL_CXXALIAS_SYS_CAST2 instead of _GL_CXXALIAS_SYS.
1650         Reported by Jim Meyering.
1651
1652 2010-03-09  Simon Josefsson  <simon@josefsson.org>
1653
1654         * gnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug.
1655
1656 2010-03-08  Bruno Haible  <bruno@clisp.org>
1657
1658         gnulib-tool: Add support for --libtool in --create-testdir.
1659         * gnulib-tool (LIBTOOLPATH, LIBTOOLIZE): New variables.
1660         (func_create_testdir): Emit LT_INIT invocations. Invoke LIBTOOLIZE.
1661
1662 2010-03-08  Eric Blake  <eblake@redhat.com>
1663
1664         gnulib-tool.texi: mention possibility of git submodule
1665         * doc/gnulib-tool.texi (VCS Issues): Add details about using git
1666         submodules.
1667         * doc/.gitignore: Ignore another generated file.
1668
1669 2010-03-08  Karl Berry  <karl@gnu.org>
1670
1671         * doc/gnulib-tool.texi (VCS Issues): Mention third option
1672         of committing gnulib files while skipping others.
1673
1674 2010-03-07  Bruno Haible  <bruno@clisp.org>
1675
1676         Tests of module 'wctype' in C++ mode.
1677         * tests/test-wctype-c++.cc: New file.
1678         * modules/wctype-tests (Files): Add it and tests/signature.h.
1679         (Depends-on): Add ansi-c++-opt.
1680         (Makefile.am): Arrange to compile and run test-wctype-c++.
1681
1682         Tests of module 'wchar' in C++ mode.
1683         * tests/test-wchar-c++.cc: New file.
1684         * modules/wchar-tests (Files): Add it and tests/signature.h.
1685         (Depends-on): Add ansi-c++-opt.
1686         (Makefile.am): Arrange to compile and run test-wchar-c++.
1687         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Invoke
1688         gl_MODULE_INDICATOR.
1689
1690         Tests of module 'unistd' in C++ mode.
1691         * tests/test-unistd-c++.cc: New file.
1692         * modules/unistd-tests (Files): Add it and tests/signature.h.
1693         (Depends-on): Add ansi-c++-opt.
1694         (Makefile.am): Arrange to compile and run test-unistd-c++.
1695         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Invoke
1696         gl_MODULE_INDICATOR.
1697
1698         Tests of module 'time' in C++ mode.
1699         * tests/test-time-c++.cc: New file.
1700         * modules/time-tests (Files): Add it and tests/signature.h.
1701         (Depends-on): Add ansi-c++-opt.
1702         (Makefile.am): Arrange to compile and run test-time-c++.
1703         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1704
1705         Tests of module 'sys_time' in C++ mode.
1706         * tests/test-sys_time-c++.cc: New file.
1707         * modules/sys_time-tests (Files): Add it and tests/signature.h.
1708         (Depends-on): Add ansi-c++-opt.
1709         (Makefile.am): Arrange to compile and run test-sys_time-c++.
1710         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Invoke
1711         gl_MODULE_INDICATOR.
1712
1713         Tests of module 'sys_stat' in C++ mode.
1714         * tests/test-sys_stat-c++.cc: New file.
1715         * modules/sys_stat-tests (Files): Add it and tests/signature.h.
1716         (Depends-on): Add ansi-c++-opt.
1717         (Makefile.am): Arrange to compile and run test-sys_stat-c++.
1718         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Invoke
1719         gl_MODULE_INDICATOR.
1720
1721         Tests of module 'sys_socket' in C++ mode.
1722         * tests/test-sys_socket-c++.cc: New file.
1723         * modules/sys_socket-tests (Files): Add it and tests/signature.h.
1724         (Depends-on): Add ansi-c++-opt.
1725         (Makefile.am): Arrange to compile and run test-sys_socket-c++.
1726         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Invoke
1727         gl_MODULE_INDICATOR.
1728
1729         Tests of module 'sys_select' in C++ mode.
1730         * tests/test-sys_select-c++.cc: New file.
1731         * modules/sys_select-tests (Files): Add it and tests/signature.h.
1732         (Depends-on): Add ansi-c++-opt.
1733         (Makefile.am): Arrange to compile and run test-sys_select-c++.
1734         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Invoke
1735         gl_MODULE_INDICATOR.
1736
1737         Tests of module 'sys_ioctl' in C++ mode.
1738         * tests/test-sys_ioctl-c++.cc: New file.
1739         * modules/sys_ioctl-tests (Files): Add it and tests/signature.h.
1740         (Depends-on): Add ansi-c++-opt.
1741         (Makefile.am): Arrange to compile and run test-sys_ioctl-c++.
1742         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Invoke
1743         gl_MODULE_INDICATOR.
1744
1745         Tests of module 'string' in C++ mode.
1746         * tests/test-string-c++.cc: New file.
1747         * modules/string-tests (Files): Add it and tests/signature.h.
1748         (Depends-on): Add ansi-c++-opt.
1749         (Makefile.am): Arrange to compile and run test-string-c++.
1750         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Invoke
1751         gl_MODULE_INDICATOR.
1752
1753         Tests of module 'stdlib' in C++ mode.
1754         * tests/test-stdlib-c++.cc: New file.
1755         * modules/stdlib-tests (Files): Add it and tests/signature.h.
1756         (Depends-on): Add ansi-c++-opt.
1757         (Makefile.am): Arrange to compile and run test-stdlib-c++.
1758         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Invoke
1759         gl_MODULE_INDICATOR.
1760
1761         Tests of module 'stdio' in C++ mode.
1762         * tests/test-stdio-c++.cc: New file.
1763         * modules/stdio-tests (Files): Add it and tests/signature.h.
1764         (Depends-on): Add ansi-c++-opt.
1765         (Makefile.am): Arrange to compile and run test-stdio-c++.
1766         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Invoke
1767         gl_MODULE_INDICATOR.
1768
1769         Tests of module 'spawn' in C++ mode.
1770         * tests/test-spawn-c++.cc: New file.
1771         * modules/spawn-tests (Files): Add it and tests/signature.h.
1772         (Depends-on): Add ansi-c++-opt.
1773         (Makefile.am): Arrange to compile and run test-spawn-c++.
1774         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Invoke
1775         gl_MODULE_INDICATOR.
1776
1777         Tests of module 'signal' in C++ mode.
1778         * tests/test-signal-c++.cc: New file.
1779         * modules/signal-tests (Files): Add it and tests/signature.h.
1780         (Depends-on): Add ansi-c++-opt.
1781         (Makefile.am): Arrange to compile and run test-signal-c++.
1782         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Invoke
1783         gl_MODULE_INDICATOR.
1784
1785         Tests of module 'search' in C++ mode.
1786         * tests/test-search-c++.cc: New file.
1787         * modules/search-tests (Files): Add it and tests/signature.h.
1788         (Depends-on): Add ansi-c++-opt.
1789         (Makefile.am): Arrange to compile and run test-search-c++.
1790         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Invoke
1791         gl_MODULE_INDICATOR.
1792
1793         Tests of module 'math' in C++ mode.
1794         * tests/test-math-c++.cc: New file.
1795         * modules/math-tests (Files): Add it and tests/signature.h.
1796         (Depends-on): Add ansi-c++-opt.
1797         (Makefile.am): Arrange to compile and run test-math-c++.
1798         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1799
1800         Tests of module 'locale' in C++ mode.
1801         * tests/test-locale-c++.cc: New file.
1802         * modules/locale-tests (Files): Add it and tests/signature.h.
1803         (Depends-on): Add ansi-c++-opt.
1804         (Makefile.am): Arrange to compile and run test-locale-c++.
1805         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Invoke
1806         gl_MODULE_INDICATOR.
1807
1808         Tests of module 'langinfo' in C++ mode.
1809         * tests/test-langinfo-c++.cc: New file.
1810         * modules/langinfo-tests (Files): Add it and tests/signature.h.
1811         (Depends-on): Add ansi-c++-opt.
1812         (Makefile.am): Arrange to compile and run test-langinfo-c++.
1813         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Invoke
1814         gl_MODULE_INDICATOR.
1815
1816         Tests of module 'iconv-h' in C++ mode.
1817         * tests/test-iconv-h-c++.cc: New file.
1818         * modules/iconv-h-tests (Files): Add it and tests/signature.h.
1819         (Depends-on): Add ansi-c++-opt.
1820         (Makefile.am): Arrange to compile and run test-iconv-h-c++.
1821
1822         Tests of module 'glob' in C++ mode.
1823         * tests/test-glob-c++.cc: New file.
1824         * modules/glob-tests (Files): Add it.
1825         (Depends-on): Add ansi-c++-opt.
1826         (Makefile.am): Arrange to compile and run test-glob-c++.
1827
1828         Tests of module 'fcntl-h' in C++ mode.
1829         * tests/test-fcntl-h-c++.cc: New file.
1830         * modules/fcntl-h-tests (Files): Add it and tests/signature.h.
1831         (Depends-on): Add ansi-c++-opt.
1832         (Makefile.am): Arrange to compile and run test-fcntl-h-c++.
1833         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Invoke
1834         gl_MODULE_INDICATOR.
1835
1836         Tests of module 'dirent' in C++ mode.
1837         * tests/test-dirent-c++.cc: New file.
1838         * modules/dirent-tests (Files): Add it and tests/signature.h.
1839         (Depends-on): Add ansi-c++-opt.
1840         (Makefile.am): Arrange to compile and run test-dirent-c++.
1841         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
1842         gl_MODULE_INDICATOR.
1843
1844         New module 'ansi-c++-opt'.
1845         * modules/ansi-c++-opt: New file.
1846         * m4/ansi-c++.m4: New file, from GNU gettext with modifications.
1847
1848         Document C++ namespace mode.
1849         * doc/gnulib.texi (A C++ namespace for gnulib): New section.
1850
1851         wctype: Avoid #define replacements in C++ mode.
1852         * lib/wctype.in.h: Include c++defs.h, warn-on-use.h.
1853         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower,
1854         iswprint, iswpunct, iswspace, iswupper, iswxdigit, towlower, towupper):
1855         In C++, define a namespaced alias symbol.
1856         * m4/wctype_h.m4 (gl_WCTYPE_H): Don't set WCTYPE_H.
1857         * modules/wctype (Depends-on): Add c++defs, warn-on-use.
1858         (Makefile.am): Provide a wctype.h replacement always. Update wctype.h
1859         rule.
1860
1861         wchar: Avoid #define replacements in C++ mode.
1862         * lib/wchar.in.h: Include c++defs.h.
1863         (btowc, wctob, mbsinit, mbrtowc, mbrlen, mbsrtowcs, mbsnrtowcs,
1864         wcrtomb, wcsrtombs, wcsnrtombs): In C++, define a namespaced alias
1865         symbol.
1866         (wcwidth): Likewise. Fix prototype to be POSIX compliant.
1867         * modules/wchar (Depends-on): Add c++defs.
1868         (Makefile.am): Update wchar.h rule.
1869
1870         unistd: Avoid #define replacements in C++ mode.
1871         * lib/unistd.in.h: Include c++defs.h.
1872         (chown, close, dup, dup2, dup3, euidaccess, faccessat, fchdir,
1873         fchownat, fsync, ftruncate, getcwd, getdomainname, getdtablesize,
1874         getgroups, gethostname, getlogin, getlogin_r, getpagesize,
1875         getusershell, setusershell, endusershell, lchown, link, linkat, lseek,
1876         pipe2, pread, readlink, readlinkat, rmdir, sleep, symlink, symlinkat,
1877         unlink, unlinkat, usleep, write): In C++, define a namespaced alias
1878         symbol.
1879         (environ): Update.
1880         * modules/unistd (Depends-on): Add c++defs.
1881         (Makefile.am): Update unistd.h rule.
1882
1883         time: Avoid #define replacements in C++ mode.
1884         * lib/time.in.h: Include c++defs.h, warn-on-use.h.
1885         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): In C++,
1886         define a namespaced alias symbol.
1887         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): New macro.
1888         (gl_HEADER_TIME_H_DEFAULTS): Initialize also GNULIB_MKTIME,
1889         GNULIB_NANOSLEEP, GNULIB_STRPTIME, GNULIB_TIMEGM.
1890         * modules/time (Depends-on): Add c++defs, warn-on-use.
1891         (Makefile.am): Update time.h rule.
1892         * modules/mktime (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
1893         * modules/nanosleep (configure.ac): Likewise.
1894         * modules/strptime (configure.ac): Likewise.
1895         * modules/timegm (configure.ac): Likewise.
1896
1897         sys_time: Avoid #define replacements in C++ mode.
1898         * lib/sys_time.in.h: Include c++defs.h.
1899         (gettimeofday): In C++, define a namespaced alias symbol.
1900         * modules/sys_time (Depends-on): Add c++defs.
1901         (Makefile.am): Update sys/time.h rule.
1902
1903         sys_stat: Avoid #define replacements in C++ mode.
1904         * lib/sys_stat.in.h: Include c++defs.h.
1905         (fchmodat, fstat, fstatat, futimens, lchmod, lstat, mkdir, mkdirat,
1906         mkfifo, mkfifoat, mknod, mknodat, utimensat): In C++, define a
1907         namespaced alias symbol.
1908         In C++, define a namespaced alias symbol.
1909         * modules/sys_stat (Depends-on): Add c++defs.
1910         (Makefile.am): Update sys/stat.h rule.
1911
1912         sys_socket: Avoid #define replacements in C++ mode.
1913         * lib/sys_socket.in.h: Handle the case of recursive include on Cygwin.
1914         Include c++defs.h. Include warn-on-use.h earlier. Enable the function
1915         definitions also when the system has a <sys/socket.h>.
1916         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
1917         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, accept4):
1918         In C++, define a namespaced alias symbol.
1919         * modules/sys_socket (Depends-on): Add c++defs.
1920         (Makefile.am): Update sys/socket.h rule.
1921
1922         sys_select: Avoid #define replacements in C++ mode.
1923         * lib/sys_select.in.h: Include c++defs.h. Enable the function
1924         definitions also when the system has a <sys/select.h>.
1925         (select): In C++, define a namespaced alias symbol.
1926         * modules/sys_select (Depends-on): Add c++defs.
1927         (Makefile.am): Update sys/select.h rule.
1928
1929         sys_ioctl: Avoid #define replacements in C++ mode.
1930         * lib/sys_ioctl.in.h: Include c++defs.h.
1931         (ioctl): In C++, define a namespaced alias symbol.
1932         * modules/sys_ioctl (Depends-on): Add c++defs.
1933         (Makefile.am): Update sys/ioctl.h rule.
1934
1935         string: Avoid #define replacements in C++ mode.
1936         * lib/string.in.h: Include c++defs.h.
1937         (stpncpy): Define to rpl_stpncpy, not gnu_stpncpy.
1938         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
1939         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
1940         strcasestr, strtok_r, mbslen, mbschr, mbsrchr, mbspbrk, strerror,
1941         strsignal, strverscmp): In C++, define a namespaced alias symbol.
1942         * modules/string (Depends-on): Add c++defs.
1943         (Makefile.am): Update string.h rule.
1944
1945         stdlib: Avoid #define replacements in C++ mode.
1946         * lib/stdlib.in.h: Include c++defs.h.
1947         (atoll, calloc, canonicalize_file_name, getloadavg, getsubopt, malloc,
1948         mkdtemp, mkostemp, mkostemps, mkstemp, mkstemps, putenv, random_r,
1949         srandom_r, initstate_r, setstate_r, realloc, realpath, rpmatch, setenv,
1950         strtod, strtoll, strtoull, unsetenv): In C++, define a namespaced alias
1951         symbol.
1952         * modules/stdlib (Depends-on): Add c++defs.
1953         (Makefile.am): Update stdlib.h rule.
1954
1955         stdio: Avoid #define replacements in C++ mode.
1956         * lib/stdio.in.h: Include c++defs.h.
1957         (dprintf, fclose, fflush, fopen, fprintf, fpurge, fputc, fputs,
1958         freopen, fseek, fseeko, ftell, ftello, fwrite, getdelim, getline,
1959         obstack_printf, obstack_vprintf, perror, popen, printf, fputc, putchar,
1960         puts, remove, rename, renameat, snprintf, sprintf, asprintf, vasprintf,
1961         vdprintf, vfprintf, vprintf, vsnprintf, vsprintf): In C++, define a
1962         namespaced alias symbol.
1963         * modules/stdio (Depends-on): Add c++defs.
1964         (Makefile.am): Update stdio.h rule.
1965
1966         spawn: Avoid #define replacements in C++ mode.
1967         * lib/spawn.in.h: Include c++defs.h.
1968         (posix_spawn, posix_spawnp, posix_spawnattr_init,
1969         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
1970         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
1971         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
1972         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
1973         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
1974         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
1975         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
1976         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
1977         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
1978         In C++, define a namespaced alias symbol.
1979         * modules/spawn (Depends-on): Add c++defs.
1980         (Makefile.am): Update spawn.h rule.
1981
1982         signal: Avoid #define replacements in C++ mode.
1983         * lib/signal.in.h: Include c++defs.h.
1984         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
1985         sigpending, sigprocmask, signal, raise, sigaction): In C++, define a
1986         namespaced alias symbol.
1987         * modules/signal (Depends-on): Add c++defs.
1988         (Makefile.am): Update signal.h rule.
1989
1990         search: Avoid #define replacements in C++ mode.
1991         * lib/search.in.h: Include c++defs.h.
1992         (_gl_search_compar_fn, _gl_search_action_fn): New types.
1993         (tsearch, tfind, tdelete, twalk): In C++, define a namespaced alias
1994         symbol.
1995         * modules/search (Depends-on): Add c++defs.
1996         (Makefile.am): Update search.h rule.
1997
1998         math: Avoid #define replacements in C++ mode.
1999         * lib/math.in.h: Include c++defs.h.
2000         (frexp, acosl, asinl, atanl, ceilf, ceill, cosl, expl, floorf, floorl,
2001         frexpl, ldexpl, logl, roundf, round, roundl, sinl, sqrtl, tanl, truncf,
2002         trunc, truncl): In C++, define a namespaced alias symbol.
2003         * modules/math (Depends-on): Add c++defs.
2004         (Makefile.am): Update math.h rule.
2005
2006         locale: Avoid #define replacements in C++ mode.
2007         * lib/locale.in.h: Include c++defs.h.
2008         (duplocale): In C++, define a namespaced alias symbol.
2009         * m4/locale_h.m4 (gl_LOCALE_H_DEFAULTS): Initialize HAVE_DUPLOCALE.
2010         * m4/duplocale.m4 (gl_FUNC_DUPLOCALE): Set HAVE_DUPLOCALE.
2011         * modules/locale (Depends-on): Add c++defs.
2012         (Makefile.am): Update locale.h rule. Substitute HAVE_DUPLOCALE.
2013
2014         langinfo: Avoid #define replacements in C++ mode.
2015         * lib/langinfo.in.h: Include c++defs.h.
2016         (nl_langinfo): In C++, define a namespaced alias symbol.
2017         * modules/langinfo (Depends-on): Add c++defs.
2018         (Makefile.am): Update langinfo.h rule.
2019
2020         iconv-h: Avoid #define replacements in C++ mode.
2021         * lib/iconv.in.h: Include c++defs.h, warn-on-use.h.
2022         (iconv_open, iconv, iconv_close): In C++, define a namespaced alias
2023         symbol.
2024         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
2025         whenever iconv is present.
2026         * modules/iconv-h (Depends-on): Add c++defs, warn-on-use.
2027         (Makefile.am): Update iconv.h rule.
2028
2029         glob: Avoid #define replacements in C++ mode.
2030         * lib/glob.in.h: Include c++defs.h, warn-on-use.h.
2031         (_gl_glob_errfunc_fn): New type.
2032         (glob, globfree, glob_pattern_p): In C++, define a namespaced alias
2033         symbol.
2034         * modules/glob (Depends-on): Add c++defs, warn-on-use.
2035         (Makefile.am): Update glob.h rule.
2036
2037         fcntl-h: Avoid #define replacements in C++ mode.
2038         * lib/fcntl.in.h: Include c++defs.h.
2039         (fcntl, open, openat): In C++, define a namespaced alias symbol.
2040         * modules/fcntl-h (Depends-on): Add c++defs.
2041         (Makefile.am): Update fcntl.h rule.
2042
2043         dirent: Avoid #define replacements in C++ mode.
2044         * lib/dirent.in.h: Include c++defs.h.
2045         (closedir, fdopendir, opendir, scandir, alphasort): In C++, define a
2046         namespaced alias symbol.
2047         (dirfd): Update declaration.
2048         * modules/dirent (Depends-on): Add c++defs.
2049         (Makefile.am): Update dirent.h rule.
2050
2051         ctype: Make it usable in C++ code.
2052         * lib/ctype.in.h: Include c++defs.h.
2053         (isblank): Declare as extern "C".
2054         * modules/ctype (Depends-on): Add c++defs.
2055         (Makefile.am): Update ctype.h rule.
2056
2057         New module 'c++defs'.
2058         * modules/c++defs: New file.
2059         * build-aux/c++defs.h: New file.
2060         Reported by John W. Eaton <jwe@gnu.org>.
2061
2062 2010-03-07  Bruno Haible  <bruno@clisp.org>
2063
2064         logb: Provide missing declaration for Cygwin.
2065         * lib/math.in.h (logb): New declaration.
2066         * m4/logb.m4: New file.
2067         * modules/logb (Files): Add m4/logb.m4.
2068         (Depends-on): Add math.
2069         (configure.ac): Invoke gl_FUNC_LOGB, gl_MATH_MODULE_INDICATOR.
2070         * m4/math_h.m4 (gl_MATH_H): Check also for logb declaration.
2071         (gl_MATH_H_DEFAULTS): Initialize GNULIB_LOGB, HAVE_DECL_LOGB.
2072         * modules/math (Makefile.am): Substitute GNULIB_LOGB, HAVE_DECL_LOGB.
2073         * doc/posix-functions/logb.texi: Mention the Cygwin bug.
2074
2075 2010-03-07  Bruno Haible  <bruno@clisp.org>
2076
2077         Fix test-cond link error.
2078         * tests/test-cond.c: Include <stdio.h>.
2079
2080 2010-03-07  Bruno Haible  <bruno@clisp.org>
2081
2082         Fix test-dirent-safer link error.
2083         * modules/dirent-safer-tests (Makefile.am): Define
2084         test_dirent_safer_LDADD.
2085
2086 2010-03-07  Bruno Haible  <bruno@clisp.org>
2087
2088         * gnulib-tool (func_create_testdir): Don't use 'lib-ignore' module
2089         among default module list.
2090
2091 2010-03-07  Bruno Haible  <bruno@clisp.org>
2092
2093         Fix link error on platforms with GNU libiconv.
2094         * modules/unistr/u8-strcoll-tests (Makefile): Define
2095         test_u8_strcoll_LDADD.
2096         * modules/unistr/u16-strcoll-tests (Makefile): Define
2097         test_u16_strcoll_LDADD.
2098         * modules/unistr/u32-strcoll-tests (Makefile): Define
2099         test_u32_strcoll_LDADD.
2100
2101 2010-03-07  Bruno Haible  <bruno@clisp.org>
2102
2103         Use POSIX declarations for socket functions.
2104         * lib/sys_socket.in.h (rpl_connect, rpl_accept, rpl_bind,
2105         rpl_getpeername, rpl_getsockname, rpl_recv, rpl_send, rpl_recvfrom,
2106         rpl_sendto): Change declaration to match POSIX.
2107         * lib/connect.c (rpl_connect): Likewise.
2108         * lib/accept.c (rpl_accept): Likewise.
2109         * lib/bind.c (rpl_bind): Likewise.
2110         * lib/getpeername.c (rpl_getpeername): Likewise.
2111         * lib/getsockname.c (rpl_getsockname): Likewise.
2112         * lib/recv.c (rpl_recv): Likewise.
2113         * lib/send.c (rpl_send): Likewise.
2114         * lib/recvfrom.c (rpl_recvfrom): Likewise.
2115         * lib/sendto.c (rpl_sendto): Likewise.
2116
2117 2010-03-06  Bruno Haible  <bruno@clisp.org>
2118
2119         Clarify access, euidaccess, faccessat.
2120         * doc/posix-functions/faccessat.texi: Mention security problem under
2121         "Other problems", not "Portability problems".
2122         * doc/posix-functions/access.texi: Likewise. Mention a related security
2123         problem.
2124         * doc/glibc-functions/euidaccess.texi: Mention security problems.
2125         * lib/euidaccess.c: Add comments about platforms.
2126         * lib/unistd.in.h (access, euidaccess): Add warnings.
2127
2128 2010-03-07  Bruno Haible  <bruno@clisp.org>
2129
2130         Ensure posix_spawnattr_{get,set}sched{policy,param} are defined.
2131         * lib/spawn.in.h (POSIX_SPAWN_SETSCHEDPARAM): Define fallback.
2132         (POSIX_SPAWN_SETSCHEDULER): Likewise.
2133         (POSIX_SPAWN_USEVFORK): Define in a way that works when
2134         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
2135         (posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy): Also
2136         declare when POSIX_SPAWN_SETSCHEDULER is zero.
2137         (posix_spawnattr_getschedparam, posix_spawnattr_setschedparam): Also
2138         declare when POSIX_SPAWN_SETSCHEDPARAM is zero.
2139         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Test whether
2140         POSIX_SPAWN_SETSCHEDULER or POSIX_SPAWN_SETSCHEDPARAM are zero.
2141         * modules/posix_spawnattr_getschedparam (configure.ac): Enable the
2142         replacement also when POSIX_SPAWN_SETSCHEDPARAM is zero.
2143         * modules/posix_spawnattr_setschedparam (configure.ac): Likewise.
2144         * modules/posix_spawnattr_getschedpolicy (configure.ac): Enable the
2145         replacement also when POSIX_SPAWN_SETSCHEDULER is zero.
2146         * modules/posix_spawnattr_setschedpolicy (configure.ac): Likewise.
2147         * lib/spawnattr_getschedparam.c (posix_spawnattr_getschedparam): Do
2148         nothing if POSIX_SPAWN_SETSCHEDPARAM is zero.
2149         * lib/spawnattr_setschedparam.c (posix_spawnattr_setschedparam):
2150         Likewise.
2151         * lib/spawnattr_getschedpolicy.c (posix_spawnattr_getschedpolicy): Do
2152         nothing if POSIX_SPAWN_SETSCHEDULER is zero.
2153         * lib/spawnattr_setschedpolicy.c (posix_spawnattr_setschedpolicy):
2154         Likewise.
2155         * tests/test-spawn.c (main): Make it work when
2156         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
2157
2158 2010-03-07  Bruno Haible  <bruno@clisp.org>
2159
2160         Fix incorrect Makefile.am generation in German locale.
2161         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2162         Execute sed command with character range in C locale.
2163
2164 2010-03-06  Bruno Haible  <bruno@clisp.org>
2165
2166         Tests for module 'iconv-h'.
2167         * modules/iconv-h-tests: New file.
2168         * tests/test-iconv-h.c: New file.
2169
2170         New module 'iconv-h'.
2171         * modules/iconv-h: New file.
2172         * modules/iconv_open (Files): Remove lib/iconv.in.h, m4/iconv_h.m4.
2173         (Depends-on): Add iconv-h. Remove include_next, arg-nonnull.
2174         (configure.ac): Remove gl_ICONV_H.
2175         (Makefile.am): Remove rule for iconv.h.
2176
2177 2010-03-06  Bruno Haible  <bruno@clisp.org>
2178
2179         More consistent naming of *.m4 files.
2180         * m4/wctype_h.m4: Renamed from m4/wctype.m4.
2181         * modules/wctype (Files): Update.
2182
2183         More consistent naming of *.m4 files.
2184         * m4/wchar_h.m4: Renamed from m4/wchar.m4.
2185         * modules/wchar (Files): Update.
2186
2187 2010-03-06  Jim Meyering  <meyering@redhat.com>
2188
2189         euidaccess: relax license to LGPLv2+
2190         * modules/euidaccess (License): Relax to LGPLv2+.
2191
2192 2010-03-06  Bruno Haible  <bruno@clisp.org>
2193
2194         Prefer lib_SOURCES over unconditional AC_LIBOBJ.
2195         * modules/exitfail (configure.ac): Remove AC_LIBOBJ invocation.
2196         (Makefile.am): Augment lib_SOURCES instead.
2197
2198 2010-03-04  Jim Meyering  <meyering@redhat.com>
2199
2200         utime: remove obsolete module
2201         This module, like autoconf's AC_FUNC_UTIME_NULL macro, has been
2202         unnecessary for years, and has been marked as obsolete for 10 months.
2203         * modules/utime: Remove file.
2204         * lib/utime.c: Remove file.
2205         * m4/utime.m4: Remove file.
2206         * m4/utimes-null.m4: Remove file.
2207         * doc/posix-functions/utime.texi (utime): Remove reference to
2208         the module.  Move the sole "fixed by gnulib" item into the
2209         "problems not fixed by Gnulib" list.
2210         * MODULES.html.sh (func_all_modules): Remove reference to "utime".
2211
2212 2010-03-05  Simon Josefsson  <simon@josefsson.org>
2213
2214         * modules/exit (License): Relax license to LGPLv2+.
2215         (Status): Mark as obsolete.
2216         * NEWS: Mention deprecated 'exit' module.
2217         * doc/posix-functions/exit.texi: Recommend 'stdlib' module instead
2218         of now obsolete 'exit'.
2219
2220 2010-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2221
2222         fts-lgpl: remove unused module
2223         * modules/fts-lgpl: Remove.
2224         * MODULES.html.sh (func_all_modules): Adjust.
2225         * check-module (find_included_lib_files): Adjust.
2226         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove.
2227
2228 2010-03-02  Ben Walton  <bwalton@artsci.utoronto.ca>  (tiny change)
2229
2230         copy-acl: enhance Solaris ACL error handling
2231         * lib/copy-acl.c (qcopy_acl): Also ignore EOPNOTSUPP.
2232         * lib/set-mode-acl.c (qset_acl): Likewise.
2233
2234 2010-03-02  Bruno Haible  <bruno@clisp.org>
2235
2236         spawn: Don't override the system defined values on FreeBSD 8.
2237         * lib/spawn.in.h (POSIX_SPAWN_RESETIDS, POSIX_SPAWN_SETPGROUP,
2238         POSIX_SPAWN_SETSIGDEF, POSIX_SPAWN_SETSIGMASK,
2239         POSIX_SPAWN_SETSCHEDPARAM, POSIX_SPAWN_SETSCHEDULER): Don't redefine
2240         if HAVE_POSIX_SPAWN is 1.
2241         Reported by Johan van Selst <johans@stack.nl> via Eric Blake.
2242
2243 2010-03-01  Bruno Haible  <bruno@clisp.org>
2244
2245         * doc/gnulib-tool.texi (Initial import): Clarify the requirements
2246         regarding Automake.
2247
2248 2010-02-25  Bruno Haible  <bruno@clisp.org>
2249
2250         Fix breakage of gnulib-tool with ksh, introduced on 2010-02-21.
2251         * gnulib-tool: Define 'echo' as a function only before the ksh alias
2252         setting, not afterwards.
2253         Reported by Ben Walton <bwalton@artsci.utoronto.ca>.
2254
2255 2010-02-24  Eric Blake  <eblake@redhat.com>
2256
2257         bootstrap, git-version-gen: use timestamp
2258         * build-aux/git-version-gen (scriptversion): Force UTC.
2259         * build-aux/bootstrap (scriptversion): New variable.
2260
2261         bootstrap: allow older git
2262         * build-aux/bootstrap (GNULIB_SRCDIR): Add fallback if git is
2263         older than 1.6.4.  Requested by the libvirt project.
2264
2265 2010-02-23  Eric Blake  <eblake@redhat.com>
2266
2267         warn-on-use: work with old autoconf
2268         * m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Accomodate older
2269         AS_VAR semantics of autoconf 2.60.
2270         Reported by Bruno Haible.
2271
2272         bootstrap: improve some comments
2273         * build-aux/bootstrap: Drop unneeded emacs hint.  Add some
2274         clarification comments.
2275
2276         gettimeofday: provide correct function
2277         * lib/gettimeofday.c (gettimeofday): Provide rpl_gettimeofday only
2278         when replacement is declared, otherwise provide gettimeofday.
2279         Reported by Michael Goffioul.
2280
2281 2010-02-23  Jim Meyering  <meyering@redhat.com>
2282
2283         lib-ignore: relax license to "unlimited", not LGPLv2+
2284         * modules/lib-ignore (License): Relax to "unlimited".
2285
2286 2010-02-23  Jim Meyering  <meyering@redhat.com>
2287
2288         lib-ignore: relax license to LGPLv2+
2289         * modules/lib-ignore (License): Relax to LGPLv2+.
2290
2291 2010-02-22  Eric Blake  <eblake@redhat.com>
2292
2293         lseek: avoid bash 3.2 broken pipe bug
2294         * m4/lseek.m4 (gl_FUNC_LSEEK): Drain pipe, to avoid spurious
2295         warning from bash 3.2.
2296         Reported by Ben Pfaff, with analysis from Bruno Haible.
2297
2298         bootstrap: support non-FSF copyright holder
2299         * build-aux/bootstrap (COPYRIGHT_HOLDER, with_gettext): Allow
2300         bootstrap.conf override of COPYRIGHT_HOLDER.
2301         (MSGID_BUGS_ADDRESS): Allow URL rather than email.
2302
2303         bootstrap: interoperate with gettext 0.14.1
2304         * build-aux/bootstrap (slurp): Fix typo when using older gettext.
2305
2306         bootstrap: allow for alternate submodule location
2307         * build-aux/bootstrap (gnulib_path): New variable; use instead of
2308         hardcoding submodule location.
2309         (gnulib_mk): Allow direct use of Makefile.am.
2310
2311         bootstrap: use GNULIB_SRCDIR to reduce disk usage
2312         * build-aux/bootstrap (GNULIB_SRCDIR): If set, use as a reference,
2313         rather than reconfiguring where the submodule points.
2314
2315         gettimeofday: restore support for platforms that lack function
2316         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Also compile
2317         replacement if function is missing.
2318         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_DEFAULTS): New witness.
2319         * modules/sys_time (Makefile.am): Substitute it.
2320         * lib/sys_time.in.h (gettimeofday): Check it.
2321         Reported by Michael Goffioul.
2322
2323 2010-02-21  Bruno Haible  <bruno@clisp.org>
2324
2325         * lib/stdio.in.h (obstack_printf): Fix typo.
2326
2327 2010-02-21  Jose E. Marchesi  <jemarch@gnu.org>
2328
2329         vc-list-files: use bzr ls's -R option
2330         * build-aux/vc-list-files: Invoke bazaar to generate a recursive
2331         list of versioned files based on 'dir' (usage of -R in 'bzr ls').
2332
2333 2010-02-21  Jim Meyering  <meyering@redhat.com>
2334
2335         init.sh: fix EXEEXT shims to work also for names like test-prog
2336         * tests/init.sh: Re-exec a better shell, when needed.
2337         If the current shell lacks support for posix $(...), an init.sh-using
2338         test will now try to find a shell that supports that.  If EXEEXT is
2339         nonempty, we also require support for hyphen-in-alias-name and shell
2340         substitutions like ${var#glob}.  Failure to find such a shell results
2341         in a skipped test.
2342
2343 2010-02-21  Bruno Haible  <bruno@clisp.org>
2344
2345         Really work around around "broken pipe" error message from bash 3.2.
2346         * gnulib-tool (func_reset_sigpipe): Remove function.
2347         (echo): In bash 3.2, define to a function that uses printf.
2348         Analyzed by Ralf Wildenhues, Chet Ramey, Ben Pfaff.
2349
2350 2010-02-20  Bruno Haible  <bruno@clisp.org>
2351
2352         Restore support for automake 1.9.6 with autoconf 2.61.
2353         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Ensure MKDIR_P is AC_SUBSTed.
2354         Reported by James Youngman <jay@gnu.org>.
2355
2356 2010-02-20  Bruno Haible  <bruno@clisp.org>
2357
2358         Improve *printf warning condition.
2359         * lib/stdio.in.h (fprintf, printf, vfprintf, vprintf): Emit warning
2360         also if GNULIB_POSIXCHECK is defined, the *-posix module is not used,
2361         and the function is overridden due to SIGPIPE emulation.
2362
2363 2010-02-20  Bruno Haible  <bruno@clisp.org>
2364
2365         * lib/stdio.in.h: Tweak comments.
2366
2367 2010-02-19  Bruno Haible  <bruno@clisp.org>
2368
2369         Make it easier to find modules. New gnulib-tool option '--find'.
2370         * gnulib-tool: New option --find.
2371         (func_usage): Document it.
2372         (func_sanitize_modulelist): New function, extracted from
2373         func_all_modules.
2374         (func_all_modules): Invoke it.
2375         * doc/gnulib-tool.texi (Which modules?): New node.
2376
2377 2010-02-18  Markus Duft <mduft@gentoo.org>  (tiny change)
2378
2379         * lib/sys_select.in.h: Provide select replacement even if
2380         sys/select.h exists on a system, for Interix.
2381
2382 2010-02-18  Jim Meyering  <meyering@redhat.com>
2383
2384         init.sh: don't use $(...) just yet
2385         * tests/init.sh (create_exe_shim_functions_): Use `...`, not $(...),
2386         to accommodate e.g., Solaris' /bin/sh.
2387
2388 2010-02-17  Bruno Haible  <bruno@clisp.org>
2389
2390         * doc/posix-headers/netdb.texi: Mention NetBSD 5.0 problem.
2391         Reported by Ludovic Courtès <ludo@gnu.org>.
2392
2393 2010-02-16  Simon Josefsson  <simon@josefsson.org>
2394
2395         * modules/userspec-tests (test_userspec_LDADD): Add variable, for
2396         linking with -lintl.
2397
2398 2010-02-17  Simon Josefsson  <simon@josefsson.org>
2399
2400         * lib/netdb.in.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Define to 0
2401         if not provided by the system's netdb.h.  Reported by
2402         ludo@gnu.org (Ludovic Courtès).
2403
2404 2010-02-15  Jim Meyering  <meyering@redhat.com>
2405
2406         init.sh: improve portability and efficiency
2407         * tests/init.sh (find_exe_basenames_): Remove unnecessary use of
2408         "dummy" in a for loop.
2409         Use '!', not '^' to select the complement of a character set used
2410         in a "case" statement.
2411         Use shell variable manipulation, a la ${...%.exe}, rather than sed.
2412         Suggestions from Eric Blake.
2413
2414         init.sh: automatically accommodate programs with the .exe suffix
2415         Automatically arrange for an invocation of "prog" to execute the
2416         program named "prog$EXEEXT" (usually prog.exe).  Thus, all invocations
2417         may use the simpler "prog", yet still work when built on a system
2418         that requires specifying the added suffix.
2419         Do this by constructing a function named "prog" that invokes
2420         "prog.exe" for each .exe file in selected directories.
2421         * tests/init.sh (find_exe_basenames_): New function.
2422         (create_exe_shim_functions_): New function.
2423         (path_prepend_): Use it.
2424
2425         maint.mk: mark syntax-check sc_*.m rules as .PHONY
2426         * top/maint.mk ($(syntax-check-rules)): Add .PHONY, so that
2427         "make -t syntax-check" doesn't create a ton of sc_*.m files.
2428
2429 2010-02-14  Jim Meyering  <meyering@redhat.com>
2430
2431         maint.mk: prohibit inclusion of "hash-pjw.h" without_use
2432         * top/maint.mk (sc_prohibit_hash_without_use): Re-add "@".
2433         (sc_prohibit_hash_pjw_without_use): New rule.
2434
2435         maint.mk: allow the default upload destination dir to be overridden
2436         * top/maint.mk (upload_dest_dir_): Define with a default that
2437         preserves the status quo.
2438         (emit_upload_commands): Use it, rather than hard-coding $(PACKAGE).
2439         Reported by Peter Simons.
2440
2441         maint.mk: prohibit inclusion of "hash.h" without_use
2442         * top/maint.mk (sc_prohibit_hash_without_use): New rule.
2443
2444 2010-02-10  Jim Meyering  <meyering@redhat.com>
2445
2446         maint.mk: prohibit inclusion of "ignore-value.h" without_use
2447         * top/maint.mk (sc_prohibit_ignore_value_without_use): New rule.
2448
2449 2010-02-09  Eric Blake  <ebb9@byu.net>
2450         and Bruno Haible  <bruno@clisp.org>
2451
2452         obstack-printf-posix: ensure declaration
2453         * m4/obstack-printf.m4 (gl_DECL_OBSTACK_PRINTF): New macro,
2454         extracted from gl_FUNC_OBSTACK_PRINTF.
2455         (gl_FUNC_OBSTACK_PRINTF): Invoke it.
2456         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
2457         Likewise.
2458         * lib/stdio.in.h (obstack_printf, obstack_vprintf): Declare also
2459         if GNULIB_OBSTACK_PRINTF_POSIX is 1 and GNULIB_OBSTACK_PRINTF is
2460         0.
2461
2462 2010-02-08  Bruno Haible  <bruno@clisp.org>
2463
2464         gnulib-tool: Fix typo in 2010-02-07 commit.
2465         * gnulib-tool (func_get_dependencies): Fix typo in last commit.
2466         Reported by Eric Blake.
2467
2468 2010-02-07  Bruno Haible  <bruno@clisp.org>
2469
2470         gnulib-tool: Fix up caching patches.
2471         * gnulib-tool: New options --cache-modules, --no-cache-modules. Remove
2472         option --no-cache. Use associative arrays when supported by the shell.
2473         (sed_comments): New variable.
2474         (modcache): Renamed from do_cache.
2475         (sed_extract_field_header): Renamed from sed_extract_cache_prog. Don't
2476         abbreviate unnecessarily.
2477         (have_associative): New variable.
2478         (func_cache_var): Define correctly for bash 1.x. Define in an optimized
2479         way also for ksh and zsh.
2480         (func_init_sed_convert_to_cache_statements): New function, extracted
2481         from func_cache_lookup_module. Add support for associative arrays.
2482         Don't set the c_MODULE_cached variable here. Ignore all lines before
2483         the first field header. Remove only the final newline, not all trailing
2484         newlines. Support empty fields correctly. Limit the use of 'eval' to
2485         assignments.
2486         (func_get_description, func_get_status, func_get_notice,
2487         func_get_applicability, func_get_filelist, func_get_dependencies,
2488         func_get_autoconf_early_snippet, func_get_autoconf_snippet,
2489         func_get_automake_snippet, func_get_include_directive,
2490         func_get_link_directive, func_get_license, func_get_maintainer):
2491         Update documentation. List the unoptimized code first. Add support for
2492         associative arrays. Limit the use of 'eval' to assignments.
2493         (func_get_applicability): Undo stylistic pessimisations.
2494         (func_get_automake_snippet, func_get_include_directive): Reduce code
2495         duplication.
2496         (func_modules_transitive_closure, func_modules_add_dummy,
2497         func_modules_notice, func_modules_to_filelist, func_add_file,
2498         func_update_file, func_emit_lib_Makefile_am, func_emit_po_Makevars,
2499         func_emit_po_POTFILES_in, func_emit_tests_Makefile_am, func_import,
2500         func_create_testdir, func_create_megatestdir): Update documentation.
2501
2502 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2503
2504         * gnulib-tool (func_cache_lookup_module): Store the module name
2505         belonging to the cache variable; error out if two different
2506         module names map to the same cache variable name.
2507
2508 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2509
2510         gnulib-tool: Make caching optional.
2511         * gnulib-tool: Accept option --no-cache, turning off $do_cache.
2512         Update matching short versions of --no-changelog.
2513         (func_usage): Update.
2514         (sed_extract_cache_prog): Renamed from ...
2515         (sed_extract_prog): ... this; revert to old extraction script.
2516         (func_get_description, func_get_status)
2517         (func_get_notice, func_get_applicability, func_get_filelist)
2518         (func_get_dependencies, func_get_autoconf_early_snippet)
2519         (func_get_autoconf_snippet, func_get_automake_snippet)
2520         (func_get_include_directive, func_get_link_directive)
2521         (func_get_license, func_get_maintainer): If $do_cache is false,
2522         use old, non-caching extraction scripts.
2523         Suggestion by Bruno Haible.
2524
2525 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2526
2527         gnulib-tool: cache module metainformation.
2528         * gnulib-tool (sed_extract_prog): Match newline before each
2529         header, and rewrite header to a shell variable suffix.
2530         (func_cache_var, func_cache_lookup_module): New functions,
2531         to turn a module name into a cache variable prefix, and to
2532         look up and cache module metainformation.
2533         (func_get_description, func_get_status)
2534         (func_get_notice, func_get_applicability, func_get_filelist)
2535         (func_get_dependencies, func_get_autoconf_early_snippet)
2536         (func_get_autoconf_snippet, func_get_automake_snippet)
2537         (func_get_include_directive, func_get_link_directive)
2538         (func_get_license, func_get_maintainer): Use
2539         func_cache_lookup_module.
2540
2541 2010-02-07  Bruno Haible  <bruno@clisp.org>
2542
2543         fnctl: Fix missing dependency.
2544         * modules/fcntl (Depends-on): Add getdtablesize.
2545         Reported by John W. Eaton <jwe@gnu.org>.
2546
2547 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
2548
2549         Argp: fix recognition of short alias options.
2550
2551         * lib/argp-parse.c (convert_options): Fix improper use of
2552         `|' between character values.
2553         * tests/test-argp.c (group1_option): New alias option
2554         --read (-r).
2555         (group1_parser): Special handling for 'r'.
2556         (test15): New test case.
2557         (test_fun): Add test15.
2558         * tests/test-argp-2.sh: Update expected --help and --usage
2559         outputs.
2560
2561 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
2562
2563         * tests/test-argp.c: Fix indentation.
2564
2565 2010-02-04  Eric Blake  <ebb9@byu.net>
2566
2567         gettimeofday: expose type of second argument
2568         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Do better detection
2569         of glibc extension signature, and define GETTIMEOFDAY_TIMEZONE.
2570         * tests/test-gettimeofday.c: Use it to silence warning.
2571         * doc/posix-functions/gettimeofday.texi (gettimeofday): Document
2572         the issue.
2573
2574 2010-02-03  Jim Meyering  <meyering@redhat.com>
2575
2576         regcomp.c: avoid the sole warning from gcc's -Wtype-limits
2577         * lib/regcomp.c (TYPE_SIGNED): Define.
2578         (parse_dup_op): Use it to avoid the sole warning from -Wtype-limits.
2579
2580         regcomp.c: avoid a new -Wshadow warning
2581         * lib/regcomp.c (create_initial_state): Do not shadow local "err".
2582
2583 2010-02-01  Jim Meyering  <meyering@redhat.com>
2584
2585         removing useless parentheses in cpp #define directives
2586         For motivation, see commit c0221df4, "define STREQ(a,b)
2587         consistently, removing useless parentheses"
2588         * lib/memcmp.c (CMP_LT_OR_GT): Remove useless parentheses.
2589         * lib/mountlist.c (MNT_IGNORE): Likewise.
2590         * lib/trim.h (trim, trim_trailing, trim_leading): Likewise.
2591
2592 2010-02-01  Eric Blake  <ebb9@byu.net>
2593
2594         sys_time: use link-warning
2595         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Split defaults...
2596         (gl_HEADER_SYS_TIME_H_DEFAULTS): ...into new macro.
2597         (gl_SYS_TIME_MODULE_INDICATOR): New macro.
2598         * modules/sys_time (Depends-on): Add warn-on-use.
2599         (Makefile.am): Always build replacement.
2600         (configure.ac): Update substitutions.
2601         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY)
2602         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Include defaults, and no longer
2603         bother with SYS_TIME_H.
2604         * modules/gettimeofday (configure.ac): Declare indicator.
2605         * lib/sys_time.in.h (gettimeofday): Warn if gnulib module is not
2606         in use.
2607
2608         closein-tests: silence compiler warning
2609         * tests/test-closein.c (main): Ignore fread result.
2610         * modules/closein-tests (Depends-on): Add ignore-value.
2611
2612         tests: silence warning about system return
2613         * tests/test-areadlink-with-size.c (main): Ignore system result.
2614         * tests/test-areadlink.c (main): Likewise.
2615         * tests/test-areadlinkat-with-size.c (main): Likewise.
2616         * tests/test-areadlinkat.c (main): Likewise.
2617         * tests/test-canonicalize-lgpl.c (main): Likewise.
2618         * tests/test-canonicalize.c (main): Likewise.
2619         * tests/test-chown.c (main): Likewise.
2620         * tests/test-fchownat.c (main): Likewise.
2621         * tests/test-fdutimensat.c (main): Likewise.
2622         * tests/test-fstatat.c (main): Likewise.
2623         * tests/test-futimens.c (main): Likewise.
2624         * tests/test-lchown.c (main): Likewise.
2625         * tests/test-link.c (main): Likewise.
2626         * tests/test-linkat.c (main): Likewise.
2627         * tests/test-lstat.c (main): Likewise.
2628         * tests/test-mkdir.c (main): Likewise.
2629         * tests/test-mkdirat.c (main): Likewise.
2630         * tests/test-mkfifo.c (main): Likewise.
2631         * tests/test-mkfifoat.c (main): Likewise.
2632         * tests/test-mknod.c (main): Likewise.
2633         * tests/test-readlink.c (main): Likewise.
2634         * tests/test-remove.c (main): Likewise.
2635         * tests/test-rename.c (main): Likewise.
2636         * tests/test-renameat.c (main): Likewise.
2637         * tests/test-rmdir.c (main): Likewise.
2638         * tests/test-symlink.c (main): Likewise.
2639         * tests/test-symlinkat.c (main): Likewise.
2640         * tests/test-unlink.c (main): Likewise.
2641         * tests/test-unlinkat.c (main): Likewise.
2642         * tests/test-utimens.c (main): Likewise.
2643         * tests/test-utimensat.c (main): Likewise.
2644         * modules/areadlink-tests (Depends-on): Add ignore-value.
2645         * modules/areadlink-with-size-tests (Depends-on): Likewise.
2646         * modules/areadlinkat-tests (Depends-on): Likewise.
2647         * modules/areadlinkat-with-size-tests (Depends-on): Likewise.
2648         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
2649         * modules/canonicalize-tests (Depends-on): Likewise.
2650         * modules/chown-tests (Depends-on): Likewise.
2651         * modules/fdutimensat-tests (Depends-on): Likewise.
2652         * modules/futimens-tests (Depends-on): Likewise.
2653         * modules/lchown-tests (Depends-on): Likewise.
2654         * modules/link-tests (Depends-on): Likewise.
2655         * modules/linkat-tests (Depends-on): Likewise.
2656         * modules/lstat-tests (Depends-on): Likewise.
2657         * modules/mkdir-tests (Depends-on): Likewise.
2658         * modules/mkfifo-tests (Depends-on): Likewise.
2659         * modules/mkfifoat-tests (Depends-on): Likewise.
2660         * modules/mknod-tests (Depends-on): Likewise.
2661         * modules/openat-tests (Depends-on): Likewise.
2662         * modules/readlink-tests (Depends-on): Likewise.
2663         * modules/remove-tests (Depends-on): Likewise.
2664         * modules/rename-tests (Depends-on): Likewise.
2665         * modules/renameat-tests (Depends-on): Likewise.
2666         * modules/rmdir-tests (Depends-on): Likewise.
2667         * modules/symlink-tests (Depends-on): Likewise.
2668         * modules/symlinkat-tests (Depends-on): Likewise.
2669         * modules/unlink-tests (Depends-on): Likewise.
2670         * modules/utimens-tests (Depends-on): Likewise.
2671         * modules/utimensat-tests (Depends-on): Likewise.
2672
2673 2010-01-31  Bruno Haible  <bruno@clisp.org>
2674
2675         Perform the same test for many <math.h> functions.
2676         * m4/mathfunc.m4 (gl_COMMON_DOUBLE_MATHFUNC,
2677         gl_COMMON_DOUBLE_MATHFUNC_TEST): New macros.
2678         * m4/sqrt.m4 (gl_FUNC_SQRT): Invoke gl_COMMON_DOUBLE_MATHFUNC instead
2679         of gl_MATHFUNC.
2680         * modules/acos (configure.ac): Likewise.
2681         * modules/asin (configure.ac): Likewise.
2682         * modules/atan (configure.ac): Likewise.
2683         * modules/atan2 (configure.ac): Likewise.
2684         * modules/cbrt (configure.ac): Likewise.
2685         * modules/copysign (configure.ac): Likewise.
2686         * modules/cos (configure.ac): Likewise.
2687         * modules/cosh (configure.ac): Likewise.
2688         * modules/erf (configure.ac): Likewise.
2689         * modules/erfc (configure.ac): Likewise.
2690         * modules/exp (configure.ac): Likewise.
2691         * modules/fmod (configure.ac): Likewise.
2692         * modules/hypot (configure.ac): Likewise.
2693         * modules/j0 (configure.ac): Likewise.
2694         * modules/j1 (configure.ac): Likewise.
2695         * modules/jn (configure.ac): Likewise.
2696         * modules/lgamma (configure.ac): Likewise.
2697         * modules/log (configure.ac): Likewise.
2698         * modules/log10 (configure.ac): Likewise.
2699         * modules/log1p (configure.ac): Likewise.
2700         * modules/pow (configure.ac): Likewise.
2701         * modules/remainder (configure.ac): Likewise.
2702         * modules/sin (configure.ac): Likewise.
2703         * modules/sinh (configure.ac): Likewise.
2704         * modules/tan (configure.ac): Likewise.
2705         * modules/tanh (configure.ac): Likewise.
2706         * modules/y0 (configure.ac): Likewise.
2707         * modules/y1 (configure.ac): Likewise.
2708         * modules/yn (configure.ac): Likewise.
2709         Suggested by Paolo Bonzini.
2710
2711 2010-01-31  Bruno Haible  <bruno@clisp.org>
2712
2713         * m4/getline.m4 (gl_FUNC_GETLINE): Add comment about REPLACE_GETLINE.
2714
2715 2010-01-31  Bruno Haible  <bruno@clisp.org>
2716
2717         Work around getdelim() bug on FreeBSD 8.0.
2718         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Test whether getdelim supports an
2719         initially NULL line. Set REPLACE_GETDELIM if getdelim exists but does
2720         not work.
2721         * lib/stdio.in.h (getdelim): Define as an alias if REPLACE_GETDELIM
2722         is 1.
2723         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize REPLACE_GETDELIM.
2724         * modules/stdio (Makefile.am): Also substitute REPLACE_GETDELIM.
2725         * tests/test-getdelim.c (main): Also test result for a NULL buffer and
2726         a non-zero size.
2727         * doc/posix-functions/getdelim.texi: Mention the FreeBSD bug.
2728
2729 2010-01-31  Bruno Haible  <bruno@clisp.org>
2730
2731         Work around getline() bug on FreeBSD 8.0.
2732         * m4/getline.m4 (gl_FUNC_GETLINE): Also test result for a NULL buffer
2733         and a non-zero size.
2734         * tests/test-getline.c (main): Likewise.
2735         * doc/posix-functions/getline.texi: Mention the FreeBSD bug.
2736         Reported by Dennis <noordsij@cs.helsinki.fi> via Eric Blake.
2737
2738 2010-01-28  Eric Blake  <ebb9@byu.net>
2739
2740         regex: fix build failure
2741         * lib/regex_internal.h (__GNUC_PREREQ): Define for non-glibc
2742         platforms.
2743
2744 2010-01-28  Jim Meyering  <meyering@redhat.com>
2745
2746         regex: do not ignore memory allocation failure
2747         * lib/regex_internal.c (create_cd_newstate): Detect
2748         re_node_set_init_copy failure.   Extracted from glibc commit
2749         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2750
2751         regex: sync more white-space changes from libc
2752         * lib/regex_internal.c: White-space only changes.
2753         * lib/regexec.c: Likewise.
2754
2755         regex: add many uses of __attribute_warn_unused_result__
2756         * lib/regex_internal.c: Use __attribute_warn_unused_result__.
2757         * lib/regexec.c: Likewise.
2758         Extracted from a messy glibc commit.
2759
2760         regcomp.c: spelling and merge-artifact from glibc
2761         * lib/regcomp.c: Merge remainder of glibc's
2762         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2763
2764         regcomp.c: sync white-space changes from glibc
2765         * lib/regcomp.c: Merge to accommodate white space
2766         changes from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2767
2768         regcomp.c: do not ignore internal return values
2769         * lib/regcomp.c: Do not ignore internal return values.
2770         This is from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c,
2771         but without its white-space changes and spelling fixes.
2772
2773         regex_internal.h: define __attribute_warn_unused_result__
2774         * lib/regex_internal.h (__attribute_warn_unused_result__): Define.
2775
2776         maint: add a syntax-check rule to check for vulnerable Makefile.in
2777         * top/maint.mk (sc_vulnerable_makefile_CVE-2009-4029): New rule.
2778
2779 2010-01-27  Jim Meyering  <meyering@redhat.com>
2780
2781         ncftpput-ftp: clean up spaces
2782         * build-aux/ncftpput-ftp: Make Copyright line consistent.
2783         Remove trailing blanks.
2784
2785 2010-01-27  Simon Josefsson  <simon@josefsson.org>
2786
2787         * build-aux/git-version-gen: Fix copyright statement.
2788         * build-aux/gnupload: Likewise.
2789         * tests/test-arcfour.c: Likewise.
2790         * tests/test-arctwo.c: Likewise.
2791         * tests/test-count-one-bits.c: Likewise.
2792         * tests/test-crc.c: Likewise.
2793         * tests/test-des.c: Likewise.
2794         * tests/test-gc-arcfour.c: Likewise.
2795         * tests/test-gc-arctwo.c: Likewise.
2796         * tests/test-gc-des.c: Likewise.
2797         * tests/test-gc-hmac-md5.c: Likewise.
2798         * tests/test-gc-hmac-sha1.c: Likewise.
2799         * tests/test-gc-md2.c: Likewise.
2800         * tests/test-gc-md4.c: Likewise.
2801         * tests/test-gc-md5.c: Likewise.
2802         * tests/test-gc-pbkdf2-sha1.c: Likewise.
2803         * tests/test-gc-rijndael.c: Likewise.
2804         * tests/test-gc-sha1.c: Likewise.
2805         * tests/test-gc.c: Likewise.
2806         * tests/test-gethostname.c: Likewise.
2807         * tests/test-gettimeofday.c: Likewise.
2808         * tests/test-hash.c: Likewise.
2809         * tests/test-hmac-md5.c: Likewise.
2810         * tests/test-hmac-sha1.c: Likewise.
2811         * tests/test-md2.c: Likewise.
2812         * tests/test-md4.c: Likewise.
2813         * tests/test-md5.c: Likewise.
2814         * tests/test-memchr.c: Likewise.
2815         * tests/test-memchr2.c: Likewise.
2816         * tests/test-memcmp.c: Likewise.
2817         * tests/test-memmem.c: Likewise.
2818         * tests/test-memrchr.c: Likewise.
2819         * tests/test-rawmemchr.c: Likewise.
2820         * tests/test-read-file.c: Likewise.
2821         * tests/test-rijndael.c: Likewise.
2822         * tests/test-sockets.c: Likewise.
2823         * tests/test-strchrnul.c: Likewise.
2824         * tests/test-strstr.c: Likewise.
2825         * tests/test-strtod.c: Likewise.
2826         * build-aux/ncftpput-ftp: Likewise.
2827
2828 2010-01-26  Eric Blake  <ebb9@byu.net>
2829
2830         ignore-value: update recommended header name
2831         * modules/ignore-value (Include): Only use <> for headers that
2832         exist in glibc.
2833
2834 2010-01-26  Jim Meyering  <meyering@redhat.com>
2835
2836         test-userspec.c: avoid compiler warnings
2837         * tests/test-userspec.c (main): Avoid shadowing ("uid"),
2838         and "initialization discards qualifiers..." warnings.
2839         Put the first "uid" in its own scope, and make char* members "const".
2840
2841 2010-01-25  Bruno Haible  <bruno@clisp.org>
2842
2843         gnulib-tool: Make warning diagnostics consistent.
2844         * gnulib-tool (func_warning): New function.
2845         Use it everywhere where gnulib-tool produces output to stderr and it is
2846         not a fatal error.
2847
2848 2010-01-25  Bruno Haible  <bruno@clisp.org>
2849
2850         Fix test dependencies.
2851         * modules/xstrtol-tests (Depends-on): Add inttypes.
2852         * modules/xstrtoll-tests (Depends-on): Likewise. Remove xstrtoll.
2853
2854 2010-01-25 Pádraig Brady <P@draigBrady.com>
2855
2856         syntax-check: detect incorrect boolean macro values in config.h
2857         * modules/maintainer-makefile (configure.ac): Parameterize the location
2858         of config.h which will be available to makefiles as $(CONFIG_INCLUDE).
2859         The logic is from Eric Blake and the location indicated by Jim Meyering.
2860         Note the more natural CONFIG_HEADER name is prohibited by automake
2861         for backwards compatibility reasons.
2862         * top/maint.mk (sc_Wundef_boolean): New rule.
2863
2864 2010-01-25  Jim Meyering  <meyering@redhat.com>
2865
2866         bootstrap: detect MacOS 10.6's shasum, too
2867         * build-aux/bootstrap: Also recognize MacOS 10.6's shasum.
2868         Suggested by Thomas Treichl <Thomas.Treichl@gmx.net>.
2869
2870 2010-01-23  Jim Meyering  <meyering@redhat.com>
2871
2872         xstrtoll: new module
2873         * modules/xstrtoll: New file.
2874         * MODULES.html.sh (Numeric conversion functions): Add xstrtoll.
2875         * lib/xstrtol.h [HAVE_LONG_LONG_INT]: Declare xstrtoll and xstrtoull.
2876         * lib/xstrtoll.c, lib/xstrtoull.c: New files.
2877         ./configure fails if you use this module and lack "long long".
2878         * modules/xstrtoll-tests: New module.
2879         * tests/test-xstrtoll.c, tests/test-xstrtoull.c: New files.
2880         * tests/test-xstrtoll.sh: Like test-xstrtol.c, but use the
2881         new init.sh-based test framework.
2882
2883 2010-01-24  Bruno Haible  <bruno@clisp.org>
2884
2885         Tests for module 'yn'.
2886         * modules/yn-tests: New file.
2887         * tests/test-yn.c: New file.
2888
2889         Tests for module 'y1'.
2890         * modules/y1-tests: New file.
2891         * tests/test-y1.c: New file.
2892
2893         Tests for module 'y0'.
2894         * modules/y0-tests: New file.
2895         * tests/test-y0.c: New file.
2896
2897         Tests for module 'tanh'.
2898         * modules/tanh-tests: New file.
2899         * tests/test-tanh.c: New file.
2900
2901         Tests for module 'tan'.
2902         * modules/tan-tests: New file.
2903         * tests/test-tan.c: New file.
2904
2905         Tests for module 'sqrt'.
2906         * modules/sqrt-tests: New file.
2907         * tests/test-sqrt.c: New file.
2908
2909         Tests for module 'sinh'.
2910         * modules/sinh-tests: New file.
2911         * tests/test-sinh.c: New file.
2912
2913         Tests for module 'sin'.
2914         * modules/sin-tests: New file.
2915         * tests/test-sin.c: New file.
2916
2917         Tests for module 'rint'.
2918         * modules/rint-tests: New file.
2919         * tests/test-rint.c: New file.
2920
2921         Tests for module 'remainder'.
2922         * modules/remainder-tests: New file.
2923         * tests/test-remainder.c: New file.
2924
2925         Tests for module 'pow'.
2926         * modules/pow-tests: New file.
2927         * tests/test-pow.c: New file.
2928
2929         Tests for module 'nextafter'.
2930         * modules/nextafter-tests: New file.
2931         * tests/test-nextafter.c: New file.
2932
2933         Tests for module 'modf'.
2934         * modules/modf-tests: New file.
2935         * tests/test-modf.c: New file.
2936
2937         Tests for module 'logb'.
2938         * modules/logb-tests: New file.
2939         * tests/test-logb.c: New file.
2940
2941         Tests for module 'log1p'.
2942         * modules/log1p-tests: New file.
2943         * tests/test-log1p.c: New file.
2944
2945         Tests for module 'log10'.
2946         * modules/log10-tests: New file.
2947         * tests/test-log10.c: New file.
2948
2949         Tests for module 'log'.
2950         * modules/log-tests: New file.
2951         * tests/test-log.c: New file.
2952
2953         Tests for module 'lgamma'.
2954         * modules/lgamma-tests: New file.
2955         * tests/test-lgamma.c: New file.
2956
2957         Tests for module 'ldexp'.
2958         * modules/ldexp-tests: New file.
2959         * tests/test-ldexp.c: New file.
2960
2961         Tests for module 'jn'.
2962         * modules/jn-tests: New file.
2963         * tests/test-jn.c: New file.
2964
2965         Tests for module 'j1'.
2966         * modules/j1-tests: New file.
2967         * tests/test-j1.c: New file.
2968
2969         Tests for module 'j0'.
2970         * modules/j0-tests: New file.
2971         * tests/test-j0.c: New file.
2972
2973         Tests for module 'hypot'.
2974         * modules/hypot-tests: New file.
2975         * tests/test-hypot.c: New file.
2976
2977         Tests for module 'fmod'.
2978         * modules/fmod-tests: New file.
2979         * tests/test-fmod.c: New file.
2980
2981         Tests for module 'fabs'.
2982         * modules/fabs-tests: New file.
2983         * tests/test-fabs.c: New file.
2984
2985         Tests for module 'exp'.
2986         * modules/exp-tests: New file.
2987         * tests/test-exp.c: New file.
2988
2989         Tests for module 'erfc'.
2990         * modules/erfc-tests: New file.
2991         * tests/test-erfc.c: New file.
2992
2993         Tests for module 'erf'.
2994         * modules/erf-tests: New file.
2995         * tests/test-erf.c: New file.
2996
2997         Tests for module 'cosh'.
2998         * modules/cosh-tests: New file.
2999         * tests/test-cosh.c: New file.
3000
3001         Tests for module 'cos'.
3002         * modules/cos-tests: New file.
3003         * tests/test-cos.c: New file.
3004
3005         Tests for module 'copysign'.
3006         * modules/copysign-tests: New file.
3007         * tests/test-copysign.c: New file.
3008
3009         Tests for module 'cbrt'.
3010         * modules/cbrt-tests: New file.
3011         * tests/test-cbrt.c: New file.
3012
3013         Tests for module 'atan2'.
3014         * modules/atan2-tests: New file.
3015         * tests/test-atan2.c: New file.
3016
3017         Tests for module 'atan'.
3018         * modules/atan-tests: New file.
3019         * tests/test-atan.c: New file.
3020
3021         Tests for module 'asin'.
3022         * modules/asin-tests: New file.
3023         * tests/test-asin.c: New file.
3024
3025         Tests for module 'acos'.
3026         * modules/acos-tests: New file.
3027         * tests/test-acos.c: New file.
3028
3029 2010-01-24  Bruno Haible  <bruno@clisp.org>
3030
3031         Fix tests for common <math.h> functions.
3032         * m4/mathfunc.m4 (gl_MATHFUNC): Take two additional parameters. Use a
3033         code snippet that references the function pointer, rather than merely
3034         calling the function. Substitute the FUNC_LIBM variable.
3035         * m4/sqrt.m4 (gl_FUNC_SQRT): Update gl_MATHFUNC invocation.
3036         * modules/acos (configure.ac): Likewise.
3037         * modules/asin (configure.ac): Likewise.
3038         * modules/atan (configure.ac): Likewise.
3039         * modules/atan2 (configure.ac): Likewise.
3040         * modules/cbrt (configure.ac): Likewise.
3041         * modules/copysign (configure.ac): Likewise.
3042         * modules/cos (configure.ac): Likewise.
3043         * modules/cosh (configure.ac): Likewise.
3044         * modules/erf (configure.ac): Likewise.
3045         * modules/erfc (configure.ac): Likewise.
3046         * modules/exp (configure.ac): Likewise.
3047         * modules/fabs (configure.ac): Likewise.
3048         * modules/fmod (configure.ac): Likewise.
3049         * modules/hypot (configure.ac): Likewise.
3050         * modules/j0 (configure.ac): Likewise.
3051         * modules/j1 (configure.ac): Likewise.
3052         * modules/jn (configure.ac): Likewise.
3053         * modules/ldexp (configure.ac): Likewise.
3054         * modules/lgamma (configure.ac): Likewise.
3055         * modules/log (configure.ac): Likewise.
3056         * modules/log10 (configure.ac): Likewise.
3057         * modules/log1p (configure.ac): Likewise.
3058         * modules/logb (configure.ac): Likewise.
3059         * modules/modf (configure.ac): Likewise.
3060         * modules/nextafter (configure.ac): Likewise.
3061         * modules/pow (configure.ac): Likewise.
3062         * modules/remainder (configure.ac): Likewise.
3063         * modules/rint (configure.ac): Likewise.
3064         * modules/sin (configure.ac): Likewise.
3065         * modules/sinh (configure.ac): Likewise.
3066         * modules/tan (configure.ac): Likewise.
3067         * modules/tanh (configure.ac): Likewise.
3068         * modules/y0 (configure.ac): Likewise.
3069         * modules/y1 (configure.ac): Likewise.
3070         * modules/yn (configure.ac): Likewise.
3071
3072 2010-01-24  Bruno Haible  <bruno@clisp.org>
3073
3074         Tests: Defeat inlining of math functions by GCC >= 4.3.0.
3075         * tests/test-acosl.c (x): New variable.
3076         (main): Store argument in x and fetch it from x.
3077         * tests/test-asinl.c (x): New variable.
3078         (main): Store argument in x and fetch it from x.
3079         * tests/test-atanl.c (x): New variable.
3080         (main): Store argument in x and fetch it from x.
3081         * tests/test-cosl.c (x): New variable.
3082         (main): Store argument in x and fetch it from x.
3083         * tests/test-expl.c (x): New variable.
3084         (main): Store argument in x and fetch it from x.
3085         * tests/test-logl.c (x): New variable.
3086         (main): Store argument in x and fetch it from x.
3087         * tests/test-sinl.c (x): New variable.
3088         (main): Store argument in x and fetch it from x.
3089         * tests/test-sqrtl.c (x): New variable.
3090         (main): Store argument in x and fetch it from x.
3091         * tests/test-tanl.c (x): New variable.
3092         (main): Store argument in x and fetch it from x.
3093
3094 2010-01-24  Bruno Haible  <bruno@clisp.org>
3095
3096         Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
3097         * gnulib-tool (func_emit_tests_Makefile_am): Add EXEEXT and srcdir
3098         assignments to the initial TESTS_ENVIRONMENT.
3099         * doc/gnulib.texi (Unit test modules): Document it.
3100         * modules/acl-tests (Makefile.am): Drop EXEEXT assignment from
3101         TESTS_ENVIRONMENT.
3102         * modules/btowc-tests (Makefile.am): Likewise.
3103         * modules/c-stack-tests (Makefile.am): Likewise.
3104         * modules/c-strcase-tests (Makefile.am): Likewise.
3105         * modules/copy-file-tests (Makefile.am): Likewise.
3106         * modules/mbmemcasecmp-tests (Makefile.am): Likewise.
3107         * modules/mbmemcasecoll-tests (Makefile.am): Likewise.
3108         * modules/mbrtowc-tests (Makefile.am): Likewise.
3109         * modules/mbscasecmp-tests (Makefile.am): Likewise.
3110         * modules/mbscasestr-tests (Makefile.am): Likewise.
3111         * modules/mbschr-tests (Makefile.am): Likewise.
3112         * modules/mbscspn-tests (Makefile.am): Likewise.
3113         * modules/mbsinit-tests (Makefile.am): Likewise.
3114         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
3115         * modules/mbsnrtowcs-tests (Makefile.am): Likewise.
3116         * modules/mbspbrk-tests (Makefile.am): Likewise.
3117         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
3118         * modules/mbsrchr-tests (Makefile.am): Likewise.
3119         * modules/mbsrtowcs-tests (Makefile.am): Likewise.
3120         * modules/mbsspn-tests (Makefile.am): Likewise.
3121         * modules/mbsstr-tests (Makefile.am): Likewise.
3122         * modules/nl_langinfo-tests (Makefile.am): Likewise.
3123         * modules/unicase/locale-language-tests (Makefile.am): Likewise.
3124         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
3125         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
3126         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
3127         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
3128         * modules/uniwbrk/ulc-wordbreaks-tests (Makefile.am): Likewise.
3129         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
3130         * modules/wcrtomb-tests (Makefile.am): Likewise.
3131         * modules/wcsnrtombs-tests (Makefile.am): Likewise.
3132         * modules/wcsrtombs-tests (Makefile.am): Likewise.
3133         * modules/quotearg-tests (Makefile.am): Drop EXEEXT and srcdir
3134         assignments from TESTS_ENVIRONMENT.
3135         * modules/argp-tests (Makefile.am): Drop TESTS_ENVIRONMENT
3136         augmentation.
3137         * modules/argp-version-etc-tests (Makefile.am): Likewise.
3138         * modules/atexit-tests (Makefile.am): Likewise.
3139         * modules/binary-io-tests (Makefile.am): Likewise.
3140         * modules/closein-tests (Makefile.am): Likewise.
3141         * modules/dprintf-posix-tests (Makefile.am): Likewise.
3142         * modules/exclude-tests (Makefile.am): Likewise.
3143         * modules/fflush-tests (Makefile.am): Likewise.
3144         * modules/fpending-tests (Makefile.am): Likewise.
3145         * modules/fprintf-posix-tests (Makefile.am): Likewise.
3146         * modules/freadahead-tests (Makefile.am): Likewise.
3147         * modules/freadptr-tests (Makefile.am): Likewise.
3148         * modules/freadseek-tests (Makefile.am): Likewise.
3149         * modules/fseek-tests (Makefile.am): Likewise.
3150         * modules/fseeko-tests (Makefile.am): Likewise.
3151         * modules/ftell-tests (Makefile.am): Likewise.
3152         * modules/ftello-tests (Makefile.am): Likewise.
3153         * modules/idpriv-drop-tests (Makefile.am): Likewise.
3154         * modules/idpriv-droptemp-tests (Makefile.am): Likewise.
3155         * modules/lseek-tests (Makefile.am): Likewise.
3156         * modules/parse-duration-tests (Makefile.am): Likewise.
3157         * modules/perror-tests (Makefile.am): Likewise.
3158         * modules/pipe-filter-gi-tests (Makefile.am): Likewise.
3159         * modules/pipe-filter-ii-tests (Makefile.am): Likewise.
3160         * modules/pipe-tests (Makefile.am): Likewise.
3161         * modules/pread-tests (Makefile.am): Likewise.
3162         * modules/printf-posix-tests (Makefile.am): Likewise.
3163         * modules/select-tests (Makefile.am): Likewise.
3164         * modules/sigpipe-tests (Makefile.am): Likewise.
3165         * modules/tsearch-tests (Makefile.am): Likewise.
3166         * modules/unicase/ulc-casecmp-tests (Makefile.am): Likewise.
3167         * modules/unicase/ulc-casecoll-tests (Makefile.am): Likewise.
3168         * modules/uniname/uniname-tests (Makefile.am): Likewise.
3169         * modules/uniwidth/width-tests (Makefile.am): Likewise.
3170         * modules/vdprintf-posix-tests (Makefile.am): Likewise.
3171         * modules/version-etc-tests (Makefile.am): Likewise.
3172         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
3173         * modules/vprintf-posix-tests (Makefile.am): Likewise.
3174         * modules/xalloc-die-tests (Makefile.am): Likewise.
3175         * modules/xprintf-posix-tests (Makefile.am): Likewise.
3176         * modules/xstrtoimax-tests (Makefile.am): Likewise.
3177         * modules/xstrtol-tests (Makefile.am): Likewise.
3178         * modules/xstrtoumax-tests (Makefile.am): Likewise.
3179         * modules/yesno-tests (Makefile.am): Likewise.
3180         Suggested by Jim Meyering.
3181
3182 2010-01-24  Bruno Haible  <bruno@clisp.org>
3183
3184         More documentation.
3185         * doc/gnulib.texi (Writing modules): New chapter.
3186         (Miscellaneous Notes): Move sections "Comments" and "Header files" to
3187         the new chapter.
3188
3189 2010-01-24  Jim Meyering  <meyering@redhat.com>
3190
3191         maint.mk: do not prepend "./" after filtering
3192         * top/maint.mk (_prepend_srcdir_prefix): New variable
3193         (VC_LIST_EXCEPT): Use it to avoid prepending (post-filter)
3194         "./" when $(srcdir) is ".".
3195
3196         define STREQ(a,b) consistently, removing useless parentheses
3197         #define STREQ(a, b) (strcmp ((a), (b)) == 0) is over-parenthesized,
3198         since the only risk is that "a" or "b" contains an unparenthesized
3199         comma, but if either did that, STREQ would have 3 or more arguments.
3200         Hence, #define STREQ(a, b) (strcmp (a, b) == 0) is better.
3201         * lib/fts.c (STREQ): Remove unnecessary parentheses.
3202         * lib/hash-triple.c (STREQ): Likewise.
3203         * tests/test-argv-iter.c (STREQ): Use a and b, not s1 and s2.
3204         * lib/getugroups.c (STREQ): Likewise.
3205
3206 2010-01-23  Jim Meyering  <meyering@redhat.com>
3207
3208         maint.mk: fix syntax-check in a non-srcdir build directory
3209         * top/maint.mk (_dot_escaped_srcdir): Remove erroneous backslash,
3210         introduced in my 2010-01-21 commit, a6da6c45.  Reported by Eric Blake.
3211
3212 2010-01-22  Jim Meyering  <meyering@redhat.com>
3213
3214         userspec: add unit tests
3215         * tests/test-userspec.c: New file.
3216         * modules/userspec-tests: Likewise.
3217
3218 2010-01-21  Jim Meyering  <meyering@redhat.com>
3219
3220         maint.mk: handle source file names containing "." robustly
3221         * top/maint.mk (_dot_escaped_srcdir): Define.
3222         (VC_LIST): Use it in LHS of sed substitution.
3223
3224 2010-01-21  Jiri Denemark  <jdenemar@redhat.com>
3225
3226         maint.mk: fix VC_LIST_EXCEPT for srcdir != builddir
3227         * top/maint.mk (VC_LIST_EXCEPT): Preprocess the output of
3228         $(VC_LIST) to remove a prefix of '$(srcdir)/', so that it works
3229         from a non-srcdir build.
3230
3231 2010-01-20  Eric Blake  <ebb9@byu.net>
3232
3233         warn-on-use: use instead of link-warning
3234         * modules/stdio (Depends-on, Makefile.am): Drop link-warning.
3235         * modules/unistd (Depends-on, Makefile.am): Likewise.
3236         * modules/arpa_inet (Depends-on): Replace link-warning with
3237         warn-on-use.
3238         (Makefile.am): Update rules accordingly.
3239         * modules/ctype (Depends-on, Makefile.am): Likewise.
3240         * modules/dirent (Depends-on, Makefile.am): Likewise.
3241         * modules/fcntl-h (Depends-on, Makefile.am): Likewise.
3242         * modules/inttypes (Depends-on, Makefile.am): Likewise.
3243         * modules/langinfo (Depends-on, Makefile.am): Likewise.
3244         * modules/locale (Depends-on, Makefile.am): Likewise.
3245         * modules/math (Depends-on, Makefile.am): Likewise.
3246         * modules/search (Depends-on, Makefile.am): Likewise.
3247         * modules/signal (Depends-on, Makefile.am): Likewise.
3248         * modules/spawn (Depends-on, Makefile.am): Likewise.
3249         * modules/stdlib (Depends-on, Makefile.am): Likewise.
3250         * modules/string (Depends-on, Makefile.am): Likewise.
3251         * modules/strings (Depends-on, Makefile.am): Likewise.
3252         * modules/sys_file (Depends-on, Makefile.am): Likewise.
3253         * modules/sys_ioctl (Depends-on, Makefile.am): Likewise.
3254         * modules/sys_select (Depends-on, Makefile.am): Likewise.
3255         * modules/sys_socket (Depends-on, Makefile.am): Likewise.
3256         * modules/sys_stat (Depends-on, Makefile.am): Likewise.
3257         * modules/sys_times (Depends-on, Makefile.am): Likewise.
3258         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
3259         * modules/wchar (Depends-on, Makefile.am): Likewise.
3260         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Check which functions
3261         should be poisoned.
3262         * m4/ctype.m4 (gl_CTYPE_H): Likewise.
3263         * m4/dirent_h.m4 (gl_DIRENT_H): Likewise.
3264         * m4/fcntl_h.m4 (gl_FCNTL_H): Likewise.
3265         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
3266         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
3267         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
3268         * m4/math_h.m4 (gl_MATH_H): Likewise.
3269         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
3270         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
3271         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
3272         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
3273         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
3274         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
3275         * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Likewise.
3276         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H_DEFAULTS): Likewise.
3277         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Likewise.
3278         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3279         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
3280         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
3281         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
3282         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
3283         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
3284         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
3285         * lib/arpa_inet.in.h: Use _GL_WARN_ON_USE instead of
3286         GL_LINK_WARNING.
3287         * lib/ctype.in.h: Likewise.
3288         * lib/dirent.in.h: Likewise.
3289         * lib/fcntl.in.h: Likewise.
3290         * lib/inttypes.in.h: Likewise.
3291         * lib/langinfo.in.h: Likewise.
3292         * lib/locale.in.h: Likewise.
3293         * lib/math.in.h: Likewise.
3294         * lib/search.in.h: Likewise.
3295         * lib/signal.in.h: Likewise.
3296         * lib/spawn.in.h: Likewise.
3297         * lib/stdio.in.h: Likewise.
3298         * lib/stdlib.in.h: Likewise.
3299         * lib/string.in.h: Likewise.
3300         * lib/strings.in.h: Likewise.
3301         * lib/sys_file.in.h: Likewise.
3302         * lib/sys_ioctl.in.h: Likewise.
3303         * lib/sys_select.in.h: Likewise.
3304         * lib/sys_socket.in.h: Likewise.
3305         * lib/sys_stat.in.h: Likewise.
3306         * lib/sys_times.in.h: Likewise.
3307         * lib/sys_utsname.in.h: Likewise.
3308         * lib/unistd.in.h: Likewise.
3309         * lib/wchar.in.h: Likewise.
3310
3311 2010-01-20  Bruno Haible  <bruno@clisp.org>
3312
3313         Avoid duplicate -lm.
3314         * m4/isnan.m4 (gl_ISNAN): Avoid duplicate -lm in $ISNAN_LIBM.
3315         * m4/round.m4 (gl_FUNC_ROUND): Avoid duplicate -lm in $ROUND_LIBM.
3316         * m4/roundf.m4 (gl_FUNC_ROUNDF): Avoid duplicate -lm in $ROUNDF_LIBM.
3317         * m4/roundl.m4 (gl_FUNC_ROUNDL): Avoid duplicate -lm in $ROUNDL_LIBM.
3318         * m4/acosl.m4 (gl_FUNC_ACOSL): Avoid duplicate -lm in $ACOSL_LIBM.
3319         * m4/cosl.m4 (gl_FUNC_COSL): Avoid duplicate -lm in $COSL_LIBM.
3320         * m4/logl.m4 (gl_FUNC_LOGL): Avoid duplicate -lm in $LOGL_LIBM.
3321         * m4/sinl.m4 (gl_FUNC_SINL): Avoid duplicate -lm in $SINL_LIBM.
3322         * m4/sqrtl.m4 (gl_FUNC_SQRTL): Avoid duplicate -lm in $SQRTL_LIBM.
3323         * m4/tanl.m4 (gl_FUNC_TANL): Avoid duplicate -lm in $TANL_LIBM.
3324         * m4/asinl.m4 (gl_FUNC_ASINL): Same change, for consistency.
3325         * m4/atanl.m4 (gl_FUNC_ATANL): Likewise.
3326         Reported by Paolo Bonzini.
3327
3328 2010-01-19  Bruno Haible  <bruno@clisp.org>
3329
3330         langinfo, nl_langinfo: Relicense under LGPLv2+.
3331         * modules/langinfo (License): Change to LGPLv2+.
3332         * modules/nl_langinfo (License): Likewise.
3333         Patch by David Lutterkort <lutter@redhat.com>.
3334
3335 2010-01-19  Bruno Haible  <bruno@clisp.org>
3336
3337         Avoid compilation error with cc on OSF/1 5.1.
3338         * lib/fcntl.in.h: Include <unistd.h> after the #include_next <fcntl.h>
3339         statement, not before.
3340         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3341
3342 2010-01-18  Bruno Haible  <bruno@clisp.org>
3343
3344         Avoid a link error due to the __printf__ symbol.
3345         * lib/stdio.in.h (__attribute__): Define to empty also for gcc 2.5.x
3346         and 2.6.x.
3347         (__format__, __printf__): Remove definitions.
3348         * lib/argp-fmtstream.h: Likewise.
3349         * lib/argp.h: Likewise.
3350         * lib/error.h: Likewise.
3351         * lib/vasnprintf.h: Likewise.
3352         * lib/xprintf.h: Likewise.
3353         * lib/xvasprintf.h: Likewise.
3354         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3355
3356 2010-01-18  Bruno Haible  <bruno@clisp.org>
3357
3358         Tests for module 'tanl'.
3359         * modules/tanl-tests: New file.
3360         * tests/test-tanl.c: New file.
3361
3362         Tests for module 'sqrtl'.
3363         * modules/sqrtl-tests: New file.
3364         * tests/test-sqrtl.c: New file.
3365
3366         Tests for module 'sinl'.
3367         * modules/sinl-tests: New file.
3368         * tests/test-sinl.c: New file.
3369
3370         Tests for module 'logl'.
3371         * modules/logl-tests: New file.
3372         * tests/test-logl.c: New file.
3373
3374         Tests for module 'expl'.
3375         * modules/expl-tests: New file.
3376         * tests/test-expl.c: New file.
3377
3378         Tests for module 'cosl'.
3379         * modules/cosl-tests: New file.
3380         * tests/test-cosl.c: New file.
3381
3382         Tests for module 'atanl'.
3383         * modules/atanl-tests: New file.
3384         * tests/test-atanl.c: New file.
3385
3386         Tests for module 'asinl'.
3387         * modules/asinl-tests: New file.
3388         * tests/test-asinl.c: New file.
3389
3390         Tests for module 'acosl'.
3391         * modules/acosl-tests: New file.
3392         * tests/test-acosl.c: New file.
3393
3394         New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
3395         * lib/math.in.h (acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl,
3396         tanl): Use the standard gnulib idiom.
3397         * lib/cosl.c: Don't include trigl.c and sincosl.c.
3398         * lib/sinl.c: Likewise.
3399         * lib/tanl.c: Don't include trigl.c.
3400         (kernel_tanl): Make static.
3401         * lib/sincosl.c: Include trigl.h first.
3402         * lib/trigl.c: Likewise.
3403         * m4/acosl.m4: New file.
3404         * m4/asinl.m4: New file.
3405         * m4/atanl.m4: New file.
3406         * m4/cosl.m4: New file.
3407         * m4/expl.m4: New file.
3408         * m4/logl.m4: New file.
3409         * m4/sinl.m4: New file.
3410         * m4/sqrtl.m4: New file.
3411         * m4/tanl.m4: New file.
3412         * m4/mathl.m4: Remove file.
3413         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_* and HAVE_*
3414         variables for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
3415         Don't initialize GNULIB_MATHL.
3416         * modules/acosl: New file.
3417         * modules/asinl: New file.
3418         * modules/atanl: New file.
3419         * modules/cosl: New file.
3420         * modules/expl: New file.
3421         * modules/logl: New file.
3422         * modules/sinl: New file.
3423         * modules/sqrtl: New file.
3424         * modules/tanl: New file.
3425         * modules/math (Makefile.am): Substitute GNULIB_* and HAVE_* variables
3426         for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl. Don't
3427         substitute GNULIB_MATHL.
3428         * modules/mathl: Rewritten.
3429         * doc/posix-functions/acosl.texi: Mention the 'acosl' module.
3430         * doc/posix-functions/asinl.texi: Mention the 'asinl' module.
3431         * doc/posix-functions/atanl.texi: Mention the 'atanl' module.
3432         * doc/posix-functions/cosl.texi: Mention the 'cosl' module.
3433         * doc/posix-functions/expl.texi: Mention the 'expl' module.
3434         * doc/posix-functions/logl.texi: Mention the 'logl' module.
3435         * doc/posix-functions/sinl.texi: Mention the 'sinl' module.
3436         * doc/posix-functions/sqrtl.texi: Mention the 'sqrtl' module.
3437         * doc/posix-functions/tanl.texi: Mention the 'tanl' module.
3438
3439 2010-01-18  Bruno Haible  <bruno@clisp.org>
3440
3441         sqrt: Make gl_FUNC_SQRT requirable.
3442         * m4/sqrt.m4: New file.
3443         * modules/sqrt (Files): Add it.
3444         (configure.ac): Invoke gl_FUNC_SQRT.
3445
3446 2010-01-18  Bruno Haible  <bruno@clisp.org>
3447
3448         New modules for common <math.h> functions.
3449         * m4/mathfunc.m4: New file.
3450         * modules/acos: New file.
3451         * modules/asin: New file.
3452         * modules/atan: New file.
3453         * modules/atan2: New file.
3454         * modules/cbrt: New file.
3455         * modules/copysign: New file.
3456         * modules/cos: New file.
3457         * modules/cosh: New file.
3458         * modules/erf: New file.
3459         * modules/erfc: New file.
3460         * modules/exp: New file.
3461         * modules/fabs: New file.
3462         * modules/fmod: New file.
3463         * modules/hypot: New file.
3464         * modules/j0: New file.
3465         * modules/j1: New file.
3466         * modules/jn: New file.
3467         * modules/ldexp: New file.
3468         * modules/lgamma: New file.
3469         * modules/log: New file.
3470         * modules/log10: New file.
3471         * modules/log1p: New file.
3472         * modules/logb: New file.
3473         * modules/modf: New file.
3474         * modules/nextafter: New file.
3475         * modules/pow: New file.
3476         * modules/remainder: New file.
3477         * modules/rint: New file.
3478         * modules/sin: New file.
3479         * modules/sinh: New file.
3480         * modules/sqrt: New file.
3481         * modules/tan: New file.
3482         * modules/tanh: New file.
3483         * modules/y0: New file.
3484         * modules/y1: New file.
3485         * modules/yn: New file.
3486         * doc/posix-functions/acos.texi: Mention the 'acos' module.
3487         * doc/posix-functions/asin.texi: Mention the 'asin' module.
3488         * doc/posix-functions/atan.texi: Mention the 'atan' module.
3489         * doc/posix-functions/atan2.texi: Mention the 'atan2' module.
3490         * doc/posix-functions/cbrt.texi: Mention the 'cbrt' module.
3491         * doc/posix-functions/copysign.texi: Mention the 'copysign' module.
3492         * doc/posix-functions/cos.texi: Mention the 'cos' module.
3493         * doc/posix-functions/cosh.texi: Mention the 'cosh' module.
3494         * doc/posix-functions/erf.texi: Mention the 'erf' module.
3495         * doc/posix-functions/erfc.texi: Mention the 'erfc' module.
3496         * doc/posix-functions/exp.texi: Mention the 'exp' module.
3497         * doc/posix-functions/fabs.texi: Mention the 'fabs' module.
3498         * doc/posix-functions/fmod.texi: Mention the 'fmod' module.
3499         * doc/posix-functions/hypot.texi: Mention the 'hypot' module.
3500         * doc/posix-functions/j0.texi: Mention the 'j0' module.
3501         * doc/posix-functions/j1.texi: Mention the 'j1' module.
3502         * doc/posix-functions/jn.texi: Mention the 'jn' module.
3503         * doc/posix-functions/ldexp.texi: Mention the 'ldexp' module.
3504         * doc/posix-functions/lgamma.texi: Mention the 'lgamma' module.
3505         * doc/posix-functions/log.texi: Mention the 'log' module.
3506         * doc/posix-functions/log10.texi: Mention the 'log10' module.
3507         * doc/posix-functions/log1p.texi: Mention the 'log1p' module.
3508         * doc/posix-functions/logb.texi: Mention the 'logb' module.
3509         * doc/posix-functions/modf.texi: Mention the 'modf' module.
3510         * doc/posix-functions/nextafter.texi: Mention the 'nextafter' module.
3511         * doc/posix-functions/pow.texi: Mention the 'pow' module.
3512         * doc/posix-functions/remainder.texi: Mention the 'remainder' module.
3513         * doc/posix-functions/rint.texi: Mention the 'rint' module.
3514         * doc/posix-functions/sin.texi: Mention the 'sin' module.
3515         * doc/posix-functions/sinh.texi: Mention the 'sinh' module.
3516         * doc/posix-functions/sqrt.texi: Mention the 'sqrt' module.
3517         * doc/posix-functions/tan.texi: Mention the 'tan' module.
3518         * doc/posix-functions/tanh.texi: Mention the 'tanh' module.
3519         * doc/posix-functions/y0.texi: Mention the 'y0' module.
3520         * doc/posix-functions/y1.texi: Mention the 'y1' module.
3521         * doc/posix-functions/yn.texi: Mention the 'yn' module.
3522
3523 2010-01-18  Jim Meyering  <meyering@redhat.com>
3524
3525         ignore-value: relax license to LGPLv2+
3526         * modules/ignore-value (License): Relax to LGPLv2+.
3527
3528         getdate: don't leak when TZ contains two or more '"'s
3529         * lib/getdate.y (get_date): Don't leak a copy of TZ for each
3530         double quote in TZ after the first one.
3531
3532         readtokens: do not leak internal token_lengths buffer
3533         * lib/readtokens.c (readtokens): Free the local, lengths,
3534         when the supplied "token_lengths" parameter is NULL.
3535
3536 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3537
3538         Fix a couple of missing LIBTHREAD link failures on AIX.
3539         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add
3540         $(LIBTHREAD).
3541         * modules/strsignal-tests (test_strsignal_LDADD): Likewise.
3542
3543         Link test-poll against INET_PTON_LIB.
3544         * modules/poll-tests (test_poll_LDADD): Add $(INET_PTON_LIB),
3545         for inet_pton on Solaris 10.
3546
3547 2010-01-17  Bruno Haible  <bruno@clisp.org>
3548
3549         unistdio/*-sprintf: Fix typo in module description.
3550         * modules/unistdio/u8-sprintf (Depends-on): Fix typo.
3551         * modules/unistdio/u8-u8-sprintf (Depends-on): Likewise.
3552         * modules/unistdio/u16-sprintf (Depends-on): Likewise.
3553         * modules/unistdio/u16-u16-sprintf (Depends-on): Likewise.
3554         * modules/unistdio/u32-sprintf (Depends-on): Likewise.
3555         * modules/unistdio/u32-u32-sprintf (Depends-on): Likewise.
3556         * modules/unistdio/ulc-sprintf (Depends-on): Likewise.
3557         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3558
3559 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3560
3561         gnulib-tool: fix filelist for AIX, HP-UX ksh.
3562         * gnulib-tool (func_filter_filelist): Do not quote possibly-empty
3563         variables in shell case patterns, for AIX and HP-UX ksh.
3564
3565         Split large sed scripts, for HP-UX sed.
3566         * modules/stdio: Split sed scripts around 50 sed commands,
3567         to avoid HP-UX limit of 99 commands, in the near future.
3568         * modules/string: Likewise.
3569         * modules/unistd: Likewise.
3570
3571         gnulib-tool: avoid writing in the current directory.
3572         * gnulib-tool (func_emit_lib_Makefile_am)
3573         (func_emit_tests_Makefile_am): Put temporary files in $tmp,
3574         not in the current directory, so concurrent gnulib-tool
3575         instances do not interfere.
3576
3577 2010-01-16  Jim Meyering  <meyering@redhat.com>
3578
3579         doc: update users.txt
3580         * users.txt: Add grep.
3581         (diffutils, gzip): Update URLs.
3582
3583 2010-01-12  Bruno Haible  <bruno@clisp.org>
3584
3585         posix_spawn: Avoid test failure on Cygwin.
3586         * tests/test-posix_spawn3.c (DATA_FILENAME) [CYGWIN]: Use less risky
3587         characters.
3588         Reported by Simon Josefsson.
3589
3590 2010-01-12  Bruno Haible  <bruno@clisp.org>
3591
3592         * tests/test-cond.c (main): When skipping the test, show the reason.
3593
3594 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3595
3596         * lib/striconv.c (str_cd_iconv): Avoid if before free.
3597
3598 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3599
3600         * top/maint.mk (VC_LIST_EXCEPT): Filter list through
3601         VC_LIST_ALWAYS_EXCLUDE_REGEX.
3602
3603 2010-01-12  Eric Blake  <ebb9@byu.net>
3604
3605         build: guarantee AS_VAR_IF
3606         * m4/warnings.m4 (gl_WARN_ADD): Use autoconf name.
3607         (gl_AS_VAR_IF): Move...
3608         * m4/gnulib-common.m4 (AS_VAR_IF): ...here.
3609         Reported by Simon Josefsson.
3610
3611 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3612
3613         * lib/stdio.in.h: Fix typo.
3614
3615 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3616
3617         * m4/gc.m4: Check if linking to libgcrypt also needs linking to
3618         libgpg-error.
3619
3620 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3621
3622         * tests/test-xalloc-die.sh: Use $EXEEXT.
3623
3624 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3625             Bruno Haible  <bruno@clisp.org>
3626
3627         getlogin, getlogin_r: Avoid test failure.
3628         * tests/test-getlogin.c: Include <stdio.h>.
3629         (main): Skip the test when the function fails because stdin is not a
3630         tty.
3631         * tests/test-getlogin_r.c: Include <stdio.h>.
3632         (main): Skip the test when the function fails because stdin is not a
3633         tty.
3634
3635 2010-01-11  Eric Blake  <ebb9@byu.net>
3636
3637         tests: avoid more large file warnings
3638         * tests/test-fflush.c: Avoid warning about ftell use.
3639         * tests/test-fseek.c: Avoid warning about fseek use.
3640
3641 2010-01-10  Bruno Haible  <bruno@clisp.org>
3642
3643         nproc: Work better on Linux when /proc and /sys are not mounted.
3644         * lib/nproc.c (num_processors): Use num_processors_via_affinity_mask ()
3645         as lower bound when, on glibc/Linux systems,
3646         sysconf (_SC_NPROCESSORS_CONF) returns 1.
3647         Suggested by Pádraig Brady <P@draigbrady.com>.
3648         Reported by Dmitry V. Levin <ldv@altlinux.org>.
3649
3650         nproc: Refactor.
3651         * lib/nproc.c (num_processors_via_affinity_mask): New function,
3652         extracted from num_processors.
3653         (num_processors): Call it.
3654
3655 2010-01-11  Jim Meyering  <meyering@redhat.com>
3656
3657         utimecmp: avoid new warning from upcoming gcc-4.5.0
3658         * lib/utimecmp.c (BILLION): Define using #define rather than an
3659         anonymous enum, to placate upcoming gcc-4.5.0's -Wenum-compare.
3660
3661 2010-01-11  Eric Blake  <ebb9@byu.net>
3662
3663         math: add portability warnings for classification macros
3664         * modules/math (Depends-on): Add warn-on-use.
3665         (Makefile.am): Provide new substitutions.
3666         * m4/math_h.m4 (gl_MATH_H): Require inline.
3667         * lib/math.in.h (_GL_WARN_REAL_FLOATING_DECL)
3668         (_GL_WARN_REAL_FLOATING_IMPL): New helper macros.
3669         (isfinite, isinf, isnan, signbit) [GNULIB_POSIXCHECK]: Use them to
3670         implement warnings.
3671
3672         unistd: warn on use of environ without module
3673         * modules/unistd (Depends-on): Add warn-on-use.
3674         (Makefile.am): Provide new substitutions.
3675         * m4/unistd_h.m4 (gl_UNISTD_H): Check for inline and environ.
3676         * lib/unistd.in.h (environ): Wrap with a warning helper function.
3677
3678         stdio: warn on suspicious uses
3679         * modules/stdio (Depends-on): Add warn-on-use.
3680         (Makefile.am): Provide new substitutions.
3681         * m4/stdio_h.m4 (gl_STDIO_H): Check for inline, ftello, and
3682         fseeko.
3683         * lib/stdio.in.h (gets): Always warn on use.
3684         (fseek, ftell): Adjust when warnings are issued, and honor
3685         _GL_NO_LARGE_FILES as a way to silence the warning.
3686         * tests/test-fpurge.c [!GNULIB_FSEEK]: Use new means to squelch
3687         any warning about large file offsets.
3688         * tests/test-freadable.c [!GNULIB_FSEEK]: Likewise.
3689         * tests/test-freading.c [!GNULIB_FSEEK]: Likewise.
3690         * tests/test-fseeko.c [!GNULIB_FSEEK]: Likewise.
3691         * tests/test-ftell.c [!GNULIB_FSEEK]: Likewise.
3692         * tests/test-ftello.c [!GNULIB_FSEEK]: Likewise.
3693         * tests/test-fwritable.c [!GNULIB_FSEEK]: Likewise.
3694         * tests/test-fwriting.c [!GNULIB_FSEEK]: Likewise.
3695         * tests/test-getopt.c [!GNULIB_FTELL]: Likewise.
3696
3697         warn-on-use: new module
3698         * modules/warn-on-use: New file.
3699         * build-aux/warn-on-use.h: Likewise.
3700         * m4/warn-on-use.m4: Likewise.
3701         * MODULES.html.sh (Support for building): Mention it.
3702
3703 2010-01-10  Bruno Haible  <bruno@clisp.org>
3704
3705         Tests for module 'unistr/u32-strdup'.
3706         * modules/unistr/u32-strdup-tests: New file.
3707         * tests/unistr/test-u32-strdup.c: New file.
3708
3709         Tests for module 'unistr/u16-strdup'.
3710         * modules/unistr/u16-strdup-tests: New file.
3711         * tests/unistr/test-u16-strdup.c: New file.
3712
3713         Tests for module 'unistr/u8-strdup'.
3714         * modules/unistr/u8-strdup-tests: New file.
3715         * tests/unistr/test-u8-strdup.c: New file.
3716         * tests/unistr/test-strdup.h: New file.
3717
3718         Tests for module 'unistr/u32-strncmp'.
3719         * modules/unistr/u32-strncmp-tests: New file.
3720         * tests/unistr/test-u32-strncmp.c: New file.
3721
3722         Tests for module 'unistr/u16-strncmp'.
3723         * modules/unistr/u16-strncmp-tests: New file.
3724         * tests/unistr/test-u16-strncmp.c: New file.
3725
3726         Tests for module 'unistr/u8-strncmp'.
3727         * modules/unistr/u8-strncmp-tests: New file.
3728         * tests/unistr/test-u8-strncmp.c: New file.
3729         * tests/unistr/test-strncmp.h: New file.
3730
3731         Tests for module 'unistr/u32-strcoll'.
3732         * modules/unistr/u32-strcoll-tests: New file.
3733         * tests/unistr/test-u32-strcoll.c: New file.
3734
3735         Tests for module 'unistr/u16-strcoll'.
3736         * modules/unistr/u16-strcoll-tests: New file.
3737         * tests/unistr/test-u16-strcoll.c: New file.
3738
3739         Tests for module 'unistr/u8-strcoll'.
3740         * modules/unistr/u8-strcoll-tests: New file.
3741         * tests/unistr/test-u8-strcoll.c: New file.
3742
3743         Tests for module 'unistr/u32-strcmp'.
3744         * modules/unistr/u32-strcmp-tests: New file.
3745         * tests/unistr/test-u32-strcmp.c: New file.
3746         * tests/unistr/test-u32-strcmp.h: New file.
3747
3748         Tests for module 'unistr/u16-strcmp'.
3749         * modules/unistr/u16-strcmp-tests: New file.
3750         * tests/unistr/test-u16-strcmp.c: New file.
3751         * tests/unistr/test-u16-strcmp.h: New file.
3752
3753         Tests for module 'unistr/u8-strcmp'.
3754         * modules/unistr/u8-strcmp-tests: New file.
3755         * tests/unistr/test-u8-strcmp.c: New file.
3756         * tests/unistr/test-u8-strcmp.h: New file.
3757         * tests/unistr/test-strcmp.h: New file.
3758
3759         Tests for module 'unistr/u32-strncat'.
3760         * modules/unistr/u32-strncat-tests: New file.
3761         * tests/unistr/test-u32-strncat.c: New file.
3762
3763         Tests for module 'unistr/u16-strncat'.
3764         * modules/unistr/u16-strncat-tests: New file.
3765         * tests/unistr/test-u16-strncat.c: New file.
3766
3767         Tests for module 'unistr/u8-strncat'.
3768         * modules/unistr/u8-strncat-tests: New file.
3769         * tests/unistr/test-u8-strncat.c: New file.
3770         * tests/unistr/test-strncat.h: New file.
3771
3772         Tests for module 'unistr/u32-strcat'.
3773         * modules/unistr/u32-strcat-tests: New file.
3774         * tests/unistr/test-u32-strcat.c: New file.
3775
3776         Tests for module 'unistr/u16-strcat'.
3777         * modules/unistr/u16-strcat-tests: New file.
3778         * tests/unistr/test-u16-strcat.c: New file.
3779
3780         Tests for module 'unistr/u8-strcat'.
3781         * modules/unistr/u8-strcat-tests: New file.
3782         * tests/unistr/test-u8-strcat.c: New file.
3783         * tests/unistr/test-strcat.h: New file.
3784
3785         Tests for module 'unistr/u32-stpncpy'.
3786         * modules/unistr/u32-stpncpy-tests: New file.
3787         * tests/unistr/test-u32-stpncpy.c: New file.
3788
3789         Tests for module 'unistr/u16-stpncpy'.
3790         * modules/unistr/u16-stpncpy-tests: New file.
3791         * tests/unistr/test-u16-stpncpy.c: New file.
3792
3793         Tests for module 'unistr/u8-stpncpy'.
3794         * modules/unistr/u8-stpncpy-tests: New file.
3795         * tests/unistr/test-u8-stpncpy.c: New file.
3796         * tests/unistr/test-stpncpy.h: New file.
3797
3798         Tests for module 'unistr/u32-strncpy'.
3799         * modules/unistr/u32-strncpy-tests: New file.
3800         * tests/unistr/test-u32-strncpy.c: New file.
3801
3802         Tests for module 'unistr/u16-strncpy'.
3803         * modules/unistr/u16-strncpy-tests: New file.
3804         * tests/unistr/test-u16-strncpy.c: New file.
3805
3806         Tests for module 'unistr/u8-strncpy'.
3807         * modules/unistr/u8-strncpy-tests: New file.
3808         * tests/unistr/test-u8-strncpy.c: New file.
3809         * tests/unistr/test-strncpy.h: New file.
3810
3811         Tests for module 'unistr/u32-stpcpy'.
3812         * modules/unistr/u32-stpcpy-tests: New file.
3813         * tests/unistr/test-u32-stpcpy.c: New file.
3814
3815         Tests for module 'unistr/u16-stpcpy'.
3816         * modules/unistr/u16-stpcpy-tests: New file.
3817         * tests/unistr/test-u16-stpcpy.c: New file.
3818
3819         Tests for module 'unistr/u8-stpcpy'.
3820         * modules/unistr/u8-stpcpy-tests: New file.
3821         * tests/unistr/test-u8-stpcpy.c: New file.
3822         * tests/unistr/test-stpcpy.h: New file.
3823
3824         Tests for module 'unistr/u32-strcpy'.
3825         * modules/unistr/u32-strcpy-tests: New file.
3826         * tests/unistr/test-u32-strcpy.c: New file.
3827
3828         Tests for module 'unistr/u16-strcpy'.
3829         * modules/unistr/u16-strcpy-tests: New file.
3830         * tests/unistr/test-u16-strcpy.c: New file.
3831
3832         Tests for module 'unistr/u8-strcpy'.
3833         * modules/unistr/u8-strcpy-tests: New file.
3834         * tests/unistr/test-u8-strcpy.c: New file.
3835         * tests/unistr/test-strcpy.h: New file.
3836
3837         Tests for module 'unistr/u32-strnlen'.
3838         * modules/unistr/u32-strnlen-tests: New file.
3839         * tests/unistr/test-u32-strnlen.c: New file.
3840
3841         Tests for module 'unistr/u16-strnlen'.
3842         * modules/unistr/u16-strnlen-tests: New file.
3843         * tests/unistr/test-u16-strnlen.c: New file.
3844
3845         Tests for module 'unistr/u8-strnlen'.
3846         * modules/unistr/u8-strnlen-tests: New file.
3847         * tests/unistr/test-u8-strnlen.c: New file.
3848         * tests/unistr/test-strnlen.h: New file.
3849
3850         Tests for module 'unistr/u32-strlen'.
3851         * modules/unistr/u32-strlen-tests: New file.
3852         * tests/unistr/test-u32-strlen.c: New file.
3853
3854         Tests for module 'unistr/u16-strlen'.
3855         * modules/unistr/u16-strlen-tests: New file.
3856         * tests/unistr/test-u16-strlen.c: New file.
3857
3858         Tests for module 'unistr/u8-strlen'.
3859         * modules/unistr/u8-strlen-tests: New file.
3860         * tests/unistr/test-u8-strlen.c: New file.
3861
3862         Tests for module 'unistr/u32-prev'.
3863         * modules/unistr/u32-prev-tests: New file.
3864         * tests/unistr/test-u32-prev.c: New file.
3865
3866         Tests for module 'unistr/u16-prev'.
3867         * modules/unistr/u16-prev-tests: New file.
3868         * tests/unistr/test-u16-prev.c: New file.
3869
3870         Tests for module 'unistr/u8-prev'.
3871         * modules/unistr/u8-prev-tests: New file.
3872         * tests/unistr/test-u8-prev.c: New file.
3873
3874         Tests for module 'unistr/u32-next'.
3875         * modules/unistr/u32-next-tests: New file.
3876         * tests/unistr/test-u32-next.c: New file.
3877
3878         Tests for module 'unistr/u16-next'.
3879         * modules/unistr/u16-next-tests: New file.
3880         * tests/unistr/test-u16-next.c: New file.
3881
3882         Tests for module 'unistr/u8-next'.
3883         * modules/unistr/u8-next-tests: New file.
3884         * tests/unistr/test-u8-next.c: New file.
3885
3886         Tests for module 'unistr/u32-strmbtouc'.
3887         * modules/unistr/u32-strmbtouc-tests: New file.
3888         * tests/unistr/test-u32-strmbtouc.c: New file.
3889
3890         Tests for module 'unistr/u16-strmbtouc'.
3891         * modules/unistr/u16-strmbtouc-tests: New file.
3892         * tests/unistr/test-u16-strmbtouc.c: New file.
3893
3894         Tests for module 'unistr/u8-strmbtouc'.
3895         * modules/unistr/u8-strmbtouc-tests: New file.
3896         * tests/unistr/test-u8-strmbtouc.c: New file.
3897
3898         Tests for module 'unistr/u32-strmblen'.
3899         * modules/unistr/u32-strmblen-tests: New file.
3900         * tests/unistr/test-u32-strmblen.c: New file.
3901
3902         Tests for module 'unistr/u16-strmblen'.
3903         * modules/unistr/u16-strmblen-tests: New file.
3904         * tests/unistr/test-u16-strmblen.c: New file.
3905
3906         Tests for module 'unistr/u8-strmblen'.
3907         * modules/unistr/u8-strmblen-tests: New file.
3908         * tests/unistr/test-u8-strmblen.c: New file.
3909
3910         Tests for module 'unistr/u32-cpy-alloc'.
3911         * modules/unistr/u32-cpy-alloc-tests: New file.
3912         * tests/unistr/test-u32-cpy-alloc.c: New file.
3913
3914         Tests for module 'unistr/u16-cpy-alloc'.
3915         * modules/unistr/u16-cpy-alloc-tests: New file.
3916         * tests/unistr/test-u16-cpy-alloc.c: New file.
3917
3918         Tests for module 'unistr/u8-cpy-alloc'.
3919         * modules/unistr/u8-cpy-alloc-tests: New file.
3920         * tests/unistr/test-u8-cpy-alloc.c: New file.
3921         * tests/unistr/test-cpy-alloc.h: New file.
3922
3923         Tests for module 'unistr/u32-mbsnlen'.
3924         * modules/unistr/u32-mbsnlen-tests: New file.
3925         * tests/unistr/test-u32-mbsnlen.c: New file.
3926
3927         Tests for module 'unistr/u16-mbsnlen'.
3928         * modules/unistr/u16-mbsnlen-tests: New file.
3929         * tests/unistr/test-u16-mbsnlen.c: New file.
3930
3931         Tests for module 'unistr/u8-mbsnlen'.
3932         * modules/unistr/u8-mbsnlen-tests: New file.
3933         * tests/unistr/test-u8-mbsnlen.c: New file.
3934
3935         Tests for module 'unistr/u32-chr'.
3936         * modules/unistr/u32-chr-tests: New file.
3937         * tests/unistr/test-u32-chr.c: New file.
3938
3939         Tests for module 'unistr/u16-chr'.
3940         * modules/unistr/u16-chr-tests: New file.
3941         * tests/unistr/test-u16-chr.c: New file.
3942
3943         Tests for module 'unistr/u8-chr'.
3944         * modules/unistr/u8-chr-tests: New file.
3945         * tests/unistr/test-u8-chr.c: New file.
3946         * tests/unistr/test-chr.h: New file, based on tests/test-memchr.c.
3947
3948         Tests for module 'unistr/u32-cmp2'.
3949         * modules/unistr/u32-cmp2-tests: New file.
3950         * tests/unistr/test-u32-cmp2.c: New file.
3951
3952         Tests for module 'unistr/u16-cmp2'.
3953         * modules/unistr/u16-cmp2-tests: New file.
3954         * tests/unistr/test-u16-cmp2.c: New file.
3955
3956         Tests for module 'unistr/u8-cmp2'.
3957         * modules/unistr/u8-cmp2-tests: New file.
3958         * tests/unistr/test-u8-cmp2.c: New file.
3959         * tests/unistr/test-cmp2.h: New file, based on tests/unistr/test-cmp.h.
3960
3961         Tests for module 'unistr/u32-cmp'.
3962         * modules/unistr/u32-cmp-tests: New file.
3963         * tests/unistr/test-u32-cmp.c: New file.
3964
3965         Tests for module 'unistr/u16-cmp'.
3966         * modules/unistr/u16-cmp-tests: New file.
3967         * tests/unistr/test-u16-cmp.c: New file.
3968
3969         Tests for module 'unistr/u8-cmp'.
3970         * modules/unistr/u8-cmp-tests: New file.
3971         * tests/unistr/test-u8-cmp.c: New file.
3972         * tests/unistr/test-cmp.h: New file, based on tests/test-memcmp.c.
3973
3974         Tests for module 'unistr/u32-set'.
3975         * modules/unistr/u32-set-tests: New file.
3976         * tests/unistr/test-u32-set.c: New file.
3977
3978         Tests for module 'unistr/u16-set'.
3979         * modules/unistr/u16-set-tests: New file.
3980         * tests/unistr/test-u16-set.c: New file.
3981
3982         Tests for module 'unistr/u8-set'.
3983         * modules/unistr/u8-set-tests: New file.
3984         * tests/unistr/test-u8-set.c: New file.
3985         * tests/unistr/test-set.h: New file.
3986
3987         Tests for module 'unistr/u32-move'.
3988         * modules/unistr/u32-move-tests: New file.
3989         * tests/unistr/test-u32-move.c: New file.
3990
3991         Tests for module 'unistr/u16-move'.
3992         * modules/unistr/u16-move-tests: New file.
3993         * tests/unistr/test-u16-move.c: New file.
3994
3995         Tests for module 'unistr/u8-move'.
3996         * modules/unistr/u8-move-tests: New file.
3997         * tests/unistr/test-u8-move.c: New file.
3998         * tests/unistr/test-move.h: New file.
3999
4000         Tests for module 'unistr/u32-cpy'.
4001         * modules/unistr/u32-cpy-tests: New file.
4002         * tests/unistr/test-u32-cpy.c: New file.
4003
4004         Tests for module 'unistr/u16-cpy'.
4005         * modules/unistr/u16-cpy-tests: New file.
4006         * tests/unistr/test-u16-cpy.c: New file.
4007
4008         Tests for module 'unistr/u8-cpy'.
4009         * modules/unistr/u8-cpy-tests: New file.
4010         * tests/unistr/test-u8-cpy.c: New file.
4011         * tests/unistr/test-cpy.h: New file.
4012
4013 2010-01-09  Bruno Haible  <bruno@clisp.org>
4014
4015         Tests for module 'unistr/u32-uctomb'.
4016         * modules/unistr/u32-uctomb-tests: New file.
4017         * tests/unistr/test-u32-uctomb.c: New file.
4018
4019         Tests for module 'unistr/u16-uctomb'.
4020         * modules/unistr/u16-uctomb-tests: New file.
4021         * tests/unistr/test-u16-uctomb.c: New file.
4022
4023         Tests for module 'unistr/u8-uctomb'.
4024         * modules/unistr/u8-uctomb-tests: New file.
4025         * tests/unistr/test-u8-uctomb.c: New file.
4026
4027         Tests for module 'unistr/u32-mbtoucr'.
4028         * modules/unistr/u32-mbtoucr-tests: New file.
4029         * tests/unistr/test-u32-mbtoucr.c: New file.
4030
4031         Tests for module 'unistr/u16-mbtoucr'.
4032         * modules/unistr/u16-mbtoucr-tests: New file.
4033         * tests/unistr/test-u16-mbtoucr.c: New file.
4034
4035         Tests for module 'unistr/u8-mbtoucr'.
4036         * modules/unistr/u8-mbtoucr-tests: New file.
4037         * tests/unistr/test-u8-mbtoucr.c: New file.
4038
4039         Tests for module 'unistr/u32-mbtouc'.
4040         * modules/unistr/u32-mbtouc-tests: New file.
4041         * tests/unistr/test-u32-mbtouc.c: New file.
4042
4043         Tests for module 'unistr/u16-mbtouc'.
4044         * modules/unistr/u16-mbtouc-tests: New file.
4045         * tests/unistr/test-u16-mbtouc.c: New file.
4046
4047         Tests for module 'unistr/u8-mbtouc'.
4048         * modules/unistr/u8-mbtouc-tests: New file.
4049         * tests/unistr/test-u8-mbtouc.c: New file.
4050
4051         Tests for module 'unistr/u32-mbtouc-unsafe'.
4052         * modules/unistr/u32-mbtouc-unsafe-tests: New file.
4053         * tests/unistr/test-u32-mbtouc-unsafe.c: New file.
4054         * tests/unistr/test-u32-mbtouc.h: New file.
4055
4056         Tests for module 'unistr/u16-mbtouc-unsafe'.
4057         * modules/unistr/u16-mbtouc-unsafe-tests: New file.
4058         * tests/unistr/test-u16-mbtouc-unsafe.c: New file.
4059         * tests/unistr/test-u16-mbtouc.h: New file.
4060
4061         Tests for module 'unistr/u8-mbtouc-unsafe'.
4062         * modules/unistr/u8-mbtouc-unsafe-tests: New file.
4063         * tests/unistr/test-u8-mbtouc-unsafe.c: New file.
4064         * tests/unistr/test-u8-mbtouc.h: New file.
4065
4066         Tests for module 'unistr/u32-mblen'.
4067         * modules/unistr/u32-mblen-tests: New file.
4068         * tests/unistr/test-u32-mblen.c: New file.
4069
4070         Tests for module 'unistr/u16-mblen'.
4071         * modules/unistr/u16-mblen-tests: New file.
4072         * tests/unistr/test-u16-mblen.c: New file.
4073
4074         Tests for module 'unistr/u8-mblen'.
4075         * modules/unistr/u8-mblen-tests: New file.
4076         * tests/unistr/test-u8-mblen.c: New file.
4077
4078         Tests for module 'unistr/u32-to-u16'.
4079         * modules/unistr/u32-to-u16-tests: New file.
4080         * tests/unistr/test-u32-to-u16.c: New file.
4081
4082         Tests for module 'unistr/u32-to-u8'.
4083         * modules/unistr/u32-to-u8-tests: New file.
4084         * tests/unistr/test-u32-to-u8.c: New file.
4085
4086         Tests for module 'unistr/u16-to-u32'.
4087         * modules/unistr/u16-to-u32-tests: New file.
4088         * tests/unistr/test-u16-to-u32.c: New file.
4089
4090         Tests for module 'unistr/u16-to-u8'.
4091         * modules/unistr/u16-to-u8-tests: New file.
4092         * tests/unistr/test-u16-to-u8.c: New file.
4093
4094         Tests for module 'unistr/u8-to-u32'.
4095         * modules/unistr/u8-to-u32-tests: New file.
4096         * tests/unistr/test-u8-to-u32.c: New file.
4097
4098         Tests for module 'unistr/u8-to-u16'.
4099         * modules/unistr/u8-to-u16-tests: New file.
4100         * tests/unistr/test-u8-to-u16.c: New file.
4101
4102         Tests for module 'unistr/u32-check'.
4103         * modules/unistr/u32-check-tests: New file.
4104         * tests/unistr/test-u32-check.c: New file.
4105
4106         Tests for module 'unistr/u16-check'.
4107         * modules/unistr/u16-check-tests: New file.
4108         * tests/unistr/test-u16-check.c: New file.
4109
4110         Tests for module 'unistr/u8-check'.
4111         * modules/unistr/u8-check-tests: New file.
4112         * tests/unistr/test-u8-check.c: New file.
4113
4114         * tests/unictype/test-categ_byname.c: Include <stdbool.h>.
4115         (category_equals): New function.
4116         (main): Add more tests.
4117         * modules/unictype/category-byname-tests (Depends-on): Add stdbool.
4118
4119         * tests/unictype/test-bidi_byname.c (main): Add more tests.
4120
4121 2010-01-10  Bruno Haible  <bruno@clisp.org>
4122
4123         unistr/u*-strcoll: Try harder to distinguish different strings.
4124         * lib/unistr/u-strcoll.h (FUNC): When sl1 and sl2 are the same,
4125         compare s1 and s2 to see if they are different.
4126
4127 2010-01-10  Bruno Haible  <bruno@clisp.org>
4128
4129         unistr/u*-stpncpy: Fix the return value.
4130         * lib/unistr.h (u8_stpncpy, u16_stpncpy, u32_stpncpy): Make the
4131         description of the return value consistent with stpncpy in glibc.
4132         * lib/unistr/u-stpncpy.h (FUNC): Return the pointer past the last
4133         written non-NUL unit.
4134
4135 2010-01-10  Bruno Haible  <bruno@clisp.org>
4136
4137         unistr/u*-next: Add missing dependencies.
4138         * modules/unistr/u8-next (Depends-on): Add unistr/u8-strmbtouc.
4139         * modules/unistr/u16-next (Depends-on): Add unistr/u16-strmbtouc.
4140         * modules/unistr/u32-next (Depends-on): Add unistr/u32-strmbtouc.
4141
4142 2010-01-10  Bruno Haible  <bruno@clisp.org>
4143
4144         unistr/u8-mbsnlen: Fix return value for incomplete character.
4145         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtoucr instead of
4146         u8_mblen.
4147         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtoucr.
4148         Remove unistr/u8-mblen.
4149         * lib/unistr/u16-mbsnlen.c (u16_mbsnlen): Use u16_mbtoucr instead of
4150         u16_mblen.
4151         * modules/unistr/u16-mbsnlen (Depends-on): Add unistr/u16-mbtoucr.
4152         Remove unistr/u16-mblen.
4153
4154 2010-01-10  Bruno Haible  <bruno@clisp.org>
4155
4156         wchar: Fix compilation error when <wchar.h> is used from coreutils.
4157         * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
4158         Reported by Brian Gough <bjg@gnu.org> and
4159         Chris Clayton <chris2553@googlemail.com> via
4160         Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
4161
4162 2010-01-09  Bruno Haible  <bruno@clisp.org>
4163
4164         unistr/u16-to-u32: Reject invalid input.
4165         * lib/unistr/u16-to-u32.c (u16_to_u32): Call u16_mbtoucr instead of
4166         u16_mbtouc.
4167         * modules/unistr/u16-to-u32 (Depends-on): Add unistr/u16-mbtoucr.
4168         Remove unistr/u16-mbtouc.
4169
4170         unistr/u16-to-u8: Reject invalid input.
4171         * lib/unistr/u16-to-u8.c (u16_to_u8): Call u16_mbtoucr instead of
4172         u16_mbtouc.
4173         * modules/unistr/u16-to-u8 (Depends-on): Add unistr/u16-mbtoucr.
4174         Remove unistr/u16-mbtouc.
4175
4176         unistr/u8-to-u32: Reject invalid input.
4177         * lib/unistr/u8-to-u32.c (u8_to_u32): Call u8_mbtoucr instead of
4178         u8_mbtouc.
4179         * modules/unistr/u8-to-u32 (Depends-on): Add unistr/u8-mbtoucr.
4180         Remove unistr/u8-mbtouc.
4181
4182         unistr/u8-to-u16: Reject invalid input.
4183         * lib/unistr/u8-to-u16.c (u8_to_u16): Call u8_mbtoucr instead of
4184         u8_mbtouc.
4185         * modules/unistr/u8-to-u16 (Depends-on): Add unistr/u8-mbtoucr.
4186         Remove unistr/u8-mbtouc.
4187
4188 2010-01-09  Bruno Haible  <bruno@clisp.org>
4189
4190         Tests for module 'getlogin'.
4191         * modules/getlogin-tests: New file.
4192         * tests/test-getlogin.c: New file.
4193
4194         New module 'getlogin'.
4195         * lib/unistd.in.h (getlogin): New declaration.
4196         * lib/getlogin.c: New file.
4197         * m4/getlogin.m4: New file.
4198         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETLOGIN,
4199         HAVE_GETLOGIN.
4200         * modules/unistd (Makefile.am): Substitute GNULIB_GETLOGIN,
4201         HAVE_GETLOGIN.
4202         * modules/getlogin: New file.
4203         * doc/posix-functions/getlogin.texi: Mention the new module.
4204         Reported by John W. Eaton <jwe@gnu.org>.
4205
4206 2010-01-09  Bruno Haible  <bruno@clisp.org>
4207
4208         getlogin_r: Support for native Windows.
4209         * lib/getlogin_r.c: Include <windows.h>
4210         (getlogin_r): Implement for native Windows.
4211         * tests/test-getlogin_r.c (main): Also test with a huge buffer.
4212         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>
4213         via John W. Eaton <jwe@gnu.org>.
4214
4215 2010-01-09  Bruno Haible  <bruno@clisp.org>
4216
4217         getlogin_r: Small fixes.
4218         * lib/getlogin_r.c (getlogin_r): Don't set errno if the function
4219         succeeds.
4220         * m4/getlogin_r.m4 (gl_GETLOGIN_R): Require gl_USE_SYSTEM_EXTENSIONS
4221         before testing whether getlogin_r is declared. No need to set
4222         HAVE_DECL_GETLOGIN_R to 1.
4223         (gl_PREREQ_GETLOGIN_R): Don't check for the getlogin_r declaration.
4224
4225 2010-01-09  Bruno Haible  <bruno@clisp.org>
4226
4227         * lib/unistd.in.h (getlogin_r): Add comment.
4228
4229 2010-01-09  Bruno Haible  <bruno@clisp.org>
4230
4231         Tests for module 'getlogin_r'.
4232         * modules/getlogin_r-tests: New file.
4233         * tests/test-getlogin_r.c: New file.
4234
4235 2010-01-09  Jim Meyering  <meyering@redhat.com>
4236
4237         maint.mk: extend proper_name_utf8-vs-LIBICONV-checking rule
4238         * top/maint.mk (sc_proper_name_utf8_requires_ICONV): Adapt to work
4239         also when $(LIBICONV) is part of LDADD, rather than ${prog}_LDADD.
4240
4241 2010-01-08  Simon Josefsson  <simon@josefsson.org>
4242
4243         * lib/dup2.c (rpl_dup2): Improve comment.
4244
4245 2010-01-08  Eric Blake  <ebb9@byu.net>
4246
4247         maint.mk: allow packages to add makefile @@ exceptions
4248         * top/maint.mk (_makefile_at_at_check_exceptions): New hook.
4249         (sc_makefile_check): Rename...
4250         (sc_makefile_at_at_check): ...to this, and use hook.
4251
4252         dup2: work around mingw bug
4253         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
4254         Reported by Simon Josefsson.
4255
4256 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
4257
4258         glob: Fix C++ compilation.
4259         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
4260         C++.
4261
4262 2010-01-07  Bruno Haible  <bruno@clisp.org>
4263
4264         Fix indentation of wctype.in.h, broken since 2007-01-06.
4265         * lib/wctype.in.h: Fix indentation of preprocessor directives.
4266
4267 2010-01-07  Bruno Haible  <bruno@clisp.org>
4268
4269         mbslen: Avoid collision with system function.
4270         * lib/string.in.h [MirBSD]: Include <wchar.h>.
4271         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
4272         * m4/mbslen.m4: New file.
4273         * modules/mbslen (Files): Add it.
4274         (configure.ac): Invoke gl_MBSLEN.
4275         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
4276         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
4277         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
4278         via Ian Beckwith <ianb@erislabs.net>.
4279
4280 2010-01-07  Bruno Haible  <bruno@clisp.org>
4281
4282         dirent: Document the last fix.
4283         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
4284
4285 2010-01-07  Bruno Haible  <bruno@clisp.org>
4286
4287         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
4288         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
4289         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
4290         va_list are defined.
4291         * doc/posix-headers/stdio.texi: Document the bug of missing types.
4292         Reported by Eric Blake.
4293
4294 2010-01-07  Bruno Haible  <bruno@clisp.org>
4295
4296         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
4297         * modules/xlist (Depends-on): Add 'list',
4298         * modules/xoset (Depends-on): Add 'oset'.
4299         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4300
4301 2010-01-07  Bruno Haible  <bruno@clisp.org>
4302
4303         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
4304         * doc/posix-functions/strncasecmp.texi: Likewise.
4305
4306 2010-01-07  Bruno Haible  <bruno@clisp.org>
4307
4308         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
4309
4310 2010-01-07  John W. Eaton  <jwe@octave.org>
4311
4312         wctype: allow C++ use
4313         * lib/wctype.in.h: Add extern "C" block for C++.
4314
4315 2010-01-06  Eric Blake  <ebb9@byu.net>
4316
4317         maint.mk: detect incorrect GFDL usage
4318         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
4319
4320 2010-01-06  Jim Meyering  <meyering@redhat.com>
4321         and Eric Blake  <ebb9@byu.net>
4322
4323         maint.mk: ignore multi-line copyright in NEWS
4324         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
4325
4326 2010-01-06  Eric Blake  <ebb9@byu.net>
4327
4328         select: add missing dependency
4329         * modules/select-tests (Depends-on): Move sockets dependency...
4330         * modules/select (Depends-on): ...here.
4331         Reported by Ian Beckwith.
4332
4333         doc: regenerate INSTALL
4334         * doc/INSTALL: Reflect recent autoconf update.
4335         * doc/INSTALL.ISO: Likewise.
4336         * doc/INSTALL.UTF-8: Likewise.
4337
4338         pread: fix compilation on glibc
4339         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
4340         Reported by Ralf Wildenhues.
4341
4342         dirent: fix test failure
4343         * lib/dirent.in.h (includes): Guarantee ino_t.
4344         Reported by Ralf Wildenhues.
4345
4346 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
4347
4348         linkat, renameat: avoid bad free
4349         * lib/at-func2.c (at_func2): Fix typo.
4350         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
4351
4352 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4353
4354         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
4355         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
4356         to avoid failure of symlink test later.
4357
4358 2010-01-06  Eric Blake  <ebb9@byu.net>
4359
4360         stdio, unistd: guarantee ssize_t
4361         * lib/unistd.in.h (includes): Ensure that types required by POSIX
4362         2008 are exposed when needed.
4363         * lib/stdio.in.h (includes): Likewise.
4364         Reported by Ralf Wildenhues.
4365
4366 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
4367
4368         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
4369         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
4370         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
4371
4372 2010-01-06  Jim Meyering  <meyering@redhat.com>
4373
4374         readtokens: this module *does* require xalloc.h
4375         It uses only functions that were omitted by the old syntax-check rule.
4376         * lib/readtokens.c: Include "xalloc.h" once again.
4377         * modules/readtokens (Depends-on): Add xalloc.
4378         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
4379
4380 2010-01-05  Eric Blake  <ebb9@byu.net>
4381
4382         maint: support 'make announcement' from a VPATH build
4383         * top/maint.mk (announcement): Look for correct NEWS file.
4384
4385 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
4386
4387         utimens (fdutimens): ignore a negative FD, per contract
4388         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
4389         when we have a valid file descriptor.  Otherwise, using a brand
4390         new glibc (with just-patched futimens that now fails with EBADF)
4391         would cause this function to fail with ENOSYS.
4392         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
4393         See also http://bugzilla.redhat.com/552320.
4394
4395 2010-01-05  Eric Blake  <ebb9@byu.net>
4396
4397         strcase: document what it provides
4398         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
4399         gnulib module.
4400         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
4401         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
4402
4403 2010-01-05  Jim Meyering  <meyering@redhat.com>
4404
4405         maint: remove useless inclusions of "xalloc.h"
4406         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
4407         * lib/readtokens.c: Likewise.
4408         * lib/same.c: Likewise.
4409         * modules/getloadavg (Depends-on): Remove xalloc.
4410         * modules/readtokens: Likewise.
4411         * modules/same: Likewise.
4412
4413         maint.mk: include 4 more function names in alloca.h-checking regexp
4414         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
4415         regexp.  Before, we would give a false-positive (saying alloca.h
4416         is included unnecessarily) when the only uses involved omitted symbols.
4417
4418         xalloc.h: use consistent formatting
4419         * lib/xalloc.h: Move declarations to start in the first column.
4420
4421 2010-01-05  Eric Blake  <ebb9@byu.net>
4422
4423         mkdir: avoid xalloc
4424         * lib/mkdir.c (includes): Drop unused header.
4425         Reported by John W. Eaton.
4426
4427 2010-01-04  Jim Meyering  <meyering@redhat.com>
4428
4429         nl_langinfo: avoid configure-time syntax error
4430         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
4431         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
4432         the empty string.  Don't let that provoke a shell syntax error.
4433
4434         regcomp, regexec, fnmatch: avoid array bounds read error
4435         * lib/regcomp.c (build_equiv_class): From glibc:
4436         Use only the low 24 bits of a findidx return value as an index
4437         into the weights array.  Patch by Ulrich Drepper:
4438         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
4439         * lib/regexec.c (check_node_accept_bytes): Likewise.
4440         * lib/fnmatch_loop.c (FCT): Likewise.
4441
4442         regcomp: skip collseq lookup when there are no rules
4443         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
4444         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
4445
4446         regcomp: recognize ill-formed { } expressions
4447         * lib/regcomp.c (parse_dup_op): From glibc:
4448         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
4449
4450         regcomp: fix typo in comment
4451         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
4452         s/satisfy/satisfies/.
4453
4454         regcomp: sync from glibc: remove dead store
4455         * lib/regcomp.c (duplicate_node_closure): Remove useless
4456         search_duplicated_node call and dead store.
4457
4458         regcomp: sync from glibc; always use nl_langinfo
4459         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
4460         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
4461         * modules/regex (Depends-on): Add nl_langinfo.
4462
4463 2010-01-04  Eric Blake  <ebb9@byu.net>
4464
4465         fdopendir: fix configure test
4466         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
4467
4468 2010-01-01  Bruno Haible  <bruno@clisp.org>
4469
4470         wchar: Remove unused configure check.
4471         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
4472
4473 2010-01-01  Eric Blake  <ebb9@byu.net>
4474
4475         headers: make check of system header explicit
4476         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
4477         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
4478         ourselves.
4479         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
4480         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4481         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
4482         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
4483         internals.
4484         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
4485         missing.
4486         Suggested by Bruno Haible.
4487
4488 2010-01-01  Jim Meyering  <meyering@redhat.com>
4489
4490         ChangeLog: tweak to eliminate unnecessary copyright line
4491         * ChangeLog: Remove a copyright line that was mistakenly updated
4492         by today's update-copyright run.  Reported by Eric Blake.
4493
4494         test-update-copyright: don't let envvar setting cause test failure
4495         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
4496
4497 2010-01-01  Bruno Haible  <bruno@clisp.org>
4498
4499         localename: Avoid gcc warning.
4500         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
4501         function if it is not used.
4502
4503 2010-01-01  Jim Meyering  <meyering@redhat.com>
4504
4505         update nearly all FSF copyright year lists to include 2010
4506         Use the same procedure as for 2009, outlined in
4507         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
4508
4509         version-etc: set COPYRIGHT_YEAR to 2010
4510         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
4511
4512 2009-12-31  Eric Blake  <ebb9@byu.net>
4513
4514         doc: correct availability of cygwin 1.5.x getopt
4515         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
4516         variables.
4517         * doc/posix-functions/opterr.texi (opterr): Likewise.
4518         * doc/posix-functions/optind.texi (optind): Likewise.
4519         * doc/posix-functions/optopt.texi (optopt): Likewise.
4520         * doc/posix-functions/tzname.texi (tzname): Likewise.
4521
4522         openat: update maintainer
4523         * modules/openat (Maintainer): Add myself.
4524
4525         utimens: avoid shadowing warning
4526         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
4527         buffers into one, to avoid shadowing, as well as avoiding a
4528         redundant stat.
4529         Reported by Jim Meyering.
4530
4531         test-dup2: avoid compiler warning
4532         * tests/test-dup2.c (is_inheritable): Only define if used.
4533
4534 2010-01-01  Bruno Haible  <bruno@clisp.org>
4535
4536         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
4537         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
4538         defined, use wctomb instead of wcrtomb.
4539
4540 2010-01-01  Bruno Haible  <bruno@clisp.org>
4541
4542         iconv: Reject native Solaris iconv.
4543         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
4544         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
4545
4546 2009-12-31  Bruno Haible  <bruno@clisp.org>
4547
4548         * tests/test-signal.c (main): Remove test of 'SIG'.
4549
4550 2009-12-31  Bruno Haible  <bruno@clisp.org>
4551
4552         spawn: Fix incomplete fix.
4553         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
4554         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
4555         warnings for GNULIB_POSIXCHECK again.
4556         Reported by Eric Blake.
4557
4558 2009-12-31  Bruno Haible  <bruno@clisp.org>
4559
4560         Avoid namespace pollution on glibc systems.
4561         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
4562         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
4563         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
4564         glibc systems.
4565
4566 2009-12-31  Bruno Haible  <bruno@clisp.org>
4567
4568         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
4569         (gl_REPLACE_WCHAR_H): Turn into a no-op.
4570         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
4571         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
4572         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
4573         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
4574         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
4575
4576 2009-12-31  Bruno Haible  <bruno@clisp.org>
4577
4578         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
4579         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
4580         afterwards.
4581
4582 2009-12-31  Bruno Haible  <bruno@clisp.org>
4583
4584         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
4585         SYS_UTSNAME_H.
4586
4587 2009-12-31  Bruno Haible  <bruno@clisp.org>
4588
4589         spawn: Fix misapplied patch.
4590         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
4591         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
4592         warnings for GNULIB_POSIXCHECK.
4593
4594 2009-12-31  Bruno Haible  <bruno@clisp.org>
4595
4596         times: Update after sys_times changed.
4597         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
4598         * modules/times (Files): Add it.
4599         (configure.ac): Invoke gl_FUNC_TIMES.
4600
4601 2009-12-31  Bruno Haible  <bruno@clisp.org>
4602
4603         Use AC_C_INLINE where necessary.
4604         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
4605         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
4606         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
4607         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
4608         * m4/mbfile.m4 (gl_MBFILE): Likewise.
4609         * m4/mbiter.m4 (gl_MBITER): Likewise.
4610         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
4611         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
4612         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
4613         * modules/u64 (configure.ac): Likewise.
4614
4615 2009-12-31  Bruno Haible  <bruno@clisp.org>
4616
4617         Use AC_C_INLINE instead of module 'inline' where possible.
4618         * modules/inline (Description): Clarify purpose.
4619         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
4620         * modules/count-one-bits (Depends-on): Remove inline.
4621         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
4622         * modules/openat (Depends-on): Remove inline.
4623         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
4624         instead of depending on module 'inline'.
4625         * modules/filevercmp (Depends-on, configure.ac): Likewise.
4626         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
4627         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
4628         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
4629         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
4630         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
4631         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
4632         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
4633         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
4634         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
4635         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
4636         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
4637         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
4638         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
4639         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
4640         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
4641         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
4642         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
4643         Likewise.
4644         * modules/unictype/property-ascii-hex-digit (Depends-on,
4645         configure.ac): Likewise.
4646         * modules/unictype/property-bidi-arabic-digit (Depends-on,
4647         configure.ac): Likewise.
4648         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
4649         configure.ac): Likewise.
4650         * modules/unictype/property-bidi-block-separator (Depends-on,
4651         configure.ac): Likewise.
4652         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
4653         configure.ac): Likewise.
4654         * modules/unictype/property-bidi-common-separator (Depends-on,
4655         configure.ac): Likewise.
4656         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
4657         Likewise.
4658         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
4659         configure.ac): Likewise.
4660         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
4661         configure.ac): Likewise.
4662         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
4663         configure.ac): Likewise.
4664         * modules/unictype/property-bidi-european-digit (Depends-on,
4665         configure.ac): Likewise.
4666         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
4667         configure.ac): Likewise.
4668         * modules/unictype/property-bidi-left-to-right (Depends-on,
4669         configure.ac): Likewise.
4670         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
4671         configure.ac): Likewise.
4672         * modules/unictype/property-bidi-other-neutral (Depends-on,
4673         configure.ac): Likewise.
4674         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
4675         Likewise.
4676         * modules/unictype/property-bidi-segment-separator (Depends-on,
4677         configure.ac): Likewise.
4678         * modules/unictype/property-bidi-whitespace (Depends-on,
4679         configure.ac): Likewise.
4680         * modules/unictype/property-combining (Depends-on, configure.ac):
4681         Likewise.
4682         * modules/unictype/property-composite (Depends-on, configure.ac):
4683         Likewise.
4684         * modules/unictype/property-currency-symbol (Depends-on,
4685         configure.ac): Likewise.
4686         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
4687         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
4688         Likewise.
4689         * modules/unictype/property-default-ignorable-code-point (Depends-on,
4690         configure.ac): Likewise.
4691         * modules/unictype/property-deprecated (Depends-on, configure.ac):
4692         Likewise.
4693         * modules/unictype/property-diacritic (Depends-on, configure.ac):
4694         Likewise.
4695         * modules/unictype/property-extender (Depends-on, configure.ac):
4696         Likewise.
4697         * modules/unictype/property-format-control (Depends-on, configure.ac):
4698         Likewise.
4699         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
4700         Likewise.
4701         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
4702         Likewise.
4703         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
4704         Likewise.
4705         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
4706         Likewise.
4707         * modules/unictype/property-hyphen (Depends-on, configure.ac):
4708         Likewise.
4709         * modules/unictype/property-id-continue (Depends-on, configure.ac):
4710         Likewise.
4711         * modules/unictype/property-id-start (Depends-on, configure.ac):
4712         Likewise.
4713         * modules/unictype/property-ideographic (Depends-on, configure.ac):
4714         Likewise.
4715         * modules/unictype/property-ids-binary-operator (Depends-on,
4716         configure.ac): Likewise.
4717         * modules/unictype/property-ids-trinary-operator (Depends-on,
4718         configure.ac): Likewise.
4719         * modules/unictype/property-ignorable-control (Depends-on,
4720         configure.ac): Likewise.
4721         * modules/unictype/property-iso-control (Depends-on, configure.ac):
4722         Likewise.
4723         * modules/unictype/property-join-control (Depends-on, configure.ac):
4724         Likewise.
4725         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
4726         Likewise.
4727         * modules/unictype/property-line-separator (Depends-on, configure.ac):
4728         Likewise.
4729         * modules/unictype/property-logical-order-exception (Depends-on,
4730         configure.ac): Likewise.
4731         * modules/unictype/property-lowercase (Depends-on, configure.ac):
4732         Likewise.
4733         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
4734         * modules/unictype/property-non-break (Depends-on, configure.ac):
4735         Likewise.
4736         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
4737         Likewise.
4738         * modules/unictype/property-numeric (Depends-on, configure.ac):
4739         Likewise.
4740         * modules/unictype/property-other-alphabetic (Depends-on,
4741         configure.ac): Likewise.
4742         * modules/unictype/property-other-default-ignorable-code-point
4743         (Depends-on, configure.ac): Likewise.
4744         * modules/unictype/property-other-grapheme-extend (Depends-on,
4745         configure.ac): Likewise.
4746         * modules/unictype/property-other-id-continue (Depends-on,
4747         configure.ac): Likewise.
4748         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
4749         Likewise.
4750         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
4751         Likewise.
4752         * modules/unictype/property-other-math (Depends-on, configure.ac):
4753         Likewise.
4754         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
4755         Likewise.
4756         * modules/unictype/property-paired-punctuation (Depends-on,
4757         configure.ac): Likewise.
4758         * modules/unictype/property-paragraph-separator (Depends-on,
4759         configure.ac): Likewise.
4760         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
4761         Likewise.
4762         * modules/unictype/property-pattern-white-space (Depends-on,
4763         configure.ac): Likewise.
4764         * modules/unictype/property-private-use (Depends-on, configure.ac):
4765         Likewise.
4766         * modules/unictype/property-punctuation (Depends-on, configure.ac):
4767         Likewise.
4768         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
4769         Likewise.
4770         * modules/unictype/property-radical (Depends-on, configure.ac):
4771         Likewise.
4772         * modules/unictype/property-sentence-terminal (Depends-on,
4773         configure.ac): Likewise.
4774         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
4775         Likewise.
4776         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
4777         * modules/unictype/property-terminal-punctuation (Depends-on,
4778         configure.ac): Likewise.
4779         * modules/unictype/property-titlecase (Depends-on, configure.ac):
4780         Likewise.
4781         * modules/unictype/property-unassigned-code-value (Depends-on,
4782         configure.ac): Likewise.
4783         * modules/unictype/property-unified-ideograph (Depends-on,
4784         configure.ac): Likewise.
4785         * modules/unictype/property-uppercase (Depends-on, configure.ac):
4786         Likewise.
4787         * modules/unictype/property-variation-selector (Depends-on,
4788         configure.ac): Likewise.
4789         * modules/unictype/property-white-space (Depends-on, configure.ac):
4790         Likewise.
4791         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
4792         Likewise.
4793         * modules/unictype/property-xid-start (Depends-on, configure.ac):
4794         Likewise.
4795         * modules/unictype/property-zero-width (Depends-on, configure.ac):
4796         Likewise.
4797         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
4798         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
4799         Likewise.
4800
4801 2009-12-31  Bruno Haible  <bruno@clisp.org>
4802
4803         Remove unnecessary AC_C_INLINE invocation.
4804         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
4805         since 2009-08-21.
4806
4807 2009-12-31  Jim Meyering  <meyering@redhat.com>
4808
4809         maint.mk: don't require explicit gpg_key_ID in cfg.mk
4810         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
4811         With this change, we can all remove the gpg_key_ID = ... definition
4812         from our respective cfg.mk files.
4813
4814         maint.mk: create announcement template in ~/, not in /tmp
4815         * top/maint.mk (emit_upload_commands): Adjust.
4816         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
4817         Remove temporary file, .ci-msg.
4818
4819 2009-12-31  Eric Blake  <ebb9@byu.net>
4820
4821         link-warning: always build headers with link warnings
4822         * modules/arpa_inet (Makefile.am): Always build replacement
4823         header.
4824         * modules/ctype (Makefile.am): Likewise.
4825         * modules/dirent (Makefile.am): Likewise.
4826         * modules/inttypes (Makefile.am): Likewise.
4827         * modules/langinfo (Makefile.am): Likewise.
4828         * modules/locale (Makefile.am): Likewise.
4829         * modules/spawn (Makefile.am): Likewise.
4830         * modules/sys_file (Makefile.am): Likewise.
4831         * modules/sys_ioctl (Makefile.am): Likewise.
4832         * modules/sys_select (Makefile.am): Likewise.
4833         * modules/sys_socket (Makefile.am): Likewise.
4834         * modules/sys_times (Makefile.am): Likewise.
4835         * modules/sys_utsname (Makefile.am): Likewise.
4836         * modules/sys_wait (Makefile.am): Likewise.
4837         * modules/wchar (Makefile.am): Likewise.
4838         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
4839         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
4840         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
4841         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
4842         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
4843         Likewise.
4844         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
4845         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
4846         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
4847         Likewise.
4848         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
4849         Likewise.
4850         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
4851         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
4852         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
4853         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4854         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
4855         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
4856         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
4857         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
4858         (gl_WCHAR_H_DEFAULTS): Likewise.
4859
4860 2009-12-31  Eric Blake  <ebb9@byu.net>
4861
4862         signal, spawn: use link warnings
4863         * lib/signal.in.h (sigset_t): Make unconditional.
4864         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
4865         (sigpending, sigprocmask, sigaction): Add link warnings.
4866         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
4867         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
4868         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
4869         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
4870         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
4871         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
4872         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
4873         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
4874         (posix_spawn_file_actions_destroy)
4875         (posix_spawn_file_actions_addopen)
4876         (posix_spawn_file_actions_addclose)
4877         (posix_spawn_file_actions_adddup2): Likewise.
4878         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
4879         * tests/test-signal.c (main): Enhance test.
4880
4881         spawn: improve wrapper support
4882         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
4883         (gl_SPAWN_H_DEFAULTS): New defaults.
4884         * modules/spawn (Makefile.am): Substitute them.
4885         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
4886         Only declare if missing or broken.
4887
4888         sys_times, sys_utsname: use include_next
4889         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
4890         header.
4891         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
4892         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
4893         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
4894         * modules/sys_times (Depends-on): Add include_next.
4895         (Makefile.am): Substitute additional values.
4896         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
4897         * lib/sys_times.in.h (includes): Include native header, if
4898         available.
4899         * lib/sys_utsname.in.h (includes): Likewise.
4900         * tests/test-sys_times.c (main): Enhance test.
4901
4902         fdutimensat: revert prior patch
4903         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
4904         utimens.h.
4905         Reported by Bruno Haible.
4906
4907 2009-12-30  Eric Blake  <ebb9@byu.net>
4908
4909         sys_wait: drop link-warning dependency
4910         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
4911         link-warning efforts.
4912         * lib/sys_wait.in.h: Likewise.
4913
4914         fdutimensat: remove bogus dependency
4915         * modules/fdutimensat (Depends-on): Drop inline.
4916
4917         unistd: fix typo
4918         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
4919
4920 2009-12-30  Bruno Haible  <bruno@clisp.org>
4921
4922         Fix compilation error with Solaris cc.
4923         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
4924         * lib/unicase/u16-is-invariant.c: Likewise.
4925         * lib/unicase/u32-is-invariant.c: Likewise.
4926         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
4927
4928 2009-12-30  Bruno Haible  <bruno@clisp.org>
4929
4930         Fix test crash.
4931         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
4932         locales.
4933         Reported by Simon Josefsson <simon@josefsson.org>.
4934
4935 2009-12-30  Bruno Haible  <bruno@clisp.org>
4936
4937         Fix compilation error on most platforms.
4938         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
4939         Reported by Simon Josefsson <simon@josefsson.org>
4940         and Nelson H. F. Beebe <beebe@math.utah.edu>.
4941
4942 2009-12-30  Eric Blake  <ebb9@byu.net>
4943
4944         futimens, utimensat: work around ntfs-3g bug
4945         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
4946         a ctime bug is present, and expand workaround to cover ntfs-3g.
4947         * lib/utimens.c (fdutimens, lutimens): Likewise.
4948         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
4949         (validate_timespec): Adjust return value.
4950         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
4951         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
4952         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
4953
4954 2009-12-29  Eric Blake  <ebb9@byu.net>
4955
4956         link-warning: make usage consistent
4957         * modules/ctype (Depends-on): Add link-warning.
4958         (Makefile.am): Update rules accordingly.
4959         * modules/langinfo (Depends-on, Makefile.am): Likewise.
4960         * modules/locale (Depends-on, Makefile.am): Likewise.
4961         * modules/sys_file (Makefile.am): Likewise.
4962         * modules/getopt-posix (Makefile.am): Delete unused link warning
4963         efforts.
4964         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
4965         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
4966         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
4967         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
4968
4969         stdio: remove unused variables
4970         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
4971         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
4972         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
4973
4974         tests: test more substitute headers
4975         * modules/ctype-tests: New file.
4976         * modules/dirent-tests: Likewise.
4977         * modules/spawn-tests: Likewise.
4978         * modules/sys_file-tests: Likewise.
4979         * modules/sys_ioctl-tests: Likewise.
4980         * modules/sys_wait-tests: Likewise.
4981         * tests/test-ctype.c: Likewise.
4982         * tests/test-dirent.c: Likewise.
4983         * tests/test-spawn.c: Likewise.
4984         * tests/test-sys_file.c: Likewise.
4985         * tests/test-sys_ioctl.c: Likewise.
4986         * tests/test-sys_wait.c: Likewise.
4987         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
4988         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
4989         whether or not flock is in use.
4990
4991         tests: remove License section from module
4992         * modules/arpa_inet-tests: Remove unneeded section.
4993         * modules/byteswap-tests: Likewise.
4994         * modules/ceilf-tests: Likewise.
4995         * modules/ceill-tests: Likewise.
4996         * modules/crypto/des-tests: Likewise.
4997         * modules/crypto/gc-arcfour-tests: Likewise.
4998         * modules/crypto/gc-arctwo-tests: Likewise.
4999         * modules/crypto/gc-des-tests: Likewise.
5000         * modules/crypto/gc-hmac-md5-tests: Likewise.
5001         * modules/crypto/gc-hmac-sha1-tests: Likewise.
5002         * modules/crypto/gc-md2-tests: Likewise.
5003         * modules/crypto/gc-md4-tests: Likewise.
5004         * modules/crypto/gc-md5-tests: Likewise.
5005         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
5006         * modules/crypto/gc-rijndael-tests: Likewise.
5007         * modules/crypto/gc-sha1-tests: Likewise.
5008         * modules/crypto/gc-tests: Likewise.
5009         * modules/crypto/md2-tests: Likewise.
5010         * modules/crypto/md4-tests: Likewise.
5011         * modules/fcntl-h-tests: Likewise.
5012         * modules/floorf-tests: Likewise.
5013         * modules/floorl-tests: Likewise.
5014         * modules/frexp-nolibm-tests: Likewise.
5015         * modules/frexp-tests: Likewise.
5016         * modules/frexpl-nolibm-tests: Likewise.
5017         * modules/frexpl-tests: Likewise.
5018         * modules/getaddrinfo-tests: Likewise.
5019         * modules/inttypes-tests: Likewise.
5020         * modules/isfinite-tests: Likewise.
5021         * modules/isinf-tests: Likewise.
5022         * modules/ldexpl-tests: Likewise.
5023         * modules/locale-tests: Likewise.
5024         * modules/math-tests: Likewise.
5025         * modules/netdb-tests: Likewise.
5026         * modules/netinet_in-tests: Likewise.
5027         * modules/printf-frexp-tests: Likewise.
5028         * modules/printf-frexpl-tests: Likewise.
5029         * modules/priv-set-tests: Likewise.
5030         * modules/random_r-tests: Likewise.
5031         * modules/round-tests: Likewise.
5032         * modules/roundf-tests: Likewise.
5033         * modules/roundl-tests: Likewise.
5034         * modules/search-tests: Likewise.
5035         * modules/select-tests: Likewise.
5036         * modules/signal-tests: Likewise.
5037         * modules/stdbool-tests: Likewise.
5038         * modules/stddef-tests: Likewise.
5039         * modules/stdint-tests: Likewise.
5040         * modules/stdio-tests: Likewise.
5041         * modules/stdlib-tests: Likewise.
5042         * modules/string-tests: Likewise.
5043         * modules/strings-tests: Likewise.
5044         * modules/sys_select-tests: Likewise.
5045         * modules/sys_socket-tests: Likewise.
5046         * modules/sys_stat-tests: Likewise.
5047         * modules/sys_time-tests: Likewise.
5048         * modules/sys_utsname-tests: Likewise.
5049         * modules/sysexits-tests: Likewise.
5050         * modules/time-tests: Likewise.
5051         * modules/trunc-tests: Likewise.
5052         * modules/truncf-tests: Likewise.
5053         * modules/truncl-tests: Likewise.
5054         * modules/tsearch-tests: Likewise.
5055         * modules/unistd-tests: Likewise.
5056         * modules/wchar-tests: Likewise.
5057         * modules/wctype-tests: Likewise.
5058
5059         tests: fix license on several tests
5060         * tests/test-des.c: Update to GPLv3+.
5061         * tests/test-flock.c: Likewise.
5062         * tests/test-fsync.c: Likewise.
5063         * tests/test-futimens.h: Likewise.
5064         * tests/test-gc-arcfour.c: Likewise.
5065         * tests/test-gc-arctwo.c: Likewise.
5066         * tests/test-gc-des.c: Likewise.
5067         * tests/test-gc-hmac-md5.c: Likewise.
5068         * tests/test-gc-hmac-sha1.c: Likewise.
5069         * tests/test-gc-md2.c: Likewise.
5070         * tests/test-gc-md4.c: Likewise.
5071         * tests/test-gc-md5.c: Likewise.
5072         * tests/test-gc-pbkdf2-sha1.c: Likewise.
5073         * tests/test-gc-rijndael.c: Likewise.
5074         * tests/test-gc-sha1.c: Likewise.
5075         * tests/test-gc.c: Likewise.
5076         * tests/test-getcwd.c: Likewise.
5077         * tests/test-link.c: Likewise.
5078         * tests/test-link.h: Likewise.
5079         * tests/test-lutimens.h: Likewise.
5080         * tests/test-md2.c: Likewise.
5081         * tests/test-md4.c: Likewise.
5082         * tests/test-mkdir.h: Likewise.
5083         * tests/test-rename.c: Likewise.
5084         * tests/test-rename.h: Likewise.
5085         * tests/test-safe-alloc.c: Likewise.
5086         * tests/test-utimens-common.h: Likewise.
5087         * tests/test-utimens.h: Likewise.
5088
5089         maint: sync license texts
5090         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
5091         * doc/gpl-3.0.texi: Revert copyright year update.
5092         * doc/lgpl-3.0.texi: Likewise.
5093
5094 2009-12-29  Jim Meyering  <meyering@redhat.com>
5095
5096         update nearly all FSF copyright year lists to include 2009
5097         The files named by the following are exempted:
5098             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
5099               test -f "$dst" && { echo "$dst"; continue; }
5100               test -d "$dst" || continue
5101               echo "$dst"/$(basename "$src")
5102             done > exempt
5103             git ls-files tests/unictype >> exempt
5104         In the remaining files, convert to all-interval notation if
5105         - there is already at least one year interval like 2000-2003
5106         - the file is maintained by me
5107         - the file is in lib/uni*/, where that style already prevails
5108         Otherwise, use update-copyright's default.
5109
5110 2009-12-29  Simon Josefsson  <simon@josefsson.org>
5111         and Eric Blake  <ebb9@byu.net>
5112
5113         tests: don't require debug system() to pass
5114         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
5115         * tests/test-rmdir.h (test_rmdir_func): Likewise.
5116         * tests/test-unlink.h (test_unlink_func): Likewise.
5117         * tests/test-fstatat.c (main): ...into callers.
5118         * tests/test-lstat.c (main): Likewise.
5119         * tests/test-rmdir.c (main): Likewise.
5120         * tests/test-unlink.c (main): Likewise.
5121         * tests/test-unlinkat.c (main): Likewise.
5122         * tests/test-areadlink-with-size.c (main): Don't require a
5123         debug-only system call to pass, aiding cross-testing to mingw.
5124         * tests/test-areadlink.c (main): Likewise.
5125         * tests/test-areadlinkat-with-size.c (main): Likewise.
5126         * tests/test-areadlinkat.c (main): Likewise.
5127         * tests/test-canonicalize-lgpl.c (main): Likewise.
5128         * tests/test-canonicalize.c (main): Likewise.
5129         * tests/test-chown.c (main): Likewise.
5130         * tests/test-fchownat.c (main): Likewise.
5131         * tests/test-lchown.c (main): Likewise.
5132         * tests/test-fdutimensat.c (main): Likewise.
5133         * tests/test-futimens.c (main): Likewise.
5134         * tests/test-link.c (main): Likewise.
5135         * tests/test-linkat.c (main): Likewise.
5136         * tests/test-mkdir.c (main): Likewise.
5137         * tests/test-mkdirat.c (main): Likewise.
5138         * tests/test-mkfifo.c (main): Likewise.
5139         * tests/test-mkfifoat.c (main): Likewise.
5140         * tests/test-mknod.c (main): Likewise.
5141         * tests/test-readlink.c (main): Likewise.
5142         * tests/test-remove.c (main): Likewise.
5143         * tests/test-rename.c (main): Likewise.
5144         * tests/test-renameat.c (main): Likewise.
5145         * tests/test-symlink.c (main): Likewise.
5146         * tests/test-symlinkat.c (main): Likewise.
5147         * tests/test-utimens.c (main): Likewise.
5148         * tests/test-utimensat.c (main): Likewise.
5149
5150 2009-12-29  Simon Josefsson  <simon@josefsson.org>
5151
5152         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
5153         on $(UNUSED_PARAMETER_H) to avoid build failure.
5154
5155 2009-12-28  Jim Meyering  <meyering@redhat.com>
5156
5157         update-copyright: you may specify a max. line length other than 72
5158         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
5159
5160         maint: use consistent FSF copyright line syntax
5161         * lib/posixtm.c: Add missing comma in FSF copyright line.
5162         * lib/posixtm.h: Likewise.
5163         * lib/getugroups.c: Add missing ", Inc.".
5164
5165         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
5166         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
5167         FSF copyright line.  Remove trailing blanks.
5168
5169 2009-12-28  Eric Blake  <ebb9@byu.net>
5170
5171         test-dup2: reduce dependencies
5172         * modules/cloexec (Configure.ac): Set witness.
5173         * modules/dup2-tests (Depends-on): Drop cloexec.
5174         * tests/test-dup2.c (main): Skip portion of test if cloexec module
5175         not present.
5176         Suggested by Bruno Haible.
5177
5178 2009-12-26  Bruno Haible  <bruno@clisp.org>
5179
5180         Remove an unneeded dependency.
5181         * modules/fseterr (Depends-on): Remove dup2.
5182
5183 2009-12-26  Eric Blake  <ebb9@byu.net>
5184
5185         tests: use macros.h in more places
5186         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
5187         (ASSERT_STREAM): Provide default of stderr.
5188         * tests/test-dirent-safer.c: Include macros.h, using alternate
5189         stream for assertions.
5190         * tests/test-dup-safer.c: Likewise.
5191         * tests/test-freopen-safer.c: Likewise.
5192         * tests/test-getopt.c: Likewise.
5193         * tests/test-openat-safer.c: Likewise.
5194         * tests/test-pipe.c: Likewise.
5195         * tests/test-popen-safer.c: Likewise.
5196         * modules/dirent-safer-tests (Files): Include macros.h.
5197         * modules/unistd-safer-tests (Files): Likewise.
5198         * modules/freopen-safer-tests (Files): Likewise.
5199         * modules/getopt-posix-tests (Files): Likewise.
5200         * modules/openat-safer-tests (Files): Likewise.
5201         * modules/pipe-tests (Files): Likewise.
5202
5203 2009-12-26  Bruno Haible  <bruno@clisp.org>
5204
5205         javacomp: Portability fix.
5206         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
5207         that it also works on Solaris.
5208
5209 2009-12-26  Bruno Haible  <bruno@clisp.org>
5210
5211         localename: Fix storage allocation of gl_locale_name_thread's result.
5212         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
5213         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
5214         all platforms that have 'uselocale'.
5215         (gl_locale_name_thread_unsafe): New function, extracted from
5216         gl_locale_name_thread.
5217         (gl_locale_name_thread): Call struniq on all platforms that have
5218         'uselocale'.
5219         * tests/test-localename.c (test_locale_name_thread): Check that the
5220         resulting strings are permanently allocated.
5221         * modules/localename-tests (Depends-on): Add strdup.
5222
5223 2009-12-26  Bruno Haible  <bruno@clisp.org>
5224
5225         * tests/test-localename.c (categories): Fill in the strings.
5226
5227 2009-12-26  Jim Meyering  <meyering@redhat.com>
5228
5229         isdir: complete the removal of m4/isdir.m4
5230         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
5231
5232         isdir: clean up, since at least grep still uses it
5233         * lib/isdir.c: Include "isdir.h".
5234         (S_ISDIR): Remove now-unneeded definition.
5235         * modules/isdir (Files): Add lib/isdir.h.
5236         * lib/isdir.h: New file, with declaration.
5237         * m4/isdir.m4: Remove file -- unneeded.
5238
5239 2009-12-25  Bruno Haible  <bruno@clisp.org>
5240
5241         selinux-h: Make generated .h files standalone.
5242         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
5243         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
5244         * lib/se-selinux.in.h: Likewise.
5245         * modules/selinux-h (Depends-on): Add unused-parameter.
5246         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
5247         selinux/selinux.h and selinux/context.h.
5248         Suggested by Eric Blake.
5249
5250 2009-12-25  Bruno Haible  <bruno@clisp.org>
5251
5252         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
5253         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
5254         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
5255         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
5256         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
5257
5258 2009-12-24  Bruno Haible  <bruno@clisp.org>
5259
5260         openat: Fix warning.
5261         * lib/openat-proc.c: Include <unistd.h>.
5262
5263 2009-12-24  Bruno Haible  <bruno@clisp.org>
5264
5265         New module 'unused-parameter'.
5266         * build-aux/unused-parameter.h: New file, extracted from earlier
5267         gnulib-common.m4.
5268         * modules/unused-parameter: New file.
5269         * lib/unistr.h: Include unused-parameter.h.
5270         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
5271         _GL_UNUSED.
5272         * modules/unistr/base (Depends-on): Add unused-parameter.
5273
5274 2009-12-24  Bruno Haible  <bruno@clisp.org>
5275
5276         Add missing dependencies to 'extensions' module.
5277         * m4/extensions.m4: Add comment.
5278         * modules/accept4 (Depends-on): Add extensions.
5279         * modules/dup3 (Depends-on): Likewise.
5280         * modules/fcntl (Depends-on): Likewise.
5281         * modules/futimens (Depends-on): Likewise.
5282         * modules/mknod (Depends-on): Likewise.
5283         * modules/pipe2 (Depends-on): Likewise.
5284         * modules/stat-time (Depends-on): Likewise.
5285         * modules/strcasestr-simple (Depends-on): Likewise.
5286         * modules/strsignal (Depends-on): Likewise.
5287         * modules/utimensat (Depends-on): Likewise.
5288         * modules/localcharset (Depends-on): Likewise. Needed because of
5289         gl_FCNTL_O_FLAGS.
5290         * modules/wcrtomb (Depends-on): Likewise. Needed because of
5291         AC_TYPE_MBSTATE_T.
5292         * modules/wcsnrtombs (Depends-on): Likewise.
5293         * modules/wcsrtombs (Depends-on): Likewise.
5294
5295 2009-12-24  Bruno Haible  <bruno@clisp.org>
5296
5297         binary-io: Avoid gcc warning due to SET_BINARY.
5298         * lib/binary-io.h (SET_BINARY): Cast the result to void.
5299         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
5300
5301 2009-12-24  Bruno Haible  <bruno@clisp.org>
5302
5303         Avoid future namespace pollution on glibc systems.
5304         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
5305         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
5306         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
5307         glibc systems.
5308
5309 2009-12-24  Bruno Haible  <bruno@clisp.org>
5310
5311         Refactor common macros used in tests.
5312         * tests/macros.h: New file.
5313         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
5314         and/or <stdlib.h>, if appropriate.
5315         (ASSERT, SIZEOF): Remove macros.
5316         * tests/test-areadlink-with-size.c: Likewise.
5317         * tests/test-areadlinkat.c: Likewise.
5318         * tests/test-areadlinkat-with-size.c: Likewise.
5319         * tests/test-argmatch.c: Likewise.
5320         * tests/test-argv-iter.c: Likewise.
5321         * tests/test-array-mergesort.c: Likewise.
5322         * tests/test-array_list.c: Likewise.
5323         * tests/test-array_oset.c: Likewise.
5324         * tests/test-avltree_list.c: Likewise.
5325         * tests/test-avltree_oset.c: Likewise.
5326         * tests/test-avltreehash_list.c: Likewise.
5327         * tests/test-base64.c: Likewise.
5328         * tests/test-binary-io.c: Likewise.
5329         * tests/test-bitrotate.c: Likewise.
5330         * tests/test-btowc.c: Likewise.
5331         * tests/test-byteswap.c: Likewise.
5332         * tests/test-c-ctype.c: Likewise.
5333         * tests/test-c-stack.c: Likewise.
5334         * tests/test-c-strcasecmp.c: Likewise.
5335         * tests/test-c-strcasestr.c: Likewise.
5336         * tests/test-c-strncasecmp.c: Likewise.
5337         * tests/test-c-strstr.c: Likewise.
5338         * tests/test-canonicalize-lgpl.c: Likewise.
5339         * tests/test-canonicalize.c: Likewise.
5340         * tests/test-carray_list.c: Likewise.
5341         * tests/test-ceilf1.c: Likewise.
5342         * tests/test-ceilf2.c: Likewise.
5343         * tests/test-ceill.c: Likewise.
5344         * tests/test-chown.c: Likewise.
5345         * tests/test-cloexec.c: Likewise.
5346         * tests/test-copy-acl.c: Likewise.
5347         * tests/test-copy-file.c: Likewise.
5348         * tests/test-count-one-bits.c: Likewise.
5349         * tests/test-dprintf-posix.c: Likewise.
5350         * tests/test-dup2.c: Likewise.
5351         * tests/test-dup3.c: Likewise.
5352         * tests/test-duplocale.c: Likewise.
5353         * tests/test-fbufmode.c: Likewise.
5354         * tests/test-fchdir.c: Likewise.
5355         * tests/test-fchownat.c: Likewise.
5356         * tests/test-fcntl-safer.c: Likewise.
5357         * tests/test-fcntl.c: Likewise.
5358         * tests/test-fdopendir.c: Likewise.
5359         * tests/test-fdutimensat.c: Likewise.
5360         * tests/test-fflush2.c: Likewise.
5361         * tests/test-file-has-acl.c: Likewise.
5362         * tests/test-filevercmp.c: Likewise.
5363         * tests/test-flock.c: Likewise.
5364         * tests/test-floorf1.c: Likewise.
5365         * tests/test-floorf2.c: Likewise.
5366         * tests/test-floorl.c: Likewise.
5367         * tests/test-fnmatch.c: Likewise.
5368         * tests/test-fopen.h: Likewise.
5369         * tests/test-fpending.c: Likewise.
5370         * tests/test-fprintf-posix.c: Likewise.
5371         * tests/test-fpurge.c: Likewise.
5372         * tests/test-freadable.c: Likewise.
5373         * tests/test-freadahead.c: Likewise.
5374         * tests/test-freading.c: Likewise.
5375         * tests/test-freadptr.c: Likewise.
5376         * tests/test-freadptr2.c: Likewise.
5377         * tests/test-freadseek.c: Likewise.
5378         * tests/test-freopen.c: Likewise.
5379         * tests/test-frexp.c: Likewise.
5380         * tests/test-frexpl.c: Likewise.
5381         * tests/test-fseek.c: Likewise.
5382         * tests/test-fseeko.c: Likewise.
5383         * tests/test-fstatat.c: Likewise.
5384         * tests/test-fstrcmp.c: Likewise.
5385         * tests/test-fsync.c: Likewise.
5386         * tests/test-ftell.c: Likewise.
5387         * tests/test-ftello.c: Likewise.
5388         * tests/test-func.c: Likewise.
5389         * tests/test-futimens.c: Likewise.
5390         * tests/test-fwritable.c: Likewise.
5391         * tests/test-fwriting.c: Likewise.
5392         * tests/test-getcwd.c: Likewise.
5393         * tests/test-getdate.c: Likewise.
5394         * tests/test-getdelim.c: Likewise.
5395         * tests/test-getdtablesize.c: Likewise.
5396         * tests/test-getgroups.c: Likewise.
5397         * tests/test-getline.c: Likewise.
5398         * tests/test-getndelim2.c: Likewise.
5399         * tests/test-glob.c: Likewise.
5400         * tests/test-hash.c: Likewise.
5401         * tests/test-i-ring.c: Likewise.
5402         * tests/test-iconv-utf.c: Likewise.
5403         * tests/test-iconv.c: Likewise.
5404         * tests/test-idpriv-drop.c: Likewise.
5405         * tests/test-idpriv-droptemp.c: Likewise.
5406         * tests/test-inet_ntop.c: Likewise.
5407         * tests/test-inet_pton.c: Likewise.
5408         * tests/test-isblank.c: Likewise.
5409         * tests/test-isfinite.c: Likewise.
5410         * tests/test-isinf.c: Likewise.
5411         * tests/test-isnan.c: Likewise.
5412         * tests/test-isnand.h: Likewise.
5413         * tests/test-isnanf.h: Likewise.
5414         * tests/test-isnanl.h: Likewise.
5415         * tests/test-lchown.c: Likewise.
5416         * tests/test-ldexpl.c: Likewise.
5417         * tests/test-link.c: Likewise.
5418         * tests/test-linkat.c: Likewise.
5419         * tests/test-linked_list.c: Likewise.
5420         * tests/test-linkedhash_list.c: Likewise.
5421         * tests/test-localename.c: Likewise.
5422         * tests/test-lseek.c: Likewise.
5423         * tests/test-lstat.c: Likewise.
5424         * tests/test-mbmemcasecmp.c: Likewise.
5425         * tests/test-mbmemcasecoll.c: Likewise.
5426         * tests/test-mbrtowc.c: Likewise.
5427         * tests/test-mbscasecmp.c: Likewise.
5428         * tests/test-mbscasestr1.c: Likewise.
5429         * tests/test-mbscasestr2.c: Likewise.
5430         * tests/test-mbscasestr3.c: Likewise.
5431         * tests/test-mbscasestr4.c: Likewise.
5432         * tests/test-mbschr.c: Likewise.
5433         * tests/test-mbscspn.c: Likewise.
5434         * tests/test-mbsinit.c: Likewise.
5435         * tests/test-mbsncasecmp.c: Likewise.
5436         * tests/test-mbsnrtowcs.c: Likewise.
5437         * tests/test-mbspbrk.c: Likewise.
5438         * tests/test-mbspcasecmp.c: Likewise.
5439         * tests/test-mbsrchr.c: Likewise.
5440         * tests/test-mbsrtowcs.c: Likewise.
5441         * tests/test-mbsspn.c: Likewise.
5442         * tests/test-mbsstr1.c: Likewise.
5443         * tests/test-mbsstr2.c: Likewise.
5444         * tests/test-mbsstr3.c: Likewise.
5445         * tests/test-memchr.c: Likewise.
5446         * tests/test-memchr2.c: Likewise.
5447         * tests/test-memcmp.c: Likewise.
5448         * tests/test-memmem.c: Likewise.
5449         * tests/test-memrchr.c: Likewise.
5450         * tests/test-mkdir.c: Likewise.
5451         * tests/test-mkdirat.c: Likewise.
5452         * tests/test-mkfifo.c: Likewise.
5453         * tests/test-mkfifoat.c: Likewise.
5454         * tests/test-mknod.c: Likewise.
5455         * tests/test-nanosleep.c: Likewise.
5456         * tests/test-nl_langinfo.c: Likewise.
5457         * tests/test-obstack-printf.c: Likewise.
5458         * tests/test-open.c: Likewise.
5459         * tests/test-openat.c: Likewise.
5460         * tests/test-pipe-filter-gi1.c: Likewise.
5461         * tests/test-pipe-filter-gi2-main.c: Likewise.
5462         * tests/test-pipe-filter-ii1.c: Likewise.
5463         * tests/test-pipe-filter-ii2-main.c: Likewise.
5464         * tests/test-pipe2.c: Likewise.
5465         * tests/test-popen.h: Likewise.
5466         * tests/test-posixtm.c: Likewise.
5467         * tests/test-pread.c: Likewise.
5468         * tests/test-printf-frexp.c: Likewise.
5469         * tests/test-printf-frexpl.c: Likewise.
5470         * tests/test-printf-posix.c: Likewise.
5471         * tests/test-priv-set.c: Likewise.
5472         * tests/test-quotearg.c: Likewise.
5473         * tests/test-random_r.c: Likewise.
5474         * tests/test-rawmemchr.c: Likewise.
5475         * tests/test-rbtree_list.c: Likewise.
5476         * tests/test-rbtree_oset.c: Likewise.
5477         * tests/test-rbtreehash_list.c: Likewise.
5478         * tests/test-readlink.c: Likewise.
5479         * tests/test-remove.c: Likewise.
5480         * tests/test-rename.c: Likewise.
5481         * tests/test-renameat.c: Likewise.
5482         * tests/test-rmdir.c: Likewise.
5483         * tests/test-round1.c: Likewise.
5484         * tests/test-roundf1.c: Likewise.
5485         * tests/test-roundl.c: Likewise.
5486         * tests/test-safe-alloc.c: Likewise.
5487         * tests/test-sameacls.c: Likewise.
5488         * tests/test-set-mode-acl.c: Likewise.
5489         * tests/test-setenv.c: Likewise.
5490         * tests/test-sigaction.c: Likewise.
5491         * tests/test-signbit.c: Likewise.
5492         * tests/test-sleep.c: Likewise.
5493         * tests/test-snprintf-posix.c: Likewise.
5494         * tests/test-snprintf.c: Likewise.
5495         * tests/test-sprintf-posix.c: Likewise.
5496         * tests/test-stat-time.c: Likewise.
5497         * tests/test-stat.c: Likewise.
5498         * tests/test-strcasestr.c: Likewise.
5499         * tests/test-strchrnul.c: Likewise.
5500         * tests/test-strerror.c: Likewise.
5501         * tests/test-striconv.c: Likewise.
5502         * tests/test-striconveh.c: Likewise.
5503         * tests/test-striconveha.c: Likewise.
5504         * tests/test-strsignal.c: Likewise.
5505         * tests/test-strstr.c: Likewise.
5506         * tests/test-strtod.c: Likewise.
5507         * tests/test-strverscmp.c: Likewise.
5508         * tests/test-symlink.c: Likewise.
5509         * tests/test-symlinkat.c: Likewise.
5510         * tests/test-trunc1.c: Likewise.
5511         * tests/test-trunc2.c: Likewise.
5512         * tests/test-truncf1.c: Likewise.
5513         * tests/test-truncf2.c: Likewise.
5514         * tests/test-truncl.c: Likewise.
5515         * tests/test-uname.c: Likewise.
5516         * tests/test-unlink.c: Likewise.
5517         * tests/test-unlinkat.c: Likewise.
5518         * tests/test-unsetenv.c: Likewise.
5519         * tests/test-usleep.c: Likewise.
5520         * tests/test-utimens.c: Likewise.
5521         * tests/test-utimensat.c: Likewise.
5522         * tests/test-vasnprintf-posix.c: Likewise.
5523         * tests/test-vasnprintf-posix2.c: Likewise.
5524         * tests/test-vasnprintf.c: Likewise.
5525         * tests/test-vasprintf-posix.c: Likewise.
5526         * tests/test-vasprintf.c: Likewise.
5527         * tests/test-vdprintf-posix.c: Likewise.
5528         * tests/test-vfprintf-posix.c: Likewise.
5529         * tests/test-vprintf-posix.c: Likewise.
5530         * tests/test-vsnprintf-posix.c: Likewise.
5531         * tests/test-vsnprintf.c: Likewise.
5532         * tests/test-vsprintf-posix.c: Likewise.
5533         * tests/test-wcrtomb.c: Likewise.
5534         * tests/test-wcsnrtombs.c: Likewise.
5535         * tests/test-wcsrtombs.c: Likewise.
5536         * tests/test-wctype.c: Likewise.
5537         * tests/test-wcwidth.c: Likewise.
5538         * tests/test-xfprintf-posix.c: Likewise.
5539         * tests/test-xmemdup0.c: Likewise.
5540         * tests/test-xprintf-posix.c: Likewise.
5541         * tests/test-xvasprintf.c: Likewise.
5542         * tests/unicase/test-locale-language.c: Likewise.
5543         * tests/unicase/test-mapping-part1.h: Likewise.
5544         * tests/unicase/test-predicate-part1.h: Likewise.
5545         * tests/unicase/test-u8-casecmp.c: Likewise.
5546         * tests/unicase/test-u8-casecoll.c: Likewise.
5547         * tests/unicase/test-u8-casefold.c: Likewise.
5548         * tests/unicase/test-u8-is-cased.c: Likewise.
5549         * tests/unicase/test-u8-is-casefolded.c: Likewise.
5550         * tests/unicase/test-u8-is-lowercase.c: Likewise.
5551         * tests/unicase/test-u8-is-titlecase.c: Likewise.
5552         * tests/unicase/test-u8-is-uppercase.c: Likewise.
5553         * tests/unicase/test-u8-tolower.c: Likewise.
5554         * tests/unicase/test-u8-totitle.c: Likewise.
5555         * tests/unicase/test-u8-toupper.c: Likewise.
5556         * tests/unicase/test-u16-casecmp.c: Likewise.
5557         * tests/unicase/test-u16-casecoll.c: Likewise.
5558         * tests/unicase/test-u16-casefold.c: Likewise.
5559         * tests/unicase/test-u16-is-cased.c: Likewise.
5560         * tests/unicase/test-u16-is-casefolded.c: Likewise.
5561         * tests/unicase/test-u16-is-lowercase.c: Likewise.
5562         * tests/unicase/test-u16-is-titlecase.c: Likewise.
5563         * tests/unicase/test-u16-is-uppercase.c: Likewise.
5564         * tests/unicase/test-u16-tolower.c: Likewise.
5565         * tests/unicase/test-u16-totitle.c: Likewise.
5566         * tests/unicase/test-u16-toupper.c: Likewise.
5567         * tests/unicase/test-u32-casecmp.c: Likewise.
5568         * tests/unicase/test-u32-casecoll.c: Likewise.
5569         * tests/unicase/test-u32-casefold.c: Likewise.
5570         * tests/unicase/test-u32-is-cased.c: Likewise.
5571         * tests/unicase/test-u32-is-casefolded.c: Likewise.
5572         * tests/unicase/test-u32-is-lowercase.c: Likewise.
5573         * tests/unicase/test-u32-is-titlecase.c: Likewise.
5574         * tests/unicase/test-u32-is-uppercase.c: Likewise.
5575         * tests/unicase/test-u32-tolower.c: Likewise.
5576         * tests/unicase/test-u32-totitle.c: Likewise.
5577         * tests/unicase/test-u32-toupper.c: Likewise.
5578         * tests/unicase/test-ulc-casecmp.c: Likewise.
5579         * tests/unicase/test-ulc-casecoll.c: Likewise.
5580         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
5581         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
5582         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
5583         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
5584         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
5585         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
5586         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
5587         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
5588         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
5589         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
5590         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
5591         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
5592         * tests/unictype/test-bidi_byname.c: Likewise.
5593         * tests/unictype/test-bidi_name.c: Likewise.
5594         * tests/unictype/test-bidi_of.c: Likewise.
5595         * tests/unictype/test-bidi_test.c: Likewise.
5596         * tests/unictype/test-block_list.c: Likewise.
5597         * tests/unictype/test-block_of.c: Likewise.
5598         * tests/unictype/test-block_test.c: Likewise.
5599         * tests/unictype/test-categ_and.c: Likewise.
5600         * tests/unictype/test-categ_and_not.c: Likewise.
5601         * tests/unictype/test-categ_byname.c: Likewise.
5602         * tests/unictype/test-categ_name.c: Likewise.
5603         * tests/unictype/test-categ_none.c: Likewise.
5604         * tests/unictype/test-categ_of.c: Likewise.
5605         * tests/unictype/test-categ_or.c: Likewise.
5606         * tests/unictype/test-categ_test_withtable.c: Likewise.
5607         * tests/unictype/test-combining.c: Likewise.
5608         * tests/unictype/test-decdigit.c: Likewise.
5609         * tests/unictype/test-digit.c: Likewise.
5610         * tests/unictype/test-mirror.c: Likewise.
5611         * tests/unictype/test-numeric.c: Likewise.
5612         * tests/unictype/test-pr_byname.c: Likewise.
5613         * tests/unictype/test-pr_test.c: Likewise.
5614         * tests/unictype/test-predicate-part1.h: Likewise.
5615         * tests/unictype/test-scripts.c: Likewise.
5616         * tests/unictype/test-sy_c_ident.c: Likewise.
5617         * tests/unictype/test-sy_java_ident.c: Likewise.
5618         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
5619         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
5620         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
5621         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
5622         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
5623         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
5624         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
5625         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
5626         * tests/uninorm/test-canonical-decomposition.c: Likewise.
5627         * tests/uninorm/test-compat-decomposition.c: Likewise.
5628         * tests/uninorm/test-composition.c: Likewise.
5629         * tests/uninorm/test-decomposing-form.c: Likewise.
5630         * tests/uninorm/test-decomposition.c: Likewise.
5631         * tests/uninorm/test-u8-nfc.c: Likewise.
5632         * tests/uninorm/test-u8-nfd.c: Likewise.
5633         * tests/uninorm/test-u8-nfkc.c: Likewise.
5634         * tests/uninorm/test-u8-nfkd.c: Likewise.
5635         * tests/uninorm/test-u8-normcmp.c: Likewise.
5636         * tests/uninorm/test-u8-normcoll.c: Likewise.
5637         * tests/uninorm/test-u16-nfc.c: Likewise.
5638         * tests/uninorm/test-u16-nfd.c: Likewise.
5639         * tests/uninorm/test-u16-nfkc.c: Likewise.
5640         * tests/uninorm/test-u16-nfkd.c: Likewise.
5641         * tests/uninorm/test-u16-normcmp.c: Likewise.
5642         * tests/uninorm/test-u16-normcoll.c: Likewise.
5643         * tests/uninorm/test-u32-nfc.c: Likewise.
5644         * tests/uninorm/test-u32-nfd.c: Likewise.
5645         * tests/uninorm/test-u32-nfkc.c: Likewise.
5646         * tests/uninorm/test-u32-nfkd.c: Likewise.
5647         * tests/uninorm/test-u32-normalize-big.c: Likewise.
5648         * tests/uninorm/test-u32-normcmp.c: Likewise.
5649         * tests/uninorm/test-u32-normcoll.c: Likewise.
5650         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
5651         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
5652         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
5653         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
5654         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
5655         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
5656         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
5657         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
5658         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
5659         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
5660         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
5661         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
5662         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
5663         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
5664         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
5665         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
5666         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
5667         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
5668         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
5669         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
5670         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
5671         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
5672         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
5673         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
5674         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
5675         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
5676         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
5677         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
5678         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
5679         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
5680         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
5681         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
5682         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
5683         * tests/uniwidth/test-u8-strwidth.c: Likewise.
5684         * tests/uniwidth/test-u8-width.c: Likewise.
5685         * tests/uniwidth/test-u16-strwidth.c: Likewise.
5686         * tests/uniwidth/test-u16-width.c: Likewise.
5687         * tests/uniwidth/test-u32-strwidth.c: Likewise.
5688         * tests/uniwidth/test-u32-width.c: Likewise.
5689         * tests/uniwidth/test-uc_width.c: Likewise.
5690         * tests/uniwidth/test-uc_width2.c: Likewise.
5691         * modules/acl-tests (Files): Add tests/macros.h.
5692         * modules/areadlink-tests (Files): Likewise.
5693         * modules/areadlink-with-size-tests (Files): Likewise.
5694         * modules/areadlinkat-tests (Files): Likewise.
5695         * modules/areadlinkat-with-size-tests (Files): Likewise.
5696         * modules/argmatch-tests (Files): Likewise.
5697         * modules/argv-iter-tests (Files): Likewise.
5698         * modules/array-list-tests (Files): Likewise.
5699         * modules/array-mergesort-tests (Files): Likewise.
5700         * modules/array-oset-tests (Files): Likewise.
5701         * modules/avltree-list-tests (Files): Likewise.
5702         * modules/avltree-oset-tests (Files): Likewise.
5703         * modules/avltreehash-list-tests (Files): Likewise.
5704         * modules/base64-tests (Files): Likewise.
5705         * modules/binary-io-tests (Files): Likewise.
5706         * modules/bitrotate-tests (Files): Likewise.
5707         * modules/btowc-tests (Files): Likewise.
5708         * modules/byteswap-tests (Files): Likewise.
5709         * modules/c-ctype-tests (Files): Likewise.
5710         * modules/c-stack-tests (Files): Likewise.
5711         * modules/c-strcase-tests (Files): Likewise.
5712         * modules/c-strcasestr-tests (Files): Likewise.
5713         * modules/c-strstr-tests (Files): Likewise.
5714         * modules/canonicalize-lgpl-tests (Files): Likewise.
5715         * modules/canonicalize-tests (Files): Likewise.
5716         * modules/carray-list-tests (Files): Likewise.
5717         * modules/ceilf-tests (Files): Likewise.
5718         * modules/ceill-tests (Files): Likewise.
5719         * modules/chown-tests (Files): Likewise.
5720         * modules/cloexec-tests (Files): Likewise.
5721         * modules/copy-file-tests (Files): Likewise.
5722         * modules/count-one-bits-tests (Files): Likewise.
5723         * modules/dprintf-posix-tests (Files): Likewise.
5724         * modules/dup2-tests (Files): Likewise.
5725         * modules/dup3-tests (Files): Likewise.
5726         * modules/duplocale-tests (Files): Likewise.
5727         * modules/fbufmode-tests (Files): Likewise.
5728         * modules/fchdir-tests (Files): Likewise.
5729         * modules/fcntl-safer-tests (Files): Likewise.
5730         * modules/fcntl-tests (Files): Likewise.
5731         * modules/fdopendir-tests (Files): Likewise.
5732         * modules/fdutimensat-tests (Files): Likewise.
5733         * modules/fflush-tests (Files): Likewise.
5734         * modules/filevercmp-tests (Files): Likewise.
5735         * modules/flock-tests (Files): Likewise.
5736         * modules/floorf-tests (Files): Likewise.
5737         * modules/floorl-tests (Files): Likewise.
5738         * modules/fnmatch-tests (Files): Likewise.
5739         * modules/fopen-safer-tests (Files): Likewise.
5740         * modules/fopen-tests (Files): Likewise.
5741         * modules/fpending-tests (Files): Likewise.
5742         * modules/fprintf-posix-tests (Files): Likewise.
5743         * modules/fpurge-tests (Files): Likewise.
5744         * modules/freadable-tests (Files): Likewise.
5745         * modules/freadahead-tests (Files): Likewise.
5746         * modules/freading-tests (Files): Likewise.
5747         * modules/freadptr-tests (Files): Likewise.
5748         * modules/freadseek-tests (Files): Likewise.
5749         * modules/freopen-tests (Files): Likewise.
5750         * modules/frexp-nolibm-tests (Files): Likewise.
5751         * modules/frexp-tests (Files): Likewise.
5752         * modules/frexpl-nolibm-tests (Files): Likewise.
5753         * modules/frexpl-tests (Files): Likewise.
5754         * modules/fseek-tests (Files): Likewise.
5755         * modules/fseeko-tests (Files): Likewise.
5756         * modules/fstrcmp-tests (Files): Likewise.
5757         * modules/fsync-tests (Files): Likewise.
5758         * modules/ftell-tests (Files): Likewise.
5759         * modules/ftello-tests (Files): Likewise.
5760         * modules/func-tests (Files): Likewise.
5761         * modules/futimens-tests (Files): Likewise.
5762         * modules/fwritable-tests (Files): Likewise.
5763         * modules/fwriting-tests (Files): Likewise.
5764         * modules/getcwd-tests (Files): Likewise.
5765         * modules/getdate-tests (Files): Likewise.
5766         * modules/getdelim-tests (Files): Likewise.
5767         * modules/getdtablesize-tests (Files): Likewise.
5768         * modules/getgroups-tests (Files): Likewise.
5769         * modules/getline-tests (Files): Likewise.
5770         * modules/getndelim2-tests (Files): Likewise.
5771         * modules/glob-tests (Files): Likewise.
5772         * modules/hash-tests (Files): Likewise.
5773         * modules/i-ring-tests (Files): Likewise.
5774         * modules/iconv-tests (Files): Likewise.
5775         * modules/iconv_open-utf-tests (Files): Likewise.
5776         * modules/idpriv-drop-tests (Files): Likewise.
5777         * modules/idpriv-droptemp-tests (Files): Likewise.
5778         * modules/inet_ntop-tests (Files): Likewise.
5779         * modules/inet_pton-tests (Files): Likewise.
5780         * modules/isblank-tests (Files): Likewise.
5781         * modules/isfinite-tests (Files): Likewise.
5782         * modules/isinf-tests (Files): Likewise.
5783         * modules/isnan-tests (Files): Likewise.
5784         * modules/isnand-nolibm-tests (Files): Likewise.
5785         * modules/isnand-tests (Files): Likewise.
5786         * modules/isnanf-nolibm-tests (Files): Likewise.
5787         * modules/isnanf-tests (Files): Likewise.
5788         * modules/isnanl-nolibm-tests (Files): Likewise.
5789         * modules/isnanl-tests (Files): Likewise.
5790         * modules/lchown-tests (Files): Likewise.
5791         * modules/ldexpl-tests (Files): Likewise.
5792         * modules/link-tests (Files): Likewise.
5793         * modules/linkat-tests (Files): Likewise.
5794         * modules/linked-list-tests (Files): Likewise.
5795         * modules/linkedhash-list-tests (Files): Likewise.
5796         * modules/localename-tests (Files): Likewise.
5797         * modules/lseek-tests (Files): Likewise.
5798         * modules/lstat-tests (Files): Likewise.
5799         * modules/mbmemcasecmp-tests (Files): Likewise.
5800         * modules/mbmemcasecoll-tests (Files): Likewise.
5801         * modules/mbrtowc-tests (Files): Likewise.
5802         * modules/mbscasecmp-tests (Files): Likewise.
5803         * modules/mbscasestr-tests (Files): Likewise.
5804         * modules/mbschr-tests (Files): Likewise.
5805         * modules/mbscspn-tests (Files): Likewise.
5806         * modules/mbsinit-tests (Files): Likewise.
5807         * modules/mbsncasecmp-tests (Files): Likewise.
5808         * modules/mbsnrtowcs-tests (Files): Likewise.
5809         * modules/mbspbrk-tests (Files): Likewise.
5810         * modules/mbspcasecmp-tests (Files): Likewise.
5811         * modules/mbsrchr-tests (Files): Likewise.
5812         * modules/mbsrtowcs-tests (Files): Likewise.
5813         * modules/mbsspn-tests (Files): Likewise.
5814         * modules/mbsstr-tests (Files): Likewise.
5815         * modules/memchr-tests (Files): Likewise.
5816         * modules/memchr2-tests (Files): Likewise.
5817         * modules/memcmp-tests (Files): Likewise.
5818         * modules/memmem-tests (Files): Likewise.
5819         * modules/memrchr-tests (Files): Likewise.
5820         * modules/mkdir-tests (Files): Likewise.
5821         * modules/mkfifo-tests (Files): Likewise.
5822         * modules/mkfifoat-tests (Files): Likewise.
5823         * modules/mknod-tests (Files): Likewise.
5824         * modules/nanosleep-tests (Files): Likewise.
5825         * modules/nl_langinfo-tests (Files): Likewise.
5826         * modules/obstack-printf-tests (Files): Likewise.
5827         * modules/open-tests (Files): Likewise.
5828         * modules/openat-tests (Files): Likewise.
5829         * modules/pipe-filter-gi-tests (Files): Likewise.
5830         * modules/pipe-filter-ii-tests (Files): Likewise.
5831         * modules/pipe2-tests (Files): Likewise.
5832         * modules/popen-safer-tests (Files): Likewise.
5833         * modules/popen-tests (Files): Likewise.
5834         * modules/posixtm-tests (Files): Likewise.
5835         * modules/pread-tests (Files): Likewise.
5836         * modules/printf-frexp-tests (Files): Likewise.
5837         * modules/printf-frexpl-tests (Files): Likewise.
5838         * modules/printf-posix-tests (Files): Likewise.
5839         * modules/priv-set-tests (Files): Likewise.
5840         * modules/quotearg-tests (Files): Likewise.
5841         * modules/random_r-tests (Files): Likewise.
5842         * modules/rawmemchr-tests (Files): Likewise.
5843         * modules/rbtree-list-tests (Files): Likewise.
5844         * modules/rbtree-oset-tests (Files): Likewise.
5845         * modules/rbtreehash-list-tests (Files): Likewise.
5846         * modules/readlink-tests (Files): Likewise.
5847         * modules/remove-tests (Files): Likewise.
5848         * modules/rename-tests (Files): Likewise.
5849         * modules/renameat-tests (Files): Likewise.
5850         * modules/rmdir-tests (Files): Likewise.
5851         * modules/round-tests (Files): Likewise.
5852         * modules/roundf-tests (Files): Likewise.
5853         * modules/roundl-tests (Files): Likewise.
5854         * modules/safe-alloc-tests (Files): Likewise.
5855         * modules/setenv-tests (Files): Likewise.
5856         * modules/sigaction-tests (Files): Likewise.
5857         * modules/signbit-tests (Files): Likewise.
5858         * modules/sleep-tests (Files): Likewise.
5859         * modules/snprintf-posix-tests (Files): Likewise.
5860         * modules/snprintf-tests (Files): Likewise.
5861         * modules/sprintf-posix-tests (Files): Likewise.
5862         * modules/stat-tests (Files): Likewise.
5863         * modules/stat-time-tests (Files): Likewise.
5864         * modules/strcasestr-tests (Files): Likewise.
5865         * modules/strchrnul-tests (Files): Likewise.
5866         * modules/strerror-tests (Files): Likewise.
5867         * modules/striconv-tests (Files): Likewise.
5868         * modules/striconveh-tests (Files): Likewise.
5869         * modules/striconveha-tests (Files): Likewise.
5870         * modules/strsignal-tests (Files): Likewise.
5871         * modules/strstr-tests (Files): Likewise.
5872         * modules/strtod-tests (Files): Likewise.
5873         * modules/strverscmp-tests (Files): Likewise.
5874         * modules/symlink-tests (Files): Likewise.
5875         * modules/symlinkat-tests (Files): Likewise.
5876         * modules/trunc-tests (Files): Likewise.
5877         * modules/truncf-tests (Files): Likewise.
5878         * modules/truncl-tests (Files): Likewise.
5879         * modules/uname-tests (Files): Likewise.
5880         * modules/unicase/cased-tests (Files): Likewise.
5881         * modules/unicase/ignorable-tests (Files): Likewise.
5882         * modules/unicase/locale-language-tests (Files): Likewise.
5883         * modules/unicase/tolower-tests (Files): Likewise.
5884         * modules/unicase/totitle-tests (Files): Likewise.
5885         * modules/unicase/toupper-tests (Files): Likewise.
5886         * modules/unicase/u8-casecmp-tests (Files): Likewise.
5887         * modules/unicase/u8-casecoll-tests (Files): Likewise.
5888         * modules/unicase/u8-casefold-tests (Files): Likewise.
5889         * modules/unicase/u8-is-cased-tests (Files): Likewise.
5890         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
5891         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
5892         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
5893         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
5894         * modules/unicase/u8-tolower-tests (Files): Likewise.
5895         * modules/unicase/u8-totitle-tests (Files): Likewise.
5896         * modules/unicase/u8-toupper-tests (Files): Likewise.
5897         * modules/unicase/u16-casecmp-tests (Files): Likewise.
5898         * modules/unicase/u16-casecoll-tests (Files): Likewise.
5899         * modules/unicase/u16-casefold-tests (Files): Likewise.
5900         * modules/unicase/u16-is-cased-tests (Files): Likewise.
5901         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
5902         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
5903         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
5904         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
5905         * modules/unicase/u16-tolower-tests (Files): Likewise.
5906         * modules/unicase/u16-totitle-tests (Files): Likewise.
5907         * modules/unicase/u16-toupper-tests (Files): Likewise.
5908         * modules/unicase/u32-casecmp-tests (Files): Likewise.
5909         * modules/unicase/u32-casecoll-tests (Files): Likewise.
5910         * modules/unicase/u32-casefold-tests (Files): Likewise.
5911         * modules/unicase/u32-is-cased-tests (Files): Likewise.
5912         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
5913         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
5914         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
5915         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
5916         * modules/unicase/u32-tolower-tests (Files): Likewise.
5917         * modules/unicase/u32-totitle-tests (Files): Likewise.
5918         * modules/unicase/u32-toupper-tests (Files): Likewise.
5919         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
5920         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
5921         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
5922         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
5923         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
5924         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
5925         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
5926         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
5927         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
5928         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
5929         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
5930         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
5931         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
5932         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
5933         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
5934         * modules/unictype/bidicategory-name-tests (Files): Likewise.
5935         * modules/unictype/bidicategory-of-tests (Files): Likewise.
5936         * modules/unictype/bidicategory-test-tests (Files): Likewise.
5937         * modules/unictype/block-list-tests (Files): Likewise.
5938         * modules/unictype/block-of-tests (Files): Likewise.
5939         * modules/unictype/block-test-tests (Files): Likewise.
5940         * modules/unictype/category-C-tests (Files): Likewise.
5941         * modules/unictype/category-Cc-tests (Files): Likewise.
5942         * modules/unictype/category-Cf-tests (Files): Likewise.
5943         * modules/unictype/category-Cn-tests (Files): Likewise.
5944         * modules/unictype/category-Co-tests (Files): Likewise.
5945         * modules/unictype/category-Cs-tests (Files): Likewise.
5946         * modules/unictype/category-L-tests (Files): Likewise.
5947         * modules/unictype/category-Ll-tests (Files): Likewise.
5948         * modules/unictype/category-Lm-tests (Files): Likewise.
5949         * modules/unictype/category-Lo-tests (Files): Likewise.
5950         * modules/unictype/category-Lt-tests (Files): Likewise.
5951         * modules/unictype/category-Lu-tests (Files): Likewise.
5952         * modules/unictype/category-M-tests (Files): Likewise.
5953         * modules/unictype/category-Mc-tests (Files): Likewise.
5954         * modules/unictype/category-Me-tests (Files): Likewise.
5955         * modules/unictype/category-Mn-tests (Files): Likewise.
5956         * modules/unictype/category-N-tests (Files): Likewise.
5957         * modules/unictype/category-Nd-tests (Files): Likewise.
5958         * modules/unictype/category-Nl-tests (Files): Likewise.
5959         * modules/unictype/category-No-tests (Files): Likewise.
5960         * modules/unictype/category-P-tests (Files): Likewise.
5961         * modules/unictype/category-Pc-tests (Files): Likewise.
5962         * modules/unictype/category-Pd-tests (Files): Likewise.
5963         * modules/unictype/category-Pe-tests (Files): Likewise.
5964         * modules/unictype/category-Pf-tests (Files): Likewise.
5965         * modules/unictype/category-Pi-tests (Files): Likewise.
5966         * modules/unictype/category-Po-tests (Files): Likewise.
5967         * modules/unictype/category-Ps-tests (Files): Likewise.
5968         * modules/unictype/category-S-tests (Files): Likewise.
5969         * modules/unictype/category-Sc-tests (Files): Likewise.
5970         * modules/unictype/category-Sk-tests (Files): Likewise.
5971         * modules/unictype/category-Sm-tests (Files): Likewise.
5972         * modules/unictype/category-So-tests (Files): Likewise.
5973         * modules/unictype/category-Z-tests (Files): Likewise.
5974         * modules/unictype/category-Zl-tests (Files): Likewise.
5975         * modules/unictype/category-Zp-tests (Files): Likewise.
5976         * modules/unictype/category-Zs-tests (Files): Likewise.
5977         * modules/unictype/category-and-not-tests (Files): Likewise.
5978         * modules/unictype/category-and-tests (Files): Likewise.
5979         * modules/unictype/category-byname-tests (Files): Likewise.
5980         * modules/unictype/category-name-tests (Files): Likewise.
5981         * modules/unictype/category-none-tests (Files): Likewise.
5982         * modules/unictype/category-of-tests (Files): Likewise.
5983         * modules/unictype/category-or-tests (Files): Likewise.
5984         * modules/unictype/category-test-withtable-tests (Files): Likewise.
5985         * modules/unictype/combining-class-tests (Files): Likewise.
5986         * modules/unictype/ctype-alnum-tests (Files): Likewise.
5987         * modules/unictype/ctype-alpha-tests (Files): Likewise.
5988         * modules/unictype/ctype-blank-tests (Files): Likewise.
5989         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
5990         * modules/unictype/ctype-digit-tests (Files): Likewise.
5991         * modules/unictype/ctype-graph-tests (Files): Likewise.
5992         * modules/unictype/ctype-lower-tests (Files): Likewise.
5993         * modules/unictype/ctype-print-tests (Files): Likewise.
5994         * modules/unictype/ctype-punct-tests (Files): Likewise.
5995         * modules/unictype/ctype-space-tests (Files): Likewise.
5996         * modules/unictype/ctype-upper-tests (Files): Likewise.
5997         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
5998         * modules/unictype/decimal-digit-tests (Files): Likewise.
5999         * modules/unictype/digit-tests (Files): Likewise.
6000         * modules/unictype/mirror-tests (Files): Likewise.
6001         * modules/unictype/numeric-tests (Files): Likewise.
6002         * modules/unictype/property-alphabetic-tests (Files): Likewise.
6003         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
6004         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
6005         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
6006         Likewise.
6007         * modules/unictype/property-bidi-block-separator-tests (Files):
6008         Likewise.
6009         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
6010         Likewise.
6011         * modules/unictype/property-bidi-common-separator-tests (Files):
6012         Likewise.
6013         * modules/unictype/property-bidi-control-tests (Files): Likewise.
6014         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
6015         Likewise.
6016         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
6017         Likewise.
6018         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
6019         Likewise.
6020         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
6021         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
6022         Likewise.
6023         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
6024         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
6025         Likewise.
6026         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
6027         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
6028         * modules/unictype/property-bidi-segment-separator-tests (Files):
6029         Likewise.
6030         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
6031         * modules/unictype/property-byname-tests (Files): Likewise.
6032         * modules/unictype/property-combining-tests (Files): Likewise.
6033         * modules/unictype/property-composite-tests (Files): Likewise.
6034         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
6035         * modules/unictype/property-dash-tests (Files): Likewise.
6036         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
6037         * modules/unictype/property-default-ignorable-code-point-tests (Files):
6038         Likewise.
6039         * modules/unictype/property-deprecated-tests (Files): Likewise.
6040         * modules/unictype/property-diacritic-tests (Files): Likewise.
6041         * modules/unictype/property-extender-tests (Files): Likewise.
6042         * modules/unictype/property-format-control-tests (Files): Likewise.
6043         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
6044         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
6045         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
6046         * modules/unictype/property-hex-digit-tests (Files): Likewise.
6047         * modules/unictype/property-hyphen-tests (Files): Likewise.
6048         * modules/unictype/property-id-continue-tests (Files): Likewise.
6049         * modules/unictype/property-id-start-tests (Files): Likewise.
6050         * modules/unictype/property-ideographic-tests (Files): Likewise.
6051         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
6052         * modules/unictype/property-ids-trinary-operator-tests (Files):
6053         Likewise.
6054         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
6055         * modules/unictype/property-iso-control-tests (Files): Likewise.
6056         * modules/unictype/property-join-control-tests (Files): Likewise.
6057         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
6058         * modules/unictype/property-line-separator-tests (Files): Likewise.
6059         * modules/unictype/property-logical-order-exception-tests (Files):
6060         Likewise.
6061         * modules/unictype/property-lowercase-tests (Files): Likewise.
6062         * modules/unictype/property-math-tests (Files): Likewise.
6063         * modules/unictype/property-non-break-tests (Files): Likewise.
6064         * modules/unictype/property-not-a-character-tests (Files): Likewise.
6065         * modules/unictype/property-numeric-tests (Files): Likewise.
6066         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
6067         * modules/unictype/property-other-default-ignorable-code-point-tests
6068         (Files): Likewise.
6069         * modules/unictype/property-other-grapheme-extend-tests (Files):
6070         Likewise.
6071         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
6072         * modules/unictype/property-other-id-start-tests (Files): Likewise.
6073         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
6074         * modules/unictype/property-other-math-tests (Files): Likewise.
6075         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
6076         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
6077         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
6078         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
6079         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
6080         * modules/unictype/property-private-use-tests (Files): Likewise.
6081         * modules/unictype/property-punctuation-tests (Files): Likewise.
6082         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
6083         * modules/unictype/property-radical-tests (Files): Likewise.
6084         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
6085         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
6086         * modules/unictype/property-space-tests (Files): Likewise.
6087         * modules/unictype/property-terminal-punctuation-tests (Files):
6088         Likewise.
6089         * modules/unictype/property-test-tests (Files): Likewise.
6090         * modules/unictype/property-titlecase-tests (Files): Likewise.
6091         * modules/unictype/property-unassigned-code-value-tests (Files):
6092         Likewise.
6093         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
6094         * modules/unictype/property-uppercase-tests (Files): Likewise.
6095         * modules/unictype/property-variation-selector-tests (Files): Likewise.
6096         * modules/unictype/property-white-space-tests (Files): Likewise.
6097         * modules/unictype/property-xid-continue-tests (Files): Likewise.
6098         * modules/unictype/property-xid-start-tests (Files): Likewise.
6099         * modules/unictype/property-zero-width-tests (Files): Likewise.
6100         * modules/unictype/scripts-tests (Files): Likewise.
6101         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
6102         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
6103         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
6104         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
6105         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
6106         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
6107         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
6108         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
6109         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
6110         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
6111         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
6112         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
6113         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
6114         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
6115         * modules/uninorm/composition-tests (Files): Likewise.
6116         * modules/uninorm/decomposing-form-tests (Files): Likewise.
6117         * modules/uninorm/decomposition-tests (Files): Likewise.
6118         * modules/uninorm/filter-tests (Files): Likewise.
6119         * modules/uninorm/nfc-tests (Files): Likewise.
6120         * modules/uninorm/nfd-tests (Files): Likewise.
6121         * modules/uninorm/nfkc-tests (Files): Likewise.
6122         * modules/uninorm/nfkd-tests (Files): Likewise.
6123         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
6124         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
6125         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
6126         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
6127         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
6128         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
6129         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
6130         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
6131         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
6132         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
6133         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
6134         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
6135         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
6136         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
6137         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
6138         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
6139         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
6140         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
6141         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
6142         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
6143         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
6144         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
6145         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
6146         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
6147         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
6148         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
6149         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
6150         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
6151         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
6152         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
6153         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
6154         * modules/uniwidth/u8-width-tests (Files): Likewise.
6155         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
6156         * modules/uniwidth/u16-width-tests (Files): Likewise.
6157         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
6158         * modules/uniwidth/u32-width-tests (Files): Likewise.
6159         * modules/uniwidth/width-tests (Files): Likewise.
6160         * modules/unlink-tests (Files): Likewise.
6161         * modules/unsetenv-tests (Files): Likewise.
6162         * modules/usleep-tests (Files): Likewise.
6163         * modules/utimens-tests (Files): Likewise.
6164         * modules/utimensat-tests (Files): Likewise.
6165         * modules/vasnprintf-posix-tests (Files): Likewise.
6166         * modules/vasnprintf-tests (Files): Likewise.
6167         * modules/vasprintf-posix-tests (Files): Likewise.
6168         * modules/vasprintf-tests (Files): Likewise.
6169         * modules/vdprintf-posix-tests (Files): Likewise.
6170         * modules/vfprintf-posix-tests (Files): Likewise.
6171         * modules/vprintf-posix-tests (Files): Likewise.
6172         * modules/vsnprintf-posix-tests (Files): Likewise.
6173         * modules/vsnprintf-tests (Files): Likewise.
6174         * modules/vsprintf-posix-tests (Files): Likewise.
6175         * modules/wcrtomb-tests (Files): Likewise.
6176         * modules/wcsnrtombs-tests (Files): Likewise.
6177         * modules/wcsrtombs-tests (Files): Likewise.
6178         * modules/wctype-tests (Files): Likewise.
6179         * modules/wcwidth-tests (Files): Likewise.
6180         * modules/xmemdup0-tests (Files): Likewise.
6181         * modules/xprintf-posix-tests (Files): Likewise.
6182         * modules/xvasprintf-tests (Files): Likewise.
6183
6184 2009-12-24  Eric Blake  <ebb9@byu.net>
6185
6186         test-nanosleep: fix typo
6187         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
6188         patch.
6189         Reported by Bruno Haible.
6190
6191 2009-12-24  Bruno Haible  <bruno@clisp.org>
6192
6193         Reduce namespace pollution on glibc systems.
6194         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
6195         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
6196         systems.
6197         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
6198         <getopt.h> on glibc systems.
6199         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
6200         systems.
6201         * lib/fcntl.c: Include <unistd.h> here instead.
6202
6203 2009-12-24  Bruno Haible  <bruno@clisp.org>
6204
6205         * lib/stdlib.in.h (includes): Fix typo in today's commit.
6206
6207 2009-12-24  Eric Blake  <ebb9@byu.net>
6208
6209         tests: add signature checks
6210         * tests/signature.h (SIGNATURE_CHECK): New file.
6211         * modules/atexit-tests (Files): Use it.
6212         * modules/btowc-tests (Files): Likewise.
6213         * modules/canonicalize-lgpl-tests (Files): Likewise.
6214         * modules/ceilf-tests (Files): Likewise.
6215         * modules/ceill-tests (Files): Likewise.
6216         * modules/chown-tests (Files): Likewise.
6217         * modules/dprintf-posix-tests (Files): Likewise.
6218         * modules/dup2-tests (Files): Likewise.
6219         * modules/dup3-tests (Files): Likewise.
6220         * modules/duplocale-tests (Files): Likewise.
6221         * modules/fchdir-tests (Files): Likewise.
6222         * modules/fcntl-tests (Files): Likewise.
6223         * modules/fdopendir-tests (Files): Likewise.
6224         * modules/fflush-tests (Files): Likewise.
6225         * modules/flock-tests (Files): Likewise.
6226         * modules/floorf-tests (Files): Likewise.
6227         * modules/floorl-tests (Files): Likewise.
6228         * modules/fnmatch-tests (Files): Likewise.
6229         * modules/fopen-tests (Files): Likewise.
6230         * modules/fprintf-posix-tests (Files): Likewise.
6231         * modules/freopen-tests (Files): Likewise.
6232         * modules/frexp-nolibm-tests (Files): Likewise.
6233         * modules/frexp-tests (Files): Likewise.
6234         * modules/frexpl-nolibm-tests (Files): Likewise.
6235         * modules/frexpl-tests (Files): Likewise.
6236         * modules/fseek-tests (Files): Likewise.
6237         * modules/fseeko-tests (Files): Likewise.
6238         * modules/fsync-tests (Files): Likewise.
6239         * modules/ftell-tests (Files): Likewise.
6240         * modules/ftello-tests (Files): Likewise.
6241         * modules/futimens-tests (Files): Likewise.
6242         * modules/getaddrinfo-tests (Files): Likewise.
6243         * modules/getcwd-tests (Files): Likewise.
6244         * modules/getdelim-tests (Files): Likewise.
6245         * modules/getdtablesize-tests (Files): Likewise.
6246         * modules/getgroups-tests (Files): Likewise.
6247         * modules/gethostname-tests (Files): Likewise.
6248         * modules/getline-tests (Files): Likewise.
6249         * modules/getopt-posix-tests (Files): Likewise.
6250         * modules/gettimeofday-tests (Files): Likewise.
6251         * modules/glob-tests (Files): Likewise.
6252         * modules/iconv-tests (Files): Likewise.
6253         * modules/inet_ntop-tests (Files): Likewise.
6254         * modules/inet_pton-tests (Files): Likewise.
6255         * modules/isblank-tests (Files): Likewise.
6256         * modules/lchown-tests (Files): Likewise.
6257         * modules/ldexpl-tests (Files): Likewise.
6258         * modules/link-tests (Files): Likewise.
6259         * modules/linkat-tests (Files): Likewise.
6260         * modules/lseek-tests (Files): Likewise.
6261         * modules/lstat-tests (Files): Likewise.
6262         * modules/mbrtowc-tests (Files): Likewise.
6263         * modules/mbsinit-tests (Files): Likewise.
6264         * modules/mbsnrtowcs-tests (Files): Likewise.
6265         * modules/mbsrtowcs-tests (Files): Likewise.
6266         * modules/memchr-tests (Files): Likewise.
6267         * modules/memcmp-tests (Files): Likewise.
6268         * modules/memmem-tests (Files): Likewise.
6269         * modules/memrchr-tests (Files): Likewise.
6270         * modules/mkdir-tests (Files): Likewise.
6271         * modules/mkfifo-tests (Files): Likewise.
6272         * modules/mkfifoat-tests (Files): Likewise.
6273         * modules/mknod-tests (Files): Likewise.
6274         * modules/nanosleep-tests (Files): Likewise.
6275         * modules/nl_langinfo-tests (Files): Likewise.
6276         * modules/obstack-printf-tests (Files): Likewise.
6277         * modules/open-tests (Files): Likewise.
6278         * modules/openat-tests (Files): Likewise.
6279         * modules/perror-tests (Files): Likewise.
6280         * modules/pipe2-tests (Files): Likewise.
6281         * modules/poll-tests (Files): Likewise.
6282         * modules/popen-tests (Files): Likewise.
6283         * modules/posix_spawn-tests (Files): Likewise.
6284         * modules/posix_spawnp-tests (Files): Likewise.
6285         * modules/pread-tests (Files): Likewise.
6286         * modules/printf-posix-tests (Files): Likewise.
6287         * modules/pty-tests (Files): Likewise.
6288         * modules/random_r-tests (Files): Likewise.
6289         * modules/rawmemchr-tests (Files): Likewise.
6290         * modules/readlink-tests (Files): Likewise.
6291         * modules/remove-tests (Files): Likewise.
6292         * modules/rename-tests (Files): Likewise.
6293         * modules/renameat-tests (Files): Likewise.
6294         * modules/rmdir-tests (Files): Likewise.
6295         * modules/round-tests (Files): Likewise.
6296         * modules/roundf-tests (Files): Likewise.
6297         * modules/roundl-tests (Files): Likewise.
6298         * modules/select-tests (Files): Likewise.
6299         * modules/setenv-tests (Files): Likewise.
6300         * modules/sigaction-tests (Files): Likewise.
6301         * modules/sleep-tests (Files): Likewise.
6302         * modules/snprintf-posix-tests (Files): Likewise.
6303         * modules/snprintf-tests (Files): Likewise.
6304         * modules/sprintf-posix-tests (Files): Likewise.
6305         * modules/stat-tests (Files): Likewise.
6306         * modules/strcasestr-tests (Files): Likewise.
6307         * modules/strchrnul-tests (Files): Likewise.
6308         * modules/strerror-tests (Files): Likewise.
6309         * modules/strsignal-tests (Files): Likewise.
6310         * modules/strstr-tests (Files): Likewise.
6311         * modules/strtod-tests (Files): Likewise.
6312         * modules/strverscmp-tests (Files): Likewise.
6313         * modules/symlink-tests (Files): Likewise.
6314         * modules/symlinkat-tests (Files): Likewise.
6315         * modules/times-tests (Files): Likewise.
6316         * modules/trunc-tests (Files): Likewise.
6317         * modules/truncf-tests (Files): Likewise.
6318         * modules/truncl-tests (Files): Likewise.
6319         * modules/tsearch-tests (Files): Likewise.
6320         * modules/uname-tests (Files): Likewise.
6321         * modules/unlink-tests (Files): Likewise.
6322         * modules/unsetenv-tests (Files): Likewise.
6323         * modules/usleep-tests (Files): Likewise.
6324         * modules/utimensat-tests (Files): Likewise.
6325         * modules/vasprintf-tests (Files): Likewise.
6326         * modules/vdprintf-posix-tests (Files): Likewise.
6327         * modules/vfprintf-posix-tests (Files): Likewise.
6328         * modules/vprintf-posix-tests (Files): Likewise.
6329         * modules/vsnprintf-posix-tests (Files): Likewise.
6330         * modules/vsnprintf-tests (Files): Likewise.
6331         * modules/vsprintf-posix-tests (Files): Likewise.
6332         * modules/wcrtomb-tests (Files): Likewise.
6333         * modules/wcsnrtombs-tests (Files): Likewise.
6334         * modules/wcsrtombs-tests (Files): Likewise.
6335         * modules/wcwidth-tests (Files): Likewise.
6336         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
6337         * tests/test-isinf.c (isinf): Likewise.
6338         * tests/test-isnan.c (isnan): Likewise.
6339         * tests/test-signbit.c (signbit): Likewise.
6340         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
6341         declaration, either as macro or with correct signature.
6342         (select): Ensure function under test is declared with correct
6343         signature in correct header.
6344         * tests/test-atexit.c (atexit): Likewise.
6345         * tests/test-btowc.c (btowc): Likewise.
6346         * tests/test-canonicalize-lgpl.c (realpath)
6347         (canonicalize_file_name): Likewise.
6348         * tests/test-ceilf1.c (ceilf): Likewise.
6349         * tests/test-ceill.c (ceill): Likewise.
6350         * tests/test-chown.c (chown): Likewise.
6351         * tests/test-dprintf-posix.c (dprintf): Likewise.
6352         * tests/test-dup2.c (dup2): Likewise.
6353         * tests/test-dup3.c (dup3): Likewise.
6354         * tests/test-duplocale.c (duplocale): Likewise.
6355         * tests/test-fchdir.c (fchdir): Likewise.
6356         * tests/test-fchownat.c (fchownat): Likewise.
6357         * tests/test-fcntl.c (fcntl): Likewise.
6358         * tests/test-fdopendir.c (fdopendir): Likewise.
6359         * tests/test-fflush.c (fflush): Likewise.
6360         * tests/test-flock.c (flock): Likewise.
6361         * tests/test-floorf1.c (floorf): Likewise.
6362         * tests/test-floorl.c (floorl): Likewise.
6363         * tests/test-fnmatch.c (fnmatch): Likewise.
6364         * tests/test-fopen.c (fopen): Likewise.
6365         * tests/test-fprintf-posix.c (fprintf): Likewise.
6366         * tests/test-freopen.c (freopen): Likewise.
6367         * tests/test-frexp.c (frexp): Likewise.
6368         * tests/test-frexpl.c (frexpl): Likewise.
6369         * tests/test-fseek.c (fseek): Likewise.
6370         * tests/test-fseeko.c (fseeko): Likewise.
6371         * tests/test-fstatat.c (fstatat): Likewise.
6372         * tests/test-fsync.c (fsync): Likewise.
6373         * tests/test-ftell.c (ftell): Likewise.
6374         * tests/test-ftello.c (ftello): Likewise.
6375         * tests/test-futimens.c (futimens): Likewise.
6376         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
6377         (gai_strerror): Likewise.
6378         * tests/test-getcwd.c (getcwd): Likewise.
6379         * tests/test-getdelim.c (getdelim): Likewise.
6380         * tests/test-getdtablesize.c (getdtablesize): Likewise.
6381         * tests/test-getgroups.c (getgroups): Likewise.
6382         * tests/test-gethostname.c (gethostname): Likewise.
6383         * tests/test-getline.c (getline): Likewise.
6384         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
6385         Likewise.
6386         * tests/test-gettimeofday.c (gettimeofday): Likewise.
6387         * tests/test-glob.c (glob, globfree): Likewise.
6388         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
6389         * tests/test-inet_ntop.c (inet_ntop): Likewise.
6390         * tests/test-inet_pton.c (inet_pton): Likewise.
6391         * tests/test-isblank.c (isblank): Likewise.
6392         * tests/test-lchown.c (lchown): Likewise.
6393         * tests/test-ldexpl.c (ldexpl): Likewise.
6394         * tests/test-link.c (link): Likewise.
6395         * tests/test-linkat.c (linkat): Likewise.
6396         * tests/test-lseek.c (lseek): Likewise.
6397         * tests/test-lstat.c (lstat): Likewise.
6398         * tests/test-mbrtowc.c (mbrtowc): Likewise.
6399         * tests/test-mbsinit.c (mbsinit): Likewise.
6400         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
6401         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
6402         * tests/test-memchr.c (memchr): Likewise.
6403         * tests/test-memcmp.c (memcmp): Likewise.
6404         * tests/test-memmem.c (memmem): Likewise.
6405         * tests/test-memrchr.c (memrchr): Likewise.
6406         * tests/test-mkdir.c (mkdir): Likewise.
6407         * tests/test-mkdirat.c (mkdirat): Likewise.
6408         * tests/test-mkfifo.c (mkfifo): Likewise.
6409         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
6410         * tests/test-mknod.c (mknod): Likewise.
6411         * tests/test-nanosleep.c (nanosleep): Likewise.
6412         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
6413         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
6414         Likewise.
6415         * tests/test-open.c (open): Likewise.
6416         * tests/test-openat.c (openat): Likewise.
6417         * tests/test-perror.c (perror): Likewise.
6418         * tests/test-pipe2.c (pipe2): Likewise.
6419         * tests/test-poll.c (poll): Likewise.
6420         * tests/test-popen.c (popen, pclose): Likewise.
6421         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
6422         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
6423         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
6424         (posix_spawn_file_actions_destroy)
6425         (posix_spawn_file_actions_addclose)
6426         (posix_spawn_file_actions_addopen)
6427         (posix_spawn_file_actions_adddup2): Likewise.
6428         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
6429         * tests/test-pread.c (pread): Likewise.
6430         * tests/test-printf-posix.c (printf): Likewise.
6431         * tests/test-pty.c (openpty, forkpty): Likewise.
6432         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
6433         (random_r): Likewise.
6434         * tests/test-rawmemchr.c (rawmemchr): Likewise.
6435         * tests/test-readlink.c (readlink): Likewise.
6436         * tests/test-remove.c (remove): Likewise.
6437         * tests/test-rename.c (rename): Likewise.
6438         * tests/test-renameat.c (renameat): Likewise.
6439         * tests/test-rmdir.c (rmdir): Likewise.
6440         * tests/test-round1.c (round): Likewise.
6441         * tests/test-roundf1.c (roundf): Likewise.
6442         * tests/test-roundl.c (roundl): Likewise.
6443         * tests/test-setenv.c (setenv): Likewise.
6444         * tests/test-sigaction.c (sigaction): Likewise.
6445         * tests/test-sleep.c (sleep): Likewise.
6446         * tests/test-snprintf.c (snprintf): Likewise.
6447         * tests/test-sprintf-posix.c (sprintf): Likewise.
6448         * tests/test-stat.c (stat): Likewise.
6449         * tests/test-stpncpy.c (stpncpy): Likewise.
6450         * tests/test-strcasestr.c (strcasestr): Likewise.
6451         * tests/test-strchrnul.c (strchrnul): Likewise.
6452         * tests/test-strerror.c (strerror): Likewise.
6453         * tests/test-strsignal.c (strsignal): Likewise.
6454         * tests/test-strstr.c (strstr): Likewise.
6455         * tests/test-strtod.c (strtod): Likewise.
6456         * tests/test-strverscmp.c (strverscmp): Likewise.
6457         * tests/test-symlink.c (symlink): Likewise.
6458         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
6459         * tests/test-times.c (times): Likewise.
6460         * tests/test-trunc1.c (trunc): Likewise.
6461         * tests/test-truncf1.c (truncf): Likewise.
6462         * tests/test-truncl.c (truncl): Likewise.
6463         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
6464         Likewise.
6465         * tests/test-uname.c (uname): Likewise.
6466         * tests/test-unlink.c (unlink): Likewise.
6467         * tests/test-unlinkat.c (unlinkat): Likewise.
6468         * tests/test-unsetenv.c (unsetenv): Likewise.
6469         * tests/test-usleep.c (usleep): Likewise.
6470         * tests/test-utimensat.c (utimensat): Likewise.
6471         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
6472         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
6473         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
6474         * tests/test-vprintf-posix.c (vprintf): Likewise.
6475         * tests/test-vsnprintf.c (vsnprintf): Likewise.
6476         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
6477         * tests/test-wcrtomb.c (wcrtomb): Likewise.
6478         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
6479         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
6480         * tests/test-wcwidth.c (wcwidth): Likewise.
6481
6482         build: pull in conditional headers during GNULIB_POSIXCHECK
6483         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
6484         definitions from any conditionally-included headers.
6485         * lib/stdlib.in.h (includes): Likewise.
6486         * lib/unistd.in.h (includes): Likewise.
6487
6488 2009-12-24  Bruno Haible  <bruno@clisp.org>
6489
6490         * tests/test-argv-iter.c: Include header file being tested immediately
6491         after config.h.
6492         * tests/test-base64.c: Likewise.
6493         * tests/test-flock.c: Likewise.
6494         * tests/test-fsync.c: Likewise.
6495         * tests/test-getdate.c: Likewise.
6496         * tests/test-getndelim2.c: Likewise.
6497         * tests/test-isfinite.c: Likewise.
6498         * tests/test-isinf.c: Likewise.
6499         * tests/test-strerror.c: Likewise.
6500         * tests/test-strsignal.c: Likewise.
6501
6502 2009-12-23  Eric Blake  <ebb9@byu.net>
6503
6504         unistd: work around cygwin bug
6505         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
6506         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
6507         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
6508
6509 2009-12-23  Bruno Haible  <bruno@clisp.org>
6510
6511         localename: More tests.
6512         * tests/test-localename.c (SIZEOF): New macro.
6513         (categories): New variable.
6514         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
6515         test_locale_name_default): Add test w.r.t. thread locale.
6516         (test_locale_name_thread): New function.
6517         (main): Invoke it.
6518
6519         localename: Make aware of thread locale.
6520         * lib/localename.h (gl_locale_name_thread): New declaration.
6521         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
6522         behaviour with respect to thread locale.
6523         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
6524         <langinfo.h>, glthread/lock.h.
6525         (SIZE_BITS): New macro.
6526         (string_hash): New function.
6527         (struct hash_node): New type.
6528         (HASH_TABLE_SIZE): New macro.
6529         (struniq_hash_table, struniq_lock): New variables.
6530         (struniq): New function.
6531         (gl_locale_name_thread): New function.
6532         (gl_locale_name): Invoke it.
6533         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
6534         * modules/localename (Depends-on): Add lock.
6535         Reported by Mike Gran <spk121@yahoo.com>.
6536
6537 2009-12-23  Eric Blake  <ebb9@byu.net>
6538
6539         va-args: new module
6540         * modules/va-args: New file.
6541         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
6542         * MODULES.html.sh (Core language properties): Mention it.
6543
6544         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
6545         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
6546         named alias for __attribute__((__unused__)).
6547         * lib/chown.c: Update client.
6548         * lib/fchmodat.c: Likewise.
6549         * lib/fts.c: Likewise.
6550         * lib/getdate.y: Likewise.
6551         * lib/getgroups.c: Likewise.
6552         * lib/getopt.c: Likewise.
6553         * lib/getugroups.c: Likewise.
6554         * lib/mkdir.c: Likewise.
6555         * lib/mkfifo.c: Likewise.
6556         * lib/mkfifoat.c: Likewise.
6557         * lib/mknod.c: Likewise.
6558         * lib/mknodat.c: Likewise.
6559         * lib/readlink.c: Likewise.
6560         * lib/se-context.in.h: Likewise.
6561         * lib/se-selinux.in.h: Likewise.
6562         * lib/sockets.c: Likewise.
6563         * lib/symlink.c: Likewise.
6564         * lib/symlinkat.c: Likewise.
6565         * lib/unicodeio.c: Likewise.
6566         * lib/unistr.h: Likewise.
6567         * tests/test-areadlink.c: Likewise.
6568         * tests/test-areadlinkat.c: Likewise.
6569         * tests/test-filenamecat.c: Likewise.
6570         * tests/test-fseeko.c: Likewise.
6571         * tests/test-ftello.c: Likewise.
6572         * tests/test-getdate.c: Likewise.
6573         * tests/test-getgroups.c: Likewise.
6574         * tests/test-gethostname.c: Likewise.
6575         * tests/test-quotearg.c: Likewise.
6576         * tests/test-version-etc.c: Likewise.
6577         * tests/test-xalloc-die.c: Likewise.
6578         * tests/test-xfprintf-posix.c: Likewise.
6579         * tests/test-xprintf-posix.c: Likewise.
6580         * tests/test-xvasprintf.c: Likewise.
6581
6582         tests: avoid compiler warnings
6583         * tests/test-fcntl.c (main): Delete unused parameters.
6584         * tests/test-freopen-safer.c (main): Likewise.
6585         * tests/test-xalloc-die.c (main): Mark unused parameters.
6586         * tests/test-fseeko.c (main): Likewise.
6587         * tests/test-ftello.c (main): Likewise.
6588         * tests/test-nanosleep.c (main): Avoid declaration warning.
6589         * tests/test-sleep.c (main): Likewise.
6590         * tests/test-unsetenv.c (main): Silence warning about string
6591         literal.
6592         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
6593
6594 2009-12-23  Bruno Haible  <bruno@clisp.org>
6595
6596         * tests/test-localename.c (test_locale_name): New function, extracted
6597         from main. Also test mixed situations.
6598         (test_locale_name_posix, test_locale_name_environ,
6599         test_locale_name_default): New functions.
6600         (main): Invoke them all.
6601         * modules/localename-tests (configure.ac): Test for newlocale.
6602
6603 2009-12-23  Bruno Haible  <bruno@clisp.org>
6604
6605         unistd: Ensure getcwd gets declared before being overridden.
6606         * lib/unistd.in.h: Conditionally include <io.h>.
6607
6608 2009-12-22  Bruno Haible  <bruno@clisp.org>
6609
6610         wchar: Diagnose broken combination of glibc and gcc versions and flags.
6611         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
6612         (gl_WCHAR_H): Invoke it.
6613         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
6614         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
6615         Reported by Karl Berry <karl@freefriends.org>.
6616
6617 2009-12-22  Eric Blake  <ebb9@byu.net>
6618
6619         math, unistd: avoid redundant includes
6620         * lib/math.in.h (isnan): No need to re-include <math.h>.
6621         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
6622
6623         getsubopt: work around cygwin bug
6624         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
6625         avoid conflicting with system getsubopt.
6626         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
6627         bug.
6628
6629         getopt: synchronize from glibc
6630         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
6631         parameter order.  Adjust all callers.
6632         (_getopt_internal_r, main): Adjust quoting in error messages.
6633         Drop considerations for outdated POSIX 1003.2 error message.
6634         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
6635         callers.
6636         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
6637
6638         test-getopt: test stderr behavior
6639         * modules/getopt-posix-tests (Depends-on): Add dup2.
6640         * tests/test-getopt.c (ASSERT): Avoid stderr.
6641         (main): Move stderr to a temporary file.
6642         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
6643         Instead, add parameter to inform caller if output occurred.
6644         (test_getopt): Adjust all existing tests to expect silence, and
6645         add new tests of leading ":".
6646         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
6647         glibc shortcomings with leading "-:" or "+:" in optstring.
6648         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
6649         Likewise.
6650         * doc/posix-functions/getopt.texi (getopt): Likewise.
6651
6652         test-getopt: enhance test
6653         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
6654         supports optind=0.
6655         * tests/test-getopt.c (OPTIND_MIN): Move...
6656         * tests/test-getopt.h (OPTIND_MIN): ...here.
6657         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
6658         Require that optind=0 works, since modern BSD supports it in
6659         addition to optreset, and since coreutils expects it.
6660         (test_getopt_long_only): New test.
6661         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
6662         glibc shortcomings with 'W;', and enforcement of optind=0.
6663         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
6664         Likewise.
6665
6666 2009-12-21  Bruno Haible  <bruno@clisp.org>
6667
6668         localename: Improvements for MacOS X and Cygwin.
6669         * lib/localename.h (gl_locale_name_environ): New declaration.
6670         * lib/localename.c (gl_locale_name_environ): New function, extracted from
6671         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
6672         (gl_locale_name_posix): Invoke it.
6673         (gl_locale_name_default): Add comments. Use Windows native API also on
6674         Cygwin.
6675
6676 2009-12-21  Bruno Haible  <bruno@clisp.org>
6677
6678         Update list of Win32 locale ids.
6679         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
6680         (LANG_SAMI): Renamed from LANG_SAAMI.
6681         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
6682         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
6683         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
6684         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
6685         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
6686         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
6687         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
6688         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
6689         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
6690         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
6691         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
6692         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
6693         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
6694         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
6695         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
6696         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
6697         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
6698         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
6699         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
6700         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
6701         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
6702         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
6703         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
6704         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
6705         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
6706         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
6707         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
6708         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
6709         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
6710         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
6711         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
6712         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
6713         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
6714         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
6715         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
6716         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
6717         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
6718         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
6719         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
6720         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
6721         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
6722         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
6723         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
6724         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
6725         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
6726         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
6727         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
6728         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
6729         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
6730         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
6731         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
6732         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
6733         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
6734         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
6735         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
6736         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
6737         Add more languages and countries for Sami, Sorbian. Add more countries
6738         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
6739         for Pashto. Change country for Syriac, Tswana.
6740
6741 2009-12-21  Eric Blake  <ebb9@byu.net>
6742
6743         test-utimens: avoid spurious failure
6744         * tests/test-chown.h (nap): Factor...
6745         * tests/nap.h: ...into new file.
6746         * tests/test-lchown.h (nap): Avoid duplication.
6747         * tests/test-utimens-common.h (nap): Use shared implementation,
6748         necessary on file systems with 1-second resolution.
6749         * modules/chown-tests (Files): Include new file.
6750         * modules/fdutimensat-tests (Files): Likewise.
6751         * modules/futimens-tests (Files): Likewise.
6752         * modules/lchown-tests (Files): Likewise.
6753         * modules/openat-tests (Files): Likewise.
6754         * modules/utimens-tests (Files): Likewise.
6755         * modules/utimensat-tests (Files): Likewise.
6756
6757 2009-12-19  Eric Blake  <ebb9@byu.net>
6758
6759         futimens, utimensat: work around Linux bug
6760         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
6761         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
6762         * lib/utimensat.c (rpl_utimensat): Work around it.
6763         * lib/futimens.c (rpl_futimens): Adjust comment.
6764
6765         utimens: work around Linux ctime bug
6766         * lib/utimens.c (detect_ctime_bug): New helper function.
6767         (update_timespec): Differentiate between workaround needed for
6768         this bug vs. what is needed for systems that lack utimensat.
6769         (fdutimens, lutimens): Work around bug.
6770
6771         utimens: check for ctime update
6772         * tests/test-utimens-common.h (check_ctime): Define.
6773         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
6774         * tests/test-futimens.h (test_futimens): Likewise.
6775         * tests/test-lutimens.h (test_lutimens): Likewise.
6776         * doc/posix-functions/futimens.texi (futimens): Document the bug.
6777         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
6778
6779 2009-12-19  Bruno Haible  <bruno@clisp.org>
6780
6781         dprintf-posix: Check against memory leak fixed on 2009-12-15.
6782         * tests/test-dprintf-posix2.sh: New file.
6783         * tests/test-dprintf-posix2.c: New file.
6784         * modules/dprintf-posix-tests (Files): Add them.
6785         (configure.ac): Check for getrlimit and setrlimit.
6786         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
6787
6788 2009-12-19  Bruno Haible  <bruno@clisp.org>
6789
6790         fprintf-posix: Check against memory leak fixed on 2009-12-15.
6791         * tests/test-fprintf-posix3.sh: New file.
6792         * tests/test-fprintf-posix3.c: New file.
6793         * modules/fprintf-posix-tests (Files): Add them.
6794         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
6795
6796 2009-12-19  Eric Blake  <ebb9@byu.net>
6797
6798         dirfd: fix prototype
6799         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
6800         * lib/dirfd.c (dirfd): Likewise.
6801
6802         canonicalize: reduce memory usage
6803         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
6804         allocation to size.
6805         Reported by Solar Designer <solar@openwall.com>.
6806
6807 2009-12-19  Bruno Haible  <bruno@clisp.org>
6808
6809         New module attribute 'Applicability'.
6810         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
6811         * gnulib-tool: New option --extract-applicability.
6812         (func_usage): Document it.
6813         (sed_extract_prog): Recognize it.
6814         (func_get_applicability): New function.
6815         (func_import): Generalize handling of 'link-warning' module.
6816         * modules/link-warning (Applicability): New section.
6817         * modules/arg-nonnull (Applicability): New section.
6818         Repoted by Simon Josefsson <simon@josefsson.org>.
6819
6820 2009-12-19  Bruno Haible  <bruno@clisp.org>
6821
6822         fflush: tweak
6823         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
6824         * lib/fseeko.c (rpl_fseeko): Likewise.
6825
6826 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
6827
6828         * lib/gl_list.h: Fix typo in comment.
6829
6830 2009-12-16  Eric Blake  <ebb9@byu.net>
6831
6832         fcntl: use to simplify other modules
6833         * modules/cloexec (Depends-on): Add fcntl.
6834         * modules/fchdir (Depends-on): Likewise.
6835         * modules/fd-safer-flag (Depends-on): Likewise.
6836         * modules/unistd-safer (Depends-on): Likewise.
6837         * modules/dup3 (configure.ac): Set module indicator.
6838         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
6839         missing.
6840         * lib/fchdir.c (_gl_register_dup): Fix comment.
6841         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
6842         * lib/dup-safer.c (dup_safer): Likewise.
6843         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
6844         * lib/dup3.c (dup3): Likewise.
6845         * tests/test-fchdir.c (main): Enhance test.
6846         Fixes a dup_cloexec bug reported by OndÅ™ej Vašík.
6847
6848         fcntl: port portions of fcntl to mingw
6849         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
6850         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
6851         replacement for mingw.
6852         * modules/fcntl (Description): Update.
6853         (Depends-on): Add dup2.
6854         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
6855         * modules/fcntl-h (Makefile.am): Substitute it.
6856         * lib/fcntl.in.h (fcntl): Update declaration.
6857         (F_DUPFD, F_GETFD): New macros, when needed.
6858         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
6859         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
6860         * tests/test-fcntl.c (check_flags, main): Enhance test for items
6861         we now guarantee.
6862
6863         fcntl: work around cygwin bug in F_DUPFD
6864         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
6865         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
6866         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
6867         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
6868         * doc/posix-functions/fcntl.texi (fcntl): Document it.
6869
6870         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
6871         * modules/fcntl (Files): List new files.
6872         (configure.ac): Run a test.
6873         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
6874         * lib/fcntl.c (rpl_fcntl): Likewise.
6875         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
6876         (gl_FCNTL_H): Always replace fcntl.h.
6877         * modules/fcntl-h (Makefile.am): Substitute witnesses.
6878         * lib/fcntl.in.h (fcntl): Declare replacement.
6879         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
6880         needed, plus a witness.
6881         * doc/posix-functions/fcntl.texi (fcntl): Document this.
6882         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
6883         * tests/test-fcntl.c: New file.
6884         * modules/fcntl-tests: Likewise.
6885
6886         binary-io: avoid potential compilation warning
6887         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
6888         directives.
6889
6890         fflush: avoid compilation error on NetBSD
6891         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
6892         between off_t and fpos_t, since the latter is sometimes a struct.
6893         * lib/fseeko.c (rpl_fseeko): Likewise.
6894         Reported by Alexander Nasonov <alnsn@yandex.ru>.
6895
6896 2009-12-15  Eric Blake  <ebb9@byu.net>
6897
6898         fcntl-h, stdio, sys_ioctl: fix declarations
6899         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
6900         function must not take arguments.
6901         * lib/sys_ioctl.in.h (ioctl): Likewise.
6902         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
6903         (open): Add a link warning.
6904
6905 2009-12-15  Jim Meyering  <meyering@redhat.com>
6906
6907         areadlink, areadlink-with-size: relax license to LGPLv2+
6908         * modules/areadlink (License): Relax to LGPLv2+.
6909         * modules/areadlink-with-size (License): Likewise.
6910
6911 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
6912             Bruno Haible  <bruno@clisp.org>
6913
6914         *printf: Fix memory leak.
6915         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
6916         * lib/vfprintf.c (vfprintf): Likewise.
6917         * lib/dprintf.c (dprintf): Likewise.
6918         * lib/vdprintf.c (vdprintf): Likewise.
6919
6920 2009-12-14  Eric Blake  <ebb9@byu.net>
6921
6922         accept4: adjust module dependencies
6923         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
6924
6925         utimens: one more try at avoiding compiler warning
6926         * lib/utimens.c (lutimens): Lower scope of result.
6927
6928 2009-12-13  Bruno Haible  <bruno@clisp.org>
6929
6930         Move the malloc checking from module 'list' to new module 'xlist'.
6931         * modules/xlist: New file.
6932         * lib/gl_xlist.h: New file.
6933         * lib/gl_xlist.c: New file.
6934         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
6935         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
6936         gl_list_add_last, gl_list_add_before, gl_list_add_after,
6937         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
6938         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
6939         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
6940         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
6941         gl_sortedlist_nx_add): New declarations.
6942         (struct gl_list_implementation): Rename and change methods accordingly.
6943         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
6944         (gl_list_nx_create): Renamed from gl_list_create.
6945         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
6946         (gl_list_nx_set_at): Renamed from gl_list_set_at.
6947         (gl_list_nx_add_first): Renamed from gl_list_add_first.
6948         (gl_list_nx_add_last): Renamed from gl_list_add_last.
6949         (gl_list_nx_add_before): Renamed from gl_list_add_before.
6950         (gl_list_nx_add_after): Renamed from gl_list_add_after.
6951         (gl_list_nx_add_at): Renamed from gl_list_add_at.
6952         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
6953         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
6954         gl_list_create_empty.
6955         (gl_list_nx_create): Renamed from gl_list_create.
6956         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
6957         (gl_list_nx_set_at): Renamed from gl_list_set_at.
6958         (gl_list_nx_add_first): Renamed from gl_list_add_first.
6959         (gl_list_nx_add_last): Renamed from gl_list_add_last.
6960         (gl_list_nx_add_before): Renamed from gl_list_add_before.
6961         (gl_list_nx_add_after): Renamed from gl_list_add_after.
6962         (gl_list_nx_add_at): Renamed from gl_list_add_at.
6963         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
6964         * lib/gl_array_list.c: Don't include xalloc.h.
6965         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
6966         NULL upon out-of-memory.
6967         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
6968         out-of-memory.
6969         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
6970         Change return type to 'int'.
6971         (gl_array_nx_set_at): Renamed from gl_array_set_at.
6972         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
6973         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
6974         upon out-of-memory.
6975         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
6976         upon out-of-memory.
6977         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
6978         upon out-of-memory.
6979         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
6980         upon out-of-memory.
6981         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
6982         out-of-memory.
6983         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
6984         Update.
6985         (gl_array_list_implementation): Update.
6986         * lib/gl_carray_list.c: Don't include xalloc.h.
6987         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
6988         Return NULL upon out-of-memory.
6989         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
6990         out-of-memory.
6991         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
6992         Change return type to 'int'.
6993         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
6994         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
6995         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
6996         upon out-of-memory.
6997         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
6998         upon out-of-memory.
6999         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
7000         out-of-memory.
7001         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
7002         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
7003         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
7004         Update.
7005         (gl_carray_list_implementation): Update.
7006         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
7007         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
7008         gl_linked_create_empty. Return NULL upon out-of-memory.
7009         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
7010         out-of-memory.
7011         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
7012         Change return type to 'int'. Return -1 upon out-of-memory.
7013         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
7014         out-of-memory.
7015         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
7016         upon out-of-memory.
7017         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
7018         upon out-of-memory.
7019         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
7020         NULL upon out-of-memory.
7021         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
7022         upon out-of-memory.
7023         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
7024         out-of-memory.
7025         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
7026         Update.
7027         * lib/gl_linked_list.c: Don't include xalloc.h.
7028         (gl_linked_list_implementation): Update.
7029         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
7030         (add_to_bucket): Change return type to 'int'.
7031         (gl_linkedhash_list_implementation): Update.
7032         * lib/gl_anytree_list1.h (free_subtree): New function.
7033         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
7034         gl_tree_create_empty. Return NULL upon out-of-memory.
7035         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
7036         Change return type to 'int'. Return -1 upon out-of-memory.
7037         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
7038         out-of-memory.
7039         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
7040         (gl_tree_remove_node): New function, moved here from
7041         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
7042         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
7043         Update.
7044         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
7045         malloc, not xmalloc. Return NULL upon out-of-memory.
7046         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
7047         out-of-memory.
7048         (gl_tree_remove_node_from_tree): New function, extracted from
7049         gl_tree_remove_node.
7050         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
7051         upon out-of-memory.
7052         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
7053         out-of-memory.
7054         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
7055         upon out-of-memory.
7056         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
7057         upon out-of-memory.
7058         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
7059         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
7060         not xmalloc. Return NULL upon out-of-memory.
7061         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
7062         out-of-memory.
7063         (gl_tree_remove_node_from_tree): New function, extracted from
7064         gl_tree_remove_node.
7065         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
7066         upon out-of-memory.
7067         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
7068         out-of-memory.
7069         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
7070         upon out-of-memory.
7071         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
7072         upon out-of-memory.
7073         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
7074         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
7075         gl_anytree_list1.h before gl_anyavltree_list2.h.
7076         (gl_avltree_list_implementation): Update.
7077         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
7078         gl_anytree_list1.h before gl_anyavltree_list2.h.
7079         (gl_rbtree_list_implementation): Update.
7080         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
7081         Change return type to 'int'. Return -1 upon out-of-memory. Use
7082         __builtin_expect.
7083         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
7084         (gl_avltreehash_list_implementation): Update.
7085         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
7086         (gl_rbtreehash_list_implementation): Update.
7087         * modules/array-list (Depends-on): Remove xalloc.
7088         * modules/carray-list (Depends-on): Likewise.
7089         * modules/linked-list (Depends-on): Likewise.
7090         * modules/linkedhash-list (Depends-on): Likewise.
7091         * modules/avltree-list (Depends-on): Likewise.
7092         * modules/rbtree-list (Depends-on): Likewise.
7093         * modules/avltreehash-list (Depends-on): Likewise.
7094         * modules/rbtreehash-list (Depends-on): Likewise.
7095
7096         * modules/xsublist: New file.
7097         * lib/gl_xsublist.h: New file.
7098         * lib/gl_xsublist.c: New file.
7099         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
7100         (gl_sublist_nx_create): New declaration.
7101         * lib/gl_sublist.c: Don't include xalloc.h.
7102         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
7103         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
7104         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
7105         Change return type to 'int'. Return -1 upon out-of-memory.
7106         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
7107         upon out-of-memory.
7108         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
7109         NULL upon out-of-memory.
7110         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
7111         upon out-of-memory.
7112         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
7113         NULL upon out-of-memory.
7114         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
7115         NULL upon out-of-memory.
7116         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
7117         upon out-of-memory.
7118         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
7119         (gl_sublist_list_implementation): Update.
7120         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
7121         upon out-of-memory.
7122         * modules/sublist (Depends-on): Remove xalloc.
7123
7124         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
7125         * tests/test-carray_list.c: Likewise.
7126         * tests/test-linked_list.c: Likewise.
7127         * tests/test-linkedhash_list.c: Likewise.
7128         * tests/test-avltree_list.c: Likewise.
7129         * tests/test-rbtree_list.c: Likewise.
7130         * tests/test-avltreehash_list.c: Likewise.
7131         * tests/test-rbtreehash_list.c: Likewise.
7132         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
7133         * modules/carray-list-tests (Makefile.am): Likewise.
7134         * modules/linked-list-tests (Makefile.am): Likewise.
7135         * modules/linkedhash-list-tests (Makefile.am): Likewise.
7136         * modules/avltree-list-tests (Makefile.am): Likewise.
7137         * modules/rbtree-list-tests (Makefile.am): Likewise.
7138         * modules/avltreehash-list-tests (Makefile.am): Likewise.
7139         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
7140
7141         * NEWS: Mention the changes.
7142
7143         * lib/clean-temp.c: Include gl_xlist.h.
7144         * modules/clean-temp (Depends-on): Add xlist.
7145
7146         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
7147         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
7148
7149         * tests/test-array_oset.c: Include gl_xlist.h.
7150         * modules/array-oset-tests (Depends-on): Add xlist.
7151
7152         Reported by José E. Marchesi <jemarch@gnu.org>.
7153
7154 2009-12-13  Bruno Haible  <bruno@clisp.org>
7155
7156         Move the malloc checking from module 'oset' to new module 'xoset'.
7157         * modules/xoset: New file.
7158         * lib/gl_xoset.h: New file.
7159         * lib/gl_xoset.c: New file.
7160         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
7161         declarations.
7162         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
7163         (struct gl_oset_implementation): Rename and change methods accordingly.
7164         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
7165         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
7166         'int'. Mark as __warn_unused_result__.
7167         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
7168         gl_oset_create_empty.
7169         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
7170         'int'.
7171         * lib/gl_array_oset.c: Don't include xalloc.h.
7172         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
7173         malloc, not xmalloc.
7174         (grow): Change return type to 'int'. Don't call xalloc_die.
7175         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
7176         to 'int'.
7177         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
7178         'int'.
7179         (gl_array_oset_implementation): Update.
7180         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
7181         gl_tree_create_empty.
7182         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
7183         'int'.
7184         * lib/gl_avltree_oset.c: Don't include xalloc.h.
7185         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
7186         xmalloc.
7187         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
7188         not xmalloc.
7189         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
7190         xmalloc.
7191         (gl_avltree_oset_implementation): Update.
7192         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
7193         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
7194         xmalloc.
7195         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
7196         not xmalloc.
7197         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
7198         xmalloc.
7199         (gl_rbtree_oset_implementation): Update.
7200         * modules/array-oset (Depends-on): Remove xalloc.
7201         * modules/avltree-oset (Depends-on): Likewise.
7202         * modules/rbtree-oset (Depends-on): Likewise.
7203         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
7204         * tests/test-avltree_oset.c: Likewise.
7205         * tests/test-rbtree_oset.c: Likewise.
7206         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
7207         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
7208         * modules/rbtree-oset-tests (Makefile.am): Likewise.
7209         * NEWS: Mention the change.
7210
7211 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
7212
7213         maint.mk: allow a project to override release-prep commands
7214         * top/maint.mk (alpha, beta, stable): Move release-preparatory
7215         commands into a new rule.
7216         (release-prep): New rule.
7217         (release-prep-hook): New overridable variable.
7218
7219 2009-12-13  Bruno Haible  <bruno@clisp.org>
7220
7221         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
7222
7223 2009-12-13  Jim Meyering  <meyering@redhat.com>
7224
7225         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
7226         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
7227
7228 2009-12-12  Bruno Haible  <bruno@clisp.org>
7229
7230         duplocale: Tweak.
7231         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
7232
7233 2009-12-12  Karl Berry  <karl@gnu.org>
7234
7235         * config/srclist.txt (strtoll.c): tab changes, no more sync.
7236
7237 2009-12-12  Bruno Haible  <bruno@clisp.org>
7238
7239         * m4/po.m4: Undo incorrect untabification.
7240
7241 2009-12-12  Bruno Haible  <bruno@clisp.org>
7242
7243         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
7244         * modules/c-strtod (Depends-on): Add locale.
7245         * modules/c-strtold (Depends-on): Likewise.
7246
7247 2009-12-12  Bruno Haible  <bruno@clisp.org>
7248
7249         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
7250
7251 2009-12-11  Eric Blake  <ebb9@byu.net>
7252
7253         setenv: relax requirement in light of POSIX ruling
7254         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
7255         not NULL.
7256         * tests/test-setenv.c (main): Relax test.
7257         * tests/test-unsetenv.c (main): Likewise.
7258         * doc/posix-functions/setenv.texi (setenv): Document this.
7259         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
7260
7261 2009-12-11  Bruno Haible  <bruno@clisp.org>
7262
7263         New module 'fd-safer-flag'.
7264         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
7265         * lib/dup-safer.c (dup_safer_flag): Remove function.
7266         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
7267         * lib/fd-safer.c (fd_safer_flag): Remove function.
7268         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
7269         * modules/cloexec (configure.ac): Drop indicator macro.
7270         * modules/fd-safer-flag: New file.
7271         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
7272         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
7273         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
7274
7275 2009-12-11  Bruno Haible  <bruno@clisp.org>
7276
7277         Tests for module 'nl_langinfo'.
7278         * modules/nl_langinfo-tests: New file.
7279         * tests/test-nl_langinfo.sh: New file.
7280         * tests/test-nl_langinfo.c: New file.
7281
7282         New module 'nl_langinfo'.
7283         * lib/nl_langinfo.c: New file.
7284         * m4/nl_langinfo.m4: New file.
7285         * modules/nl_langinfo: New file.
7286         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
7287
7288 2009-12-11  Bruno Haible  <bruno@clisp.org>
7289
7290         Tests for module 'langinfo'.
7291         * modules/langinfo-tests: New file.
7292         * tests/test-langinfo.c: New file.
7293
7294         New module 'langinfo'.
7295         * lib/langinfo.in.h: New file.
7296         * m4/langinfo_h.m4: New file.
7297         * modules/langinfo: New file.
7298         * doc/posix-headers/langinfo.texi: Mention the new module.
7299
7300 2009-12-11  Bruno Haible  <bruno@clisp.org>
7301
7302         * lib/config.charset: Untabify.
7303
7304 2009-12-11  Bruno Haible  <bruno@clisp.org>
7305
7306         * modules/unistd-safer (configure.ac): Drop indicator macro.
7307
7308 2009-12-11  Bruno Haible  <bruno@clisp.org>
7309
7310         Move pipe2-safer code to its own file.
7311         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
7312         * lib/pipe-safer.c (pipe2_safer): Remove function.
7313         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
7314         (Makefile.am): Add it to lib_SOURCES.
7315
7316 2009-12-10  Bruno Haible  <bruno@clisp.org>
7317
7318         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
7319
7320 2009-12-10  Bruno Haible  <bruno@clisp.org>
7321
7322         Declare which arguments expect non-NULL values, for GCC and clang.
7323         * build-aux/arg-nonnull.h: New file.
7324         * modules/arg-nonnull: New file.
7325         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
7326         (inet_ntop, inet_pton): Use it.
7327         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
7328         (closedir, dirfd, opendir, scandir, alphasort): Use it.
7329         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
7330         (open, openat): Use it.
7331         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
7332         (fnmatch): Use it.
7333         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
7334         (getopt, getopt_long, getopt_long_only): Use it.
7335         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
7336         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
7337         Use it.
7338         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
7339         (iconv_open): Use it.
7340         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
7341         (strtoimax, strtoumax): Use it.
7342         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
7343         (duplocale): Use it.
7344         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
7345         (frexp, frexpl): Use it.
7346         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
7347         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
7348         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
7349         (tsearch, tfind, tdelete, twalk): Use it.
7350         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
7351         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
7352         sigpending): Use it.
7353         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
7354         (posix_spawn, posix_spawnp, posix_spawnattr_init,
7355         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
7356         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
7357         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
7358         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
7359         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
7360         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
7361         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
7362         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
7363         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
7364         Use it.
7365         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
7366         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
7367         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
7368         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
7369         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
7370         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
7371         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
7372         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
7373         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
7374         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
7375         strtoull, unsetenv): Use it.
7376         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
7377         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
7378         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
7379         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
7380         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
7381         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
7382         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
7383         (strcasecmp, strncasecmp): Use it.
7384         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
7385         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
7386         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
7387         rpl_setsockopt): Use it.
7388         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
7389         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
7390         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
7391         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
7392         (gettimeofday): Use it.
7393         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
7394         (times): Use it.
7395         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
7396         (uname): Use it.
7397         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
7398         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
7399         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
7400         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
7401         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
7402         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
7403         unlinkat, write): Use it.
7404         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
7405         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
7406         * lib/argv-iter.h: Include arg-nonnull.h.
7407         (_ATTRIBUTE_NONNULL_): Remove macro.
7408         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
7409         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
7410         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
7411         optimization.
7412         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
7413         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
7414         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
7415         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
7416         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
7417         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
7418         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
7419         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
7420         * modules/arpa_inet (Depends-on): Add arg-nonnull.
7421         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
7422         * modules/dirent (Depends-on): Add arg-nonnull.
7423         (Makefile.am): Insert arg-nonnull.h into dirent.h.
7424         * modules/fcntl-h (Depends-on): Add arg-nonnull.
7425         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
7426         * modules/fnmatch (Depends-on): Add arg-nonnull.
7427         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
7428         * modules/getopt-posix (Depends-on): Add arg-nonnull.
7429         (Makefile.am): Insert arg-nonnull.h into getopt.h.
7430         * modules/glob (Depends-on): Add arg-nonnull.
7431         (Makefile.am): Insert arg-nonnull.h into glob.h.
7432         * modules/iconv_open (Depends-on): Add arg-nonnull.
7433         (Makefile.am): Insert arg-nonnull.h into iconv.h.
7434         * modules/inttypes (Depends-on): Add arg-nonnull.
7435         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
7436         * modules/locale (Depends-on): Add arg-nonnull.
7437         (Makefile.am): Insert arg-nonnull.h into locale.h.
7438         * modules/math (Depends-on): Add arg-nonnull.
7439         (Makefile.am): Insert arg-nonnull.h into math.h.
7440         * modules/netdb (Depends-on): Add arg-nonnull.
7441         (Makefile.am): Insert arg-nonnull.h into netdb.h.
7442         * modules/search (Depends-on): Add arg-nonnull.
7443         (Makefile.am): Insert arg-nonnull.h into search.h.
7444         * modules/signal (Depends-on): Add arg-nonnull.
7445         (Makefile.am): Insert arg-nonnull.h into signal.h.
7446         * modules/spawn (Depends-on): Add arg-nonnull.
7447         (Makefile.am): Insert arg-nonnull.h into spawn.h.
7448         * modules/stdio (Depends-on): Add arg-nonnull.
7449         (Makefile.am): Insert arg-nonnull.h into stdio.h.
7450         * modules/stdlib (Depends-on): Add arg-nonnull.
7451         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
7452         * modules/string (Depends-on): Add arg-nonnull.
7453         (Makefile.am): Insert arg-nonnull.h into string.h.
7454         * modules/strings (Depends-on): Add arg-nonnull.
7455         (Makefile.am): Insert arg-nonnull.h into strings.h.
7456         * modules/sys_socket (Depends-on): Add arg-nonnull.
7457         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
7458         * modules/sys_stat (Depends-on): Add arg-nonnull.
7459         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
7460         * modules/sys_time (Depends-on): Add arg-nonnull.
7461         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
7462         * modules/sys_times (Depends-on): Add arg-nonnull.
7463         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
7464         * modules/sys_utsname (Depends-on): Add arg-nonnull.
7465         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
7466         * modules/time (Depends-on): Add arg-nonnull.
7467         (Makefile.am): Insert arg-nonnull.h into time.h.
7468         * modules/unistd (Depends-on): Add arg-nonnull.
7469         (Makefile.am): Insert arg-nonnull.h into unistd.h.
7470         * modules/wchar (Depends-on): Add arg-nonnull.
7471         (Makefile.am): Insert arg-nonnull.h into wchar.h.
7472         * modules/argv-iter (Depends-on): Add arg-nonnull.
7473         * tests/test-canonicalize.c (null_ptr): New function.
7474         (main): Use it.
7475         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
7476         (main): Use it.
7477         * tests/test-memmem.c (null_ptr): New function.
7478         (main): Use it.
7479         Reported by Jim Meyering.
7480
7481 2009-12-10  Bruno Haible  <bruno@clisp.org>
7482
7483         Use spaces for indentation, not tabs.
7484         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
7485         * m4/*.m4: Untabify.
7486         * build-aux/*.h: Untabify.
7487         * tests/**/*.[hc]: Untabify.
7488         * README: New section "Indent with spaces, not TABs", based on
7489         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
7490         * NEWS: Mention the change.
7491
7492 2009-12-10  Bruno Haible  <bruno@clisp.org>
7493
7494         pty test: Fix link error.
7495         * modules/pty-tests (Makefile.am): Add the default LDADD value to
7496         test_pty_LDADD.
7497
7498 2009-12-07  Simon Josefsson  <simon@josefsson.org>
7499
7500         * modules/pty: New file.
7501         * modules/pty-tests: New file.
7502         * m4/pty.m4: New file.
7503         * tests/test-pty.c: New file.
7504         * doc/glibc-headers/pty.texi: Modified.
7505         * doc/glibc-functions/forkpty.texi: Modified.
7506         * doc/glibc-functions/openpty.texi: Modified.
7507
7508 2009-12-10  Bruno Haible  <bruno@clisp.org>
7509
7510         Avoid syntax error in C++ mode.
7511         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
7512
7513 2009-12-10  Bruno Haible  <bruno@clisp.org>
7514
7515         Use sed with option -e.
7516         * gnulib-tool (func_version, func_emit_copyright_notice,
7517         func_emit_initmacro_end, func_import, func_create_testdir): Pass
7518         option -e to sed.
7519         * modules/link-warning (Makefile.am): Likewise.
7520
7521 2009-12-10  Jim Meyering  <meyering@redhat.com>
7522
7523         mgetgroups: do not write bytes beyond end of malloc'd buffer
7524         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
7525         username, we call getgroups with a one-element-shorter buffer,
7526         but still told it the length was original, max_n_groups.
7527
7528 2009-12-09  Eric Blake  <ebb9@byu.net>
7529
7530         cloexec: relax license
7531         * modules/cloexec (Maintainer): Add myself.
7532         (License): Use LGPL, not GPL.
7533
7534         link-warning: optimize generation
7535         * modules/link-warning (Makefile.am): Reduce process usage.
7536
7537 2009-12-09  Bruno Haible  <bruno@clisp.org>
7538
7539         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
7540         workaround was added on 2009-11-17.
7541
7542 2009-12-09  Jim Meyering  <meyering@redhat.com>
7543             Bruno Haible  <bruno@clisp.org>
7544
7545         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
7546         * modules/link-warning (Makefile.am): Make the comment-removing sed
7547         command more robust in the face of bootstrap-prepended comment lines.
7548
7549 2009-12-09  Bruno Haible  <bruno@clisp.org>
7550
7551         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
7552         most one group.
7553
7554 2009-12-09  Simon Josefsson <simon@josefsson.org>
7555             Bruno Haible  <bruno@clisp.org>
7556
7557         * build-aux/link-warning.h: Add copyright notice.
7558         * modules/link-warning (Makefile.am): Generate link-warning.h from
7559         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
7560         * NEWS: Mention change in link-warning module.
7561         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
7562         * modules/dirent (Makefile.am): Add dependency to dirent.h.
7563         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
7564         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
7565         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
7566         * modules/math (Makefile.am): Add dependency to math.h.
7567         * modules/search (Makefile.am): Add dependency to search.h.
7568         * modules/signal (Makefile.am): Add dependency to signal.h.
7569         * modules/spawn (Makefile.am): Add dependency to spawn.h.
7570         * modules/stdio (Makefile.am): Add dependency to stdio.h.
7571         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
7572         * modules/string (Makefile.am): Add dependency to string.h.
7573         * modules/strings (Makefile.am): Add dependency to strings.h.
7574         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
7575         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
7576         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
7577         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
7578         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
7579         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
7580         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
7581         * modules/unistd (Makefile.am): Add dependency to unistd.h.
7582         * modules/wchar (Makefile.am): Add dependency to wchar.h.
7583
7584 2009-12-09  Bruno Haible  <bruno@clisp.org>
7585
7586         fchdir: Optimize away rpl_fstat when possible.
7587         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
7588         REPLACE_OPEN_DIRECTORY.
7589         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
7590
7591 2009-12-09  Bruno Haible  <bruno@clisp.org>
7592
7593         * lib/fchdir.c: Update comment.
7594
7595 2009-12-09  Bruno Haible  <bruno@clisp.org>
7596
7597         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
7598
7599 2009-12-08  Eric Blake  <ebb9@byu.net>
7600
7601         fchdir: avoid memory leak on re-registration.
7602         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
7603
7604 2009-12-08  Jim Meyering  <meyering@redhat.com>
7605
7606         init.sh: avoid Solaris 10 /bin/sh portability problem
7607         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
7608         sourced script:
7609           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
7610           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
7611           bar
7612         tests/init.sh relied on that, accepting a --set-path=DIR argument,
7613         and two tests used that idiom.
7614         * tests/init.sh: Update suggested usage comments.
7615         (path_prepend_): New function, to be used in place
7616         of the --src-path=DIR option.
7617         (setup_): Move PATH-prepending code into path_prepend_.
7618         * tests/test-pread.sh: Adapt to new usage.
7619         * tests/test-xalloc-die.sh: Likewise.
7620
7621 2009-12-08  Simon Josefsson  <simon@josefsson.org>
7622
7623         * doc/gnulib.texi (Glibc pty.h): Add.
7624         * doc/glibc-functions/forkpty.texi: Add.
7625         * doc/glibc-functions/openpty.texi: Add.
7626         Suggested by Bruno Haible.
7627
7628 2009-12-08  Eric Blake  <ebb9@byu.net>
7629
7630         fchdir: fix logic bugs
7631         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
7632         * tests/test-fchdir.c (main): Enhance test.
7633         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
7634         is in use.
7635
7636         dup2: fix logic bugs
7637         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
7638         REPLACE_DUP2 to decide when rpl_dup2 is needed.
7639         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
7640         exists.
7641         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
7642
7643 2009-12-07  Eric Blake  <ebb9@byu.net>
7644
7645         unlink: fix m4 detection
7646         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
7647
7648         unistd-safer: add unit test
7649         * modules/unistd-safer-tests: New file.
7650         * tests/test-dup-safer.c: Likewise.
7651         * tests/test-cloexec.c (setmode): Avoid compiler warning.
7652         * tests/test-dup2.c (setmode): Likewise.
7653         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
7654
7655         cloexec: preserve text vs. binary across dup_cloexec
7656         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
7657         mode.
7658         * modules/dup2-tests (Depends-on): Add binary-io.
7659         * modules/cloexec-tests (Depends-on): Likewise.
7660         * tests/test-dup2.c (setmode, is_mode): New helpers.
7661         (main): Add tests that translation mode is preserved.
7662         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
7663         Reported by Bruno Haible.
7664
7665         mgetgroups: reduce duplicate listings
7666         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
7667         resulting array.
7668         * tests/test-chown.h (test_chown): Simplify client.
7669         * tests/test-lchown.h (test_lchown): Likewise.
7670
7671 2009-12-06  Bruno Haible  <bruno@clisp.org>
7672
7673         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
7674         value.
7675
7676 2009-12-06  Bruno Haible  <bruno@clisp.org>
7677
7678         * lib/progname.c: Include stdio.h, stdlib.h.
7679         (set_program_name): Reject a NULL argument.
7680
7681 2009-12-05  Eric Blake  <ebb9@byu.net>
7682
7683         pipe2-safer: new module
7684         * modules/pipe2-safer: New file.
7685         * lib/unistd-safer.h (pipe2_safer): New prototype.
7686         * lib/unistd--.h (pipe2): New wrapper.
7687         * lib/pipe-safer.c (pipe2_safer): New function.
7688         * modules/pipe (Depends-on): Add pipe2-safer.
7689         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
7690
7691         stdlib-safer: preserve cloexec flag for mkostemp[s]
7692         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
7693         fd_safer_flag.
7694
7695         unistd-safer: allow preservation of cloexec status via flag
7696         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
7697         prototypes.
7698         * lib/dup-safer.c (dup_safer_flag): New function.
7699         * lib/fd-safer.c (fd_safer_flag): Likewise.
7700         * modules/cloexec (configure.ac): Set witness.
7701
7702         test-dup2: enhance test
7703         * modules/dup2-tests (Depends-on): Add cloexec.
7704         * tests/test-dup2.c (main): Enhance test.
7705
7706         cloexec: add dup_cloexec
7707         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
7708         header and comments.
7709         * lib/cloexec.c (set_cloexec_flag): Add comments.
7710         (dup_cloexec): New function, with mingw implementation borrowed
7711         from...
7712         * lib/w32spawn.h (dup_noinherit): ...here.
7713         * modules/execute (Depends-on): Add cloexec.
7714         * modules/pipe (Depends-on): Likewise.
7715         * modules/cloexec (Depends-on): Add dup2.
7716         * modules/cloexec-tests (Files): New file.
7717         * tests/test-cloexec.c: Likewise.
7718
7719         test-xalloc-die: fix test for mingw
7720         * modules/xalloc-die-tests (Files): Add tests/init.sh.
7721         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
7722         directory and .exe suffix off argv[0] output.
7723
7724         test-fseeko: fix test for mingw
7725         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
7726         than undefining fseek, so test will pass on mingw.
7727
7728 2009-12-05  Bruno Haible  <bruno@clisp.org>
7729
7730         * lib/progname.h (set_program_name): Clarify specification.
7731         * lib/progname.c (set_program_name): Likewise.
7732         Reported by Jim Meyering.
7733
7734 2009-12-05  Jim Meyering  <meyering@redhat.com>
7735
7736         maint.mk: backslash-escape parens in default regexp
7737         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
7738         backslash-escape the literal parentheses.
7739
7740         maint.mk: news-date-check: use grep -E
7741         * top/maint.mk (today): Define a Make variable, not a...
7742         (news-date-check): ...shell variable.
7743         (news-date-regexp): Use the Make variable.
7744         Use grep's -E option.  Change the failing diagnostic to mention
7745         the variable, $(news-date-regexp).
7746
7747 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
7748
7749         maintainer-makefile: allow customization of NEWS entry format
7750         * top/maint.mk (news-date-regexp): New overridable variable.
7751         (news-date-check): Use it.
7752
7753 2009-12-04  Eric Blake  <ebb9@byu.net>
7754
7755         mgetgroups: add xgetgroups, and avoid ENOSYS failures
7756         * lib/mgetgroups.h (xgetgroups): New prototype.
7757         * lib/mgetgroups.c (xgetgroups): New wrapper.
7758         (mgetgroups): Handle ENOSYS.
7759         * modules/mgetgroups (Depends-on): Add realloc.
7760         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
7761
7762         mgetgroups: avoid argument promotion issues with -1
7763         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
7764         for invalid gid_t.
7765         * tests/test-chown.h (getegid, test_chown): Likewise.
7766         * tests/test-lchown.h (getegid, test_lchown): Likewise.
7767
7768 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
7769
7770         exclude: Fix header file problems.
7771         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
7772
7773 2009-12-01  Jim Meyering  <meyering@redhat.com>
7774
7775         fts: fts_open: do not let an empty string cause immediate failure
7776         This is required in support of GNU rm, for which the command
7777         "rm A '' B" must process and remove both A and B, in spite of
7778         the empty string argument.
7779         * lib/fts.c (fts_open): Do not let the presence of an empty string
7780         cause fts_open to fail immediately.  Most fts-using tools must be
7781         able to process all arguments, in order, and can be expected to
7782         diagnose such arguments themselves.
7783
7784 2009-11-30  Eric Blake  <ebb9@byu.net>
7785
7786         utimens: fix compilation error
7787         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
7788         Declare variable at right scope.
7789
7790 2009-11-29  Jim Meyering  <meyering@redhat.com>
7791
7792         bootstrap: handle perl-5.11's changed --version output
7793         * build-aux/bootstrap (get_version): Handle perl separately,
7794         since perl-5.11's --version output is different.
7795
7796 2009-11-28  Jim Meyering  <meyering@redhat.com>
7797
7798         userspec: depend on the inttostr module, too
7799         * modules/userspec (Depends-on): Add inttostr.
7800
7801         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
7802         * lib/userspec.c (parse_with_separator): Do not accept a user ID
7803         number of MAXUID when it evaluates to (uid_t) -1.
7804         Likewise for group ID.  Reported by Matt McCutchen in
7805         <http://savannah.gnu.org/bugs/?28113>
7806
7807         userspec: reformat to use spaces, not TABs
7808         * lib/userspec.c: Expand TABs to spaces.
7809         Add Emacs' "indent-tabs-mode: nil" hint.
7810
7811 2009-11-27  Eric Blake  <ebb9@byu.net>
7812
7813         getopt-gnu: flush out another BSD bug
7814         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
7815         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
7816         flush out BSD bug.
7817         * tests/test-getopt.h (test_getopt): End lists with NULL.
7818         * tests/test-getopt_long.h (test_getopt_long): Likewise.
7819         (test_getopt_long_posix): Enhance test.
7820         * modules/getopt-posix-tests (Depends-on): Add stdbool.
7821         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
7822         getopt-gnu.
7823         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
7824         Likewise.
7825
7826 2009-11-27  Simon Josefsson  <simon@josefsson.org>
7827
7828         * modules/idpriv-droptemp-tests (Notice): Fix text.
7829
7830 2009-11-27  Jim Meyering  <meyering@redhat.com>
7831
7832         test-xalloc-die: avoid spurious failure due to libtool argv difference
7833         In a libtool-enabled project, this test would fail due to a difference
7834         in the emitted program name, e.g.,
7835         -test-xalloc-die: memory exhausted
7836         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
7837         Use program to avoid that.
7838         * modules/xalloc-die-tests (Depends-on): Add progname.
7839         * tests/test-xalloc-die.c: Include progname.h".
7840         (program_name): Remove decl.
7841         (main): Call set_program_name.
7842         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
7843
7844 2009-11-26  Richard Jones  <rjones@redhat.com>
7845
7846         w32sock: leave win32 error in place.
7847         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
7848
7849 2009-11-26  Eric Blake  <ebb9@byu.net>
7850
7851         init.sh: suggest to use skip_ and fail_ functions in comments
7852         * tests/init.sh: Add a sentence.
7853
7854 2009-11-25  Bruno Haible  <bruno@clisp.org>
7855
7856         init.sh: add documentation in comments
7857         * tests/init.sh: Add some developer and user documentation.
7858
7859 2009-11-26  Jim Meyering  <meyering@redhat.com>
7860
7861         init.sh: accommodate even those who specify bogus srcdir manually
7862         * tests/init.sh: Normally, srcdir is guaranteed by automake and
7863         configure-time tests to be sanitized, so that there is no need to
7864         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
7865         (with no double quotes) suffices.  However, since tests may be
7866         invoked manually, and since you may explicitly set srcdir to the
7867         name of a directory containing spaces, do quote its uses here.
7868         * tests/test-pread.sh: Likewise.
7869         Suggested by Bruno Haible.
7870
7871         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
7872         * tests/test-pread.sh: Write no data into the pipe, because
7873         test-pread actually reads none.  This avoids a diagnostic,
7874         "bash: echo: write error: Broken pipe", that arises in the unusual
7875         event something is ignoring SIGPIPE, and might be interpreted
7876         as some sort of failure.  Reported by Bruno Haible.
7877
7878 2009-11-25  Jim Meyering  <meyering@redhat.com>
7879
7880         test-pread: cover failure with ESPIPE and EINVAL
7881         * tests/test-pread.c (main): Test for failure, too.
7882         * tests/test-pread.sh: Invoke with stdin on a pipe.
7883         Suggested by Eric Blake.
7884
7885         pread: improvement and fix
7886         * modules/pread (Depends-on): Depend on lseek, for portability to
7887         e.g., mingw.  Suggested by Eric Blake.
7888         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
7889
7890         unistd.in.h: correct declaration of pread
7891         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
7892         Reported by Richard W.M. Jones.
7893
7894         test-pread.sh: distribute the test script
7895         * modules/pread-tests (Files): Include test-pread.sh.
7896
7897         test-pread.sh: clean up
7898         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
7899         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
7900         That is unnecessary, since it's always ".".
7901         Suggestion from Eric Blake.
7902
7903         test-pread.sh: make executable
7904         * tests/test-pread.sh: Set executable bit.
7905         Reported by Eric Blake.
7906
7907         correct typo in test-pread.sh
7908         * tests/test-pread.sh: Add #! line.
7909
7910         test pread
7911         * tests/test-pread.c: New file.
7912         * tests/test-pread.sh: Likewise.
7913         * modules/pread-tests: Likewise.
7914
7915         pread: new module
7916         * modules/pread: New file.
7917         * lib/unistd.in.h (pread): Define/declare.
7918         * lib/pread.c (pread): New file.
7919         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
7920         * modules/unistd (Makefile.am): Substitute witnesses.
7921         * doc/posix-functions/pread.texi (pread): Update.
7922         * MODULES.html.sh: Add pread.
7923
7924 2009-11-25  Jim Meyering  <meyering@redhat.com>
7925
7926         tests/init.sh: new file to be used via most *.sh tests
7927         * tests/init.sh: New file.
7928
7929 2009-11-25  Eric Blake  <ebb9@byu.net>
7930
7931         utimens: work around older Linux failure with symlinks
7932         * lib/utimens.c (lutimensat_works_really): New variable.
7933         (fdutimens, lutimens): Use it to manage kernels that support
7934         nanosecond times on files, but not on symlinks.
7935         Reported by OndÅ™ej Vašík.
7936
7937         utimes: fix configure grammar
7938         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
7939
7940 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
7941
7942         regex: Fix fastmap for multibyte character ranges.
7943         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
7944         characters when a multibyte character range is included.
7945
7946 2009-11-22  Andy Wingo  <wingo@pobox.com>
7947
7948         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
7949         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
7950
7951 2009-11-24  Bruno Haible  <bruno@clisp.org>
7952
7953         doc: Most *_l functions exist in MacOS X 10.5.
7954         * doc/posix-functions/duplocale.texi: Update platforms list.
7955         * doc/posix-functions/freelocale.texi: Likewise.
7956         * doc/posix-functions/newlocale.texi: Likewise.
7957         * doc/posix-functions/uselocale.texi: Likewise.
7958         * doc/posix-functions/isalnum_l.texi: Likewise.
7959         * doc/posix-functions/isalpha_l.texi: Likewise.
7960         * doc/posix-functions/isblank_l.texi: Likewise.
7961         * doc/posix-functions/iscntrl_l.texi: Likewise.
7962         * doc/posix-functions/isdigit_l.texi: Likewise.
7963         * doc/posix-functions/isgraph_l.texi: Likewise.
7964         * doc/posix-functions/islower_l.texi: Likewise.
7965         * doc/posix-functions/isprint_l.texi: Likewise.
7966         * doc/posix-functions/ispunct_l.texi: Likewise.
7967         * doc/posix-functions/isspace_l.texi: Likewise.
7968         * doc/posix-functions/isupper_l.texi: Likewise.
7969         * doc/posix-functions/iswalnum_l.texi: Likewise.
7970         * doc/posix-functions/iswalpha_l.texi: Likewise.
7971         * doc/posix-functions/iswblank_l.texi: Likewise.
7972         * doc/posix-functions/iswcntrl_l.texi: Likewise.
7973         * doc/posix-functions/iswctype_l.texi: Likewise.
7974         * doc/posix-functions/iswdigit_l.texi: Likewise.
7975         * doc/posix-functions/iswgraph_l.texi: Likewise.
7976         * doc/posix-functions/iswlower_l.texi: Likewise.
7977         * doc/posix-functions/iswprint_l.texi: Likewise.
7978         * doc/posix-functions/iswpunct_l.texi: Likewise.
7979         * doc/posix-functions/iswspace_l.texi: Likewise.
7980         * doc/posix-functions/iswupper_l.texi: Likewise.
7981         * doc/posix-functions/iswxdigit_l.texi: Likewise.
7982         * doc/posix-functions/isxdigit_l.texi: Likewise.
7983         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
7984         * doc/posix-functions/strcasecmp_l.texi: Likewise.
7985         * doc/posix-functions/strcoll_l.texi: Likewise.
7986         * doc/posix-functions/strfmon_l.texi: Likewise.
7987         * doc/posix-functions/strftime_l.texi: Likewise.
7988         * doc/posix-functions/strncasecmp_l.texi: Likewise.
7989         * doc/posix-functions/strxfrm_l.texi: Likewise.
7990         * doc/posix-functions/tolower_l.texi: Likewise.
7991         * doc/posix-functions/toupper_l.texi: Likewise.
7992         * doc/posix-functions/towctrans_l.texi: Likewise.
7993         * doc/posix-functions/towlower_l.texi: Likewise.
7994         * doc/posix-functions/towupper_l.texi: Likewise.
7995         * doc/posix-functions/wcscoll_l.texi: Likewise.
7996         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
7997         * doc/posix-functions/wctrans_l.texi: Likewise.
7998         * doc/posix-functions/wctype_l.texi: Likewise.
7999         * doc/glibc-functions/strptime_l.texi: Likewise.
8000         * doc/glibc-functions/strtod_l.texi: Likewise.
8001         * doc/glibc-functions/strtof_l.texi: Likewise.
8002         * doc/glibc-functions/strtol_l.texi: Likewise.
8003         * doc/glibc-functions/strtold_l.texi: Likewise.
8004         * doc/glibc-functions/strtoll_l.texi: Likewise.
8005         * doc/glibc-functions/strtoul_l.texi: Likewise.
8006         * doc/glibc-functions/strtoull_l.texi: Likewise.
8007         * doc/glibc-functions/wcsftime_l.texi: Likewise.
8008         * doc/glibc-functions/wcstod_l.texi: Likewise.
8009         * doc/glibc-functions/wcstof_l.texi: Likewise.
8010         * doc/glibc-functions/wcstol_l.texi: Likewise.
8011         * doc/glibc-functions/wcstold_l.texi: Likewise.
8012         * doc/glibc-functions/wcstoll_l.texi: Likewise.
8013         * doc/glibc-functions/wcstoul_l.texi: Likewise.
8014         * doc/glibc-functions/wcstoull_l.texi: Likewise.
8015
8016 2009-11-24  Bruno Haible  <bruno@clisp.org>
8017
8018         duplocale: Fix logic bug.
8019         * lib/duplocale.c: Don't include <langinfo.h>.
8020         (_NL_LOCALE_NAME): Remove macro.
8021         (rpl_duplocale): Use setlocale instead of nl_langinfo.
8022         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
8023
8024 2009-11-23  Jim Meyering  <meyering@redhat.com>
8025
8026         test-update-copyright: don't hard-code /usr/bin/perl
8027         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
8028         perl to print the current year.  Gilles Espinasse reported that
8029         the replaced use of perl was hard-coded as /usr/bin/perl.
8030
8031 2009-11-23  Bruno Haible  <bruno@clisp.org>
8032
8033         duplocale: Add support for glibc 2.3.x.
8034         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
8035
8036 2009-11-22  Bruno Haible  <bruno@clisp.org>
8037
8038         vasnprintf: Tiny optimization.
8039         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
8040         MacOS X.
8041
8042 2009-11-22  Bruno Haible  <bruno@clisp.org>
8043
8044         Tests for module 'duplocale'.
8045         * modules/duplocale-tests: New file.
8046         * tests/test-duplocale.c: New file.
8047
8048         New module 'duplocale'.
8049         * m4/duplocale.m4: New file.
8050         * lib/locale.in.h (duplocale): New declaration.
8051         * lib/duplocale.c: New file.
8052         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
8053         gl_LOCALE_H_DEFAULTS): New macros.
8054         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
8055         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
8056         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
8057         REPLACE_DUPLOCALE.
8058         * modules/duplocale: New file.
8059         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
8060
8061 2009-11-22  Bruno Haible  <bruno@clisp.org>
8062
8063         * modules/locale-tests (configure.ac): Test for newlocale function.
8064         * tests/test-locale.c: When the system has extended locale functions,
8065         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
8066
8067         locale: Make locale_t available when possible.
8068         * lib/locale.in.h: Include <xlocale.h> when it exists.
8069         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
8070         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
8071         * modules/locale (Depends-on): Add extensions.
8072         (Makefile.am): Also substitute HAVE_XLOCALE_H.
8073         * doc/posix-headers/locale.texi: Document the problem with locale_t.
8074
8075 2009-11-22  Bruno Haible  <bruno@clisp.org>
8076
8077         Add comments.
8078         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
8079         invocation.
8080         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
8081         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
8082         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
8083
8084 2009-11-22  Bruno Haible  <bruno@clisp.org>
8085
8086         error: account for the possibility of freopen (stdout).
8087         * lib/error.c: Include <unistd.h>.
8088         (flush_stdout): New function, extracted from error and error_at_line.
8089         Determine stdout's fd dynamically.
8090         (error, error_at_line): Invoke flush_stdout.
8091         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
8092         * modules/error (Depends-on): Add unistd.
8093
8094 2009-11-22  Bruno Haible  <bruno@clisp.org>
8095
8096         diffseq: Add comment.
8097         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
8098
8099 2009-11-22  Jim Meyering  <meyering@redhat.com>
8100
8101         c-stack: avoid defining an unused static function
8102         * lib/c-stack.c (find_stack_direction): Do not define this function
8103         when it will not be used.
8104
8105         diffseq: avoid spurious gcc warnings
8106         * lib/diffseq.h (IF_LINT2): Define.
8107         (compareseq): Use it to initialize two members of "part".
8108         This avoids two used-uninitialized warnings.
8109
8110 2009-11-21  Jim Meyering  <meyering@redhat.com>
8111
8112         c-stack: avoid "ignoring return value of `write'" warning
8113         * lib/c-stack.c: Include "ignore-value.h".
8114         (die): Explicitly ignore each write return value.
8115         * modules/c-stack (Depends-on): Add ignore-value.
8116
8117 2009-11-21  Bruno Haible  <bruno@clisp.org>
8118
8119         diffseq: reduce scope of variable 'best'.
8120         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
8121         variable, earlier used for two different purposes.
8122
8123 2009-11-21  Jim Meyering  <meyering@redhat.com>
8124
8125         diffseq: remove useless assignment to "best"
8126         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
8127         assignment.  At that point "best" is already guaranteed to be zero.
8128
8129 2009-11-20  Eric Blake  <ebb9@byu.net>
8130
8131         build: mention ftp redirector in release announcements
8132         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
8133         values that used to come from cfg.mk; mention FTP redirect URL.
8134         * build-aux/announce-gen: Mention the mirror list.
8135         Suggested by Karl Berry.
8136
8137         nanosleep: improve port to mingw
8138         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
8139         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
8140         LIB_NANOSLEEP, but only when needed.
8141         * modules/select (Link): Document LIBSOCKET.
8142         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
8143         enough.
8144
8145         nanosleep: work around cygwin bug
8146         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
8147         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
8148         bug.
8149         (getnow): Delete, not needed.
8150         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
8151         LIB_CLOCK_GETTIME.
8152         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
8153         clock-time, gettime.
8154         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
8155         bug.
8156         * modules/nanosleep-tests: New test.
8157         * tests/test-nanosleep.c: New file.
8158
8159         sleep: work around cygwin bug
8160         * lib/sleep.c (rpl_sleep): Work around the bug.
8161         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
8162         (gl_PREREQ_SLEEP): Delete unused macro.
8163         * modules/sleep (Depends-on): Add verify.
8164         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
8165         * modules/unistd (Makefile.am): Substitute witness.
8166         * lib/unistd.in.h (sleep): Update prototype.
8167         * doc/posix-functions/sleep.texi (sleep): Document the bug.
8168         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
8169         * modules/sleep-tests (Depends-on): Check for alarm.
8170
8171 2009-11-20  Jim Meyering  <meyering@redhat.com>
8172
8173         maint.mk: improve sc_prohibit_magic_number_exit
8174         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
8175         so it does not match uses like System.exit(1).
8176         Add comments showing how to correct all offenders.
8177
8178 2009-11-19  Eric Blake  <ebb9@byu.net>
8179
8180         xalloc-die-tests: add missing library
8181         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
8182
8183         test-xvasprintf: silence compiler warnings
8184         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
8185         empty string from gcc.
8186
8187 2009-11-19  Jim Meyering  <meyering@redhat.com>
8188
8189         xfreopen: new module, from coreutils
8190         * modules/xfreopen: New module.
8191         * lib/xfreopen.c: New file.
8192         * lib/xfreopen.h: New file.
8193         * MODULES.html.sh (File stream based Input/Output"): Add it.
8194
8195 2009-11-19  Eric Blake  <ebb9@byu.net>
8196
8197         manywarnings: depend on warnings
8198         * modules/manywarnings (Depends-on): Add warnings.
8199
8200         build: avoid compiler warnings
8201         * lib/select.c (rpl_select): Delete unused variable.
8202         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
8203
8204 2009-11-18  Eric Blake  <ebb9@byu.net>
8205
8206         tests: avoid false negative with --with-packager
8207         * tests/test-version-etc.sh: Discard packager information.
8208         * tests/test-argp-version-etc-1.sh: Likewise.
8209         Reported by Mike Frysinger.
8210
8211         utimens: fix regression on Solaris
8212         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
8213         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
8214         can only change fd timestamps via futimesat.  Instead, use an
8215         additional witness macro to avoid BSD bug.
8216         Reported by Jim Meyering.
8217
8218 2009-11-17  Eric Blake  <ebb9@byu.net>
8219
8220         usleep: use it to simplify tests
8221         * modules/stat-time-tests (Depends-on): Add usleep.
8222         (configure.ac): Drop usleep check.
8223         * modules/chown-tests (Depends-on, configure.ac): Likewise.
8224         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
8225         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
8226         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
8227         * modules/openat-tests (Depends-on, configure.ac): Likewise.
8228         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
8229         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
8230         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
8231         Likewise.
8232         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
8233         * tests/test-lchown.h (nap): Likewise.
8234         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
8235         * tests/test-stat-time.c (nap): Likewise.
8236         * tests/test-utimens-common.h (nap): Update comments.
8237
8238         usleep: new module
8239         * modules/usleep: New file.
8240         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
8241         * lib/usleep.c (usleep): Likewise.
8242         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
8243         * modules/unistd (Makefile.am): Substitute witnesses.
8244         * lib/unistd.in.h (usleep): Add declaration.
8245         * doc/pastposix-functions/usleep.texi (usleep): Document this.
8246         * MODULES.html.sh (Date and time): Likewise.
8247         * modules/usleep-tests (Depends-on): New test.
8248         * tests/test-usleep.c: New file.
8249
8250         chown: work around OpenBSD bug
8251         * lib/chown.c (rpl_chown): Work around the bug.
8252         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
8253         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
8254         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
8255         * modules/chown (Depends-on): Add stdbool.
8256         * modules/lchown (Depends-on): Likewise.
8257         * doc/posix-functions/chown.texi (chown): Document the bug.
8258         * doc/posix-functions/lchown.texi (lchown): Likewise.
8259         * tests/test-lchown.h (test_chown): Relax test.
8260
8261         mkstemp: avoid conflict with C++ keyword template
8262         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
8263         * lib/mkostemp.c (mkostemp): Likewise.
8264         * lib/mkostemps.c (mkostemps): Likewise.
8265         * lib/mkstemp.c (mkstemp): Likewise.
8266         * lib/mkstemps.c (mkstemps): Likewise.
8267
8268         xalloc-die-tests: optimize
8269         * tests/test-xalloc-die.sh: Reduce number of processes.
8270
8271 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8272
8273         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
8274         patch from ludo@gnu.org (Ludovic Courtès).
8275
8276 2009-11-17  Jim Meyering  <meyering@redhat.com>
8277
8278         version-etc: use proper license string
8279         * modules/version-etc (License): Use LGPL, not LGPLv3+.
8280         * modules/version-etc-fsf: Likewise.
8281
8282 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8283
8284         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
8285         printed to stdout.  Deal with EOL differences.
8286
8287 2009-11-17  Eric Blake  <ebb9@byu.net>
8288
8289         unsetenv: work around Solaris bug
8290         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
8291         * lib/unsetenv.c (rpl_unsetenv): Work around it.
8292         Reported by Jim Meyering.
8293
8294         vasnprintf: avoid compiler warnings
8295         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
8296         variables.
8297         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
8298
8299 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8300
8301         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
8302         settings since xalloc-die is no longer the self test,
8303         xalloc-die.sh is.
8304
8305 2009-11-17  Jim Meyering  <meyering@redhat.com>
8306
8307         test-xalloc-die.sh: make the code agree with the commit log
8308         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
8309         at the end, just in case you happen to have a test-xalloc-die
8310         program in some other PATH directory.
8311
8312         test-xalloc-die.sh: fix a portability bug
8313         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
8314         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
8315         Otherwise, argv[0] (as often seen in diagnostics) would be too
8316         system-dependent, sometimes with, and sometimes without the leading "./".
8317
8318         version-etc-fsf: relax license to LGPLv3+
8319         * modules/version-etc-fsf (License): Relax license.
8320
8321 2009-11-16  Eric Blake  <ebb9@byu.net>
8322
8323         xalloc-die-tests: avoid printing null pointer
8324         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
8325         shell script.
8326         * tests/test-xalloc-die.c (program_name): Declare.
8327         * tests/test-xalloc-die.sh (tmpfiles): New file.
8328
8329         setenv, unsetenv: work around various bugs
8330         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
8331         (setenv) [HAVE_SETENV]: Work around bugs.
8332         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
8333         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
8334         for bugs.
8335         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
8336         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
8337         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
8338         * modules/stdlib (Makefile.am): Update substitutions.
8339         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
8340         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
8341         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
8342         * modules/setenv-tests: New test.
8343         * modules/unsetenv-tests: Likewise.
8344         * tests/test-setenv.c: New file.
8345         * tests/test-unsetenv.c: Likewise.
8346
8347 2009-11-16  Jim Meyering  <meyering@redhat.com>
8348
8349         version-etc: relax license to LGPLv3+
8350         * modules/version-etc (License): Relax license.
8351
8352         better AC_REQUIRE expanded-before-required-warning avoidance
8353         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
8354         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
8355         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
8356         which is no longer needed.
8357
8358 2009-11-16  Eric Blake  <ebb9@byu.net>
8359
8360         test-freading: clean up temporary file
8361         * tests/test-freading.c (main): Remove file on success, and use
8362         ASSERT more liberally.
8363         Reported by Jim Meyering.
8364
8365 2009-11-16  Jim Meyering  <meyering@redhat.com>
8366
8367         avoid new AC_REQUIRE expanded-before-required warnings
8368         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
8369         merely using it.
8370         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
8371         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
8372
8373 2009-11-15  Simon Josefsson  <simon@josefsson.org>
8374
8375         * tests/test-xalloc-die.c: New file.
8376         * modules/xalloc-die-tests: New file.
8377         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
8378         XFAIL_TESTS so it can be appended by modules.
8379
8380 2009-11-15  Simon Josefsson  <simon@josefsson.org>
8381
8382         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
8383         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
8384
8385 2009-11-14  Eric Blake  <ebb9@byu.net>
8386
8387         fnmatch: avoid compiler warning
8388         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
8389         to silence compiler warning about mismatch signedness in ?:.
8390         Reported by Robert Millan.
8391
8392         intprops: add double-inclusion guard
8393         * lib/intprops.h: Allow idempotent includes.
8394         Suggested by Bruce Korb.
8395
8396         openat: detect Solaris fchownat bug
8397         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
8398         penalizing glibc chownat when only lchownat is broken.
8399         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
8400         trailing slash bugs.
8401         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
8402         * modules/openat-tests (Files): Include more files.
8403         (Depends-on): Add mgetgroups, sleep, stat-time.
8404         (configure.ac): Add additional checks.
8405         (Makefile.am): Build new test.
8406         * tests/test-fchownat.c: New file.
8407
8408         lchown: detect Solaris and FreeBSD bug
8409         * lib/lchown.c (rpl_lchown): Work around bug.
8410         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
8411         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8412         * modules/unistd (Makefile.am): Populate it.
8413         * lib/unistd.in.h (lchown): Update declaration.
8414         * doc/posix-functions/lchown.texi (lchown): Document the bug.
8415         * modules/lchown-tests: New file.
8416         * tests/test-lchown.h (test_lchown): Likewise.
8417         * tests/test-lchown.c (main): Likewise.
8418
8419         chown: detect Solaris and FreeBSD bug
8420         * lib/chown.c (rpl_chown): Work around bug.
8421         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
8422         (gl_PREREQ_CHOWN): Delete.
8423         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8424         * modules/unistd (Makefile.am): Populate it.
8425         * lib/unistd.in.h (chown): Update declaration.
8426         * lib/lchown.c (chown): Update client.
8427         * modules/lchown (Depends-on): Add lstat.
8428         * doc/posix-functions/chown.texi (chown): Document the bug.
8429         * doc/posix-functions/getgroups.texi (getgroups): Document
8430         getgroups pitfall.
8431         * modules/chown-tests: New file.
8432         * tests/test-chown.h (test_chown): Likewise.
8433         * tests/test-chown.c (main): Likewise.
8434
8435 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
8436
8437         gnulib-tool: correctly detect absence of m4 directories
8438         * gnulib-tool: Avoid extra newline on data passed to wc -l.
8439
8440 2009-11-14  Jim Meyering  <meyering@redhat.com>
8441
8442         maint.mk: Prohibit inclusion of "xalloc.h" without use.
8443         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
8444
8445 2009-11-14  John W. Eaton  <jwe@gnu.org>
8446
8447         strftime.h: wrap funtion declaration in extern "C" block
8448         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
8449
8450 2009-11-13  Eric Blake  <ebb9@byu.net>
8451
8452         getgroups: avoid compiler warning
8453         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
8454
8455         getgroups: work around FreeBSD bug
8456         * lib/getgroups.c (rpl_getgroups): Work around the bug.
8457         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
8458         * doc/posix-functions/getgroups.texi (getgroups): Document it.
8459         * tests/test-getgroups.c (main): Fix buffer overrun.
8460
8461         getgroups: avoid compilation failure
8462         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
8463         * modules/getgroups (Depends-on): Add stdint.
8464
8465 2009-11-13  Jim Meyering  <meyering@redhat.com>
8466
8467         test-getgroups: avoid compilation failure
8468         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
8469
8470 2009-11-13  Eric Blake  <ebb9@byu.net>
8471
8472         mgetgroups: new module, taken from coreutils
8473         * modules/mgetgroups: New file.
8474         * lib/mgetgroups.h: Likewise.
8475         * lib/mgetgroups.c (mgetgroups): Likewise.
8476         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
8477         * MODULES.html.sh (Users and groups): Mention it.
8478
8479         getgroups: don't expose GETGROUPS_T to user
8480         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
8481         an element at a time if GETGROUPS_T is wrong size.
8482         * lib/getugroups.h (getugroups): Change signature.
8483         * lib/unistd.in.h (getgroups): Likewise.
8484         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
8485         signature needs fixing.
8486         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
8487         AC_TYPE_GETGROUPS.
8488         * modules/group-member (Depends-on): Add getgroups.
8489         * lib/group-member.c (group_info, get_group_info): Use gid_t.
8490         (group_member): Rely on getgroups replacement.
8491         * lib/getugroups.c (getugroups): Use gid_t.
8492         * tests/test-getgroups.c (main): Likewise.
8493         * NEWS: Mention the signature change.
8494         * doc/posix-functions/getgroups.texi (getgroups): Mention the
8495         problem with signature.
8496         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
8497         GETGROUPS_T is still useful for setgroups.
8498
8499         getgroups, getugroups: provide stubs for mingw
8500         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
8501         * lib/getugroups.c (getugroups): Likewise.
8502         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
8503         function.  Modernize replacement scheme.
8504         (gl_PREREQ_GETGROUPS): Delete.
8505         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
8506         * modules/getgroups (configure.ac): Declare witness.
8507         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
8508         * modules/unistd (Depends-on): Substitute witness.
8509         * lib/unistd.in.h (getgroups): Declare replacement.
8510
8511         getgroups: avoid calling exit
8512         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
8513         drop xalloc.
8514         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
8515         dependencies.
8516         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
8517         exiting, in the rare case of malloc failure.
8518
8519         getgroups: fix logic error
8520         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
8521         has more than 20 groups.
8522         * modules/getgroups-tests: New test.
8523         * tests/test-getgroups.c: New file.
8524
8525 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8526
8527         * tests/test-base64.c: Improve.
8528
8529 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8530
8531         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
8532         Blake <ebb9@byu.net>.
8533
8534 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8535
8536         * tests/test-xvasprintf.c: Add %s%s related checks.
8537
8538 2009-11-12  Eric Blake  <ebb9@byu.net>
8539
8540         version-etc: match standards.texi style
8541         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
8542         and use <> only for URLs.
8543
8544 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
8545
8546         fts: do not fail on a submount during traversal
8547         * lib/fts.c (fts_build): Read the stat info again after opening
8548         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
8549         Original report at http://bugzilla.redhat.com/501848.
8550
8551 2009-11-12  Jim Meyering  <meyering@redhat.com>
8552
8553         bootstrap: sync from coreutils
8554         * build-aux/bootstrap (bootstrap_epilogue): New function.
8555         Use git_modules_config in one more place.  This make bootstrap's
8556         --gnulib-srcdir option more useful for testing.
8557
8558         bootstrap: generalize autoheader check
8559         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
8560         AC_CONFIG_HEADERS.
8561
8562 2009-11-11  Eric Blake  <ebb9@byu.net>
8563
8564         mkfifoat: use new modules for Solaris and BSD bugs
8565         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
8566         * lib/mkfifoat.c (mknodat): Split...
8567         * lib/mknodat.c (mknodat): ...into new file.
8568         * modules/mkfifoat (Files): Ship new file.
8569         (Depends-on): Add mkfifo, mknod.
8570         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
8571         (Depends-on): Add symlink.
8572         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
8573         redundant with test_mkfifo.h.
8574         (do_mkfifoat, do_mknodat): New helpers.
8575
8576         mknod: new module
8577         * modules/mknod: New file.
8578         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
8579         * lib/mknod.c (mknod): Likewise.
8580         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
8581         defaults.
8582         * modules/sys_stat (Makefile.am): Substitute them.
8583         * lib/sys_stat.in.h (mknod): Declare replacement.
8584         * MODULES.html.sh (Support for systems lacking POSIX:2008):
8585         Document it.
8586         * doc/posix-functions/mknod.texi (mknod): Likewise.
8587         * modules/mknod-tests: New test.
8588         * tests/test-mknod.c: Likewise.
8589
8590         mkfifo: new module
8591         * modules/mkfifo: New file.
8592         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
8593         * lib/mkfifo.c (mkfifo): Likewise.
8594         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
8595         defaults.
8596         * modules/sys_stat (Makefile.am): Substitute them.
8597         * lib/sys_stat.in.h (mkfifo): Declare replacement.
8598         * MODULES.html.sh (Support for systems lacking POSIX:2008):
8599         Document it.
8600         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
8601         * modules/mkfifo-tests: New test.
8602         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
8603         from test-mkfifoat.c.
8604         * tests/test-mkfifo.c: New file.
8605
8606         readlink: detect FreeBSD bug
8607         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
8608         slash on symlink.
8609         * doc/posix-functions/readlink.texi (readlink): Document the bug.
8610         * tests/test-readlink.h (test_readlink): Enhance test.
8611
8612         symlink: detect FreeBSD bug
8613         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
8614         slash on symlink.
8615         * doc/posix-functions/symlink.texi (symlink): Document the bug.
8616         * tests/test-symlink.h (test_symlink): Enhance test.
8617
8618 2009-11-10  Eric Blake  <ebb9@byu.net>
8619
8620         link: detect FreeBSD bug
8621         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
8622         symlink.
8623         * doc/posix-functions/link.texi (link): Document the bug.
8624         * tests/test-link.h (test_link): Enhance test.
8625         * tests/test-linkat.c (main): Update caller.
8626
8627         unlink, remove: detect FreeBSD bug
8628         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
8629         slash on symlink.
8630         * doc/posix-functions/unlink.texi (unlink): Document the bug.
8631         * doc/posix-functions/remove.texi (remove): Likewise.
8632         * tests/test-unlink.h (test_unlink): Enhance test.
8633         * tests/test-remove.c (main): Likewise.
8634
8635 2009-11-09  Eric Blake  <ebb9@byu.net>
8636
8637         rename: detect FreeBSD bug
8638         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
8639         slash on symlink.
8640         * modules/renameat-tests (Depends-on): Add filenamecat.
8641         * tests/test-rename.h (test_rename): Allow one more errno.
8642         * tests/test-renameat.c (main): Likewise.
8643         * doc/posix-functions/rename.texi (rename): Document the bug.
8644
8645         open: detect FreeBSD bug
8646         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
8647         symlink.
8648         * doc/posix-functions/open.texi (open): Document the bug.
8649         * doc/posix-functions/utimes.texi (utimes): Likewise.
8650         * tests/test-open.h (test_open): Add parameters, and test symlink
8651         handling.
8652         * tests/test-open.c (main): Adjust caller.
8653         * tests/test-fcntl-safer.c (main): Likewise.
8654         * modules/open-tests (Depends-on): Add stdbool, symlink.
8655         * modules/fcntl-safer-tests (Depends-on): Likewise.
8656         * tests/test-openat.c (main): Add test-open tests.
8657
8658         stat: detect FreeBSD bug
8659         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
8660         symlink.
8661         * doc/posix-functions/stat.texi (stat): Document the bug.
8662         * tests/test-stat.h (test_stat_func): Add argument.
8663         * tests/test-stat.c (main): Adjust caller.
8664         * tests/test-fstatat.c (main): Likewise.
8665         * modules/stat-tests (Depends-on): Add stdbool, symlink.
8666         Reported by Jim Meyering.
8667
8668 2009-11-09  James Youngman  <jay@gnu.org>
8669
8670         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
8671         * lib/strftime.c: Correct placement of #include "ignore-value.h".
8672
8673 2009-11-08  Jim Meyering  <meyering@redhat.com>
8674
8675         utimens: remove invalid futimesat call
8676         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
8677         It used the file descriptor of the target file as the DIR_FD
8678         parameter and NULL as the file name.  That caused failure with
8679         errno == EFAULT on FreeBSD-8.0-rc2
8680
8681 2009-11-07  Eric Blake  <ebb9@byu.net>
8682
8683         fflush, freadseek: use fseeko, not fseek
8684         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
8685         (clear_ungetc_buffer): Avoid potential problems on large files.
8686         * lib/freadseek.c (freadseek): Likewise.
8687         * modules/freadseek (Depends-on): Add fseeko.
8688         * modules/fseek (configure.ac): Set a witness.
8689         * tests/test-fflush.c (main): Use fseeko.
8690         * tests/test-fpurge.c (fseek): Disable link warning.
8691         * tests/test-freadable.c (fseek): Likewise.
8692         * tests/test-freading.c (fseek): Likewise.
8693         * tests/test-fseeko.c (fseek): Likewise.
8694         * tests/test-ftell.c (fseek): Likewise.
8695         * tests/test-ftello.c (fseek): Likewise.
8696         * tests/test-fwritable.c (fseek): Likewise.
8697         * tests/test-fwriting.c (fseek): Likewise.
8698
8699 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8700
8701         * modules/memchr (Depends-on): Drop getpagesize dependency.
8702
8703 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8704
8705         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
8706         Reported by Ludovic Courtès.
8707         * build-aux/pmccabe2html: Improve example usage.
8708         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
8709
8710 2009-11-06  Jim Meyering  <meyering@redhat.com>
8711
8712         do-release-commit-and-tag: New module.
8713         Automate the release-commit and tag process.
8714         * build-aux/do-release-commit-and-tag: New script, from coreutils.
8715         * modules/do-release-commit-and-tag: New file.
8716         * MODULES.html.sh (Support for maintaining and releasing): Add it.
8717
8718 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8719
8720         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
8721         because test-select.c uses inet_pton.
8722
8723 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8724
8725         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
8726         GETADDRINFO_LIB.  Bump serial number.
8727         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
8728         Suggested by Eric Blake <ebb9@byu.net>.
8729
8730 2009-11-05  Eric Blake  <ebb9@byu.net>
8731
8732         strtod: detect darwin bug
8733         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
8734         Reported by Leo Davis.
8735
8736         freopen-safer: new module
8737         * modules/freopen-safer: New module.
8738         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
8739         * lib/freopen-safer.c (freopen_safer): New file.
8740         * lib/stdio-safer.h (freopen_safer): New declaration.
8741         * lib/stdio--.h (freopen): New override.
8742         * MODULES.html.sh (File stream based Input/Output): Mention it.
8743         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
8744         freopen-safer module.
8745         * doc/posix-functions/stderr.texi (stderr): Likewise.
8746         * doc/posix-functions/stdin.texi (stdin): Likewise.
8747         * doc/posix-functions/stdout.texi (stdout): Likewise.
8748         * modules/freopen-safer-tests: New test.
8749         * tests/test-reopen-safer.c: New file.
8750
8751 2009-11-05  Jim Meyering  <meyering@redhat.com>
8752
8753         maint.mk: Prohibit inclusion of "close-stream.h" without use.
8754         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
8755
8756 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8757
8758         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
8759
8760 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8761
8762         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
8763
8764 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8765
8766         Fix link error.
8767         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
8768         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8769
8770 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8771
8772         * tests/test-func.c: Also test value of __func__.
8773
8774 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8775
8776         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
8777         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
8778
8779 2009-11-05  Bruno Haible  <bruno@clisp.org>
8780
8781         Fix link error.
8782         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
8783         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8784         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
8785
8786 2009-11-05  Bruno Haible  <bruno@clisp.org>
8787
8788         Tests for module 'inet_pton'.
8789         * modules/inet_pton-tests: New file.
8790         * tests/test-inet_pton.c: New file.
8791
8792 2009-11-05  Bruno Haible  <bruno@clisp.org>
8793
8794         Tests for module 'inet_ntop'.
8795         * modules/inet_ntop-tests: New file.
8796         * tests/test-inet_ntop.c: New file.
8797
8798 2009-11-04  Eric Blake  <ebb9@byu.net>
8799
8800         stdlib-safer: wrap all mkstemp variants
8801         * modules/mkostemp (configure.ac): Set witness.
8802         * modules/mkostemps (configure.ac): Likewise.
8803         * modules/mkstemps (configure.ac): Likewise.
8804         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
8805         (mkstemps_safer): Wrap more functions.
8806         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
8807         wrapping.
8808         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
8809         (mkstemps_safer): Implement the wrappers.
8810
8811         mkstemps, mkostemps: new modules
8812         * modules/mkostemps: New module.
8813         * modules/mkstemps: Likewise.
8814         * lib/mkostemps.c (mkostemps): New file.
8815         * lib/mkstemps.c (mkstemps): Likewise.
8816         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
8817         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
8818         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
8819         * modules/stdlib (Makefile.am): Substitute them.
8820         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
8821         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
8822         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
8823         * doc/gnulib.texi (Glibc stdlib.h): Include them.
8824         * MODULES.html.sh (File system functions): Mention them.
8825
8826         tempname: resync from glibc
8827         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
8828         same values for __GT_FILE as glibc.  Abort even when assertions
8829         are disabled.
8830         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
8831         match its value otherwise.  Allow idempotent inclusion.
8832         * lib/mkdtemp.c (mkdtemp): Adjust caller.
8833         * lib/mkostemp.c (mkostemp): Likewise.
8834         * lib/mkstemp.c (mkstemp): Likewise.
8835         * lib/tmpfile.c (tmpfile): Likewise.
8836         * NEWS: Document this.
8837
8838         utimens: fix use of futimens on older Linux
8839         * lib/utimens.c (fdutimens): Use updated, rather than original,
8840         timespec to avoid bug in older Linux kernel.
8841         Reported by Simon Josefsson.
8842
8843 2009-11-04  Bruno Haible  <bruno@clisp.org>
8844
8845         Make num_processors more flexible and consistent.
8846         * lib/nproc.h (enum nproc_query): New type.
8847         (num_processors): Add a 'query' argument.
8848         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
8849         (num_processors): Add a 'query' argument. Test the value of the
8850         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
8851         mingw, count the number of CPUs available for the current process.
8852         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
8853         Check for sched_getaffinity and sched_getaffinity_np.
8854         * modules/nproc (Depends-on): Add c-ctype, extensions.
8855         * NEWS: Mention the change.
8856
8857 2009-11-03  Bruno Haible  <bruno@clisp.org>
8858
8859         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
8860
8861 2009-11-03  Jim Meyering  <meyering@redhat.com>
8862
8863         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
8864         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
8865         if it is defined.
8866
8867 2009-11-02  Eric Blake  <ebb9@byu.net>
8868
8869         mktime, timegm: share common declaration
8870         * lib/mktime-internal.h: New file.
8871         * lib/mktime.c: Use it rather than open-coding a declaration.
8872         * lib/timegm.c: Likewise.
8873         * modules/mktime (Files): Ship it.
8874         * modules/timegm (Files): Likewise.
8875         Suggested by Bruno Haible.
8876
8877         test-update-copyright: update test to match script changes
8878         * tests/test-update-copyright.sh: Avoid hard-coding perl
8879         location.  Don't update *.bak created by earlier runs.
8880
8881 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
8882             Simon Josefsson  <simon@josefsson.org>
8883             Bruno Haible  <bruno@clisp.org>
8884
8885         Fix link error on Solaris 8.
8886         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
8887         also in libnsl. Define also INET_PTON_LIB.
8888         * modules/inet_pton (Link): New section.
8889
8890 2009-11-02  Simon Josefsson  <simon@josefsson.org>
8891             Bruno Haible  <bruno@clisp.org>
8892
8893         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
8894         * modules/inet_ntop (Link): New section.
8895         Reported by Boyan Kasarov <bkasarov@gmail.com>.
8896
8897 2009-11-02  Eric Blake  <ebb9@byu.net>
8898
8899         maint: avoid compiler warnings in m4 macros
8900         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
8901         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
8902
8903 2009-11-02  Simon Josefsson  <simon@josefsson.org>
8904
8905         * m4/pmccabe2html.m4: Remove file.
8906         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
8907         function.  Change maintainer.
8908         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
8909         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
8910         Courtès).
8911
8912 2009-10-31  Eric Blake  <ebb9@byu.net>
8913
8914         fseeko: fix m4 regression
8915         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
8916         regression from 2009-10-27.
8917         Reported by Ralf Wildenhues.
8918
8919 2009-10-31  Jim Meyering  <meyering@redhat.com>
8920
8921         inttostr: aesthetics and improved (compile-time) safety
8922         Define inttype_is_signed rather than inttype_is_unsigned,
8923         since the sole use is via "#if inttype_is_signed".
8924         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
8925         inttype_is_unsigned.
8926         * lib/offtostr.c (inttype_is_signed): Likewise.
8927         * lib/uinttostr.c (inttype_is_signed): Likewise.
8928         * lib/umaxtostr.c (inttype_is_signed): Likewise.
8929         * lib/inttostr.c (inttostr): Use verify to cross-check the
8930         inttype_is_signed value and the signedness of the actual type.
8931         * modules/inttostr (Depends-on): Add verify.
8932
8933 2009-10-30  Eric Blake  <ebb9@byu.net>
8934
8935         build: avoid compiler warnings
8936         * lib/fchmodat.c (lchmod): Mark unused variables.
8937         * lib/getopt.c (_getopt_initialize): Likewise.
8938         * lib/mktime.c (__mktime_internal): Provide prototype.
8939         * lib/inttostr.c (inttostr): Avoid compiler warning even with
8940         older gcc that do not understand #pragma GCC diagnostic.
8941         * lib/uinttostr.c (inttype_is_unsigned): Define.
8942         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
8943
8944 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
8945
8946         stat: fix compilation on AIX
8947         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
8948         only see struct stat64.
8949
8950 2009-10-30  Eric Blake  <ebb9@byu.net>
8951
8952         exclude: make more robust
8953         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
8954         rather than masking a coding bug.
8955         Suggested by Bruno Haible.
8956
8957 2009-10-30  Jim Meyering  <meyering@redhat.com>
8958
8959         perl scripts: remove #!/usr/bin/perl in favor of more portable...
8960         Rather than putting #!/usr/bin/perl on the first line,
8961         start with a variant of what's recommended by "man perlrun" that
8962         invokes the first "perl" program from your shell's search path.
8963         * build-aux/gitlog-to-changelog: Replace #!... as above.
8964         Add a "Local Variables" perl mode setting.
8965         Prompted by a patch from Ludovic Courtès.
8966         Improved by Eric Blake.
8967         * build-aux/useless-if-before-free: Likewise.
8968         * build-aux/announce-gen: Likewise.
8969         * build-aux/update-copyright: Likewise.
8970
8971 2009-10-29  Eric Blake  <ebb9@byu.net>
8972
8973         filenamecat-lgpl: adjust clients
8974         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
8975         filenamecat.
8976         * modules/renameat (Depends-on): Likewise.
8977
8978         filenamecat: split into filenamecat-lgpl
8979         * modules/filenamecat-lgpl: New module.
8980         * modules/filenamecat (Files): Move library-safe files into
8981         filenamecat-lgpl.
8982         (Depends-on): Add filenamecat-lgpl.
8983         (configure.ac): Declare witness.
8984         * lib/filenamecat.h (file_name_concat): Only declare when using
8985         GPL module.
8986         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
8987         Move...
8988         * lib/filenamecat-lgpl.c: ...into new file.
8989         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
8990         (gl_FILE_NAME_CONCAT): Use it.
8991         * MODULES.html.sh (File system functions): Mention new module.
8992
8993         argp: avoid memory leak
8994         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
8995         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
8996         base_name, since the latter malloc()s and can call exit().
8997         Leak introduced 2006-07-03.
8998
8999         dirname-lgpl: adjust clients that don't need full dirname
9000         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
9001         * modules/filenamecat (Depends-on): Likewise.
9002         * modules/linkat (Depends-on): Likewise.
9003         * modules/mkancesdirs (Depends-on): Likewise.
9004         * modules/mkdir (Depends-on): Likewise.
9005         * modules/openat (Depends-on): Likewise.
9006         * modules/savewd (Depends-on): Likewise.
9007         * modules/rename (Depends-on): Likewise.
9008         (License): Relax license.
9009         * modules/mkdir-tests (Depends-on): Drop progname.
9010         (Makefile.am): Delete unneeded LDADD.
9011         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
9012
9013         dirname: split into dirname-lgpl
9014         * modules/dirname-lgpl: New module.
9015         * modules/dirname (Files): Move library-safe files into
9016         dirname-lgpl.
9017         (Depends-on): Add dirname-lgpl.
9018         (configure.ac): Declare witness.
9019         * modules/double-slash-root (License): Relax license.
9020         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
9021         module.
9022         * lib/dirname.c (dir_len, mdir_name): Move...
9023         * lib/dirname-lgpl.c: ...into new file.
9024         * lib/basename.c (last_component, base_len): Move...
9025         * lib/basename-lgpl.c: ...into new file.
9026         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
9027         (gl_DIRNAME): Use it.
9028         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
9029         Mention new module.
9030         * modules/dirname-tests (Depends-on): Add progname.
9031         * tests/test-dirname.c (program_name): Delete.
9032
9033         mkdir: make safe for libraries
9034         * modules/mkdir (Depends-on): Drop xalloc.
9035         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
9036         exit.
9037
9038         tests: avoid some compiler warnings
9039         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
9040         literals.
9041         * tests/test-memchr.c (main): Avoid type mismatch.
9042         * tests/test-arpa_inet.c (main): Avoid unused parameters.
9043         * tests/test-base64.c (main): Likewise.
9044         * tests/test-getdelim.c (main): Likewise.
9045         * tests/test-gethostname.c (main): Likewise.
9046         * tests/test-getline.c (main): Likewise.
9047         * tests/test-netinet_in.c (main): Likewise.
9048         * tests/test-select.c (open_server_socket, main): Likewise.
9049         * tests/test-select-stdin.c (main): Likewise.
9050         * tests/test-sockets.c (main): Likewise.
9051         * tests/test-strsignal.c (main): Likewise.
9052         * tests/test-sys_select.c (main): Likewise.
9053         * tests/test-sys_socket.c (main): Likewise.
9054         * tests/test-u64.c (main): Likewise.
9055         * tests/test-xfprintf-posix.c (main): Likewise.
9056         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
9057
9058         sockets: avoid compiler warning
9059         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
9060
9061         maint: detect usage(1) and other suspicious exits
9062         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
9063
9064 2009-10-29  Jim Meyering  <meyering@redhat.com>
9065
9066         timespec: long-to-int truncation could make timespec_cmp malfunction
9067         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
9068         a multiple of 2^32 nanoseconds as no difference.
9069
9070 2009-10-28  Jim Meyering  <meyering@redhat.com>
9071
9072         fprintftime: wrap macro code argument in "do {...} while(0)"
9073         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
9074         cpy macro must be a statement that can be followed by a semicolon.
9075         Now that the else clause contains a comment and is hence longer
9076         than one line, I require curly braces.  That in turn requires
9077         that we wrap this code block in the standard do...while(0).
9078
9079         fprintftime: remove stray semicolon from previous change
9080         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
9081
9082         fprintftime: avoid a warning about ignored fwrite return value
9083         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
9084         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
9085         that is unsafe.
9086         * modules/fprintftime (Depends-on): Add ignore-value.
9087
9088         exclude: avoid an unwarranted warning
9089         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
9090
9091 2009-10-27  Eric Blake  <ebb9@byu.net>
9092
9093         fseek: avoid compilation failure when fflush is replaced
9094         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
9095         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
9096         module is in use.
9097         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
9098         module is not in use; since REPLACE_FSEEK worked otherwise.
9099         (GNULIB_FTELLO): Likewise for ftell.
9100         Reported by Ian Beckwith and others.
9101
9102 2009-10-27  Bruno Haible  <bruno@clisp.org>
9103
9104         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
9105         Reported by Jim Meyering.
9106
9107 2009-10-27  Jim Meyering  <jim@meyering.net>
9108             Bruno Haible  <bruno@clisp.org>
9109
9110         Avoid warning despite dropping the return value of fwrite.
9111         * lib/unicodeio.c: Include ignore-value.h.
9112         (fwrite_success_callback): Explicitly ignore fwrite's return value.
9113         * modules/unicodeio (Depends-on): Add ignore-value.
9114
9115 2009-10-26  Eric Blake  <ebb9@byu.net>
9116
9117         areadlinkat: fix fallback path
9118         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
9119         pointer and zero.
9120
9121 2009-10-22  Pádraig Brady  <P@draigBrady.com>
9122
9123         Use a better IO block size for modern systems
9124         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
9125         * lib/md2.c: Likewise.
9126         * lib/md4.c: Likewise.
9127         * lib/md5.c: Likewise.
9128         * lib/sha1.c: Likewise.
9129         * lib/sha256.c: Likewise.
9130         * lib/sha512.c: Likewise.
9131
9132 2009-10-22  Eric Blake  <ebb9@byu.net>
9133
9134         tests: avoid several compiler warnings
9135         * tests/test-getcwd.c (main): Avoid buffer underflow.
9136         * tests/test-getdate.c (main): String literals are not safe with
9137         putenv, so use setenv.  Declare unused argument.
9138         * modules/getdate-tests (Depends-on): Add setenv.
9139         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
9140         problems with string literals in char *.
9141         * tests/test-hash.c (main): Avoid shadowing declaration.
9142         (insert_new): Treat string literals as char const *.
9143         * tests/test-getopt.h (test_getopt): Likewise.
9144         (getopt_loop): Alter types to minimize casting elsewhere.
9145         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
9146         (test_getopt_long_posix): Likewise.
9147         (do_getopt_long): Add wrapper to minimize casting.
9148         * tests/test-atexit.c (clear_temp_file): Use void.
9149         * tests/test-areadlink-with-size.c (main): Declare unused
9150         arguments.
9151         * tests/test-areadlink.c (main): Likewise.
9152         * tests/test-areadlinkat-with-size.c (main): Likewise.
9153         * tests/test-areadlinkat.c (main): Likewise.
9154         * tests/test-canonicalize-lgpl.c (main): Likewise.
9155         * tests/test-canonicalize.c (main): Likewise.
9156         * tests/test-dirent-safer.c (main): Likewise.
9157         * tests/test-dirname.c (main): Likewise.
9158         * tests/test-dup2.c (main): Likewise.
9159         * tests/test-fchdir.c (main): Likewise.
9160         * tests/test-fcntl-h.c (main): Likewise.
9161         * tests/test-fcntl-safer.c (main): Likewise.
9162         * tests/test-fdopendir.c (main): Likewise.
9163         * tests/test-fdutimensat.c (main): Likewise.
9164         * tests/test-fflush.c (main): Likewise.
9165         * tests/test-filenamecat.c (main): Likewise.
9166         * tests/test-filevercmp.c (main): Likewise.
9167         * tests/test-fopen-safer.c (main): Likewise.
9168         * tests/test-fopen.c (main): Likewise.
9169         * tests/test-fpending.c (main): Likewise.
9170         * tests/test-fpurge.c (main): Likewise.
9171         * tests/test-freading.c (main): Likewise.
9172         * tests/test-fstatat.c (main): Likewise.
9173         * tests/test-fsync.c (main): Likewise.
9174         * tests/test-futimens.c (main): Likewise.
9175         * tests/test-getndelim2.c (main): Likewise.
9176         * tests/test-gettimeofday.c (main): Likewise.
9177         * tests/test-getopt.c (main): Likewise.
9178         * tests/test-i-ring.c (main): Likewise.
9179         * tests/test-inttypes.c (main): Likewise.
9180         * tests/test-link.c (main): Likewise.
9181         * tests/test-lstat.c (main): Likewise.
9182         * tests/test-math.c (main): Likewise.
9183         * tests/test-md5.c (main): Likewise.
9184         * tests/test-memchr2.c (main): Likewise.
9185         * tests/test-memrchr.c (main): Likewise.
9186         * tests/test-mkdir.c (main): Likewise.
9187         * tests/test-mkdirat.c (main): Likewise.
9188         * tests/test-mkfifoat.c (main): Likewise.
9189         * tests/test-open.c (main): Likewise.
9190         * tests/test-openat-safer.c (main): Likewise.
9191         * tests/test-openat.c (main): Likewise.
9192         * tests/test-quotearg.c (main): Likewise.
9193         * tests/test-rawmemchr.c (main): Likewise.
9194         * tests/test-readlink.c (main): Likewise.
9195         * tests/test-remove.c (main): Likewise.
9196         * tests/test-rename.c (main): Likewise.
9197         * tests/test-renameat.c (main): Likewise.
9198         * tests/test-rmdir.c (main): Likewise.
9199         * tests/test-sha1.c (main): Likewise.
9200         * tests/test-signal.c (main): Likewise.
9201         * tests/test-sigaction.c (main): Likewise.
9202         * tests/test-stat.c (main): Likewise.
9203         * tests/test-stat-time.c (main): Likewise.
9204         * tests/test-stddef.c (main): Likewise.
9205         * tests/test-stdint.c (main): Likewise.
9206         * tests/test-stdio.c (main): Likewise.
9207         * tests/test-stdlib.c (main): Likewise.
9208         * tests/test-strchrnul.c (main): Likewise.
9209         * tests/test-strerror.c (main): Likewise.
9210         * tests/test-string.c (main): Likewise.
9211         * tests/test-strtod.c (main): Likewise.
9212         * tests/test-strverscmp.c (main): Likewise.
9213         * tests/test-symlink.c (main): Likewise.
9214         * tests/test-symlinkat.c (main): Likewise.
9215         * tests/test-sys_stat.c (main): Likewise.
9216         * tests/test-sys_time.c (main): Likewise.
9217         * tests/test-time.c (main): Likewise.
9218         * tests/test-unistd.c (main): Likewise.
9219         * tests/test-unlink.c (main): Likewise.
9220         * tests/test-unlinkat.c (main): Likewise.
9221         * tests/test-utimens.c (main): Likewise.
9222         * tests/test-utimensat.c (main): Likewise.
9223         * tests/test-version-etc.c (main): Likewise.
9224         * tests/test-wchar.c (main): Likewise.
9225         * tests/test-wctype.c (main): Likewise.
9226         * tests/test-xprintf-posix.c (main): Likewise.
9227         * tests/test-posixtm.c (main): Likewise.
9228         (STREQ): Delete unused macro.
9229         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
9230         shadowed variables.
9231         * tests/test-memchr.c (main): Likewise.
9232
9233 2009-10-21  Eric Blake  <ebb9@byu.net>
9234
9235         areadlinkat: avoid failure on older glibc
9236         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
9237         rather than mis-comparing 0 against FUNC_RESULT of char*.
9238
9239 2009-10-21  Bruno Haible  <bruno@clisp.org>
9240
9241         * modules/stpncpy (License): Relicense under LGPLv2+.
9242         Reported by David Lutterkort <lutter@redhat.com>.
9243
9244 2009-10-20  Eric Blake  <ebb9@byu.net>
9245
9246         utimensat: work around Solaris 9 bug
9247         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
9248         has trailing slash bugs.
9249         * tests/test-lutimens.h (test_lutimens): Enhance test.
9250         * tests/test-utimens.h (test_utimens): Likewise.
9251         * doc/posix-functions/utime.texi (utime): Enhance documentation.
9252         * doc/posix-functions/utimes.texi (utimes): Likewise.
9253         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9254         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
9255         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
9256         * doc/posix-functions/futimens.texi (futimens): Likewise.
9257
9258         fdutimensat: new module
9259         * modules/fdutimensat: New file.
9260         * lib/fdutimensat.c (fdutimensat): Likewise.
9261         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
9262         * MODULES.html.sh (File system functions): Mention module.
9263         * modules/fdutimensat-tests: New test.
9264         * tests/test-fdutimensat.c: Likewise.
9265
9266         doc: regenerate INSTALL
9267         * doc/INSTALL: Reflect recent autoconf update.
9268         * doc/INSTALL.ISO: Likewise.
9269         * doc/INSTALL.UTF-8: Likewise.
9270
9271 2009-10-20  Pádraig Brady  <P@draigBrady.com>
9272
9273         acl: warn if ACL support is not detected
9274         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
9275
9276 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
9277
9278         * lib/nproc.h: Add extern "C" block for C++.
9279
9280 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
9281             Bruno Haible  <bruno@clisp.org>
9282
9283         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
9284         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
9285         * doc/posix-functions/isalpha.texi: Likewise.
9286         * doc/posix-functions/isblank.texi: Likewise.
9287         * doc/posix-functions/iscntrl.texi: Likewise.
9288         * doc/posix-functions/isdigit.texi: Likewise.
9289         * doc/posix-functions/isgraph.texi: Likewise.
9290         * doc/posix-functions/islower.texi: Likewise.
9291         * doc/posix-functions/isprint.texi: Likewise.
9292         * doc/posix-functions/ispunct.texi: Likewise.
9293         * doc/posix-functions/isspace.texi: Likewise.
9294         * doc/posix-functions/isupper.texi: Likewise.
9295         * doc/posix-functions/isxdigit.texi: Likewise.
9296
9297 2009-10-18  Bruno Haible  <bruno@clisp.org>
9298
9299         Tests for module 'isblank'.
9300         * modules/isblank-tests: New file.
9301         * tests/test-isblank.c: New file.
9302
9303         New module 'isblank'.
9304         * lib/isblank.c: New file.
9305         * m4/isblank.m4: New file.
9306         * modules/isblank: New file.
9307         * doc/posix-functions/isblank.texi: Mention the new module.
9308
9309 2009-10-18  Bruno Haible  <bruno@clisp.org>
9310
9311         New module 'ctype'.
9312         * lib/ctype.in.h: New file.
9313         * m4/ctype.m4: New file.
9314         * modules/ctype: New file.
9315         * doc/posix-headers/ctype.texi: Mention the new module.
9316
9317 2009-10-18  Jim Meyering  <meyering@redhat.com>
9318
9319         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
9320         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
9321         right after its initialization, rather than farther down.
9322         Keeping these in close proximity makes it easier to ensure
9323         that each such variable is initialized.  E.g.,
9324
9325             LIB_CLOCK_GETTIME=
9326             AC_SUBST([LIB_CLOCK_GETTIME])
9327
9328         This change also increments these serial numbers.
9329         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
9330         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
9331         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9332
9333 2009-10-18  Bruno Haible  <bruno@clisp.org>
9334
9335         Don't let environment variables perturb build.
9336         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
9337         (gl_PREREQ_GETHRXTIME): ... not here.
9338
9339 2009-10-18  Bruno Haible  <bruno@clisp.org>
9340
9341         Avoid symlink attack in localcharset module.
9342         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
9343         (O_NOFOLLOW): Define fallback.
9344         (get_charset_aliases): Don't open the file if it is a symbolic link.
9345         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
9346         gl_FCNTL_H.
9347         (gl_FCNTL_H): Require it.
9348         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
9349         * modules/localcharset (Files): Add m4/fcntl_h.m4.
9350         Reported by Fergal Glynn <fglynn@veracode.com>.
9351
9352 2009-10-18  Bruno Haible  <bruno@clisp.org>
9353
9354         Implement nproc for mingw.
9355         * lib/nproc.c: Include <windows.h>
9356         (num_processors): On native Windows platforms, try GetSystemInfo.
9357
9358 2009-10-18  Bruno Haible  <bruno@clisp.org>
9359
9360         Implement nproc for IRIX.
9361         * lib/nproc.c: Include <sys/sysmp.h>.
9362         (num_processors): On IRIX systems, try sysmp.
9363         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
9364
9365 2009-10-18  Bruno Haible  <bruno@clisp.org>
9366
9367         Implement nproc for HP-UX.
9368         * lib/nproc.c: Include <sys/pstat.h>
9369         (num_processors): On HP-UX systems, try pstat_getdynamic.
9370         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
9371         pstat_getdynamic.
9372
9373 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
9374             Bruno Haible  <bruno@clisp.org>
9375
9376         Implement nproc for NetBSD, OpenBSD.
9377         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
9378         (ARRAY_SIZE): New macro.
9379         (num_processors): On BSD systems, try sysctl of HW_NCPU.
9380         * m4/nproc.m4: New file.
9381         * modules/nproc (Files): Add m4/nproc.m4.
9382         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
9383         (Makefile.am): Instead, augment lib_SOURCES.
9384
9385 2009-10-18  Bruno Haible  <bruno@clisp.org>
9386
9387         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
9388         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
9389         sys/param.h.
9390
9391 2009-10-16  Eric Blake  <ebb9@byu.net>
9392
9393         utimensat: new module
9394         * modules/utimensat: New file.
9395         * lib/utimensat.c (utimensat): Likewise.
9396         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
9397         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
9398         so we can work around Linux bugs.
9399         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
9400         * modules/sys_stat (Makefile.am): Substitute them.
9401         * lib/sys_stat.in.h (utimensat): Declare it.
9402         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9403         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9404         * modules/utimensat-tests: New test.
9405         * tests/test-utimensat.c: Likewise.
9406
9407         utimens: let lutimens work on non-symlinks
9408         * lib/utimens.c (lutimens): Fall back to utimens rather than
9409         failing with ENOSYS, when file is not a symlink.
9410         (utimens): Reduce redirection.
9411         * tests/test-lutimens.h (test_lutimens): Update test to cover
9412         non-symlinks.
9413         * tests/test-utimens.h (test_utimens): Update test to cover
9414         symlinks.
9415         * tests/test-utimens.c (main): Update caller.
9416
9417         utimens: cache whether utimensat syscall works
9418         * lib/utimens.c (utimensat_works_really): New cache variable.
9419         (fdutimens, lutimens): Use it to avoid failing syscall.
9420
9421         test-stat-time, test-utimens: improve portability
9422         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
9423         ext4 on alpha, and for cygwin.
9424         * tests/test-utimens-common.h: New file.
9425         (nap): Factor delays into single function.
9426         * tests/test-lutimens.h (test_lutimens): Use new header.
9427         * tests/test-futimens.h (test_futimens): Likewise.
9428         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
9429         timestamps to occur from same machine, as was done previously for
9430         test_utimens.
9431         * modules/utimens-tests (Files): Ship new file.
9432         * modules/futimens-tests (Files): Likewise.
9433         Reported in part by Jim Meyering.
9434
9435         sys_stat: sort replacement declarations
9436         * lib/sys_stat.in.h: Sort declarations.
9437         * lib/futimens.c (futimens): Fix typo.
9438
9439 2009-10-15  Jim Meyering  <meyering@redhat.com>
9440
9441         don't let environment settings perturb build
9442         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
9443         could cause a configure-time and/or build-time malfunction.
9444         Typically, a configure-time function-in-library test is performed
9445         via code like this:
9446
9447           LIB_VAR=
9448           AC_SUBST([LIB_VAR])
9449           prefix_saved_LIBS=$LIBS
9450             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
9451                        [test "$ac_cv_search_FUNC" = "none required" ||
9452                         LIB_VAR=$ac_cv_search_FUNC])
9453           LIBS=$prefix_saved_LIBS
9454
9455         However, in each of the files affected by this change, the LIB_VAR=
9456         initialization was omitted.  Thus, when set in the environment, its
9457         value would propagate into generated Makefiles when FUNC is not found
9458         in LIB_NAME.
9459         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
9460         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
9461         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9462
9463 2009-10-14  Eric Blake  <ebb9@byu.net>
9464
9465         fchdir: avoid infinite recursion in mingw
9466         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
9467         recursing.
9468
9469         test-stat-time: port to mingw
9470         * tests/test-stat-time.c (force_unlink): Return a value.
9471         (test_ctime) [W32]: Fix compilation error.
9472         (nap): Don't call usleep with too large an argument.  Use
9473         force_unlink.
9474         * doc/pastposix-functions/usleep.texi (usleep): Document the
9475         portability issue.
9476
9477 2009-10-13  Jim Meyering  <meyering@redhat.com>
9478
9479         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
9480         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
9481         * modules/pipe-filter-ii: Likewise.
9482         * modules/sys_socket-tests: Likewise.
9483         * modules/tsearch-tests: Likewise.
9484         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
9485         (check): Depend on it.
9486
9487 2009-10-12  Eric Blake  <ebb9@byu.net>
9488
9489         utimens-tests: port to NFS file systems
9490         * tests/test-utimens.h (test_utimens): Refactor utimecmp
9491         comparisons to avoid spurious failures from timestamp drift
9492         between NFS machines.
9493
9494 2009-10-12  Eric Blake  <ebb9@byu.net>
9495
9496         stat-time-tests: minor cleanups
9497         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
9498         * tests/test-stat-time.c (nap): Separate assignment from call.
9499         Suggested by Paolo Bonzini and Bruno Haible.
9500
9501         sys_stat: guarantee struct timespec
9502         * lib/sys_stat.in.h (includes): Always include <time.h>
9503         * modules/sys_stat (Depends-on): Add time.
9504         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
9505         mode_t permission values.
9506         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
9507         get at subsecond timestamps.
9508
9509 2009-10-10  Eric Blake  <ebb9@byu.net>
9510
9511         futimens: new module
9512         * modules/futimens: New file.
9513         * lib/futimens.c (futimens): Likewise.
9514         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
9515         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
9516         we can work around Linux bugs.
9517         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
9518         * modules/sys_stat (Makefile.am): Substitute them.
9519         * lib/sys_stat.in.h (futimens): Declare it.
9520         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9521         * doc/posix-functions/futimens.texi (futimens): Likewise.
9522         * modules/futimens-tests: New test.
9523         * tests/test-futimens.c: Likewise.
9524
9525         utimens: introduce fdutimens
9526         * lib/utimens.h (fdutimens): New prototype.
9527         * lib/utimens.c (gl_futimens): Move guts...
9528         (fdutimens): ...to new interface.
9529         * tests/test-utimens.c (do_fdutimens): Use it.
9530
9531         utimens: add UTIME_NOW and UTIME_OMIT support
9532         * lib/utimens.c (validate_timespec, update_timespec): New helper
9533         functions.
9534         (gl_futimens, lutimens): Use them.
9535         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
9536         stdbool, sys_stat.
9537         (Link): Mention resulting library dependency.
9538         * modules/utimecmp (Link): Likewise.
9539         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
9540         (Makefile.am): Pick up library dependency.
9541         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
9542         definition.
9543         * tests/test-sys_stat.c: Test the definitions.
9544         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
9545         * NEWS: Document library dependency.
9546
9547         utimecmp: support symlink timestamps
9548         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
9549         hashing when possible.  Use pathconf when available.
9550         (SYSCALL_RESOLUTION): Recognize tighter resolution.
9551         * modules/utimecmp (Depends-on): Add lstat.
9552
9553         utimens: add lutimens interface
9554         * lib/utimens.c (lutimens): New function.
9555         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
9556         * lib/utimens.h (lutimens): Declare new interface.
9557         * tests/test-utimens.c (main): Enhance test.
9558         * tests/test-lutimens.h (test_lutimens): New file.
9559         * modules/utimens-tests (Files): Distribute it.
9560         (Depends-on): Add symlink.
9561         (configure.ac): Check for usleep.
9562
9563         utimens: validate futimens usage
9564         * lib/utimens.c (gl_futimens): Require valid fd up front, using
9565         fewer syscalls on failure later on.  Avoid compiler warning on
9566         mingw.
9567         * modules/utimens (Depends-on): Add dup2.
9568
9569         utimens: add test
9570         * modules/utimens-tests: New test.
9571         * tests/test-utimens.h: New file.
9572         * tests/test-futimens.h: Likewise.
9573         * tests/test-utimens.c: Likewise.
9574
9575         doc: mention timestamp portability issues
9576         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
9577         instead.
9578         * doc/posix-functions/utime.texi (utime): Likewise.
9579         * doc/posix-functions/utimes.texi (utimes): Likewise.
9580         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
9581         instead.
9582         * doc/posix-functions/futimens.texi (futimens): Mention utimens
9583         module.
9584         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9585         Mention weakness with symlink timestamps.
9586         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
9587         to utimensat/futimens instead.
9588         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
9589
9590         test-dup2: enhance test
9591         * tests/test-dup2.c (main): Also check AT_FDCWD.
9592
9593         test-stat-time: avoid more spurious failures
9594         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
9595         xfs; and avoid race if the two timestamps cross quantization edge.
9596
9597         relocatable: prefer 'file system' over 'filesystem'
9598         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
9599         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
9600         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
9601         * doc/relocatable.texi (Enabling Relocatability): Likewise.
9602         * lib/relocatable.c (compute_curr_prefix): Likewise.
9603
9604 2009-10-10  Jim Meyering  <meyering@redhat.com>
9605
9606         stat-time-tests: check for the usleep function
9607         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
9608
9609 2009-10-10  Bruno Haible  <bruno@clisp.org>
9610
9611         * modules/xnanosleep: Put the Link section after the Include section.
9612
9613 2009-10-09  Eric Blake  <ebb9@byu.net>
9614
9615         dup2: work around FreeBSD 6.1 bug
9616         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
9617         * doc/posix-functions/dup2.texi (dup2): Document it.
9618         Reported by Nelson H. F. Beebe and Jim Meyering.
9619
9620         test-stat-time: port to buggy NFS clients
9621         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
9622         (test_ctime): Also skip test if mtime and ctime are skewed.
9623
9624         maint: prefer 'file system' over 'filesystem'
9625         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
9626         * doc/posix-functions/lstat.texi (lstat): Likewise.
9627         * lib/file-has-acl.c (file_has_acl): Likewise.
9628         * lib/fwriteerror.c [TEST]: Likewise.
9629         * tests/test-areadlink.h (test_areadlink): Likewise.
9630         * tests/test-areadlinkat-with-size.c (main): Likewise.
9631         * tests/test-areadlinkat.c (main): Likewise.
9632         * tests/test-canonicalize-lgpl.c (main): Likewise.
9633         * tests/test-canonicalize.c (main): Likewise.
9634         * tests/test-fstatat.c (main): Likewise.
9635         * tests/test-linkat.c (main): Likewise.
9636         * tests/test-lstat.h (test_lstat_func): Likewise.
9637         * tests/test-mkdir.h (test_mkdir): Likewise.
9638         * tests/test-readlink.h (test_readlink): Likewise.
9639         * tests/test-remove.c (main): Likewise.
9640         * tests/test-rename.h (test_rename): Likewise.
9641         * tests/test-renameat.c (main): Likewise.
9642         * tests/test-rmdir.h (test_rmdir_func): Likewise.
9643         * tests/test-symlink.h (test_symlink): Likewise.
9644         * tests/test-symlinkat.c (main): Likewise.
9645         * tests/test-unlink.h (test_unlink_func): Likewise.
9646         * tests/test-unlinkat.c (main): Likewise.
9647
9648         maint: make realtime library usage explicit
9649         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
9650         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
9651         * modules/settime (Link): Likewise.
9652         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
9653
9654         test-stat-time: speed up execution
9655         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
9656         warning on mingw.
9657         (nap): New helper function.
9658         (prepare_test): Use it to reduce sleep time.
9659         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
9660         execution.
9661         * modules/stat-time-tests (configure.ac): Check for usleep.
9662
9663 2009-10-09  Jim Meyering  <meyering@redhat.com>
9664
9665         selinux-h: always use getfilecon wrappers
9666         * lib/getfilecon.c: New file.
9667         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
9668         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
9669         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
9670         (fgetfilecon): Provide a stub.
9671         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
9672         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
9673         file unconditionally.
9674         When <selinux/selinux.h> is found, arrange to use wrappers.
9675         * modules/selinux-h (Files): Add getfilecon.c.
9676         (Makefile.am): Substitute include-next-related bits
9677         into the now-always-generated selinux/selinux.h file.
9678         * doc/glibc-functions/lgetfilecon.texi: New file.
9679         * doc/glibc-functions/fgetfilecon.texi: New file.
9680         * doc/glibc-functions/getfilecon.texi: New file.
9681         * doc/glibc-functions/getfilecon-desc.texi: New file.
9682         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
9683         which to pull in the new files.
9684         * MODULES.html.sh (Misc): Add selinux-h.
9685
9686 2009-10-08  Jim Meyering  <meyering@redhat.com>
9687
9688         unistd: fix comment typo
9689         * lib/unistd.in.h (euidaccess): Fix a comment typo.
9690
9691 2009-10-08  Eric Blake  <ebb9@byu.net>
9692
9693         areadlink: use SIZE_MAX consistently
9694         * modules/areadlink (Depends-on): Add stdint.
9695         * modules/areadlink-with-size (Depends-on): Likewise.
9696         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
9697         gives NULL; drop sys/types, since unistd gives size_t; and add
9698         stdint for SIZE_MAX.
9699         (SIZE_MAX): Rely on headers.
9700         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
9701         and add stdint.
9702         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
9703         (SIZE_MAX): Likewise.
9704         (INITIAL_BUF_SIZE): Turn into enum.
9705         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
9706
9707 2009-10-08  Jim Meyering  <meyering@redhat.com>
9708
9709         areadlinkat: avoid compilation failure
9710         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
9711         Fix typo in comment.
9712
9713 2009-10-07  Eric Blake  <ebb9@byu.net>
9714
9715         areadlinkat-with-size: new module
9716         * modules/areadlinkat-with-size: New module.
9717         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
9718         * lib/areadlink.h (areadlinkat): Declare it.
9719         * MODULES.html.sh (File system functions): Mention it.
9720         * modules/areadlinkat-with-size-tests: New test.
9721         * tests/test-areadlinkat-with-size.c: New file.
9722
9723         xreadlinkat: new module
9724         * modules/xreadlinkat: New module.
9725         * lib/xreadlinkat.c (xreadlinkat): New file.
9726         * lib/xreadlink.h (xreadlinkat): Declare it.
9727         * MODULES.html.sh (File system functions): Mention it.
9728
9729         areadlinkat: new module
9730         * lib/at-func.c (FUNC_FAIL): New define.
9731         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
9732         * modules/areadlinkat: New module.
9733         * lib/linkat.c (areadlinkat): Move...
9734         * lib/areadlinkat.c (areadlinkat): ...to new file.
9735         * lib/areadlink.h (areadlinkat): Declare it.
9736         * modules/linkat (Depends-on): Add areadlinkat.
9737         * MODULES.html.sh (File system functions): Mention it.
9738         * modules/areadlinkat-tests: New test.
9739         * tests/test-areadlinkat.c: New file.
9740
9741         areadlink, areadlink-with-size: add tests
9742         * modules/areadlink-tests: New test.
9743         * modules/areadlink-with-size-tests: Likewise.
9744         * tests/test-areadlink.h: New file.
9745         * tests/test-areadlink.c: Likewise.
9746         * tests/test-areadlink-with-size.c: Likewise.
9747
9748         maint: minor cleanups
9749         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
9750         _UNUSED_PARAMETER_ instead.
9751         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
9752         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
9753         * modules/linkat-tests (Files): Distribute test-link.h.
9754
9755         openat, utimens: whitespace cleanup
9756         * lib/openat.c: Prefer space throughout, rather than mix of 8
9757         spaces vs. tabs.
9758         * lib/at-func.c: Likewise.
9759         * lib/utimens.c: Likewise.
9760
9761         openat: avoid using wrong fd
9762         * lib/openat.c (openat_permissive): Reject user's fd if saving the
9763         working directory chooses same fd.
9764         * lib/at-func.c (AT_FUNC_NAME): Likewise.
9765
9766         mkdir, mkdirat: fix cygwin 1.5.x bug
9767         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
9768         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
9769         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
9770         bug.
9771         (gl_PREREQ_MKDIR): Delete unused macro.
9772         * modules/mkdir (Files): Track file rename.
9773         (configure.ac): Update macro name.
9774         * modules/openat (Depends-on): Add mkdir.
9775         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
9776
9777         mkdir, mkdirat: add tests
9778         * modules/mkdir-tests: New test.
9779         * tests/test-mkdir.h: New file.
9780         * tests/test-mkdir.c: Likewise.
9781         * tests/test-mkdirat.c: Likewise.
9782         * modules/openat-tests (Files): Add new files.
9783         (Makefile.am): Run new test.
9784
9785 2009-10-06  Eric Blake  <ebb9@byu.net>
9786
9787         doc: tweak *at function documentation
9788         * doc/posix-functions/faccessat.texi (faccessat): Mention
9789         known issue with replacement.
9790         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
9791         * doc/posix-functions/linkat.texi (linkat): Likewise.
9792         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
9793         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
9794         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
9795         * doc/posix-functions/renameat.texi (renameat): Likewise.
9796         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
9797
9798         openat: fix GNU/Hurd bug in unlinkat
9799         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
9800         broken.
9801         * doc/posix-functions/unlink.texi (unlink): Document this.
9802         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
9803
9804         fdopendir: fix GNU/Hurd bug
9805         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
9806         allowing non-directory fds.
9807         * lib/fdopendir.c (rpl_fdopendir): Work around it.
9808         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
9809         * modules/dirent (Makefile.am): Substitute it.
9810         * lib/dirent.in.h (fdopendir): Declare replacement.
9811         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
9812         * tests/test-fdopendir.c (main): Test something other than
9813         /dev/null, since on Hurd that behaves like a directory.
9814
9815         test-symlink: port to GNU/Hurd
9816         * tests/test-symlink.h (test_symlink): Relax expected errno.
9817
9818         doc: tweak more cygwin information
9819         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
9820         now compatible with glibc.
9821         * doc/posix-functions/getopt.texi (getopt): Likewise.
9822
9823         getopt-gnu: add another test
9824         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
9825         guarantee behavior relied on by m4.
9826         * tests/test-getopt.c (main): Use it.
9827         * modules/getopt-posix-tests (Depends-on): Add setenv.
9828         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
9829
9830         getopt: fix compilation on darwin
9831         * lib/getopt.in.h (includes): Leave breadcrumbs during system
9832         include.
9833         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
9834         Reported by Ludovic Courtès.
9835
9836 2009-10-06  Bruno Haible  <bruno@clisp.org>
9837
9838         * modules/size_max (Description): Discourage its use.
9839         Reported by Simon Josefsson.
9840
9841 2009-10-06  Jim Meyering  <meyering@redhat.com>
9842
9843         linkat: avoid compilation failure
9844         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
9845
9846 2009-10-05  Eric Blake  <ebb9@byu.net>
9847
9848         linkat: support Linux 2.6.17
9849         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
9850         linkat on Linux, but allow cache variable override.
9851         * lib/linkat.c (rpl_linkat): Define override.
9852         * modules/linkat (Depends-on): Add symlinkat.
9853         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
9854         * modules/unistd (Makefile.am): Substitute it.
9855         * lib/unistd.in.h (linkat): Declare replacement.
9856         Reported by Pádraig Brady.
9857
9858         quotearg: port test to systems with C.UTF-8 locale
9859         * tests/test-quotearg.c (struct result_strings): Add another
9860         member, differentiating between C.ASCII and C.UTF-8 handling.
9861         (compare_strings): Add parameter.
9862         (main): Adjust all callers.
9863
9864         getopt: avoid clash with FreeBSD _getopt_internal
9865         * lib/getopt.in.h (_getopt_internal): Override the name.
9866         * lib/getopt_int.h (includes): Pick up any overrides.
9867         Reported by Reuben Thomas.
9868
9869         hash: allow C89 compilation
9870         * lib/hash.c (check_tuning): Move declaration before statement.
9871         Reported by Reuben Thomas.
9872
9873 2009-10-05  Karl Berry  <karl@gnu.org>
9874
9875         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
9876
9877 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
9878             Bruno Haible  <bruno@clisp.org>
9879
9880         * lib/uname.c (uname): Use a table-driven algorithm to compute
9881         Windows NT versions.
9882
9883 2009-10-04  Bruno Haible  <bruno@clisp.org>
9884
9885         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
9886         program_invocation_short_name.
9887         * modules/progname (configure.ac): Test for presence of
9888         program_invocation_short_name.
9889         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
9890
9891 2009-10-04  Bruno Haible  <bruno@clisp.org>
9892
9893         * lib/progname.c (set_program_name): Fix comment.
9894         Reported by Jim Meyering.
9895
9896 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
9897             Bruno Haible  <bruno@clisp.org>
9898
9899         * lib/uname.c: Include <string.h>.
9900         (uname): Do only one call to GetVersionEx in the common case.
9901
9902 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
9903             Bruno Haible  <bruno@clisp.org>
9904
9905         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
9906         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
9907         (uname): Add support for Windows CE and various non-x86 CPU types.
9908
9909 2009-10-03  Bruno Haible  <bruno@clisp.org>
9910
9911         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
9912         invocation to tests/configure.ac.
9913         Reported by Ian Beckwith <ianb@erislabs.net>.
9914
9915 2009-10-02  Eric Blake  <ebb9@byu.net>
9916
9917         fchdir: avoid compiler warning
9918         * lib/fchdir.c (canonicalize_file_name)
9919         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
9920
9921         test-open: support mingw errno values
9922         * tests/test-open.h (test_open): Relax test.
9923         * tests/test-fopen.h (test_fopen): Likewise.
9924         * tests/test-openat-safer.c (main): Likewise.
9925
9926         open: fix opening directory on mingw
9927         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
9928
9929         test-open: on GNU/Hurd, /dev/null is a directory
9930         * tests/test-fopen.h (main): Rename...
9931         (test_fopen): ...to this.  Use a guaranteed non-directory when
9932         confirming open behavior on trailing slash.
9933         * tests/test-openat-safer.c (main): Likewise.
9934         * tests/test-open.h (main): Likewise....
9935         (test_open): ...to this.
9936         * tests/test-fopen.c (main): Adjust caller.
9937         * tests/test-fopen-safer.c (main): Likewise.
9938         * tests/test-open.c (main): Likewise.
9939         * tests/test-fcntl-safer.c (main): Likewise.
9940         Reported by Samuel Thibault.
9941
9942         rename, fchdir: don't ignore chdir failure
9943         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
9944         * lib/rename.c (rpl_rename) [W32]: Likewise.
9945         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
9946         an empty destination directory if source cannot be renamed,
9947         although there is still possibility for failure.
9948         * doc/posix-functions/rename.texi (rename): Document the race.
9949         Reported by Jim Meyering.
9950
9951         maint: cleanup whitespace in recent commits
9952         * lib/rename.c (rpl_rename): Remove tabs.
9953         * tests/test-link.h (test_link): Likewise.
9954         * lib/fchdir.c (get_name): Likewise.
9955         Reported by Jim Meyering.
9956
9957 2009-10-02  Ben Pfaff  <blp@gnu.org>
9958
9959         relocatable-prog-wrapper: Add missing dependency on
9960         double-slash-root.
9961         * modules/relocatable-prog-wrapper: Add dependency.
9962         Reported by Ian Beckwith <ianb@erislabs.net>.
9963
9964 2009-10-02  Eric Blake  <ebb9@byu.net>
9965
9966         renameat: fix Solaris bugs
9967         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
9968         needed fixing.
9969         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
9970         * modules/stdio (Makefile.am): Substitute it.
9971         * lib/stdio.in.h (renameat): Declare replacement.
9972         * lib/renameat.c (rpl_renameat): Implement fix.
9973
9974         renameat: new module
9975         * modules/renameat: New file.
9976         * lib/renameat.c (renameat): Likewise.
9977         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
9978         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
9979         * modules/stdio (Makefile.am): Substitute them.
9980         * lib/stdio.in.h (renameat): Declare it.
9981         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9982         * doc/posix-functions/renameat.texi (renameat): Likewise.
9983         * modules/renameat-tests: New test.
9984         * tests/test-renameat.c: Likewise.
9985
9986         rename: fix mingw bugs
9987         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
9988         directory overwrite bugs.
9989
9990         rename: fix another cygwin 1.5 bug
9991         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
9992         checks.
9993         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
9994         unnecessary cygwin workarounds.  Also work around bug with moving
9995         full directory onto an empty one.
9996         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
9997
9998         rename-dest-slash: merge into rename module
9999         * modules/rename-dest-slash (Status): Mark obsolete.
10000         (Depends-on): Add rename.
10001         (Files): Let rename do it all.
10002         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
10003         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
10004         * m4/rename-dest-slash.m4: ...so this file can be deleted.
10005         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
10006         * lib/rename.c (rpl_rename): Update comments.
10007
10008         rename: fix cygwin 1.5.x bugs
10009         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
10010         * lib/rename.c (rpl_rename): Work around them.
10011         * modules/rename (Depends-on): Add same-inode.
10012
10013         rename: fix Solaris 10 bug
10014         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
10015         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
10016         was the only bug.
10017
10018         rename: fix Solaris 9 bug
10019         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
10020         on non-directory.  Avoid calling exit.
10021         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
10022         strdup.
10023         * modules/rename-tests (Depends-on): Drop lstat.
10024         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
10025         (gl_PREREQ_RENAME): Delete unused macro.
10026
10027         rename-dest-slash: fix NetBSD bug
10028         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
10029         links.
10030         * modules/rename-dest-slash (Depends-on): Add same-inode.
10031
10032         rename-tests: new test, exposes several platform bugs
10033         * modules/rename-tests: New file.
10034         * tests/test-rename.h: Likewise.
10035         * tests/test-rename.c: Likewise.
10036         * doc/posix-functions/rename.texi (rename): Improve documentation,
10037         including bugs that will eventually be fixed in gnulib.
10038
10039 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
10040
10041         * lib/uname.c: Include <stdlib.h>
10042         (uname): Assume version info is available.
10043
10044 2009-10-02  Jim Meyering  <meyering@redhat.com>
10045
10046         gnu-web-doc-update: correct --help output
10047         * build-aux/gnu-web-doc-update: Make --help output relevant.
10048
10049         gnu-web-doc-update: add standard options
10050         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
10051
10052         gnu-web-doc-update: New module.
10053         Use this script to automatically update the on-line web documentation
10054         for your GNU project at http://www.gnu.org/software/$pkg/manual/
10055         * modules/gnu-web-doc-update: New file, from coreutils.
10056         * build-aux/gnu-web-doc-update: New script.
10057
10058 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
10059
10060         link: LoadLibrary is not needed.
10061         * lib/link.c: Use GetModuleHandle.
10062
10063 2009-10-01  Eric Blake  <ebb9@byu.net>
10064
10065         getopt: bump serial number
10066         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
10067         change.
10068
10069         tests: tighten link, rmdir, and remove tests
10070         * tests/test-link.h (includes): No need to use <config.h> here.
10071         Clean up if directory hard link was created, otherwise test for
10072         trailing '.'.
10073         * tests/test-linkat.c (main): Simplify.
10074         * tests/test-remove.c (main): Enhance test for trailing '.'.
10075         * tests/test-rmdir.h (test_rmdir_func): Likewise.
10076
10077 2009-10-01  Jim Meyering  <meyering@redhat.com>
10078
10079         maint.mk: requiring "make major" was annoying, for a "minor" release.
10080         What is intended is "stable", to contrast with alpha and beta,
10081         so require "make stable", not "make major".
10082         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
10083         (get_tool_versions): Likewise.
10084         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
10085
10086 2009-09-30  Ben Pfaff  <blp@gnu.org>
10087
10088         Fix broken build of replacement for Windows tmpfile().
10089         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
10090         flags argument added along with the 'mkostemp' module.
10091
10092 2009-09-28  Bruno Haible  <bruno@clisp.org>
10093
10094         Avoid identifier clash with POSIX function 'remove' defined as a macro.
10095         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
10096         to 'remove_elt'.
10097         (gl_list_remove): Update.
10098         * lib/gl_list.c (gl_list_remove): Update.
10099         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
10100         to 'remove_elt'.
10101         (gl_oset_remove): Update.
10102         * lib/gl_list.c (gl_oset_remove): Update.
10103         Reported by Eric Blake.
10104
10105 2009-09-28  Eric Blake  <ebb9@byu.net>
10106
10107         doc: mention yet more cygwin 1.7 status
10108         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
10109         cygwin.
10110         * doc/glibc-functions/execvpe.texi (execvpe): New file.
10111         * doc/gnulib.texi (Glibc unistd.h): Mention it.
10112
10113         argp: fix test failure
10114         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
10115         that are not upper-case.  Pass correct range to tolower.
10116
10117 2009-09-27  Jim Meyering  <meyering@redhat.com>
10118
10119         test-yesno: work around sparc-dash here-document infelicity
10120         Without this change, the literal \177 byte in a here document
10121         would make dash 0.5.5.1-3 access uninitialized memory.
10122         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
10123         Instead, use a marker, "@", and filter through tr to create the desired
10124         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
10125
10126 2009-09-27  Bruno Haible  <bruno@clisp.org>
10127
10128         Disable untested support for new flavours of ACLs on AIX.
10129         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
10130         progress.
10131         * lib/set-mode-acl.c (qset_acl): Likewise.
10132
10133 2008-12-07  Bruno Haible  <bruno@clisp.org>
10134
10135         Add support for new flavours of ACLs on AIX. (Untested.)
10136         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
10137         (file_has_acl): Add support for newer AIX.
10138         * lib/set-mode-acl.c (qset_acl): Likewise.
10139         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
10140         Rainer Tammer <tammer@tammer.net>.
10141
10142 2009-09-26  Eric Blake  <ebb9@byu.net>
10143
10144         argp: fix compilation of getopt
10145         * lib/getopt.in.h (includes): Use different guard than glibc.
10146         Reported by Sergey Poznyakoff.
10147
10148         doc: mention more cygwin 1.7 status
10149         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
10150         bug.
10151         * doc/posix-functions/execl.texi (execl): Likewise.
10152         * doc/posix-functions/execle.texi (execle): Likewise.
10153         * doc/posix-functions/execlp.texi (execlp): Likewise.
10154         * doc/posix-functions/execv.texi (execv): Likewise.
10155         * doc/posix-functions/execve.texi (execve): Likewise.
10156         * doc/posix-functions/execvp.texi (execvp): Likewise.
10157         * doc/glibc-functions/canonicalize_file_name.texi
10158         (canonicalize_file_name): Cygwin 1.7 now provides this.
10159         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
10160         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
10161         on AT_SYMLINK_NOFOLLOW.
10162
10163 2009-09-24  Eric Blake  <ebb9@byu.net>
10164
10165         test-linkat: make test more robust
10166         * tests/test-linkat.c (main): Avoid collision with EEXIST.
10167
10168         getopt: fix inclusion guards for cygwin
10169         * modules/getopt-posix (Depends-on): Add include-next.
10170         (Makefile.am): Substitute more items in replacement header.
10171         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
10172         <getopt.h>.
10173         * lib/getopt.in.h (includes): Use split inclusion guard, and
10174         prefer <getopt.h> over include <unistd.h> when one is present.
10175         (option): Also override name of 'struct option'.
10176
10177         same-inode: revert prior change; it is not yet ready
10178         * NEWS: Undo mention of this change.
10179         * lib/same-inode.h (same-inode.h): Undo tri-state change.
10180         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
10181         * lib/cycle-check.c (cycle_check): Likewise.
10182         * lib/same.c (same_name): Likewise.
10183         * lib/at-func2.c (at_func2): Likewise.
10184
10185 2009-09-23  Eric Blake  <ebb9@byu.net>
10186
10187         linkat: new module
10188         * modules/linkat: New file.
10189         * lib/at-func2.c (at_func2): Likewise.
10190         * lib/linkat.c (linkat): Likewise.
10191         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
10192         * lib/openat-priv.h (at_func2): Add declaration.
10193         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
10194         * modules/unistd (Makefile.am): Substitute them.
10195         * lib/unistd.in.h (linkat): Declare it.
10196         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10197         * doc/posix-functions/linkat.texi (linkat): Likewise.
10198         * doc/posix-functions/link.texi (link): Tweak wording.
10199         * tests/test-link.c (main): Move guts...
10200         * tests/test-link.h (test_link): ...into new file.
10201         * modules/linkat-tests: New test.
10202         * tests/test-linkat.c: Likewise.
10203         * modules/link-tests (Files): Ship new file.
10204         (Depends-on): Add stdbool.
10205
10206         dirname: add library-safe mdir_name
10207         * lib/dirname.h (mdir_name): New prototype.
10208         * lib/dirname.c (dir_name): Move guts...
10209         (mdir_name): ...to new function that avoids xalloc_die.
10210
10211         fchdir: another mingw fix
10212         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
10213         * lib/fchdir.c (get_name): New helper method; skips canonicalize
10214         on mingw (where it has not yet been ported), and make it optional
10215         elsewhere.
10216         (_gl_register_fd): Use it.
10217
10218         same-inode: make SAME_INODE tri-state, to port to mingw
10219         * NEWS: Mention this change.
10220         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
10221         st_ino always being 0.
10222         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
10223         * lib/cycle-check.c (cycle_check): Likewise.
10224         * lib/same.c (same_name): Likewise.
10225
10226         lstat: avoid mingw compilation error
10227         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
10228         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
10229         lstat ourselves.
10230         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
10231         was adequate.
10232         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
10233         the checks for lstat.
10234         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
10235
10236         link: fix test failure on Solaris 9
10237         * lib/link.c (rpl_link): Don't assume link will catch bogus
10238         trailing slash on source.
10239
10240         test-symlinkat: enhance test
10241         * tests/test-readlink.c (main): Move guts...
10242         * tests/test-readlink.h (test_readlink): ...into new file.
10243         * tests/test-symlink.c (main): Move guts...
10244         * tests/test-symlink.h (test_symlink): ...into new file.
10245         * tests/test-symlinkat.c (main): Use new files for further
10246         coverage.
10247         (do_symlink, do_readlink): New helper functions.
10248         * modules/symlink-tests (Files): Ship new file.
10249         (Depends-on): Add stdbool.
10250         * modules/readlink-tests (Files): Ship new file.
10251         (Depends-on): Add stdbool.
10252         * modules/symlinkat-tests (Files): Use new files.
10253
10254 2009-09-23  Eric Blake  <ebb9@byu.net>
10255
10256         readlink: document portability issue with symlink length
10257         * doc/posix-functions/lstat.texi (lstat): Mention that some file
10258         systems have bogus st_size on symlinks, and mention the
10259         areadlink-with-size module.
10260         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
10261         * doc/posix-functions/readlink.texi (readlink): Mention the
10262         areadlink module, and ERANGE failure.
10263         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
10264         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
10265
10266         readlink: fix Solaris 9 bug with trailing slash
10267         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
10268         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
10269         * doc/posix-functions/readlink.texi (readlink): Document this.
10270         * modules/readlink-tests: New test.
10271         * tests/test-readlink.c: Likewise.
10272
10273         readlink: fix cygwin 1.5.x bug with return type
10274         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
10275         * lib/unistd.in.h (readlink): Use ssize_t.
10276         * lib/readlink.c (readlink): Likewise.
10277         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
10278         * modules/unistd (Makefile.am): Substitute it.
10279         * lib/unistd.in.h (readlink): Declare replacement.
10280         * doc/posix-functions/readlink.texi (readlink): Document this.
10281
10282         symlink: use throughout gnulib
10283         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
10284         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
10285         symlink is not used.
10286         * modules/symlinkat (Depends-on): Add symlink.
10287         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
10288         * modules/canonicalize-tests (Depends-on): Likewise.
10289         * modules/lstat-tests (Depends-on): Likewise.
10290         * modules/openat-tests (Depends-on): Likewise.
10291         * modules/remove-tests (Depends-on): Likewise.
10292         * modules/rmdir-tests (Depends-on): Likewise.
10293         * modules/unlink-tests (Depends-on): Likewise.
10294         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
10295         * tests/test-canonicalize.c (symlink): Likewise.
10296         * tests/test-fstatat.c (symlink): Likewise.
10297         * tests/test-lstat.c (symlink): Likewise.
10298         * tests/test-remove.c (symlink): Likewise.
10299         * tests/test-rmdir.c (symlink): Likewise.
10300         * tests/test-unlink.c (symlink): Likewise.
10301         * tests/test-unlinkat.c (symlink): Likewise.
10302
10303         symlink: new module, for Solaris 9 bug
10304         * modules/symlink: New file.
10305         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
10306         * lib/symlink.c: Likewise.
10307         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
10308         * modules/unistd (Makefile.am): Substitute them.
10309         * lib/unistd.in.h (symlink): Declare replacement.
10310         * MODULES.html.sh (File system functions): Mention it.
10311         * doc/posix-functions/symlink.texi (symlink): Likewise.
10312         * modules/symlink-tests: New test.
10313         * tests/test-symlink.c: Likewise.
10314
10315 2009-09-23  Bruno Haible  <bruno@clisp.org>
10316
10317         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
10318         when needed.
10319         Test case: gnulib-tool --import --with-tests atexit inttypes.
10320         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
10321
10322 2009-09-23  Bruno Haible  <bruno@clisp.org>
10323
10324         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
10325         subcommand, not in a subshell.
10326
10327 2009-09-22  Eric Blake  <ebb9@byu.net>
10328
10329         unistd: sort replacement declarations
10330         * lib/unistd.in.h: Sort declarations.
10331
10332         open, openat: minor optimization
10333         * lib/open.c (open): If open succeeded, len is non-zero.
10334         * lib/openat.c (rpl_openat): Likewise.
10335
10336         link-follow: ensure correct result
10337         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
10338         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
10339         distinguish between possible failures.
10340
10341 2009-09-21  Eric Blake  <ebb9@byu.net>
10342
10343         fts: avoid compiler warning
10344         * lib/fts.c (dirent_inode_sort_may_be_useful)
10345         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
10346
10347 2009-09-19  Bruno Haible  <bruno@clisp.org>
10348
10349         * lib/progreloc.c (canonicalize_file_name): New declaration.
10350
10351 2009-09-19  Eric Blake  <ebb9@byu.net>
10352
10353         link: fix quoting
10354         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
10355
10356         openat: fix openat bugs on Solaris 9
10357         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
10358         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
10359         * modules/openat (Depends-on): Add open.
10360         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
10361         * modules/fcntl-h (Makefile.am): Substitute it.
10362         * lib/fcntl.in.h (openat): Declare replacement.
10363         * doc/posix-functions/openat.texi (openat): Document this.
10364
10365         openat: move fstatat and unlinkat into correct files
10366         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
10367         compiled.
10368         * lib/openat.c (fstatat, unlinkat): Move...
10369         * lib/fstatat.c (fstatat): ...into correct files.
10370         * lib/unlinkat.c (unlinkat): Likewise.
10371
10372         openat: fix unlinkat bugs on Solaris 9
10373         * lib/unlinkat.c (unlinkat): New file.
10374         * modules/openat (Depends-on): Add unlink.
10375         (Files): Distribute it.
10376         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
10377         trailing slash behavior is broken.
10378         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
10379         * modules/unistd (Makefile.am): Substitute it.
10380         * lib/unistd.in.h (unlinkat): Declare replacement.
10381         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
10382
10383         openat: fix fstatat bugs on Solaris 9
10384         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
10385         stat.
10386         * doc/posix-functions/fstatat.texi (fstatat): Document this.
10387
10388         test-unlinkat: enhance test, to expose Solaris 9 bug
10389         * tests/test-unlink.c (main): Factor guts...
10390         * tests/test-unlink.h (test_rmdir_func): ...into new file.
10391         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
10392         * tests/test-rmdir.c (main): Adjust caller.
10393         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
10394         (unlinker): New helper function.
10395         (rmdirat): Enhance check.
10396         * modules/rmdir-tests (Depends-on): Add stdbool.
10397         * modules/unlink-tests (Depends-on): Likewise.
10398         (Files): Add test-unlink.h.
10399         * modules/openat-tests (Files): Likewise.
10400         (Depends-on): Add unlinkdir.
10401
10402         test-fstatat: new test, to expose Solaris 9 bugs
10403         * tests/test-stat.c (main): Factor guts...
10404         * tests/test-stat.h (test_stat_func): ...into new file.
10405         * tests/test-lstat.c (main): Factor guts...
10406         * tests/test-lstat.h (test_lstat_func): ...into new file.
10407         * tests/test-fstatat.c: New file.
10408         * modules/stat-tests (Files): Add test-stat.h.
10409         * modules/lstat-tests (Files): Add test-lstat.h.
10410         (Depends-on): Add stdbool.
10411         * modules/openat-tests (Depends-on): Add pathmax.
10412         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
10413         (Makefile.am): Run new test.
10414
10415         remove: new module, for mingw and Solaris 9 bugs
10416         * modules/remove: New file.
10417         * lib/remove.c: Likewise.
10418         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
10419         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
10420         * modules/stdio (Makefile.am): Use them.
10421         * lib/stdio.in.h (remove): Declare replacement.
10422         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10423         * doc/posix-functions/remove.texi (remove): Likewise.
10424         * modules/remove-tests: New test.
10425         * tests/test-remove.c: Likewise.
10426
10427         unlink: new module, for Solaris 9 bug
10428         * modules/unlink: New file.
10429         * lib/unlink.c: Likewise.
10430         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
10431         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
10432         * modules/unistd (Makefile.am): Use them.
10433         * lib/unistd.in.h (stat): Declare replacement.
10434         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10435         * doc/posix-functions/unlink.texi (unlink): Likewise.
10436         * modules/unlink-tests: New test.
10437         * tests/test-unlink.c: Likewise.
10438
10439         lstat: fix Solaris 9 bug
10440         * lib/lstat.c (lstat): Also check for trailing slash on
10441         non-symlink, non-directories.  Use stat module to simplify logic.
10442         * doc/posix-functions/lstat.texi (lstat): Document it.
10443         * modules/lstat-tests (Depends-on): Add errno, same-inode.
10444         (configure.ac): Check for symlink.
10445         * tests/test-lstat.c (main): Add more tests.
10446
10447         stat: add as dependency to other modules
10448         * modules/chown (Depends-on): Add stat.
10449         * modules/euidaccess (Depends-on): Likewise.
10450         * modules/fchdir (Depends-on): Likewise.
10451         * modules/isdir (Depends-on): Likewise.
10452         * modules/link (Depends-on): Likewise.
10453         * modules/lstat (Depends-on): Likewise.
10454         * modules/mkdir-p (Depends-on): Likewise.
10455         * modules/modechange (Depends-on): Likewise.
10456         * modules/open (Depends-on): Likewise.
10457         * modules/readlink (Depends-on): Likewise.
10458         * modules/same (Depends-on): Likewise.
10459
10460         stat: fix Solaris 9 bug
10461         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
10462         slash.
10463         * lib/stat.c (rpl_stat): Work around it.
10464         * doc/posix-functions/stat.texi (stat): Update documentation.
10465
10466         stat: new module, for mingw bug
10467         * modules/stat: New file.
10468         * lib/stat.c: Likewise.
10469         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
10470         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10471         * modules/sys_stat (Makefile.am): Use them.
10472         * lib/sys_stat.in.h (stat): Declare replacement.
10473         * lib/openat.c (fstatat): Deal with lstat and stat being function
10474         macros.
10475         * modules/openat (Depends-on): Add inline.
10476         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10477         * doc/posix-functions/stat.texi (stat): Likewise.
10478         * modules/stat-tests: New test.
10479         * tests/test-stat.c: Likewise.
10480
10481 2009-09-19  Jim Meyering  <meyering@redhat.com>
10482
10483         syntax-check: detect unnecessary inclusion of canonicalize.h
10484         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
10485
10486 2009-09-19  Eric Blake  <ebb9@byu.net>
10487
10488         canonicalize-lgpl: adjust clients to use correct header
10489         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
10490         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
10491         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
10492         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
10493         * lib/progreloc.c (includes): Likewise.
10494
10495 2009-09-19  Jim Meyering  <meyering@redhat.com>
10496
10497         test-posixtm.c: correct a comment
10498         * tests/test-posixtm.c: Correct first-line comment.
10499         Spotted by Eric Blake.
10500
10501 2009-09-16  Jim Meyering  <meyering@redhat.com>
10502
10503         posixtm-tests: make T const-correct; add a test case
10504         * tests/test-posixtm.c (T): Declare const.
10505         Add a test for -(2^31+1).
10506         Remove useless can-succeed-only-in-2002 test.
10507
10508         posixtm-tests: adjust the sole failing test
10509         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
10510         expected output matches what mktime now produces.  Cross-checked via
10511         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
10512
10513         posixtm: move #ifdef'd tests into a new module
10514         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
10515         * tests/test-posixtm.c: ... this new file.
10516         * modules/posixtm-tests: New module.
10517
10518 2009-09-19  Eric Blake  <ebb9@byu.net>
10519
10520         openat: simplify use of at-func.c
10521         * lib/at-func.c (includes): Include prerequisites here, to
10522         simplify requirements on client files.
10523         * lib/openat-priv.h: Add double-inclusion guard.
10524         * lib/faccessat.c (includes): Simplify.
10525         * lib/fchmodat.c (includes): Likewise.
10526         * lib/fchownat.c (includes): Likewise.
10527         * lib/mkdirat.c (includes): Likewise.
10528         * lib/mkfifoat.c (includes): Likewise.
10529         * lib/symlinkat.c (includes): Likewise.
10530
10531         openat: allow return of fd 0
10532         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
10533         * modules/save-cwd (Depends-on): Replace fcntl-safer with
10534         unistd-safer.
10535         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
10536         <fcntl.h>; this module does not leak fds.
10537         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
10538         must be allowed to return 0, leaving openat_safer to add the
10539         safety.
10540         (openat_permissive): Avoid writing to just-opened fd 2 if
10541         restoring the current directory fails.
10542         * lib/openat-die.c (openat_restore_fail): Add comment.
10543         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
10544         (save_cwd): Guarantee safe fd, but without use of open_safer.
10545         * tests/test-openat.c: New test.
10546         * modules/openat-tests (Files, Makefile.am): Distribute and build
10547         new file.
10548
10549         relocatable-prog-wrapper: fix build
10550         * modules/relocatable-prog-wrapper (Files): Update name of
10551         canonicalize m4 file, broken on 2009-09-17.
10552         Reported by emad hajjar <aleppos@hotmail.com>.
10553
10554 2009-09-19  Bruno Haible  <bruno@clisp.org>
10555
10556         * lib/safe-alloc.h: Use the standard header with GPL copyright.
10557         * lib/safe-alloc.c: Likewise.
10558         Reported by Ian Beckwith <ianb@erislabs.net>.
10559
10560 2009-09-18  Bruno Haible  <bruno@clisp.org>
10561
10562         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
10563         Reported by <erobles@sensacd.com.mx>.
10564
10565 2009-09-17  Eric Blake  <ebb9@byu.net>
10566
10567         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
10568         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
10569         slashes when checking if last component is missing.
10570         * tests/test-canonicalize.c (main): Test this.
10571
10572         canonicalize, canonicalize-lgpl: honor // if distinct from /
10573         * modules/canonicalize (Files): Add double-slash-root.m4.
10574         * modules/canonicalize-lgpl (Files): Likewise.
10575         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
10576         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
10577         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
10578         fallback definition.
10579         (canonicalize_filename_mode): Use it to protect //.
10580         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
10581         (__realpath): Likewise.
10582         * tests/test-canonicalize.c (main): Test this.
10583         * tests/test-canonicalize-lgpl.c (main): Likewise.
10584         * modules/canonicalize-tests (Depends-on): Add same-inode.
10585         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
10586
10587         canonicalize-lgpl: fix glibc bug with trailing slash
10588         * m4/canonicalize-lgpl.m4: Move contents...
10589         * m4/canonicalize.m4: ...here.
10590         (gl_CANONICALIZE_LGPL): Factor realpath check...
10591         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
10592         glibc 2.3.5 bug, fixed 2005-04-27.
10593         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
10594         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
10595         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
10596         * modules/canonicalize-lgpl (Files): Manage file rename.
10597         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
10598         * modules/stdlib (Makefile.am): Substitute witness.
10599         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
10600         is needed.
10601         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
10602         replacement is required.
10603         * lib/canonicalize.c (canonicalize_file_name): Likewise.
10604         * doc/glibc-functions/canonicalize_file_name.texi
10605         (canonicalize_file_name): Document this.
10606         * doc/posix-functions/realpath.texi (realpath): Likewise.
10607
10608         canonicalize-lgpl: reject non-directory with trailing slash
10609         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
10610         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
10611         catches failures in glibc 2.3.5.
10612         * tests/test-canonicalize.c (main): Likewise.
10613
10614         canonicalize-lgpl: use native realpath if it works
10615         * lib/canonicalize-lgpl.c (realpath): Guard with
10616         FUNC_REALPATH_WORKS.
10617         * lib/stdlib.in.h (realpath): Make declaration optional based on
10618         HAVE_REALPATH.
10619         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
10620         native realpath works.
10621         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
10622         * modules/stdlib (Makefile.am): Substitute witness.
10623
10624         canonicalize, canonicalize-lgpl: use <stdlib.h>
10625         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
10626         (Include): Mention <stdlib.h>.
10627         (configure.ac): Mention functions we provide.
10628         * modules/canonicalize (configure.ac): Likewise.
10629         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
10630         realpath if canonicalize_file_name is missing.
10631         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
10632         * modules/stdlib (Makefile.am): Substitute witnesses.
10633         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
10634         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
10635         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
10636         * NEWS: Document this.
10637         * doc/glibc-functions/canonicalize_file_name.texi
10638         (canonicalize_file_name): Likewise.
10639         * doc/posix-functions/realpath.texi (realpath): Likewise.
10640         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
10641
10642         test-canonicalize: consolidate into single C program
10643         * tests/test-canonicalize.sh: Delete; move setup into...
10644         * tests/test-canonicalize.c (main): ...the program, making it
10645         easier to run in debugger.  Add some tests.
10646         * modules/canonicalize-tests (Files): Remove unused file.
10647         (Depends-on): Add progname.
10648         (configure.ac, Makefile.am): Simplify.
10649
10650         test-canonicalize-lgpl: consolidate into single C program
10651         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
10652         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
10653         easier to run in debugger.  Add some tests.
10654         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
10655         (configure.ac, Makefile.am): Simplify.
10656
10657         canonicalize: avoid resolvepath
10658         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
10659         unnecessary checks.
10660         * lib/canonicalize.c (includes): Simplify.
10661         (canonicalize_file_name): Drop resolvepath implementation.
10662         * modules/canonicalize (Depends-on): Drop filenamecat.
10663
10664         canonicalize: don't lose errno
10665         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
10666         over calls to free.
10667
10668         canonicalize: simplify errno handling
10669         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
10670         assignment.
10671
10672         canonicalize, canonicalize-lgpl: update module dependencies
10673         * modules/canonicalize (Depends-on): Add extensions, lstat,
10674         pathmax, stdlib.
10675         (Files): Drop pathmax.h.
10676         (configure.ac): Adjust macro name.
10677         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
10678         lstat, stdlib, sys_stat.
10679         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
10680         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
10681         extensions.
10682         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
10683         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
10684         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
10685         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
10686         declaration, if available.
10687         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
10688         we can rely on the readlink module.
10689         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
10690         (includes): Use <unistd.h> unconditionally.
10691
10692 2009-09-17  Eric Blake  <ebb9@byu.net>
10693
10694         maint: make Include sections of modules consistent
10695         * modules/alloca: Use only header name; no need to list #include.
10696         * modules/alloca-opt: Likewise.
10697         * modules/arpa_inet: Likewise.
10698         * modules/canon-host: Likewise.
10699         * modules/configmake: Likewise.
10700         * modules/dirent: Likewise.
10701         * modules/eealloc: Likewise.
10702         * modules/environ: Likewise.
10703         * modules/fchdir: Likewise.
10704         * modules/fcntl: Likewise.
10705         * modules/fcntl-h: Likewise.
10706         * modules/gethrxtime: Likewise.
10707         * modules/gettime: Likewise.
10708         * modules/ignore-value: Likewise.
10709         * modules/inet_ntop: Likewise.
10710         * modules/inet_pton: Likewise.
10711         * modules/inttypes: Likewise.
10712         * modules/isnand-nolibm: Likewise.
10713         * modules/isnanf-nolibm: Likewise.
10714         * modules/mbchar: Likewise.
10715         * modules/mbfile: Likewise.
10716         * modules/mbiter: Likewise.
10717         * modules/mbuiter: Likewise.
10718         * modules/netdb: Likewise.
10719         * modules/netinet_in: Likewise.
10720         * modules/nproc: Likewise.
10721         * modules/pagealign_alloc: Likewise.
10722         * modules/poll: Likewise.
10723         * modules/printf-frexp: Likewise.
10724         * modules/pthread: Likewise.
10725         * modules/putenv: Likewise.
10726         * modules/random_r: Likewise.
10727         * modules/relocatable-prog: Likewise.
10728         * modules/search: Likewise.
10729         * modules/select: Likewise.
10730         * modules/selinux-h: Likewise.
10731         * modules/settime: Likewise.
10732         * modules/signal: Likewise.
10733         * modules/size_max: Likewise.
10734         * modules/socklen: Likewise.
10735         * modules/ssize_t: Likewise.
10736         * modules/stdarg: Likewise.
10737         * modules/stdbool: Likewise.
10738         * modules/stddef: Likewise.
10739         * modules/stdint: Likewise.
10740         * modules/stdio: Likewise.
10741         * modules/stdlib: Likewise.
10742         * modules/string: Likewise.
10743         * modules/strings: Likewise.
10744         * modules/sys_file: Likewise.
10745         * modules/sys_ioctl: Likewise.
10746         * modules/sys_select: Likewise.
10747         * modules/sys_socket: Likewise.
10748         * modules/sys_stat: Likewise.
10749         * modules/sys_time: Likewise.
10750         * modules/sys_times: Likewise.
10751         * modules/sys_utsname: Likewise.
10752         * modules/sys_wait: Likewise.
10753         * modules/sysexits: Likewise.
10754         * modules/time: Likewise.
10755         * modules/times: Likewise.
10756         * modules/tmpfile: Likewise.
10757         * modules/trim: Likewise.
10758         * modules/unistd: Likewise.
10759         * modules/wchar: Likewise.
10760         * modules/wctype: Likewise.
10761
10762 2009-09-17  Bruno Haible  <bruno@clisp.org>
10763
10764         Make getdate.y compile on QNX and NetBSD 5 / i386.
10765         * m4/getdate.m4 (gl_GETDATE): Conditionally define
10766         TIME_T_FITS_IN_LONG_INT.
10767         * lib/getdate.y (long_time_t): New type.
10768         (relative_time): Change type of 'seconds' field to long_time_t.
10769         (get_date): Update types of local variables. Check against overflow
10770         during conversion from long_time_t to time_t.
10771         Reported by Matt Kraai <kraai@ftbfs.org>
10772         and Hasso Tepper <hasso@netbsd.org>.
10773
10774 2009-09-17  Bruno Haible  <bruno@clisp.org>
10775
10776         * modules/COPYING: Update copyright years.
10777         * modules/README: Likeiwse.
10778         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
10779         Reported by Ian Beckwith <ianb@erislabs.net>.
10780
10781 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
10782
10783         * users.txt: Update references for gnuit package.
10784
10785 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
10786
10787         * m4/getdelim.m4: Fix typo in copyright line.
10788
10789 2009-09-17  Bruno Haible  <bruno@clisp.org>
10790
10791         * lib/atoll.c: Use the standard header with GPL copyright.
10792         * lib/argz.in.h: Likewise.
10793         * lib/glob.c: Likewise.
10794         * lib/glob-libc.h: Likewise.
10795         * lib/random_r.c: Likewise.
10796         * lib/siglist.h: Likewise.
10797         * lib/strsignal.c: Likewise.
10798         Reported by Ian Beckwith <ianb@erislabs.net>.
10799
10800 2009-09-17  Eric Blake  <ebb9@byu.net>
10801
10802         rmdir: ensure correct dependency order
10803         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
10804
10805 2009-09-17  Bruno Haible  <bruno@clisp.org>
10806
10807         Disable assertion that fails on NetBSD 5 / i386.
10808         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
10809         Reported by Sam Steingold <sds@gnu.org>
10810         and Hasso Tepper <hasso@netbsd.org>.
10811
10812 2009-09-16  Eric Blake  <ebb9@byu.net>
10813
10814         unlinkdir: port to mingw
10815         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
10816         on which no one can unlink a directory.
10817
10818         stdlib: sort witness names
10819         * modules/stdlib (Makefile.am): Sort replacements.
10820         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
10821         * lib/stdlib.in.h: Likewise.
10822
10823         parse-duration-tests: avoid link failure
10824         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
10825         LIBINTL.
10826         Reported by Tom G. Christensen.
10827
10828         openat-tests: ensure unlinkat behaves like rmdir
10829         * tests/test-rmdir.c (main): Factor guts...
10830         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
10831         * modules/rmdir-tests (Files): Ship new file.
10832         * modules/openat-tests: New test.
10833         * tests/test-unlinkat.c: Likewise.
10834
10835         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
10836         * modules/rmdir-errno (Status, Notice): Now obsolete.
10837
10838         rmdir: work around cygwin 1.5.x and mingw bugs
10839         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
10840         * lib/rmdir.c (rmdir): Work around it.
10841         * modules/rmdir (Status, Notice): No longer obsolete.
10842         (Files): Add dos.m4.
10843         (Depends-on): Add unistd.
10844         (configure.ac): Set witnesses.
10845         (License): Relax to LGPLv2+.
10846         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
10847         * modules/unistd (Makefile.am): Substitute witnesses.
10848         * lib/unistd.in.h (rmdir): Declare replacement.
10849         * doc/posix-functions/rmdir.texi (rmdir): Document this.
10850         * modules/rmdir-tests: New tests.
10851         * tests/test-rmdir.c: Likewise.
10852
10853 2009-09-15  Eric Blake  <ebb9@byu.net>
10854
10855         fchdir: improve use of replacement functions
10856         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
10857         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
10858         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
10859         REPLACE_CLOSEDIR.
10860         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
10861         * modules/sys_stat (Makefile.am): Substitute correct witness.
10862         * modules/dirent (Makefile.am): Likewise.
10863         * modules/unistd (Makefile.am): Likewise.
10864         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
10865         * lib/unistd.in.h (dup): Likewise.
10866         * lib/sys_stat.in.h (fstat): Likewise.
10867
10868         maint: ignore gnulib-tool temp files
10869         * .gitignore: Ignore files created during gnulib-tool --test.
10870
10871 2009-09-13  Jim Meyering  <meyering@redhat.com>
10872
10873         posixtm: don't reject a time that specify "60" as the number of seconds
10874         * lib/posixtm.c (posixtime): The code to reject invalid dates
10875         would also reject a time specified with the .60 suffix.
10876         But POSIX allows that, in order to accommodate leap seconds.
10877         So don't reject it.
10878         (main): Adjust tests accordingly.
10879         * modules/posixtm (Depends-on): Add stpcpy.
10880
10881 2009-09-11  Jim Meyering  <meyering@redhat.com>
10882
10883         announce-gen: include [$release_type] in emitted Subject:
10884         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
10885         e.g., [stable] in the emitted Subject: line.
10886
10887 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10888
10889         Remove obsolete macros from several modules.
10890         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
10891         obsolete Autoconf macros with their modern counterparts.
10892         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
10893         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
10894         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
10895         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
10896         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
10897         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
10898         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
10899         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
10900         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
10901         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
10902         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
10903         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
10904         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
10905         * m4/sockets.m4 (gl_SOCKETS): Likewise.
10906         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
10907         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
10908         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
10909         * m4/time_r.m4 (gl_TIME_R): Likewise.
10910         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
10911         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
10912         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
10913
10914         Fix copyright header in build-aux scripts.
10915         * build-aux/git-version-gen: Fix copyright header to match GPLv3
10916         recommendation.
10917         * build-aux/ncftpput-ftp: Likewise.
10918         * build-aux/update-copyright: Likewise.
10919
10920 2009-09-09  Eric Blake  <ebb9@byu.net>
10921
10922         test-link: allow Linux choice of errno
10923         * tests/test-link.c (main): Relax test for alternate error.
10924
10925         strndup: fix improper m4 caching
10926         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
10927         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
10928         (gl_PREREQ_STRNDUP): Delete.
10929         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
10930         * modules/string (Makefile.am): Substitute it.
10931         * lib/string.in.h (strndup): Modernize prototype.
10932
10933         getcwd: port to mingw
10934         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
10935         different from the POSIX assumptions made throughout the getcwd
10936         module; fortunately, the mingw getcwd does not need replacement.
10937         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
10938         * modules/getcwd-tests: New test.
10939         * tests/test-getcwd.c: Likewise.
10940
10941         link: fix platform bugs
10942         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
10943         * lib/link.c (link): Work around them.  Fix related mingw bug.
10944         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
10945         * modules/unistd (Makefile.am): Substitute it.
10946         * lib/unistd.in.h (link): Declare replacement.
10947         * doc/posix-functions/link.texi (link): Document this.
10948         * modules/link (Depends-on): Add strdup-posix, sys_stat.
10949
10950         test-link: consolidate into single C program, test more cases
10951         * tests/test-link.sh: Delete.
10952         * tests/test-link.c: Test more error conditions.  Exposes bugs on
10953         at least Cygwin and Solaris.
10954         * modules/link-tests (Files): Remove unused file.
10955         (Depends-on): Add errno, sys_stat.
10956         (Makefile.am): Simplify.
10957
10958 2009-09-08  Bruno Haible  <bruno@clisp.org>
10959
10960         Work around towlower, towupper bug on mingw.
10961         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
10962         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
10963         * doc/posix-functions/towlower.texi: Mention the mingw bug.
10964         * doc/posix-functions/towupper.texi: Likewise.
10965         Reported by Eric Blake.
10966
10967 2009-09-08  Jim Meyering  <meyering@redhat.com>
10968
10969         build: don't try to run autoheader if we don't use it
10970         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
10971         is not used in configure.ac.
10972
10973 2009-09-08  Eric Blake  <ebb9@byu.net>
10974
10975         euidaccess: fix compilation error
10976         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
10977
10978         rawmemchr: relax license
10979         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
10980         okay.
10981         Reported by Jim Meyering.
10982
10983         mkfifoat: new module
10984         * modules/mkfifoat: New file.
10985         * lib/mkfifoat.c: Likewise.
10986         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
10987         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10988         * modules/sys_stat (Makefile.am): Use them.
10989         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
10990         * MODULES.html.sh (File system functions): Mention module.
10991         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
10992         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
10993         * modules/mkfifoat-tests: New test.
10994         * tests/test-mkfifoat.c: Likewise.
10995
10996         strchrnul: relax license
10997         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
10998         okay.
10999         Reported by Jim Meyering.
11000
11001 2009-09-08  Eric Blake  <ebb9@byu.net>
11002
11003         fstatat: fix compilation on Solaris
11004         * lib/fstatat.c (includes): Add fcntl.h.
11005         Reported by Pádraig Brady.
11006
11007 2009-09-07  Eric Blake  <ebb9@byu.net>
11008
11009         rename: modernize replacement
11010         * modules/rename (Depends-on): Add stdio.
11011         (configure.ac): Declare witness.
11012         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
11013         stdio take care of replacement.
11014         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
11015         * modules/stdio (Makefile.am): Substitute them.
11016         * lib/stdio.in.h (rename): Declare replacement.
11017         * lib/rename.c (includes): Allow cross-compilation to non-windows
11018         machines.
11019         * doc/posix-functions/rename.texi (rename): Improve
11020         documentation.
11021
11022         stdio: sort witness names
11023         * modules/stdio (Makefile.am): Sort replacements.
11024         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
11025         * lib/stdio.in.h: Likewise.
11026
11027         getcwd: minor cleanups
11028         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
11029         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
11030
11031         openat: provide more convenience names
11032         * modules/faccessat (configure.ac): Add C witness.
11033         * lib/unistd.in.h (readlinkat): Fix typo.
11034         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
11035         convenience wrappers.
11036         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
11037         wrappers in syntax checks.
11038
11039 2009-09-06  Eric Blake  <ebb9@byu.net>
11040
11041         doc: fix comments in recent patches
11042         * lib/faccessat.c: Mention correct function.
11043         * lib/fchmodat.c: Likewise.
11044         * lib/fchownat.c: Likewise.
11045         * lib/symlinkat.c: Likewise.
11046         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
11047         constants.
11048
11049         faccessat, symlinkat: continue cleanup of previous patch
11050         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
11051         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
11052         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
11053         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
11054         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
11055         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
11056         set.
11057
11058 2009-09-06  Bruno Haible  <bruno@clisp.org>
11059
11060         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
11061         (fstatat): Declare if GNULIB_FSTATAT is set.
11062         (mkdirat): Declare if GNULIB_MKDIRAT is set.
11063         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
11064         (unlinkat): Declare if GNULIB_UNLINKAT is set.
11065         * modules/fcntl-h (Files): Remove m4/openat.m4.
11066         * modules/sys_stat (Files): Remove m4/openat.m4.
11067         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
11068         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
11069         * modules/unistd (Files): Remove m4/openat.m4.
11070         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
11071         GNULIB_OPENAT.
11072         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
11073         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
11074         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
11075         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
11076         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
11077         gl_OPENAT_DEFAULTS.
11078         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
11079         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
11080         Don't require gl_OPENAT_DEFAULTS.
11081         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
11082         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
11083         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
11084         (gl_OPENAT_DEFAULTS): Remove macro.
11085
11086 2009-09-06  Bruno Haible  <bruno@clisp.org>
11087
11088         * modules/openat (configure.ac): Remove unneeded witness.
11089
11090 2009-09-06  Bruno Haible  <bruno@clisp.org>
11091
11092         Set errno to ENOSYS when a function is entirely unsupported.
11093         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
11094         EOPNOTSUPP.
11095         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
11096         * modules/chown (Depends-on): Remove errno.
11097
11098 2009-09-06  Bruno Haible  <bruno@clisp.org>
11099
11100         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
11101
11102 2009-09-06  Bruno Haible  <bruno@clisp.org>
11103
11104         * lib/sys_stat.in.h: Fix preprocessor command indentation.
11105
11106 2009-09-06  Ben Pfaff  <blp@gnu.org>
11107             Bruno Haible  <bruno@clisp.org>
11108
11109         Work around a glibc bug in strtok_r.
11110         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
11111         Undefine if UNDEFINE_STRTOK_R is set.
11112         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
11113         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
11114         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
11115         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
11116         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
11117         UNDEFINE_STRTOK_R.
11118         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
11119
11120 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
11121
11122         exclude: minor fix
11123         * lib/exclude.c: Include wctype.h
11124
11125 2009-09-06  Akim Demaille  <demaille@gostai.com>
11126
11127         bootstrap: improve error message
11128         * build-aux/bootstrap (find_tool): Upon failure, report the list
11129         of candidates.
11130         Honor the initial value of the envvar.
11131
11132 2009-09-05  Eric Blake  <ebb9@byu.net>
11133
11134         symlinkat: new module
11135         * modules/symlinkat: New file.
11136         * lib/symlinkat.c: Likewise.
11137         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
11138         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
11139         * modules/unistd (Makefile.am): Use them.
11140         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
11141         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
11142         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
11143         * MODULES.html.sh (File system functions): Mention module.
11144         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
11145         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
11146         * modules/symlinkat-tests: New test.
11147         * tests/test-symlinkat.c: Likewise.
11148
11149         test-openat-safer: add more checks
11150         * tests/test-openat-safer.c (main): Check more code paths.
11151
11152 2009-09-05  Jim Meyering  <meyering@redhat.com>
11153
11154         syntax-check: detect unnecessary inclusion of openat.h
11155         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
11156
11157 2009-09-05  Bruno Haible  <bruno@clisp.org>
11158
11159         Support towlower, towupper.
11160         * doc/posix-functions/towlower.texi: Mention module wctype.
11161         * doc/posix-functions/towupper.texi: Likewise.
11162         * lib/wctype.in.h (towlower, towupper): New functions.
11163         * tests/test-wctype.c: Include stdio.h, stdlib.h.
11164         (ASSERT): New macro.
11165         (e): New variable.
11166         (main): Test also towlower, towupper. Test WEOF argument.
11167         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
11168
11169 2009-09-05  Bruno Haible  <bruno@clisp.org>
11170
11171         Fix conversion behaviour when the input is invalid.
11172         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
11173         mark occurring in first pass of indirect conversion.
11174         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
11175         input.
11176         Found by clang's static analyzer.
11177
11178 2009-09-05  Bruno Haible  <bruno@clisp.org>
11179
11180         * tests/test-striconveh.c (main): Test indirect conversion on platforms
11181         where direct conversion is possible.
11182
11183 2009-09-04  Eric Blake  <ebb9@byu.net>
11184
11185         openat: fail with ENOENT on empty name
11186         * lib/openat-proc.c (openat_proc_name): Special-case the empty
11187         buffer.
11188
11189         link-follow: fix logic bug in prior patch
11190         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
11191         reversed sense of yes and no in prior patch.  Avoid confusing
11192         compilation failure with desired semantics.
11193
11194         link-follow: accomodate mingw and cross-compilation
11195         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
11196         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
11197         cross-compilation results to -1, to make linkat easier to
11198         implement when cross-compiling.  Trivially support mingw.
11199         * modules/link-follow (configure.ac): Call new name.
11200         * NEWS: Mention this.
11201
11202 2009-09-03  Eric Blake  <ebb9@byu.net>
11203
11204         faccessat: compile replacement
11205         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
11206         needed.
11207
11208         fts: fix compilation error
11209         * lib/fts.c (includes): Re-add "openat.h", for
11210         openat_needs_fchdir.
11211
11212         faccessat: new module
11213         * modules/faccessat: New file.
11214         * lib/faccessat.c: Likewise.
11215         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
11216         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
11217         * modules/unistd (Makefile.am): Use it.
11218         * lib/unistd.in.h (faccessat): Declare it.
11219         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
11220         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
11221         * MODULES.html.sh (File system functions): Mention it.
11222         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
11223         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
11224
11225         euidaccess: prefer POSIX over non-standard implementation
11226         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
11227         * lib/euidaccess.c (euidaccess): Use it if available.
11228
11229         openat: make template easier to use
11230         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
11231         AT_FUNC_F2 to be undefined.
11232         (VALIDATE_FLAG): New macro; use it to reject bad flags.
11233         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
11234         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
11235         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
11236         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
11237         Likewise.
11238         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
11239         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
11240         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
11241         Likewise.
11242
11243         openat: declare in POSIX headers
11244         * NEWS: Mention this.
11245         * modules/openat (configure.ac): Declare witnesses.
11246         (Depends-on): Add fcntl-h, sys_stat, unistd.
11247         (Include): Mention correct headers.
11248         * modules/fcntl-h (Depends-on): Add link-warning.
11249         (Files): Add openat.m4.
11250         (Makefile.am): Substitute witnesses.
11251         * modules/sys_stat (Files, Makefile.am): Likewise.
11252         * modules/unistd (Files, Makefile.am): Likewise.
11253         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
11254         (gl_OPENAT_DEFAULTS): New macro.
11255         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
11256         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
11257         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
11258         (SYS_STAT_H): Remove unused variable.
11259         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
11260         * lib/fcntl--.h (includes): Remove unneeded header.
11261         * lib/openat-safer.c (includes): Likewise.
11262         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
11263         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
11264         appropriate headers.
11265         (__OPENAT_PREFIX): Delete.
11266         * lib/fcntl.in.h (openat): Provide declaration.
11267         (AT_FDCWD): Fix Solaris bug.
11268         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
11269         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
11270         * lib/fchmodat.c (includes):  Adjust to find declaration.
11271         * lib/fchownat.c (includes): Likewise.
11272         * lib/mkdirat.c (includes): Likewise.
11273         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
11274         still visible.
11275
11276 2009-09-02  Eric Blake  <ebb9@byu.net>
11277
11278         errno: use consistently
11279         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
11280         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
11281         * lib/canonicalize.c (ELOOP): Likewise.
11282         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
11283         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
11284         * lib/lchown.c (EOPNOTSUPP): Likewise.
11285         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
11286         * lib/savewd.c (ESTALE): Likewise.
11287         * lib/settime.c (ENOSYS): Likewise.
11288         * lib/utimens.c (ENOSYS): Likewise.
11289         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
11290         * lib/chdir-safer.c (ELOOP): Likewise.
11291         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
11292         * modules/c-stack (Depends-on): Add errno.
11293         * modules/canonicalize (Depends-on): Likewise.
11294         * modules/chdir-safer (Depends-on): Likewise.
11295         * modules/fdopendir (Depends-on): Likewise.
11296         * modules/inet_ntop (Depends-on): Likewise.
11297         * modules/inet_pton (Depends-on): Likewise.
11298         * modules/lchown (Depends-on): Likewise.
11299         * modules/openat (Depends-on): Likewise.
11300         * modules/savewd (Depends-on): Likewise.
11301         * modules/settime (Depends-on): Likewise.
11302         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
11303
11304         fts: avoid leaking fds
11305         * modules/fts (Depends-on): Add cloexec.
11306         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
11307         flag.
11308
11309         fts: make directory fds more robust
11310         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
11311         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
11312
11313         backupfile, chdir-long, fts, savedir: make safer
11314         * lib/backupfile.c (includes): Use "dirent--.h", since
11315         numbered_backup can write to stderr during readdir.
11316         * lib/savedir.c (includes): Likewise.
11317         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
11318         emulation can write to stderr on failure.
11319         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
11320         * lib/getcwd.c: Document why opendir_safer is unused.
11321         * lib/glob.c: Likewise.
11322         * lib/scandir.c: Likewise.
11323         * lib/openat-proc.c: Likewise, for open_safer.
11324         * modules/backupfile (Depends-on): Add dirent-safer.
11325         * modules/savedir (Depends-on): Likewise.
11326         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
11327         * modules/chdir-long (Depends-on): Add openat-safer.
11328
11329         openat-safer: new module
11330         * modules/openat-safer: New file.
11331         * lib/openat-safer.c: Likewise.
11332         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
11333         * lib/fcntl-safer.h (openat_safer): Declare.
11334         * lib/fcntl--.h (openat): Override.
11335         * MODULES.html.sh (File descriptor based I/O): Mention it.
11336         * lib/openat.h: Add double-inclusion guards.
11337         * lib/openat.c (includes): Only include "fcntl-safer.h", not
11338         "fcntl--.h", so we can implement openat.
11339         * modules/openat-safer-tests: New test.
11340         * tests/test-openat-safer.c: New file.
11341
11342         dirent-safer: new module
11343         * modules/dirent-safer: New file.
11344         * lib/dirent--.h: Likewise.
11345         * lib/dirent-safer.h: Likewise.
11346         * lib/opendir-safer.c: Likewise.
11347         * m4/dirent-safer.m4: Likewise.
11348         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
11349         * modules/dirent-safer-tests: New test.
11350         * tests/test-dirent-safer.c: New file.
11351         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
11352
11353         fdopendir: optimize on mingw
11354         * lib/unistd.in.h (_gl_directory_name): New prototype.
11355         * lib/fchdir.c (_gl_directory_name): Implement it.
11356         (fchdir): Use it to simplify implementation.
11357         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
11358         fchdir, when available, to avoid calling [f]chdir().
11359
11360         fdopendir: split into its own module
11361         * lib/openat.c (fdopendir): Move...
11362         * lib/fdopendir.c: ...into new file.
11363         * modules/fdopendir: New module.
11364         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
11365         * modules/openat (Depends-on): Add fdopendir.
11366         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
11367         fdopendir here.
11368         * modules/savedir (Depends-on): Only need fdopendir, not full
11369         openat.
11370         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
11371         * lib/openat.h (fdopendir): Drop prototype.
11372         * lib/dirent.in.h (fdopendir): Provide prototype.
11373         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
11374         * modules/dirent (Makefile.am): Substitute them.
11375         * MODULES.html.sh (File system functions): Mention it.
11376         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
11377         * modules/fdopendir-tests: New file.
11378         * tests/test-fdopendir.c: Likewise.
11379
11380         fchdir: use more consistent macro convention
11381         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
11382         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
11383         REPLACE_FCHDIR, rather than relying on config.h macros.
11384         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
11385         inside a single make-time REPLACE_FCHDIR block, rather than using
11386         the config.h FCHDIR_REPLACEMENT.
11387         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
11388         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
11389         Manage fstat replacement.
11390         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
11391         REPLACE_FCHDIR.
11392         * modules/sys_stat (Files): Add m4/unistd_h.m4.
11393         (Makefile.am): Substitute REPLACE_FCHDIR.
11394         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
11395         FCHDIR_REPLACEMENT.
11396         * lib/dup-safer.c (dup_safer): Likewise.
11397         * lib/dup2.c (rpl_dup2): Likewise.
11398         * lib/dup3.c (rpl_dup3): Likewise.
11399         * lib/open.c (rpl_open): Likewise.
11400
11401         fchdir: simplify error handling, and support dup3
11402         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
11403         stdbool, malloc-posix, realloc-posix.
11404         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
11405         (ensure_dirs_slot): Return false on allocation failure.
11406         (rpl_dup2): Delete.
11407         (_gl_register_dup): New function.
11408         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
11409         (_gl_register_fd): Close fd on allocation failure.
11410         * lib/fcntl.in.h (_gl_register_fd): Update signature.
11411         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
11412         prototype.
11413         (rpl_dup2_fchdir): Delete prototype.
11414         * lib/open.c (open): Update caller.
11415         * lib/dup2.c (dup2): Track fchdir metadata.
11416         * lib/dup3.c (dup3): Likewise.
11417         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
11418         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
11419
11420 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11421
11422         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
11423         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
11424         don't pass arguments to AC_OUTPUT.
11425
11426 2009-09-02  Bruno Haible  <bruno@clisp.org>
11427
11428         * modules/mkdtemp (License): Relicense under LGPLv2+.
11429         Reported by Paolo Bonzini.
11430
11431 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11432
11433         Replace uses of obsolete autoconf macros in Jim's modules.
11434         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
11435         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
11436         can evoke a warning from autoconf when run with -Wobsolete
11437         enabled.  They were declared obsolete for good reasons (see
11438         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
11439         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
11440         should not continue using the deprecated macros.
11441         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
11442         obsolete Autoconf macros with modern counterparts.
11443         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
11444         * m4/dos.m4 (gl_AC_DOS): Likewise.
11445         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
11446         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
11447         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
11448         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
11449         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
11450         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
11451         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
11452         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
11453         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
11454         Likewise.
11455         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
11456         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
11457         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
11458         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
11459         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
11460         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
11461
11462 2009-09-01  Eric Blake  <ebb9@byu.net>
11463
11464         fchdir: fix off-by-one bug in previous patch
11465         * lib/fchdir.c (rpl_fstat): Use correct bounds.
11466         (_gl_unregister_fd): Delete useless if.
11467
11468 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
11469
11470         maint.mk: sort the list of syntax-check rules
11471         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
11472         easier to get a sense of progress when the rules are run sequentially
11473         and take a long time.
11474
11475 2009-09-01  Simon Josefsson  <simon@josefsson.org>
11476
11477         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
11478         * modules/netinet_in: Likewise.
11479         * modules/sys_file: Likewise.
11480         * modules/sys_ioctl: Likewise.
11481         * modules/sys_select: Likewise.
11482         * modules/sys_socket: Likewise.
11483         * modules/sys_stat: Likewise.
11484         * modules/sys_time: Likewise.
11485         * modules/sys_times: Likewise.
11486         * modules/sys_utsname: Likewise.
11487         * modules/sys_wait: Likewise.
11488
11489 2009-09-01  Jim Meyering  <meyering@redhat.com>
11490
11491         fts: help ensure that return values are not ignored
11492         * lib/fts_.h (__GNUC_PREREQ): Define.
11493         (__attribute_warn_unused_result__): Define.
11494         (fts_children, fts_close, fts_open, fts_read): Declare with
11495         __attribute_warn_unused_result__.
11496
11497         fts: fts_close now fails also when closing a dir file descriptor fails
11498         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
11499         and propagate to caller, along with errno.
11500
11501         announce-gen: correct formatting in --help output
11502         * build-aux/announce-gen (usage): Move the one-line description in
11503         --help output "up", to where it belongs, just after Usage:.
11504
11505 2009-08-31  Eric Blake  <ebb9@byu.net>
11506
11507         fchdir: port to mingw
11508         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
11509         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
11510         opened, then use a substitute.
11511         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
11512         replacement.
11513         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
11514         (_gl_register_fd): No need to check stat if open already filters
11515         all directories.
11516         (fchdir): Fix error condition to match POSIX.
11517         * modules/fchdir (Depends-on): Add sys_stat.
11518         * doc/posix-functions/open.texi (open): Document the limitation.
11519         * modules/fchdir-tests: New file.
11520         * tests/test-fchdir.c: Likewise.
11521
11522         canonicalize: allow cross-testing from cygwin to mingw
11523         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
11524         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
11525         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
11526         Likewise.
11527         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
11528         target does not support symlinks.
11529         * tests/test-canonicalize-lgpl.sh: Likewise.
11530
11531         chown: avoid compilation warning on mingw
11532         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
11533         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
11534         mingw.
11535         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
11536         * modules/chown (Depends-on): Add errno.
11537
11538 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
11539
11540         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
11541         command.
11542
11543 2009-08-31  Jim Meyering  <meyering@redhat.com>
11544
11545         canonicalize: remove useless initialization
11546         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
11547         initialization of local, "end".
11548
11549 2009-08-30  Bruno Haible  <bruno@clisp.org>
11550
11551         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
11552         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
11553         ENOSYS.
11554
11555 2009-08-30  Bruno Haible  <bruno@clisp.org>
11556
11557         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
11558         /usr/xpg4/bin/tr when it exists.
11559         * tests/test-pipe-filter-gi1.sh: Likewise.
11560
11561 2009-08-30  Bruno Haible  <bruno@clisp.org>
11562
11563         Work around deficient /usr/bin/id program on Solaris.
11564         * tests/test-file-has-acl.sh (ID): New variable.
11565         * tests/test-set-mode-acl.sh (ID): Likewise.
11566         * tests/test-copy-acl.sh (ID): Likewise.
11567         * tests/test-copy-file.sh (ID): Likewise.
11568
11569 2009-08-30  Bruno Haible  <bruno@clisp.org>
11570
11571         New module 'xstriconveh'.
11572         * lib/xstriconveh.h: New file.
11573         * lib/xstriconveh.c: New file.
11574         * modules/xstriconveh: New file.
11575
11576 2009-08-30  Bruno Haible  <bruno@clisp.org>
11577
11578         Make it easier to use mem_cd_iconveh.
11579         * lib/striconveh.h (iconveh_t): New type.
11580         (iconveh_open, iconveh_close): New declarations.
11581         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
11582         with a single 'const iconveh_t *' argument.
11583         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
11584         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
11585         with a single 'const iconveh_t *' argument.
11586         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
11587         * tests/test-striconveh.c (main): Update.
11588         * NEWS: Mention the change.
11589
11590 2009-08-30  Bruno Haible  <bruno@clisp.org>
11591
11592         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
11593         problem.
11594
11595 2009-08-30  Bruno Haible  <bruno@clisp.org>
11596
11597         Work around iconv_open problem on Solaris.
11598         * lib/iconv_open-solaris.gperf: New file.
11599         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
11600         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
11601         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
11602         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
11603         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
11604         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
11605
11606 2009-08-29  Jim Meyering  <meyering@redhat.com>
11607
11608         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
11609         * top/maint.mk (cvs-check): Remove target; it was just an alias
11610         to the better-named vc-diff-check.
11611         (maintainer-distcheck): Remove rule.  It was used only from
11612         the (alpha/beta/major) target, and all of its commands but one
11613         were coreutils-specific.
11614         (vc-dist): Remove rule.
11615         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
11616         Run vc-diff-check, not vc-dist.
11617         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
11618
11619 2009-08-27  Bruno Haible  <bruno@clisp.org>
11620
11621         * tests/test-bitrotate.c (main): Remove test that uses a shift count
11622         of 0.
11623
11624 2009-08-27  Bruno Haible  <bruno@clisp.org>
11625
11626         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
11627         compilers.
11628         * doc/func.texi: Document the SunPRO C bug.
11629
11630 2009-08-27  Bruno Haible  <bruno@clisp.org>
11631
11632         Fix link error on Solaris.
11633         * tests/test-parse-duration.c (xstrdup): Remove function.
11634
11635 2009-08-26  Pádraig Brady  <P@draigbrady.com>
11636
11637         ignore-value: handle pointer types, too
11638         * lib/ignore-value.h (__attribute__): Remove definition.
11639         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
11640         of a more concise and more-often effective "(void) i" statement.
11641         (ignore_ptr): New function to suppress warnings from functions that
11642         return pointers, and to make it explicit that one function doesn't
11643         handle all cases.
11644
11645 2009-08-25  Bruno Haible  <bruno@clisp.org>
11646
11647         dup2: work around a Linux bug.
11648         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
11649         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
11650         * doc/posix-functions/dup2.texi: Mention the Linux bug.
11651         Reported by Simon Josefsson.
11652
11653 2009-08-25  Jim Meyering  <meyering@redhat.com>
11654
11655         libguestfs uses gnulib
11656         * users.txt: Add libguestfs.
11657
11658 2009-08-24  Eric Blake  <ebb9@byu.net>
11659
11660         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
11661         * lib/pipe2.c (includes): Add binary-io.h.
11662         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
11663
11664 2009-08-24  Bruno Haible  <bruno@clisp.org>
11665
11666         Tolerate declared but missing accept4 syscall.
11667         * lib/accept4.c (accept4): Invoke original accept4 function first, if
11668         available.
11669         * lib/sys_socket.in.h (accept4): If the function is already present,
11670         override it.
11671         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
11672         * modules/accept4 (Makefile.am): Compile accept4.c always.
11673         Reported by Paolo Bonzini and Eric Blake.
11674
11675 2009-08-23  Bruno Haible  <bruno@clisp.org>
11676
11677         New module 'accept4'.
11678         * lib/sys_socket.in.h (accept4): New declaration.
11679         * lib/accept4.c: New file.
11680         * m4/accept4.m4: New file.
11681         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
11682         GNULIB_ACCEPT4, HAVE_ACCEPT4.
11683         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
11684         HAVE_ACCEPT4.
11685         * modules/accept4: New file.
11686         * doc/glibc-functions/accept4.texi: Mention the new module.
11687
11688 2009-08-24  Jim Meyering  <meyering@redhat.com>
11689
11690         progname: also set global program_invocation_name, when possible
11691         Before this change, a libtool-enabled program that calls glibc's
11692         error function would report the program name as
11693         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
11694         * modules/progname (configure.ac): Check for a declaration of
11695         program_invocation_name.
11696         * lib/progname.c:  Include <errno.h>.
11697         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
11698         Set program_invocation_name.
11699
11700 2009-08-23  Bruno Haible  <bruno@clisp.org>
11701
11702         * lib/dup3.c: Include <string.h>.
11703
11704 2009-08-23  Bruno Haible  <bruno@clisp.org>
11705
11706         * lib/dup3.c (dup3): Test only once whether the system actually exists.
11707         * lib/pipe2.c (pipe2): Likewise.
11708         Suggested by Eric Blake.
11709
11710 2009-08-23  Bruno Haible  <bruno@clisp.org>
11711
11712         Tolerate declared but missing dup3 syscall.
11713         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
11714         * lib/unistd.in.h (dup3): If the function is already present,
11715         override it.
11716         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
11717         * modules/dup3 (Makefile.am): Compile dup3.c always.
11718         Reported by Paolo Bonzini.
11719
11720 2009-08-23  Bruno Haible  <bruno@clisp.org>
11721
11722         Tolerate declared but missing pipe2 syscall.
11723         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
11724         available.
11725         * lib/unistd.in.h (pipe2): If the function is already present,
11726         override it.
11727         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
11728         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
11729         Reported by Paolo Bonzini.
11730
11731 2009-08-23  Bruno Haible  <bruno@clisp.org>
11732
11733         * lib/pipe2.c (pipe2): Move #ifs inside function.
11734
11735 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11736
11737         quotearg: document limitations of quote_these_too
11738         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
11739         those limitations are created.
11740         * lib/quotearg.h (set_char_quoting): Document that digits and
11741         letters that are special after backslash are not permitted.
11742         (quotearg_char): Cross-reference set_char_quoting documentation.
11743
11744 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
11745
11746         quotearg: implement custom_quoting_style
11747         * lib/quotearg.c: (struct quoting_options): Add left_quote and
11748         right_quote fields.
11749         (set_custom_quoting): New public function.
11750         (quotearg_buffer_restyled): Add left_quote and right_quote
11751         arguments, handle them very much like locale quoting, and update
11752         all uses.
11753         (quotearg_n_custom): New public function.
11754         (quotearg_n_custom_mem): New public function.
11755         (quotearg_custom): New public function.
11756         (quotearg_custom_mem): New public function.
11757         * lib/quotearg.h: Prototype and document new public functions.
11758         (enum quoting_style): For escape_quoting_style and
11759         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
11760         ignored even though they're otherwise like c_quoting_style.
11761         Add custom_quoting_style member and document with comparison to
11762         clocale_quoting_style.
11763         * tests/test-quotearg.c (custom_quotes): New array.
11764         (custom_results): New array.
11765         (main): Extend to test custom quoting.
11766
11767 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11768
11769         quotearg: fix right quote escaping when it's in quote_these_too
11770         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
11771         quote, be sure to prepend only one backslash.
11772         * tests/test-quotearg.c (use_quote_double_quotes): New function.
11773         (main): Test it.
11774
11775 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11776
11777         quotearg-tests: test escaping of embedded locale quotes
11778         * tests/test-quotearg.c (struct result_strings): Add member for
11779         new input.
11780         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
11781         (inputs): Add new input.
11782         (results_g): Add expected results.
11783         (flag_results): Likewise.
11784         (locale_results): Likewise.
11785         (compare_strings): Check those.
11786
11787 2009-08-23  Bruno Haible  <bruno@clisp.org>
11788
11789         Tests for module 'dup3'.
11790         * modules/dup3-tests: New file.
11791         * tests/test-dup3.c: New file.
11792
11793         New module 'dup3'.
11794         * lib/unistd.in.h (dup3): New declaration.
11795         * lib/dup3.c: New file.
11796         * m4/dup3.m4: New file.
11797         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
11798         HAVE_DUP3.
11799         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
11800         * modules/dup3: New file.
11801         * doc/glibc-functions/dup3.texi: Mention the new module.
11802
11803 2009-08-23  Bruno Haible  <bruno@clisp.org>
11804
11805         Tweak the dup2 test.
11806         * tests/test-dup2.c (main): Create the test file empty. Verify that an
11807         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
11808         the test file is still empty. Fix argument order of lseek.
11809
11810 2009-08-23  Bruno Haible  <bruno@clisp.org>
11811
11812         Avoid test link errors when the modules getopt-gnu, gettext are used.
11813         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
11814         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11815
11816 2009-08-23  Bruno Haible  <bruno@clisp.org>
11817
11818         Fix getdtablesize() on mingw.
11819         * lib/getdtablesize.c (getdtablesize): Implement differently.
11820         * lib/unistd.in.h (getdtablesize): Improve comment.
11821
11822 2009-08-23  Bruno Haible  <bruno@clisp.org>
11823
11824         New module 'mkostemp'.
11825         Based on Ulrich Drepper's 2007-08-10 change in glibc.
11826         * lib/stdlib.in.h (mksotemp): New declaration.
11827         * lib/mkostemp.c: New file, from glibc with modifications.
11828         * lib/tempname.h (GT_FILE): Remove outdated comment.
11829         (gen_tempname): Add flags argument.
11830         * lib/tempname.c (__GT_BIGFILE): Remove macro.
11831         (__GT_FILE): Map to 1.
11832         (small_open, large_open): Remove macros.
11833         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
11834         * lib/mkstemp.c (mkstemp): Update.
11835         * lib/mkdtemp.c (mkdtemp): Likewise.
11836         * m4/mkostemp.m4: New file.
11837         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
11838         HAVE_MKOSTEMP.
11839         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
11840         HAVE_MKOSTEMP.
11841         * modules/mkostemp: New file, based on modules/mkstemp.
11842         * doc/glibc-functions/mkostemp.texi: Mention the new module.
11843         * NEWS: Mention the change.
11844
11845 2009-08-23  Bruno Haible  <bruno@clisp.org>
11846
11847         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
11848         Reported by Eric Blake.
11849
11850 2009-08-23  Bruno Haible  <bruno@clisp.org>
11851
11852         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
11853         Reported by Eric Blake.
11854
11855 2009-08-23  Bruno Haible  <bruno@clisp.org>
11856
11857         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
11858         * modules/pipe2 (Depends-on): Likewise.
11859
11860 2009-08-23  Eric Blake  <ebb9@byu.net>
11861
11862         fcntl-h: add O_TTY_INIT support
11863         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
11864         * tests/test-fcntl-h.c (o): Test it.
11865         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
11866
11867         fcntl-h: rename from fcntl, in preparation for fcntl(2)
11868         * modules/fcntl: Move <fcntl.h> header replacement...
11869         * modules/fcntl-h: ...to new name, so as not to collide with
11870         like-named function.
11871         * tests/test-fcntl.c: Rename...
11872         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
11873         * modules/fcntl-tests: Rename...
11874         * modules/fcntl-h-tests: ...to this.  Update test file name.
11875         * modules/chdir-long (Depends-on): Update clients.
11876         * modules/chdir-safer (Depends-on): Likewise.
11877         * modules/fcntl-safer (Depends-on): Likewise.
11878         * modules/fts (Depends-on): Likewise.
11879         * modules/mkancesdirs (Depends-on): Likewise.
11880         * modules/mkdir-p (Depends-on): Likewise.
11881         * modules/open (Depends-on): Likewise.
11882         * modules/savewd (Depends-on): Likewise.
11883         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
11884         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
11885
11886 2009-08-22  Bruno Haible  <bruno@clisp.org>
11887
11888         * modules/binary-io (License): Relicense under LGPL.
11889         * modules/pipe2 (License): Likewise.
11890
11891 2009-08-22  Bruno Haible  <bruno@clisp.org>
11892
11893         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
11894         return value.
11895         * lib/pipe-filter-gi.c (filter_init): Likewise.
11896         Reported by Eric Blake.
11897
11898 2009-08-22  Bruno Haible  <bruno@clisp.org>
11899
11900         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
11901         * modules/pipe (Depends-on): Add pipe2.
11902
11903 2009-08-22  Bruno Haible  <bruno@clisp.org>
11904
11905         Tests for module 'pipe2'.
11906         * modules/pipe2-tests: New file.
11907         * tests/test-pipe2.c: New file.
11908
11909         New module 'pipe2'.
11910         * lib/unistd.in.h (pipe2): New declaration.
11911         * lib/pipe2.c: New file.
11912         * m4/pipe2.m4: New file.
11913         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
11914         HAVE_PIPE2.
11915         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
11916         * modules/pipe2: New file.
11917         * doc/glibc-functions/pipe2.texi: Mention the new module.
11918
11919 2009-08-22  Bruno Haible  <bruno@clisp.org>
11920
11921         Reference some new glibc functions.
11922         * doc/glibc-functions/accept4.texi: New file.
11923         * doc/glibc-functions/dup3.texi: New file.
11924         * doc/glibc-functions/mkostemp.texi: New file.
11925         * doc/glibc-functions/pipe2.texi: New file.
11926         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
11927         (Glibc sys/socket.h): Refer to accept4.
11928         (Glibc unistd.h): Refer to dup3, pipe2.
11929         Reported by Eric Blake.
11930
11931 2009-08-22  Jim Meyering  <meyering@redhat.com>
11932             Bruno Haible  <bruno@clisp.org>
11933
11934         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
11935         This makes it so packages using automake-1.11's silent-rules option
11936         can print e.g., a single "GEN    configmake.h" line, rather than
11937         the 30+ statements that perform the job.  If you want to see the
11938         actual commands, you can still run "make V=1".
11939         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
11940         so that make output is abbreviated when those variables are defined
11941         appropriately.
11942         * modules/argz: Likewise.
11943         * modules/arpa_inet: Likewise.
11944         * modules/byteswap: Likewise.
11945         * modules/configmake: Likewise.
11946         * modules/dirent: Likewise.
11947         * modules/errno: Likewise.
11948         * modules/fcntl: Likewise.
11949         * modules/float: Likewise.
11950         * modules/fnmatch: Likewise.
11951         * modules/getopt-posix: Likewise.
11952         * modules/glob: Likewise.
11953         * modules/iconv_open: Likewise.
11954         * modules/inttypes: Likewise.
11955         * modules/localcharset: Likewise.
11956         * modules/locale: Likewise.
11957         * modules/math: Likewise.
11958         * modules/netdb: Likewise.
11959         * modules/netinet_in: Likewise.
11960         * modules/poll: Likewise.
11961         * modules/posix_spawnp-tests: Likewise.
11962         * modules/sched: Likewise.
11963         * modules/search: Likewise.
11964         * modules/selinux-h: Likewise.
11965         * modules/signal: Likewise.
11966         * modules/spawn: Likewise.
11967         * modules/stdarg: Likewise.
11968         * modules/stdbool: Likewise.
11969         * modules/stddef: Likewise.
11970         * modules/stdint: Likewise.
11971         * modules/stdio: Likewise.
11972         * modules/stdlib: Likewise.
11973         * modules/string: Likewise.
11974         * modules/strings: Likewise.
11975         * modules/sys_file: Likewise.
11976         * modules/sys_ioctl: Likewise.
11977         * modules/sys_select: Likewise.
11978         * modules/sys_socket: Likewise.
11979         * modules/sys_stat: Likewise.
11980         * modules/sys_time: Likewise.
11981         * modules/sys_times: Likewise.
11982         * modules/sys_utsname: Likewise.
11983         * modules/sys_wait: Likewise.
11984         * modules/sysexits: Likewise.
11985         * modules/time: Likewise.
11986         * modules/unistd: Likewise.
11987         * modules/wchar: Likewise.
11988         * modules/wctype: Likewise.
11989
11990 2009-08-22  Jim Meyering  <meyering@redhat.com>
11991
11992         announce-gen: detect write failure
11993         * build-aux/announce-gen: Add Coda at end.
11994         Remove equivalent-but-more-verbose block at top.
11995
11996 2009-08-19  Akim Demaille  <demaille@gostai.com>
11997
11998         bootstrap: --help to stdout.
11999         * bootstrap (usage): Don't send --help to stderr.
12000         Use a here doc instead of a long string.
12001
12002 2009-08-21  Eric Blake  <ebb9@byu.net>
12003
12004         test-popen-safer: split from test-popen
12005         * tests/test-popen.c (main): Move...
12006         * tests/test-popen.h: ...into new file.
12007         * tests/test-popen-safer2.c: New file.
12008         * modules/popen-tests (Files): Add test-popen.h.
12009         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
12010         Suggested by Bruno Haible.
12011
12012         test-fcntl-safer: split from test-open
12013         * tests/test-open.c (main): Move...
12014         * tests/test-open.h: ...into new file.
12015         * tests/test-fcntl-safer.c: New file.
12016         * modules/open-tests (Files): Add test-open.h.
12017         * modules/fcntl-safer-tests: New file.
12018         Suggested by Bruno Haible.
12019
12020         test-fopen-safer: split from test-fopen
12021         * tests/test-fopen.c (main): Move...
12022         * tests/test-fopen.h: ...into new file.
12023         * tests/test-fopen-safer.c: New file.
12024         * modules/fopen-tests (Files): Add test-fopen.h.
12025         * modules/fopen-safer-tests: New file.
12026         Suggested by Bruno Haible.
12027
12028 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
12029
12030         popen-safer: test O_CLOEXEC at run-time.
12031         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
12032
12033 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
12034
12035         fcntl: move more flags to the header
12036         * lib/cloexec.c: Do not define FD_CLOEXEC here.
12037         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
12038         * lib/fcntl.in.h: Do both things here.
12039
12040 2009-08-21  Jim Meyering  <meyering@redhat.com>
12041
12042         consistently remove $@-t before redirecting to it
12043         * modules/argz: Remove $@-t and $@ before redirecting to the former.
12044         * modules/alloca-opt: Likewise.
12045         * modules/byteswap: Likewise.
12046         * modules/fnmatch: Likewise.
12047         * modules/getopt-posix: Likewise.
12048         * modules/glob: Likewise.
12049         * modules/poll: Likewise.
12050         * modules/posix_spawnp-tests: Likewise.
12051         * modules/sys_socket: Likewise.
12052         * modules/sysexits: Likewise.
12053
12054 2009-08-21  Eric Blake  <ebb9@byu.net>
12055
12056         popen: simplify access to original popen
12057         * lib/popen.c (rpl_popen): No need to worry about popen being a
12058         macro.
12059         Reported by Bruno Haible.
12060
12061 2009-08-20  Eric Blake  <ebb9@byu.net>
12062
12063         build: avoid some compiler warnings
12064         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
12065         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
12066         type.
12067         (new_exclude_segment, excluded_file_pattern_p)
12068         (excluded_file_name_p): Reduce scope.
12069         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
12070         old-style declaration.
12071
12072 2009-08-20  Simon Josefsson  <simon@josefsson.org>
12073
12074         * tests/test-exclude1.sh: Handle Windows EOL.
12075         * tests/test-exclude2.sh: Likewise.
12076         * tests/test-exclude3.sh: Likewise.
12077         * tests/test-exclude4.sh: Likewise.
12078         * tests/test-exclude5.sh: Likewise.
12079         * tests/test-exclude6.sh: Likewise.
12080         * tests/test-exclude7.sh: Likewise.
12081
12082 2009-08-19  Akim Demaille  <demaille@gostai.com>
12083
12084         bootstrap: find sha1sum when named gsha1sum.
12085         * bootstrap (find_tool): New.
12086         ($SHA1SUM): New.
12087         Use it.
12088
12089 2009-08-20  Jim Meyering  <meyering@redhat.com>
12090
12091         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
12092         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
12093         expression that converts "." in a file name to "\." in the resulting
12094         regexp.  Start with a dummy statement, so that prior shell variable
12095         definitions are expanded portably.  Reported by Simon Josefsson.
12096
12097 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
12098
12099         Fix polling for writeability of a screen buffer.
12100         * lib/poll.c: Distinguish input and screen buffers for the
12101         Win32 implementation.
12102         * lib/select.c: Likewise.
12103
12104 2009-08-19  Eric Blake  <ebb9@byu.net>
12105
12106         popen-safer: prevent popen from clobbering std descriptors
12107         * modules/popen-safer: New file.
12108         * lib/popen-safer.c: Likewise.
12109         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
12110         * lib/stdio--.h (popen): Provide override.
12111         * lib/stdio-safer.h (popen_safer): Provide declaration.
12112         * tests/test-popen.c (includes): Partially test this.
12113         * modules/popen-safer-tests: New file, for more tests.
12114         * tests/test-popen-safer.c: Likewise.
12115         * MODULES.html.sh (file stream based Input/Output): Mention it.
12116
12117         tests: test some of the *-safer modules
12118         * modules/fopen-safer (Depends-on): Add fopen.
12119         * modules/fcntl-safer (Depends-on): Add fcntl.
12120         * modules/stdlib-safer (Depends-on): Add stdlib.
12121         (configure.ac): Set indicator.
12122         * modules/unistd-safer (configure.ac): Likewise.
12123         * modules/tmpfile-safer (configure.ac): Likewise.
12124         (Depends-on): Add tmpfile.
12125         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
12126         active.
12127         * tests/test-fopen.c (includes): Test safer versions when they are
12128         in use.
12129         * tests/test-open.c (includes): Likewise.
12130
12131         popen: fix cygwin 1.5 bug when stdin closed
12132         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
12133         * modules/popen: New file.
12134         * modules/popen-tests: Likewise.
12135         * tests/test-popen.c: Likewise.
12136         * m4/popen.m4: Likewise.
12137         * lib/popen.c: Likewise.
12138         * lib/stdio.in.h (popen): New declaration.
12139         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
12140         * modules/stdio (Makefile.am): Likewise.
12141         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
12142
12143 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
12144
12145         maint.mk: give full control over update-copyright exclusions
12146         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
12147         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
12148         (update-copyright): Don't force inclusion of top-level
12149         ChangeLog.  Don't force exclusion of all COPYING files, but make
12150         them the default exclusion instead.
12151
12152 2009-08-16  Bruno Haible  <bruno@clisp.org>
12153
12154         Fix test failures on Solaris 10.
12155         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
12156         tests when Solaris iconv() is used.
12157         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
12158         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
12159         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
12160         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
12161         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
12162
12163 2009-08-16  Bruno Haible  <bruno@clisp.org>
12164
12165         Fix test failures on Solaris 10.
12166         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
12167         'tr' program and pass it as first argument.
12168         * tests/test-pipe-filter-gi1.sh: Likewise.
12169         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
12170         program as first argument.
12171         * tests/test-pipe-filter-gi1.c (main): Likewise.
12172
12173 2009-08-16  Eric Blake  <ebb9@byu.net>
12174
12175         fpurge: fix previous commits
12176         * modules/fpurge (Makefile.am): Make replacement conditional,
12177         partially reverting 2007-04-29 change; missed in previous
12178         attempt.
12179         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
12180         is missing.
12181
12182 2009-08-16  Bruno Haible  <bruno@clisp.org>
12183
12184         Clarify fpurge's effect on the file position.
12185         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
12186         * tests/test-fpurge.c (main): Make a second pass for checking the file
12187         position.
12188
12189 2009-08-16  Bruno Haible  <bruno@clisp.org>
12190
12191         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
12192         declaration of fpurge is missing.
12193         * tests/test-fpurge.c (main): Check that the file has not more contents
12194         than expected. Close the file before removing it.
12195
12196 2009-08-15  Eric Blake  <ebb9@byu.net>
12197
12198         fpurge: don't wrap working cygwin implementation
12199         * lib/fpurge.c (fpurge): Fix comment typo.
12200         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
12201         1.7 to avoid replacement.
12202         * tests/test-fpurge.c (main): Enhance test.
12203
12204 2009-08-15  Eric Blake  <ebb9@byu.net>
12205         and Jim Meyering  <meyering@redhat.com>
12206
12207         test-update-copyright: skip if perl is insufficient
12208         * tests/test-update-copyright.sh: Failure to run maintainer tool
12209         should not cause testsuite failure on cygwin 1.5.
12210
12211 2009-08-14  Eric Blake  <ebb9@byu.net>
12212
12213         doc: mention more functions added in cygwin 1.7.0
12214         * doc/posix-headers/limits.texi (limits.h): Update for recent
12215         cygwin additions.
12216         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
12217         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
12218         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
12219         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
12220         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
12221
12222 2009-08-14  Eric Blake  <ebb9@byu.net>
12223
12224         maint.mk: simplify update-copyright rule
12225         * top/maint.mk (update-copyright-local): Delete, and document how
12226         to do it in cfg.mk instead.
12227         (update-copyright-exclude-regexp): Delete, and document how to do
12228         it in .x-update-copyright instead.
12229         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
12230         exclude ChangeLog.
12231
12232 2009-08-14  Bruno Haible  <bruno@clisp.org>
12233
12234         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
12235
12236 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12237
12238         maint.mk: support update-copyright-env
12239         * top/maint.mk (update-copyright-env): Define place-holder.
12240         (update-copyright): Expand $(update-copyright-env) before
12241         invoking update-copyright.
12242
12243 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12244
12245         update-copyright: implement forced reformatting
12246         * build-aux/update-copyright: Implement and document
12247         UPDATE_COPYRIGHT_FORCE.
12248         * tests/test-update-copyright.sh: Test it.
12249
12250 2009-08-14  Eric Blake  <ebb9@byu.net>
12251         and Bruno Haible  <bruno@clisp.org>
12252
12253         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
12254         * tests/test-locale.c: Revert previous patch related to NULL.
12255         * tests/test-stdio.c: Likewise.
12256         * tests/test-stdlib.c: Likewise.
12257         * tests/test-string.c: Likewise.
12258         * tests/test-unistd.c: Likewise.
12259         * modules/time-tests (Depends-on): Add verify.
12260         * modules/wchar-tests (Depends-on): Likewise.
12261         * tests/test-time.c: Test for NULL compliance.
12262         * tests/test-wchar.c: Likewise.
12263         * modules/locale (Depends-on): Add stddef.
12264         * modules/stdio (Depends-on): Likewise.
12265         * modules/stdlib (Depends-on): Likewise.
12266         * modules/string (Depends-on): Likewise.
12267         * modules/time (Depends-on): Likewise.
12268         * modules/unistd (Depends-on): Likewise.
12269         * modules/wchar (Depends-on): Likewise.
12270         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
12271         * lib/stdlib.in.h (includes): Likewise.
12272         * lib/string.in.h (includes): Likewise.
12273         * lib/time.in.h (includes): Likewise.
12274         * lib/unistd.in.h (includes): Likewise.
12275         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
12276         replaced.
12277         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
12278         * m4/stddef_h.m4: New file.
12279         * modules/stddef: Likewise.
12280         * lib/stddef.in.h: Likewise.
12281         * modules/stddef-tests: Likewise.
12282         * tests/test-stddef.c: Likewise.
12283         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
12284         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
12285         * doc/posix-headers/locale.texi (locale.h): Likewise.
12286         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
12287         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
12288         * doc/posix-headers/string.texi (string.h): Likewise.
12289         * doc/posix-headers/time.texi (time.h): Likewise.
12290         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
12291         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
12292
12293 2009-08-14  Eric Blake  <ebb9@byu.net>
12294
12295         doc: improve git diff of texinfo files
12296         * .gitattributes: Add rule for *.texi files, with hint on how to
12297         use it.
12298         Copied from m4, and based on a report by Bruno Haible.
12299
12300 2009-08-14  Bruno Haible  <bruno@clisp.org>
12301
12302         Disable multithread support by default on Cygwin 1.5.x for real.
12303         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
12304
12305 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12306
12307         update-copyright: much ado about intervals
12308         * build-aux/update-copyright: Implement and document
12309         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
12310         of copyright year intervals.
12311         Also, document UPDATE_COPYRIGHT_YEAR.
12312         * tests/test-update-copyright.sh: Test it.
12313
12314         update-copyright: convert 2-digit to 4-digit years
12315         * build-aux/update-copyright: Implement and document.
12316         * tests/test-update-copyright.sh: Update.
12317
12318 2009-08-14  Jim Meyering  <meyering@redhat.com>
12319
12320         test-exclude: avoid coreutils "make check" failure
12321         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
12322         just as in test-argmatch.c.
12323
12324 2009-08-13  Eric Blake  <ebb9@byu.net>
12325
12326         test-dup2: fix bad assumption
12327         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
12328         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
12329
12330         test-version-etc: fix CRLF portability issue
12331         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
12332         recognize \r.
12333         * tests/test-argp-version-etc-1.sh: Likewise.
12334
12335         getopt: update client modules
12336         * modules/argp (Depends-on): Use getopt-gnu.
12337         * modules/git-merge-changelog (Depends-on): Likewise.
12338         * modules/long-options (Depends-on): Likewise.
12339         * modules/xstrtol (Depends-on): Likewise.
12340
12341 2009-08-13  Simon Josefsson  <simon@josefsson.org>
12342
12343         * tests/test-version-etc.sh: Don't fail on different
12344         project/version.  Don't fail on CRLF differences.  Rewrite to use
12345         multiple -e instead of multiple sed forks, suggested by Eric Blake
12346         <ebb9@byu.net>.
12347         * tests/test-argp-version-etc-1.sh: Likewise.
12348
12349 2009-08-13  Simon Josefsson  <simon@josefsson.org>
12350
12351         * tests/test-version-etc.sh: Don't fail on different
12352         project/version.
12353
12354 2009-08-12  Bruno Haible  <bruno@clisp.org>
12355
12356         Tests for modules 'getopt-posix', 'getopt-gnu'.
12357         * modules/getopt-posix-tests: New file.
12358         * tests/test-getopt.c: New file.
12359         * tests/test-getopt.h: New file.
12360         * tests/test-getopt_long.h: New file.
12361
12362         New modules 'getopt-posix', 'getopt-gnu'.
12363         * modules/getopt-gnu: New file, renamed from modules/getopt.
12364         * modules/getopt-posix: New file.
12365         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
12366         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
12367         (gl_GETOPT): Remove macro.
12368         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
12369         Disable the test against BSD systems that declare optreset. Test
12370         against mingw bug. Test against lack of support of optional arguments
12371         on many platforms.
12372         * doc/glibc-headers/getopt.texi: Update module name and list of
12373         relevant platforms.
12374         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
12375         'getopt-gnu' and more portability problems.
12376         * NEWS: Mention the changes.
12377
12378 2009-08-12  Bruno Haible  <bruno@clisp.org>
12379
12380         Ensure that optarg etc. get declared by <unistd.h>.
12381         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
12382         AC_USE_SYSTEM_EXTENSIONS.
12383         * modules/getopt (Depends-on): Add 'extensions'.
12384
12385 2009-08-12  Bruno Haible  <bruno@clisp.org>
12386
12387         Avoid test link errors.
12388         * modules/pipe-filter-ii-tests (Makefile.am): Define
12389         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
12390         * modules/pipe-filter-gi-tests (Makefile.am): Define
12391         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
12392         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12393
12394 2009-08-12  Bruno Haible  <bruno@clisp.org>
12395
12396         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
12397         gl_GETOPT_SUBSTITUTE before.
12398         (gl_GETOPT): Use it.
12399         * m4/argp.m4 (gl_ARGP): Update.
12400         Reported by Sergey Poznyakoff.
12401
12402         * m4/getopt.m4: Reorder macros.
12403         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
12404         (gl_GETOPT_SUBSTITUTE): Remove macro.
12405
12406 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
12407
12408         Minor improvement in gitlog-to-changelog
12409
12410         * build-aux/gitlog-to-changelog: New option `--format' makes
12411         output format string configurable.
12412
12413 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
12414
12415         Optimize exclude: use hash tables for non-wildcard patterns.
12416
12417         * lib/exclude.c: Include hash.h and mbuiter.h
12418         (struct exclude_pattern, exclude_segment): New data types.
12419         (struct exclude): Rewrite.
12420         (fnmatch_pattern_has_wildcards): New function.
12421         (new_exclude_segment, free_exclude_segment): New functions.
12422         (excluded_file_pattern_p, excluded_file_name_p): New functions.
12423         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
12424         * lib/exclude.h (is_fnmatch_pattern): New prototype.
12425         * modules/exclude: Depend on hash and mbuiter.
12426
12427         * modules/exclude-tests: New file.
12428         * tests/test-exclude.c: New file.
12429         * tests/test-exclude1.sh: New file.
12430         * tests/test-exclude2.sh: New file.
12431         * tests/test-exclude3.sh: New file.
12432         * tests/test-exclude4.sh: New file.
12433         * tests/test-exclude5.sh: New file.
12434         * tests/test-exclude6.sh: New file.
12435         * tests/test-exclude7.sh: New file.
12436
12437 2009-08-12  Bruno Haible  <bruno@clisp.org>
12438
12439         Ensure that getopt() gets declared by <unistd.h>.
12440         * lib/unistd.in.h: Conditionally include getopt.h.
12441         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
12442         Set GNULIB_UNISTD_H_GETOPT.
12443         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
12444         GNULIB_UNISTD_H_GETOPT.
12445         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
12446
12447 2009-08-12  Bruno Haible  <bruno@clisp.org>
12448
12449         Clarify logic.
12450         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
12451         gl_replace_getopt instead of GETOPT_H.
12452
12453 2009-08-12  Bruno Haible  <bruno@clisp.org>
12454
12455         * m4/getopt.m4: Add comments.
12456
12457 2009-08-12  Bruno Haible  <bruno@clisp.org>
12458
12459         Disable multithread support by default on Cygwin 1.5.x.
12460         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
12461         set gl_use_threads=no if not specified otherwise.
12462
12463 2009-08-11  Bruno Haible  <bruno@clisp.org>
12464
12465         Avoid compilation error on NetBSD 5.0.
12466         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
12467         * tests/test-stdio.c: Likewise.
12468         * tests/test-stdlib.c: Likewise.
12469         * tests/test-string.c: Likewise.
12470         * tests/test-unistd.c: Likewise.
12471         Reported by Greg Troxel <gdt@ir.bbn.com>
12472         at <https://savannah.gnu.org/support/?106973>.
12473
12474 2009-08-11  Bruno Haible  <bruno@clisp.org>
12475
12476         * modules/dup2-tests (Depends-on): Remove close.
12477
12478         Undo 2009-07-19 commit.
12479         * modules/acl-tests (Depends-on): Remove close.
12480         * modules/binary-io-tests (Depends-on): Likewise.
12481         * modules/closein-tests (Depends-on): Likewise.
12482         * modules/flock-tests (Depends-on): Likewise.
12483         * modules/fsync-tests (Depends-on): Likewise.
12484         * modules/lseek-tests (Depends-on): Likewise.
12485         * modules/pipe-tests (Depends-on): Likewise.
12486         * modules/posix_spawn-tests (Depends-on): Likewise.
12487         * modules/posix_spawnp-tests (Depends-on): Likewise.
12488         * modules/stat-time-tests (Depends-on): Likewise.
12489         * modules/yesno-tests (Depends-on): Likewise.
12490
12491 2009-08-10  Bruno Haible  <bruno@clisp.org>
12492
12493         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
12494
12495 2009-08-10  Bruno Haible  <bruno@clisp.org>
12496
12497         Fix a gcc warning.
12498         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
12499
12500 2009-08-10  Bruno Haible  <bruno@clisp.org>
12501
12502         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
12503         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
12504         not only the first time.
12505         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
12506         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
12507         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
12508         is 1, not only the the first time.
12509
12510 2009-08-10  Bruno Haible  <bruno@clisp.org>
12511
12512         Make it possible to use module 'gethostname' without module 'close'.
12513         * lib/unistd.in.h (close): Evoke a link error only if
12514         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
12515         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
12516         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12517         * modules/unistd (Makefile.am): Substitute
12518         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12519         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
12520         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
12521         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
12522         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12523         * modules/sys_ioctl (Makefile.am): Substitute
12524         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12525         * modules/socket (configure.ac): On native Windows, set
12526         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
12527         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12528         Reported by Sam Steingold <sds@gnu.org>.
12529
12530 2009-08-10  Bruno Haible  <bruno@clisp.org>
12531
12532         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
12533         * modules/ioctl (configure.ac): Likewise.
12534
12535 2009-08-10  Bruno Haible  <bruno@clisp.org>
12536
12537         Avoid collision between gnulib wrapper and libintl wrapper.
12538         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
12539         already defined in intl/printf.c.
12540         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
12541         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
12542
12543 2009-08-09  Bruno Haible  <bruno@clisp.org>
12544
12545         Make <sys/select.h> really self-contained, also on Solaris 10.
12546         * lib/sys_select.in.h: Include <string.h>.
12547         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
12548         Solaris 10 problem.
12549         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
12550         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
12551         Reported by Jim Meyering.
12552
12553 2009-08-09  Bruno Haible  <bruno@clisp.org>
12554
12555         Avoid warnings from 'aclocal' that are due to a use of macro name
12556         AM_XGETTEXT_OPTION that is not defined in automake.
12557         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
12558         automake.
12559         * modules/error (configure.ac): Likewise.
12560         * modules/propername (configure.ac): Likewise.
12561         * modules/vasprintf (configure.ac): Likewise.
12562         * modules/verror (configure.ac): Likewise.
12563         * modules/xprintf (configure.ac): Likewise.
12564         * modules/xvasprintf (configure.ac): Likewise.
12565
12566 2009-08-08  Bruno Haible  <bruno@clisp.org>
12567
12568         Avoid compilation error in C++ mode.
12569         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
12570         Reported by Sam Steingold <sds@gnu.org>.
12571
12572 2009-08-08  Bruno Haible  <bruno@clisp.org>
12573
12574         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
12575         for the various Unix platforms.
12576         * doc/posix-headers/limits.texi: Update platforms list regarding
12577         HOST_NAME_MAX.
12578         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12579
12580 2009-08-07  Jim Meyering  <meyering@redhat.com>
12581
12582         selinux-at: fix typo in a comment
12583         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
12584         Spotted by Paolo Bonzini.
12585
12586         selinux-at: remove redundant m4 code, add documentation
12587         * modules/selinux-at (configure.ac): Remove redundant code.
12588         LIB_SELINUX is already set via the dependent module, selinux-h.
12589         (Include): Add quotes around selinux-at.h.
12590         * lib/selinux-at.h: Add documentation.
12591         Reported by Bruno Haible in
12592         http://marc.info/?l=gnulib-bug&m=124958988300749
12593
12594 2009-08-07  Bruno Haible  <bruno@clisp.org>
12595
12596         Avoid link error on MacOS X 10.3 and 10.4.
12597         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
12598         on non-ELF systems.
12599         * lib/argp-pv.c (argp_program_version): Likewise.
12600         Reported by Simon Josefsson.
12601
12602 2009-08-07  Simon Josefsson  <simon@josefsson.org>
12603
12604         * tests/test-version-etc.sh: Use $EXEEXT.
12605
12606 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
12607
12608         update-copyright: update documentation to point to maint.mk
12609         * build-aux/update-copyright: Here.
12610
12611 2009-08-06  Jim Meyering  <meyering@redhat.com>
12612
12613         maint.mk: support update-copyright-local
12614         * top/maint.mk (update-copyright-local): Define place-holder.
12615         (update-copyright): Depend on $(update-copyright-local).
12616
12617 2009-08-06  Jim Meyering  <meyering@redhat.com>
12618
12619         selinux-at: new module
12620         Initially written for coreutils, this module will soon be
12621         used by findutils, too.
12622         * MODULES.html.sh [Misc]: Add selinux-at.
12623         * lib/selinux-at.h: New file, from coreutils.
12624         * lib/selinux-at.c: Likewise.
12625         * modules/selinux-at: Likewise.
12626         (License): Change from LGPL to GPL, since it depends
12627         on the GPL'd openat module.
12628
12629         doc: update README
12630         * README: Remove references to cogito.
12631         Remove cvs-repo-updating instructions from 2007.
12632         Don't imply that CVS is better if you have limited disk space.
12633
12634 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12635
12636         update-copyright: support C-style comments
12637         * build-aux/update-copyright: Implement and document.
12638         * tests/test-update-copyright.sh: Test.
12639
12640 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12641
12642         update-copyright: support omitted "(C)"
12643         * build-aux/update-copyright: Implement and document.  Also,
12644         allow variable whitespace before "(C)".
12645         * tests/test-update-copyright.sh: Test.
12646
12647 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12648
12649         update-copyright: don't trip on non-FSF copyright statements
12650         * build-aux/update-copyright: Fix so that the first correctly
12651         formatted FSF copyright statement is recognized no matter what
12652         appears before it.  Update documentation.
12653         * tests/test-update-copyright.sh: Test that.
12654
12655 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12656
12657         update-copyright: clean up code a little
12658         * build-aux/update-copyright: Append "_re" to the name of any
12659         variable holding a regular expression.
12660         Replace "old" and "new" with "stmt" in variable names.
12661         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
12662         handled correctly.
12663         Format code more consistently.
12664
12665 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12666
12667         update-copyright-tests: improve portability
12668         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
12669         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
12670
12671 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
12672
12673         update-copyright: support @copyright{} and &copy;
12674         * build-aux/update-copyright: Implement and document.
12675         * tests/test-update-copyright.sh: Test.
12676
12677 2009-08-04  Jim Meyering  <meyering@redhat.com>
12678
12679         update-copyright-tests: correctly test EOL=\r\n handling
12680         * tests/test-update-copyright.sh: Put \r at the end of some lines
12681         for the dos-eol tests.  Based on a patch by Joel E. Denny.
12682
12683         maint.mk: make update-copyright exclusion list more configurable
12684         * top/maint.mk (update-copyright): Default to excluding COPYING,
12685         but allow an override, in case someone does want to update that file.
12686
12687         maint.mk: don't update copyright date in COPYING
12688         * top/maint.mk (update-copyright): Exclude COPYING.
12689
12690         maint.mk: add a copyright-updating rule
12691         * top/maint.mk (update-copyright): New rule.
12692         Derived from coreutils/Makefile.am.
12693
12694         update-copyright: rename some variables
12695         * build-aux/update-copyright: Rename a few variables for clarity.
12696         Tweak syntax.  List Joel E. Denny as coauthor.
12697
12698 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
12699
12700         update-copyright: fix bug for 2-digit last year and add tests
12701         * build-aux/update-copyright: Fix bug.
12702         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
12703         specified.
12704         * modules/update-copyright-tests: New
12705         * tests/test-update-copyright.sh: New.
12706
12707 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12708
12709         update-copyright: handle leading tabs in line prefix
12710         * build-aux/update-copyright: Count leading tabs as 8 spaces
12711         when computing margin.  This helps with the formatting of
12712         ChangeLogs, for example.
12713         Fix documentation a little.
12714
12715 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12716
12717         update-copyright: support EOL=\r\n
12718         * build-aux/update-copyright: Implement that.
12719
12720 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12721
12722         update-copyright: automatically format copyright statements
12723         * build-aux/update-copyright: Implement that.
12724         Also, be a little more predictable and safer by always failing
12725         when the full copyright format is not perfectly recognized as an
12726         unbroken whole.  Discussed at
12727         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
12728         Rewrite documentation.
12729
12730 2009-08-03  Bruno Haible  <bruno@clisp.org>
12731
12732         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
12733
12734 2009-08-02  Bruno Haible  <bruno@clisp.org>
12735
12736         Tests for module 'uname'.
12737         * modules/uname-tests: New file.
12738         * tests/test-uname.c: New file.
12739
12740         New module 'uname'.
12741         * lib/uname.c: New file.
12742         * m4/uname.m4: New file.
12743         * modules/uname: New file.
12744         * doc/posix-functions/uname.texi: Mention the new module.
12745
12746 2009-08-02  Bruno Haible  <bruno@clisp.org>
12747
12748         Tests for module 'sys_utsname'.
12749         * modules/sys_utsname-tests: New file.
12750         * tests/test-sys_utsname.c: New file.
12751
12752         New module 'sys_utsname'.
12753         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
12754         * m4/sys_utsname_h.m4: New file.
12755         * modules/sys_utsname: New file.
12756         * doc/posix-headers/sys_utsname.texi: Mention the new module.
12757
12758 2009-08-02  Bruno Haible  <bruno@clisp.org>
12759
12760         Implicitly initialize the sockets library.
12761         * lib/gethostname.c: Include sockets.h.
12762         (rpl_gethostname): Invoke gl_sockets_startup.
12763         * lib/socket.c: Include sockets.h.
12764         (rpl_socket): Invoke gl_sockets_startup.
12765         * modules/gethostname (Depends-on): Add sockets.
12766         * modules/socket (Depends-on): Likewise.
12767         * tests/test-poll.c: Don't include sockets.h.
12768         (main): Don't invoke gl_sockets_startup.
12769         * tests/test-select.c: Don't include sockets.h.
12770         (main): Don't invoke gl_sockets_startup.
12771
12772 2009-08-02  Bruno Haible  <bruno@clisp.org>
12773
12774         Allow multiple calls to gl_sockets_startup.
12775         * lib/sockets.c (initialized_sockets_version): New variable.
12776         (gl_sockets_startup): Do nothing if already called for this or a higher
12777         version.
12778         (gl_sockets_cleanup): Reset initialized_sockets_version.
12779
12780 2009-08-03  Simon Josefsson  <simon@josefsson.org>
12781
12782         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
12783         different project/version.
12784
12785 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
12786             Bruno Haible  <bruno@clisp.org>
12787
12788         Tests for module 'pipe-filter-gi'.
12789         * modules/pipe-filter-gi-tests: New file.
12790         * tests/test-pipe-filter-gi1.sh: New file.
12791         * tests/test-pipe-filter-gi1.c: New file.
12792         * tests/test-pipe-filter-gi2.sh: New file.
12793         * tests/test-pipe-filter-gi2-main.c: New file.
12794         * tests/test-pipe-filter-gi2-child.c: New file.
12795
12796         New module 'pipe-filter-gi'.
12797         * lib/pipe-filter-gi.c: New file.
12798         * modules/pipe-filter-gi: New file.
12799
12800 2009-08-02  Bruno Haible  <bruno@clisp.org>
12801             Paolo Bonzini  <bonzini@gnu.org>
12802
12803         Tests for module 'pipe-filter-ii'.
12804         * modules/pipe-filter-ii-tests: New file.
12805         * tests/test-pipe-filter-ii1.sh: New file.
12806         * tests/test-pipe-filter-ii1.c: New file.
12807         * tests/test-pipe-filter-ii2.sh: New file.
12808         * tests/test-pipe-filter-ii2-main.c: New file.
12809         * tests/test-pipe-filter-ii2-child.c: New file.
12810
12811         New module 'pipe-filter-ii'.
12812         * lib/pipe-filter.h: New file.
12813         * lib/pipe-filter-ii.c: New file.
12814         * lib/pipe-filter-aux.h: New file.
12815         * modules/pipe-filter-ii: New file.
12816
12817 2009-08-02  Simon Josefsson  <simon@josefsson.org>
12818
12819         * lib/gc-libgcrypt.c: Change copyright to FSF.
12820         * lib/gc-gnulib.c: Likewise.
12821
12822 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
12823
12824         * lib/gethostname.c: Include limits.h.
12825
12826 2009-08-02  Simon Josefsson  <simon@josefsson.org>
12827             Bruno Haible  <bruno@clisp.org>
12828
12829         Ensure HOST_NAME_MAX as part of the gethostname module.
12830         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
12831         define also HOST_NAME_MAX.
12832         * tests/test-gethostname.c: Include <limits.h>.
12833         (main): Check also HOST_NAME_MAX.
12834         * doc/posix-headers/limits.texi: Document the mingw problem.
12835
12836 2009-08-02  Bruno Haible  <bruno@clisp.org>
12837
12838         * lib/gethostname.c (gethostname): Fix handling of large len argument.
12839         Add comments.
12840
12841 2009-03-31  Simon Josefsson  <simon@josefsson.org>
12842
12843         * lib/gethostname.c: Add Windows wrapper.
12844         * m4/gethostname.m4: Look for gethostname in -lws2_32.
12845         * modules/gethostname: Depend on sys_socket & errno, for also
12846         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
12847         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
12848
12849 2009-07-31  Jim Meyering  <meyering@redhat.com>
12850
12851         getloadavg: fix symbol name in comment
12852         * lib/getloadavg.c: Correct a typo I introduced when adding
12853         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
12854         Matt Kraai spotted the problem.
12855
12856 2009-07-29  Matt Kraai  <mkraai@beckman.com>
12857
12858         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
12859         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
12860         code also if ! defined N_NAME_POINTER.
12861         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
12862         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
12863         but the n_name member is a 12-byte array.
12864
12865 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
12866
12867         update-copyright: generalize comment handling
12868         * build-aux/update-copyright: Handle copyright statements
12869         within more comment styles.
12870         Document usage.
12871         Report any file with an external copyright holder or parse failure.
12872
12873 2009-07-29  Jim Meyering  <meyering@redhat.com>
12874
12875         mktime: correct setting of REPLACE_MKTIME
12876         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
12877
12878         update-copyright: new module
12879         * modules/update-copyright: New file.
12880         * build-aux/update-copyright: New file.
12881         * MODULES.html.sh (maint+release support): Add update-copyright.
12882
12883 2009-07-27  Bruno Haible  <bruno@clisp.org>
12884
12885         Fix compilation error when <ctime> is used and mktime is replaced.
12886         * lib/time.in.h (mktime): New declaration.
12887         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
12888         REPLACE_MKTIME instead of defining mktime in config.h.
12889         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
12890         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
12891         Reported by Ross McFarland <rwmcfa1@neces.com>.
12892
12893 2009-07-27  Bruno Haible  <bruno@clisp.org>
12894
12895         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
12896         Reported by Matt Kraai <mkraai@beckman.com>.
12897
12898 2009-07-25  Jim Meyering  <meyering@redhat.com>
12899
12900         maint.mk: avoid warnings about missing files
12901         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
12902         diagnostic when .prev-version does not exist.
12903         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
12904         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
12905         nonexistent cfg.mk.
12906         Suggestions from Simon Josefsson.
12907
12908 2009-07-25  Bruno Haible  <bruno@clisp.org>
12909
12910         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
12911         defined as macros. Needed on QNX 6.4.1.
12912         Reported by Matt Kraai <mkraai@beckman.com>.
12913
12914 2009-07-23  Jim Meyering  <meyering@redhat.com>
12915
12916         maint.mk: invoke "make dist" with a working value of XZ_OPT
12917         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
12918
12919 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
12920
12921         Make fseeko.c compile on QNX.
12922         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
12923
12924 2009-07-22  Peter Simons  <simons@cryp.to>
12925
12926         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
12927         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
12928         * lib/md4.h: Likewise.
12929         * lib/md5.h: Likewise.
12930         * lib/sha1.h: Likewise.
12931         * lib/sha256.h: Likewise.
12932         * lib/sha512.h: Likewise.
12933
12934         tests-sha1: don't assign literal string to 'char *' variable
12935         * tests/test-sha1.c (main): Declare locals with "const" to match
12936         attributes of the right hand side.
12937
12938 2009-07-21  Eric Blake  <ebb9@byu.net>
12939
12940         dup2: fix more mingw problems
12941         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
12942         fd to itself.
12943         * doc/posix-functions/dup2.texi (dup2): Document the bug.
12944         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
12945         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
12946         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
12947         care of mingw bugs.
12948
12949 2009-07-21  Jim Meyering  <meyering@redhat.com>
12950
12951         vc-list-files: avoid failure when /bin/sh is dash
12952         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
12953         On some Debian based systems, /bin/sh is a symlink to dash, and running
12954         this command would omit the "/" following each 'tests' prefix:
12955           dash -x build-aux/vc-list-files -C . tests
12956         That is because bash and dash work differently:
12957           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
12958           bash ok
12959           dash odd
12960
12961 2009-07-21  Eric Blake  <ebb9@byu.net>
12962
12963         dup2-tests: test previous patch
12964         * modules/dup2-tests: New file.
12965         * tests/test-dup2.c: Likewise.
12966         * tests/test-open.c (main): Avoid unspecified behavior.
12967         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
12968         test.
12969
12970         dup2: work around mingw and cygwin 1.5 bug
12971         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
12972         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
12973         * modules/unistd (Makefile.am): Substitute it.
12974         * lib/unistd.in.h (dup2): Declare the replacement.
12975         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
12976         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
12977         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
12978         * modules/execute (Depends-on): Add dup2.
12979         * modules/fseterr (Depends-on): Likewise.
12980         * modules/pipe (Depends-on): Likewise.
12981         * modules/posix_spawn-internal (Depends-on): Likewise.
12982
12983 2009-07-21  Bruno Haible  <bruno@clisp.org>
12984
12985         * modules/.gitattributes: New file.
12986
12987 2009-07-20  Bruno Haible  <bruno@clisp.org>
12988
12989         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
12990         (main): Use it.
12991
12992 2009-07-20  Eric Blake  <ebb9@byu.net>
12993
12994         test-pipe: make a bit more robust.
12995         * tests/test-pipe.c (myerr): Allow error messages regardless of
12996         what we do to stderr.
12997         (test_pipe): Rearrange to avoid deadlock.
12998         (child_main): Try a larger read, to ensure we avoided deadlock.
12999         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
13000         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
13001         if misused.
13002
13003 2009-07-19  Jim Meyering  <meyering@redhat.com>
13004
13005         fts: avoid false-positive cycle-detection
13006         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
13007         for each new command line argument.
13008
13009 2009-07-19  Bruno Haible  <bruno@clisp.org>
13010
13011         Fix build error on mingw with the modules sys_select and unistd.
13012         * modules/acl-tests (Depends-on): Add close.
13013         * modules/binary-io-tests (Depends-on): Likewise.
13014         * modules/closein-tests (Depends-on): Likewise.
13015         * modules/flock-tests (Depends-on): Likewise.
13016         * modules/fsync-tests (Depends-on): Likewise.
13017         * modules/lseek-tests (Depends-on): Likewise.
13018         * modules/pipe-tests (Depends-on): Likewise.
13019         * modules/posix_spawn-tests (Depends-on): Likewise.
13020         * modules/posix_spawnp-tests (Depends-on): Likewise.
13021         * modules/stat-time-tests (Depends-on): Likewise.
13022         * modules/yesno-tests (Depends-on): Likewise.
13023
13024 2009-07-19  Bruno Haible  <bruno@clisp.org>
13025
13026         Unify conditionals.
13027         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
13028         macros, not at the compiler macros.
13029         * lib/pipe.c: Likewise.
13030         * lib/execute.c: Likewise.
13031         * lib/spawni.c: Likewise.
13032
13033 2009-07-19  Bruno Haible  <bruno@clisp.org>
13034
13035         Fix handling of closed stdin/stdout/stderr on mingw.
13036         * lib/w32spawn.h: Include unistd.h.
13037         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
13038         file descriptor with O_NOINHERIT flag.
13039         (fd_safer_noinherit): New function, based on fd-safer.c.
13040         (dup_safer_noinherit): New function, based on dup-safer.c.
13041         (undup_safer_noinherit): New function.
13042         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
13043         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
13044         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
13045         instead of fd_safer.
13046         * tests/test-pipe.c: Include <windows.h>.
13047         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
13048
13049         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
13050         from main.
13051         (test_pipe): Pass an extra argument for disambiguation.
13052         (main): Invoke parent_main or child_main.
13053
13054         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
13055         consistently.
13056
13057 2009-07-18  Eric Blake  <ebb9@byu.net>
13058
13059         test-pipe: fix mingw build
13060         * tests/test-pipe.c (main): Avoid fcntl on mingw.
13061
13062 2009-07-18  Bruno Haible  <bruno@clisp.org>
13063
13064         * modules/pipe-tests (Makefile.am): Fix typo.
13065
13066 2009-07-18  Eric Blake  <ebb9@byu.net>
13067
13068         error: fix mingw build
13069         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
13070         Reported by Bruno Haible.
13071
13072         error: avoid undefined use of stdout
13073         * lib/error.c (error, error_at_line): Check that fd 1 is open
13074         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
13075         is handling faults and the close_stdout module wants to report the
13076         detection of closed stdout as an error.
13077
13078 2009-07-17  Eric Blake  <ebb9@byu.net>
13079
13080         pipe: be robust in face of closed fds
13081         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
13082         should cause child to misbehave.
13083         * modules/pipe-tests: New module.
13084         * tests/test-pipe.c: New file.
13085         * tests/test-pipe.sh: New file.
13086         Reported by Akim Demaille.
13087
13088 2009-07-14  Bruno Haible  <bruno@clisp.org>
13089
13090         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
13091         Reported by anonymous kc.
13092
13093 2009-07-07  Jim Meyering  <meyering@redhat.com>
13094
13095         maint.mk: don't look for translatable strings in *.m4 or *.mk
13096         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
13097         when searching for translatable strings.
13098
13099 2009-07-05  Jim Meyering  <meyering@redhat.com>
13100
13101         remove superfluous parentheses in STREQ definition
13102         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
13103         * lib/getugroups.c (STREQ): Likewise.
13104         * lib/fnmatch.c (STREQ): Likewise.
13105         Spotted by Bruno Haible.
13106
13107 2009-07-04  Jim Meyering  <meyering@redhat.com>
13108
13109         argv-iter: new module
13110         * MODULES.html.sh: Add argv-iter.
13111         * lib/argv-iter.c, lib/argv-iter.h: New files.
13112         * modules/argv-iter: New file.
13113         * modules/argv-iter-tests: New file.
13114         * tests/test-argv-iter.c: Test it.
13115
13116 2009-07-04  Bruno Haible  <bruno@clisp.org>
13117
13118         Fix assertion.
13119         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
13120         contains more exact copies of a given entry than file2, leave the extra
13121         copies unpaired rather than aborting.
13122         Reported by Eric Blake.
13123
13124 2009-07-02  Bruno Haible  <bruno@clisp.org>
13125
13126         Speedup git-merge-changelog for git cherry-pick.
13127         * lib/git-merge-changelog.c (struct entries_mapping): New type.
13128         (entries_mapping_get): New function, extracted from compute_mapping.
13129         (entries_mapping_reverse_get): New function.
13130         (compute_mapping): Add a 'full' argument. Return the result in a
13131         'struct entries_mapping'.
13132         (main): Update. Access the mappings through entries_mapping_get.
13133         Reported by Eric Blake.
13134
13135 2009-07-02  Bruno Haible  <bruno@clisp.org>
13136
13137         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
13138         best_i.
13139
13140 2009-07-02  Bruno Haible  <bruno@clisp.org>
13141
13142         Speed up approximate search for matching ChangeLog entries.
13143         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
13144         argument. Call fstrcmp_bounded instead of fstrcmp.
13145         (compute_mapping, try_split_merged_entry, main): Update callers.
13146
13147 2009-07-02  Bruno Haible  <bruno@clisp.org>
13148
13149         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
13150
13151 2009-06-30  Bruno Haible  <bruno@clisp.org>
13152
13153         Reduce the number of uc_is_cased calls.
13154         * lib/unicase.h (casing_suffix_context_t): Add
13155         'first_char_except_ignorable' field.
13156         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
13157         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
13158         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
13159         Update initializer.
13160         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
13161         case-ignorable characters.
13162         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
13163         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
13164         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
13165         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
13166         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
13167
13168 2009-06-30  Bruno Haible  <bruno@clisp.org>
13169
13170         Tests for module 'unicase/ignorable'.
13171         * modules/unicase/ignorable-tests: New file.
13172         * tests/unicase/test-ignorable.c: New file, generated by
13173         gen-uni-tables.
13174
13175         Tests for module 'unicase/cased'.
13176         * modules/unicase/cased-tests: New file.
13177         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
13178         * tests/unicase/test-predicate-part1.h: New file, derived from
13179         tests/unictype/test-predicate-part1.h.
13180         * tests/unicase/test-predicate-part2.h: New file, same as
13181         tests/unictype/test-predicate-part2.h.
13182
13183         Fix evaluation of "Before C" condition of FINAL_SIGMA.
13184         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
13185         (output_casing_properties): New function.
13186         (main): Call it.
13187         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
13188         * lib/unicase/cased.c: Include unictype/bitmap.h.
13189         (uc_is_cased): Define through a bitmap lookup.
13190         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
13191         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
13192         (uc_is_case_ignorable): Define through a bitmap lookup.
13193         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
13194         lib/unictype/bitmap.h.
13195         (Depends-on): Add inline. Clean up.
13196         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
13197         lib/unictype/bitmap.h.
13198         (Depends-on): Add inline. Clean up.
13199         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
13200         recognition.
13201         * tests/unicase/test-u16-tolower.c (main): Likewise.
13202         * tests/unicase/test-u32-tolower.c (main): Likewise.
13203
13204 2009-06-30  Bruno Haible  <bruno@clisp.org>
13205
13206         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
13207         * lib/unicase/u16-casemap.c: Likewise.
13208         * lib/unicase/u32-casemap.c: Likewise.
13209
13210 2009-06-29  Bruno Haible  <bruno@clisp.org>
13211
13212         Define u32_casefold as a wrapper around u32_ct_casefold.
13213         * lib/unicase/u32-casefold.c: Update.
13214         * modules/unicase/u32-casefold (Depends-on): Add
13215         unicase/u32-ct-casefold, unicase/empty-prefix-context,
13216         unicase/empty-suffix-context. Clean up.
13217
13218         Define u16_casefold as a wrapper around u16_ct_casefold.
13219         * lib/unicase/u16-casefold.c: Update.
13220         * modules/unicase/u16-casefold (Depends-on): Add
13221         unicase/u16-ct-casefold, unicase/empty-prefix-context,
13222         unicase/empty-suffix-context. Clean up.
13223
13224         Define u8_casefold as a wrapper around u8_ct_casefold.
13225         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
13226         * lib/unicase/u8-casefold.c: Update.
13227         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
13228         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13229
13230         Define u32_totitle as a wrapper around u32_ct_totitle.
13231         * lib/unicase/u32-totitle.c: Update.
13232         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
13233         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13234
13235         Define u16_totitle as a wrapper around u16_ct_totitle.
13236         * lib/unicase/u16-totitle.c: Update.
13237         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
13238         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13239
13240         Define u8_totitle as a wrapper around u8_ct_totitle.
13241         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
13242         functions.
13243         (FUNC): Delegate to U_CT_TOTITLE.
13244         * lib/unicase/u8-totitle.c: Update.
13245         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
13246         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13247
13248         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
13249         invocation.
13250         * modules/unicase/u32-tolower (Depends-on): Add
13251         unicase/empty-prefix-context, unicase/empty-suffix-context.
13252
13253         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
13254         invocation.
13255         * modules/unicase/u16-tolower (Depends-on): Add
13256         unicase/empty-prefix-context, unicase/empty-suffix-context.
13257
13258         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
13259         * modules/unicase/u8-tolower (Depends-on): Add
13260         unicase/empty-prefix-context, unicase/empty-suffix-context.
13261
13262         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
13263         invocation.
13264         * modules/unicase/u32-toupper (Depends-on): Add
13265         unicase/empty-prefix-context, unicase/empty-suffix-context.
13266
13267         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
13268         invocation.
13269         * modules/unicase/u16-toupper (Depends-on): Add
13270         unicase/empty-prefix-context, unicase/empty-suffix-context.
13271
13272         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
13273         * modules/unicase/u8-toupper (Depends-on): Add
13274         unicase/empty-prefix-context, unicase/empty-suffix-context.
13275
13276         New module 'unicase/u32-ct-casefold'.
13277         * lib/unicase/u32-ct-casefold.c: New file.
13278         * modules/unicase/u32-ct-casefold: New file.
13279
13280         New module 'unicase/u16-ct-casefold'.
13281         * lib/unicase/u16-ct-casefold.c: New file.
13282         * modules/unicase/u16-ct-casefold: New file.
13283
13284         New module 'unicase/u8-ct-casefold'.
13285         * lib/unicase/u8-ct-casefold.c: New file.
13286         * lib/unicase/u-ct-casefold.h: New file, derived from
13287         lib/unicase/u-casefold.h.
13288         * modules/unicase/u8-ct-casefold: New file.
13289
13290         New module 'unicase/u32-ct-totitle'.
13291         * lib/unicase/u32-ct-totitle.c: New file.
13292         * modules/unicase/u32-ct-totitle: New file.
13293
13294         New module 'unicase/u16-ct-totitle'.
13295         * lib/unicase/u16-ct-totitle.c: New file.
13296         * modules/unicase/u16-ct-totitle: New file.
13297
13298         New module 'unicase/u8-ct-totitle'.
13299         * lib/unicase/u8-ct-totitle.c: New file.
13300         * lib/unicase/u-ct-totitle.h: New file, derived from
13301         lib/unicase/u-totitle.h.
13302         * modules/unicase/u8-ct-totitle: New file.
13303
13304         New module 'unicase/u32-ct-tolower'.
13305         * lib/unicase/u32-ct-tolower.c: New file.
13306         * modules/unicase/u32-ct-tolower: New file.
13307
13308         New module 'unicase/u16-ct-tolower'.
13309         * lib/unicase/u16-ct-tolower.c: New file.
13310         * modules/unicase/u16-ct-tolower: New file.
13311
13312         New module 'unicase/u8-ct-tolower'.
13313         * lib/unicase/u8-ct-tolower.c: New file.
13314         * modules/unicase/u8-ct-tolower: New file.
13315
13316         New module 'unicase/u32-ct-toupper'.
13317         * lib/unicase/u32-ct-toupper.c: New file.
13318         * modules/unicase/u32-ct-toupper: New file.
13319
13320         New module 'unicase/u16-ct-toupper'.
13321         * lib/unicase/u16-ct-toupper.c: New file.
13322         * modules/unicase/u16-ct-toupper: New file.
13323
13324         New module 'unicase/u8-ct-toupper'.
13325         * lib/unicase/u8-ct-toupper.c: New file.
13326         * modules/unicase/u8-ct-toupper: New file.
13327
13328         Add context arguments to u*_casemap functions.
13329         * lib/unicase/unicasemap.h: Include unicase.h.
13330         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
13331         suffix_context arguments.
13332         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
13333         functions.
13334         (FUNC): Add prefix_context and suffix_context arguments. Use
13335         uc_is_cased and uc_is_case_ignorable.
13336         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
13337         * lib/unicase/u16-casemap.c: Likewise.
13338         * lib/unicase/u32-casemap.c: Likewise.
13339         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
13340         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13341         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
13342         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13343         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
13344         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13345
13346         New module 'unicase/u32-suffix-context'.
13347         * lib/unicase/u32-suffix-context.c: New file.
13348         * modules/unicase/u32-suffix-context: New file.
13349
13350         New module 'unicase/u16-suffix-context'.
13351         * lib/unicase/u16-suffix-context.c: New file.
13352         * modules/unicase/u16-suffix-context: New file.
13353
13354         New module 'unicase/u8-suffix-context'.
13355         * lib/unicase/u8-suffix-context.c: New file.
13356         * lib/unicase/u-suffix-context.h: New file.
13357         * modules/unicase/u8-suffix-context: New file.
13358
13359         New module 'unicase/empty-suffix-context'.
13360         * lib/unicase/empty-suffix-context.c: New file.
13361         * modules/unicase/empty-suffix-context: New file.
13362
13363         New module 'unicase/u32-prefix-context'.
13364         * lib/unicase/u32-prefix-context.c: New file.
13365         * modules/unicase/u32-prefix-context: New file.
13366
13367         New module 'unicase/u16-prefix-context'.
13368         * lib/unicase/u16-prefix-context.c: New file.
13369         * modules/unicase/u16-prefix-context: New file.
13370
13371         New module 'unicase/u8-prefix-context'.
13372         * lib/unicase/u8-prefix-context.c: New file.
13373         * lib/unicase/u-prefix-context.h: New file.
13374         * lib/unicase/context.h: New file.
13375         * modules/unicase/u8-prefix-context: New file.
13376
13377         New module 'unicase/empty-prefix-context'.
13378         * lib/unicase/empty-prefix-context.c: New file.
13379         * modules/unicase/empty-prefix-context: New file.
13380
13381         New module 'unicase/ignorable'.
13382         * lib/unicase/ignorable.c: New file.
13383         * modules/unicase/ignorable: New file.
13384
13385         New module 'unicase/cased'.
13386         * lib/unicase/caseprop.h: New file.
13387         * lib/unicase/cased.c: New file.
13388         * modules/unicase/cased: New file.
13389
13390         New functions for case mapping of substrings.
13391         * lib/unicase.h (casing_prefix_context_t): New type.
13392         (unicase_empty_prefix_context): New variable.
13393         (u8_casing_prefix_context, u16_casing_prefix_context,
13394         u32_casing_prefix_context, u8_casing_prefixes_context,
13395         u16_casing_prefixes_context, u32_casing_prefixes_context): New
13396         declarations.
13397         (casing_suffix_context_t): New type.
13398         (unicase_empty_suffix_context): New variable.
13399         (u8_casing_suffix_context, u16_casing_suffix_context,
13400         u32_casing_suffix_context, u8_casing_suffixes_context,
13401         u16_casing_suffixes_context, u32_casing_suffixes_context,
13402         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
13403         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
13404         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
13405         declarations.
13406
13407 2009-06-28  Jim Meyering  <meyering@redhat.com>
13408
13409         boostrap: indent only with spaces
13410         * build-aux/bootstrap: Indent only with spaces, never TABs.
13411
13412         bootstrap: split long lines
13413         * build-aux/bootstrap: Keep line length < 80.
13414
13415         bootstrap: sync from coreutils
13416         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
13417         just as autoreconf does.  Verify a list of prerequisite
13418         package-name,version-number pairs if defined in bootstrap.conf.
13419         Refer to README-prereq, if prerequisites are not satisfied.
13420
13421 2009-06-27  Eric Blake  <ebb9@byu.net>
13422
13423         tests: add test for bogus NULL definition
13424         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
13425         * tests/test-stdlib.c: Likewise.
13426         * tests/test-string.c: Likewise.
13427         * tests/test-locale.c: Likewise.
13428         * tests/test-unistd.c: Likewise.
13429         * modules/stdio-tests (Depends-on): Add verify.
13430         * modules/stdlib-tests (Depends-on): Likewise.
13431         * modules/string-tests (Depends-on): Likewise.
13432         * modules/locale-tests (Depends-on): Likewise.
13433         * modules/unistd-tests (Depends-on): Likewise.
13434
13435 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
13436
13437         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
13438         self-explaining comment.
13439         * m4/selinux-selinux-h: Update serial.
13440         (gl_LIBSELINUX): New macro, adding a warning for missing development
13441         packages to code extracted from...
13442         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
13443         Add warning for missing development packages here, too.
13444
13445 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
13446
13447         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
13448
13449 2009-06-25  Eric Blake  <ebb9@byu.net>
13450
13451         version-etc: fix regression
13452         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
13453         gcc.
13454         (version_etc): Use it, to catch bugs with trailing NULL.
13455         * lib/version-etc.c (version_etc_arn): Delete unused argument.
13456         (version_etc_va): Fix logic bug.
13457         * modules/version-etc-tests: Add test.
13458         * tests/test-version-etc.c: New file.
13459         * tests/test-version-etc.sh: Likewise.
13460
13461 2009-06-25  Sam Steingold  <sds@gnu.org>
13462
13463         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
13464         mbtowc declaration.
13465
13466 2009-06-25  Eric Blake  <ebb9@byu.net>
13467
13468         fpurge: migrate into <stdio.h>
13469         * lib/fpurge.h: Delete...
13470         * lib/stdio.in.h (fpurge): ...and declare here, instead.
13471         * lib/fpurge.c (fpurge): Change declaring header.
13472         * modules/fpurge (Files): Drop deleted file.
13473         (Depends-on): Add stdio.
13474         (configure.ac): Set witness.
13475         * modules/stdio (Makefile.am): Support fpurge macros.
13476         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
13477         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
13478         * lib/fflush.c: Update client.
13479         * tests/test-fpurge.c: Likewise.
13480         * NEWS: Mention the change.
13481
13482 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13483
13484         * lib/argp-version-etc.c (program_authors): Add const
13485         qualifier.
13486         * lib/version-etc.c: Fix typos in the comments.
13487         * modules/argp-version-etc: Depends on version-etc.
13488
13489 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13490
13491         argp-version-etc: new module.
13492
13493         * lib/argp-version-etc.c: New file.
13494         * lib/argp-version-etc.h: New file.
13495         * modules/argp-version-etc: New file.
13496         * modules/argp-version-etc-tests: New file.
13497         * tests/test-argp-version-etc.c: New test.
13498         * tests/test-argp-version-etc-1.sh: New test.
13499
13500 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13501
13502         Provide additional interfaces and documentation for version-etc
13503         module.
13504
13505         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
13506         interfaces.
13507         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
13508         prototypes.
13509
13510 2009-06-24  Bruno Haible  <bruno@clisp.org>
13511
13512         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
13513         HAVE_LIB${NAME} macro.
13514         Reported by Sam Steingold <sds@gnu.org>.
13515
13516 2009-06-23  Simon Josefsson  <simon@josefsson.org>
13517
13518         * modules/hash-tests (test_hash_LDADD): Link to libintl when
13519         needed.
13520
13521 2009-06-21  Bruno Haible  <bruno@clisp.org>
13522
13523         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
13524         work.
13525         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
13526         together with LIB${NAME}, LTLIB${NAME}.
13527         Reported by Sam Steingold <sds@gnu.org>.
13528
13529 2009-06-20  Jim Meyering  <meyering@redhat.com>
13530
13531         tests: make sc_require_test_exit_idiom more generic
13532         * top/maint.mk (Exit_witness_file): New overridable variable.
13533         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
13534         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
13535
13536 2009-06-19  Jim Meyering  <meyering@redhat.com>
13537
13538         hash: reverse order of src/dst parameters in an internal interface
13539         * lib/hash.c (transfer_entries): Reverse order of parameters to
13540         put DST before SRC.  Adjust callers.
13541
13542         tests: test-hash: avoid wholesale duplication
13543         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
13544         Instead, use a loop and add a single conditional.
13545
13546         tests: test-hash: allow seed selection via a command line argument
13547         * tests/test-hash.c (get_seed): New function.
13548         (main): Use it.
13549
13550 2009-06-19  Eric Blake  <ebb9@byu.net>
13551
13552         hash: avoid memory leak on allocation failure
13553         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
13554         failure.  Factor repeated algorithm...
13555         (transfer_entries): ...into new helper routine.
13556         (hash_delete): React to hash_rehash return value.
13557
13558         hash: reduce memory pressure in hash_rehash no-op case
13559         * lib/hash.c (next_prime): Avoid overflow.
13560         (hash_initialize): Factor bucket size computation...
13561         (compute_bucket_size): ...into new helper function.
13562         (hash_rehash): Use new function and open coding to reduce memory
13563         pressure, and avoid a memory leak in USE_OBSTACK code.
13564         Reported by Jim Meyering.
13565
13566 2009-06-18  Eric Blake  <ebb9@byu.net>
13567
13568         hash: make rotation more obvious
13569         * modules/hash (Depends-on): Add bitrotate and stdint.
13570         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
13571         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
13572         (SIZE_MAX): Rely on headers for definition.
13573         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
13574         (raw_hasher): Use rotr_sz.
13575         Suggested by Jim Meyering.
13576
13577         hash: fix memory leak in last patch
13578         * lib/hash.c (hash_rehash): Avoid memory leak.
13579
13580         hash: avoid no-op rehashing
13581         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
13582
13583         hash: provide default callback functions
13584         * lib/hash.c (raw_hasher, raw_comparator): New functions.
13585         (hash_initialize): Use them as defaults.
13586         * tests/test-hash.c (main): Test this.
13587
13588         hash: minor optimization
13589         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
13590         when possible.
13591         (hash_initialize): Document this promise.
13592         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
13593         * tests/test-hash.c (hash_compare_strings): Test this.
13594
13595 2009-06-18  Bruno Haible  <bruno@clisp.org>
13596
13597         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
13598         going to be replaced anyway.
13599
13600 2009-06-18  Bruno Haible  <bruno@clisp.org>
13601
13602         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
13603         in one place.
13604         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
13605         be replaced anyway.
13606
13607 2009-06-18  Eric Blake  <ebb9@byu.net>
13608
13609         hash: check for resize before insertion
13610         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
13611         threshold before insertion, so that a pathological hash_rehash
13612         that fills every bucket can still trigger another rehash.
13613
13614 2009-06-18  Jim Meyering  <meyering@redhat.com>
13615
13616         hash-tests: add a loop around the small tests
13617         * tests/test-hash.c (main): Repeat small tests with selected
13618         small initial table sizes.
13619
13620 2009-06-17  Eric Blake  <ebb9@byu.net>
13621
13622         hash: minor cleanups
13623         * lib/hash.h (hash_entry): Make opaque, by moving...
13624         * lib/hash.c (hash_entry): ...here.
13625         (hash_insert): Clarify restrictions on what can be inserted.
13626         (hash_get_next): Clarify when it is safe to remove an element
13627         during traversal.
13628         (check_tuning): Skip verification when tuning is known safe.
13629         (hash_initialize): Clarify restrictions on tuning.
13630
13631 2009-06-17  Jim Meyering  <jim@meyering.net>
13632         and Eric Blake  <ebb9@byu.net>
13633
13634         hash-tests: new module
13635         * modules/hash-tests: New file.
13636         * tests/test-hash.c: New file.
13637
13638 2009-06-17  Eric Blake  <ebb9@byu.net>
13639
13640         strstr-simple: document new module
13641         * MODULES.html.sh: Document new module.
13642
13643         strstr, strcasestr: replace on platforms with broken memchr
13644         * modules/strstr: Split into...
13645         * modules/strstr-simple: ...new module that does not care about
13646         performance, but does care about glibc bug.
13647         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
13648         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
13649         if platform memchr is broken, per Debian bug 521737.
13650         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
13651         memchr.
13652         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
13653         * doc/posix-functions/strstr.texi (strstr): Document the fix.
13654         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
13655         * modules/mountlist (Depends-on): Add strstr-simple.
13656         * modules/gen-uni-tables (Depends-on): Likewise.
13657         * modules/argz (Depends-on): Add strstr.
13658
13659 2009-06-17  Bruno Haible  <bruno@clisp.org>
13660
13661         * modules/posix_spawn-internal (Depends-on): Add errno.
13662
13663 2009-06-17  Bruno Haible  <bruno@clisp.org>
13664
13665         Define missing ESTALE on Interix 3.5.
13666         * lib/errno.in.h (ESTALE): Assign a value if missing.
13667         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
13668         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
13669         missing.
13670         * doc/posix-headers/errno.texi: Mention the Interix bug.
13671         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
13672
13673 2009-06-15  Eric Blake  <ebb9@byu.net>
13674
13675         memchr, memchr2: add valgrind exception
13676         * lib/memchr.valgrind: New file.
13677         * lib/memchr2.valgrind: New file.
13678         * modules/memchr (Files): Distribute valgrind file.
13679         * modules/memchr2 (Files): Likewise.
13680
13681         docs: memchr is no longer obsolete
13682         * MODULES.html.sh: Move memchr from obsolete to string.h section.
13683         * lib/string.in.h (memchr): Simplify logic.
13684
13685 2009-06-14  Jim Meyering  <meyering@redhat.com>
13686
13687         link-follow: fix the "checking..." message to not mention trailing slash
13688         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
13689         never considered trailing slashes.
13690
13691 2009-06-14  Bruno Haible  <bruno@clisp.org>
13692
13693         * m4/memchr.m4: Mention also the bug on IA-64.
13694         * doc/posix-functions/memchr.texi: Likewise.
13695
13696 2009-06-12  Eric Blake  <ebb9@byu.net>
13697
13698         memchr: detect broken x86_64 and alpha implementations
13699         * modules/memchr-tests (Depends-on): Move mmap detection...
13700         * modules/memchr (Depends-on): ...here.
13701         (configure.ac): Set indicator.
13702         * lib/string.in.h (memchr): Declare replacement.
13703         * modules/string (Makefile.am): Trigger replacement.
13704         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
13705         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
13706         bugs.
13707         * doc/posix-functions/memchr.texi (memchr): Document the bug.
13708         * modules/getpagesize (License): Relax license.
13709
13710 2009-06-11  Bruno Haible  <bruno@clisp.org>
13711
13712         * lib/idpriv.h: Add more references.
13713
13714 2009-06-08  Bruno Haible  <bruno@clisp.org>
13715
13716         Tests for module 'idpriv-droptemp'.
13717         * modules/idpriv-droptemp-tests: New file.
13718         * tests/test-idpriv-droptemp.sh: New file.
13719         * tests/test-idpriv-droptemp.su.sh: New file.
13720         * tests/test-idpriv-droptemp.c: New file.
13721
13722         New module 'idpriv-droptemp'.
13723         * lib/idpriv-droptemp.c: New file.
13724         * modules/idpriv-droptemp: New file.
13725
13726 2009-06-08  Bruno Haible  <bruno@clisp.org>
13727
13728         Tests for module 'idpriv-drop'.
13729         * modules/idpriv-drop-tests: New file.
13730         * tests/test-idpriv-drop.sh: New file.
13731         * tests/test-idpriv-drop.su.sh: New file.
13732         * tests/test-idpriv-drop.c: New file.
13733
13734         New module 'idpriv-drop'.
13735         * lib/idpriv.h: New file.
13736         * lib-idpriv-drop.c: New file.
13737         * m4/idpriv.m4: New file.
13738         * modules/idpriv-drop: New file.
13739
13740 2009-06-08  Bruno Haible  <bruno@clisp.org>
13741
13742         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
13743         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
13744         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
13745         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
13746         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
13747         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
13748         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
13749
13750 2009-06-08  Eric Blake  <ebb9@byu.net>
13751
13752         test-strstr: use memory fence, when possible
13753         * tests/test-strstr.c (main): Use memory fence, in order to be
13754         more likely to trigger Debian bug 521737.
13755         * modules/strstr-tests (Files): Pull in additional files.
13756
13757         memchr: no longer obsolete, for wider field testing
13758         * modules/memchr (Status, Notice): Delete, this module is no
13759         longer obsolete.
13760         * modules/vasnprintf (Depends-on): Add memchr.
13761
13762 2009-06-07  Jim Meyering  <meyering@redhat.com>
13763
13764         hash: declare some functions with the warn_unused_result attribute
13765         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
13766
13767 2009-06-07  Bruno Haible  <bruno@clisp.org>
13768
13769         * tests/test-alignof.c: Don't test int64_t if it does not exist.
13770         Reported by Eric Blake.
13771
13772 2009-06-06  Eric Blake  <ebb9@byu.net>
13773
13774         test-alignof: fix typo with long double
13775         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
13776         compiler error.
13777
13778 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
13779
13780         Escape non-texinfo { and }s.
13781         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
13782         markup error.
13783
13784 2009-06-04  Jim Meyering  <meyering@redhat.com>
13785
13786         gitlog-to-changelog: don't infloop on an empty commit log
13787         * build-aux/gitlog-to-changelog: Warn about an empty log message.
13788         Reported by Boris Petersen <transacid@centerim.org>.
13789
13790 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
13791
13792         version-etc: extend for packagers
13793         Add three new configure options, intended for packagers:
13794           --with-packager="packager name"
13795           --with-packager-version="packager-specific version"
13796           --with-packager-bug-reports="packager bug reporting"
13797         An example with coreutils:
13798           $ ./configure \
13799             --with-packager=Gentoo \
13800             --with-packager-bug-report=http://bugs.gentoo.org/ \
13801             --with-packager-version="patchset 1.6"
13802           $ ./src/ls --version | head -n2
13803           ls (GNU coreutils) 7.1-dirty
13804           Packaged by Gentoo (patchset 1.6)
13805         Note that the bug reporting info via --help doesn't show up because
13806         coreutils uses its own custom emit_bug_reporting_address() implementation
13807         in src/system.h.  If it didn't, it'd look like:
13808           $ ./src/ls --help | tail -n4
13809           Report bugs to <bug-coreutils@gnu.org>.
13810           Report Gentoo bugs to <http://bugs.gentoo.org/>.
13811           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
13812           General help using GNU software: <http://www.gnu.org/gethelp/>.
13813         * lib/version-etc.c: Print new information, if provided.
13814         * m4/version-etc.m4: New file.
13815         * modules/version-etc (Files): Add m4/version-etc.m4.
13816         (configure.ac): Add gl_VERSION_ETC.
13817
13818 2009-05-31  Bruno Haible  <bruno@clisp.org>
13819
13820         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
13821         and 'int64_t'.
13822         * modules/alignof-tests (Dependencies): Add stdint.
13823         Reported by Eric Blake.
13824
13825 2009-05-31  Bruno Haible  <bruno@clisp.org>
13826
13827         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
13828         restriction due to compiler bugs.
13829         Reported by Eric Blake.
13830
13831 2009-05-31  Simon Josefsson  <simon@josefsson.org>
13832             Bruno Haible  <bruno@clisp.org>
13833
13834         Fix test-alignof failure.
13835         * lib/alignof.h (alignof_slot): New macro.
13836         (alignof_type): New macro, with the same semantics as the previous
13837         'alignof'.
13838         (alignof): Alias to alignof_slot.
13839         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
13840         check that the results are usable as constant expressions.
13841
13842 2009-05-31  Bruno Haible  <bruno@clisp.org>
13843
13844         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
13845         * tests/test-memchr.c (main): Check that memchr does not read past the
13846         first occurrence of the byte.
13847         * tests/test-strstr.c (main): Update comment.
13848         Suggested by Eric Blake.
13849
13850 2009-05-30  Bruno Haible  <bruno@clisp.org>
13851
13852         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
13853         detail how to use dumpbin.
13854         Reported by David Byron <dbyron@dbyron.com>.
13855
13856 2009-06-02  Simon Josefsson  <simon@josefsson.org>
13857
13858         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
13859
13860 2009-06-02  Simon Josefsson  <simon@josefsson.org>
13861
13862         * m4/manywarnings.m4: Add GCC 4.4 warnings.
13863
13864 2009-05-28  Bruno Haible  <bruno@clisp.org>
13865
13866         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
13867         build-aux/ files.
13868
13869 2009-05-28  Simon Josefsson  <simon@josefsson.org>
13870
13871         * gnulib-tool (func_import): Transform license on build-aux/ files too.
13872
13873 2009-05-27  Simon Josefsson  <simon@josefsson.org>
13874
13875         * gnulib-tool (sed_transform_main_lib_file)
13876         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
13877         regexps.
13878
13879 2009-05-26  Simon Josefsson  <simon@josefsson.org>
13880
13881         * tests/test-strstr.c: Add another self-test.
13882         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
13883         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
13884
13885 2009-05-23  Bruno Haible  <bruno@clisp.org>
13886
13887         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
13888         change.
13889
13890 2009-05-21  Bruno Haible  <bruno@clisp.org>
13891
13892         Simplify use of mode_t varargs.
13893         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
13894         uses 'mode_t' or 'int'.
13895         * lib/openat.c (openat): Likewise.
13896         * lib/open-safer.c (open_safer): Likewise.
13897         * m4/mode_t.m4: New file.
13898         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
13899         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
13900         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
13901         * modules/open (Files): Add m4/mode_t.m4.
13902         * modules/openat (Files): Likewise.
13903         * modules/fcntl-safer (Files): Likewise.
13904         Suggested by Eric Blake.
13905
13906 2009-05-21  Pádraig Brady  <P@draigbrady.com>
13907
13908         * doc/glibc-functions/fallocate.texi: New file.
13909         * doc/gnulib.texi: Include it.
13910
13911 2009-05-21  Eric Blake  <ebb9@byu.net>
13912             Bruno Haible  <bruno@clisp.org>
13913
13914         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
13915         invocations.
13916         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
13917
13918 2009-05-21  Eric Blake  <ebb9@byu.net>
13919             Bruno Haible  <bruno@clisp.org>
13920
13921         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
13922         include_next. Fix of 2008-11-20 commit.
13923         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
13924         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
13925         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
13926         NEXT_MATH_H.
13927         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
13928         instead of NEXT_MATH_H.
13929
13930 2009-05-21  Bruno Haible  <bruno@clisp.org>
13931
13932         Avoid redefinition warnings for SIZE_MAX.
13933         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
13934         Reported by Simon Josefsson.
13935
13936 2009-05-21  Bruno Haible  <bruno@clisp.org>
13937
13938         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
13939         AC_CACHE_VAL.
13940
13941 2009-05-20  Bruno Haible  <bruno@clisp.org>
13942
13943         Make zeroptr.h work on mingw.
13944         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
13945         mprotect.
13946         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
13947         * modules/memchr2-tests (configure.ac): Likewise.
13948         * modules/memcmp-tests (configure.ac): Likewise.
13949         * modules/memmem-tests (configure.ac): Likewise.
13950         * modules/memrchr-tests (configure.ac): Likewise.
13951         Reported by Simon Josefsson.
13952
13953 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13954
13955         * tests/test-glob.c: Include string.h for strcmp prototype.
13956
13957 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13958
13959         * modules/getdelim (Depends-on): Add explicit stdint, although it
13960         was implicitly already pulled in via realloc-posix.
13961         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
13962
13963 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13964
13965         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
13966         G. Christensen" <tgc@jupiterrise.com>.
13967         * m4/sys_socket_h.m4: Check for sa_family_t.
13968         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
13969         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
13970         * tests/test-sys_socket.c: Check that sa_family_t works.
13971
13972 2009-05-18  Eric Blake  <ebb9@byu.net>
13973
13974         maint.mk: allow gnulib_dir in VPATH build
13975         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
13976
13977 2009-05-15  Jim Meyering  <meyering@redhat.com>
13978
13979         maint.mk: Give gnulib_dir a default definition.
13980         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
13981         Thus, most packages no longer need to specify this variable in cfg.mk
13982
13983 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
13984
13985         rename.m4: fix typos that would make non-mingw cross-configure fail
13986         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
13987
13988 2009-05-13  Eric Blake  <ebb9@byu.net>
13989
13990         mmap-anon: avoid out-of-order autoconf expansion
13991         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
13992         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
13993         * modules/memchr-tests (Depends-on): Add extensions.
13994         * modules/memchr2-tests (Depends-on): Add extensions.
13995         * modules/memcmp-tests (Depends-on): Add extensions.
13996         * modules/memmem-tests (Depends-on): Add extensions.
13997         * modules/memrchr-tests (Depends-on): Add extensions.
13998
13999 2009-05-13  Bruno Haible  <bruno@clisp.org>
14000
14001         Make some tests ISO C 99 compliant.
14002         * tests/zerosize-ptr.h: New file.
14003         * tests/test-memchr.c: Include zerosize-ptr.h.
14004         (main): Use a zero-size object pointer instead of NULL.
14005         * tests/test-memchr2.c: Include zerosize-ptr.h.
14006         (main): Use a zero-size object pointer instead of NULL.
14007         * tests/test-memcmp.c: Include zerosize-ptr.h.
14008         (main): Use a zero-size object pointer instead of NULL.
14009         * tests/test-memmem.c: Include zerosize-ptr.h.
14010         (main): Use a zero-size object pointer instead of NULL.
14011         * tests/test-memrchr.c: Include zerosize-ptr.h.
14012         (main): Use a zero-size object pointer instead of NULL.
14013         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
14014         m4/mmap-anon.m4.
14015         (Depends-on): Add getpagesize.
14016         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14017         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
14018         m4/mmap-anon.m4.
14019         (Depends-on): Add getpagesize.
14020         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14021         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
14022         m4/mmap-anon.m4.
14023         (Depends-on): Add getpagesize.
14024         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14025         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
14026         m4/mmap-anon.m4.
14027         (Depends-on): Add getpagesize.
14028         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14029         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
14030         m4/mmap-anon.m4.
14031         (Depends-on): Add getpagesize.
14032         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14033
14034 2009-05-12  Bruno Haible  <bruno@clisp.org>
14035
14036         Tests for module 'alignof'.
14037         * modules/alignof-tests: New file.
14038         * tests/test-alignof.c: New file.
14039
14040 2009-05-12  Bruno Haible  <bruno@clisp.org>
14041
14042         Fix alignof macro.
14043         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
14044         vendor compilers that are always correct.
14045
14046 2009-05-12  Bruno Haible  <bruno@clisp.org>
14047
14048         Make the MAP_ANONYMOUS detection work on HP-UX 11.
14049         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
14050         not whether its fully works.
14051
14052 2009-05-12  Bruno Haible  <bruno@clisp.org>
14053
14054         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
14055
14056 2009-05-12  Jim Meyering  <meyering@redhat.com>
14057
14058         * top/maint.mk: Adjust backslash alignment.
14059
14060 2009-05-11  Simon Josefsson  <simon@josefsson.org>
14061
14062         * top/maint.mk: Make $(srcdir)/build-aux configurable.
14063
14064 2009-05-11  Eric Blake  <ebb9@byu.net>
14065
14066         argp: avoid undefined behavior
14067         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
14068         macros.
14069
14070 2009-05-08  Simon Josefsson  <simon@josefsson.org>
14071
14072         * tests/test-vc-list-files-git.sh: Do git config of user.email and
14073         user.name to prevent git commit from complaining.
14074
14075 2009-05-10  Bruno Haible  <bruno@clisp.org>
14076
14077         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
14078         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
14079         it rewrites every file name only once.
14080         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
14081
14082 2009-05-08  Bruno Haible  <bruno@clisp.org>
14083
14084         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
14085         instead of 'max'.
14086
14087 2009-05-08  Simon Josefsson  <simon@josefsson.org>
14088
14089         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
14090         sockaddr_storage test.
14091
14092 2009-05-07  Simon Josefsson  <simon@josefsson.org>
14093
14094         * modules/sys_socket (Makefile.am): Substitute
14095         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
14096         * m4/sys_socket_h.m4: Check for sockaddr_storage.
14097         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
14098         * tests/test-sys_socket.c: Check sockaddr_storage.
14099
14100 2009-05-08  Bruno Haible  <bruno@clisp.org>
14101
14102         New module 'alignof'.
14103         * lib/alignof.h: New file.
14104         * modules/alignof: New file.
14105
14106 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14107             Bruno Haible  <bruno@clisp.org>
14108
14109         Fix test-file-has-acl on FreeBSD.
14110         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
14111         mask is implicitly added.
14112         * tests/test-file-has-acl.c: Include <signal.h>.
14113         (main): Terminate the test after 5 seconds.
14114         * modules/acl-tests (configure.ac): Check for alarm function.
14115
14116 2009-05-04  Bruno Haible  <bruno@clisp.org>
14117
14118         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
14119         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
14120         * modules/errno (configure.ac): Drop AC_REQUIRE.
14121         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
14122         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
14123
14124 2009-05-04  Simon Josefsson  <simon@josefsson.org>
14125
14126         * modules/glob-tests: New module.
14127         * tests/test-glob.c: Add.
14128
14129 2009-05-04  Simon Josefsson  <simon@josefsson.org>
14130
14131         * modules/fnmatch-tests: New module.
14132         * tests/test-fnmatch.c: Add.
14133
14134 2009-05-04  Eric Blake  <ebb9@byu.net>
14135
14136         maint: make the new no-submodule-changes rule VPATH-safe
14137         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
14138
14139 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14140             Bruno Haible  <bruno@clisp.org>
14141
14142         acl: Fix infinite loop on FreeBSD.
14143         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
14144         of return value from acl_get_entry.
14145         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
14146         Likewise.
14147
14148 2009-05-03  Bruno Haible  <bruno@clisp.org>
14149
14150         * lib/acl-internal.h (acl_entries): Clarify return value.
14151         * lib/acl_entries.c (acl_entries): Likewise.
14152
14153 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14154
14155         Bug fix in acl module.
14156         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
14157
14158 2009-05-03  Bruno Haible  <bruno@clisp.org>
14159
14160         Create gperf-generated file in the source dir, not in the build dir.
14161         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
14162         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
14163         * modules/unicase/locale-language (unicase/locale-languages.h):
14164         Likewise.
14165         * modules/unicase/special-casing (unicase/special-casing-table.h):
14166         Likewise.
14167         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
14168         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
14169         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
14170         Reported by Ralf Wildenhues.
14171
14172 2009-05-03  Bruno Haible  <bruno@clisp.org>
14173
14174         * modules/fnmatch (Description, configure.ac): Taken from
14175         fnmatch-posix.
14176         * modules/fnmatch-posix: Turn into a symbolic reference to the
14177         'fnmatch' module, and deprecate.
14178         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
14179
14180 2009-05-03  Bruno Haible  <bruno@clisp.org>
14181
14182         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
14183         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
14184         Reported by Ralf Wildenhues.
14185
14186 2009-05-04  Simon Josefsson  <simon@josefsson.org>
14187
14188         * m4/fnmatch.m4: Fix fnmatch re-define.
14189
14190 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14191
14192         priv-set: new module and tests; adapt write-any-file
14193         * lib/priv-set.c: New file.
14194         * lib/priv-set.h: New file.
14195         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
14196         * lib/write-any-file.c: Simplify by using priv-set module.
14197         * m4/priv-set.m4: New file.
14198         * modules/priv-set: New file.
14199         * modules/unlinkdir: Add dependency on priv-set module.
14200         * modules/write-any-file: Likewise.
14201
14202         Tests for module 'priv-set'.
14203         * modules/priv-set-tests: New file.
14204         * tests/test-priv-set.c: New file.
14205
14206 2009-05-03  Jim Meyering  <meyering@redhat.com>
14207             Bruno Haible  <bruno@clisp.org>
14208
14209         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
14210         use the converted UTF-8 variant of the name instead.
14211
14212 2009-05-03  Jim Meyering  <meyering@redhat.com>
14213
14214         tests: tighten some getdate tests
14215         * tests/test-getdate.c (main): Tighten tests: require equality,
14216         not just greater than.  Set TZ envvar to UTC0.
14217
14218 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
14219
14220         getdate: correctly interpret "next monday" when run on a Monday
14221         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
14222         that e.g., "next tues" (when run on a tuesday) results in a date
14223         that is one week in the future, and not today's date.
14224         I.e., add a week when the wday is the same as the current one.
14225         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
14226         and earlier by Martin Bernreuther and Jan Minář.
14227         * tests/test-getdate.c (main): Check that "next DAY" is always in
14228         the future and that "last DAY" is always in the past.
14229
14230 2009-05-02  Jim Meyering  <meyering@redhat.com>
14231
14232         build: ensure that a release build fails when a submodule is unclean
14233         * top/maint.mk (no-submodule-changes): New rule.
14234         (alpha beta major): Depend on it.
14235
14236 2009-05-02  Bruno Haible  <bruno@clisp.org>
14237
14238         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
14239         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
14240         shell variable gl_fnmatch_required to detect which variant is
14241         requested.
14242         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
14243         gl_FUNC_FNMATCH_POSIX.
14244         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
14245         exclude fnmatch-posix.
14246
14247 2009-05-02  Bruno Haible  <bruno@clisp.org>
14248
14249         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
14250         * modules/mbsrtowcs (License): Change to LGPLv2+.
14251         * modules/strnlen1 (License): Likewise.
14252         Reported by Simon Josefsson.
14253
14254 2009-05-02  Bruno Haible  <bruno@clisp.org>
14255
14256         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
14257         "cross".
14258         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
14259         gnulib-tool was called with option --source-base=lib.
14260
14261 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14262
14263         Use automake *-local hooks without commands, for extensibility.
14264         * modules/localcharset (Makefile.am): Rename install-exec-local
14265         rule to install-exec-localcharset, and make it a prerequisite of
14266         install-exec-local.  Likewise, rename the uninstall-local rule to
14267         uninstall-localcharset, and make it a prerequisite of the former.
14268
14269 2009-05-01  Bruno Haible  <bruno@clisp.org>
14270
14271         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
14272         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
14273         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
14274         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
14275         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
14276         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
14277         m4/locale-zh.m4, m4/codeset.m4.
14278
14279         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
14280         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
14281         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
14282         m4/locale-zh.m4.
14283
14284         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
14285         REPLACE_WCRTOMB if mbstate_t must be replaced.
14286         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
14287         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
14288
14289 2009-05-01  Bruno Haible  <bruno@clisp.org>
14290
14291         Avoid compiler warnings when redefining macros defined by <libintl.h>.
14292         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
14293         dngettext, dcngettext, textdomain, bindtextdomain,
14294         bind_textdomain_codeset): Undefine before redefining.
14295
14296 2009-04-30  Bruno Haible  <bruno@clisp.org>
14297
14298         Fix bug introduced on 2009-04-25.
14299         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
14300         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
14301         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
14302         is defined.
14303         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
14304         is defined.
14305         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
14306         is defined.
14307         Reported by Elbert_Pol <elbert.pol@gmail.com>.
14308
14309 2009-04-28  Bruno Haible  <bruno@clisp.org>
14310
14311         Comment tweaks.
14312         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
14313         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
14314         * lib/unicase.h (u*_casexfrm): Likewise.
14315         Reported by Paolo Bonzini.
14316
14317 2009-04-28  Bruno Haible  <bruno@clisp.org>
14318
14319         Fix a compilation error.
14320         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
14321         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
14322         Reported by Jim Meyering.
14323
14324 2009-04-27  Bruno Haible  <bruno@clisp.org>
14325
14326         New module 'libunistring'.
14327         * modules/libunistring: New file.
14328         * m4/libunistring.m4: New file.
14329         * MODULES.html.sh (Unicode string functions): Add it.
14330
14331 2009-04-27  Eric Blake  <ebb9@byu.net>
14332
14333         maint.mk: allow package-specific header to provide <config.h>
14334         * top/maint.mk (sc_require_config_h): New variable.
14335         (sc_require_config_h, sc_require_config_h_first): Use it.
14336
14337 2009-04-27  Simon Josefsson  <simon@josefsson.org>
14338
14339         * top/maint.mk (sc_avoid_if_before_free): Except
14340         useless-if-before-free script.
14341
14342 2009-04-27  Eric Blake  <ebb9@byu.net>
14343
14344         maintainer-makefile: depend on all required helper scripts
14345         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
14346         useless-if-before-free.
14347         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
14348         version, rather than assuming gnulib checkout is available.
14349         Reported by Simen Josefsson.
14350
14351 2009-04-26  Bruno Haible  <bruno@clisp.org>
14352
14353         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
14354         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
14355         "../" or "..".
14356
14357 2009-04-26  Bruno Haible  <bruno@clisp.org>
14358
14359         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
14360         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
14361         AC_LIB_HAVE_LINKFLAGS.
14362
14363 2009-04-26  Bruno Haible  <bruno@clisp.org>
14364
14365         Simplify calling convention of u*_conv_from_encoding.
14366         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
14367         u32_conv_from_encoding): Expect a resultbuf argument and return the
14368         result directly as a pointer.
14369         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
14370         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
14371         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
14372         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
14373         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
14374         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
14375         Update.
14376         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
14377         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
14378         * lib/vasnprintf.c (VASNPRINTF): Update.
14379         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
14380         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
14381         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
14382         * NEWS: Mention the change.
14383
14384 2009-04-26  Bruno Haible  <bruno@clisp.org>
14385
14386         Simplify calling convention of u*_conv_to_encoding.
14387         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
14388         u32_conv_to_encoding): Expect a resultbuf argument and return the
14389         result directly as a pointer.
14390         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
14391         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
14392         freeing scaled_offsets if mem_iconveha failed.
14393         * lib/unicase/u-casexfrm.h (FUNC): Update.
14394         * lib/uninorm/u-normxfrm.h (FUNC): Update.
14395         * lib/vasnprintf.c (VASNPRINTF): Update.
14396         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
14397         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
14398         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
14399         * NEWS: Mention the change.
14400
14401 2009-04-26  Bruno Haible  <bruno@clisp.org>
14402
14403         Avoid test failures on AIX and OSF/1.
14404         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
14405         malloc(0).
14406         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
14407         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
14408         Likewise.
14409         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
14410         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
14411         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
14412         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
14413         * doc/posix-functions/malloc.texi: Document the portability problem
14414         related to malloc(0).
14415
14416 2009-04-26  Bruno Haible  <bruno@clisp.org>
14417
14418         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
14419         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
14420         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
14421
14422 2009-04-25  Bruno Haible  <bruno@clisp.org>
14423
14424         Avoid link error when creating a namespace clean library.
14425         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
14426         as macro with arguments if already defined as an alias.
14427         * lib/signbitf.c (gl_signbitf): Don't undefine.
14428         * lib/signbitd.c (gl_signbitd): Don't undefine.
14429         * lib/signbitl.c (gl_signbitl): Don't undefine.
14430
14431 2009-04-25  Jim Meyering  <meyering@redhat.com>
14432
14433         vc-list-files: fix another quoting bug
14434         * build-aux/vc-list-files: Avoid sed backslash expansion
14435         of pathological directory names.
14436
14437 2009-04-25  Eric Blake  <ebb9@byu.net>
14438
14439         vc-list-files: fix shell quoting error
14440         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
14441         timestamp.
14442
14443 2009-04-25  Jim Meyering  <meyering@redhat.com>
14444
14445         vc-list-files: restore lost functionality with subdir argument
14446         * build-aux/vc-list-files: When given a non-"." sub-directory
14447         argument, substitute the $dir/ prefix back onto each resulting name.
14448         Otherwise, coreutils' root_tests check would fail.
14449
14450 2009-04-24  Eric Blake  <ebb9@byu.net>
14451
14452         vc-list-files: ignore git symlinks
14453         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
14454         than ls-files, to ignore git symlinks.
14455
14456         maint.mk: import improvements from m4
14457         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
14458         (move_if_change): Delete unused macro.
14459         (news-date-check, vc-diff-check): Support VPATH builds.
14460         (announcement): Likewise.  Split --bootstrap-tools list...
14461         (boostrap-tools): ...into separate list, which can be overridden
14462         in cfg.mk.
14463         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
14464         requiring dependency on useless-if-before-free module.
14465         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
14466         Support VPATH builds.
14467
14468 2009-04-24  Jim Meyering  <meyering@redhat.com>
14469
14470         maint.mk: remove coreutils-specific rules and variables
14471         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
14472         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
14473         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
14474
14475         maint.mk: remove obsolete rule
14476         * top/maint.mk (rel-check): Remove rule.
14477         (WGET, WGETFLAGS): Remove now-unused variables.
14478
14479 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14480
14481         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
14482         consistency.
14483
14484         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
14485         '$(PATH_SEPARATOR)' instead of ':'.
14486
14487 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14488
14489         * lib/getopt1.c (main): Use 'const' for static array.
14490
14491 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14492
14493         * top/maint.mk: Sync with coreutils.
14494         * NEWS: Explain incompatibilities.
14495
14496 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14497             Bruno Haible  <bruno@clisp.org>
14498
14499         Fix cross-compilation results.
14500         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
14501         statement, as third argument of AC_TRY_RUN.
14502         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
14503         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
14504         Likewise.
14505         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
14506         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
14507         Likewise.
14508         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
14509         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
14510         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
14511
14512 2009-04-20  Bruno Haible  <bruno@clisp.org>
14513
14514         Avoid test failure on mingw.
14515         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
14516
14517 2009-04-20  Bruno Haible  <bruno@clisp.org>
14518
14519         Avoid compilation error on mingw.
14520         * modules/localename-tests (Depends-on): Add locale.
14521
14522 2009-04-19  Bruno Haible  <bruno@clisp.org>
14523
14524         Support for building a shared library on Windows platforms.
14525         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
14526         (main): Test the presence of UNINORM_NFC here.
14527         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
14528         (main): Test the presence of UNINORM_NFD here.
14529         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
14530         (main): Test the presence of UNINORM_NFKC here.
14531         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
14532         (main): Test the presence of UNINORM_NFKD here.
14533
14534 2009-04-19  Bruno Haible  <bruno@clisp.org>
14535
14536         Avoid a compiler warning.
14537         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
14538         Change type of variable 'sequence'.
14539
14540 2009-04-19  Bruno Haible  <bruno@clisp.org>
14541
14542         * modules/configmake (Makefile.am): When the contents of configmake.h
14543         does not change, arrange to preserve its modification time.
14544
14545 2009-04-17  Simon Josefsson  <simon@josefsson.org>
14546
14547         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
14548         gettext domain.
14549
14550 2009-04-16  Jim Meyering  <meyering@redhat.com>
14551
14552         useless-if-before-free: improve conversion code
14553         * build-aux/useless-if-before-free: Adjust code-in-comment to match
14554         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
14555
14556 2009-04-14  Bruno Haible  <bruno@clisp.org>
14557
14558         * modules/fcntl (Depends-on): Add extensions.
14559         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
14560
14561 2009-04-12  Ben Pfaff  <blp@gnu.org>
14562
14563         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
14564         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
14565
14566 2009-03-20  Ben Pfaff  <blp@gnu.org>
14567
14568         Make rename replace existing destinations on Windows.
14569         * m4/rename.m4: Add test for Mingw.
14570         * lib/rename.c: Add rename replacement that uses MoveFileEx with
14571         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
14572         * doc/posix-functions/rename.texi: Document.
14573
14574 2009-04-10  Bruno Haible  <bruno@clisp.org>
14575
14576         New include file "iconveh.h".
14577         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
14578         * lib/striconveh.h: Include it.
14579         (enum iconv_ilseq_handler): Remove definition.
14580         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
14581         striconveh.h.
14582         * lib/striconveha.c: Include striconveh.h.
14583         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
14584         * modules/striconveh (Files): Add lib/iconveh.h.
14585         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
14586         lib/striconveh.h.
14587
14588 2009-04-10  Bruno Haible  <bruno@clisp.org>
14589
14590         * lib/uniconv.h: Update comment.
14591
14592 2009-04-10  Bruno Haible  <bruno@clisp.org>
14593
14594         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
14595         always.
14596         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
14597         * lib/unistr/u16-mbtouc-aux.c: Likewise.
14598         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
14599         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
14600         "unistring-notinline.h", so that the function gets defined always.
14601         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
14602         * lib/unistr/u8-uctomb.c: Likewise.
14603         * lib/unistr/u16-mbtouc.c: Likewise.
14604         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
14605         * lib/unistr/u16-uctomb.c: Likewise.
14606         * lib/unistr/u32-mbtouc.c: Likewise.
14607         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
14608         * lib/unistr/u32-uctomb.c: Likewise.
14609
14610 2009-04-10  Bruno Haible  <bruno@clisp.org>
14611
14612         Mark 'utime' obsolete.
14613         * modules/utime (Status, Notice): New sections.
14614         Suggested by Jim Meyering.
14615
14616         Fix cross-compile guess for utime test.
14617         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
14618         autoconf.
14619         * doc/posix-functions/utime.texi: Give more precisions.
14620         Reported by Jan <ipif@ymail.com>.
14621
14622 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
14623
14624         filevercmp: correct today's change
14625         * lib/filevercmp.c: Also handle coreutils' test inputs.
14626         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
14627
14628         Fix regression in 'filevercmp' module. Thanks Sven Joachim
14629         for reporting it.
14630         * lib/filevercmp.c: Special handle for "", "." and "..".
14631         * tests/test-filevercmp.c: Enlarge the set suite.
14632
14633 2009-04-07  Jim Meyering  <meyering@redhat.com>
14634
14635         useless-if-before-free: show how to remove braced useless free, too
14636         * build-aux/useless-if-before-free: still only in a comment, though.
14637
14638 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
14639
14640         maint.mk: import changes to syntax-check macros from coreutils
14641         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
14642         Use them in the relevant macros.
14643
14644 2009-04-06  Bruno Haible  <bruno@clisp.org>
14645
14646         Fix unportable use of bit-fields.
14647         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
14648         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
14649         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
14650
14651 2009-04-06  Bruno Haible  <bruno@clisp.org>
14652
14653         Avoid test failures on AIX and OSF/1.
14654         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
14655         that malloc(0) = NULL.
14656         * tests/unicase/test-u8-tolower.c (check): Likewise.
14657         * tests/unicase/test-u8-totitle.c (check): Likewise.
14658         * tests/unicase/test-u8-toupper.c (check): Likewise.
14659         * tests/unicase/test-u16-casefold.c (check): Likewise.
14660         * tests/unicase/test-u16-tolower.c (check): Likewise.
14661         * tests/unicase/test-u16-totitle.c (check): Likewise.
14662         * tests/unicase/test-u16-toupper.c (check): Likewise.
14663         * tests/unicase/test-u32-casefold.c (check): Likewise.
14664         * tests/unicase/test-u32-tolower.c (check): Likewise.
14665         * tests/unicase/test-u32-totitle.c (check): Likewise.
14666         * tests/unicase/test-u32-toupper.c (check): Likewise.
14667         * tests/uninorm/test-u8-nfc.c (check): Likewise.
14668         * tests/uninorm/test-u8-nfd.c (check): Likewise.
14669         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
14670         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
14671         * tests/uninorm/test-u16-nfc.c (check): Likewise.
14672         * tests/uninorm/test-u16-nfd.c (check): Likewise.
14673         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
14674         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
14675         * tests/uninorm/test-u32-nfc.c (check): Likewise.
14676         * tests/uninorm/test-u32-nfd.c (check): Likewise.
14677         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
14678         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
14679
14680 2009-04-05  Bruno Haible  <bruno@clisp.org>
14681
14682         Work around an autoconf limitation.
14683         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
14684         comment line if it would be longer than 3 KB.
14685
14686 2009-04-05  Bruno Haible  <bruno@clisp.org>
14687
14688         Avoid test failure with libiconv-1.13.
14689         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
14690         of the expected test results.
14691
14692 2009-04-05  Bruno Haible  <bruno@clisp.org>
14693
14694         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
14695         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
14696         that it should be installed.
14697
14698 2009-04-05  Bruno Haible  <bruno@clisp.org>
14699
14700         * gnulib-tool: New option --copy-file.
14701         (func_usage): Document it.
14702         (func_dest_tmpfilename): Moved out of func_import.
14703         (func_add_file, func_update_file): New functions, extracted from
14704         func_import.
14705         (func_import): Update.
14706
14707 2009-04-05  Karl Berry  <karl@gnu.org>
14708
14709         * README: prominently mention gnulib-tool.
14710         Rearrange sections so getting the code is near the top.
14711
14712 2009-04-05  Bruno Haible  <bruno@clisp.org>
14713
14714         * lib/unicase.h: Mention u*_cmp2.
14715         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
14716         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
14717         * lib/unicase/ulc-casecmp.c: Likewise.
14718         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
14719         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
14720         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
14721         unistr/u8-cmp.
14722         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
14723         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
14724         unistr/u16-cmp.
14725         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
14726         unistr/u32-cmp.
14727
14728         * lib/uninorm.h: Mention u*_cmp2.
14729         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
14730         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
14731         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
14732         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
14733         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
14734         unistr/u8-cmp.
14735         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
14736         unistr/u16-cmp.
14737         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
14738         unistr/u32-cmp.
14739
14740         New module 'unistr/u32-cmp2'.
14741         * lib/unistr/u32-cmp2.c: New file.
14742         * modules/unistr/u32-cmp2: New file.
14743
14744         New module 'unistr/u16-cmp2'.
14745         * lib/unistr/u16-cmp2.c: New file.
14746         * modules/unistr/u16-cmp2: New file.
14747
14748         New module 'unistr/u8-cmp2'.
14749         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
14750         * lib/unistr/u8-cmp2.c: New file.
14751         * lib/unistr/u-cmp2.h: New file.
14752         * modules/unistr/u8-cmp2: New file.
14753
14754 2009-04-05  Bruno Haible  <bruno@clisp.org>
14755
14756         * lib/unictype.h (uc_property_is_valid): New macro.
14757         * tests/unictype/test-pr_byname.c (main): Use it.
14758
14759         * lib/unistr.h: Doc fixes.
14760         * lib/uniconv.h: Doc fixes.
14761         * lib/unictype.h: Doc fixes.
14762
14763 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
14764
14765         Port coreutils 7.2 to Solaris 8.
14766
14767         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
14768         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
14769         for Solaris 8.  This is a bit of a hack, as it means it's the
14770         caller's responsibility to add -lnsl if needed, but most likely it
14771         won't be needed since only getaddrinfo uses this and getaddrinfo
14772         isn't needed on Solaris 8.
14773
14774         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
14775         problem to Solaris 8 encountered with coreutils 7.2, which
14776         resulted in a message "fnmatch.c:292: warning: passing argument 4
14777         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
14778         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
14779
14780 2009-04-03  Simon Josefsson  <simon@josefsson.org>
14781
14782         * m4/ld-version-script.m4: Add FIXME comment.
14783
14784 2009-04-02  Simon Josefsson  <simon@josefsson.org>
14785
14786         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
14787         SOVERSION variable.
14788
14789 2009-04-02  Bruno Haible  <bruno@clisp.org>
14790
14791         * Makefile (info, html, dvi, pdf): Combine the rules.
14792         Suggested by Jim Meyering.
14793
14794 2009-04-01  Bruno Haible  <bruno@clisp.org>
14795
14796         * Makefile (info, html, dvi, pdf): New targets.
14797         Reported by Reuben Thomas <rrt@sc3d.org>.
14798
14799 2009-04-01  Bruno Haible  <bruno@clisp.org>
14800
14801         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
14802         can be put into PATH.
14803         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
14804
14805 2009-04-01  Bruno Haible  <bruno@clisp.org>
14806
14807         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
14808
14809 2009-04-01  Bruno Haible  <bruno@clisp.org>
14810
14811         Rename module 'visibility'.
14812         * modules/lib-symbol-visibility: Renamed from modules/visibility.
14813         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
14814         * doc/gnulib.texi: Update.
14815         * MODULES.html.sh (Misc): Update.
14816         * NEWS: Mention the change.
14817
14818 2009-04-01  Simon Josefsson  <simon@josefsson.org>
14819
14820         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
14821         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
14822         Eric Blake <ebb9@byu.net> for review.
14823         * MODULES.html.sh: Add lib-msvc-compat.
14824         * doc/gnulib.texi: Link to new section.
14825         * m4/ld-output-def.m4: New file.
14826         * doc/ld-output-def.texi: New file.
14827
14828 2009-04-01  Simon Josefsson  <simon@josefsson.org>
14829
14830         Rename ld-version-script to lib-symbol-versions.  Suggested by
14831         Bruno Haible <bruno@clisp.org>.
14832         * modules/ld-version-script: Renamed to lib-symbol-versions.
14833         * doc/ld-version-script.texi: Fix module name.
14834         * MODULES.html.sh: Add lib-symbol-versions.
14835
14836 2009-03-31  Simon Josefsson  <simon@josefsson.org>
14837
14838         * modules/u64-tests: New file.
14839         * tests/test-u64.c: New file.
14840
14841 2009-03-04  Simon Josefsson  <simon@josefsson.org>
14842
14843         * MODULES.html.sh: Mention u64.
14844         * modules/u64: New module.
14845         * modules/crypto/sha512: Depend on u64 module instead of providing
14846         u64.h.
14847
14848 2009-03-27  Eric Blake  <ebb9@byu.net>
14849
14850         test-strerror: make debugging EAI_SYSTEM easier
14851         * modules/getaddrinfo-tests (Depends-on): Add strerror.
14852         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
14853         failure was EAI_SYSTEM.
14854
14855 2009-03-25  Bruno Haible  <bruno@clisp.org>
14856
14857         Fix a problem with --enable-relocatable on Solaris 7.
14858         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
14859         since 2008-02-24.
14860
14861 2009-03-25  Eric Blake  <ebb9@byu.net>
14862
14863         test-sockets: avoid gcc warning
14864         * tests/test-sockets.c (main): Silence compiler warning.
14865
14866 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
14867
14868         New modules nproc, pthread, contributed by Glen Lenker.
14869
14870         * MODULES.html.sh: Add pthread, nproc.
14871         * lib/nproc.c: New file.
14872         * lib/nproc.h: New file.
14873         * lib/pthread.in.h: New file.
14874         * m4/pthread.m4: New file.
14875         * modules/nproc: New file.
14876         * modules/pthread: New file.
14877
14878 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14879
14880         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
14881         New variable.
14882
14883 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
14884
14885         filevercmp: handle simple~ and numbered.~3~ backup suffixes
14886         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
14887         * tests/test-filevercmp.c: Add tests for backup suffixes.
14888
14889 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14890
14891         * modules/stdlib (Depends-on): Add stdint, needed when defining
14892         struct random_data on, for example, HP-UX 10.20.  Reported by
14893         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
14894
14895 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14896
14897         * lib/readline.c (readline): Call fflush on stdout after printing
14898         prompt.
14899
14900 2009-03-20  Bruno Haible  <bruno@clisp.org>
14901
14902         Remove dependency from 'close' module to -lws2_32 on native Windows.
14903         * lib/close-hook.h: New file.
14904         * lib/close-hook.c: New file.
14905         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
14906         w32sock.h.
14907         (_gl_close_fd_maybe_socket): Remove function.
14908         (rpl_close): Invoke execute_all_close_hooks instead of
14909         _gl_close_fd_maybe_socket.
14910         * lib/sockets.c: Include close-hook.h, w32sock.h.
14911         (close_fd_maybe_socket): New function, essentially from lib/close.c.
14912         (close_sockets_hook): New variable.
14913         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
14914         (gl_sockets_cleanup): Unregister it.
14915         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
14916         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
14917         * modules/close-hook: New file.
14918         * modules/close (Files): Remove lib/w32sock.h.
14919         (Depends-on): Add close-hook.
14920         (Link): Remove section.
14921         * modules/sockets (Files): Add lib/w32sock.h.
14922         (Depends-on): Add close-hook.
14923         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
14924         invocation.
14925         * NEWS: Mention that LIB_CLOSE is gone.
14926
14927 2009-03-23  Eric Blake  <ebb9@byu.net>
14928
14929         signal-tests: test previous patch
14930         * tests/test-signal.c: New file.
14931         * modules/signal-tests: Likewise.
14932
14933         signal.h: always support 'volatile sig_atomic_t'
14934         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
14935         (gl_SIGNAL_H_DEFAULTS): Add a default.
14936         * modules/signal (Makefile.am): Substitute if needed.
14937         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
14938         users can blindly add volatile.
14939         * doc/posix-headers/signal.texi (signal.h): Document it.
14940         Reported by Matthew Woehlke.
14941
14942 2009-03-23  Jim Meyering  <meyering@redhat.com>
14943
14944         pathmax: PATH_MAX: use pathconf only when available
14945         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
14946         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
14947         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
14948         This avoids a link failure in a PSP cross-compilation environment
14949         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
14950
14951         * lib/vasnprintf.c (divide): Fix typo in comment.
14952
14953 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14954
14955         * gnulib-tool (func_filter_filelist): Fix comment.
14956
14957 2009-03-20  Bruno Haible  <bruno@clisp.org>
14958
14959         Make sockets.h self-contained.
14960         * lib/sockets.c: Include sockets.h first.
14961         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
14962
14963 2009-03-19  Eric Blake  <ebb9@byu.net>
14964
14965         doc: mention more functions added in cygwin 1.7.0
14966         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
14967         addition.
14968         * doc/posix-functions/log2f.texi: Likewise.
14969
14970 2009-03-19  Jim Meyering  <meyering@redhat.com>
14971
14972         fsusage: avoid syntax error due to statement-before-declaration
14973         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
14974         after all declarations.  Reported by Matthew Woehlke in
14975         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
14976
14977 2009-03-18  Eric Blake  <ebb9@byu.net>
14978
14979         build-aux/compile: sync from automake
14980         * build-aux/compile: New file, from automake.
14981         * config/srclist.txt: Mention build-aux/compile.
14982
14983 2009-03-17  Bruno Haible  <bruno@clisp.org>
14984
14985         * lib/git-merge-changelog.c: Fix typo in comment.
14986         Reported by Reuben Thomas <rrt@sc3d.org>.
14987
14988 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
14989
14990         * m4/regex.m4: update and improve help for
14991         --without-included-regex.
14992
14993 2009-03-17  Simon Josefsson  <simon@josefsson.org>
14994
14995         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
14996         failure on missing include files.
14997
14998 2009-03-17  Eric Blake  <ebb9@byu.net>
14999
15000         doc: mention more functions added in cygwin 1.7.0
15001         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
15002         addition.
15003         * doc/posix-functions/fwscanf.texi: Likewise.
15004         * doc/posix-functions/swprintf.texi: Likewise.
15005         * doc/posix-functions/swscanf.texi: Likewise.
15006         * doc/posix-functions/vfwprintf.texi: Likewise.
15007         * doc/posix-functions/vfwscanf.texi: Likewise.
15008         * doc/posix-functions/vswprintf.texi: Likewise.
15009         * doc/posix-functions/vswscanf.texi: Likewise.
15010         * doc/posix-functions/vwprintf.texi: Likewise.
15011         * doc/posix-functions/vwscanf.texi: Likewise.
15012         * doc/posix-functions/wcscasecmp.texi: Likewise.
15013         * doc/posix-functions/wcsdup.texi: Likewise.
15014         * doc/posix-functions/wcsftime.texi: Likewise.
15015         * doc/posix-functions/wcsncasecmp.texi: Likewise.
15016         * doc/posix-functions/wprintf.texi: Likewise.
15017         * doc/posix-functions/wscanf.texi: Likewise.
15018         * doc/glibc-functions/gethostbyname2.texi: Likewise.
15019
15020 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15021
15022         maint.mk: really add $(AM_MAKEFLAGS)
15023         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
15024         was inadvertently omitted in the last commit.
15025         Spotted by Bruno Haible.
15026
15027         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
15028         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
15029         $(AM_MAKEFLAGS)' rather than plain `make'.
15030
15031         gnulib-tool: execute $MAKE not make
15032         * gnulib-tool: Default $MAKE to 'make'.
15033         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
15034         than make.  Initialize $MAKE in the do-autobuild script.
15035
15036         gnulib-tool: use $MAKE not make in generated files
15037         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
15038         make, in generated files.  Initialize $MAKE in the do-autobuild
15039         script.
15040
15041         * top/GNUmakefile (_have-git-version-gen): Fix typo.
15042
15043         GNUmakefile: disable parallelism only for multiple, recursive targets
15044         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
15045         additions in the Makefile.
15046         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
15047         by Automake.
15048         (.NOTPARALLEL): Only disable parallel builds if multiple targets
15049         are listed on the command line and at least one of them is
15050         listed in $(ALL_RECURSIVE_TARGETS).
15051
15052 2009-03-14  Bruno Haible  <bruno@clisp.org>
15053
15054         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
15055         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
15056         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
15057         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
15058         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
15059         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
15060         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
15061         unistr/u8-uctomb.
15062         * modules/unistr/u8-strchr (Depends-on): Likewise.
15063         * modules/unistr/u8-strrchr (Depends-on): Likewise.
15064         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
15065         unistr/u16-uctomb.
15066         * modules/unistr/u16-strchr (Depends-on): Likewise.
15067         * modules/unistr/u16-strrchr (Depends-on): Likewise.
15068
15069 2009-03-12  Bruno Haible  <bruno@clisp.org>
15070
15071         Work around select() bug on Interix 3.5.
15072         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
15073         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
15074         * m4/select.m4: New file.
15075         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
15076         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
15077         * modules/select (Files): Add m4/select.m4.
15078         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
15079         * modules/nanosleep (Depends-on): Add select.
15080         * modules/poll (Depends-on): Likewise.
15081         * doc/posix-functions/select.texi: Mention the Interix bug.
15082         Reported by Markus Duft <mduft@gentoo.org>.
15083
15084         * lib/select.c: Renamed from lib/winsock-select.c.
15085         * modules/select (Files): Add lib/select.c, remove
15086         lib/winsock-select.c.
15087         (configure.ac): Update.
15088
15089 2009-03-12  Jim Meyering  <meyering@redhat.com>
15090
15091         avoid gcc warnings about unused macro definitions
15092         * lib/readtokens.c (STREQ): Remove unused definition.
15093         * lib/xmalloc.c (SIZE_MAX): Likewise.
15094         * lib/openat-die.c (N_): Likewise.
15095         * lib/mountlist.c (SIZE_MAX): Remove definition.
15096         Instead, include <stdint.h>.
15097         * lib/readutmp.c: Likewise.
15098         * modules/readutmp (Depends-on): Add stdint.
15099         * modules/mountlist (Depends-on): Add stdint.
15100         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
15101
15102 2009-03-10  Bruno Haible  <bruno@clisp.org>
15103
15104         Tests for module 'mbmemcasecoll'.
15105         * modules/mbmemcasecoll-tests: New file.
15106         * tests/test-mbmemcasecoll1.sh: New file.
15107         * tests/test-mbmemcasecoll2.sh: New file.
15108         * tests/test-mbmemcasecoll3.sh: New file.
15109         * tests/test-mbmemcasecoll.c: New file.
15110
15111         New module 'mbmemcasecoll'.
15112         * lib/mbmemcasecoll.h: New file.
15113         * lib/mbmemcasecoll.c: New file.
15114         * modules/mbmemcasecoll: New file.
15115
15116         * tests/test-mbmemcasecmp.h: New file, extracted from
15117         tests/test-mbmemcasecmp.c.
15118         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
15119         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
15120         (main): Update.
15121         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
15122
15123 2009-03-09  Bruno Haible  <bruno@clisp.org>
15124
15125         Tests for module 'mbmemcasecmp'.
15126         * modules/mbmemcasecmp-tests: New file.
15127         * tests/test-mbmemcasecmp1.sh: New file.
15128         * tests/test-mbmemcasecmp2.sh: New file.
15129         * tests/test-mbmemcasecmp3.sh: New file.
15130         * tests/test-mbmemcasecmp.c: New file.
15131
15132         New module 'mbmemcasecmp'.
15133         * lib/mbmemcasecmp.h: New file.
15134         * lib/mbmemcasecmp.c: New file.
15135         * modules/mbmemcasecmp: New file.
15136
15137 2009-03-09  Bruno Haible  <bruno@clisp.org>
15138
15139         Tests for module 'unicase/ulc-casecoll'.
15140         * modules/unicase/ulc-casecoll-tests: New file.
15141         * tests/unicase/test-ulc-casecoll1.sh: New file.
15142         * tests/unicase/test-ulc-casecoll2.sh: New file.
15143         * tests/unicase/test-ulc-casecoll.c: New file.
15144
15145         New module 'unicase/ulc-casecoll'.
15146         * lib/unicase.h (ulc_casecoll): New declaration.
15147         * lib/unicase/ulc-casecoll.c: New file.
15148         * modules/unicase/ulc-casecoll: New file.
15149
15150         New module 'unicase/ulc-casexfrm'.
15151         * lib/unicase.h (ulc_casexfrm): New declaration.
15152         * lib/unicase/ulc-casexfrm.c: New file.
15153         * modules/unicase/ulc-casexfrm: New file.
15154
15155 2009-03-09  Bruno Haible  <bruno@clisp.org>
15156
15157         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
15158         invocations.
15159
15160         * m4/mbscasecmp.m4: Remove file.
15161         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
15162         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
15163
15164         * m4/mbscasestr.m4: Remove file.
15165         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
15166         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
15167
15168         * m4/mbschr.m4: Remove file.
15169         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
15170         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
15171
15172         * m4/mbscspn.m4: Remove file.
15173         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
15174         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
15175
15176         * m4/mbslen.m4: Remove file.
15177         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
15178         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
15179
15180         * m4/mbsncasecmp.m4: Remove file.
15181         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
15182         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
15183
15184         * m4/mbsnlen.m4: Remove file.
15185         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
15186         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
15187
15188         * m4/mbspbrk.m4: Remove file.
15189         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
15190         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
15191
15192         * m4/mbspcasecmp.m4: Remove file.
15193         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
15194         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
15195
15196         * m4/mbsrchr.m4: Remove file.
15197         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
15198         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
15199
15200         * m4/mbssep.m4: Remove file.
15201         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
15202         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
15203
15204         * m4/mbsspn.m4: Remove file.
15205         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
15206         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
15207
15208         * m4/mbsstr.m4: Remove file.
15209         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
15210         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
15211
15212         * m4/mbstok_r.m4: Remove file.
15213         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
15214         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
15215
15216         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
15217
15218         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
15219         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
15220
15221         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
15222
15223 2009-03-08  Bruno Haible  <bruno@clisp.org>
15224
15225         Tests for module 'unicase/ulc-casecmp'.
15226         * modules/unicase/ulc-casecmp-tests: New file.
15227         * tests/unicase/test-ulc-casecmp1.sh: New file.
15228         * tests/unicase/test-ulc-casecmp2.sh: New file.
15229         * tests/unicase/test-ulc-casecmp.c: New file.
15230
15231         New module 'unicase/ulc-casecmp'.
15232         * lib/unicase.h (ulc_casecmp): New declaration.
15233         * lib/unicase/ulc-casecmp.c: New file.
15234         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
15235         'const SRC_UNIT *'.
15236         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
15237         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
15238         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
15239         * modules/unicase/ulc-casecmp: New file.
15240
15241         Tests for module 'unicase/u32-is-cased'.
15242         * modules/unicase/u32-is-cased-tests: New file.
15243         * tests/unicase/test-u32-is-cased.c: New file.
15244
15245         Tests for module 'unicase/u16-is-cased'.
15246         * modules/unicase/u16-is-cased-tests: New file.
15247         * tests/unicase/test-u16-is-cased.c: New file.
15248
15249         Tests for module 'unicase/u8-is-cased'.
15250         * modules/unicase/u8-is-cased-tests: New file.
15251         * tests/unicase/test-u8-is-cased.c: New file.
15252         * tests/unicase/test-is-cased.h: New file.
15253
15254         New module 'unicase/u32-is-cased'.
15255         * lib/unicase/u32-is-cased.c: New file.
15256         * modules/unicase/u32-is-cased: New file.
15257
15258         New module 'unicase/u16-is-cased'.
15259         * lib/unicase/u16-is-cased.c: New file.
15260         * modules/unicase/u16-is-cased: New file.
15261
15262         New module 'unicase/u8-is-cased'.
15263         * lib/unicase/u8-is-cased.c: New file.
15264         * lib/unicase/u-is-cased.h: New file.
15265         * modules/unicase/u8-is-cased: New file.
15266
15267         Tests for module 'unicase/u32-is-casefolded'.
15268         * modules/unicase/u32-is-casefolded-tests: New file.
15269         * tests/unicase/test-u32-is-casefolded.c: New file.
15270
15271         Tests for module 'unicase/u16-is-casefolded'.
15272         * modules/unicase/u16-is-casefolded-tests: New file.
15273         * tests/unicase/test-u16-is-casefolded.c: New file.
15274
15275         Tests for module 'unicase/u8-is-casefolded'.
15276         * modules/unicase/u8-is-casefolded-tests: New file.
15277         * tests/unicase/test-u8-is-casefolded.c: New file.
15278         * tests/unicase/test-is-casefolded.h: New file.
15279
15280         New module 'unicase/u32-is-casefolded'.
15281         * lib/unicase/u32-is-casefolded.c: New file.
15282         * modules/unicase/u32-is-casefolded: New file.
15283
15284         New module 'unicase/u16-is-casefolded'.
15285         * lib/unicase/u16-is-casefolded.c: New file.
15286         * modules/unicase/u16-is-casefolded: New file.
15287
15288         New module 'unicase/u8-is-casefolded'.
15289         * lib/unicase/u8-is-casefolded.c: New file.
15290         * modules/unicase/u8-is-casefolded: New file.
15291
15292         Tests for module 'unicase/u32-is-titlecase'.
15293         * modules/unicase/u32-is-titlecase-tests: New file.
15294         * tests/unicase/test-u32-is-titlecase.c: New file.
15295
15296         Tests for module 'unicase/u16-is-titlecase'.
15297         * modules/unicase/u16-is-titlecase-tests: New file.
15298         * tests/unicase/test-u16-is-titlecase.c: New file.
15299
15300         Tests for module 'unicase/u8-is-titlecase'.
15301         * modules/unicase/u8-is-titlecase-tests: New file.
15302         * tests/unicase/test-u8-is-titlecase.c: New file.
15303         * tests/unicase/test-is-titlecase.h: New file.
15304
15305         New module 'unicase/u32-is-titlecase'.
15306         * lib/unicase/u32-is-titlecase.c: New file.
15307         * modules/unicase/u32-is-titlecase: New file.
15308
15309         New module 'unicase/u16-is-titlecase'.
15310         * lib/unicase/u16-is-titlecase.c: New file.
15311         * modules/unicase/u16-is-titlecase: New file.
15312
15313         New module 'unicase/u8-is-titlecase'.
15314         * lib/unicase/u8-is-titlecase.c: New file.
15315         * modules/unicase/u8-is-titlecase: New file.
15316
15317         Tests for module 'unicase/u32-is-lowercase'.
15318         * modules/unicase/u32-is-lowercase-tests: New file.
15319         * tests/unicase/test-u32-is-lowercase.c: New file.
15320
15321         Tests for module 'unicase/u16-is-lowercase'.
15322         * modules/unicase/u16-is-lowercase-tests: New file.
15323         * tests/unicase/test-u16-is-lowercase.c: New file.
15324
15325         Tests for module 'unicase/u8-is-lowercase'.
15326         * modules/unicase/u8-is-lowercase-tests: New file.
15327         * tests/unicase/test-u8-is-lowercase.c: New file.
15328         * tests/unicase/test-is-lowercase.h: New file.
15329
15330         New module 'unicase/u32-is-lowercase'.
15331         * lib/unicase/u32-is-lowercase.c: New file.
15332         * modules/unicase/u32-is-lowercase: New file.
15333
15334         New module 'unicase/u16-is-lowercase'.
15335         * lib/unicase/u16-is-lowercase.c: New file.
15336         * modules/unicase/u16-is-lowercase: New file.
15337
15338         New module 'unicase/u8-is-lowercase'.
15339         * lib/unicase/u8-is-lowercase.c: New file.
15340         * modules/unicase/u8-is-lowercase: New file.
15341
15342         Tests for module 'unicase/u32-is-uppercase'.
15343         * modules/unicase/u32-is-uppercase-tests: New file.
15344         * tests/unicase/test-u32-is-uppercase.c: New file.
15345
15346         Tests for module 'unicase/u16-is-uppercase'.
15347         * modules/unicase/u16-is-uppercase-tests: New file.
15348         * tests/unicase/test-u16-is-uppercase.c: New file.
15349
15350         Tests for module 'unicase/u8-is-uppercase'.
15351         * modules/unicase/u8-is-uppercase-tests: New file.
15352         * tests/unicase/test-u8-is-uppercase.c: New file.
15353         * tests/unicase/test-is-uppercase.h: New file.
15354
15355         New module 'unicase/u32-is-uppercase'.
15356         * lib/unicase/u32-is-uppercase.c: New file.
15357         * modules/unicase/u32-is-uppercase: New file.
15358
15359         New module 'unicase/u16-is-uppercase'.
15360         * lib/unicase/u16-is-uppercase.c: New file.
15361         * modules/unicase/u16-is-uppercase: New file.
15362
15363         New module 'unicase/u8-is-uppercase'.
15364         * lib/unicase/u8-is-uppercase.c: New file.
15365         * modules/unicase/u8-is-uppercase: New file.
15366
15367         New module 'unicase/u32-is-invariant'.
15368         * lib/unicase/u32-is-invariant.c: New file.
15369         * modules/unicase/u32-is-invariant: New file.
15370
15371         New module 'unicase/u16-is-invariant'.
15372         * lib/unicase/u16-is-invariant.c: New file.
15373         * modules/unicase/u16-is-invariant: New file.
15374
15375         New module 'unicase/u8-is-invariant'.
15376         * lib/unicase/u8-is-invariant.c: New file.
15377         * lib/unicase/invariant.h: New file.
15378         * lib/unicase/u-is-invariant.h: New file.
15379         * modules/unicase/u8-is-invariant: New file.
15380
15381         Tests for module 'unicase/u32-casecoll'.
15382         * modules/unicase/u32-casecoll-tests: New file.
15383         * tests/unicase/test-u32-casecoll.c: New file.
15384
15385         Tests for module 'unicase/u16-casecoll'.
15386         * modules/unicase/u16-casecoll-tests: New file.
15387         * tests/unicase/test-u16-casecoll.c: New file.
15388
15389         Tests for module 'unicase/u8-casecoll'.
15390         * modules/unicase/u8-casecoll-tests: New file.
15391         * tests/unicase/test-u8-casecoll.c: New file.
15392
15393         New module 'unicase/u32-casecoll'.
15394         * lib/unicase/u32-casecoll.c: New file.
15395         * modules/unicase/u32-casecoll: New file.
15396
15397         New module 'unicase/u16-casecoll'.
15398         * lib/unicase/u16-casecoll.c: New file.
15399         * modules/unicase/u16-casecoll: New file.
15400
15401         New module 'unicase/u8-casecoll'.
15402         * lib/unicase/u8-casecoll.c: New file.
15403         * lib/unicase/u-casecoll.h: New file.
15404         * modules/unicase/u8-casecoll: New file.
15405
15406         New module 'unicase/u32-casexfrm'.
15407         * lib/unicase/u32-casexfrm.c: New file.
15408         * modules/unicase/u32-casexfrm: New file.
15409
15410         New module 'unicase/u16-casexfrm'.
15411         * lib/unicase/u16-casexfrm.c: New file.
15412         * modules/unicase/u16-casexfrm: New file.
15413
15414         New module 'unicase/u8-casexfrm'.
15415         * lib/unicase/u8-casexfrm.c: New file.
15416         * lib/unicase/u-casexfrm.h: New file.
15417         * modules/unicase/u8-casexfrm: New file.
15418
15419         Tests for module 'unicase/u32-casecmp'.
15420         * modules/unicase/u32-casecmp-tests: New file.
15421         * tests/unicase/test-u32-casecmp.c: New file.
15422
15423         Tests for module 'unicase/u16-casecmp'.
15424         * modules/unicase/u16-casecmp-tests: New file.
15425         * tests/unicase/test-u16-casecmp.c: New file.
15426
15427         Tests for module 'unicase/u8-casecmp'.
15428         * modules/unicase/u8-casecmp-tests: New file.
15429         * tests/unicase/test-u8-casecmp.c: New file.
15430         * tests/unicase/test-casecmp.h: New file.
15431
15432         New module 'unicase/u32-casecmp'.
15433         * lib/unicase/u32-casecmp.c: New file.
15434         * modules/unicase/u32-casecmp: New file.
15435
15436         New module 'unicase/u16-casecmp'.
15437         * lib/unicase/u16-casecmp.c: New file.
15438         * modules/unicase/u16-casecmp: New file.
15439
15440         New module 'unicase/u8-casecmp'.
15441         * lib/unicase/u8-casecmp.c: New file.
15442         * lib/unicase/u-casecmp.h: New file.
15443         * modules/unicase/u8-casecmp: New file.
15444
15445         Tests for module 'unicase/u32-casefold'.
15446         * modules/unicase/u32-casefold-tests: New file.
15447         * tests/unicase/test-u32-casefold.c: New file.
15448
15449         Tests for module 'unicase/u16-casefold'.
15450         * modules/unicase/u16-casefold-tests: New file.
15451         * tests/unicase/test-u16-casefold.c: New file.
15452
15453         Tests for module 'unicase/u8-casefold'.
15454         * modules/unicase/u8-casefold-tests: New file.
15455         * tests/unicase/test-u8-casefold.c: New file.
15456
15457         New module 'unicase/u32-casefold'.
15458         * lib/unicase/u32-casefold.c: New file.
15459         * modules/unicase/u32-casefold: New file.
15460
15461         New module 'unicase/u16-casefold'.
15462         * lib/unicase/u16-casefold.c: New file.
15463         * modules/unicase/u16-casefold: New file.
15464
15465         New module 'unicase/u8-casefold'.
15466         * lib/unicase/u8-casefold.c: New file.
15467         * lib/unicase/u-casefold.h: New file.
15468         * modules/unicase/u8-casefold: New file.
15469
15470         New module 'unicase/tocasefold'.
15471         * lib/unicase/casefold.h: New file.
15472         * lib/unicase/tocasefold.c: New file.
15473         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
15474         * modules/unicase/tocasefold: New file.
15475
15476         Tests for module 'unicase/u32-totitle'.
15477         * modules/unicase/u32-totitle-tests: New file.
15478         * tests/unicase/test-u32-totitle.c: New file.
15479
15480         Tests for module 'unicase/u16-totitle'.
15481         * modules/unicase/u16-totitle-tests: New file.
15482         * tests/unicase/test-u16-totitle.c: New file.
15483
15484         Tests for module 'unicase/u8-totitle'.
15485         * modules/unicase/u8-totitle-tests: New file.
15486         * tests/unicase/test-u8-totitle.c: New file.
15487
15488         New module 'unicase/u32-totitle'.
15489         * lib/unicase/u32-totitle.c: New file.
15490         * modules/unicase/u32-totitle: New file.
15491
15492         New module 'unicase/u16-totitle'.
15493         * lib/unicase/u16-totitle.c: New file.
15494         * modules/unicase/u16-totitle: New file.
15495
15496         New module 'unicase/u8-totitle'.
15497         * lib/unicase/u8-totitle.c: New file.
15498         * lib/unicase/u-totitle.h: New file.
15499         * modules/unicase/u8-totitle: New file.
15500
15501         Tests for module 'unicase/u32-tolower'.
15502         * modules/unicase/u32-tolower-tests: New file.
15503         * tests/unicase/test-u32-tolower.c: New file.
15504
15505         Tests for module 'unicase/u16-tolower'.
15506         * modules/unicase/u16-tolower-tests: New file.
15507         * tests/unicase/test-u16-tolower.c: New file.
15508
15509         Tests for module 'unicase/u8-tolower'.
15510         * modules/unicase/u8-tolower-tests: New file.
15511         * tests/unicase/test-u8-tolower.c: New file.
15512
15513         New module 'unicase/u32-tolower'.
15514         * lib/unicase/u32-tolower.c: New file.
15515         * modules/unicase/u32-tolower: New file.
15516
15517         New module 'unicase/u16-tolower'.
15518         * lib/unicase/u16-tolower.c: New file.
15519         * modules/unicase/u16-tolower: New file.
15520
15521         New module 'unicase/u8-tolower'.
15522         * lib/unicase/u8-tolower.c: New file.
15523         * modules/unicase/u8-tolower: New file.
15524
15525         Tests for module 'unicase/u32-toupper'.
15526         * modules/unicase/u32-toupper-tests: New file.
15527         * tests/unicase/test-u32-toupper.c: New file.
15528
15529         Tests for module 'unicase/u16-toupper'.
15530         * modules/unicase/u16-toupper-tests: New file.
15531         * tests/unicase/test-u16-toupper.c: New file.
15532
15533         Tests for module 'unicase/u8-toupper'.
15534         * modules/unicase/u8-toupper-tests: New file.
15535         * tests/unicase/test-u8-toupper.c: New file.
15536
15537         New module 'unicase/u32-toupper'.
15538         * lib/unicase/u32-toupper.c: New file.
15539         * modules/unicase/u32-toupper: New file.
15540
15541         New module 'unicase/u16-toupper'.
15542         * lib/unicase/u16-toupper.c: New file.
15543         * modules/unicase/u16-toupper: New file.
15544
15545         New module 'unicase/u8-toupper'.
15546         * lib/unicase/u8-toupper.c: New file.
15547         * modules/unicase/u8-toupper: New file.
15548
15549         New module 'unicase/u32-casemap'.
15550         * lib/unicase/u32-casemap.c: New file.
15551         * modules/unicase/u32-casemap: New file.
15552
15553         New module 'unicase/u16-casemap'.
15554         * lib/unicase/u16-casemap.c: New file.
15555         * modules/unicase/u16-casemap: New file.
15556
15557         New module 'unicase/u8-casemap'.
15558         * lib/unicase/unicasemap.h: New file.
15559         * lib/unicase/u8-casemap.c: New file.
15560         * lib/unicase/u-casemap.h: New file.
15561         * modules/unicase/u8-casemap: New file.
15562
15563         New module 'unicase/special-casing'.
15564         * lib/unicase/special-casing.h: New file.
15565         * lib/unicase/special-casing.c: New file.
15566         * lib/unicase/special-casing-table.gperf: New file, generated by
15567         gen-uni-tables.c.
15568         * modules/unicase/special-casing: New file.
15569
15570         Tests for module 'unicase/locale-language'.
15571         * modules/unicase/locale-language-tests: New file.
15572         * tests/unicase/test-locale-language.sh: New file.
15573         * tests/unicase/test-locale-language.c: New file.
15574
15575         New module 'unicase/locale-language'.
15576         * lib/unicase/locale-language.c: New file.
15577         * lib/unicase/locale-languages.gperf: New file.
15578         * modules/unicase/locale-language: New file.
15579
15580         Generate more tables for case conversion and case folding.
15581         * lib/gen-uni-tables.c (SCC_*): New enum items.
15582         (struct special_casing_rule): New type.
15583         (casing_rules, num_casing_rules, allocated_casing_rules): New
15584         variables.
15585         (add_casing_rule, fill_casing_rules): New functions.
15586         (struct casefold_rule): New type.
15587         (casefolding_rules, num_casefolding_rules,
15588         allocated_casefolding_rules): New variables.
15589         (fill_casefolding_rules): New function.
15590         (unicode_casefold): New variable.
15591         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
15592         sort_casing_rules, output_casing_rules): New functions.
15593         (main): Accept to more arguments: SpecialCasing.txt and
15594         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
15595         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
15596         Output mapping for casefolding.
15597
15598         * lib/unicase.h: Include stdbool.h, uninorm.h.
15599         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
15600         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
15601         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
15602         arguments.
15603         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
15604         resultp arguments.
15605         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
15606         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
15607         resultp arguments.
15608         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
15609         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
15610         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
15611         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
15612         declarations.
15613         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
15614
15615 2009-03-08  Bruno Haible  <bruno@clisp.org>
15616
15617         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
15618         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
15619         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
15620         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
15621
15622 2009-03-07  Bruno Haible  <bruno@clisp.org>
15623
15624         Adjust u*_normcmp, u*_normcoll API.
15625         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
15626         u16_normcoll, u32_normcoll): Change failure conventions.
15627         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
15628         errno and return -1.
15629         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
15630
15631 2009-03-07  Bruno Haible  <bruno@clisp.org>
15632
15633         Tests for module 'uninorm/u32-normcoll'.
15634         * modules/uninorm/u32-normcoll-tests: New file.
15635         * tests/uninorm/test-u32-normcoll.c: New file.
15636
15637         Tests for module 'uninorm/u16-normcoll'.
15638         * modules/uninorm/u16-normcoll-tests: New file.
15639         * tests/uninorm/test-u16-normcoll.c: New file.
15640
15641         Tests for module 'uninorm/u8-normcoll'.
15642         * modules/uninorm/u8-normcoll-tests: New file.
15643         * tests/uninorm/test-u8-normcoll.c: New file.
15644
15645 2009-03-07  Bruno Haible  <bruno@clisp.org>
15646
15647         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
15648         tests/uninorm/test-u32-normcmp.c.
15649         * tests/uninorm/test-u32-normcmp.c: Include it.
15650         (test_nonascii): New function, extracted from main. Add some more
15651         tests.
15652         (main): Invoke test_ascii and test_nonascii.
15653         * modules/uninorm/u32-normcmp-tests (Files): Add
15654         tests/uninorm/test-u32-normcmp.h.
15655         (Depends-on): Remove uninorm/u32-normcmp.
15656
15657         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
15658         tests/uninorm/test-u16-normcmp.c.
15659         * tests/uninorm/test-u16-normcmp.c: Include it.
15660         (test_nonascii): New function, extracted from main. Add some more
15661         tests.
15662         (main): Invoke test_ascii and test_nonascii.
15663         * modules/uninorm/u16-normcmp-tests (Files): Add
15664         tests/uninorm/test-u16-normcmp.h.
15665         (Depends-on): Remove uninorm/u16-normcmp.
15666
15667         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
15668         tests/uninorm/test-u8-normcmp.c.
15669         * tests/uninorm/test-u8-normcmp.c: Include it.
15670         (test_nonascii): New function, extracted from main. Add some more
15671         tests.
15672         (main): Invoke test_ascii and test_nonascii.
15673         * modules/uninorm/u8-normcmp-tests (Files): Add
15674         tests/uninorm/test-u8-normcmp.h.
15675         (Depends-on): Remove uninorm/u8-normcmp.
15676
15677 2009-03-07  Bruno Haible  <bruno@clisp.org>
15678
15679         New module 'uninorm/u32-normcoll'.
15680         * lib/uninorm/u32-normcoll.c: New file.
15681         * modules/uninorm/u32-normcoll: New file.
15682
15683         New module 'uninorm/u16-normcoll'.
15684         * lib/uninorm/u16-normcoll.c: New file.
15685         * modules/uninorm/u16-normcoll: New file.
15686
15687         New module 'uninorm/u8-normcoll'.
15688         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
15689         declarations.
15690         * lib/uninorm/u8-normcoll.c: New file.
15691         * lib/uninorm/u-normcoll.h: New file.
15692         * modules/uninorm/u8-normcoll: New file.
15693
15694         New module 'uninorm/u32-normxfrm'.
15695         * lib/uninorm/u32-normxfrm.c: New file.
15696         * modules/uninorm/u32-normxfrm: New file.
15697
15698         New module 'uninorm/u16-normxfrm'.
15699         * lib/uninorm/u16-normxfrm.c: New file.
15700         * modules/uninorm/u16-normxfrm: New file.
15701
15702         New module 'uninorm/u8-normxfrm'.
15703         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
15704         declarations.
15705         * lib/uninorm/u8-normxfrm.c: New file.
15706         * lib/uninorm/u-normxfrm.h: New file.
15707         * modules/uninorm/u8-normxfrm: New file.
15708
15709 2009-03-07  Bruno Haible  <bruno@clisp.org>
15710
15711         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
15712         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
15713         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
15714
15715 2009-03-07  Bruno Haible  <bruno@clisp.org>
15716
15717         New module 'memxfrm'.
15718         * lib/memxfrm.h: New file.
15719         * lib/memxfrm.c: New file.
15720         * modules/memxfrm: New file.
15721
15722 2009-03-07  Bruno Haible  <bruno@clisp.org>
15723
15724         New module 'memcmp2'.
15725         * lib/memcmp2.h: New file.
15726         * lib/memcmp2.c: New file.
15727         * modules/memcmp2: New file.
15728
15729 2009-03-07  Bruno Haible  <bruno@clisp.org>
15730
15731         Tests for module 'uninorm/decomposing-form'.
15732         * modules/uninorm/decomposing-form-tests: New file.
15733         * tests/uninorm/test-decomposing-form.c: New file.
15734
15735         New module 'uninorm/decomposing-form'.
15736         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
15737         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
15738         Add 'decomposing_variant' field.
15739         * lib/uninorm/decomposing-form.c: New file.
15740         * lib/uninorm/nfc.c (uninorm_nfc): Update.
15741         * lib/uninorm/nfd.c (uninorm_nfd): Update.
15742         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
15743         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
15744         * modules/uninorm/decomposing-form: New file.
15745         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
15746         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
15747
15748 2009-03-07  Bruno Haible  <bruno@clisp.org>
15749
15750         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
15751         strings.
15752
15753 2009-03-06  Bruno Haible  <bruno@clisp.org>
15754
15755         Tests for module 'uninorm/u32-normcmp'.
15756         * tests/uninorm/test-u32-normcmp.c: New file.
15757         * modules/uninorm/u32-normcmp-tests: New file.
15758
15759         Tests for module 'uninorm/u16-normcmp'.
15760         * tests/uninorm/test-u16-normcmp.c: New file.
15761         * modules/uninorm/u16-normcmp-tests: New file.
15762
15763         Tests for module 'uninorm/u8-normcmp'.
15764         * tests/uninorm/test-u8-normcmp.c: New file.
15765         * modules/uninorm/u8-normcmp-tests: New file.
15766
15767         New module 'uninorm/u32-normcmp'.
15768         * lib/uninorm/u32-normcmp.c: New file.
15769         * modules/uninorm/u32-normcmp: New file.
15770
15771         New module 'uninorm/u16-normcmp'.
15772         * lib/uninorm/u16-normcmp.c: New file.
15773         * modules/uninorm/u16-normcmp: New file.
15774
15775         New module 'uninorm/u8-normcmp'.
15776         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
15777         declarations.
15778         * lib/uninorm/u8-normcmp.c: New file.
15779         * lib/uninorm/u-normcmp.h: New file.
15780         * modules/uninorm/u8-normcmp: New file.
15781
15782 2009-03-06  Bruno Haible  <bruno@clisp.org>
15783
15784         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
15785         Reported by Eric Blake.
15786
15787 2009-03-06  Eric Blake  <ebb9@byu.net>
15788             Bruno Haible  <bruno@clisp.org>
15789
15790         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
15791         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
15792         condition.
15793         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
15794         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
15795         condition.
15796         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
15797
15798 2009-03-06  Eric Blake  <ebb9@byu.net>
15799
15800         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
15801         to avoid compiler warnings.
15802         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
15803
15804 2009-03-05  Bruno Haible  <bruno@clisp.org>
15805
15806         * tests/test-ftell.c (main): Disable test beyond end of file on
15807         FreeMiNT.
15808         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
15809
15810 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
15811
15812         * lib/filevercmp.c: Move hidden files up in ordering.
15813         * tests/test-filevercmp.c: Add tests for hidden files.
15814
15815 2009-03-04  Bruno Haible  <bruno@clisp.org>
15816
15817         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
15818         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
15819         AM_CFLAGS.
15820         Reported by Simon Josefsson.
15821
15822 2009-03-03  Bruno Haible  <bruno@clisp.org>
15823
15824         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
15825         Reported by Simon Josefsson.
15826
15827         * doc/ld-version-script.texi: Update node reference.
15828
15829 2009-03-03  Bruno Haible  <bruno@clisp.org>
15830
15831         * modules/visibility (License): Change to 'unlimited'.
15832         Suggested by Simon Josefsson.
15833
15834 2009-03-03  Jim Meyering  <meyering@redhat.com>
15835
15836         unlinkdir: cannot_unlink_dir may modify process state
15837         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
15838         it's neither thread-safe nor appropriate for use in a library.
15839
15840 2009-03-03  Eric Blake  <ebb9@byu.net>
15841
15842         test-closein: silence test under Darwin
15843         * tests/test-closein.sh: Ignore stderr from cat, since we don't
15844         care if it dies from EPIPE or EBADF.
15845
15846 2009-03-03  Bruno Haible  <bruno@clisp.org>
15847
15848         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
15849         earlier.
15850         * doc/visibility.texi: Fix @node and @section.
15851
15852 2009-03-03  Simon Josefsson  <simon@josefsson.org>
15853
15854         * doc/gnulib.texi: Link to sections for ld version script and
15855         visibility.
15856         * doc/visibility.texi: Add @node and @section.
15857         * modules/ld-version-script: New module.
15858         * m4/ld-version-script.m4: New file.
15859         * doc/ld-version-script.texi: New file.
15860
15861 2009-03-02  David Lutterkort  <lutter@redhat.com>
15862
15863         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
15864         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15865
15866 2009-03-02  Bruno Haible  <bruno@clisp.org>
15867
15868         * doc/visibility.texi: Mention libtool's -export-symbols option.
15869
15870 2009-03-02  Jim Meyering  <meyering@redhat.com>
15871
15872         announce-gen: new option: --no-print-checksums
15873         * build-aux/announce-gen (usage): Describe it.
15874         (print_checksums): Print a newline here, not in the [*] footnote.
15875         (main): Honor it.
15876
15877 2009-03-01  Bruno Haible  <bruno@clisp.org>
15878
15879         Use socklen_t in the native Windows replacements prototypes.
15880         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
15881         instead of 'int'.
15882         * lib/getsockopt.c (rpl_getsockopt): Likewise.
15883         * lib/setsockopt.c (rpl_setsockopt): Likewise.
15884         * modules/getsockopt (Depends-on): Add socklen.
15885         * modules/setsockopt (Depends-on): Add socklen.
15886
15887 2009-03-01  Bruno Haible  <bruno@clisp.org>
15888
15889         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
15890         least 4.2.
15891
15892 2009-03-01  Eric Blake  <ebb9@byu.net>
15893             Bruno Haible  <bruno@clisp.org>
15894
15895         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
15896         error messages.
15897         * lib/wait-process.c (wait_subprocess): Omit error message about
15898         deadly signal sent to the child of termsigp != NULL.
15899
15900 2009-03-01  Eric Blake  <ebb9@byu.net>
15901
15902         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
15903
15904 2009-03-01  Bruno Haible  <bruno@clisp.org>
15905
15906         Avoid a gcc warning.
15907         * tests/test-sched.c (b): Make global.
15908         Reported by Eric Blake.
15909
15910 2009-01-19  Martin Lambers  <marlam@marlam.de>
15911
15912         Provide POSIX semantics for socket timeout options on W32.
15913         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
15914         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
15915         * modules/setsockopt: Depend on sys_time module for struct timeval.
15916         * modules/getsockopt: Depend on sys_time module for struct timeval.
15917
15918 2009-03-01  Simon Josefsson  <simon@josefsson.org>
15919
15920         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
15921         __USE_GNU, for consistency with netdb.in.h.
15922         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15923
15924 2009-03-01  Bruno Haible  <bruno@clisp.org>
15925
15926         More support for FreeMiNT.
15927         * lib/fseeko.c (rpl_fseeko): Complete last commit.
15928         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15929
15930 2009-03-01  Bruno Haible  <bruno@clisp.org>
15931
15932         More support for FreeMiNT.
15933         * lib/fpurge.c (fpurge): Correct last commit.
15934         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15935
15936 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15937
15938         Fix unportable awk script in vc-list-files.
15939         * build-aux/vc-list-files: In the replacement awk script, use
15940         substr with a second argument of 1, not zero.
15941         Report by Simon Josefsson.
15942
15943 2009-02-28  Bruno Haible  <bruno@clisp.org>
15944
15945         More support for FreeMiNT.
15946         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
15947         to FreeMiNT today.
15948         * lib/fwriting.c (fwriting): Likewise.
15949         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
15950
15951 2009-02-28  Bruno Haible  <bruno@clisp.org>
15952
15953         * tests/test-freadseek.c (main): Disable test beyond end of file on
15954         FreeMiNT.
15955         * tests/test-ftello.c (main): Likewise.
15956         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
15957
15958 2009-02-28  Bruno Haible  <bruno@clisp.org>
15959
15960         Add tentative support for FreeMiNT.
15961         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
15962         * lib/fpurge.c (fpurge): Likewise.
15963         * lib/freadable.c (freadable): Likewise.
15964         * lib/freading.c (freading): Likewise.
15965         * lib/freadptr.c (freadptr): Likewise.
15966         * lib/freadseek.c (freadptrinc): Likewise.
15967         * lib/fseeko.c (rpl_fseeko): Likewise.
15968         * lib/fseterr.c (fseterr): Likewise.
15969         * lib/fwritable.c (fwritable): Likewise.
15970         * lib/fwriting.c (fwriting): Likewise.
15971         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
15972         Hourihane.
15973         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15974
15975 2009-02-28  Bruno Haible  <bruno@clisp.org>
15976
15977         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
15978         SIGCHLD.
15979         Reported by Jim Meyering.
15980
15981 2009-02-28  Bruno Haible  <bruno@clisp.org>
15982
15983         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
15984         Mention the results of these tests on various platforms.
15985         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
15986         order.
15987         * doc/posix-functions/printf.texi: Likewise.
15988         * doc/posix-functions/snprintf.texi: Likewise.
15989         * doc/posix-functions/sprintf.texi: Likewise.
15990         * doc/posix-functions/vfprintf.texi: Likewise.
15991         * doc/posix-functions/vprintf.texi: Likewise.
15992         * doc/posix-functions/vsnprintf.texi: Likewise.
15993         * doc/posix-functions/vsprintf.texi: Likewise.
15994         * doc/glibc-functions/obstack_printf.texi: Likewise.
15995         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
15996
15997 2009-02-28  Bruno Haible  <bruno@clisp.org>
15998
15999         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
16000         Reported by Loïc Minier <lool@dooz.org>.
16001
16002 2009-02-27  Bruno Haible  <bruno@clisp.org>
16003
16004         * gnulib-tool (func_import): Make the sed expression used to create the
16005         sed script for updating the .gitignore file POSIX compliant.
16006         Reported by Eric Blake.
16007
16008 2009-02-27  Bruno Haible  <bruno@clisp.org>
16009
16010         * gnulib-tool (sed): Don't alias as "sed --posix".
16011         Reported by Eric Blake.
16012
16013 2009-02-27  Bruno Haible  <bruno@clisp.org>
16014
16015         Avoid test link errors.
16016         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
16017         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
16018         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
16019         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
16020         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
16021
16022 2009-02-27  Bruno Haible  <bruno@clisp.org>
16023
16024         Avoid spurious "(cached)" in configure output.
16025         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
16026         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
16027         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
16028         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
16029         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
16030         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
16031         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
16032         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
16033         Reported by Eric Blake.
16034
16035 2009-02-27  Eric Blake  <ebb9@byu.net>
16036
16037         printf: fix regression in previous patch
16038         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
16039
16040 2009-02-27  Bruno Haible  <bruno@clisp.org>
16041
16042         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
16043         value.
16044         * lib/stdint.in.h: Likewise.
16045         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
16046
16047 2009-02-27  Eric Blake  <ebb9@byu.net>
16048
16049         doc: mention more functions added in cygwin 1.7.0
16050         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
16051         addition.
16052         * doc/posix-functions/open_wmemstream.texi: Likewise.
16053         * doc/posix-functions/wcsnlen.texi: Likewise.
16054         * doc/posix-functions/wcsnrtombs.texi: Likewise.
16055         * doc/posix-functions/wcstod.texi: Likewise.
16056         * doc/posix-functions/wcstof.texi: Likewise.
16057         * doc/posix-functions/wcstoimax.texi: Likewise.
16058         * doc/posix-functions/wcstok.texi: Likewise.
16059         * doc/posix-functions/wcstoumax.texi: Likewise.
16060
16061         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
16062         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
16063         * doc/posix-functions/fprintf.texi: Update.
16064         * doc/posix-functions/printf.texi: Update.
16065         * doc/posix-functions/snprintf.texi: Update.
16066         * doc/posix-functions/sprintf.texi: Update.
16067         * doc/posix-functions/vfprintf.texi: Update.
16068         * doc/posix-functions/vprintf.texi: Update.
16069         * doc/posix-functions/vsnprintf.texi: Update.
16070         * doc/posix-functions/vsprintf.texi: Update.
16071         * doc/glibc-functions/obstack_printf.texi: Update.
16072         * doc/glibc-functions/obstack_vprintf.texi: Update.
16073
16074 2009-02-26  Eric Blake  <ebb9@byu.net>
16075
16076         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
16077         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
16078         compilation bug by using runtime conversion.
16079         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
16080         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
16081         * modules/ceill-tests (Files): Use nan.h.
16082         * modules/floorl-tests (Files): Likewise.
16083         * modules/frexpl-tests (Files): Likewise.
16084         * modules/isnanl-tests (Files): Likewise.
16085         * modules/ldexpl-tests (Files): Likewise.
16086         * modules/roundl-tests (Files): Likewise.
16087         * modules/truncl-tests (Files): Likewise.
16088         * tests/test-ceill.c (main): Use a working NaN.
16089         * tests/test-floorl.c (main): Likewise.
16090         * tests/test-frexpl.c (main): Likewise.
16091         * tests/test-isnan.c (test_long_double): Likewise.
16092         * tests/test-isnanl.h (main): Likewise.
16093         * tests/test-ldexpl.h (main): Likewise.
16094         * tests/test-roundl.h (main): Likewise.
16095         * tests/test-truncl.h (main): Likewise.
16096         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
16097
16098 2009-02-26  Eric Blake  <ebb9@byu.net>
16099             Bruno Haible  <bruno@clisp.org>
16100
16101         Work around a *printf bug with %ls on Solaris.
16102         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
16103         precision is specified, sprintf stops converting the wide string
16104         argument when the number of bytes that have been produced by this
16105         conversion equals or exceeds the precision.
16106         * doc/posix-functions/fprintf.texi: Update.
16107         * doc/posix-functions/printf.texi: Update.
16108         * doc/posix-functions/snprintf.texi: Update.
16109         * doc/posix-functions/sprintf.texi: Update.
16110         * doc/posix-functions/vfprintf.texi: Update.
16111         * doc/posix-functions/vprintf.texi: Update.
16112         * doc/posix-functions/vsnprintf.texi: Update.
16113         * doc/posix-functions/vsprintf.texi: Update.
16114         * doc/glibc-functions/obstack_printf.texi: Update.
16115         * doc/glibc-functions/obstack_vprintf.texi: Update.
16116
16117 2009-02-26  Eric Blake  <ebb9@byu.net>
16118
16119         stdlib: favor compiler check of random.h
16120         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
16121         to avoid an ObjC random.h installed by Swarm.
16122
16123 2009-02-26  Bruno Haible  <bruno@clisp.org>
16124
16125         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
16126         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
16127         Reported by Gary V. Vaughan <gary@gnu.org>.
16128
16129 2009-02-26  Bruno Haible  <bruno@clisp.org>
16130
16131         Fix *printf behaviour regarding the %ls directive.
16132         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
16133         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
16134         NEED_PRINTF_DIRECTIVE_LS.
16135         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
16136         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
16137         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16138         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
16139         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
16140         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
16141         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
16142         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16143         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16144         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16145         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16146         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
16147         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16148         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16149         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16150         * doc/posix-functions/fprintf.texi: Update.
16151         * doc/posix-functions/printf.texi: Update.
16152         * doc/posix-functions/snprintf.texi: Update.
16153         * doc/posix-functions/sprintf.texi: Update.
16154         * doc/posix-functions/vfprintf.texi: Update.
16155         * doc/posix-functions/vprintf.texi: Update.
16156         * doc/posix-functions/vsnprintf.texi: Update.
16157         * doc/posix-functions/vsprintf.texi: Update.
16158         * doc/glibc-functions/obstack_printf.texi: Update.
16159         * doc/glibc-functions/obstack_vprintf.texi: Update.
16160         Reported by Eric Blake.
16161
16162 2009-02-25  Bruno Haible  <bruno@clisp.org>
16163
16164         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
16165         with known value.
16166         Reported by Gary V. Vaughan <gary@gnu.org>.
16167
16168 2009-02-25  Bruno Haible  <bruno@clisp.org>
16169
16170         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
16171         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
16172         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
16173         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
16174         Reported by Gary V. Vaughan <gary@gnu.org>.
16175
16176 2009-02-25  Bruno Haible  <bruno@clisp.org>
16177
16178         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
16179         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
16180         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
16181         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
16182         Reported by Gary V. Vaughan <gary@gnu.org>.
16183
16184 2009-02-25  Eric Blake  <ebb9@byu.net>
16185
16186         tests: skip fseek/ftell tests if ungetc is broken
16187         * m4/ungetc.m4: New file.
16188         * modules/fseek-tests: Split test, so ungetc dependency is
16189         separate from rest of test.
16190         * modules/fseeko-tests: Likewise.
16191         * modules/ftell-tests: Likewise.
16192         * modules/ftello-tests: Likewise.
16193         * tests/test-fseek.c (main): Isolate ungetc dependency.
16194         * tests/test-fseeko.c (main): Likewise.
16195         * tests/test-ftell.c (main): Likewise.
16196         * tests/test-ftello.c (main): Likewise.
16197         * tests/test-fseek2.sh: New file.
16198         * tests/test-fseeko2.sh: Likewise.
16199         * tests/test-ftell2.sh: Likewise.
16200         * tests/test-ftello2.sh: Likewise.
16201
16202 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
16203
16204         test-getaddrinfo: fix usage of skip return code 77
16205         * tests/test-gettaddrinfo.c: Return skip code 77 only
16206         for first occurance of skip (4x77 is not 77)
16207
16208 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
16209
16210         strtod: avoid C99 decl-after-statement
16211         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
16212
16213 2009-02-24  Eric Blake  <ebb9@byu.net>
16214
16215         strtod: detect HP-UX 11.31 bug
16216         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
16217         Reported by Gary V. Vaughan.
16218
16219 2009-02-23  Bruno Haible  <bruno@clisp.org>
16220
16221         Fix invalid read past end of memory block.
16222         * lib/vasnprintf.c (DCHAR_SET): Define.
16223         (local_wcslen): Define only when needed.
16224         (local_strnlen, local_wcsnlen): New functions.
16225         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
16226         directives that involve a conversion ourselves.
16227         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
16228         wcsnlen, mbrtowc, wcrtomb.
16229         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
16230         * tests/test-vasprintf-posix.c (test_function): Likewise.
16231         * tests/test-snprintf-posix.h (test_function): Likewise.
16232         * tests/test-sprintf-posix.h (test_function): Likewise.
16233         Reported by Ben Pfaff <blp@cs.stanford.edu>.
16234
16235 2009-02-22  Bruno Haible  <bruno@clisp.org>
16236
16237         Implement new clarified decomposition of Hangul syllables.
16238         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
16239         of type LTV, return only a pairwise decomposition.
16240         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
16241         Likewise.
16242         * tests/uninorm/test-decomposition.c (main): Updated expected result.
16243         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
16244         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
16245
16246 2009-02-22  Bruno Haible  <bruno@clisp.org>
16247
16248         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
16249         zero-length results and shrink excess allocated memory.
16250         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
16251         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
16252         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
16253         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
16254         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
16255         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
16256         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
16257         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
16258         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
16259         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
16260         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
16261         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
16262
16263 2009-02-21  Bruno Haible  <bruno@clisp.org>
16264
16265         * doc/gnulib.texi: Include safe-alloc.texi earlier.
16266         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
16267         spaces after a period. Put a space between a macro name and its
16268         argument list. Trivial rewordings.
16269         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
16270         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
16271         (main): Return 0 explicitly.
16272
16273 2009-02-21  Bruno Haible  <bruno@clisp.org>
16274
16275         Tests for module 'uninorm/filter'.
16276         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
16277         * modules/uninorm/filter-tests: New file.
16278
16279         New module 'uninorm/filter'.
16280         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
16281         uninorm_filter_flush, uninorm_filter_free): New declarations.
16282         * lib/uninorm/uninorm-filter.c: New file.
16283         * modules/uninorm/filter: New file.
16284
16285 2009-02-21  Bruno Haible  <bruno@clisp.org>
16286
16287         Tests for module 'uninorm/nfkc'.
16288         * tests/uninorm/test-nfkc.c: New file.
16289         * tests/uninorm/test-u8-nfkc.c: New file.
16290         * tests/uninorm/test-u16-nfkc.c: New file.
16291         * tests/uninorm/test-u32-nfkc.c: New file.
16292         * tests/uninorm/test-u32-nfkc-big.sh: New file.
16293         * tests/uninorm/test-u32-nfkc-big.c: New file.
16294         * modules/uninorm/nfkc-tests: New file.
16295
16296         New module 'uninorm/nfkc'.
16297         * lib/uninorm/nfkc.c: New file.
16298         * modules/uninorm/nfkc: New file.
16299
16300         Tests for module 'uninorm/nfkd'.
16301         * tests/uninorm/test-nfkd.c: New file.
16302         * tests/uninorm/test-u8-nfkd.c: New file.
16303         * tests/uninorm/test-u16-nfkd.c: New file.
16304         * tests/uninorm/test-u32-nfkd.c: New file.
16305         * tests/uninorm/test-u32-nfkd-big.sh: New file.
16306         * tests/uninorm/test-u32-nfkd-big.c: New file.
16307         * modules/uninorm/nfkd-tests: New file.
16308
16309         New module 'uninorm/nfkd'.
16310         * lib/uninorm/nfkd.c: New file.
16311         * modules/uninorm/nfkd: New file.
16312
16313         Tests for module 'uninorm/nfc'.
16314         * tests/uninorm/test-nfc.c: New file.
16315         * tests/uninorm/test-u8-nfc.c: New file.
16316         * tests/uninorm/test-u16-nfc.c: New file.
16317         * tests/uninorm/test-u32-nfc.c: New file.
16318         * tests/uninorm/test-u32-nfc-big.sh: New file.
16319         * tests/uninorm/test-u32-nfc-big.c: New file.
16320         * modules/uninorm/nfc-tests: New file.
16321
16322         New module 'uninorm/nfc'.
16323         * lib/uninorm/nfc.c: New file.
16324         * modules/uninorm/nfc: New file.
16325
16326         Tests for module 'uninorm/nfd'.
16327         * tests/uninorm/test-nfd.c: New file.
16328         * tests/uninorm/test-u8-nfd.c: New file.
16329         * tests/uninorm/test-u16-nfd.c: New file.
16330         * tests/uninorm/test-u32-nfd.c: New file.
16331         * tests/uninorm/test-u32-nfd-big.sh: New file.
16332         * tests/uninorm/test-u32-nfd-big.c: New file.
16333         * tests/uninorm/test-u32-normalize-big.h: New file.
16334         * tests/uninorm/test-u32-normalize-big.c: New file.
16335         * tests/uninorm/NormalizationTest.txt: New file, created from
16336         Unicode 5.1.0 NormalizationTest.txt.
16337         * modules/uninorm/nfd-tests: New file.
16338
16339         New module 'uninorm/nfd'.
16340         * lib/uninorm/nfd.c: New file.
16341         * modules/uninorm/nfd: New file.
16342
16343         New module 'uninorm/u32-normalize'.
16344         * lib/uninorm/u32-normalize.c: New file.
16345         * modules/uninorm/u32-normalize: New file.
16346
16347         New module 'uninorm/u16-normalize'.
16348         * lib/uninorm/u16-normalize.c: New file.
16349         * modules/uninorm/u16-normalize: New file.
16350
16351         New module 'uninorm/u8-normalize'.
16352         * lib/uninorm/u8-normalize.c: New file.
16353         * lib/uninorm/normalize-internal.h: New file.
16354         * lib/uninorm/u-normalize-internal.h: New file.
16355         * modules/uninorm/u8-normalize: New file.
16356
16357         New module 'uninorm/decompose-internal'.
16358         * lib/uninorm/decompose-internal.c: New file.
16359         * modules/uninorm/decompose-internal: New file.
16360
16361         Tests for module 'uninorm/composition'.
16362         * tests/uninorm/test-composition.c: New file.
16363         * modules/uninorm/composition-tests: New file.
16364
16365         New module 'uninorm/composition'.
16366         * lib/uninorm/composition.c: New file.
16367         * lib/uninorm/composition-table.gperf: New file, generated by
16368         gen-uni-tables.
16369         * modules/uninorm/composition: New file.
16370
16371         Tests for module 'uninorm/compat-decomposition'.
16372         * tests/uninorm/test-compat-decomposition.c: New file.
16373         * modules/uninorm/compat-decomposition-tests: New file.
16374
16375         New module 'uninorm/compat-decomposition'.
16376         * lib/uninorm/decompose-internal.h: New file.
16377         * lib/uninorm/compat-decomposition.c: New file.
16378         * modules/uninorm/compat-decomposition: New file.
16379
16380         Tests for module 'uninorm/canonical-decomposition'.
16381         * tests/uninorm/test-canonical-decomposition.c: New file.
16382         * modules/uninorm/canonical-decomposition-tests: New file.
16383
16384         New module 'uninorm/canonical-decomposition'.
16385         * lib/uninorm/canonical-decomposition.c: New file.
16386         * modules/uninorm/canonical-decomposition: New file.
16387
16388         Tests for module 'uninorm/decomposition'.
16389         * tests/uninorm/test-decomposition.c: New file.
16390         * modules/uninorm/decomposition-tests: New file.
16391
16392         New module 'uninorm/decomposition'.
16393         * lib/uninorm/decomposition.c: New file.
16394         * modules/uninorm/decomposition: New file.
16395
16396         New module 'uninorm/decomposition-table'.
16397         * lib/uninorm/decomposition-table.h: New file.
16398         * lib/uninorm/decomposition-table.c: New file.
16399         * lib/uninorm/decomposition-table1.h: New file, generated by
16400         gen-uni-tables.
16401         * lib/uninorm/decomposition-table2.h: New file, generated by
16402         gen-uni-tables.
16403         * modules/uninorm/decomposition-table: New file.
16404
16405         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
16406         (UC_DECOMP_*): New enumeration items.
16407         (get_decomposition): New function.
16408         (struct decomp_table): New type.
16409         (output_decomposition, output_decomposition_tables): New functions.
16410         (unicode_composition_exclusions): New variable.
16411         (fill_composition_exclusions, debug_output_composition_tables): New
16412         functions.
16413         (main): Accept one more argument. Invoke fill_composition_exclusions.
16414         Output decomposition and composition tables.
16415
16416         New module 'uninorm/base'.
16417         * lib/uninorm.h: New file.
16418         * lib/unictype.h: Update comment.
16419         * modules/uninorm/base: New file.
16420
16421 2009-02-21  David Lutterkort  <lutter@redhat.com>
16422
16423         Tests for module 'safe-alloc'.
16424         * tests/test-safe-alloc.c: New file.
16425         * modules/safe-alloc-tests: New file.
16426
16427         New module 'safe-alloc'.
16428         * lib/safe-alloc.h: New file.
16429         * lib/safe-alloc.c: New file.
16430         * m4/safe-alloc.m4: New file.
16431         * modules/safe-alloc: New file.
16432         * doc/safe-alloc.texi: New file.
16433         * doc/gnulib.texi: Include it.
16434         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
16435         safe-alloc.
16436
16437 2009-02-18  Bruno Haible  <bruno@clisp.org>
16438
16439         Fix link error on non-glibc systems.
16440         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
16441         variable.
16442         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
16443
16444 2009-02-18  Jim Meyering  <meyering@redhat.com>
16445
16446         fts: avoid used-uninitialized error due to recent change
16447         * lib/fts.c (fts_read): Guard uses of the new member,
16448         parent->fts_n_dirs_remaining, since it's not relevant for
16449         the parent of a directory specified on the command-line.
16450
16451 2009-02-17  James Youngman  <jay@gnu.org>
16452             Bruno Haible  <bruno@clisp.org>
16453
16454         * m4/include_next.m4: Reformulate comment.
16455
16456 2009-02-16  Jim Meyering  <meyering@redhat.com>
16457
16458         fts: add #if guards so that the fts_lgpl module still builds
16459         * lib/fts.c: Guard just-added hash-table-using parts with
16460         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
16461         Reported by Simon Josefsson.
16462
16463 2009-02-15  Bruno Haible  <bruno@clisp.org>
16464
16465         * modules/array-mergesort-tests: New file.
16466         * tests/test-array-mergesort.c: New file.
16467
16468         New module 'array-mergesort'.
16469         * modules/array-mergesort: New file.
16470         * lib/array-mergesort.h: New file.
16471
16472 2009-02-15  Bruno Haible  <bruno@clisp.org>
16473
16474         Fix 2009-02-07 commit.
16475         * lib/gen-uni-tables.c (output_predicate, output_category,
16476         output_combclass, output_bidi_category, output_decimal_digit,
16477         output_digit, output_numeric, output_mirror, output_scripts,
16478         output_ident_category, output_simple_mapping): Fix format directives.
16479         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
16480
16481 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
16482
16483         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
16484         fixes are available from IBM.
16485
16486 2009-02-13  Jim Meyering  <meyering@redhat.com>
16487
16488         fts: arrange not to stat non-directories in more cases
16489         This makes GNU find (when it doesn't need to stat each file)
16490         *much* more efficient at traversing reiserfs file systems.
16491         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
16492         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
16493         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
16494         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
16495         (leaf_optimization_applies): New function.
16496         (LCO_hash, LCO_compare): New helper functions.
16497         (link_count_optimize_ok): New function.
16498         (fts_stat): Initialize new member (if dir).
16499         (fts_read): Decrement parent's fts_n_dirs_remaining count if
16500         we've just stat'ed a directory.  Skip the stat call when possible.
16501         ---
16502         Note this AFS-related exchange:
16503         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
16504         and note find's pioctl call in find/fstype.c.
16505         But that is necessary only if you want to enable the
16506         optimization for AFS, and for now, I don't.
16507
16508         fts: move a function definition "up" (no semantic change)
16509         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
16510         "up" to precede upcoming use of a related function.
16511
16512 2009-02-11  Jim Meyering  <meyering@redhat.com>
16513
16514         fts: correct internal computation of nlinks (optimization-related)
16515         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
16516         whether the current entry is a directory, so don't test it.
16517
16518 2009-02-10  Bruno Haible  <bruno@clisp.org>
16519
16520         Tests for module 'uniwbrk/ulc-wordbreaks'.
16521         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
16522         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
16523         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
16524
16525         Tests for module 'uniwbrk/u32-wordbreaks'.
16526         * modules/uniwbrk/u32-wordbreaks-tests: New file.
16527         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
16528
16529         Tests for module 'uniwbrk/u16-wordbreaks'.
16530         * modules/uniwbrk/u16-wordbreaks-tests: New file.
16531         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
16532
16533         Tests for module 'uniwbrk/u8-wordbreaks'.
16534         * modules/uniwbrk/u8-wordbreaks-tests: New file.
16535         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
16536
16537 2009-02-10  Bruno Haible  <bruno@clisp.org>
16538
16539         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
16540         property.
16541         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
16542         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
16543         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
16544
16545 2009-02-10  Simon Josefsson  <simon@josefsson.org>
16546
16547         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
16548         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
16549
16550 2009-02-10  Bruno Haible  <bruno@clisp.org>
16551
16552         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
16553         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
16554         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
16555         * lib/unilbrk/u8-possible-linebreaks.c: Update.
16556         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
16557         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
16558
16559 2009-02-09  Simon Josefsson  <simon@josefsson.org>
16560
16561         * lib/sockets.h (gl_fd_to_handle): New function.
16562
16563         * tests/test-sockets.c: Call gl_fd_to_handle.
16564
16565 2009-02-09  Bruno Haible  <bruno@clisp.org>
16566
16567         * doc/havelib.texi: Document the conventions on bi-arch systems.
16568
16569 2009-02-08  Bruno Haible  <bruno@clisp.org>
16570
16571         Document the AC_LIB_LINKFLAGS macro.
16572         * doc/havelib.texi: New file, mostly written on 2005-05-24.
16573         * doc/gnulib.texi: Include it.
16574
16575 2009-02-08  Bruno Haible  <bruno@clisp.org>
16576
16577         Fix wrong order of sections, compared to TOC.
16578         * doc/gnulib.texi: Include relocatable-maint.texi after the
16579         "Regular expressions" node, not before.
16580
16581 2009-02-08  Bruno Haible  <bruno@clisp.org>
16582
16583         Tests for module 'unicase/totitle'.
16584         * modules/unicase/totitle-tests: New file.
16585
16586         Tests for module 'unicase/tolower'.
16587         * modules/unicase/tolower-tests: New file.
16588
16589         Tests for module 'unicase/toupper'.
16590         * modules/unicase/toupper-tests: New file.
16591         * tests/unicase/test-mapping-part1.h: New file.
16592         * tests/unicase/test-mapping-part2.h: New file.
16593
16594         New module 'unicase/totitle'.
16595         * modules/unicase/totitle: New file.
16596         * lib/unicase/totitle.c: New file.
16597
16598         New module 'unicase/tolower'.
16599         * modules/unicase/tolower: New file.
16600         * lib/unicase/tolower.c: New file.
16601
16602         New module 'unicase/toupper'.
16603         * modules/unicase/toupper: New file.
16604         * lib/unicase/toupper.c: New file.
16605         * lib/unicase/simple-mapping.h: New file.
16606
16607         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
16608         (mapping_table): New structure.
16609         (output_simple_mapping): New function.
16610         (main): Invoke output_simple_mapping_test and output_simple_mapping.
16611         * modules/gen-uni-tables (Description): Update.
16612         * lib/unicase/toupper.h: New file, automatically generated by
16613         gen-uni-tables.
16614         * lib/unicase/tolower.h: New file, automatically generated by
16615         gen-uni-tables.
16616         * lib/unicase/totitle.h: New file, automatically generated by
16617         gen-uni-tables.
16618         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
16619         gen-uni-tables.
16620         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
16621         gen-uni-tables.
16622         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
16623         gen-uni-tables.
16624
16625         New module 'unicase/base'.
16626         * modules/unicase/base: New file.
16627         * lib/unicase.h: New file.
16628
16629 2009-02-08  Bruno Haible  <bruno@clisp.org>
16630
16631         New module 'uniwbrk/ulc-wordbreaks'.
16632         * modules/uniwbrk/ulc-wordbreaks: New file.
16633         * lib/uniwbrk/ulc-wordbreaks.c: New file.
16634
16635         New module 'uniwbrk/u32-wordbreaks'.
16636         * modules/uniwbrk/u32-wordbreaks: New file.
16637         * lib/uniwbrk/u32-wordbreaks.c: New file.
16638
16639         New module 'uniwbrk/u16-wordbreaks'.
16640         * modules/uniwbrk/u16-wordbreaks: New file.
16641         * lib/uniwbrk/u16-wordbreaks.c: New file.
16642
16643         New module 'uniwbrk/u8-wordbreaks'.
16644         * modules/uniwbrk/u8-wordbreaks: New file.
16645         * lib/uniwbrk/u8-wordbreaks.c: New file.
16646         * lib/uniwbrk/u-wordbreaks.h: New file.
16647
16648         New module 'uniwbrk/table'.
16649         * modules/uniwbrk/table: New file.
16650         * lib/uniwbrk/wbrktable.h: New file.
16651         * lib/uniwbrk/wbrktable.c: New file.
16652
16653         New module 'uniwbrk/wordbreak-property'.
16654         * modules/uniwbrk/wordbreak-property: New file.
16655         * lib/uniwbrk/wordbreak-property.c: New file.
16656
16657         * lib/gen-uni-tables.c (WBP_*): New enum items.
16658         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
16659         (unicode_org_wbp): New variable.
16660         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
16661         New functions.
16662         (wbp_table): New structure.
16663         (output_wbp, output_wbrk_tables): New functions.
16664         (main): Accept additional argument. Invoke fill_org_wbp,
16665         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
16666         output_wbrk_tables.
16667         * modules/gen-uni-tables (Description): Update.
16668         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
16669         gen-uni-tables.
16670
16671         New module 'uniwbrk/base'.
16672         * modules/uniwbrk/base: New file.
16673         * lib/uniwbrk.h: New file.
16674
16675 2009-02-08  Bruno Haible  <bruno@clisp.org>
16676
16677         Update to Unicode 5.1.0.
16678         * lib/gen-uni-tables.c (is_property_alphabetic): Include
16679         U+2185..U+2188.
16680         (is_property_default_ignorable_code_point): Don't include characters
16681         of category Cc or Cs and not-a-characters.
16682         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
16683         U+0D79, U+109E, U+109F, U+A60C.
16684         * lib/unictype/bidi_of.h: Regenerated.
16685         * lib/unictype/blocks.h: Regenerated.
16686         * lib/unictype/categ_C.h: Regenerated.
16687         * lib/unictype/categ_Cf.h: Regenerated.
16688         * lib/unictype/categ_Cn.h: Regenerated.
16689         * lib/unictype/categ_L.h: Regenerated.
16690         * lib/unictype/categ_Ll.h: Regenerated.
16691         * lib/unictype/categ_Lm.h: Regenerated.
16692         * lib/unictype/categ_Lo.h: Regenerated.
16693         * lib/unictype/categ_Lu.h: Regenerated.
16694         * lib/unictype/categ_M.h: Regenerated.
16695         * lib/unictype/categ_Mc.h: Regenerated.
16696         * lib/unictype/categ_Me.h: Regenerated.
16697         * lib/unictype/categ_Mn.h: Regenerated.
16698         * lib/unictype/categ_N.h: Regenerated.
16699         * lib/unictype/categ_Nd.h: Regenerated.
16700         * lib/unictype/categ_Nl.h: Regenerated.
16701         * lib/unictype/categ_No.h: Regenerated.
16702         * lib/unictype/categ_P.h: Regenerated.
16703         * lib/unictype/categ_Pd.h: Regenerated.
16704         * lib/unictype/categ_Pe.h: Regenerated.
16705         * lib/unictype/categ_Pf.h: Regenerated.
16706         * lib/unictype/categ_Pi.h: Regenerated.
16707         * lib/unictype/categ_Po.h: Regenerated.
16708         * lib/unictype/categ_Ps.h: Regenerated.
16709         * lib/unictype/categ_S.h: Regenerated.
16710         * lib/unictype/categ_Sk.h: Regenerated.
16711         * lib/unictype/categ_Sm.h: Regenerated.
16712         * lib/unictype/categ_So.h: Regenerated.
16713         * lib/unictype/categ_of.h: Regenerated.
16714         * lib/unictype/combining.h: Regenerated.
16715         * lib/unictype/ctype_alnum.h: Regenerated.
16716         * lib/unictype/ctype_alpha.h: Regenerated.
16717         * lib/unictype/ctype_graph.h: Regenerated.
16718         * lib/unictype/ctype_lower.h: Regenerated.
16719         * lib/unictype/ctype_print.h: Regenerated.
16720         * lib/unictype/ctype_punct.h: Regenerated.
16721         * lib/unictype/ctype_upper.h: Regenerated.
16722         * lib/unictype/decdigit.h: Regenerated.
16723         * lib/unictype/digit.h: Regenerated.
16724         * lib/unictype/mirror.h: Regenerated.
16725         * lib/unictype/numeric.h: Regenerated.
16726         * lib/unictype/pr_alphabetic.h: Regenerated.
16727         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
16728         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
16729         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
16730         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
16731         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
16732         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
16733         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
16734         * lib/unictype/pr_combining.h: Regenerated.
16735         * lib/unictype/pr_dash.h: Regenerated.
16736         * lib/unictype/pr_decimal_digit.h: Regenerated.
16737         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
16738         * lib/unictype/pr_deprecated.h: Regenerated.
16739         * lib/unictype/pr_diacritic.h: Regenerated.
16740         * lib/unictype/pr_extender.h: Regenerated.
16741         * lib/unictype/pr_format_control.h: Regenerated.
16742         * lib/unictype/pr_grapheme_base.h: Regenerated.
16743         * lib/unictype/pr_grapheme_extend.h: Regenerated.
16744         * lib/unictype/pr_grapheme_link.h: Regenerated.
16745         * lib/unictype/pr_id_continue.h: Regenerated.
16746         * lib/unictype/pr_id_start.h: Regenerated.
16747         * lib/unictype/pr_ideographic.h: Regenerated.
16748         * lib/unictype/pr_ignorable_control.h: Regenerated.
16749         * lib/unictype/pr_lowercase.h: Regenerated.
16750         * lib/unictype/pr_math.h: Regenerated.
16751         * lib/unictype/pr_numeric.h: Regenerated.
16752         * lib/unictype/pr_other_alphabetic.h: Regenerated.
16753         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
16754         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
16755         * lib/unictype/pr_other_id_continue.h: Regenerated.
16756         * lib/unictype/pr_other_lowercase.h: Regenerated.
16757         * lib/unictype/pr_other_math.h: Regenerated.
16758         * lib/unictype/pr_punctuation.h: Regenerated.
16759         * lib/unictype/pr_sentence_terminal.h: Regenerated.
16760         * lib/unictype/pr_soft_dotted.h: Regenerated.
16761         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
16762         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
16763         * lib/unictype/pr_unified_ideograph.h: Regenerated.
16764         * lib/unictype/pr_uppercase.h: Regenerated.
16765         * lib/unictype/pr_xid_continue.h: Regenerated.
16766         * lib/unictype/pr_xid_start.h: Regenerated.
16767         * lib/unictype/pr_zero_width.h: Regenerated.
16768         * lib/unictype/scripts.h: Regenerated.
16769         * lib/unictype/scripts_byname.gperf: Regenerated.
16770         * lib/unictype/sy_java_ident.h: Regenerated.
16771         * lib/unilbrk/lbrkprop1.h: Regenerated.
16772         * lib/unilbrk/lbrkprop2.h: Regenerated.
16773         * tests/unictype/test-categ_C.c: Regenerated.
16774         * tests/unictype/test-categ_Cf.c: Regenerated.
16775         * tests/unictype/test-categ_Cn.c: Regenerated.
16776         * tests/unictype/test-categ_L.c: Regenerated.
16777         * tests/unictype/test-categ_Ll.c: Regenerated.
16778         * tests/unictype/test-categ_Lm.c: Regenerated.
16779         * tests/unictype/test-categ_Lo.c: Regenerated.
16780         * tests/unictype/test-categ_Lu.c: Regenerated.
16781         * tests/unictype/test-categ_M.c: Regenerated.
16782         * tests/unictype/test-categ_Mc.c: Regenerated.
16783         * tests/unictype/test-categ_Me.c: Regenerated.
16784         * tests/unictype/test-categ_Mn.c: Regenerated.
16785         * tests/unictype/test-categ_N.c: Regenerated.
16786         * tests/unictype/test-categ_Nd.c: Regenerated.
16787         * tests/unictype/test-categ_Nl.c: Regenerated.
16788         * tests/unictype/test-categ_No.c: Regenerated.
16789         * tests/unictype/test-categ_P.c: Regenerated.
16790         * tests/unictype/test-categ_Pd.c: Regenerated.
16791         * tests/unictype/test-categ_Pe.c: Regenerated.
16792         * tests/unictype/test-categ_Pf.c: Regenerated.
16793         * tests/unictype/test-categ_Pi.c: Regenerated.
16794         * tests/unictype/test-categ_Po.c: Regenerated.
16795         * tests/unictype/test-categ_Ps.c: Regenerated.
16796         * tests/unictype/test-categ_S.c: Regenerated.
16797         * tests/unictype/test-categ_Sk.c: Regenerated.
16798         * tests/unictype/test-categ_Sm.c: Regenerated.
16799         * tests/unictype/test-categ_So.c: Regenerated.
16800         * tests/unictype/test-ctype_alnum.c: Regenerated.
16801         * tests/unictype/test-ctype_alpha.c: Regenerated.
16802         * tests/unictype/test-ctype_graph.c: Regenerated.
16803         * tests/unictype/test-ctype_lower.c: Regenerated.
16804         * tests/unictype/test-ctype_print.c: Regenerated.
16805         * tests/unictype/test-ctype_punct.c: Regenerated.
16806         * tests/unictype/test-ctype_upper.c: Regenerated.
16807         * tests/unictype/test-decdigit.h: Regenerated.
16808         * tests/unictype/test-digit.h: Regenerated.
16809         * tests/unictype/test-numeric.h: Regenerated.
16810         * tests/unictype/test-pr_alphabetic.c: Regenerated.
16811         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
16812         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
16813         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
16814         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
16815         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
16816         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
16817         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
16818         * tests/unictype/test-pr_combining.c: Regenerated.
16819         * tests/unictype/test-pr_dash.c: Regenerated.
16820         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
16821         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
16822         * tests/unictype/test-pr_deprecated.c: Regenerated.
16823         * tests/unictype/test-pr_diacritic.c: Regenerated.
16824         * tests/unictype/test-pr_extender.c: Regenerated.
16825         * tests/unictype/test-pr_format_control.c: Regenerated.
16826         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
16827         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
16828         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
16829         * tests/unictype/test-pr_id_continue.c: Regenerated.
16830         * tests/unictype/test-pr_id_start.c: Regenerated.
16831         * tests/unictype/test-pr_ideographic.c: Regenerated.
16832         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
16833         * tests/unictype/test-pr_lowercase.c: Regenerated.
16834         * tests/unictype/test-pr_math.c: Regenerated.
16835         * tests/unictype/test-pr_numeric.c: Regenerated.
16836         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
16837         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
16838         Regenerated.
16839         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
16840         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
16841         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
16842         * tests/unictype/test-pr_other_math.c: Regenerated.
16843         * tests/unictype/test-pr_punctuation.c: Regenerated.
16844         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
16845         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
16846         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
16847         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
16848         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
16849         * tests/unictype/test-pr_uppercase.c: Regenerated.
16850         * tests/unictype/test-pr_xid_continue.c: Regenerated.
16851         * tests/unictype/test-pr_xid_start.c: Regenerated.
16852         * tests/unictype/test-pr_zero_width.c: Regenerated.
16853
16854         Update to Unicode 5.1.0.
16855         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
16856         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
16857         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
16858         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
16859         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
16860         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
16861         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
16862         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
16863         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
16864         (nonspacing_table_ind): Update.
16865         * tests/uniwidth/test-uc_width2.sh: Update expected result.
16866
16867         Update to Unicode 5.1.0.
16868         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
16869         code transform.
16870         * lib/uniname/uniname.c (unicode_character_name,
16871         unicode_name_character): Add the range 0x1Fxxx to the code transform.
16872         * lib/uniname/uninames.h: Regenerated.
16873         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
16874
16875 2009-02-07  Bruno Haible  <bruno@clisp.org>
16876
16877         Merge gen-ctype and gen-lbrk into a single program.
16878         * lib/gen-uni-tables.c: New file, incorporating
16879         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
16880         Add directory prefixes to the names of the generated files.
16881         * lib/unictype/gen-ctype.c: Remove file.
16882         * lib/unilbrk/gen-lbrk.c: Remove file.
16883         * modules/gen-uni-tables: New file.
16884         * modules/unictype/gen-ctype: Remove file.
16885         * modules/unilbrk/gen-lbrk: Remove file.
16886
16887 2009-02-07  Bruno Haible  <bruno@clisp.org>
16888
16889         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
16890
16891         New module 'unistr/u32-strcoll'.
16892         * modules/unistr/u32-strcoll: New file.
16893         * lib/unistr/u32-strcoll.c: New file.
16894
16895         New module 'unistr/u16-strcoll'.
16896         * modules/unistr/u16-strcoll: New file.
16897         * lib/unistr/u16-strcoll.c: New file.
16898
16899         New module 'unistr/u8-strcoll'.
16900         * modules/unistr/u8-strcoll: New file.
16901         * lib/unistr/u8-strcoll.c: New file.
16902         * lib/unistr/u-strcoll.h: New file.
16903
16904 2009-02-07  Bruno Haible  <bruno@clisp.org>
16905
16906         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
16907         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
16908         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
16909         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
16910         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
16911         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
16912
16913 2009-02-07  Bruno Haible  <bruno@clisp.org>
16914
16915         Make 64-bit clean.
16916         * lib/unictype/gen-ctype.c (output_predicate, output_category,
16917         output_combclass, output_bidi_category, output_decimal_digit,
16918         output_digit, output_numeric, output_mirror, output_scripts,
16919         output_ident_category): Use proper width specifier in format strings.
16920
16921 2009-02-07  Bruno Haible  <bruno@clisp.org>
16922
16923         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
16924         failure behaviour.
16925
16926 2009-02-07  Jim Meyering  <meyering@redhat.com>
16927
16928         regex: avoid compilation failure with upcoming gcc-4.4
16929         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
16930         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
16931         "... error: integer overflow in preprocessor expression".
16932
16933 2009-02-05  Ben Pfaff  <blp@gnu.org>
16934
16935         Fix link errors on Windows when close module is used.
16936         * modules/close: Add $(LIB_CLOSE) to Link section.
16937         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
16938         $(LIB_CLOSE) on Windows.
16939
16940 2009-02-05  Jim Meyering  <meyering@redhat.com>
16941
16942         still avoid unused-parameter warnings, but do it cleanly
16943         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
16944         (get_fs_usage): Cast to void instead.
16945         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
16946         (dev_from_mount_options, read_file_system_list): Cast to void.
16947         Prompted by Bruno Haible.
16948
16949 2009-02-04  Jim Meyering  <meyering@redhat.com>
16950
16951         fsusage.c: correct copyright year
16952         * lib/fsusage.c: Reflect year in which the change is pushed into
16953
16954         avoid misc. warnings
16955         * lib/fsusage.c (UNUSED_PARAM): Define.
16956         (get_fs_usage): Mark parameter "disk" as unused.
16957         * lib/getugroups.c (getgrent): Use "void" in prototype.
16958         * lib/mountlist.c: Mark unused parameters.
16959         (read_file_system_list): Declare a local with "const".
16960         * lib/nanosleep.c (getnow): Declare static.
16961         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
16962
16963         dirfd: set errno upon failure
16964         * lib/dirfd.c: Include <errno.h>.
16965         Set errno to ENOTSUP when returning -1.
16966         * modules/dirfd (Depends-on): Add errno.
16967         Suggested by John Kodis <kodis@comcast.net>.
16968
16969 2009-02-01  Bruno Haible  <bruno@clisp.org>
16970
16971         Don't assume sizeof (long) >= sizeof (void *).
16972         * lib/memcmp.c: Include stdint.h.
16973         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
16974         srcp2 to 'const byte *'.
16975         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
16976         types to uintptr_t.
16977         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
16978         * modules/memcmp (Depends-on): Add stdint.
16979         Reported by Ozkan Sezer <sezeroz@gmail.com>.
16980
16981 2009-01-30  Eric Blake  <ebb9@byu.net>
16982
16983         fix more require-before-expand issues
16984         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
16985         expand, AC_PROG_AWK.
16986         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
16987
16988 2009-01-28  Eric Blake  <ebb9@byu.net>
16989
16990         version-etc: use consistent URL formatting
16991         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
16992         Improve formatting.  Use fputs for string without %.
16993
16994 2009-01-28  Jim Meyering  <meyering@redhat.com>
16995
16996         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
16997         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
16998         "underquoted definition of NAME" from autoconf-2.59.
16999
17000 2009-01-28  Bruno Haible  <bruno@clisp.org>
17001
17002         * doc/gnulib.texi: Add "Obsolete modules" to index.
17003
17004 2009-01-28  Jim Meyering  <meyering@redhat.com>
17005
17006         useless-if-before-free: recognize more variants
17007         * build-aux/useless-if-before-free: Also recognize e.g.,
17008         if (NULL != p) free (p);
17009
17010 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
17011
17012         test-getaddrinfo: skip (don't fail) this test when there's no network
17013         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
17014         on the presumption that it means you lack network access.
17015
17016 2009-01-26  Jim Meyering  <meyering@redhat.com>
17017
17018         fflush: avoid warnings on modern systems
17019         * lib/fflush.c (rpl_fflush): Move declarations of locals,
17020         pos and result, into scopes where they're used.
17021
17022 2009-01-26  Eric Blake  <ebb9@byu.net>
17023
17024         Silence warning reintroduced by recent extensions patch.
17025         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
17026         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
17027         autoconf.
17028
17029         Backport improved autoconf semantics of AC_DEFUN_ONCE.
17030         * m4/00gnulib.m4: New file.
17031         * gnulib-tool (func_get_filelist): Always use it.
17032         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
17033         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
17034
17035 2009-01-25  Bruno Haible  <bruno@clisp.org>
17036
17037         Make test-quotearg work on MacOS X and AIX.
17038         * tests/test-quotearg.sh: New file.
17039         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
17040         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
17041         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
17042         include <libintl.h>.
17043         (fake_locale): Remove variable.
17044         (gettext, dgettext, dcgettext): Remove functions.
17045         (main): Instead of setting a fake locale, set a real locale. Call
17046         textdomain and bindtextdomain.
17047         * modules/quotearg-tests (Files): Add the new files.
17048         (Depends-on): Add gettext, setenv, unsetenv.
17049         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
17050         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
17051         Augment TESTS_ENVIRONMENT.
17052
17053 2009-01-25  Bruno Haible  <bruno@clisp.org>
17054
17055         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
17056         fr_FR.ISO8859-1 locale on MacOS X.
17057         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
17058         ja_JP.eucJP locale on MacOS X.
17059         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
17060         zh_CN.GB18030 locale on MacOS X.
17061
17062 2009-01-25  Bruno Haible  <bruno@clisp.org>
17063
17064         Avoid link errors on MacOS X 10.3.
17065         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
17066         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
17067
17068 2009-01-25  Bruno Haible  <bruno@clisp.org>
17069
17070         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
17071         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
17072         * modules/pipe (Files): Remove m4/posix_spawn.m4.
17073         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
17074         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
17075         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
17076         posix_spawnattr_init, posix_spawnattr_setsigmask,
17077         posix_spawnattr_setflags, posix_spawnattr_destroy.
17078
17079         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
17080         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
17081         * modules/execute (Files): Remove m4/posix_spawn.m4.
17082         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
17083         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
17084         posix_spawnattr_init, posix_spawnattr_setsigmask,
17085         posix_spawnattr_setflags, posix_spawnattr_destroy.
17086
17087 2009-01-25  Bruno Haible  <bruno@clisp.org>
17088
17089         * lib/glthread/threadlib.c: Include <stdlib.h>.
17090
17091 2009-01-25  Bruno Haible  <bruno@clisp.org>
17092
17093         * lib/glthread/threadlib.c (dummy): New declaration.
17094
17095 2009-01-25  Bruno Haible  <bruno@clisp.org>
17096
17097         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
17098         multibyte characters also for the GB18030 encoding. Don't crash when
17099         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
17100
17101 2009-01-25  Bruno Haible  <bruno@clisp.org>
17102
17103         Avoid redefining 'struct random_data' on OSF/1 5.1.
17104         * lib/stdlib.in.h: Include <random.h> if it exists.
17105         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
17106         HAVE_RANDOM_H. Include <random.h> when testing whether
17107         'struct random_data' exists.
17108         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
17109
17110 2009-01-25  Bruno Haible  <bruno@clisp.org>
17111
17112         Don't install charset.alias on MacOS X >= 10.3.
17113         * lib/localcharset.c (DARWIN7): New macro.
17114         (get_charset_aliases): Hardcode the result for Darwin7.
17115         * modules/localcharset (install-exec-local): Don't install
17116         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
17117
17118 2009-01-25  Bruno Haible  <bruno@clisp.org>
17119
17120         Don't install charset.alias on mingw and Cygwin.
17121         * modules/localcharset (install-exec-local): Don't install
17122         charset.alias on mingw and Cygwin, if the file does not yet exist.
17123         The result for these platforms is hardcoded in localcharset.c.
17124
17125 2009-01-25  Bruno Haible  <bruno@clisp.org>
17126
17127         Make it possible again to use AC_GNU_SOURCE together with gnulib.
17128         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
17129         before requiring AC_USE_SYSTEM_EXTENSIONS.
17130
17131 2009-01-25  Jim Meyering  <meyering@redhat.com>
17132
17133         c-strtod: avoid warnings
17134         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
17135         "assignment discards qualifiers from pointer target type" warnings.
17136
17137 2009-01-24  Bruno Haible  <bruno@clisp.org>
17138
17139         Add support for non-UTF-8 locales on MacOS X.
17140         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
17141         canonical encodings. For Darwin 7 and newer, don't map traditional
17142         encodings to UTF-8.
17143         Reported by Vincent Lefevre <vincent@vinc17.org>
17144         at <http://savannah.gnu.org/bugs/?25235>.
17145
17146 2009-01-24  Bruno Haible  <bruno@clisp.org>
17147
17148         * doc/gnulib.texi (Obsolete modules): New section.
17149         Reported by Mike Frysinger <vapier@gentoo.org>.
17150
17151 2009-01-24  Bruno Haible  <bruno@clisp.org>
17152
17153         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
17154         (%.dvi): New rule.
17155
17156 2009-01-24  Bruno Haible  <bruno@clisp.org>
17157
17158         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
17159         Reported by Eric Blake.
17160
17161 2009-01-24  Bruno Haible  <bruno@clisp.org>
17162
17163         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
17164         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
17165         Reported by Gary V. Vaughan <gary@gnu.org>.
17166
17167 2009-01-24  Bruno Haible  <bruno@clisp.org>
17168
17169         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
17170
17171 2009-01-23  Bruno Haible  <bruno@clisp.org>
17172
17173         Make c-strtod, c-strtold usable in libraries.
17174         * lib/c-strtod.c: Include string.h instead of xalloc.h.
17175         (C_STRTOD): Call strdup instead of xstrdup.
17176         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
17177         * modules/c-strtold (Depends-on): Likewise.
17178         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
17179         * NEWS: Mention the change.
17180         Reported by Michael Gold <mgold@ncf.ca>.
17181
17182 2009-01-23  Jim Meyering  <meyering@redhat.com>
17183
17184         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
17185         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
17186         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
17187
17188 2009-01-23  Simon Josefsson  <simon@josefsson.org>
17189
17190         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
17191         GNU CoreUtils.
17192         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
17193         * modules/version-etc (Description): Update.
17194
17195 2009-01-22  Bruno Haible  <bruno@clisp.org>
17196
17197         Cache the C locale object.
17198         * lib/c-strtod.c (c_locale_cache): New variable.
17199         (c_locale): New function.
17200         (C_STRTOD): Use it, and don't call freelocale.
17201         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
17202         Suggested by Paolo Bonzini.
17203
17204 2009-01-21  Bruno Haible  <bruno@clisp.org>
17205
17206         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
17207         conditions other than overflow.
17208
17209 2009-01-21  Bruno Haible  <bruno@clisp.org>
17210
17211         * lib/c-strtod.c: Include errno.h.
17212         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
17213         value from STRTOD_L and STRTOD.
17214
17215 2009-01-21  Bruno Haible  <bruno@clisp.org>
17216         and Jim Meyering  <meyering@redhat.com>
17217
17218         nanosleep: skip configure test (fail it) for apple universal builds
17219         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
17220         universal builds, assume that nanosleep does not work.
17221         * modules/nanosleep (Depends-on): Add multiarch.
17222
17223         mktime: skip configure test (fail it) for apple universal builds
17224         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
17225         universal builds, assume that mktime does not work.
17226         * modules/mktime (Depends-on): Add multiarch.
17227
17228 2009-01-21  Eric Blake  <ebb9@byu.net>
17229
17230         multiarch: avoid expand-before-require warning
17231         * modules/multiarch (configure.ac): Require, rather than expand,
17232         gl_MULTIARCH.
17233         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
17234         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
17235         enforce that all clients require it.  Partial reversion of
17236         2008-12-29 patch.
17237
17238         error: avoid expand-before-require warning
17239         * modules/errno (configure.ac): Require, rather than expand,
17240         gl_HEADER_ERRNO_H.
17241         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
17242         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
17243         enforce that all clients require it.
17244
17245         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
17246         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
17247         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
17248         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
17249
17250 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
17251
17252         Revert:
17253         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
17254
17255         regex: do not depend on obsolete modules.
17256         * modules/regex: Remove memcmp and memmove.
17257
17258 2009-01-20  Bruno Haible  <bruno@clisp.org>
17259
17260         Make the 'link' module link on Windows NT 4.
17261         * lib/link.c (_WIN32_WINNT): Don't define.
17262         (CreateHardLinkFuncType): New type.
17263         (CreateHardLinkFunc, initialized): New variables.
17264         (initialize): New function.
17265         (link): Invoke CreateHardLink indirectly through the function pointer.
17266
17267 2009-01-20  Bruno Haible  <bruno@clisp.org>
17268
17269         Fix compilation failure on mingw.
17270         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
17271
17272 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
17273
17274         * doc/c-strtod.texi: Mention a couple of restrictions.
17275
17276 2009-01-20  Jim Meyering  <meyering@redhat.com>
17277
17278         gettimeofday: move more declarations out of functions
17279         * lib/gettimeofday.c: Move extern declarations of tzset and
17280         gmtime out of containing functions.  Prompted by Bruno Haible.
17281
17282 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
17283
17284         regex: do not depend on obsolete modules.
17285         * modules/regex: Remove memcmp and memmove.
17286
17287 2009-01-19  Bruno Haible  <bruno@clisp.org>
17288
17289         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
17290         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
17291         gl_BIGENDIAN, not AC_C_BIGENDIAN.
17292         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
17293         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
17294
17295 2009-01-19  Bruno Haible  <bruno@clisp.org>
17296
17297         * tests/test-link.c: Include <errno.h>.
17298         (main): Exit with code 77 when a hard link cannot be created due to
17299         the file system.
17300         * tests/test-link.sh: Skip test when a hard link cannot be created due
17301         to the file system.
17302         Suggested by Eric Blake.
17303
17304 2009-01-19  Martin Lambers  <marlam@marlam.de>
17305
17306         * modules/link-tests: New file.
17307         * tests/test-link.sh: New file.
17308         * tests/test-link.c: New file.
17309
17310 2009-01-19  Eric Blake  <ebb9@byu.net>
17311
17312         doc: mention another function added in cygwin 1.7.0
17313         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
17314         Another new function in cygwin 1.7.
17315
17316 2009-01-19  Bruno Haible  <bruno@clisp.org>
17317
17318         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
17319         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
17320         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
17321         gl_BIGENDIAN, not AC_C_BIGENDIAN.
17322         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
17323         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
17324         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
17325         * m4/md4.m4 (gl_MD4): Likewise.
17326         * m4/md5.m4 (gl_MD5): Likewise.
17327         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
17328         * m4/sha1.m4 (gl_SHA1): Likewise.
17329         * m4/sha256.m4 (gl_SHA256): Likewise.
17330         * m4/sha512.m4 (gl_SHA512): Likewise.
17331
17332 2009-01-19  Bruno Haible  <bruno@clisp.org>
17333
17334         * modules/uniname/uniname-tests (Depends-on): Add progname.
17335         * tests/uniname/test-uninames.c: Include progname.h.
17336         (main): Call set_program_name.
17337
17338         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
17339         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
17340         (main): Call set_program_name.
17341
17342         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
17343         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
17344         (main): Call set_program_name.
17345
17346         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
17347         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
17348         (main): Call set_program_name.
17349
17350         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
17351         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
17352         (main): Call set_program_name.
17353
17354         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
17355         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
17356         (main): Call set_program_name.
17357
17358         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
17359         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
17360         (main): Call set_program_name.
17361
17362         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
17363         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
17364         (main): Call set_program_name.
17365
17366         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
17367         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
17368         (main): Call set_program_name.
17369
17370 2009-01-19  Eric Blake  <ebb9@byu.net>
17371
17372         test-unistd: test previous patch
17373         * tests/test-unistd.c: Test *_FILENO macros.
17374
17375         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
17376         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17377         Guarantee a definition.
17378         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
17379         * modules/unistd-safer (Depends-on): Add dependency on unistd.
17380         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
17381         * lib/dup-safer.c (STDERR_FILENO): Likewise.
17382         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17383         Likewise.
17384         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
17385         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
17386         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17387         Likewise.
17388         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
17389         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
17390         (STDERR_FILENO): Likewise.
17391         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
17392         (STDERR_FILENO): Likewise.
17393         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
17394         (STDERR_FILENO): Likewise.
17395         Reported by Elbert Pol.
17396
17397 2009-01-19  Eric Blake  <ebb9@byu.net>
17398
17399         doc: mention more functions added in cygwin 1.7.0
17400         * doc/posix-functions/abort.texi (abort): Update wording related
17401         to cygwin.
17402         * doc/posix-functions/daylight.texi (daylight): Likewise.
17403         * doc/posix-functions/optarg.texi (optarg): Likewise.
17404         * doc/posix-functions/optarg.texi (opterr): Likewise.
17405         * doc/posix-functions/optarg.texi (optind): Likewise.
17406         * doc/posix-functions/optarg.texi (optopt): Likewise.
17407         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
17408         worked in 1.5.x, and was withdrawn in 1.7.
17409         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
17410         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
17411         cygwin versions.
17412         * doc/posix-functions/perror.texi (perror): Likewise.
17413         * doc/posix-functions/printf.texi (printf): Likewise.
17414         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
17415         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
17416         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
17417         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
17418         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
17419         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
17420         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
17421         Likewise.
17422         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
17423         Likewise.
17424         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
17425         this function.
17426         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
17427         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
17428         Likewise.
17429         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
17430         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
17431         * doc/posix-functions/confstr.texi (confstr): Likewise.
17432         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
17433         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
17434         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
17435         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
17436         * doc/posix-functions/fputws.texi (fputws): Likewise.
17437         * doc/posix-functions/fwide.texi (fwide): Likewise.
17438         * doc/posix-functions/getwc.texi (getwc): Likewise.
17439         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
17440         * doc/posix-functions/putwc.texi (putwc): Likewise.
17441         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
17442         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
17443         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
17444         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
17445         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
17446         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
17447         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
17448         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
17449         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
17450         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
17451         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
17452
17453 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
17454
17455         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
17456         * lib/ioctl.c: Include <sys/ioctl.h>.
17457
17458 2009-01-19  Simon Josefsson  <simon@josefsson.org>
17459
17460         * modules/getdate-tests (Depends-on): Add progname.
17461         * tests/test-getdate.c: Use progname module, to avoid link errors
17462         on non-glibc systems.
17463
17464 2009-01-18  Simon Josefsson  <simon@josefsson.org>
17465
17466         * modules/filenamecat-tests (Depends-on): Add progname.
17467         * modules/fstrcmp-tests (Depends-on): Likewise.
17468
17469         * tests/test-filenamecat.c: Use progname module, to avoid link
17470         errors on non-glibc systems.
17471         * tests/test-fstrcmp.c: Likewise.
17472
17473 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
17474
17475         gettimeofday: avoid warning: nested extern declaration of 'localtime'
17476         * lib/gettimeofday.c: Move extern declaration out of function.
17477
17478 2009-01-18  Bruno Haible  <bruno@clisp.org>
17479
17480         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
17481         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
17482         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
17483
17484 2009-01-18  Bruno Haible  <bruno@clisp.org>
17485
17486         * lib/strftime.c (MEMPCPY): Remove unused macro.
17487         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
17488
17489 2009-01-18  Martin Lambers  <marlam@marlam.de>
17490
17491         New module 'link'.
17492         * lib/unistd.in.h (link): New declaration.
17493         * lib/link.c: New file.
17494         * m4/link.m4: New file.
17495         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
17496         HAVE_LINK.
17497         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
17498         * modules/link: New file.
17499         * doc/posix-functions/link.texi: Mention the new module.
17500
17501 2009-01-18  Bruno Haible  <bruno@clisp.org>
17502
17503         * tests/test-avltree_list.c (main): Call set_program_name.
17504         * tests/test-avltree_oset.c (main): Likewise.
17505         * tests/test-obstack-printf.c: Include progname.h.
17506         (main): Call set_program_name.
17507         * tests/test-quotearg.c: Include progname.h.
17508         (main): Call set_program_name.
17509         * tests/test-xmemdup0.c: Include progname.h.
17510         (main): Call set_program_name.
17511
17512 2009-01-18  Bruno Haible  <bruno@clisp.org>
17513
17514         New module 'alphasort'.
17515         * lib/dirent.in.h (alphasort): New declaration.
17516         * lib/alphasort.c: New file, from glibc with modifications.
17517         * m4/alphasort.m4: New file.
17518         * modules/alphasort: New file.
17519         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
17520         HAVE_ALPHASORT.
17521         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
17522         HAVE_ALPHASORT.
17523         * doc/posix-functions/alphasort.texi: Mention the new module and the
17524         portability problems.
17525
17526 2009-01-18  Bruno Haible  <bruno@clisp.org>
17527
17528         New module 'scandir'.
17529         * lib/dirent.in.h (scandir): New declaration.
17530         * lib/scandir.c: New file, from glibc with modifications.
17531         * m4/scandir.m4: New file.
17532         * modules/scandir: New file.
17533         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
17534         HAVE_SCANDIR.
17535         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
17536         HAVE_SCANDIR.
17537         * doc/posix-functions/scandir.texi: Mention the new module and the
17538         portability problems.
17539
17540 2009-01-17  Bruno Haible  <bruno@clisp.org>
17541
17542         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
17543         Update documentation.
17544         (func_remove_suffix): Escape all dots in the suffix. Update
17545         documentation.
17546         (func_filter_filelist): Update documentation.
17547         Reported by Ralf Wildenhues.
17548
17549 2009-01-17  Bruno Haible  <bruno@clisp.org>
17550
17551         * modules/dprintf-posix-tests: New file.
17552         * tests/test-dprintf-posix.sh: New file.
17553         * tests/test-dprintf-posix.c: New file.
17554
17555         New modules 'dprintf', 'dprintf-posix'.
17556         * lib/stdio.in.h (dprintf): New declaration.
17557         * lib/dprintf.c: New file.
17558         * m4/dprintf.m4: New file.
17559         * m4/dprintf-posix.m4: New file.
17560         * modules/dprintf: New file.
17561         * modules/dprintf-posix: New file.
17562         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
17563         HAVE_DPRINTF, REPLACE_DPRINTF.
17564         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
17565         HAVE_DPRINTF, REPLACE_DPRINTF.
17566         * doc/posix-functions/dprintf.texi: Mention the new modules.
17567
17568 2009-01-17  Bruno Haible  <bruno@clisp.org>
17569
17570         * modules/vdprintf-posix-tests: New file.
17571         * tests/test-vdprintf-posix.sh: New file.
17572         * tests/test-vdprintf-posix.c: New file.
17573
17574         New modules 'vdprintf', 'vdprintf-posix'.
17575         * lib/stdio.in.h (vdprintf): New declaration.
17576         * lib/vdprintf.c: New file.
17577         * m4/vdprintf.m4: New file.
17578         * m4/vdprintf-posix.m4: New file.
17579         * modules/vdprintf: New file.
17580         * modules/vdprintf-posix: New file.
17581         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
17582         HAVE_VDPRINTF, REPLACE_VDPRINTF.
17583         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
17584         HAVE_VDPRINTF, REPLACE_VDPRINTF.
17585         * doc/posix-functions/vdprintf.texi: Mention the new modules.
17586
17587 2009-01-17  Bruno Haible  <bruno@clisp.org>
17588
17589         Fix replacement of fopen on mingw.
17590         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
17591         mingw.
17592
17593 2009-01-17  Bruno Haible  <bruno@clisp.org>
17594
17595         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
17596         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
17597
17598 2009-01-17  Bruno Haible  <bruno@clisp.org>
17599
17600         Avoid test-fflush2.sh failure on mingw.
17601         * tests/test-fflush2.c: Include binary-io.h.
17602         (main): Put standard input into binary mode.
17603         * modules/fflush-tests (Depends-on): Add binary-io.
17604
17605 2009-01-17  Bruno Haible  <bruno@clisp.org>
17606
17607         * lib/wchar.in.h: In another particular situation, include only the
17608         system's <wchar.h> file.
17609         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
17610         Reported by Albert Chin-A-Young <china@thewrittenword.com>
17611         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
17612
17613 2009-01-17  Bruno Haible  <bruno@clisp.org>
17614
17615         Support for stripping executables in --enable-relocatable.
17616         * build-aux/install-reloc: Expect one more argument, or an environment
17617         variable RELOC_STRIP_PROG. If set, strip the destination program and
17618         its wrapper.
17619         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
17620         RELOC_STRIP_PROG.
17621         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
17622         to set RELOCATABLE_STRIP.
17623         * NEWS: Mention the new Makefile requirement.
17624
17625 2009-01-17  Bruno Haible  <bruno@clisp.org>
17626
17627         * build-aux/install-reloc: Remove debugging information left over by
17628         C compiler on MacOS X.
17629
17630 2009-01-17  Bruno Haible  <bruno@clisp.org>
17631
17632         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
17633         * lib/progreloc.c (find_executable): Fix type of pointer passed to
17634         _NSGetExecutablePath.
17635
17636 2009-01-16  Jim Meyering  <meyering@redhat.com>
17637
17638         strerror: avoid warnings about discarding "const"
17639         * lib/strerror.c (rpl_strerror): Instead of returning a const
17640         string from each and every "case", use a variable, and add a single
17641         cast after the switch.
17642
17643 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
17644
17645         * lib/arpa_inet.in.h: Add extern "C" block for C++.
17646
17647 2009-01-16  Bruno Haible  <bruno@clisp.org>
17648
17649         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
17650         array initializer syntax that also works in C++ mode.
17651         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17652
17653 2009-01-16  Jim Meyering  <meyering@redhat.com>
17654
17655         poll: suppress a warning
17656         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
17657         to ignore "...unsigned expression < 0 is always false" warnings.
17658
17659 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
17660
17661         poll: remove declarations of unused variables
17662         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
17663         sockbuf and optlen.
17664
17665 2009-01-15  Bruno Haible  <bruno@clisp.org>
17666
17667         Make fflush-after-ungetc POSIX compliant on BSD systems.
17668         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
17669         (clear_ungetc_buffer): Implement also for other systems.
17670         (rpl_fflush): On glibc systems, invoke
17671         clear_ungetc_buffer_preserving_position. Otherwise, invoke
17672         clear_ungetc_buffer after fetching the stream's position, not before.
17673
17674 2009-01-15  Bruno Haible  <bruno@clisp.org>
17675
17676         Make fflush-after-ungetc POSIX compliant on glibc systems.
17677         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
17678         after ungetc.
17679         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
17680         (rpl_fflush): On glibc systems, simply call the system's fflush
17681         function after clearing the ungetc buffer.
17682         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
17683         Instead, lseek only to the end of file, then use the system's fseeko
17684         for the rest. On glibc systems, reset the EOF indicator bit.
17685
17686 2009-01-15  Jim Meyering  <meyering@redhat.com>
17687
17688         openmp.m4: revert quote-adding change, for portability to older autoconf
17689         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
17690         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
17691         Simon Josefsson noticed the problem when using autoconf-2.61.
17692
17693 2009-01-15  Bruno Haible  <bruno@clisp.org>
17694
17695         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
17696         * tests/test-fflush2.c (ASSERT): Always fail.
17697         (main): Add two tests for fflush() after ungetc(), taking into account
17698         the Austin Group's clarification.
17699         Suggested by Eric Blake.
17700
17701 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
17702
17703         mktime.m4: remove K&R-style function prototypes
17704         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
17705         for the Sun C++ compiler.
17706
17707 2009-01-14  Bruno Haible  <bruno@clisp.org>
17708
17709         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
17710         while including <wchar.h>.
17711         * lib/wchar.in.h: In two particular situations on HP-UX, include only
17712         the system's <wchar.h> file.
17713         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17714
17715 2009-01-14  Bruno Haible  <bruno@clisp.org>
17716
17717         * m4/csharp.m4: Don't mention gettext on the serial number line.
17718         * m4/csharpexec.m4: Likewise.
17719         * m4/eaccess.m4: Likewise.
17720         * m4/javaexec.m4: Likewise.
17721         * m4/sig_atomic_t.m4: Likewise.
17722         * m4/tmpdir.m4: Likewise.
17723         * m4/intldir.m4: Bump gettext version.
17724         * m4/lib-ld.m4: Likewise.
17725
17726 2009-01-14  Bruno Haible  <bruno@clisp.org>
17727
17728         * lib/progname.c (set_program_name): Add more comments.
17729         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
17730
17731 2009-01-14  Simon Josefsson  <simon@josefsson.org>
17732
17733         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
17734         were sys/stat.h does not define it.
17735
17736 2009-01-14  Jim Meyering  <meyering@redhat.com>
17737
17738         many *.m4 files: improve m4 quoting
17739         99% of this change was performed by running the following commands:
17740         git ls-files | grep '\.m4$' | xargs perl -pi \
17741           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
17742           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
17743           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
17744           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
17745         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
17746         The remainder were to add Copyright dates, increment serial numbers,
17747         undo some changes in comments, exclude m4/intl.m4, and add quotes
17748         around the "1" in ",1" where the unusual spacing prohibited the
17749         above regexps from doing the job.  For more details, see
17750         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
17751         * m4/acl.m4: Modified.
17752         * m4/afs.m4: Likewise.
17753         * m4/alloca.m4: Likewise.
17754         * m4/argp.m4: Likewise.
17755         * m4/argz.m4: Likewise.
17756         * m4/atexit.m4: Likewise.
17757         * m4/bison-i18n.m4: Likewise.
17758         * m4/bison.m4: Likewise.
17759         * m4/byteswap.m4: Likewise.
17760         * m4/c-stack.m4: Likewise.
17761         * m4/c-strtod.m4: Likewise.
17762         * m4/calloc.m4: Likewise.
17763         * m4/canonicalize-lgpl.m4: Likewise.
17764         * m4/chown.m4: Likewise.
17765         * m4/clock_time.m4: Likewise.
17766         * m4/codeset.m4: Likewise.
17767         * m4/copy-file.m4: Likewise.
17768         * m4/csharp.m4: Likewise.
17769         * m4/csharpcomp.m4: Likewise.
17770         * m4/csharpexec.m4: Likewise.
17771         * m4/d-ino.m4: Likewise.
17772         * m4/d-type.m4: Likewise.
17773         * m4/dirfd.m4: Likewise.
17774         * m4/double-slash-root.m4: Likewise.
17775         * m4/eaccess.m4: Likewise.
17776         * m4/eealloc.m4: Likewise.
17777         * m4/environ.m4: Likewise.
17778         * m4/errno_h.m4: Likewise.
17779         * m4/euidaccess.m4: Likewise.
17780         * m4/execute.m4: Likewise.
17781         * m4/fatal-signal.m4: Likewise.
17782         * m4/fchdir.m4: Likewise.
17783         * m4/fcntl_h.m4: Likewise.
17784         * m4/fileblocks.m4: Likewise.
17785         * m4/filenamecat.m4: Likewise.
17786         * m4/findprog.m4: Likewise.
17787         * m4/flexmember.m4: Likewise.
17788         * m4/fnmatch.m4: Likewise.
17789         * m4/fopen.m4: Likewise.
17790         * m4/fpending.m4: Likewise.
17791         * m4/fprintf-posix.m4: Likewise.
17792         * m4/free.m4: Likewise.
17793         * m4/frexp.m4: Likewise.
17794         * m4/frexpl.m4: Likewise.
17795         * m4/fsusage.m4: Likewise.
17796         * m4/ftruncate.m4: Likewise.
17797         * m4/gc-camellia.m4: Likewise.
17798         * m4/gc-random.m4: Likewise.
17799         * m4/gc.m4: Likewise.
17800         * m4/getaddrinfo.m4: Likewise.
17801         * m4/getcwd-abort-bug.m4: Likewise.
17802         * m4/getcwd-path-max.m4: Likewise.
17803         * m4/getdate.m4: Likewise.
17804         * m4/getdomainname.m4: Likewise.
17805         * m4/getgroups.m4: Likewise.
17806         * m4/gethostname.m4: Likewise.
17807         * m4/gethrxtime.m4: Likewise.
17808         * m4/getline.m4: Likewise.
17809         * m4/getloadavg.m4: Likewise.
17810         * m4/getndelim2.m4: Likewise.
17811         * m4/getpass.m4: Likewise.
17812         * m4/gettext.m4: Likewise.
17813         * m4/gettime.m4: Likewise.
17814         * m4/gettimeofday.m4: Likewise.
17815         * m4/gnulib-common.m4: Likewise.
17816         * m4/group-member.m4: Likewise.
17817         * m4/host-os.m4: Likewise.
17818         * m4/iconv.m4: Likewise.
17819         * m4/iconv_open.m4: Likewise.
17820         * m4/inet_ntop.m4: Likewise.
17821         * m4/inet_pton.m4: Likewise.
17822         * m4/inline.m4: Likewise.
17823         * m4/intldir.m4: Likewise.
17824         * m4/intlmacosx.m4: Likewise.
17825         * m4/intmax.m4: Likewise.
17826         * m4/intmax_t.m4: Likewise.
17827         * m4/inttypes.m4: Likewise.
17828         * m4/inttypes_h.m4: Likewise.
17829         * m4/inttypes-pri.m4: Likewise.
17830         * m4/isapipe.m4: Likewise.
17831         * m4/isnand.m4: Likewise.
17832         * m4/isnanf.m4: Likewise.
17833         * m4/isnanl.m4: Likewise.
17834         * m4/javacomp.m4: Likewise.
17835         * m4/javaexec.m4: Likewise.
17836         * m4/jm-winsz1.m4: Likewise.
17837         * m4/jm-winsz2.m4: Likewise.
17838         * m4/lchown.m4: Likewise.
17839         * m4/lcmessage.m4: Likewise.
17840         * m4/ldexpl.m4: Likewise.
17841         * m4/lib-ld.m4: Likewise.
17842         * m4/lib-link.m4: Likewise.
17843         * m4/libsigsegv.m4: Likewise.
17844         * m4/link-follow.m4: Likewise.
17845         * m4/localcharset.m4: Likewise.
17846         * m4/locale-fr.m4: Likewise.
17847         * m4/locale-ja.m4: Likewise.
17848         * m4/locale-tr.m4: Likewise.
17849         * m4/locale-zh.m4: Likewise.
17850         * m4/lock.m4: Likewise.
17851         * m4/longlong.m4: Likewise.
17852         * m4/ls-mntd-fs.m4: Likewise.
17853         * m4/lstat.m4: Likewise.
17854         * m4/malloc.m4: Likewise.
17855         * m4/mathl.m4: Likewise.
17856         * m4/mbrtowc.m4: Likewise.
17857         * m4/mbstate_t.m4: Likewise.
17858         * m4/mbswidth.m4: Likewise.
17859         * m4/memchr.m4: Likewise.
17860         * m4/memcmp.m4: Likewise.
17861         * m4/memcpy.m4: Likewise.
17862         * m4/memmem.m4: Likewise.
17863         * m4/memmove.m4: Likewise.
17864         * m4/mempcpy.m4: Likewise.
17865         * m4/memrchr.m4: Likewise.
17866         * m4/memset.m4: Likewise.
17867         * m4/minmax.m4: Likewise.
17868         * m4/mkdir-slash.m4: Likewise.
17869         * m4/mkdtemp.m4: Likewise.
17870         * m4/mktime.m4: Likewise.
17871         * m4/mmap-anon.m4: Likewise.
17872         * m4/mountlist.m4: Likewise.
17873         * m4/nanosleep.m4: Likewise.
17874         * m4/nls.m4: Likewise.
17875         * m4/nocrash.m4: Likewise.
17876         * m4/open.m4: Likewise.
17877         * m4/openat.m4: Likewise.
17878         * m4/openmp.m4: Likewise.
17879         * m4/pathmax.m4: Likewise.
17880         * m4/perl.m4: Likewise.
17881         * m4/physmem.m4: Likewise.
17882         * m4/pipe.m4: Likewise.
17883         * m4/po.m4: Likewise.
17884         * m4/poll.m4: Likewise.
17885         * m4/posixtm.m4: Likewise.
17886         * m4/posixver.m4: Likewise.
17887         * m4/printf-frexp.m4: Likewise.
17888         * m4/printf-frexpl.m4: Likewise.
17889         * m4/printf-posix.m4: Likewise.
17890         * m4/printf-posix-rpl.m4: Likewise.
17891         * m4/printf.m4: Likewise.
17892         * m4/progtest.m4: Likewise.
17893         * m4/putenv.m4: Likewise.
17894         * m4/readline.m4: Likewise.
17895         * m4/readlink.m4: Likewise.
17896         * m4/readutmp.m4: Likewise.
17897         * m4/realloc.m4: Likewise.
17898         * m4/regex.m4: Likewise.
17899         * m4/relocatable.m4: Likewise.
17900         * m4/relocatable-lib.m4: Likewise.
17901         * m4/rename-dest-slash.m4: Likewise.
17902         * m4/rename.m4: Likewise.
17903         * m4/rmdir-errno.m4: Likewise.
17904         * m4/rmdir.m4: Likewise.
17905         * m4/roundf.m4: Likewise.
17906         * m4/roundl.m4: Likewise.
17907         * m4/rpmatch.m4: Likewise.
17908         * m4/save-cwd.m4: Likewise.
17909         * m4/selinux-selinux-h.m4: Likewise.
17910         * m4/setenv.m4: Likewise.
17911         * m4/settime.m4: Likewise.
17912         * m4/sig2str.m4: Likewise.
17913         * m4/sig_atomic_t.m4: Likewise.
17914         * m4/signalblocking.m4: Likewise.
17915         * m4/signbit.m4: Likewise.
17916         * m4/sigpipe.m4: Likewise.
17917         * m4/sockets.m4: Likewise.
17918         * m4/sockpfaf.m4: Likewise.
17919         * m4/st_dm_mode.m4: Likewise.
17920         * m4/stat-time.m4: Likewise.
17921         * m4/stdbool.m4: Likewise.
17922         * m4/stdint.m4: Likewise.
17923         * m4/stdint_h.m4: Likewise.
17924         * m4/stpcpy.m4: Likewise.
17925         * m4/stpncpy.m4: Likewise.
17926         * m4/strcase.m4: Likewise.
17927         * m4/strchrnul.m4: Likewise.
17928         * m4/strcspn.m4: Likewise.
17929         * m4/strdup.m4: Likewise.
17930         * m4/strftime.m4: Likewise.
17931         * m4/strndup.m4: Likewise.
17932         * m4/strnlen.m4: Likewise.
17933         * m4/strpbrk.m4: Likewise.
17934         * m4/strptime.m4: Likewise.
17935         * m4/strsep.m4: Likewise.
17936         * m4/strtod.m4: Likewise.
17937         * m4/strtoimax.m4: Likewise.
17938         * m4/strtok_r.m4: Likewise.
17939         * m4/strtol.m4: Likewise.
17940         * m4/strtoll.m4: Likewise.
17941         * m4/strtoul.m4: Likewise.
17942         * m4/strtoull.m4: Likewise.
17943         * m4/strtoumax.m4: Likewise.
17944         * m4/strverscmp.m4: Likewise.
17945         * m4/threadlib.m4: Likewise.
17946         * m4/timegm.m4: Likewise.
17947         * m4/tm_gmtoff.m4: Likewise.
17948         * m4/tmpdir.m4: Likewise.
17949         * m4/tmpfile.m4: Likewise.
17950         * m4/tzset.m4: Likewise.
17951         * m4/uintmax_t.m4: Likewise.
17952         * m4/unlinkdir.m4: Likewise.
17953         * m4/unlocked-io.m4: Likewise.
17954         * m4/uptime.m4: Likewise.
17955         * m4/userspec.m4: Likewise.
17956         * m4/utimbuf.m4: Likewise.
17957         * m4/utime.m4: Likewise.
17958         * m4/utimes-null.m4: Likewise.
17959         * m4/utimes.m4: Likewise.
17960         * m4/vararrays.m4: Likewise.
17961         * m4/vasnprintf.m4: Likewise.
17962         * m4/vfprintf-posix.m4: Likewise.
17963         * m4/vprintf-posix.m4: Likewise.
17964         * m4/wait-process.m4: Likewise.
17965         * m4/wchar_t.m4: Likewise.
17966         * m4/wint_t.m4: Likewise.
17967         * m4/write-any-file.m4: Likewise.
17968         * m4/yield.m4: Likewise.
17969
17970 2009-01-13  Bruno Haible  <bruno@clisp.org>
17971
17972         Avoid test-copy-file.sh failures when ACL support insufficient.
17973         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
17974         TESTS_ENVIRONMENT.
17975         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
17976         Reported by Jim Meyering.
17977
17978 2009-01-13  Bruno Haible  <bruno@clisp.org>
17979
17980         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
17981         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
17982         * modules/unistdio/u8-printf-parse (Files): Likewise.
17983         * modules/unistdio/u32-printf-parse (Files): Likewise.
17984         * modules/unistdio/ulc-printf-parse (Files): Likewise.
17985
17986 2009-01-13  Simon Josefsson  <simon@josefsson.org>
17987
17988         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
17989         and m4/inttypes_h.m4 too.
17990
17991 2009-01-12  Eric Blake  <ebb9@byu.net>
17992
17993         tests: IRIX 6.2 cc can't compile -0.0 into .data
17994         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
17995         rather than at compile-time.
17996         * tests/test-floorl.c (minus_zero): Likewise.
17997         * tests/test-frexpl.c (minus_zero): Likewise.
17998         * tests/test-isnan.c (minus_zerol): Likewise.
17999         * tests/test-isnanl.h (minus_zero): Likewise.
18000         * tests/test-ldexpl.c (minus_zero): Likewise.
18001         * tests/test-roundl.c (minus_zero): Likewise.
18002         * tests/test-signbit.c (minus_zerol): Likewise.
18003         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
18004         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
18005         * tests/test-truncl.c (minus_zero): Likewise.
18006         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
18007         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
18008         Reported by Tom G. Christensen and Nelson H. F. Beebe.
18009
18010 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
18011
18012         regex: fix glibc bug 9697
18013         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
18014         handling.
18015
18016 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
18017
18018         regex: fix glibc bug 697
18019         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
18020         being NULL also if there are no backreferences.
18021
18022 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
18023
18024         regex: merge glibc changes
18025         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
18026         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
18027         re_string_skip_chars, re_string_reconstruct): Likewise.
18028         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
18029
18030 2009-01-07  Jim Meyering  <meyering@redhat.com>
18031
18032         poll: filter through cppi
18033         * lib/poll.c: Indent cpp directives to reflect nesting.
18034
18035 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
18036
18037         poll: don't return uninitialized
18038         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
18039
18040 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
18041
18042         avoid compile failure on AIX 6.1
18043         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
18044         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
18045
18046 2009-01-04  Jim Meyering  <meyering@redhat.com>
18047
18048         remove duplicate inclusion of <stdio.h>
18049         * tests/test-fprintf-posix.c: Likewise.
18050         * tests/test-printf-posix.c: Likewise.
18051         * tests/test-snprintf-posix.c: Likewise.
18052         * tests/test-sprintf-posix.c: Likewise.
18053         * tests/test-vasprintf-posix.c: Likewise.
18054         * tests/test-vfprintf-posix.c: Likewise.
18055         * tests/test-vprintf-posix.c: Likewise.
18056         * tests/test-vsnprintf-posix.c: Likewise.
18057         * tests/test-vsprintf-posix.c: Likewise.
18058
18059 2009-01-03  Jim Meyering  <meyering@redhat.com>
18060
18061         gnulib-tool: fix sed-based filtering
18062         * gnulib-tool (func_filter_filelist): Remove extra backslash
18063         in sed_fff_filter definition.
18064
18065 2009-01-02  Jim Meyering  <meyering@redhat.com>
18066
18067         strftime: avoid compilation failure on Solaris 2.6
18068         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
18069         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
18070         Don't #define mbrlen or mbsinit, since now they're guaranteed to
18071         be available.  Reported by Tom G. Christensen.  Details in
18072         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
18073
18074 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18075             Bruno Haible  <bruno@clisp.org>
18076
18077         Speed up gnulib-tool by doing more string processing through shell
18078         built-ins.
18079         * gnulib-tool (fast_func_append): New variable.
18080         (func_remove_prefix, func_remove_suffix): New functions.
18081         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
18082         (func_filter_filelist): New function.
18083         (func_get_dependencies): Use func_remove_suffix instead of sed.
18084         (func_get_automake_snippet): Use func_filter_filelist instead of a
18085         subshell and sed invocation.
18086
18087 2009-01-01  Bruno Haible  <bruno@clisp.org>
18088
18089         Fix a security bug.
18090         * gnulib-tool (func_import, import, update): Don't allow the characters
18091         '"', '$', '`', '\' in macro arguments that become part of commands that
18092         are evaluated.
18093
18094 2009-01-01  Bruno Haible  <bruno@clisp.org>
18095
18096         * gnulib-tool (func_reset_sigpipe): Add more comments.
18097
18098 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18099
18100         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
18101         func_emit_tests_Makefile_am, func_import): Abort loops early if we
18102         already know the answer.
18103
18104 2009-01-01  Jim Meyering  <meyering@redhat.com>
18105
18106         * lib/version-etc.c (version_etc_va): Update copyright year.
18107
18108 2008-12-30  Bruno Haible  <bruno@clisp.org>
18109
18110         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
18111         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
18112         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
18113
18114 2008-12-29  Eric Blake  <ebb9@byu.net>
18115
18116         multiarch: avoid autoconf AC_REQUIRE bug
18117         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
18118         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
18119         2.63 and older.
18120         Reported by Bruno Haible, and analyzed in
18121         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
18122
18123 2008-12-29  Bruno Haible  <bruno@clisp.org>
18124
18125         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
18126         files in subdirectories correctly.
18127         Reported by Ralf Wildenhues.
18128
18129 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18130
18131         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
18132         rather than 'join FILE -', for Solaris join.
18133
18134 2008-12-29  Bruno Haible  <bruno@clisp.org>
18135
18136         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
18137         quoting.
18138         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
18139         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
18140         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
18141         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
18142         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
18143         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
18144         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
18145         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
18146         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
18147         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
18148         * m4/nls.m4 (AM_NLS): Likewise.
18149         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
18150         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
18151         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
18152         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
18153         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
18154         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
18155         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
18156         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
18157         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
18158         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
18159         * m4/xsize.m4 (gl_XSIZE): Likewise.
18160         Suggested by Jim Meyering.
18161
18162 2008-11-17  Bruce Korb  <bkorb@gnu.org>
18163
18164         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
18165         * lib/parse-duration.c: use a switch instead of cascading if's.
18166
18167 2008-12-29  Eric Blake  <ebb9@byu.net>
18168
18169         wchar.h: supply WEOF on Irix 5.3
18170         * lib/wchar.in.h (wint_t): Also supply WEOF.
18171         * lib/wctype.in.h (wint_t): Likewise.
18172         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
18173         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
18174         Reported by Tom G. Christensen.
18175
18176 2008-12-26  Bruno Haible  <bruno@clisp.org>
18177
18178         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
18179         i486, i586, i686.
18180
18181 2008-12-26  Bruno Haible  <bruno@clisp.org>
18182
18183         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
18184
18185 2008-12-26  Bruno Haible  <bruno@clisp.org>
18186
18187         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
18188         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
18189         not __STDC_CONSTANT_MACROS.
18190         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
18191
18192 2008-12-25  Bruno Haible  <bruno@clisp.org>
18193
18194         Add support for universal builds to vasnprintf.
18195         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
18196         universal builds, guess no.
18197         * modules/vasnprintf-posix (Depends-on): Add multiarch.
18198         * modules/vasprintf-posix (Depends-on): Likewise.
18199         * modules/fprintf-posix (Depends-on): Likewise.
18200         * modules/vfprintf-posix (Depends-on): Likewise.
18201         * modules/snprintf-posix (Depends-on): Likewise.
18202         * modules/vsnprintf-posix (Depends-on): Likewise.
18203         * modules/sprintf-posix (Depends-on): Likewise.
18204         * modules/vsprintf-posix (Depends-on): Likewise.
18205         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
18206         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
18207         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
18208         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
18209         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
18210         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
18211         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
18212
18213         Add support for universal builds to <inttypes.h>.
18214         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
18215         _SCNu64_PREFIX): In Apple
18216         universal builds, define directly, using _LP64.
18217         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
18218         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
18219         * modules/inttypes (Depends-on): Add multiarch.
18220         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
18221
18222         Add support for universal builds to <stdint.h>.
18223         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
18224         universal builds, define directly, using _LP64.
18225         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
18226         Apple universal builds, don't test for the size and suffix of ptrdiff_t
18227         and size_t.
18228         * modules/stdint (Depends-on): Add multiarch.
18229         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
18230
18231         New module 'multiarch'.
18232         * modules/multiarch: New file.
18233         * m4/multiarch.m4: New file.
18234
18235 2008-12-25  Bruno Haible  <bruno@clisp.org>
18236
18237         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
18238
18239 2008-12-25  Bruno Haible  <bruno@clisp.org>
18240
18241         * modules/btowc (License): Relicense under LGPLv2+.
18242         * modules/mbsinit (License): Likewise.
18243         * modules/mbrtowc (License): Likewise.
18244         * modules/wcrtomb (License): Likewise.
18245         * modules/streq (License): Likewise.
18246         Reported by David Lutterkort <lutter@redhat.com>.
18247
18248 2008-12-23  Bruno Haible  <bruno@clisp.org>
18249
18250         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
18251
18252 2008-12-23  Bruno Haible  <bruno@clisp.org>
18253
18254         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
18255         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
18256         GETADDRINFO_LIB, not in LIBS.
18257         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
18258         * modules/canon-host (Link): Likewise.
18259         * NEWS: Mention the change.
18260         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
18261         GETADDRINFO_LIB.
18262
18263 2008-12-22  Bruno Haible  <bruno@clisp.org>
18264
18265         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
18266         * doc/posix-functions/iswalpha_l.texi: Likewise.
18267         * doc/posix-functions/iswblank_l.texi: Likewise.
18268         * doc/posix-functions/iswcntrl_l.texi: Likewise.
18269         * doc/posix-functions/iswctype_l.texi: Likewise.
18270         * doc/posix-functions/iswdigit_l.texi: Likewise.
18271         * doc/posix-functions/iswgraph_l.texi: Likewise.
18272         * doc/posix-functions/iswlower_l.texi: Likewise.
18273         * doc/posix-functions/iswprint_l.texi: Likewise.
18274         * doc/posix-functions/iswpunct_l.texi: Likewise.
18275         * doc/posix-functions/iswspace_l.texi: Likewise.
18276         * doc/posix-functions/iswupper_l.texi: Likewise.
18277         * doc/posix-functions/iswxdigit_l.texi: Likewise.
18278         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
18279         * doc/posix-functions/open_wmemstream.texi: Likewise.
18280         * doc/posix-functions/swscanf.texi: Likewise.
18281         * doc/posix-functions/towctrans_l.texi: Likewise.
18282         * doc/posix-functions/towlower.texi: Likewise.
18283         * doc/posix-functions/towlower_l.texi: Likewise.
18284         * doc/posix-functions/towupper.texi: Likewise.
18285         * doc/posix-functions/towupper_l.texi: Likewise.
18286         * doc/posix-functions/vfwprintf.texi: Likewise.
18287         * doc/posix-functions/vfwscanf.texi: Likewise.
18288         * doc/posix-functions/vswscanf.texi: Likewise.
18289         * doc/posix-functions/vwprintf.texi: Likewise.
18290         * doc/posix-functions/vwscanf.texi: Likewise.
18291         * doc/posix-functions/wcpcpy.texi: Likewise.
18292         * doc/posix-functions/wcpncpy.texi: Likewise.
18293         * doc/posix-functions/wcscasecmp.texi: Likewise.
18294         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
18295         * doc/posix-functions/wcscoll_l.texi: Likewise.
18296         * doc/posix-functions/wcsdup.texi: Likewise.
18297         * doc/posix-functions/wcsncasecmp.texi: Likewise.
18298         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
18299         * doc/posix-functions/wcsnlen.texi: Likewise.
18300         * doc/posix-functions/wcsnrtombs.texi: Likewise.
18301         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
18302         * doc/posix-functions/wctrans_l.texi: Likewise.
18303         * doc/posix-functions/wctype_l.texi: Likewise.
18304         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
18305         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
18306         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
18307         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
18308         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
18309         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
18310         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
18311         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
18312         * doc/glibc-functions/wcschrnul.texi: Likewise.
18313         * doc/glibc-functions/wcsftime_l.texi: Likewise.
18314         * doc/glibc-functions/wcstod_l.texi: Likewise.
18315         * doc/glibc-functions/wcstof_l.texi: Likewise.
18316         * doc/glibc-functions/wcstol_l.texi: Likewise.
18317         * doc/glibc-functions/wcstold_l.texi: Likewise.
18318         * doc/glibc-functions/wcstoll_l.texi: Likewise.
18319         * doc/glibc-functions/wcstoq.texi: Likewise.
18320         * doc/glibc-functions/wcstoul_l.texi: Likewise.
18321         * doc/glibc-functions/wcstoull_l.texi: Likewise.
18322         * doc/glibc-functions/wcstouq.texi: Likewise.
18323         * doc/glibc-functions/wmempcpy.texi: Likewise.
18324
18325 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
18326             Eric Blake  <ebb9@byu.net>
18327             Paolo Bonzini  <bonzini@gnu.org>
18328             Bruno Haible  <bruno@clisp.org>
18329
18330         Make c-stack work on Haiku.
18331         * lib/c-stack.c (SA_ONSTACK): Define fallback.
18332         (c_stack_action): Use SA_ONSTACK flag.
18333
18334 2008-12-22  Bruno Haible  <bruno@clisp.org>
18335
18336         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
18337
18338 2008-12-22  Bruno Haible  <bruno@clisp.org>
18339
18340         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
18341         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
18342         being overridden.
18343         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
18344         New macros.
18345         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
18346         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
18347         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
18348         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
18349
18350 2008-12-22  Bruno Haible  <bruno@clisp.org>
18351
18352         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
18353         from test code.
18354
18355 2008-12-22  Eric Blake  <ebb9@byu.net>
18356
18357         Avoid gcc warnings on cygwin.
18358         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
18359         Avoid unused variable.
18360         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
18361         Likewise.
18362
18363 2008-12-22  Bruno Haible  <bruno@clisp.org>
18364
18365         Remove HAVE_MBRTOWC conditionals.
18366         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
18367         (mbscasecmp): Assume mbrtowc function.
18368         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
18369         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
18370         * lib/mbschr.c: Include mbuiter.h unconditionally.
18371         (mbschr): Assume mbrtowc function.
18372         * lib/mbscspn.c: Include mbuiter.h unconditionally.
18373         (mbscspn): Assume mbrtowc function.
18374         * lib/mbslen.c: Include mbuiter.h unconditionally.
18375         (mbslen): Assume mbrtowc function.
18376         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
18377         (mbsncasecmp): Assume mbrtowc function.
18378         * lib/mbsnlen.c: Include mbiter.h unconditionally.
18379         (mbsnlen): Assume mbrtowc function.
18380         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
18381         (mbspbrk): Assume mbrtowc function.
18382         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
18383         (mbspcasecmp): Assume mbrtowc function.
18384         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
18385         (mbsrchr): Assume mbrtowc function.
18386         * lib/mbssep.c: Include mbuiter.h unconditionally.
18387         (mbssep): Assume mbrtowc function.
18388         * lib/mbsspn.c: Include mbuiter.h unconditionally.
18389         (mbsspn): Assume mbrtowc function.
18390         * lib/mbsstr.c: Include mbuiter.h unconditionally.
18391         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
18392         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
18393         (mbstok_r): Assume mbrtowc function.
18394         * lib/propername.c: Include mbuiter.h unconditionally.
18395         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
18396         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
18397         (trim2): Assume mbrtowc function.
18398         * lib/mbswidth.c (mbsinit): Remove fallback definition.
18399         (mbsnwidth): Assume mbrtowc function.
18400         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
18401         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
18402         fallback definitions.
18403         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
18404
18405 2008-12-22  Bruno Haible  <bruno@clisp.org>
18406
18407         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
18408
18409 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
18410
18411         * modules/regex: Request emulations for the mb*/wc* functions we need.
18412         * m4/regex.m4: Don't look for those functions here.
18413         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
18414
18415 2008-12-22  Bruno Haible  <bruno@clisp.org>
18416
18417         * modules/fnmatch (Depends-on): Remove duplicated dependency.
18418
18419 2008-12-21  Bruno Haible  <bruno@clisp.org>
18420
18421         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
18422         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
18423         (Include): Remove conditionalization.
18424         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
18425         (Include): Remove conditionalization.
18426         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
18427         (Include): Remove conditionalization.
18428         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
18429         * m4/mbfile.m4 (gl_MBFILE): Likewise.
18430         * NEWS: Mention the change.
18431         Reported by Alan Hourihane <alanh@fairlite.co.uk>
18432         via Sergey Poznyakoff <gray@gnu.org.ua>.
18433
18434 2008-12-21  Bruno Haible  <bruno@clisp.org>
18435
18436         * MODULES.html.sh (Extended multibyte and wide character utilities
18437         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
18438         wcrtomb, wcsrtombs.
18439         (Support for systems lacking POSIX:2008): Add accept, bind, close,
18440         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
18441         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
18442         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
18443
18444 2008-12-21  Bruno Haible  <bruno@clisp.org>
18445
18446         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
18447
18448 2008-12-21  Bruno Haible  <bruno@clisp.org>
18449
18450         * modules/wcsnrtombs-tests: New file.
18451         * tests/test-wcsnrtombs1.sh: New file.
18452         * tests/test-wcsnrtombs2.sh: New file.
18453         * tests/test-wcsnrtombs3.sh: New file.
18454         * tests/test-wcsnrtombs4.sh: New file.
18455         * tests/test-wcsnrtombs.c: New file.
18456
18457         New module 'wcsnrtombs'.
18458         * lib/wchar.in.h (wcsnrtombs): New declaration.
18459         * lib/wcsnrtombs.c: New file.
18460         * lib/wcsrtombs-state.c: New file.
18461         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
18462         (internal_state): Remove variable.
18463         * m4/wcsnrtombs.m4: New file.
18464         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
18465         compilation units.
18466         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
18467         HAVE_WCSNRTOMBS.
18468         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
18469         HAVE_WCSNRTOMBS.
18470         * modules/wcsnrtombs: New file.
18471         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
18472         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
18473
18474 2008-12-21  Bruno Haible  <bruno@clisp.org>
18475
18476         * modules/wcsrtombs-tests: New file.
18477         * tests/test-wcsrtombs1.sh: New file.
18478         * tests/test-wcsrtombs2.sh: New file.
18479         * tests/test-wcsrtombs3.sh: New file.
18480         * tests/test-wcsrtombs4.sh: New file.
18481         * tests/test-wcsrtombs.c: New file.
18482
18483         New module 'wcsrtombs'.
18484         * lib/wchar.in.h (wcsrtombs): New declaration.
18485         * lib/wcsrtombs.c: New file.
18486         * m4/wcsrtombs.m4: New file.
18487         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
18488         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
18489         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
18490         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
18491         * modules/wcsrtombs: New file.
18492         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
18493         bugs.
18494
18495 2008-12-21  Bruno Haible  <bruno@clisp.org>
18496
18497         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
18498         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
18499         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
18500         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
18501         if not correct.
18502         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
18503         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
18504         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18505         m4/locale-zh.m4, m4/codeset.m4.
18506         * doc/posix-functions/wcrtomb.texi: Document the bug.
18507
18508 2008-12-21  Bruno Haible  <bruno@clisp.org>
18509
18510         Work around a btowc() bug on IRIX 6.5.
18511         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
18512         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
18513         REPLACE_WTOBC if not.
18514         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
18515         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
18516         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
18517
18518 2008-12-21  Bruno Haible  <bruno@clisp.org>
18519
18520         * modules/wcrtomb-tests: New file.
18521         * tests/test-wcrtomb.sh: New file.
18522         * tests/test-wcrtomb.c: New file.
18523
18524         New module 'wcrtomb'.
18525         * lib/wchar.in.h (wcrtomb): New declaration.
18526         * lib/wcrtomb.c: New file.
18527         * m4/wcrtomb.m4: New file.
18528         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
18529         HAVE_WCRTOMB.
18530         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
18531         HAVE_WCRTOMB.
18532         * modules/wcrtomb: New file.
18533         * doc/posix-functions/wcrtomb.texi: Mention the new module.
18534
18535 2008-12-21  Bruno Haible  <bruno@clisp.org>
18536
18537         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
18538         * modules/mbsrtowcs (Files): Likewise.
18539         * modules/wctob (Files): Likewise.
18540         * modules/c-strcase-tests (Files): Likewise.
18541         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
18542         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
18543         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
18544         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
18545         * modules/vasnprintf-posix-tests (Files): Likewise.
18546
18547 2008-12-21  William Pursell  <bill.pursell@gmail.com>
18548
18549         gitlog-to-changelog: pass all command-line arguments to git-log
18550         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
18551         it is sometimes convenient to filter the commits in various ways.
18552         gitlog-to-changelog only allows --since to specify a start date,
18553         but git-log itself supports many other filtering mechanisms.
18554         At the moment, I want to filter by branch name.  Rather than
18555         adding a --branch option to gitlog-to-changelog, it seems more
18556         flexible to simply pass all options directly to git-log and let
18557         git do the work.  Notice that this effectively makes --since a
18558         redundant option for gitlog-to-changelog, but removing it would
18559         require current usage to change since calls would then require
18560         an additional '--'.
18561
18562 2008-12-21  Bruno Haible  <bruno@clisp.org>
18563
18564         * modules/mbsnrtowcs-tests: New file.
18565         * tests/test-mbsnrtowcs1.sh: New file.
18566         * tests/test-mbsnrtowcs2.sh: New file.
18567         * tests/test-mbsnrtowcs3.sh: New file.
18568         * tests/test-mbsnrtowcs4.sh: New file.
18569         * tests/test-mbsnrtowcs.c: New file.
18570
18571         New module 'mbsnrtowcs'.
18572         * lib/wchar.in.h (mbsnrtowcs): New declaration.
18573         * lib/mbsnrtowcs.c: New file.
18574         * lib/mbsrtowcs-state.c: New file.
18575         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
18576         (internal_state): Remove variable.
18577         * m4/mbsnrtowcs.m4: New file.
18578         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
18579         compilation units.
18580         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
18581         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
18582         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
18583         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
18584         * modules/mbsnrtowcs: New file.
18585         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
18586         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
18587         portability problem.
18588
18589 2008-12-21  Bruno Haible  <bruno@clisp.org>
18590
18591         Work around mbsrtowcs bug.
18592         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
18593         (gl_FUNC_MBSRTOWCS): Invoke it.
18594         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18595         m4/locale-zh.m4.
18596         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
18597
18598 2008-12-21  Bruno Haible  <bruno@clisp.org>
18599
18600         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
18601
18602 2008-12-21  Bruno Haible  <bruno@clisp.org>
18603
18604         Update doc for AIX.
18605         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
18606         16-bit wchar_t type.
18607         * doc/posix-functions/btowc.texi: Likewise.
18608         * doc/posix-functions/fgetwc.texi: Likewise.
18609         * doc/posix-functions/fgetws.texi: Likewise.
18610         * doc/posix-functions/fputwc.texi: Likewise.
18611         * doc/posix-functions/fputws.texi: Likewise.
18612         * doc/posix-functions/fwide.texi: Likewise.
18613         * doc/posix-functions/fwprintf.texi: Likewise.
18614         * doc/posix-functions/fwscanf.texi: Likewise.
18615         * doc/posix-functions/getwchar.texi: Likewise.
18616         * doc/posix-functions/getwc.texi: Likewise.
18617         * doc/posix-functions/iswalnum.texi: Likewise.
18618         * doc/posix-functions/iswalpha.texi: Likewise.
18619         * doc/posix-functions/iswblank.texi: Likewise.
18620         * doc/posix-functions/iswcntrl.texi: Likewise.
18621         * doc/posix-functions/iswctype.texi: Likewise.
18622         * doc/posix-functions/iswdigit.texi: Likewise.
18623         * doc/posix-functions/iswgraph.texi: Likewise.
18624         * doc/posix-functions/iswlower.texi: Likewise.
18625         * doc/posix-functions/iswprint.texi: Likewise.
18626         * doc/posix-functions/iswpunct.texi: Likewise.
18627         * doc/posix-functions/iswspace.texi: Likewise.
18628         * doc/posix-functions/iswupper.texi: Likewise.
18629         * doc/posix-functions/iswxdigit.texi: Likewise.
18630         * doc/posix-functions/mbrtowc.texi: Likewise.
18631         * doc/posix-functions/mbsrtowcs.texi: Likewise.
18632         * doc/posix-functions/mbstowcs.texi: Likewise.
18633         * doc/posix-functions/mbtowc.texi: Likewise.
18634         * doc/posix-functions/putwchar.texi: Likewise.
18635         * doc/posix-functions/putwc.texi: Likewise.
18636         * doc/posix-functions/swprintf.texi: Likewise.
18637         * doc/posix-functions/tolower.texi: Likewise.
18638         * doc/posix-functions/toupper.texi: Likewise.
18639         * doc/posix-functions/towctrans.texi: Likewise.
18640         * doc/posix-functions/ungetwc.texi: Likewise.
18641         * doc/posix-functions/vswprintf.texi: Likewise.
18642         * doc/posix-functions/wcrtomb.texi: Likewise.
18643         * doc/posix-functions/wcscat.texi: Likewise.
18644         * doc/posix-functions/wcschr.texi: Likewise.
18645         * doc/posix-functions/wcscmp.texi: Likewise.
18646         * doc/posix-functions/wcscoll.texi: Likewise.
18647         * doc/posix-functions/wcscpy.texi: Likewise.
18648         * doc/posix-functions/wcscspn.texi: Likewise.
18649         * doc/posix-functions/wcsftime.texi: Likewise.
18650         * doc/posix-functions/wcslen.texi: Likewise.
18651         * doc/posix-functions/wcsncat.texi: Likewise.
18652         * doc/posix-functions/wcsncmp.texi: Likewise.
18653         * doc/posix-functions/wcsncpy.texi: Likewise.
18654         * doc/posix-functions/wcspbrk.texi: Likewise.
18655         * doc/posix-functions/wcsrchr.texi: Likewise.
18656         * doc/posix-functions/wcsrtombs.texi: Likewise.
18657         * doc/posix-functions/wcsspn.texi: Likewise.
18658         * doc/posix-functions/wcsstr.texi: Likewise.
18659         * doc/posix-functions/wcstod.texi: Likewise.
18660         * doc/posix-functions/wcstof.texi: Likewise.
18661         * doc/posix-functions/wcstoimax.texi: Likewise.
18662         * doc/posix-functions/wcstok.texi: Likewise.
18663         * doc/posix-functions/wcstold.texi: Likewise.
18664         * doc/posix-functions/wcstoll.texi: Likewise.
18665         * doc/posix-functions/wcstol.texi: Likewise.
18666         * doc/posix-functions/wcstombs.texi: Likewise.
18667         * doc/posix-functions/wcstoull.texi: Likewise.
18668         * doc/posix-functions/wcstoul.texi: Likewise.
18669         * doc/posix-functions/wcstoumax.texi: Likewise.
18670         * doc/posix-functions/wcswidth.texi: Likewise.
18671         * doc/posix-functions/wcsxfrm.texi: Likewise.
18672         * doc/posix-functions/wctob.texi: Likewise.
18673         * doc/posix-functions/wctomb.texi: Likewise.
18674         * doc/posix-functions/wctrans.texi: Likewise.
18675         * doc/posix-functions/wctype.texi: Likewise.
18676         * doc/posix-functions/wcwidth.texi: Likewise.
18677         * doc/posix-functions/wmemchr.texi: Likewise.
18678         * doc/posix-functions/wmemcmp.texi: Likewise.
18679         * doc/posix-functions/wmemcpy.texi: Likewise.
18680         * doc/posix-functions/wmemmove.texi: Likewise.
18681         * doc/posix-functions/wmemset.texi: Likewise.
18682         * doc/posix-functions/wprintf.texi: Likewise.
18683         * doc/posix-functions/wscanf.texi: Likewise.
18684
18685 2008-12-21  Bruno Haible  <bruno@clisp.org>
18686
18687         Update doc for HP-UX 11.11.
18688         * doc/posix-functions/btowc.texi: Clarify that the function is missing
18689         in HP-UX version 11.00, not in all versions of HP-UX 11.
18690         * doc/posix-functions/fwide.texi: Likewise.
18691         * doc/posix-functions/fwprintf.texi: Likewise.
18692         * doc/posix-functions/fwscanf.texi: Likewise.
18693         * doc/posix-functions/inet_ntop.texi: Likewise.
18694         * doc/posix-functions/inet_pton.texi: Likewise.
18695         * doc/posix-functions/mbrlen.texi: Likewise.
18696         * doc/posix-functions/mbrtowc.texi: Likewise.
18697         * doc/posix-functions/mbsinit.texi: Likewise.
18698         * doc/posix-functions/mbsrtowcs.texi: Likewise.
18699         * doc/posix-functions/swprintf.texi: Likewise.
18700         * doc/posix-functions/swscanf.texi: Likewise.
18701         * doc/posix-functions/towctrans.texi: Likewise.
18702         * doc/posix-functions/vfwprintf.texi: Likewise.
18703         * doc/posix-functions/vswprintf.texi: Likewise.
18704         * doc/posix-functions/vwprintf.texi: Likewise.
18705         * doc/posix-functions/wcrtomb.texi: Likewise.
18706         * doc/posix-functions/wcsrtombs.texi: Likewise.
18707         * doc/posix-functions/wcsstr.texi: Likewise.
18708         * doc/posix-functions/wctob.texi: Likewise.
18709         * doc/posix-functions/wctrans.texi: Likewise.
18710         * doc/posix-functions/wmemchr.texi: Likewise.
18711         * doc/posix-functions/wmemcmp.texi: Likewise.
18712         * doc/posix-functions/wmemcpy.texi: Likewise.
18713         * doc/posix-functions/wmemmove.texi: Likewise.
18714         * doc/posix-functions/wmemset.texi: Likewise.
18715         * doc/posix-functions/wprintf.texi: Likewise.
18716         * doc/posix-functions/wscanf.texi: Likewise.
18717
18718 2008-12-21  Bruno Haible  <bruno@clisp.org>
18719
18720         Work around a portability problem.
18721         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
18722         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
18723
18724 2008-12-20  Bruno Haible  <bruno@clisp.org>
18725
18726         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
18727         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
18728         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
18729         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
18730         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
18731
18732         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
18733         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
18734         set.
18735         (GNULIB_defined_mbstate_t): New macro.
18736         (mbsinit): Redefine if REPLACE_MBSINIT is set.
18737         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
18738         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
18739         reuses the system's mbrtowc function but works around the bugs.
18740         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
18741         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
18742         macros.
18743         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
18744         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
18745         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
18746         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
18747         REPLACE_MBSINIT if mbsinit needs to be overridden.
18748         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
18749         REPLACE_MBSINIT, REPLACE_MBRTOWC.
18750         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
18751         REPLACE_MBSINIT, REPLACE_MBRTOWC.
18752         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18753         m4/locale-zh.m4.
18754         (Depends): Add mbsinit.
18755         * modules/mbsinit (Depends): Add mbrtowc.
18756         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
18757
18758 2008-12-20  Bruno Haible  <bruno@clisp.org>
18759
18760         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
18761         so that there are no conversion errors on AIX.
18762         * tests/test-mbsrtowcs.c (main): LIkewise.
18763
18764 2008-12-20  Bruno Haible  <bruno@clisp.org>
18765
18766         Work around wctob bug on Solaris <= 9.
18767         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
18768         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
18769         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
18770         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
18771         * modules/wctob (Files): Add m4/locale-fr.m4.
18772         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
18773
18774 2008-12-20  Bruno Haible  <bruno@clisp.org>
18775
18776         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
18777         /dev/null.
18778         * tests/test-select-in.sh: Likewise.
18779         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
18780
18781 2008-12-20  Bruno Haible  <bruno@clisp.org>
18782
18783         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
18784         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
18785         Cygwin 1.5.x.
18786
18787 2008-12-20  Bruno Haible  <bruno@clisp.org>
18788
18789         Ensure mbstate_t is defined on HP-UX 11.11.
18790         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
18791         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
18792         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
18793         AC_USE_SYSTEM_EXTENSIONS.
18794         * modules/fnmatch (Depends-on): Add extensions.
18795         * modules/mbrlen (Depends-on): Likewise.
18796         * modules/mbrtowc (Depends-on): Likewise.
18797         * modules/mbsinit (Depends-on): Likewise.
18798         * modules/mbsrtowcs (Depends-on): Likewise.
18799         * modules/mbswidth (Depends-on): Likewise.
18800         * modules/quotearg (Depends-on): Likewise.
18801         * modules/strftime (Depends-on): Likewise.
18802
18803 2008-12-20  Bruno Haible  <bruno@clisp.org>
18804
18805         Ensure wctob is declared on IRIX 6.5.
18806         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
18807         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
18808         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
18809         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
18810         of HAVE_WCTOB.
18811         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
18812         HAVE_WCTOB.
18813         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
18814
18815 2008-12-19  Bruno Haible  <bruno@clisp.org>
18816
18817         * modules/mbsrtowcs-tests: New file.
18818         * tests/test-mbsrtowcs1.sh: New file.
18819         * tests/test-mbsrtowcs2.sh: New file.
18820         * tests/test-mbsrtowcs3.sh: New file.
18821         * tests/test-mbsrtowcs4.sh: New file.
18822         * tests/test-mbsrtowcs.c: New file.
18823
18824         New module 'mbsrtowcs'.
18825         * lib/wchar.in.h (mbsrtowcs): New declaration.
18826         * lib/mbsrtowcs.c: New file.
18827         * m4/mbsrtowcs.m4: New file.
18828         * modules/mbsrtowcs: New file.
18829         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
18830         HAVE_MBSRTOWCS.
18831         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
18832         HAVE_MBSRTOWCS.
18833         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
18834
18835 2008-12-19  Bruno Haible  <bruno@clisp.org>
18836
18837         New module 'mbrlen'.
18838         * lib/wchar.in.h (mbrlen): New declaration.
18839         * lib/mbrlen.c: New file.
18840         * m4/mbrlen.m4: New file.
18841         * modules/mbrlen: New file.
18842         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
18843         HAVE_MBRLEN.
18844         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
18845         HAVE_MBRLEN.
18846         * doc/posix-functions/mbrlen.texi: Document the new module.
18847
18848 2008-12-19  Bruno Haible  <bruno@clisp.org>
18849
18850         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
18851         * modules/mbrtowc (Depends-on): Add verify.
18852         Suggested by Paul Eggert.
18853
18854 2008-12-18  Bruno Haible  <bruno@clisp.org>
18855
18856         * modules/mbsinit-tests: New file.
18857         * tests/test-mbsinit.sh: New file.
18858         * tests/test-mbsinit.c: New file.
18859
18860 2008-12-18  Bruno Haible  <bruno@clisp.org>
18861
18862         * modules/mbrtowc-tests: New file.
18863         * tests/test-mbrtowc1.sh: New file.
18864         * tests/test-mbrtowc2.sh: New file.
18865         * tests/test-mbrtowc3.sh: New file.
18866         * tests/test-mbrtowc4.sh: New file.
18867         * tests/test-mbrtowc.c: New file.
18868
18869         New module 'mbrtowc'.
18870         * lib/wchar.in.h (mbstate_t): Override when the system does not have
18871         mbsinit and mbrtowc.
18872         (mbrtowc): New declaration.
18873         * lib/mbrtowc.c: New file.
18874         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
18875         * modules/mbrtowc: New file.
18876         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
18877         HAVE_MBRTOWC.
18878         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
18879         HAVE_MBRTOWC.
18880         * doc/posix-functions/mbrtowc.texi: Document the new module.
18881
18882 2008-12-18  Bruno Haible  <bruno@clisp.org>
18883
18884         New module 'wctob'.
18885         * lib/wchar.in.h (wctob): New declaration.
18886         * lib/wctob.c: New file.
18887         * m4/wctob.m4: New file.
18888         * modules/wctob: New file.
18889         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
18890         HAVE_WCTOB.
18891         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
18892         * doc/posix-functions/wctob.texi: Document the new module.
18893
18894 2008-12-18  Bruno Haible  <bruno@clisp.org>
18895
18896         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
18897         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
18898
18899 2008-12-18  Simon Josefsson  <simon@josefsson.org>
18900
18901         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
18902         G. Christensen" <tgc@jupiterrise.com>.
18903
18904         * lib/flock.c: Need to include errno.h.  Reported by "Tom
18905         G. Christensen" <tgc@jupiterrise.com>.
18906
18907         * lib/flock.c: Need to include string.h.  Reported by "Tom
18908         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
18909         <ebb9@byu.net>.
18910
18911 2008-12-18  Bruno Haible  <bruno@clisp.org>
18912
18913         * m4/locale-ja.m4: New file, from GNU gettext.
18914
18915 2008-12-17  Bruno Haible  <bruno@clisp.org>
18916
18917         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
18918         Suggested by Eric Blake.
18919
18920 2008-12-17  Bruno Haible  <bruno@clisp.org>
18921
18922         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
18923
18924 2008-12-17  Bruno Haible  <bruno@clisp.org>
18925
18926         * lib/mbsinit.c: Include verify.h. Verify an assumption.
18927         * modules/mbsinit (Depends-on): Add verify.
18928         Suggested by Paul Eggert.
18929
18930 2008-12-17  Bruno Haible  <bruno@clisp.org>
18931
18932         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
18933         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
18934         gl_FUNC_MBRTOWC.
18935         * m4/mbiter.m4 (gl_MBITER): LIkewise.
18936         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
18937         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
18938         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
18939         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
18940         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
18941         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
18942         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
18943         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
18944         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
18945         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
18946         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
18947         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
18948         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
18949         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
18950         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
18951         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
18952         * modules/trim (configure.ac): Likewise.
18953
18954 2008-12-17  Bruno Haible  <bruno@clisp.org>
18955
18956         * modules/btowc-tests: New file.
18957         * tests/test-btowc1.sh: New file.
18958         * tests/test-btowc2.sh: New file.
18959         * tests/test-btowc.c: New file.
18960
18961         New module 'btowc'.
18962         * lib/wchar.in.h (btowc): New declaration.
18963         * lib/btowc.c: New file.
18964         * m4/btowc.m4: New file.
18965         * modules/btowc: New file.
18966         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
18967         HAVE_BTOWC.
18968         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
18969         * doc/posix-functions/btowc.texi: Document the new module.
18970
18971 2008-12-17  Bruno Haible  <bruno@clisp.org>
18972
18973         New module 'mbsinit'.
18974         * lib/wchar.in.h (mbsinit): New declaration.
18975         * lib/mbsinit.c: New file.
18976         * m4/mbsinit.m4: New file.
18977         * modules/mbsinit: New file.
18978         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
18979         HAVE_MBSINIT.
18980         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
18981         HAVE_MBSINIT.
18982         * doc/posix-functions/mbsinit.texi: Document the new module.
18983
18984 2008-12-16  Bruno Haible  <bruno@clisp.org>
18985
18986         * lib/unistd.in.h: Add comment.
18987         * tests/test-environ.c: Don't include <stdlib.h>.
18988
18989 2008-12-16  Bruno Haible  <bruno@clisp.org>
18990
18991         * lib/parse-duration.h (parse_duration): Document return value
18992         convention.
18993         * lib/parse-duration.c: Include specification header first. Add
18994         comments.
18995         (_): Remove macro.
18996         (parse_year_month_day, parse_hour_minute_second): Move side effects
18997         outside of strchr call.
18998         (parse_non_iso8601): Move side effects outside of isspace call.
18999         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
19000         call.
19001
19002 2008-12-16  Bruno Haible  <bruno@clisp.org>
19003
19004         * tests/test-parse-duration.sh: Produce no output when the test
19005         succeeds.
19006
19007 2008-12-16  Bruno Haible  <bruno@clisp.org>
19008
19009         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
19010         expressions.
19011
19012 2008-12-15  Bruno Haible  <bruno@clisp.org>
19013
19014         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
19015         * doc/glibc-functions/flistxattr.texi: Likewise.
19016         * doc/glibc-functions/fopencookie.texi: Likewise.
19017         * doc/glibc-functions/fremovexattr.texi: Likewise.
19018         * doc/glibc-functions/fsetxattr.texi: Likewise.
19019         * doc/glibc-functions/getxattr.texi: Likewise.
19020         * doc/glibc-functions/lgetxattr.texi: Likewise.
19021         * doc/glibc-functions/listxattr.texi: Likewise.
19022         * doc/glibc-functions/llistxattr.texi: Likewise.
19023         * doc/glibc-functions/lremovexattr.texi: Likewise.
19024         * doc/glibc-functions/lsetxattr.texi: Likewise.
19025         * doc/glibc-functions/removexattr.texi: Likewise.
19026         * doc/glibc-functions/setxattr.texi: Likewise.
19027         * doc/posix-functions/open_memstream.texi: Likewise.
19028
19029 2008-12-15  Eric Blake  <ebb9@byu.net>
19030
19031         Update doc for cygwin 1.7.
19032         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
19033         functions.
19034         * doc/posix-functions/fchmodat.texi: Likewise.
19035         * doc/posix-functions/fchownat.texi: Likewise.
19036         * doc/posix-functions/fdopendir.texi: Likewise.
19037         * doc/posix-functions/fmemopen.texi: Likewise.
19038         * doc/posix-functions/freeaddrinfo.texi: Likewise.
19039         * doc/posix-functions/fstatat.texi: Likewise.
19040         * doc/posix-functions/futimens.texi: Likewise.
19041         * doc/posix-functions/gai_strerror.texi: Likewise.
19042         * doc/posix-functions/getaddrinfo.texi: Likewise.
19043         * doc/posix-functions/getnameinfo.texi: Likewise.
19044         * doc/posix-functions/if_freenameindex.texi: Likewise.
19045         * doc/posix-functions/if_indextoname.texi: Likewise.
19046         * doc/posix-functions/if_nameindex.texi: Likewise.
19047         * doc/posix-functions/if_nametoindex.texi: Likewise.
19048         * doc/posix-functions/insque.texi: Likewise.
19049         * doc/posix-functions/linkat.texi: Likewise.
19050         * doc/posix-functions/llrint.texi: Likewise.
19051         * doc/posix-functions/llrintf.texi: Likewise.
19052         * doc/posix-functions/llrintl.texi: Likewise.
19053         * doc/posix-functions/lockf.texi: Likewise.
19054         * doc/posix-functions/lrintl.texi: Likewise.
19055         * doc/posix-functions/mkdirat.texi: Likewise.
19056         * doc/posix-functions/mkfifoat.texi: Likewise.
19057         * doc/posix-functions/mknodat.texi: Likewise.
19058         * doc/posix-functions/mq_close.texi: Likewise.
19059         * doc/posix-functions/mq_getattr.texi: Likewise.
19060         * doc/posix-functions/mq_notify.texi: Likewise.
19061         * doc/posix-functions/mq_open.texi: Likewise.
19062         * doc/posix-functions/mq_receive.texi: Likewise.
19063         * doc/posix-functions/mq_send.texi: Likewise.
19064         * doc/posix-functions/mq_setattr.texi: Likewise.
19065         * doc/posix-functions/mq_timedreceive.texi: Likewise.
19066         * doc/posix-functions/mq_timedsend.texi: Likewise.
19067         * doc/posix-functions/mq_unlink.texi: Likewise.
19068         * doc/posix-functions/open_memstream.texi: Likewise.
19069         * doc/posix-functions/openat.texi: Likewise.
19070         * doc/posix-functions/posix_fadvise.texi: Likewise.
19071         * doc/posix-functions/posix_fallocate.texi: Likewise.
19072         * doc/posix-functions/posix_madvise.texi: Likewise.
19073         * doc/posix-functions/posix_memalign.texi: Likewise.
19074         * doc/posix-functions/posix_openpt.texi: Likewise.
19075         * doc/posix-functions/readlinkat.texi: Likewise.
19076         * doc/posix-functions/remque.texi: Likewise.
19077         * doc/posix-functions/renameat.texi: Likewise.
19078         * doc/posix-functions/rintl.texi: Likewise.
19079         * doc/posix-functions/sem_unlink.texi: Likewise.
19080         * doc/posix-functions/shm_open.texi: Likewise.
19081         * doc/posix-functions/shm_unlink.texi: Likewise.
19082         * doc/posix-functions/signgam.texi: Likewise.
19083         * doc/posix-functions/sigset.texi: Likewise.
19084         * doc/posix-functions/stpcpy.texi: Likewise.
19085         * doc/posix-functions/stpncpy.texi: Likewise.
19086         * doc/posix-functions/strerror.texi: Likewise.
19087         * doc/posix-functions/strtod.texi: Likewise.
19088         * doc/posix-functions/symlinkat.texi: Likewise.
19089         * doc/posix-functions/unlinkat.texi: Likewise.
19090         * doc/posix-functions/utimensat.texi: Likewise.
19091         * doc/glibc-functions/bindresvport.texi: Likewise.
19092         * doc/glibc-functions/dn_expand.texi: Likewise.
19093         * doc/glibc-functions/exp10.texi: Likewise.
19094         * doc/glibc-functions/exp10f.texi: Likewise.
19095         * doc/glibc-functions/fgetxattr.texi: Likewise.
19096         * doc/glibc-functions/flistxattr.texi: Likewise.
19097         * doc/glibc-functions/fopencookie.texi: Likewise.
19098         * doc/glibc-functions/freeifaddrs.texi: Likewise.
19099         * doc/glibc-functions/fremovexattr.texi: Likewise.
19100         * doc/glibc-functions/fsetxattr.texi: Likewise.
19101         * doc/glibc-functions/getifaddrs.texi: Likewise.
19102         * doc/glibc-functions/getxattr.texi: Likewise.
19103         * doc/glibc-functions/lgetxattr.texi: Likewise.
19104         * doc/glibc-functions/listxattr.texi: Likewise.
19105         * doc/glibc-functions/llistxattr.texi: Likewise.
19106         * doc/glibc-functions/lremovexattr.texi: Likewise.
19107         * doc/glibc-functions/lsetxattr.texi: Likewise.
19108         * doc/glibc-functions/pow10.texi: Likewise.
19109         * doc/glibc-functions/pow10f.texi: Likewise.
19110         * doc/glibc-functions/rcmd_af.texi: Likewise.
19111         * doc/glibc-functions/removexattr.texi: Likewise.
19112         * doc/glibc-functions/res_init.texi: Likewise.
19113         * doc/glibc-functions/res_mkquery.texi: Likewise.
19114         * doc/glibc-functions/res_query.texi: Likewise.
19115         * doc/glibc-functions/res_querydomain.texi: Likewise.
19116         * doc/glibc-functions/res_send.texi: Likewise.
19117         * doc/glibc-functions/rresvport_af.texi: Likewise.
19118         * doc/glibc-functions/setxattr.texi: Likewise.
19119         * doc/glibc-functions/strcasestr.texi: Likewise.
19120
19121 2008-12-15  Bruno Haible  <bruno@clisp.org>
19122
19123         Fix compilation error on OSF/1 4.0.
19124         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
19125         <sys/time.h>, simply delegate to the system header.
19126         Reported by Daniel Richard G. <oss@teragram.com>.
19127
19128 2008-12-15  Bruno Haible  <bruno@clisp.org>
19129
19130         * doc/posix-functions/openat.texi: Mention the 'openat' module.
19131         * doc/posix-functions/fchmodat.texi: Likewise.
19132         * doc/posix-functions/fchownat.texi: Likewise.
19133         * doc/posix-functions/fdopendir.texi: Likewise.
19134         * doc/posix-functions/fstatat.texi: Likewise.
19135         * doc/posix-functions/mkdirat.texi: Likewise.
19136         * doc/posix-functions/unlinkat.texi: Likewise.
19137
19138 2008-12-14  Bruno Haible  <bruno@clisp.org>
19139
19140         Update doc for POSIX:2008.
19141         * doc/posix-functions/faccessat.texi: New file.
19142         * doc/posix-functions/fchmodat.texi: New file.
19143         * doc/posix-functions/fchownat.texi: New file.
19144         * doc/posix-functions/fdopendir.texi: New file.
19145         * doc/posix-functions/fstatat.texi: New file.
19146         * doc/posix-functions/futimens.texi: New file.
19147         * doc/posix-functions/linkat.texi: New file.
19148         * doc/posix-functions/mkdirat.texi: New file.
19149         * doc/posix-functions/mkfifoat.texi: New file.
19150         * doc/posix-functions/mknodat.texi: New file.
19151         * doc/posix-functions/open_wmemstream.texi: New file.
19152         * doc/posix-functions/openat.texi: New file.
19153         * doc/posix-functions/psiginfo.texi: New file.
19154         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
19155         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
19156         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
19157         * doc/posix-functions/readlinkat.texi: New file.
19158         * doc/posix-functions/renameat.texi: New file.
19159         * doc/posix-functions/strerror_l.texi: New file.
19160         * doc/posix-functions/symlinkat.texi: New file.
19161         * doc/posix-functions/unlinkat.texi: New file.
19162         * doc/posix-functions/utimensat.texi: New file.
19163         * doc/gnulib.texi (Function Substitutes): Add these subsections.
19164
19165 2008-12-14  Bruno Haible  <bruno@clisp.org>
19166
19167         Update doc for POSIX:2008.
19168         * doc/posix-functions/alphasort.texi: Renamed from
19169         doc/glibc-functions/alphasort.texi.
19170         * doc/posix-functions/dirfd.texi: Renamed from
19171         doc/glibc-functions/dirfd.texi.
19172         * doc/posix-functions/dprintf.texi: Renamed from
19173         doc/glibc-functions/dprintf.texi.
19174         * doc/posix-functions/duplocale.texi: Renamed from
19175         doc/glibc-functions/duplocale.texi.
19176         * doc/posix-functions/fexecve.texi: Renamed from
19177         doc/glibc-functions/fexecve.texi.
19178         * doc/posix-functions/fmemopen.texi: Renamed from
19179         doc/glibc-functions/fmemopen.texi.
19180         * doc/posix-functions/freelocale.texi: Renamed from
19181         doc/glibc-functions/freelocale.texi.
19182         * doc/posix-functions/getdate_err.texi: Renamed from
19183         doc/glibc-functions/getdate_err.texi.
19184         * doc/posix-functions/isalnum_l.texi: Renamed from
19185         doc/glibc-functions/isalnum_l.texi.
19186         * doc/posix-functions/isalpha_l.texi: Renamed from
19187         doc/glibc-functions/isalpha_l.texi.
19188         * doc/posix-functions/isblank_l.texi: Renamed from
19189         doc/glibc-functions/isblank_l.texi.
19190         * doc/posix-functions/iscntrl_l.texi: Renamed from
19191         doc/glibc-functions/iscntrl_l.texi.
19192         * doc/posix-functions/isdigit_l.texi: Renamed from
19193         doc/glibc-functions/isdigit_l.texi.
19194         * doc/posix-functions/isgraph_l.texi: Renamed from
19195         doc/glibc-functions/isgraph_l.texi.
19196         * doc/posix-functions/islower_l.texi: Renamed from
19197         doc/glibc-functions/islower_l.texi.
19198         * doc/posix-functions/isprint_l.texi: Renamed from
19199         doc/glibc-functions/isprint_l.texi.
19200         * doc/posix-functions/ispunct_l.texi: Renamed from
19201         doc/glibc-functions/ispunct_l.texi.
19202         * doc/posix-functions/isspace_l.texi: Renamed from
19203         doc/glibc-functions/isspace_l.texi.
19204         * doc/posix-functions/isupper_l.texi: Renamed from
19205         doc/glibc-functions/isupper_l.texi.
19206         * doc/posix-functions/iswalnum_l.texi: Renamed from
19207         doc/glibc-functions/iswalnum_l.texi.
19208         * doc/posix-functions/iswalpha_l.texi: Renamed from
19209         doc/glibc-functions/iswalpha_l.texi.
19210         * doc/posix-functions/iswblank_l.texi: Renamed from
19211         doc/glibc-functions/iswblank_l.texi.
19212         * doc/posix-functions/iswcntrl_l.texi: Renamed from
19213         doc/glibc-functions/iswcntrl_l.texi.
19214         * doc/posix-functions/iswctype_l.texi: Renamed from
19215         doc/glibc-functions/iswctype_l.texi.
19216         * doc/posix-functions/iswdigit_l.texi: Renamed from
19217         doc/glibc-functions/iswdigit_l.texi.
19218         * doc/posix-functions/iswgraph_l.texi: Renamed from
19219         doc/glibc-functions/iswgraph_l.texi.
19220         * doc/posix-functions/iswlower_l.texi: Renamed from
19221         doc/glibc-functions/iswlower_l.texi.
19222         * doc/posix-functions/iswprint_l.texi: Renamed from
19223         doc/glibc-functions/iswprint_l.texi.
19224         * doc/posix-functions/iswpunct_l.texi: Renamed from
19225         doc/glibc-functions/iswpunct_l.texi.
19226         * doc/posix-functions/iswspace_l.texi: Renamed from
19227         doc/glibc-functions/iswspace_l.texi.
19228         * doc/posix-functions/iswupper_l.texi: Renamed from
19229         doc/glibc-functions/iswupper_l.texi.
19230         * doc/posix-functions/iswxdigit_l.texi: Renamed from
19231         doc/glibc-functions/iswxdigit_l.texi.
19232         * doc/posix-functions/isxdigit_l.texi: Renamed from
19233         doc/glibc-functions/isxdigit_l.texi.
19234         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
19235         doc/glibc-functions/mbsnrtowcs.texi.
19236         * doc/posix-functions/mkdtemp.texi: Renamed from
19237         doc/glibc-functions/mkdtemp.texi.
19238         * doc/posix-functions/newlocale.texi: Renamed from
19239         doc/glibc-functions/newlocale.texi.
19240         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
19241         doc/glibc-functions/nl_langinfo_l.texi.
19242         * doc/posix-functions/open_memstream.texi: Renamed from
19243         doc/glibc-functions/open_memstream.texi.
19244         * doc/posix-functions/opterr.texi: Renamed from
19245         doc/glibc-functions/opterr.texi.
19246         * doc/posix-functions/optind.texi: Renamed from
19247         doc/glibc-functions/optind.texi.
19248         * doc/posix-functions/optopt.texi: Renamed from
19249         doc/glibc-functions/optopt.texi.
19250         * doc/posix-functions/psignal.texi: Renamed from
19251         doc/glibc-functions/psignal.texi.
19252         * doc/posix-functions/scandir.texi: Renamed from
19253         doc/glibc-functions/scandir.texi.
19254         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
19255         doc/glibc-functions/sched_get_priority_min.texi.
19256         * doc/posix-functions/signgam.texi: Renamed from
19257         doc/glibc-functions/signgam.texi.
19258         * doc/posix-functions/stpcpy.texi: Renamed from
19259         doc/glibc-functions/stpcpy.texi.
19260         * doc/posix-functions/stpncpy.texi: Renamed from
19261         doc/glibc-functions/stpncpy.texi.
19262         * doc/posix-functions/strcasecmp_l.texi: Renamed from
19263         doc/glibc-functions/strcasecmp_l.texi.
19264         * doc/posix-functions/strcoll_l.texi: Renamed from
19265         doc/glibc-functions/strcoll_l.texi.
19266         * doc/posix-functions/strfmon_l.texi: Renamed from
19267         doc/glibc-functions/strfmon_l.texi.
19268         * doc/posix-functions/strftime_l.texi: Renamed from
19269         doc/glibc-functions/strftime_l.texi.
19270         * doc/posix-functions/strncasecmp_l.texi: Renamed from
19271         doc/glibc-functions/strncasecmp_l.texi.
19272         * doc/posix-functions/strndup.texi: Renamed from
19273         doc/glibc-functions/strndup.texi.
19274         * doc/posix-functions/strnlen.texi: Renamed from
19275         doc/glibc-functions/strnlen.texi.
19276         * doc/posix-functions/strsignal.texi: Renamed from
19277         doc/glibc-functions/strsignal.texi.
19278         * doc/posix-functions/strxfrm_l.texi: Renamed from
19279         doc/glibc-functions/strxfrm_l.texi.
19280         * doc/posix-functions/timer_gettime.texi: Renamed from
19281         doc/glibc-functions/timer_gettime.texi.
19282         * doc/posix-functions/tolower_l.texi: Renamed from
19283         doc/glibc-functions/tolower_l.texi.
19284         * doc/posix-functions/toupper_l.texi: Renamed from
19285         doc/glibc-functions/toupper_l.texi.
19286         * doc/posix-functions/towctrans_l.texi: Renamed from
19287         doc/glibc-functions/towctrans_l.texi.
19288         * doc/posix-functions/towlower_l.texi: Renamed from
19289         doc/glibc-functions/towlower_l.texi.
19290         * doc/posix-functions/towupper_l.texi: Renamed from
19291         doc/glibc-functions/towupper_l.texi.
19292         * doc/posix-functions/uselocale.texi: Renamed from
19293         doc/glibc-functions/uselocale.texi.
19294         * doc/posix-functions/vdprintf.texi: Renamed from
19295         doc/glibc-functions/vdprintf.texi.
19296         * doc/posix-functions/wcpcpy.texi:
19297         Renamed from doc/glibc-functions/wcpcpy.texi.
19298         * doc/posix-functions/wcpncpy.texi: Renamed from
19299         doc/glibc-functions/wcpncpy.texi.
19300         * doc/posix-functions/wcscasecmp.texi: Renamed from
19301         doc/glibc-functions/wcscasecmp.texi.
19302         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
19303         doc/glibc-functions/wcscasecmp_l.texi.
19304         * doc/posix-functions/wcscoll_l.texi: Renamed from
19305         doc/glibc-functions/wcscoll_l.texi.
19306         * doc/posix-functions/wcsdup.texi: Renamed from
19307         doc/glibc-functions/wcsdup.texi.
19308         * doc/posix-functions/wcsncasecmp.texi: Renamed from
19309         doc/glibc-functions/wcsncasecmp.texi.
19310         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
19311         doc/glibc-functions/wcsncasecmp_l.texi.
19312         * doc/posix-functions/wcsnlen.texi: Renamed from
19313         doc/glibc-functions/wcsnlen.texi.
19314         * doc/posix-functions/wcsnrtombs.texi: Renamed from
19315         doc/glibc-functions/wcsnrtombs.texi.
19316         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
19317         doc/glibc-functions/wcsxfrm_l.texi.
19318         * doc/posix-functions/wctrans_l.texi: Renamed from
19319         doc/glibc-functions/wctrans_l.texi.
19320         * doc/posix-functions/wctype_l.texi: Renamed from
19321         doc/glibc-functions/wctype_l.texi.
19322         * doc/gnulib.texi (Function Substitutes): Add these subsections.
19323         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
19324         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
19325         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
19326         these subsections.
19327         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
19328         Remove sections.
19329
19330 2008-12-14  Bruno Haible  <bruno@clisp.org>
19331
19332         Update doc for POSIX:2008.
19333         * doc/posix-functions/*.texi: Update URL of POSIX specification.
19334
19335 2008-12-14  Bruno Haible  <bruno@clisp.org>
19336
19337         Update doc for POSIX:2008.
19338         * doc/pastposix-functions/bcmp.texi: Renamed from
19339         doc/posix-functions/bcmp.texi.
19340         * doc/pastposix-functions/bcopy.texi: Renamed from
19341         doc/posix-functions/bcopy.texi.
19342         * doc/pastposix-functions/bsd_signal.texi: Renamed from
19343         doc/posix-functions/bsd_signal.texi.
19344         * doc/pastposix-functions/bzero.texi: Renamed from
19345         doc/posix-functions/bzero.texi.
19346         * doc/pastposix-functions/ecvt.texi: Renamed from
19347         doc/posix-functions/ecvt.texi.
19348         * doc/pastposix-functions/fcvt.texi: Renamed from
19349         doc/posix-functions/fcvt.texi.
19350         * doc/pastposix-functions/ftime.texi: Renamed from
19351         doc/posix-functions/ftime.texi.
19352         * doc/pastposix-functions/gcvt.texi: Renamed from
19353         doc/posix-functions/gcvt.texi.
19354         * doc/pastposix-functions/getcontext.texi: Renamed from
19355         doc/posix-functions/getcontext.texi.
19356         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
19357         doc/posix-functions/gethostbyaddr.texi.
19358         * doc/pastposix-functions/gethostbyname.texi: Renamed from
19359         doc/posix-functions/gethostbyname.texi.
19360         * doc/pastposix-functions/getwd.texi: Renamed from
19361         doc/posix-functions/getwd.texi.
19362         * doc/pastposix-functions/h_errno.texi: Renamed from
19363         doc/posix-functions/h_errno.texi.
19364         * doc/pastposix-functions/index.texi: Renamed from
19365         doc/posix-functions/index.texi.
19366         * doc/pastposix-functions/makecontext.texi: Renamed from
19367         doc/posix-functions/makecontext.texi.
19368         * doc/pastposix-functions/mktemp.texi: Renamed from
19369         doc/posix-functions/mktemp.texi.
19370         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
19371         doc/posix-functions/pthread_attr_getstackaddr.texi.
19372         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
19373         doc/posix-functions/pthread_attr_setstackaddr.texi.
19374         * doc/pastposix-functions/rindex.texi: Renamed from
19375         doc/posix-functions/rindex.texi.
19376         * doc/pastposix-functions/scalb.texi: Renamed from
19377         doc/posix-functions/scalb.texi.
19378         * doc/pastposix-functions/setcontext.texi: Renamed from
19379         doc/posix-functions/setcontext.texi.
19380         * doc/pastposix-functions/swapcontext.texi: Renamed from
19381         doc/posix-functions/swapcontext.texi.
19382         * doc/pastposix-functions/ualarm.texi: Renamed from
19383         doc/posix-functions/ualarm.texi.
19384         * doc/pastposix-functions/usleep.texi: Renamed from
19385         doc/posix-functions/usleep.texi.
19386         * doc/pastposix-functions/vfork.texi: Renamed from
19387         doc/posix-functions/vfork.texi.
19388         * doc/pastposix-functions/wcswcs.texi: Renamed from
19389         doc/posix-functions/wcswcs.texi.
19390         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
19391         (Function Substitutes): Update.
19392
19393 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19394
19395         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
19396         m4/strerror.m4.
19397
19398 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19399             Bruno Haible  <bruno@clisp.org>
19400
19401         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
19402
19403 2008-12-13  Bruno Haible  <bruno@clisp.org>
19404
19405         * modules/strtoull (Depends-on): Remove unistd.
19406
19407 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19408
19409         * modules/strtoull (Depends-on): Add stdlib.
19410
19411 2008-12-11  Simon Josefsson  <simon@josefsson.org>
19412
19413         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
19414
19415 2008-12-10  Jim Meyering  <meyering@redhat.com>
19416
19417         gl_ASSERT: don't say assertions are disabled when they're not
19418         * m4/assert.m4 (gl_ASSERT): Do not make configure report
19419         "checking whether to enable assertions... no", when they are in
19420         fact enabled.  This is solely a bug in the output of configure.
19421         In spite of saying "no", NDEBUG was not defined in that case.
19422         Also, as noted by Eric Blake, leave assertions enabled upon
19423         --enable-assert=INVALID.
19424
19425 2008-12-10  Bruno Haible  <bruno@clisp.org>
19426
19427         Change MODULES.html to refer to POSIX:2008 where possible.
19428         * MODULES.html.sh (POSIX2008_URL): New variable.
19429         (posix_headers): Remove sys/timeb, ucontext.
19430         (posix2001_headers): New variable.
19431         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
19432         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
19433         index, makecontext, mktemp, pthread_attr_getstackaddr,
19434         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
19435         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
19436         (posix2001_functions): New variable.
19437         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
19438         otherwise.
19439
19440 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19441
19442         add missing include to parse-duration.c
19443         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
19444         * modules/parse-duration (Depends-on): Add xalloc.
19445
19446         fix sed script reading maint.mk
19447         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
19448         (syntax-check-rules): Use it.
19449
19450 2008-12-09  Bruno Haible  <bruno@clisp.org>
19451
19452         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
19453         MacOS X 10.4/PowerPC.
19454         Reported by Simon Josefsson.
19455
19456 2008-12-08  Jim Meyering  <meyering@redhat.com>
19457
19458         work around mingw's lack of some S_IF definitions
19459         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
19460         Reported by Simon Josefsson.
19461
19462 2008-12-08  Bruno Haible  <bruno@clisp.org>
19463
19464         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
19465         applied to variables. Needed on MacOS X 10.4/PowerPC.
19466         Reported by Simon Josefsson.
19467
19468 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
19469         and Eric Blake  <ebb9@byu.net>
19470
19471         assert: honor --enable-assert
19472         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
19473         order to honor --enable-assert, rather than treating it as a
19474         synonym for --disable-assert.
19475
19476 2008-12-08  Jim Meyering  <meyering@redhat.com>
19477
19478         * lib/posixtm.c: Remove now-useless declaration of mktime.
19479
19480         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
19481
19482 2008-12-07  Bruno Haible  <bruno@clisp.org>
19483
19484         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
19485         test_once): Mark functions as static.
19486         * tests/test-tls.c (test_tls): Likewise.
19487
19488 2008-12-07  Bruno Haible  <bruno@clisp.org>
19489
19490         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
19491         iconv_register_autodetect.
19492
19493 2008-12-07  Jim Meyering  <meyering@redhat.com>
19494
19495         posixtm.c: avoid a warning
19496         * lib/posixtm.c (posixtime): Don't initialize tm0.
19497         It's no longer needed to placate gcc4's -Wuninitialized,
19498         and the attempt to placate would elicit a new warning.
19499
19500         unicodeio.c: mark unused parameters
19501         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
19502         (fallback_failure_callback): Likewise.
19503
19504 2008-12-07  Bruno Haible  <bruno@clisp.org>
19505
19506         * gnulib-tool (func_create_testdir): When building the tests
19507         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
19508         Reported by Simon Josefsson.
19509
19510 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19511
19512         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
19513
19514 2008-12-06  Bruno Haible  <bruno@clisp.org>
19515
19516         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
19517         Suggested by Eric Blake.
19518
19519 2008-12-06  Bruno Haible  <bruno@clisp.org>
19520
19521         Fix a c-stack test failure on MacOS X.
19522         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
19523         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
19524         handler for SIGBUS as well.
19525         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
19526         install a signal handler for SIGBUS as well.
19527         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
19528
19529 2008-12-06  Bruno Haible  <bruno@clisp.org>
19530
19531         Advocacy documentation.
19532         * doc/gnulib-intro.texi (Benefits): New section.
19533         * doc/gnulib.texi: Update.
19534
19535 2008-12-06  Bruno Haible  <bruno@clisp.org>
19536
19537         Document the 'manywarnings' module.
19538         * doc/manywarnings.texi: New file.
19539         * doc/gnulib.texi: Include it.
19540
19541 2008-12-05  Eric Blake  <ebb9@byu.net>
19542
19543         tests: silence some gcc warnings
19544         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
19545         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
19546         type mismatches.
19547
19548 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19549             Bruno Haible  <bruno@clisp.org>
19550
19551         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
19552
19553 2008-11-29  Jim Meyering  <meyering@redhat.com>
19554
19555         unicodeio.c: mark unused parameters
19556         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
19557         (fallback_failure_callback): Likewise.
19558
19559         fts: fix a thinko
19560         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
19561         (set_stat_type): Return S_IF*-valued "type" directly.
19562         Prompted by James Youngman's spotting a related bug.
19563         Confirmed by further testing through find.
19564
19565         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
19566         * lib/fts.c (D_TYPE): Define.
19567         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
19568         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
19569         (s_ifmt_shift_bits): New function.
19570         (set_stat_type): New function.
19571         (fts_build): When not calling fts_stat, call set_stat_type
19572         to propagate dirent.d_type info to fts_read caller.
19573         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
19574         fts_statp->st_mode type information may be valid.
19575
19576 2008-11-28  Simon Josefsson  <simon@josefsson.org>
19577
19578         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
19579         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
19580         <sds@gnu.org>.
19581
19582 2008-11-20  Bruno Haible  <bruno@clisp.org>
19583
19584         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
19585         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
19586         INCLUDE_NEXT.
19587         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
19588         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
19589         * modules/math (Makefile.am): Substitute
19590         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
19591         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
19592
19593 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
19594             Bruno Haible  <bruno@clisp.org>
19595
19596         * lib/stdint.in.h: Define all type macros so that their expansion is
19597         a single typedef'ed token. Fixes a compilation failure in Boost which
19598         does "using ::int8_t;".
19599
19600 2008-11-18  Simon Josefsson  <simon@josefsson.org>
19601
19602         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
19603         gl_MANYWARN_ALL_GCC.
19604         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
19605         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
19606         * modules/manywarnings: New file.
19607         * MODULES.html.sh: Mention manywarnings module.
19608
19609 2008-11-18  Bruno Haible  <bruno@clisp.org>
19610
19611         * doc/gnulib-tool.texi (Unit tests): New section.
19612
19613 2008-11-18  Simon Josefsson  <simon@josefsson.org>
19614
19615         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
19616         paths like 'lib/po/foo.po'.
19617
19618 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19619
19620         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
19621         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
19622
19623 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19624
19625         * m4/warnings.m4: Use CPPFLAGS to really check whether the
19626         parameter works.
19627
19628 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19629
19630         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
19631
19632 2008-11-17  Bruce Korb  <bkorb@gnu.org>
19633
19634         * modules/parse-duration-tests: New file.
19635         * tests/test-parse-duration.sh: New file.
19636         * tests/test-parse-duration.c: New file.
19637
19638         New module 'parse-duration'.
19639         * lib/parse-duration.h: New file.
19640         * lib/parse-duration.c: New file.
19641         * modules/parse-duration: New file.
19642
19643 2008-11-17  Bruno Haible  <bruno@clisp.org>
19644
19645         * tests/test-select-out.sh: Comment out the first pipe test.
19646         Reported by Simon Josefsson.
19647
19648 2008-11-17  Bruno Haible  <bruno@clisp.org>
19649
19650         * modules/getaddrinfo (Depends-on): Add servent, hostent.
19651         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
19652         gl_HOSTENT.
19653
19654 2008-11-17  Bruno Haible  <bruno@clisp.org>
19655
19656         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
19657         -lnetwork and -lnet. Needed for Haiku and BeOS.
19658
19659 2008-11-16  Bruno Haible  <bruno@clisp.org>
19660
19661         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
19662
19663 2008-11-16  Bruno Haible  <bruno@clisp.org>
19664
19665         Avoid test failure on Haiku.
19666         * tests/test-fsync.c: Include <errno.h>.
19667         (main): Don't require that fsync (0) fails.
19668
19669 2008-11-15  Bruno Haible  <bruno@clisp.org>
19670
19671         New module 'hostent'.
19672         * modules/hostent: New file.
19673         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
19674
19675 2008-11-15  Bruno Haible  <bruno@clisp.org>
19676
19677         New module 'servent'.
19678         * modules/servent: New file.
19679         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
19680
19681 2008-11-15  Bruno Haible  <bruno@clisp.org>
19682
19683         Avoid generating same test program with two different rules.
19684         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
19685         test-frexp to test-frexp-nolibm.
19686         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
19687         test-frexpl to test-frexpl-nolibm.
19688
19689 2008-11-15  Bruno Haible  <bruno@clisp.org>
19690
19691         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
19692         $(FREXPL_LIBM).
19693
19694 2008-11-15  Bruno Haible  <bruno@clisp.org>
19695
19696         * lib/netdb.in.h: Activate the definitions also when the system's
19697         <netdb.h> has 'struct addrinfo'.
19698         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
19699         EAI_OVERFLOW or AI_NUMERICSERV.
19700         * doc/posix-headers/netdb.texi: Document the problem.
19701
19702 2008-11-15  Bruno Haible  <bruno@clisp.org>
19703
19704         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
19705
19706         Make the 'sched' module work on platforms where <sched.h> exists but
19707         is incomplete (such as Haiku).
19708         * lib/sched.in.h; Include the system's <sched.h> if it exists.
19709         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
19710         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
19711         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
19712         HAVE_STRUCT_SCHED_PARAM.
19713         * modules/sched (Depends-on): Add include_next.
19714         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
19715         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
19716         * doc/posix-headers/sched.texi: Document the issue.
19717
19718 2008-11-13  Jim Meyering  <meyering@redhat.com>
19719
19720         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
19721         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
19722         test would fail due to the difference in the Report bugs to ...
19723         line.  The expected address is empty, "<>", while the actual
19724         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
19725
19726 2008-11-12  Bruno Haible  <bruno@clisp.org>
19727
19728         lstat: don't compile lstat.c on systems lacking lstat
19729         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
19730         which don't have lstat; this is handled by lib/sys_stat.in.h already.
19731         Reported by Daniel P. Berrange via Jim Meyering.
19732
19733 2008-11-12  Jim Meyering  <meyering@redhat.com>
19734
19735         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
19736
19737 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19738
19739         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
19740         instead.
19741
19742 2008-11-12  Bruno Haible  <bruno@clisp.org>
19743
19744         * lib/unicodeio.c: Include unistr.h.
19745         (utf8_wctomb): Remove function.
19746         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
19747
19748 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19749
19750         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
19751         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
19752         <bruno@clisp.org>.
19753         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
19754
19755 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19756
19757         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
19758         * doc/gnulib.texi: Add section for warnings.
19759
19760 2008-11-11  Bruno Haible  <bruno@clisp.org>
19761
19762         * lib/sockets.h: Add a comment.
19763
19764 2008-11-11  Karl Berry  <karl@gnu.org>
19765
19766         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
19767
19768 2008-11-11  Eric Blake  <ebb9@byu.net>
19769
19770         fdl.texi: avoid git symlinks
19771         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
19772
19773 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19774
19775         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
19776
19777 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19778
19779         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
19780         (gl_WARN_ADD): Substitute $2 if literal.
19781
19782 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19783
19784         * m4/warning.m4: Remove.
19785
19786 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19787
19788         * m4/warnings.m4: Almost complete rewrite. :-)
19789
19790 2008-11-10  Simon Josefsson  <simon@josefsson.org>
19791
19792         * modules/warnings: New module.
19793         * m4/warnings.m4: New file.
19794         * MODULES.html.sh: Mention warnings module.
19795         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
19796         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19797
19798 2008-11-10  Eric Blake  <ebb9@byu.net>
19799
19800         fdl.texi: make a symlink to the latest version
19801         * doc/standards.texi: Revert today's earlier change.
19802         * doc/fdl-1.2.texi: Rename from old fdl.texi...
19803         * doc/fdl.texi: ...and replace this with a symlink to the newer
19804         fdl-1.3.texi.
19805
19806 2008-11-10  Bruno Haible  <bruno@clisp.org>
19807
19808         * tests/test-select-fd.c (main): Accept the result file name as fourth
19809         argument.
19810         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
19811         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
19812
19813 2008-11-10  Bruno Haible  <bruno@clisp.org>
19814
19815         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
19816         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
19817         as autoconf-substituted macros.
19818         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
19819         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
19820         gl_NETDB_H_DEFAULTS. Set these variables.
19821         * modules/netdb (Makefile.am): Substitute these variables.
19822
19823 2008-11-10  Eric Blake  <ebb9@byu.net>
19824
19825         standards.texi: include correct file for FDL 1.3
19826         * doc/standards.texi (GNU Free Documentation License): Change
19827         include file to pull in FDL 1.3, not 1.2.
19828
19829         fdl.texi: revert accidental change to license
19830         * doc/fdl.texi: This is FDL 1.2, not 1.3.
19831
19832 2008-11-10  Bruno Haible  <bruno@clisp.org>
19833
19834         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
19835         cross-compiling guesses also when the native compile gives no result.
19836
19837 2008-11-10  Bruno Haible  <bruno@clisp.org>
19838
19839         * lib/spawni.c (__spawni): Force variable into the stack.
19840
19841 2008-11-10  Bruno Haible  <bruno@clisp.org>
19842
19843         Add support for Haiku.
19844         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
19845         glibc and BeOS, but also on Haiku.
19846         * lib/fpurge.c (fpurge): Likewise.
19847         * lib/freadable.c (freadable): Likewise.
19848         * lib/freadahead.c (freadahead): Likewise.
19849         * lib/freading.c (freading): Likewise.
19850         * lib/freadptr.c (freadptr): Likewise.
19851         * lib/freadseek.c (freadptrinc): Likewise.
19852         * lib/fseeko.c (rpl_fseeko): Likewise.
19853         * lib/fseterr.c (fseterr): Likewise.
19854         * lib/fwritable.c (fwritable): Likewise.
19855         * lib/fwriting.c (fwriting): Likewise.
19856         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
19857
19858 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
19859
19860         * lib/config.charset: Treat Haiku like BeOS.
19861
19862 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
19863
19864         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
19865         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
19866
19867 2008-11-08  Bruno Haible  <bruno@clisp.org>
19868
19869         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
19870         AC_CACHE_CHECK.
19871
19872 2008-11-08  Bruno Haible  <bruno@clisp.org>
19873
19874         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
19875
19876 2008-11-08  Bruno Haible  <bruno@clisp.org>
19877
19878         * tests/test-select-fd.c: New file.
19879         * tests/test-select-in.sh: New file.
19880         * tests/test-select-out.sh: New file.
19881         * tests/test-select-stdin.c: New file.
19882         * modules/select-tests (Files): Add the new files.
19883         (Depends-on): Add gettimeofday.
19884         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
19885         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
19886         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
19887
19888 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
19889             Bruno Haible  <bruno@clisp.org>
19890
19891         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
19892
19893 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
19894
19895         * build-aux/pmccabe2html: Added support for C++ source files.
19896
19897 2008-11-05  Ben Pfaff  <blp@gnu.org>
19898
19899         Fix lib/close.c build on Windows.
19900         * modules/close (Files): Add lib/w32sock.h.
19901
19902 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
19903
19904         Accept Bison's NEWS format.
19905         * build-aux/announce-gen (print_news_deltas): Tweak
19906         $re_prefix.
19907
19908 2008-11-04  Bruno Haible  <bruno@clisp.org>
19909
19910         * modules/random_r (Maintainer): Add glibc.
19911
19912 2008-11-04  Simon Josefsson  <simon@josefsson.org>
19913
19914         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
19915         by karl@freefriends.org (Karl Berry).
19916         * doc/alloca.texi: Likewise.
19917         * doc/c-ctype.texi: Likewise.
19918         * doc/c-strcase.texi: Likewise.
19919         * doc/c-strcaseeq.texi: Likewise.
19920         * doc/c-strcasestr.texi: Likewise.
19921         * doc/c-strstr.texi: Likewise.
19922         * doc/c-strtod.texi: Likewise.
19923         * doc/c-strtold.texi: Likewise.
19924         * doc/ctime.texi: Likewise.
19925         * doc/error.texi: Likewise.
19926         * doc/fdl.texi: Likewise.
19927         * doc/gcd.texi: Likewise.
19928         * doc/getdate.texi: Likewise.
19929         * doc/gnulib-intro.texi: Likewise.
19930         * doc/gnulib-tool.texi: Likewise.
19931         * doc/gnulib.texi: Likewise.
19932         * doc/inet_ntoa.texi: Likewise.
19933         * doc/maintain.texi: Likewise.
19934         * doc/make-stds.texi: Likewise.
19935         * doc/quote.texi: Likewise.
19936         * doc/regexprops-generic.texi: Likewise.
19937         * doc/standards.texi: Likewise.
19938         * doc/verify.texi: Likewise.
19939         * doc/visibility.texi: Likewise.
19940         * doc/gnulib.texi (GNU Free Documentation License): Include
19941         fdl-1.3.texi instead of fdl.texi.
19942
19943 2008-11-04  Simon Josefsson  <simon@josefsson.org>
19944
19945         * doc/fdl-1.3.texi: New file, from
19946         <http://www.gnu.org/licenses/fdl-1.3.texi>.
19947         * modules/fdl-1.3: Add.
19948         * MODULES.html.sh: Add fdl-1.3.
19949
19950 2008-11-03  Bruno Haible  <bruno@clisp.org>
19951
19952         Make determination of absolute name of header file work with AIX xlc.
19953         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
19954         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
19955         preprocessing.
19956         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
19957         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
19958
19959 2008-11-03  Simon Josefsson  <simon@josefsson.org>
19960
19961         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
19962         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
19963         <ludo@gnu.org>.
19964
19965 2008-11-02  Bruno Haible  <bruno@clisp.org>
19966
19967         Mark 'strpbrk' obsolete.
19968         * modules/strpbrk (Status, Notice): New sections.
19969         * modules/strtok_r (Depends-on): Add strpbrk.
19970
19971 2008-11-02  Bruno Haible  <bruno@clisp.org>
19972
19973         Mark 'strdup' obsolete.
19974         * modules/strdup (Status, Notice): New sections.
19975         * modules/findprog (Depends-on): Add strdup.
19976         * modules/getaddrinfo (Depends-on): Likewise.
19977         * modules/localename (Depends-on): Likewise.
19978         * modules/relocatable-lib (Depends-on): Likewise.
19979         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
19980         * modules/relocatable-prog (Depends-on): Likewise.
19981         * modules/trim (Depends-on): Likewise.
19982         * modules/unictype/gen-ctype (Depends-on): Likewise.
19983         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
19984
19985 2008-11-02  Bruno Haible  <bruno@clisp.org>
19986
19987         Mark 'strcspn' obsolete.
19988         * modules/strcspn (Status, Notice): New sections.
19989
19990 2008-11-02  Bruno Haible  <bruno@clisp.org>
19991
19992         Mark 'rmdir' obsolete.
19993         * modules/rmdir (Status, Notice): New sections.
19994         * modules/clean-temp (Depends-on): Add rmdir.
19995         * modules/openat (Depends-on): Likewise.
19996
19997 2008-11-02  Bruno Haible  <bruno@clisp.org>
19998
19999         Mark 'raise' obsolete.
20000         * modules/raise (Status, Notice): New sections.
20001         (Include): Specify <signal.h>.
20002         * modules/stdio (Depends-on): Add raise.
20003         * modules/write (Depends-on): Likewise.
20004
20005 2008-11-02  Bruno Haible  <bruno@clisp.org>
20006
20007         Mark 'memset' obsolete.
20008         * modules/memset (Status, Notice): New sections.
20009
20010 2008-11-02  Bruno Haible  <bruno@clisp.org>
20011
20012         Mark 'memmove' obsolete.
20013         * modules/memmove (Status, Notice): New sections.
20014         * modules/argp (Depends-on): Add memmove.
20015         * modules/argz (Depends-on): Likewise.
20016         * modules/canonicalize (Depends-on): Likewise.
20017         * modules/canonicalize-lgpl (Depends-on): Likewise.
20018         * modules/fts (Depends-on): Likewise.
20019         * modules/getcwd (Depends-on): Likewise.
20020         * modules/human (Depends-on): Likewise.
20021         * modules/regex (Depends-on): Likewise.
20022         * modules/striconveh (Depends-on): Likewise.
20023         * modules/trim (Depends-on): Likewise.
20024         * modules/unistr/u8-move (Depends-on): Likewise.
20025         * modules/unistr/u16-move (Depends-on): Likewise.
20026         * modules/unistr/u32-move (Depends-on): Likewise.
20027
20028 2008-11-02  Bruno Haible  <bruno@clisp.org>
20029
20030         Mark 'memcpy' obsolete.
20031         * modules/memcpy (Status, Notice): New sections.
20032
20033 2008-11-02  Bruno Haible  <bruno@clisp.org>
20034
20035         Mark 'memcmp' obsolete.
20036         * modules/memcmp (Status, Notice): New sections.
20037         * modules/argmatch (Depends-on): Add memchr.
20038         * modules/backupfile (Depends-on): Likewise.
20039         * modules/c-strcasestr (Depends-on): Likewise.
20040         * modules/crypto/des (Depends-on): Likewise.
20041         * modules/csharpcomp (Depends-on): Likewise.
20042         * modules/fnmatch (Depends-on): Likewise.
20043         * modules/git-merge-changelog (Depends-on): Likewise.
20044         * modules/isnand (Depends-on): Likewise.
20045         * modules/isnand-nolibm (Depends-on): Likewise.
20046         * modules/isnanf (Depends-on): Likewise.
20047         * modules/isnanf-nolibm (Depends-on): Likewise.
20048         * modules/isnanl (Depends-on): Likewise.
20049         * modules/isnanl-nolibm (Depends-on): Likewise.
20050         * modules/mbchar (Depends-on): Likewise.
20051         * modules/memcoll (Depends-on): Likewise.
20052         * modules/quotearg (Depends-on): Likewise.
20053         * modules/regex (Depends-on): Likewise.
20054         * modules/relocatable-prog (Depends-on): Likewise.
20055         * modules/same (Depends-on): Likewise.
20056         * modules/signbit (Depends-on): Likewise.
20057         * modules/strcasestr-simple (Depends-on): Likewise.
20058         * modules/unictype/gen-ctype (Depends-on): Likewise.
20059         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
20060         * modules/uniname/uniname (Depends-on): Likewise.
20061         * modules/unistr/u8-cmp (Depends-on): Likewise.
20062
20063 2008-11-02  Bruno Haible  <bruno@clisp.org>
20064
20065         Mark 'memchr' obsolete.
20066         * modules/memchr (Status, Notice): New sections.
20067         * modules/argp (Depends-on): Add memchr.
20068         * modules/base64 (Depends-on): Likewise.
20069         * modules/c-strcasestr (Depends-on): Likewise.
20070         * modules/chdir-long (Depends-on): Likewise.
20071         * modules/fnmatch (Depends-on): Likewise.
20072         * modules/getsubopt (Depends-on): Likewise.
20073         * modules/git-merge-changelog (Depends-on): Likewise.
20074         * modules/glob (Depends-on): Likewise.
20075         * modules/strcasestr-simple (Depends-on): Likewise.
20076         * modules/strnlen (Depends-on): Likewise.
20077
20078 2008-11-02  Bruno Haible  <bruno@clisp.org>
20079
20080         Mark 'atexit' obsolete.
20081         * modules/atexit (Status, Notice): New sections.
20082         * modules/chdir-long (Depends-on): Add atexit.
20083         * modules/wait-process (Depends-on): Likewise.
20084
20085 2008-11-02  Bruno Haible  <bruno@clisp.org>
20086
20087         * gnulib-tool: New option --with-obsolete.
20088         (func_usage): Document it.
20089         (func_modules_transitive_closure): Drop obsolete dependencies if
20090         incobsolete is not true.
20091         (func_import): Read and save the incobsolete variable to the cache.
20092
20093 2008-11-02  Bruno Haible  <bruno@clisp.org>
20094
20095         * modules/TEMPLATE-EXTENDED: New field 'Status'.
20096         * gnulib-tool: New option --extract-status.
20097         (func_usage): Document it.
20098         (sed_extract_prog): Recognize it.
20099         (func_get_status): New function.
20100
20101 2008-10-30  Simon Josefsson  <simon@josefsson.org>
20102
20103         * modules/sockets (License): Change from LGPL to LGPLv2+.
20104
20105 2008-10-28  Simon Josefsson  <simon@josefsson.org>
20106
20107         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
20108
20109 2008-10-28  Simon Josefsson  <simon@josefsson.org>
20110
20111         * MODULES.html.sh (Support for systems lacking POSIX:2001):
20112         Mention times and sys_times.
20113         * modules/sys_times, modules/sys_times-tests: New modules.
20114         * modules/times, modules/times-tests: Likewise
20115         * m4/sys_times_h.m4: New file.
20116         * lib/sys_times.in.h: Likewise
20117         * lib/times.c: Likewise.
20118         * tests/test-sys_times.c: Likewise.
20119         * tests/test-times.c: Likewise.
20120         * doc/posix-headers/sys_times.texi: Update.
20121         * doc/posix-functions/times.texi: Update.
20122
20123 2008-10-28  Jim Meyering  <meyering@redhat.com>
20124
20125         * modules/tempname (Depends-on): Add lstat.
20126
20127         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
20128
20129 2008-10-28  Simon Josefsson  <simon@josefsson.org>
20130
20131         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
20132         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
20133         using idiom used elsewhere in gnulib.
20134
20135 2008-10-27  Jim Meyering  <meyering@redhat.com>
20136
20137         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
20138
20139 2008-10-27  Simon Josefsson  <simon@josefsson.org>
20140
20141         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
20142         TESTS_ENVIRONMENT, for shell scripts that needs to call built
20143         programs.
20144         * tests/test-argp-2.sh: Use $EXEEXT when needed.
20145
20146 2008-10-27  Simon Josefsson  <simon@josefsson.org>
20147
20148         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
20149
20150 2008-10-27  Bruno Haible  <bruno@clisp.org>
20151
20152         * tests/test-lstat.c: Include <stdio.h>.
20153
20154 2008-10-27  Simon Josefsson  <simon@josefsson.org>
20155
20156         * modules/lstat-tests: New module.
20157         * tests/test-lstat.c: New file.
20158
20159 2008-10-26  Jim Meyering  <meyering@redhat.com>
20160
20161         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
20162
20163 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20164             Bruno Haible  <bruno@clisp.org>
20165
20166         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
20167         * modules/configmake (Include): Add a note that the include must come
20168         after all system headers.
20169         * lib/javaversion.c: Include configmake.h after all other includes.
20170
20171 2008-10-26  Bruno Haible  <bruno@clisp.org>
20172
20173         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
20174         HAVE_STRUCT_RANDOM_DATA to 1.
20175         (gl_STDLIB_H): Simplify.
20176
20177 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20178
20179         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
20180         substitute HAVE_STRUCT_RANDOM_DATA.
20181         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
20182         random_data.
20183         * modules/stdlib (Makefile.am): Substitute
20184         HAVE_STRUCT_RANDOM_DATA.
20185
20186 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20187
20188         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
20189         * doc/gnulib-intro.texi (Copyright): Likewise.
20190
20191 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20192
20193         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
20194         findings.
20195
20196 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
20197             Bruno Haible  <bruno@clisp.org>
20198
20199         * lib/unistd.in.h: Include <winsock2.h>.
20200         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
20201         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
20202         Provide dummy declarations.
20203         (gethostname): Override.
20204         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
20205         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
20206         gl_PREREQ_SYS_H_WINSOCK2.
20207         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
20208         * doc/posix-functions/gethostname.texi: More details.
20209
20210 2008-10-25  Bruno Haible  <bruno@clisp.org>
20211
20212         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
20213         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
20214         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
20215
20216         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
20217         here ...
20218         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
20219         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
20220         gl_UNISTD_H_DEFAULTS.
20221
20222 2008-10-25  Eric Blake  <ebb9@byu.net>
20223
20224         signbit: avoid spurious compiler failure
20225         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
20226         declarations inside function.
20227
20228 2008-10-24  Simon Josefsson  <simon@josefsson.org>
20229             Bruno Haible  <bruno@clisp.org>
20230
20231         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
20232         * modules/random_r (Depends-on): Add stdint.
20233
20234 2008-10-24  Bruno Haible  <bruno@clisp.org>
20235
20236         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
20237         Eggert.
20238         * modules/strerror (License): Likewise.
20239
20240 2008-10-24  Jim Meyering  <meyering@redhat.com>
20241
20242         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
20243         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
20244
20245 2008-10-24  Eric Blake  <ebb9@byu.net>
20246
20247         getgroups: fix compilation when getgroups is available
20248         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
20249         but with <config.h> override of getgroups disabled.
20250
20251 2008-10-24  Simon Josefsson  <simon@josefsson.org>
20252
20253         * doc/gnulib.texi (Header files): Add note about C++ problems.
20254         Explained by Bruno Haible <bruno@clisp.org>.
20255
20256 2008-10-23  Bruno Haible  <bruno@clisp.org>
20257
20258         Define a dummy SA_NODEFER macro on Interix.
20259         * lib/signal.in.h (SA_NODEFER): Define fallback.
20260         Reported by Aleksey Cheusov <cheusov@tut.by> via
20261         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
20262
20263 2008-10-23  Bruno Haible  <bruno@clisp.org>
20264
20265         * modules/freadahead (License): Change to LGPLv2+.
20266         Suggested by Simon Josefsson.
20267
20268 2008-10-23  Jim Meyering  <meyering@redhat.com>
20269
20270         random_r: new module
20271         * modules/random_r: New file.
20272         * m4/random_r.m4: New file.
20273         * lib/random_r.c: New file, from glibc.
20274         * modules/random_r-tests: New file.
20275         * tests/test-random_r.c: New file.
20276         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
20277          Declare.
20278         (RAND_MAX): Define.
20279         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
20280         * modules/stdlib: Substitute them, too.
20281         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
20282         * doc/glibc-functions/initstate_r.texi: Mention the new module.
20283         * doc/glibc-functions/random_r.texi: Likewise.
20284         * doc/glibc-functions/setstate_r.texi: Likewise.
20285         * doc/glibc-functions/srandom_r.texi: Likewise.
20286         * config/srclist.txt: Mention it.
20287
20288 2008-10-23  David Lutterkort  <lutter@redhat.com>
20289
20290         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
20291         link requirement
20292
20293 2008-10-23  Jim Meyering  <meyering@redhat.com>
20294
20295         selinux-h: mark parameters of stub functions as intentionally unused
20296         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
20297         * lib/se-context.in.h: Likewise.
20298
20299 2008-10-22  Simon Josefsson  <simon@josefsson.org>
20300
20301         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
20302
20303 2008-10-22  Simon Josefsson  <simon@josefsson.org>
20304
20305         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
20306
20307 2008-10-22  Eric Blake  <ebb9@byu.net>
20308
20309         glthread/thread: avoid compiler warning
20310         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
20311         Add unreachable abort to silence compiler.
20312
20313 2008-10-22  Eric Blake  <ebb9@byu.net>
20314
20315         netdb: also supply struct addrinfo for cygwin 1.5.x
20316         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
20317         older cygwin.
20318         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
20319         cygwin.
20320         * doc/posix-headers/netdb.texi (netdb.h): Document this.
20321
20322 2008-10-22  Bruno Haible  <bruno@clisp.org>
20323
20324         * users.txt: Update entry about pspp.
20325
20326 2008-10-21  Bruno Haible  <bruno@clisp.org>
20327
20328         Simplification.
20329         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
20330         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
20331
20332         Simplification.
20333         * lib/ioctl.c (ioctl): Don't undefine.
20334         * lib/socket.c (socket): Don't undefine.
20335
20336         Remove unused module indicator macros.
20337         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
20338         GNULIB_$1 as a C macro.
20339
20340         * doc/posix-functions/close.texi: Undo last change.
20341         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
20342         Windows platforms.
20343
20344 2008-10-21  Bruno Haible  <bruno@clisp.org>
20345
20346         Add gethostname() declaration to <unistd.h>.
20347         * lib/unistd.in.h (gethostname): New declaration.
20348         * lib/gethostname.c: Include <unistd.h>.
20349         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
20350         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
20351         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
20352         and HAVE_GETHOSTNAME.
20353         * modules/gethostname (Depends-on): Add unistd.
20354         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20355         (Include): Specify <unistd.h>.
20356         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
20357         HAVE_GETHOSTNAME.
20358         * tests/test-gethostname.c: Include <unistd.h> first.
20359
20360 2008-10-21  Bruno Haible  <bruno@clisp.org>
20361
20362         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
20363         * modules/select-tests (Depends-on): Likewise.
20364         Reported by Simon Josefsson.
20365
20366 2008-10-21  Simon Josefsson  <simon@josefsson.org>
20367
20368         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
20369         * lib/accept.c: New file, based on winsock.c.
20370         * lib/bind.c: New file, based on winsock.c.
20371         * lib/connect.c: New file, based on winsock.c.
20372         * lib/getpeername.c: New file, based on winsock.c.
20373         * lib/getsockname.c: New file, based on winsock.c.
20374         * lib/getsockopt.c: New file, based on winsock.c.
20375         * lib/ioctl.c: New file, based on winsock.c.
20376         * lib/listen.c: New file, based on winsock.c.
20377         * lib/recv.c: New file, based on winsock.c.
20378         * lib/recvfrom.c: New file, based on winsock.c.
20379         * lib/send.c: New file, based on winsock.c.
20380         * lib/sendto.c: New file, based on winsock.c.
20381         * lib/setsockopt.c: New file, based on winsock.c.
20382         * lib/shutdown.c: New file, based on winsock.c.
20383         * lib/socket.c: New file, based on winsock.c.
20384         * lib/w32sock.h: New file, based on winsock.c.
20385         * lib/winsock.c: Remove file.
20386         * modules/accept: Likewise.
20387         * modules/bind: Likewise.
20388         * modules/connect: Likewise.
20389         * modules/getpeername: Likewise.
20390         * modules/getsockname: Likewise.
20391         * modules/getsockopt: Likewise.
20392         * modules/ioctl: Likewise.
20393         * modules/listen: Likewise.
20394         * modules/recv: Likewise.
20395         * modules/recvfrom: Likewise.
20396         * modules/send: Likewise.
20397         * modules/sendto: Likewise.
20398         * modules/setsockopt: Likewise.
20399         * modules/shutdown: Likewise.
20400         * modules/socket: Use socket.c instead of winsock.c.
20401         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
20402         * doc/posix-functions/accept.texi: Doc fix.
20403         * doc/posix-functions/bind.texi: Doc fix.
20404         * doc/posix-functions/close.texi: Doc fix.
20405         * doc/posix-functions/connect.texi: Doc fix.
20406         * doc/posix-functions/getpeername.texi: Doc fix.
20407         * doc/posix-functions/getsockname.texi: Doc fix.
20408         * doc/posix-functions/getsockopt.texi: Doc fix.
20409         * doc/posix-functions/ioctl.texi: Doc fix.
20410         * doc/posix-functions/listen.texi: Doc fix.
20411         * doc/posix-functions/recv.texi: Doc fix.
20412         * doc/posix-functions/recvfrom.texi: Doc fix.
20413         * doc/posix-functions/send.texi: Doc fix.
20414         * doc/posix-functions/sendto.texi: Doc fix.
20415         * doc/posix-functions/setsockopt.texi: Doc fix.
20416         * doc/posix-functions/shutdown.texi: Doc fix.
20417         * doc/posix-functions/socket.texi: Doc fix.
20418
20419 2008-10-20  Bruno Haible  <bruno@clisp.org>
20420
20421         Take into account the role of SIGABRT_COMPAT on Windows 2008.
20422         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
20423         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
20424         as an alias for SIGABRT.
20425         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
20426         (sigaction): Map it to SIGABRT.
20427         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
20428
20429 2008-10-20  Bruno Haible  <bruno@clisp.org>
20430
20431         * lib/fts.c: Don't include lstat.h.
20432         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
20433
20434         Move the lstat() declaration to <sys/stat.h>.
20435         * lib/lstat.h: Remove file.
20436         * lib/sys_stat.in.h: Add special invocation convention.
20437         (lstat): New declaration.
20438         * lib/lstat.c (orig_lstat): New function.
20439         (rpl_lstat): Use orig_lstat instead of lstat.
20440         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
20441         AC_C_INLINE. Set REPLACE_LSTAT.
20442         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
20443         and REPLACE_LSTAT.
20444         * modules/lstat (Files): Remove lib/lstat.h.
20445         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
20446         (Include): Specify <sys/stat.h> instead of lstat.h.
20447         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
20448         REPLACE_LSTAT.
20449         * NEWS: Mention the change.
20450
20451 2008-10-20  Bruno Haible  <bruno@clisp.org>
20452
20453         * modules/posix_spawn-tests: New file.
20454         * tests/test-posix_spawn3.c: New file.
20455
20456 2008-10-20  Bruno Haible  <bruno@clisp.org>
20457
20458         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
20459         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
20460         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
20461         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
20462         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
20463
20464 2008-10-20  Bruno Haible  <bruno@clisp.org>
20465
20466         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
20467         of posix_spawn on AIX 5.3.
20468
20469 2008-10-20  Bruno Haible  <bruno@clisp.org>
20470
20471         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
20472
20473 2008-10-20  Bruno Haible  <bruno@clisp.org>
20474
20475         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
20476         of AC_LANG_PROGRAM.
20477
20478 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20479
20480         * lib/netdb.in.h: Don't define GNU specific constants until they
20481         are supported or needed.  Reported by Bruno Haible
20482         <bruno@clisp.org>.
20483
20484 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20485
20486         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
20487
20488 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20489
20490         * lib/getaddrinfo.h: Remove file.
20491         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
20492         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
20493         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
20494         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
20495         * modules/netdb: Substitute GNULIB_GETADDRINFO.
20496         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
20497         * tests/test-getaddrinfo.c: Likewise.
20498         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
20499         * NEWS: Mention change.
20500
20501 2008-10-19  Bruno Haible  <bruno@clisp.org>
20502
20503         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
20504
20505 2008-10-19  Bruno Haible  <bruno@clisp.org>
20506
20507         * lib/wait-process.c: Include simply <sys/wait.h>.
20508         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
20509         WIFSTOPPED): Remove fallback definitions.
20510         * modules/wait-process (Depends-on): Add sys_wait.
20511
20512         New module 'sys_wait'.
20513         * modules/sys_wait: New file.
20514         * lib/sys_wait.in.h: New file, partially copied from
20515         lib/wait-process.c.
20516         * m4/sys_wait_h.m4: New file.
20517         * doc/posix-headers/sys_wait.texi: Mention the new module.
20518
20519 2008-10-19  Bruno Haible  <bruno@clisp.org>
20520
20521         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
20522
20523 2008-10-19  Bruno Haible  <bruno@clisp.org>
20524
20525         Assume that waitpid() fills an 'int' status, not a 'union wait'.
20526         * lib/wait-process.c (WAIT_T): Remove type.
20527         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
20528         (wait_subprocess): Update.
20529
20530 2008-10-19  Bruno Haible  <bruno@clisp.org>
20531
20532         New module 'atoll'.
20533         * modules/atoll: New file.
20534         * lib/stdlib.in.h (atoll): New declaration.
20535         * lib/atoll.c: New file, from glibc with modifications.
20536         * m4/atoll.m4: New file.
20537         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
20538         HAVE_ATOLL.
20539         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
20540         * doc/posix-functions/atoll.texi: Mention the new module.
20541
20542 2008-10-19  Bruno Haible  <bruno@clisp.org>
20543
20544         Add strtoull() declaration to <stdlib.h>.
20545         * lib/stdlib.in.h (strtoull): New declaration.
20546         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
20547         Set HAVE_STRTOULL.
20548         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
20549         HAVE_STRTOULL.
20550         * modules/strtoull (Depends-on): Add stdlib.
20551         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20552         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
20553         HAVE_STRTOULL.
20554
20555 2008-10-19  Bruno Haible  <bruno@clisp.org>
20556
20557         Add strtoll() declaration to <stdlib.h>.
20558         * lib/stdlib.in.h (strtoll): New declaration.
20559         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
20560         Set HAVE_STRTOLL.
20561         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
20562         HAVE_STRTOLL.
20563         * modules/strtoll (Depends-on): Add stdlib.
20564         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20565         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
20566
20567 2008-10-19  Bruno Haible  <bruno@clisp.org>
20568
20569         * modules/bcopy (Depends-on): Add strings.
20570         (Include): Specify <strings.h>.
20571
20572 2008-10-19  Bruno Haible  <bruno@clisp.org>
20573
20574         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
20575
20576 2008-10-19  Bruno Haible  <bruno@clisp.org>
20577
20578         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
20579         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
20580         mingw.
20581
20582 2008-10-19  Bruno Haible  <bruno@clisp.org>
20583
20584         * lib/atanl.c: Don't include isnanl.h.
20585         * lib/cosl.c: Likewise.
20586         * lib/ldexpl.c: Likewise.
20587         * lib/logl.c: Likewise.
20588         * lib/sinl.c: Likewise.
20589         * lib/sqrtl.c: Likewise.
20590         * lib/tanl.c: Likewise.
20591
20592         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
20593         * lib/isnanf.h: Remove file.
20594         * lib/isnand.h: Remove file.
20595         * lib/isnanl.h: Remove file.
20596         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
20597         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
20598         macros.
20599         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
20600         HAVE_ISNANF, don't define it as a C macro.
20601         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
20602         HAVE_ISNAND, don't define it as a C macro.
20603         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
20604         HAVE_ISNANL, don't define it as a C macro.
20605         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
20606         HAVE_ISNAN[FDL].
20607         * modules/isnanf (Files): Remove lib/isnanf.h.
20608         (Depends-on): Add math.
20609         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20610         (Include): Specify <math.h> instead of isnanf.h.
20611         * modules/isnand (Files): Remove lib/isnand.h.
20612         (Depends-on): Add math.
20613         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20614         (Include): Specify <math.h> instead of isnand.h.
20615         * modules/isnanl (Files): Remove lib/isnanl.h.
20616         (Depends-on): Add math.
20617         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20618         (Include): Specify <math.h> instead of isnanl.h.
20619         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
20620         HAVE_ISNAN[FDL].
20621         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
20622         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
20623         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
20624         * NEWS: Mention the change.
20625
20626 2008-10-18  Bruno Haible  <bruno@clisp.org>
20627
20628         Add getusershell(), setusershell(), endusershell() declarations to
20629         <unistd.h>.
20630         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
20631         declarations.
20632         * lib/getusershell.c: Include unistd.h.
20633         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
20634         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
20635         HAVE_GETUSERSHELL.
20636         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
20637         and HAVE_GETUSERSHELL.
20638         * modules/getusershell (Depends-on): Add unistd, extensions.
20639         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20640         (Include): Specify <unistd.h>.
20641         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
20642         HAVE_GETUSERSHELL.
20643
20644 2008-10-18  Bruno Haible  <bruno@clisp.org>
20645
20646         Add a getloadavg() declaration to <stdlib.h>.
20647         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
20648         getloadavg declaration.
20649         (getloadavg): New declaration.
20650         * lib/getloadavg.c: Include <stdlib.h> first.
20651         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
20652         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
20653         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
20654         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
20655         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
20656         * modules/getloadavg (Depends-on): Add stdlib, extensions.
20657         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20658         (Include): Specify <stdlib.h>.
20659         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
20660         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
20661
20662 2008-10-18  Bruno Haible  <bruno@clisp.org>
20663
20664         * lib/dirchownmod.c: Don't include lchmod.h.
20665
20666         Move the lchmod() declaration to <sys/stat.h>.
20667         * lib/lchmod.h: Remove file.
20668         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
20669         (lchmod): New declaration, moved here from lib/lchown.h.
20670         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
20671         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
20672         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
20673         and HAVE_LCHMOD.
20674         * modules/lchmod (Files): Remove lib/lchmod.h.
20675         (Depends-on): Add sys_stat, extensions.
20676         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
20677         (Include): Specify <sys/stat.h> instead of lchmod.h.
20678         * modules/sys_stat (Depends-on): Add link-warning.
20679         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
20680         definition of GL_LINK_WARNING.
20681         * NEWS: Mention the change.
20682
20683 2008-10-18  Bruno Haible  <bruno@clisp.org>
20684
20685         * lib/fchdir.c: Don't include dirfd.h.
20686         * lib/fts.c: Likewise.
20687         * lib/getcwd.c: Likewise.
20688         * lib/glob.c: Likewise.
20689
20690         Move the dirfd() declaration to <dirent.h>.
20691         * lib/dirfd.h: Remove file.
20692         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
20693         (dirfd): New declaration.
20694         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
20695         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
20696         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
20697         HAVE_DECL_DIRFD.
20698         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
20699         HAVE_DECL_DIRFD.
20700         * modules/dirfd (Files): Remove lib/dirfd.h.
20701         (Depends-on): Add dirent, extensions.
20702         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
20703         (Include): Specify <dirent.h> instead of dirfd.h.
20704         * modules/dirent (Depends-on): Add link-warning.
20705         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
20706         definition of GL_LINK_WARNING.
20707         * NEWS: Mention the change.
20708
20709 2008-10-18  Bruno Haible  <bruno@clisp.org>
20710
20711         Move the euidaccess() declaration to <unistd.h>.
20712         * lib/euidaccess.h: Remove file.
20713         * lib/unistd.in.h (euidaccess): New declaration.
20714         * lib/euidaccess.c: Don't include euidaccess.h.
20715         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
20716         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
20717         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
20718         and HAVE_EUIDACCESS.
20719         * modules/euidaccess (Files): Remove lib/euidaccess.h.
20720         (Depends-on): Add unistd.
20721         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20722         (Include): Specify <unistd.h> instead of euidaccess.h.
20723         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
20724         HAVE_EUIDACCESS.
20725         * NEWS: Mention the change.
20726
20727 2008-10-18  Bruno Haible  <bruno@clisp.org>
20728
20729         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
20730
20731         Move the getdomainname() declaration to <unistd.h>.
20732         * lib/getdomainname.h: Remove file.
20733         * lib/unistd.in.h (getdomainname): New declaration.
20734         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
20735         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
20736         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
20737         HAVE_GETDOMAINNAME.
20738         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20739         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
20740         * modules/getdomainname (Files): Remove lib/getdomainname.h.
20741         (Depends-on): Add unistd, extensions.
20742         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20743         (Includes): Specify <unistd.h> instead of getdomainname.h.
20744         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
20745         HAVE_GETDOMAINNAME.
20746         * NEWS: Mention the change.
20747
20748 2008-10-18  Bruno Haible  <bruno@clisp.org>
20749
20750         * modules/dirent: New file.
20751         * m4/dirent_h.m4: New file.
20752         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
20753         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
20754         * modules/fchdir (Files): Remove lib/dirent.in.h.
20755         (Depends-on): Add dirent.
20756         (Makefile.am): Move rules to modules/dirent.
20757         * doc/posix-headers/dirent.texi: Mention the new module.
20758
20759 2008-10-18  Bruno Haible  <bruno@clisp.org>
20760
20761         Avoid -Wunused-parameter warnings in public gnulib header files.
20762         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
20763         macro.
20764         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
20765
20766 2008-10-18  Bruno Haible  <bruno@clisp.org>
20767
20768         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
20769         * doc/glibc-functions/error.texi: Mention the module 'error'.
20770         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
20771         * doc/glibc-functions/getdomainname.texi: Mention the module
20772         'getdomainname'.
20773         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
20774         * doc/glibc-functions/getpagesize.texi: Mention the module
20775         'getpagesize'.
20776         * doc/glibc-functions/getusershell.texi: Mention the module
20777         'getusershell'.
20778         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
20779         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
20780         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
20781         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
20782         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
20783         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
20784         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
20785         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
20786         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
20787         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
20788         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
20789         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
20790         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
20791         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
20792
20793 2008-10-17  Bruno Haible  <bruno@clisp.org>
20794
20795         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
20796         HP-UX and IRIX, use -0.0L.
20797         * tests/test-ceill.c (minus_zero): Likewise.
20798         * tests/test-floorl.c (minus_zero): Likewise.
20799         * tests/test-frexpl.c (minus_zero): Likewise.
20800         * tests/test-isnan.c (minus_zerol): Likewise.
20801         * tests/test-isnanl.h (minus_zero): Likewise.
20802         * tests/test-ldexpl.c (minus_zero): Likewise.
20803         * tests/test-roundl.c (minus_zero): Likewise.
20804         * tests/test-signbit.c (minus_zerol): Likewise.
20805         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
20806         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
20807         * tests/test-truncl.c (minus_zero): Likewise.
20808         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
20809         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
20810         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
20811         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
20812
20813 2008-10-17  Bruno Haible  <bruno@clisp.org>
20814
20815         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
20816         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
20817         that it gets activated only for gcc >= 3.0.
20818         * lib/dirent.in.h: Likewise.
20819         * lib/errno.in.h: Likewise.
20820         * lib/fcntl.in.h: Likewise.
20821         * lib/float.in.h: Likewise.
20822         * lib/iconv.in.h: Likewise.
20823         * lib/inttypes.in.h: Likewise.
20824         * lib/locale.in.h: Likewise.
20825         * lib/math.in.h: Likewise.
20826         * lib/netdb.in.h: Likewise.
20827         * lib/netinet_in.in.h: Likewise.
20828         * lib/search.in.h: Likewise.
20829         * lib/signal.in.h: Likewise.
20830         * lib/spawn.in.h: Likewise.
20831         * lib/stdarg.in.h: Likewise.
20832         * lib/stdint.in.h: Likewise.
20833         * lib/stdio.in.h: Likewise.
20834         * lib/stdlib.in.h: Likewise.
20835         * lib/string.in.h: Likewise.
20836         * lib/strings.in.h: Likewise.
20837         * lib/sys_file.in.h: Likewise.
20838         * lib/sys_ioctl.in.h: Likewise.
20839         * lib/sys_select.in.h: Likewise.
20840         * lib/sys_socket.in.h: Likewise.
20841         * lib/sys_stat.in.h: Likewise.
20842         * lib/sys_time.in.h: Likewise.
20843         * lib/sysexits.in.h: Likewise.
20844         * lib/time.in.h: Likewise.
20845         * lib/unistd.in.h: Likewise.
20846         * lib/wchar.in.h: Likewise.
20847         * lib/wctype.in.h: Likewise.
20848         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20849
20850 2008-10-17  Jim Meyering  <meyering@redhat.com>
20851
20852         ignore-value: don't depend on inline module
20853         * modules/ignore-value (Depends-on): Remove 'inline'.
20854         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
20855         Suggestion from Bruno Haible.
20856
20857 2008-10-17  Bruno Haible  <bruno@clisp.org>
20858
20859         New implementation of condition variables for Win32.
20860         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
20861         (gl_linked_waitqueue_t): New type.
20862         (gl_cond_t): Use it.
20863         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
20864         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
20865         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
20866         (glthread_cond_init_func, glthread_cond_wait_func,
20867         glthread_cond_timedwait_func, glthread_cond_signal_func,
20868         glthread_cond_broadcast_func, glthread_cond_destroy_func):
20869         Reimplemented on the basis of gl_linked_waitqueue_t.
20870         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
20871         gl_waitqueue_t.
20872         (gl_rwlock_t): Update.
20873         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
20874
20875 2008-10-17  Simon Josefsson  <simon@josefsson.org>
20876
20877         * modules/recvfrom (Depends-on): Add dependency on getpeername.
20878         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20879
20880 2008-10-17  Jim Meyering  <meyering@redhat.com>
20881
20882         ignore-value: new module
20883         * modules/ignore-value: New file.
20884         * lib/ignore-value.h: New file.
20885         * MODULES.html.sh (Compiler warning management): New section,
20886         just for this module.  More to come.
20887
20888 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
20889
20890         open-safer.c: avoid 'signed and unsigned in conditional...' warning
20891         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
20892         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
20893
20894 2008-10-16  Jim Meyering  <meyering@redhat.com>
20895
20896         openat-die.c: avoid 'no previous prototype' warning
20897         * lib/openat-die.c: Include "openat.h".
20898         Reported by Reuben Thomas <rrt@sc3d.org>.
20899
20900 2008-10-16  Simon Josefsson  <simon@josefsson.org>
20901
20902         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
20903         * lib/netdb.in.h: Fix typo.
20904         Reported by Bruno Haible  <bruno@clisp.org>
20905
20906         * lib/netdb.in.h: Include sys/socket.h for platforms without
20907         netdb.h, to get structures like hostent on MinGW.
20908         * modules/netdb (Depends-on): Add sys_socket.
20909
20910 2008-10-15  Simon Josefsson  <simon@josefsson.org>
20911
20912         * modules/netdb, modules/netdb-tests: New file.
20913         * m4/netdb_h.m4: New file.
20914         * lib/netdb.in.h: Add, currently just an empty file pending
20915         definitions.
20916         * tests/test-netdb.c: New file.
20917         * doc/posix-headers/netdb.texi: Mention that we replace it if
20918         needed.
20919         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20920         netdb.
20921
20922 2008-10-15  Simon Josefsson  <simon@josefsson.org>
20923
20924         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
20925         with code.
20926
20927 2008-10-13  Bruno Haible  <bruno@clisp.org>
20928
20929         * lib/glthread/cond.c (glthread_cond_wait_func,
20930         glthread_cond_timedwait_func): Add a comment.
20931
20932 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20933
20934         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
20935         * tests/test-select.c: Likewise,
20936
20937 2008-10-13  Bruno Haible  <bruno@clisp.org>
20938
20939         * lib/glthread/cond.c (glthread_cond_wait_func,
20940         glthread_cond_timedwait_func): Fix variable name.
20941         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20942
20943 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
20944
20945         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
20946         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
20947         struct sockaddr.sa_len.
20948         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
20949
20950 2008-10-13  Simon Josefsson  <simon@josefsson.org>
20951
20952         * build-aux/pmccabe2html: Add css and css_url parameters.
20953
20954 2008-10-12  Bruno Haible  <bruno@clisp.org>
20955
20956         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
20957         calling aclx_get.
20958         Reported by Rainer Tammer <tammer@tammer.net>.
20959
20960 2008-10-12  Bruno Haible  <bruno@clisp.org>
20961
20962         Use msvcrt aware primitives for creation/termination of Win32 threads.
20963         * lib/glthread/thread.c: Include <process.h>.
20964         (glthread_create_func): Use _beginthreadex instead of CreateThread.
20965         (wrapper_func): Update signature.
20966         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
20967
20968 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20969             Bruno Haible  <bruno@clisp.org>
20970
20971         Provide a Win32 implementation of the 'cond' module.
20972         * lib/glthread/cond.h [USE_WIN32]: New implementation.
20973         * lib/glthread/cond.c (glthread_cond_init_func,
20974         glthread_cond_wait_func, glthread_cond_timedwait_func,
20975         glthread_cond_signal_func, glthread_cond_broadcast_func,
20976         glthread_cond_destroy_func) [USE_WIN32]: New functions.
20977         * modules/cond (Dependencies): Add gettimeofday.
20978
20979 2008-10-11  Bruno Haible  <bruno@clisp.org>
20980
20981         Make sleep work on older versions of mingw.
20982         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
20983         only whether it exists.
20984         * doc/posix-functions/sleep.texi: Mention the problem with older
20985         versions of mingw.
20986
20987 2008-10-11  Bruno Haible  <bruno@clisp.org>
20988
20989         New module 'shutdown'.
20990         * modules/shutdown: New file.
20991         * lib/sys_socket.in.h (shutdown): New declaration.
20992         * lib/winsock.c (shutdown): New function.
20993         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
20994         GNULIB_SHUTDOWN.
20995         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
20996         * doc/posix-functions/shutdown.texi: Document the new module.
20997
20998 2008-10-11  Jim Meyering  <meyering@redhat.com>
20999
21000         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
21001
21002 2008-10-11  Bruno Haible  <bruno@clisp.org>
21003
21004         New module 'fclose'.
21005         * modules/fclose: New file.
21006         * lib/stdio.in.h (fclose): New declaration.
21007         * lib/fclose.c: New file.
21008         * m4/fclose.m4: New file.
21009         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
21010         REPLACE_FCLOSE.
21011         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
21012         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
21013         REPLACE_FCLOSE.
21014         * modules/close (Depends-on): fclose.
21015         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
21016
21017 2008-10-11  Bruno Haible  <bruno@clisp.org>
21018
21019         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
21020         set errno and don't call _close.
21021
21022 2008-10-10  Bruno Haible  <bruno@clisp.org>
21023
21024         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
21025         ACL, not afterwards. Fixes test failure on Cygwin.
21026
21027 2008-10-09  Ben Pfaff  <blp@gnu.org>
21028
21029         * build-aux/announce-gen: Fix gnulib version related part of usage
21030         message.  Die with a useful error message if no tarballs are
21031         found.
21032
21033 2008-10-10  Jim Meyering  <meyering@redhat.com>
21034
21035         bootstrap: use git's --depth=N option only if it's supported
21036         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
21037         recognize the --depth option.  Reported by Pádraig Brady.
21038
21039 2008-10-09  Bruno Haible  <bruno@clisp.org>
21040
21041         New module 'ioctl'.
21042         * modules/ioctl: New file.
21043         * lib/sys_socket.in.h (ioctl): Remove declaration.
21044         * lib/winsock.c: Include <sys/ioctl.h>.
21045         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
21046         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
21047         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
21048         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
21049         * doc/posix-functions/ioctl.texi: Mention the new module.
21050
21051 2008-10-09  Bruno Haible  <bruno@clisp.org>
21052
21053         New module 'sys_ioctl'.
21054         * lib/sys_ioctl.in.h: New file.
21055         * m4/sys_ioctl_h.m4: New file.
21056         * modules/sys_ioctl: New file.
21057         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
21058
21059 2008-10-09  Bruno Haible  <bruno@clisp.org>
21060
21061         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
21062         * lib/winsock.c: Include <stdarg.h>.
21063         (rpl_ioctl): Change to second argument 'int' and then varargs.
21064
21065 2008-10-09  Bruno Haible  <bruno@clisp.org>
21066
21067         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
21068         when the sys_socket module is present and the system has <winsock2.h>.
21069
21070 2008-10-09  Bruno Haible  <bruno@clisp.org>
21071
21072         * doc/posix-functions/close.texi: Mention module 'close' instead of
21073         module 'sys_socket'.
21074
21075 2008-10-09  Bruno Haible  <bruno@clisp.org>
21076
21077         * doc/glibc-headers/sys_ioctl.texi: New file.
21078         * doc/gnulib.texi: Include it.
21079
21080 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21081             Bruno Haible  <bruno@clisp.org>
21082
21083         Combine the two replacements of 'close'.
21084         * lib/sys_socket.in.h (close): Define to a reminder to include
21085         <unistd.h>.
21086         (_gl_close_fd_maybe_socket): New declaration.
21087         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
21088         * lib/winsock.c (close): Remove undefinition.
21089         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
21090         needed for the gnulib module 'close'.
21091         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
21092         define to an error symbol or to a warning, if suitable.
21093         * lib/close.c: Include <sys/socket.h>.
21094         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
21095         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
21096         UNISTD_H_HAVE_WINSOCK2_H.
21097         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
21098         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21099         UNISTD_H_HAVE_WINSOCK2_H.
21100         * modules/sys_socket (Files): Add m4/unistd_h.m4.
21101         (configure.ac): Set a module indicator.
21102         (Makefile.am): Substitute GNULIB_CLOSE.
21103         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
21104         * modules/poll-tests (Depends-on): Add close.
21105         * modules/select-tests (Depends-on): Likewise.
21106
21107 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21108             Bruno Haible  <bruno@clisp.org>
21109
21110         New module 'close'.
21111         * modules/close: New file.
21112         * lib/unistd.in.h (close): Move declaration out of the
21113         FCHDIR_REPLACEMENT scope.
21114         (_gl_unregister_fd): New declaration.
21115         * lib/close.c: New file.
21116         * lib/fchdir.c (rpl_close): Remove function.
21117         * m4/close.m4: New file.
21118         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
21119         close.
21120         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
21121         REPLACE_CLOSE.
21122         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
21123         REPLACE_CLOSE.
21124         * modules/fchdir (Depends-on): Add close.
21125
21126 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21127             Bruno Haible  <bruno@clisp.org>
21128
21129         * lib/fcntl.in.h (open): Simplify conditionals.
21130         (_gl_register_fd): New declaration.
21131         * lib/fchdir.c (rpl_open): Remove function.
21132         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
21133         also.
21134         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
21135         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
21136         open.
21137
21138 2008-10-09  Jim Meyering  <meyering@redhat.com>
21139
21140         GNUmakefile: use the more name-space-friendly "_version"
21141         * top/GNUmakefile (_dummy): Update.
21142         (_version): Rename from "version".
21143
21144 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21145             Bruno Haible  <bruno@clisp.org>
21146
21147         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
21148         rpl_close.
21149         (_gl_register_fd): New function, extracted from rpl_open.
21150         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
21151         (rpl_open, rpl_opendir): Use _gl_register_fd.
21152
21153 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21154
21155         Fix organization of 'open' replacement.
21156         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
21157         (gl_FUNC_OPEN): Use it.
21158         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
21159
21160 2008-10-08  Bruno Haible  <bruno@clisp.org>
21161
21162         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
21163
21164 2008-10-08  Simon Josefsson  <simon@josefsson.org>
21165
21166         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
21167         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
21168         listen).
21169
21170 2008-10-08  Eric Blake  <ebb9@byu.net>
21171
21172         GNUmakefile: add 'make version' target
21173         * top/GNUmakefile (_curr-ver): Split version update rules...
21174         (version): ...into a target.
21175
21176 2008-10-07  Bruno Haible  <bruno@clisp.org>
21177
21178         Use a more portable replacement expression for -0.0L.
21179         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
21180         instead of -0.0L. Fix m4 quotation.
21181
21182         * tests/test-signbit.c: Include <float.h>.
21183         (minus_zero): New variable.
21184         (test_signbitl): Use minus_zero instead of -zero.
21185         * modules/signbit-tests (Depends-on): Add float.
21186
21187         * tests/test-ceill.c: Include <float.h>.
21188         (zero): Remove variable.
21189         (minus_zero): New variable.
21190         (main): Use minus_zero instead of -zero.
21191         * modules/ceill-tests (Depends-on): Add float.
21192
21193         * tests/test-floorl.c: Include <float.h>.
21194         (zero): Remove variable.
21195         (minus_zero): New variable.
21196         (main): Use minus_zero instead of -zero.
21197         * modules/floorl-tests (Depends-on): Add float.
21198
21199         * tests/test-roundl.c: Include <float.h>.
21200         (zero): Remove variable.
21201         (minus_zero): New variable.
21202         (main): Use minus_zero instead of -zero.
21203         * modules/roundl-tests (Depends-on): Add float.
21204
21205         * tests/test-truncl.c: Include <float.h>.
21206         (zero): Remove variable.
21207         (minus_zero): New variable.
21208         (main): Use minus_zero instead of -zero.
21209         * modules/truncl-tests (Depends-on): Add float.
21210
21211         * tests/test-frexpl.c (zero): Remove variable.
21212         (minus_zero): New variable.
21213         (main): Use minus_zero instead of -zero.
21214         * modules/frexpl-tests (Depends-on): Add float.
21215
21216         * tests/test-isnan.c (zerol): Remove variable.
21217         (minus_zerol): New variable.
21218         (test_long_double): Use minus_zerol instead of -zerol.
21219         * modules/isnan-tests (Depends-on): Add float.
21220
21221         * tests/test-isnanl.h (zero): Remove variable.
21222         (minus_zero): New variable.
21223         (main): Use minus_zero instead of -zero.
21224         * modules/isnanl-nolibm-tests (Depends-on): Add float.
21225         * modules/isnanl-tests (Depends-on): Add float.
21226
21227         * tests/test-ldexpl.c (zero): Remove variable.
21228         (minus_zero): New variable.
21229         (main): Use minus_zero instead of -zero.
21230         * modules/ldexpl-tests (Depends-on): Add float.
21231
21232         * tests/test-snprintf-posix.h (zerol): Remove variable.
21233         (minus_zerol): New variable.
21234         (test_function): Use minus_zerol instead of -zerol.
21235         * modules/snprintf-posix-tests (Depends-on): Add float.
21236         * modules/vsnprintf-posix-tests (Depends-on): Add float.
21237
21238         * tests/test-sprintf-posix.h (zerol): Remove variable.
21239         (minus_zerol): New variable.
21240         (test_function): Use minus_zerol instead of -zerol.
21241         * modules/sprintf-posix-tests (Depends-on): Add float.
21242         * modules/vsprintf-posix-tests (Depends-on): Add float.
21243
21244         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
21245         (minus_zerol): New variable.
21246         (test_function): Use minus_zerol instead of -zerol.
21247         * modules/vasnprintf-posix-tests (Depends-on): Add float.
21248
21249         * tests/test-vasprintf-posix.c (zerol): Remove variable.
21250         (minus_zerol): New variable.
21251         (test_function): Use minus_zerol instead of -zerol.
21252         * modules/vasprintf-posix-tests (Depends-on): Add float.
21253
21254 2008-10-07  Simon Josefsson  <simon@josefsson.org>
21255
21256         * MODULES.html.sh (Support for building documentation): Mention
21257         pmccabe2html.  Sort entries.
21258
21259         Add pmccabe2html module, from gnupdf.
21260         * build-aux/pmccabe.css: New file.
21261         * build-aux/pmccabe2html: New file.
21262         * m4/pmccabe2html.m4: New file.
21263         * modules/pmccabe2html: New file.
21264
21265 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
21266
21267         flock: new module
21268         * MODULES.html.sh: Add to list of modules.
21269         * lib/flock.c: flock implementation for Windows and Unix systems
21270         which have fcntl.
21271         * doc/glibc-functions/flock.texi: Update documentation.
21272         * lib/sys_file.in.h: <sys/file.h> header file.
21273         * m4/flock.m4: M4 macros.
21274         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
21275         * modules/flock: flock module.
21276         * modules/flock-tests: flock tests module.
21277         * modules/sys_file: sys/file.h module.
21278         * tests/test-flock.c: test suite for flock.
21279
21280 2008-10-06  Jim Meyering  <meyering@redhat.com>
21281
21282         bootstrap: check for LT_INIT more portably still ;-)
21283         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
21284         Spotted by Bruno Haible.
21285
21286 2008-10-06  Eric Blake  <ebb9@byu.net>
21287
21288         test-signbit: avoid tripping Irix cc bug on -0.0L
21289         * tests/test-signbit.c (minus_zerol): Delete, and replace with
21290         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
21291         entire testsuite consistent and avoids an Irix 6.2 bug.
21292
21293 2008-10-05  Bruno Haible  <bruno@clisp.org>
21294             Jim Meyering  <jim@meyering.net>
21295
21296         Add an option for ignoring EPIPE during close_stdout.
21297         * lib/closeout.h: Include <stdbool.h>.
21298         (close_stdout_set_ignore_EPIPE): New declaration.
21299         * lib/closeout.c: Include <stdbool.h>.
21300         (ignore_EPIPE): New variable.
21301         (close_stdout_set_ignore_EPIPE): New function.
21302         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
21303         * lib/close-stream.c (close_stream): Mention the possible EPIPE
21304         failure.
21305         * modules/closeout (Depends-on): Add stdbool.
21306
21307 2008-10-05  Bruno Haible  <bruno@clisp.org>
21308
21309         * modules/accept: New file.
21310         * modules/bind: New file.
21311         * modules/connect: New file.
21312         * modules/getpeername: New file.
21313         * modules/getsockname: New file.
21314         * modules/getsockopt: New file.
21315         * modules/listen: New file.
21316         * modules/recv: New file.
21317         * modules/recvfrom: New file.
21318         * modules/send: New file.
21319         * modules/sendto: New file.
21320         * modules/setsockopt: New file.
21321         * modules/socket: New file.
21322         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
21323         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
21324         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
21325         the particular module is requested. Add a link warning when the
21326         particular module is not requested.
21327         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
21328         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
21329         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
21330         the particular module is requested.
21331         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
21332         gl_SYS_SOCKET_H_DEFAULTS): New macros.
21333         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
21334         * modules/sys_socket (Depends-on): Add link-warning.
21335         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
21336         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
21337         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
21338         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
21339         GL_LINK_WARNING.
21340         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
21341         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
21342         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
21343         * doc/posix-functions/getpeername.texi: Mention the new module
21344         'getpeername'.
21345         * doc/posix-functions/getsockname.texi: Mention the new module
21346         'getsockname'.
21347         * doc/posix-functions/getsockopt.texi: Mention the new module
21348         'getsockopt'.
21349         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
21350         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
21351         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
21352         * doc/posix-functions/send.texi: Mention the new module 'send'.
21353         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
21354         * doc/posix-functions/setsockopt.texi: Mention the new module
21355         'setsockopt'.
21356         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
21357         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
21358         listen, connect, accept.
21359         * modules/select-tests (Depends-on): Likewise.
21360
21361 2008-10-05  Bruno Haible  <bruno@clisp.org>
21362
21363         * lib/winsock.c (strerror): Remove unused #undef.
21364         (rpl_close): Remove unused local variable.
21365
21366         * modules/sys_socket (Depends-on); Add errno.
21367
21368 2008-10-05  Bruno Haible  <bruno@clisp.org>
21369
21370         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
21371         (select): Add a link warning when the 'select' module is not used.
21372         * modules/sys_select (Depends-on): Add link-warning.
21373         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
21374         Suggested by Paolo Bonzini.
21375
21376 2008-10-05  Jim Meyering  <meyering@redhat.com>
21377
21378         bootstrap: check for LT_INIT more portably
21379         * build-aux/bootstrap: Avoid using grep -E, since it's not
21380         portable enough.  Suggestion from Bruno Haible.
21381
21382 2008-10-05  Bruno Haible  <bruno@clisp.org>
21383
21384         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
21385         as being fixed by gnulib.
21386
21387 2008-10-05  Bruno Haible  <bruno@clisp.org>
21388
21389         * modules/select-tests: New file, mostly copied from
21390         modules/sys_select-tests.
21391         * tests/test-select.c: New file, mostly copied from
21392         tests/test-sys_select.c.
21393         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
21394         * modules/sys_select-tests (Depends-on): Remove all dependencies.
21395         (Makefile.am): Remove test_sys_select_LDADD.
21396
21397         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
21398         to an undefined symbol, for an error message.
21399         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
21400         (gl_SYS_SELECT_H_DEFAULTS): New macro.
21401         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
21402         winsock-select.c here.
21403         * modules/sys_select (Files): Remove lib/winsock-select.c.
21404         (Depends-on): Remove alloca.
21405         (Makefile.am): Substitute GNULIB_SELECT.
21406         * modules/select: New file.
21407         * doc/posix-functions/select.texi: Update.
21408
21409 2008-10-05  Bruno Haible  <bruno@clisp.org>
21410
21411         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
21412         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
21413         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
21414         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
21415         getdtablesize.
21416         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
21417         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
21418
21419 2008-10-05  Bruno Haible  <bruno@clisp.org>
21420
21421         * modules/getdtablesize-tests: New file.
21422         * tests/test-getdtablesize.c: New file.
21423
21424         New module 'getdtablesize'.
21425         * lib/unistd.in.h (getdtablesize): New declaration.
21426         * lib/getdtablesize.c: New file.
21427         * m4/getdtablesize.m4: New file.
21428         * modules/getdtablesize: New file.
21429         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21430         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
21431         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
21432         HAVE_GETDTABLESIZE.
21433         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
21434
21435 2008-10-05  Bruno Haible  <bruno@clisp.org>
21436
21437         * modules/sched (Makefile.am): Fix typo.
21438         Reported by Simon Josefsson.
21439
21440 2008-10-05  Jim Meyering  <meyering@redhat.com>
21441
21442         bootstrap: check for LT_INIT, too
21443         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
21444         are deprecated.  Suggestion from Ralf Wildenhues.
21445
21446 2008-10-05  Bruno Haible  <bruno@clisp.org>
21447
21448         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
21449         overriding them by ours.
21450         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
21451
21452 2008-10-05  Jim Meyering  <meyering@redhat.com>
21453
21454         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
21455         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
21456         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
21457
21458 2008-10-04  Bruno Haible  <bruno@clisp.org>
21459
21460         * modules/dup2 (License): Change to LGPLv2+.
21461         * modules/sleep (License): Likewise.
21462         * modules/perror (License): Likewise.
21463         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
21464         Blake.
21465         * modules/signal (License): Likewise.
21466         * modules/sigprocmask (License): Likewise.
21467         * modules/raise (License): Change to LGPLv2+, with approval by Jim
21468         Meyering.
21469
21470 2008-10-04  Bruno Haible  <bruno@clisp.org>
21471
21472         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
21473         Reported by Rainer Tammer <tammer@tammer.net>.
21474
21475 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
21476             Bruno Haible  <bruno@clisp.org>
21477
21478         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
21479         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
21480         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
21481
21482 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
21483
21484         filevercmp: new module
21485         * lib/filevercmp.h: New function filevercmp comparing version strings.
21486         * lib/filevercmp.c: Implementation of filevercmp function.
21487         * modules/filevercmp: Module metadata.
21488         * tests/test-filevercmp.c: Unit test for new module.
21489         * modules/filevercmp-tests: Unit test metadata.
21490         * MODULES.html.sh: Add filevercmp module.
21491
21492 2008-10-03  Bruno Haible  <bruno@clisp.org>
21493
21494         * lib/c-ctype.h: Add comment.
21495         Reported by Jim Meyering.
21496
21497 2008-10-02  Bruno Haible  <bruno@clisp.org>
21498
21499         * modules/posix_spawn-internal (Depends-on): Add 'open'.
21500
21501 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21502
21503         * build-aux/bootstrap: Allow renaming bootstrap, and change the
21504         name of bootstrap.conf accordingly.
21505
21506 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21507
21508         * build-aux/bootstrap: Install git-merge-changelog configuration
21509         items into .gitconfig if needed.
21510
21511 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21512
21513         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
21514         git repository, and initialize/update it accordingly.
21515
21516 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
21517
21518         * modules/fsync-tests: New file.
21519         * tests/test-fsync.c: New file.
21520
21521         New module 'fsync'.
21522         * lib/fsync.c: New file.
21523         * m4/fsync.m4: New file.
21524         * modules/fsync: New file.
21525         * lib/unistd.in.h (fsync): New declaration.
21526         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
21527         GNULIB_FSYNC and HAVE_FSYNC.
21528         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
21529         * MODULES.html.sh (posix_functions): Add fsync.
21530         * doc/posix-functions/fsync.texi: Mention the new module.
21531
21532 2008-10-02  Jim Meyering  <meyering@redhat.com>
21533
21534         fts.c: sync with similar code from coreutils' remove.c
21535         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
21536         Guard also with "#if defined __linux__", since for now at least,
21537         this code is Linux-kernel-specific.
21538
21539 2008-10-02  Jim Meyering  <meyering@redhat.com>
21540
21541         fts: bug fixes
21542         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
21543         Include <sys/vfs.h>, not <sys/statfs.h>.
21544
21545         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
21546         Include <sys/vfs.h>, not <sys/statfs.h>.
21547
21548 2008-10-01  Bruno Haible  <bruno@clisp.org>
21549
21550         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
21551         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
21552         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
21553         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
21554         * doc/posix-functions/posix_spawnp.texi: Likewise.
21555         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
21556         whether posix_spawn actually works.
21557         * m4/pipe.m4 (gl_PIPE): Likewise.
21558         * modules/execute (Files): Add m4/posix_spawn.m4.
21559         * modules/pipe (Files): Add m4/posix_spawn.m4.
21560         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
21561
21562 2008-10-01  Jim Meyering  <meyering@redhat.com>
21563
21564         remove trailing spaces
21565         * NEWS: Likewise.
21566         * lib/poll.c (poll): Likewise.
21567         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
21568         * lib/winsock.c (rpl_close): Likewise.
21569         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
21570         * modules/yield: Likewise.
21571         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
21572         * tests/test-sys_select.c (connect_to_socket): Likewise.
21573
21574         fts.c: adjust a new interface to be more generally useful
21575         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
21576         (fts_build): Adjust caller.
21577
21578 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21579
21580         * modules/cond-tests: New file.
21581         * tests/test-cond.c: New file.
21582
21583 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21584             Bruno Haible  <bruno@clisp.org>
21585
21586         * modules/cond (Dependencies): Add errno, time.
21587         * lib/glthread/cond.h: Include <time.h>.
21588         (gl_cond_define, gl_cond_define_initialized): Use the same definition
21589         across platforms.
21590
21591 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21592             Bruno Haible  <bruno@clisp.org>
21593
21594         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
21595
21596 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21597             Bruno Haible  <bruno@clisp.org>
21598
21599         * modules/tls-tests (Depends-on): Add thread, yield.
21600         (configure.ac): Remove all checks.
21601         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
21602         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
21603         gl_thread_self): Remove definitions. Include glthread/thread.h and
21604         glthread/yield.h instead.
21605         (test_tls): Pass an additional NULL argument to gl_thread_join.
21606
21607 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21608             Bruno Haible  <bruno@clisp.org>
21609
21610         * modules/lock-tests (Depends-on): Add thread, yield.
21611         (configure.ac): Remove all checks.
21612         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
21613         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
21614         gl_thread_self): Remove definitions. Include glthread/thread.h and
21615         glthread/yield.h instead.
21616         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
21617         additional NULL argument to gl_thread_join.
21618
21619 2008-09-30  Bruno Haible  <bruno@clisp.org>
21620
21621         Fix the Win32 implementation of the 'thread' module.
21622         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
21623         pointer type.
21624         (gl_thread_self): Invoke gl_thread_self_func.
21625         (gl_thread_self_func): New declaration.
21626         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
21627         (do_init_self_key, init_self_key): New functions.
21628         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
21629         Remove some fields.
21630         (running_threads, running_lock): Remove variables.
21631         (get_current_thread_handle): New function.
21632         (gl_thread_self_func, wrapper_func, glthread_create_func,
21633         glthread_join_func, gl_thread_exit_func): Largely rewritten and
21634         simplified.
21635
21636 2008-09-30  Bruno Haible  <bruno@clisp.org>
21637
21638         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
21639         files.
21640
21641 2008-09-30  Jim Meyering  <meyering@redhat.com>
21642
21643         fts.m4: correct the test for statfs.f_type
21644         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
21645         when checking for statfs.f_type.
21646
21647 2008-09-15  Simon Josefsson  <simon@josefsson.org>
21648
21649         tests: avoid some compiler warnings
21650         * tests/test-memchr.c (main): Pass NULL indirectly.
21651         * tests/test-getdate.c (main): Remove unused variable 'ret'.
21652
21653 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
21654
21655         getdate.y: disallow countable dayshifts like "4 yesterday ago"
21656         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
21657         exactly specified dayshifts.
21658         (dayshift): New rule.
21659         (rel): Add dayshift.
21660         (relative_time_table) [tomorrow, yesterday, today, now]:
21661         Use tDAY_SHIFT in place of tDAY_UNIT.
21662         * tests/test-getdate.c: Add tests for now-disallowed countable
21663         dayshifts, e.g., "4 yesterday ago".
21664
21665 2008-09-29  Bruno Haible  <bruno@clisp.org>
21666
21667         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
21668         * tests/test-posix_spawn1.in.sh: Renamed from
21669         tests/test-posix_spawn.in.sh.
21670         * tests/test-posix_spawn2.c: New file.
21671         * tests/test-posix_spawn2.in.sh: New file.
21672         * modules/posix_spawnp-tests (Files): Update.
21673         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
21674
21675 2008-09-29  Bruno Haible  <bruno@clisp.org>
21676
21677         Propagate effects of putenv/setenv/unsetenv to child processes.
21678         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
21679         * lib/pipe.c (create_pipe): Likewise.
21680
21681 2008-09-29  Bruno Haible  <bruno@clisp.org>
21682
21683         Enable use of shell scripts as executables in mingw.
21684         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
21685         run the program as a shell script.
21686         * lib/pipe.c (create_pipe): Likewise.
21687         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
21688         resulting array.
21689
21690 2008-09-29  Eric Blake  <ebb9@byu.net>
21691
21692         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
21693
21694 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
21695
21696         * doc/posix-functions/accept.texi: Update mingw problems.
21697         * doc/posix-functions/bind.texi: Update mingw problems.
21698         * doc/posix-functions/close.texi: Update mingw problems.
21699         * doc/posix-functions/connect.texi: Update mingw problems.
21700         * doc/posix-functions/getpeername.texi: Update mingw problems.
21701         * doc/posix-functions/getsockname.texi: Update mingw problems.
21702         * doc/posix-functions/getsockopt.texi: Update mingw problems.
21703         * doc/posix-functions/ioctl.texi: Update mingw problems.
21704         * doc/posix-functions/listen.texi: Update mingw problems.
21705         * doc/posix-functions/recv.texi: Update mingw problems.
21706         * doc/posix-functions/recvfrom.texi: Update mingw problems.
21707         * doc/posix-functions/select.texi: Update mingw problems.
21708         * doc/posix-functions/send.texi: Update mingw problems.
21709         * doc/posix-functions/sendto.texi: Update mingw problems.
21710         * doc/posix-functions/setsockopt.texi: Update mingw problems.
21711         * doc/posix-functions/socket.texi: Update mingw problems.
21712
21713 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
21714             Bruno Haible  <bruno@clisp.org>
21715
21716         * lib/sys_select.in.h: Include sys/time.h.
21717         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
21718         * modules/sys_select: Depend on sys_time.
21719         * tests/test-sys_select.c: Test that sys/select.h defines struct
21720         timeval fully.
21721
21722 2008-09-29  Bruno Haible  <bruno@clisp.org>
21723
21724         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
21725         * lib/sys_select.in.h: Likewise.
21726
21727 2008-09-29  Bruno Haible  <bruno@clisp.org>
21728
21729         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
21730
21731 2008-09-29  Bruno Haible  <bruno@clisp.org>
21732
21733         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
21734         Set LIBSOCKET instead of augmenting LIBS.
21735         * modules/sockets (Link): New section.
21736         * modules/sockets-tests (test_sockets_LDADD): New variable.
21737         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
21738         * modules/poll-tests (test_poll_LDADD): New variable.
21739         * NEWS: Document the change.
21740
21741 2008-09-29  Bruno Haible  <bruno@clisp.org>
21742
21743         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
21744         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
21745         ARPA_INET_H directly.
21746         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
21747
21748 2008-09-28  Bruno Haible  <bruno@clisp.org>
21749
21750         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
21751         from gl_HEADER_SYS_SOCKET.
21752         (gl_HEADER_SYS_SOCKET): Invoke it.
21753         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
21754
21755 2008-09-28  Bruno Haible  <bruno@clisp.org>
21756
21757         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
21758         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
21759         Needed on OSF/1 4.0.
21760
21761 2008-09-28  Bruno Haible  <bruno@clisp.org>
21762
21763         Override open more carefully.
21764         * lib/open.c (orig_open): New function.
21765         (rpl_open): Use orig_open instead of open.
21766         * lib/fcntl.in.h: Add special invocation convention.
21767         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
21768         (gl_FUNC_OPEN): Invoke it.
21769
21770         Override freopen more carefully.
21771         * lib/freopen.c (orig_freopen): New function.
21772         (rpl_freopen): Use orig_freopen instead of freopen.
21773         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
21774         (gl_FUNC_FREOPEN): Invoke it.
21775
21776         Override fopen more carefully.
21777         * lib/fopen.c (orig_fopen): New function.
21778         (rpl_fopen): Use orig_fopen instead of fopen.
21779         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
21780         (gl_FUNC_FOPEN): Invoke it.
21781         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
21782
21783 2008-09-28  Bruno Haible  <bruno@clisp.org>
21784
21785         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
21786         SIGPIPE.
21787
21788 2008-09-28  Bruno Haible  <bruno@clisp.org>
21789
21790         * tests/test-sigaction.c (handler, main): Disable the check whether
21791         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
21792         glibc systems with LinuxThreads.
21793
21794 2008-09-28  Bruno Haible  <bruno@clisp.org>
21795
21796         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
21797
21798         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
21799         with AIX xlc.
21800         * lib/fcntl.in.h (open): Likewise.
21801         Reported by Rainer Tammer <tammer@tammer.net>.
21802
21803 2008-09-28  Bruno Haible  <bruno@clisp.org>
21804
21805         * modules/posix_spawnp-tests: New file.
21806         * tests/test-posix_spawn.c: New file.
21807         * tests/test-posix_spawn.in.sh: New file.
21808
21809         New module 'posix_spawnp'.
21810         * modules/posix_spawnp: New file.
21811         * lib/spawnp.c: New file, from GNU libc with modifications.
21812         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
21813
21814         New module 'posix_spawn'.
21815         * modules/posix_spawn: New file.
21816         * lib/spawn.c: New file, from GNU libc with modifications.
21817         * doc/posix-functions/posix_spawn.texi: Mention the new module.
21818
21819         New module 'posix_spawnattr_destroy'.
21820         * modules/posix_spawnattr_destroy: New file.
21821         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
21822         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
21823         module.
21824
21825         New module 'posix_spawnattr_setsigmask'.
21826         * modules/posix_spawnattr_setsigmask: New file.
21827         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
21828         modifications.
21829         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
21830         new module.
21831
21832         New module 'posix_spawnattr_getsigmask'.
21833         * modules/posix_spawnattr_getsigmask: New file.
21834         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
21835         modifications.
21836         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
21837         new module.
21838
21839         New module 'posix_spawnattr_setsigdefault'.
21840         * modules/posix_spawnattr_setsigdefault: New file.
21841         * lib/spawnattr_setdefault.c: New file, from GNU libc with
21842         modifications.
21843         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
21844         new module.
21845
21846         New module 'posix_spawnattr_getsigdefault'.
21847         * modules/posix_spawnattr_getsigdefault: New file.
21848         * lib/spawnattr_getdefault.c: New file, from GNU libc with
21849         modifications.
21850         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
21851         new module.
21852
21853         New module 'posix_spawnattr_setschedpolicy'.
21854         * modules/posix_spawnattr_setschedpolicy: New file.
21855         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
21856         modifications.
21857         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
21858         new module.
21859
21860         New module 'posix_spawnattr_getschedpolicy'.
21861         * modules/posix_spawnattr_getschedpolicy: New file.
21862         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
21863         modifications.
21864         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
21865         new module.
21866
21867         New module 'posix_spawnattr_setschedparam'.
21868         * modules/posix_spawnattr_setschedparam: New file.
21869         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
21870         modifications.
21871         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
21872         new module.
21873
21874         New module 'posix_spawnattr_getschedparam'.
21875         * modules/posix_spawnattr_getschedparam: New file.
21876         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
21877         modifications.
21878         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
21879         new module.
21880
21881         New module 'posix_spawnattr_setpgroup'.
21882         * modules/posix_spawnattr_setpgroup: New file.
21883         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
21884         modifications.
21885         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
21886         module.
21887
21888         New module 'posix_spawnattr_getpgroup'.
21889         * modules/posix_spawnattr_getpgroup: New file.
21890         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
21891         modifications.
21892         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
21893         module.
21894
21895         New module 'posix_spawnattr_setflags'.
21896         * modules/posix_spawnattr_setflags: New file.
21897         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
21898         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
21899         module.
21900
21901         New module 'posix_spawnattr_getflags'.
21902         * modules/posix_spawnattr_getflags: New file.
21903         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
21904         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
21905         module.
21906
21907         New module 'posix_spawnattr_init'.
21908         * modules/posix_spawnattr_init: New file.
21909         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
21910         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
21911         module.
21912
21913         New module 'posix_spawn_file_actions_destroy'.
21914         * modules/posix_spawn_file_actions_destroy: New file.
21915         * lib/spawn_faction_destroy.c: New file, from GNU libc with
21916         modifications.
21917         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
21918         the new module.
21919
21920         New module 'posix_spawn_file_actions_addopen'.
21921         * modules/posix_spawn_file_actions_addopen: New file.
21922         * lib/spawn_faction_addopen.c: New file, from GNU libc with
21923         modifications.
21924         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
21925         the new module.
21926
21927         New module 'posix_spawn_file_actions_adddup2'.
21928         * modules/posix_spawn_file_actions_adddup2: New file.
21929         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
21930         modifications.
21931         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
21932         the new module.
21933
21934         New module 'posix_spawn_file_actions_addclose'.
21935         * modules/posix_spawn_file_actions_addclose: New file.
21936         * lib/spawn_faction_addclose.c: New file, from GNU libc with
21937         modifications.
21938         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
21939         the new module.
21940
21941         New module 'posix_spawn_file_actions_init'.
21942         * modules/posix_spawn_file_actions_init: New file.
21943         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
21944         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
21945         new module.
21946
21947         New module 'posix_spawn-internal'.
21948         * modules/posix_spawn-internal: New file.
21949         * lib/spawn_int.h: New file, from GNU libc with modifications.
21950         * lib/spawni.c: New file, from GNU libc with modifications.
21951         * m4/posix_spawn.m4: New file.
21952
21953         New module 'spawn'.
21954         * modules/spawn: New file.
21955         * lib/spawn.in.h: New file, from GNU libc with modifications.
21956         * m4/spawn_h.m4: New file.
21957         * doc/posix-headers/spawn.texi: Mention the new module.
21958
21959 2008-09-28  Bruno Haible  <bruno@clisp.org>
21960
21961         * modules/sched-tests: New file.
21962         * tests/test-sched.c: New file.
21963
21964         New module 'sched'.
21965         * modules/sched: New file.
21966         * lib/sched.in.h: New file.
21967         * m4/sched_h.m4: New file.
21968         * doc/posix-headers/sched.texi: Mention the new module.
21969
21970 2008-09-27  Eric Blake  <ebb9@byu.net>
21971
21972         Fix previous patch, and tweak references to $0.
21973         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
21974         (func_version, func_gnulib_dir): Don't call this program
21975         gnulib-tool.
21976         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
21977         with using $0 in function.
21978         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
21979         (func_fatal_error): Reuse the name the user invoked us with.
21980
21981 2008-09-27  Bruno Haible  <bruno@clisp.org>
21982
21983         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
21984         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
21985         (gl_ICONV_H): Not here.
21986         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
21987         instead of assigning ICONV_H directly.
21988
21989         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
21990         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
21991         WCHAR_H directly.
21992
21993 2008-09-27  Bruno Haible  <bruno@clisp.org>
21994
21995         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
21996         * modules/arpa_inet (Depends-on): Add link-warning.
21997         (Makefile.am): Insert the definition of GL_LINK-WARNING.
21998         * modules/unistd (Makefile.am): Likewise.
21999
22000 2008-09-26  Bruno Haible  <bruno@clisp.org>
22001
22002         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
22003         variables.
22004         (func_version): Essentially copied from gnulib-tool.
22005         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
22006         func_readlink): Copied from gnulib-tool.
22007
22008 2008-09-26  Bruno Haible  <bruno@clisp.org>
22009
22010         * gnulib-tool (func_version): Change directory to $gnulib_dir before
22011         invoking git-version-gen.
22012
22013 2008-09-26  Bruno Haible  <bruno@clisp.org>
22014
22015         * posix-modules: Update to directory names changed on 2008-01-19.
22016         Remove commas in output before splitting into words. No more need to
22017         avoid 'ftruncate' since 2007-02-19.
22018
22019 2008-09-26  Bruno Haible  <bruno@clisp.org>
22020
22021         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
22022
22023 2008-09-26  Bruno Haible  <bruno@clisp.org>
22024
22025         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
22026         * modules/fwriteerror (Depends-on): Add errno.
22027
22028 2008-09-26  Bruno Haible  <bruno@clisp.org>
22029
22030         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
22031         * tests/test-vc-list-files-cvs.sh: Likewise.
22032
22033 2008-09-26  Bruno Haible  <bruno@clisp.org>
22034
22035         * doc/posix-headers/sys_resource.texi: Reorder items.
22036
22037 2008-09-26  Jim Meyering  <meyering@redhat.com>
22038
22039         fts: tweak inode comparison function
22040         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
22041         inode numbers, as documented.
22042
22043         fts: sort dirent entries on inode number before traversing
22044         This avoids a quadratic, seek-related performance penalty when
22045         operating on a directory containing many entries (measurable at 10k;
22046         3.5 hours at 2 million entries with a cold cache) on certain types
22047         of file systems, including ext3 and ext4, but not tmpfs.
22048         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
22049         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
22050         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
22051         (fs_handles_readdir_ordered_dirents_efficiently): New function.
22052         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
22053         (fts_build): Set the stat.st_ino member from D_INO.
22054         If it is likely to be useful, sort dirent entries on inode number.
22055
22056         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
22057         and the struct statfs.f_type member.
22058         * modules/fts (Depends-on): Add d-ino.
22059
22060 2008-09-26  Bruno Haible  <bruno@clisp.org>
22061
22062         * modules/sigpipe-die (Depends-on): Add sigpipe.
22063
22064         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
22065         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
22066         and GNULIB_STDIO_H_SIGPIPE are set.
22067         * lib/stdio-write.c: New file.
22068         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
22069         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
22070         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
22071         REPLACE_STDIO_WRITE_FUNCS.
22072         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
22073         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
22074         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
22075         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
22076         * modules/stdio (Files): Add lib/stdio-write.c.
22077         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
22078         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
22079         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
22080         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
22081         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
22082         REPLACE_FPRINTF_POSIX.
22083         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
22084         REPLACE_PRINTF_POSIX.
22085         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
22086         REPLACE_VFPRINTF_POSIX.
22087         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
22088         REPLACE_VPRINTF_POSIX.
22089         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
22090         SIGPIPE issue.
22091         * doc/posix-functions/fputc.texi: Likewise.
22092         * doc/posix-functions/fputs.texi: Likewise.
22093         * doc/posix-functions/fwrite.texi: Likewise.
22094         * doc/posix-functions/printf.texi: Likewise.
22095         * doc/posix-functions/putc.texi: Likewise.
22096         * doc/posix-functions/putchar.texi: Likewise.
22097         * doc/posix-functions/puts.texi: Likewise.
22098         * doc/posix-functions/vfprintf.texi: Likewise.
22099         * doc/posix-functions/vprintf.texi: Likewise.
22100
22101         * modules/safe-write (Depends-on): Add write.
22102
22103         * modules/sigpipe-tests: New file.
22104         * tests/test-sigpipe.c: New file.
22105         * tests/test-sigpipe.sh: New file.
22106
22107         * modules/write: New file.
22108         * lib/unistd.in.h: Include <sys/types.h>.
22109         (write): New declaration.
22110         * lib/write.c: New file.
22111         * m4/write.m4: New file.
22112         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
22113         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
22114         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
22115         GNULIB_WRITE, REPLACE_WRITE.
22116         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
22117         and the SIGPIPE issue.
22118
22119         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
22120         (raise): New declaration.
22121         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
22122         (ext_signal): New function.
22123         (rpl_raise): New function.
22124         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
22125         GNULIB_SIGNAL_H_SIGPIPE.
22126         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
22127         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
22128
22129         * modules/sigpipe: New file.
22130         * m4/sigpipe.m4: New file.
22131
22132 2008-09-25  Derek Price  <derek@ximbiot.com>
22133             Bruno Haible  <bruno@clisp.org>
22134
22135         * gnulib-tool (func_import): Report all license incompatibilities, not
22136         just the first one.
22137
22138 2008-09-25  Bruno Haible  <bruno@clisp.org>
22139
22140         * gnulib-tool (func_import): When computing the edits, consider not
22141         only the Makefile.ams that exist but also those that will be generated.
22142
22143 2008-09-25  Simon Josefsson  <simon@josefsson.org>
22144
22145         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
22146         fixes gnulib-tool --test warning about duplicate dependency.
22147
22148 2008-09-25  Bruno Haible  <bruno@clisp.org>
22149
22150         * gnulib-tool: Don't ask the user to perform edits in the generated
22151         Makefile.ams.
22152         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
22153         apply to the Makefile.am being generated.
22154         (func_emit_tests_Makefile_am): Execute edits that apply to the
22155         Makefile.am being generated.
22156         (func_import): Setup list of Makefile.am edits before emitting the
22157         Makefile.ams, not at the end.
22158         (func_create_testdir): Update.
22159         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22160
22161 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22162
22163         * gnulib-tool (func_import): Store the --tests-base option in the
22164         comment in gnulib-cache.m4.
22165
22166 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
22167
22168         * NEWS: Document increased portability that sys_select now provides.
22169
22170         * lib/sys_select.in.h: Install select wrapper.
22171         * lib/sys_socket.in.h: Use more descriptive name when there is no
22172         select wrapper.
22173         * lib/winsock-select.c: New.
22174         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
22175         Require gl_HEADER_SYS_SOCKET.
22176         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
22177         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
22178         * tests/test-sys_select.c: Add functional tests.
22179
22180 2008-09-24  Eric Blake  <ebb9@byu.net>
22181
22182         open, fopen: close fd leak in last patch
22183         * lib/open.c (rpl_open): Close fd before returning error.
22184         * lib/fopen.c (rpl_fopen): Close fd before returning error.
22185         * doc/posix-functions/open.texi (open): Document that Irix also
22186         has the bug.
22187         * doc/posix-functions/fopen.texi (fopen): Likewise.
22188         Reported by Paolo Bonzini.
22189
22190 2008-09-24  Bruno Haible  <bruno@clisp.org>
22191
22192         Ensure that a filename ending in a slash cannot be used to access a
22193         non-directory.
22194         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
22195         to check whether it's really a directory.
22196         * lib/fopen.c: Include fcntl.h, unistd.h.
22197         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
22198         and fdopen().
22199         * modules/fopen (Depends-on): Add unistd.
22200         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
22201         * tests/test-fopen.c (main): Likewise.
22202         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
22203         * doc/posix-functions/fopen.texi: Likewise.
22204         Reported by Eric Blake.
22205
22206 2008-09-23  Eric Blake  <ebb9@byu.net>
22207
22208         c-stack: avoid compiler optimizations when provoking overflow
22209         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
22210         recursion harder to optimize, to ensure a stack overflow occurs.
22211         * tests/test-c-stack.c (recurse): Likewise.
22212         Borrowed from libsigsegv.
22213
22214         c-stack: work around Irix sigaltstack bug
22215         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
22216         whether sigaltstack uses wrong end of stack_t (copied in part from
22217         libsigsegv).
22218         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
22219         Irix bug, without requiring an over-allocation.
22220         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
22221         bug.
22222
22223         fopen: document mingw bug on directories
22224         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
22225         not allowing a stream visiting a directory, even though reading
22226         from such a stream is not portable.
22227
22228 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22229
22230         * lib/poll.c: Rewrite.
22231         * modules/poll: Depend on alloca.
22232
22233 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22234
22235         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
22236         instead define prototypes for a full set of wrappers.  Ensure
22237         that Cygwin does not use the compatibility code, which is only
22238         for MinGW.
22239         * lib/winsock.c: New.
22240         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
22241         * modules/sys_socket: Add lib/winsock.c.
22242
22243         * modules/poll-tests: Add errno and perror.
22244         * tests/test-poll.c: Use ioctl, not ioctlsocket.
22245
22246 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22247
22248         * tests/test-poll.c: Downgrade minimum needed Winsock version.
22249
22250 2008-09-23  Bruno Haible  <bruno@clisp.org>
22251
22252         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
22253         * doc/glibc-functions/*: Likewise.
22254
22255 2008-09-23  Simon Josefsson  <simon@josefsson.org>
22256
22257         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
22258         success.
22259
22260 2008-09-22  Eric Blake  <ebb9@byu.net>
22261             Bruno Haible  <bruno@clisp.org>
22262
22263         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
22264         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
22265         supply %A but mishandle pseudo-NaN.
22266         Reported by Simon Josefsson.
22267
22268 2008-09-21  Bruno Haible  <bruno@clisp.org>
22269
22270         * tests/test-lock.c (main): Tweak skip message.
22271         * tests/test-tls.c (main): Likewise.
22272
22273 2008-09-21  Bruno Haible  <bruno@clisp.org>
22274
22275         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
22276         whether 'struct sigaction' has sa_sigaction here...
22277         (gl_PREREQ_SIG_HANDLER_H): ... not here.
22278         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
22279
22280 2008-09-21  Bruno Haible  <bruno@clisp.org>
22281
22282         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
22283         section.
22284         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
22285         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
22286         the new section.
22287         (Support for obsolete systems lacking POSIX:2001): New section.
22288         (String handling <string.h>): Move strdup to the new section.
22289         Suggested by Simon Josefsson and Paolo Bonzini.
22290
22291 2008-09-21  Bruno Haible  <bruno@clisp.org>
22292
22293         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
22294         exponents in %e and %g results on 'long double'. Needed for mingw's
22295         improved *printf functions.
22296         * tests/test-vasprintf-posix.c (test_function): Likewise.
22297         * tests/test-snprintf-posix.h (test_function): Likewise.
22298         * tests/test-sprintf-posix.h (test_function): Likewise.
22299         Reported by Eric Blake.
22300
22301 2008-09-21  Bruno Haible  <bruno@clisp.org>
22302
22303         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
22304         * tests/test-sprintf-posix.h (test_function): Likewise.
22305
22306 2008-09-21  Bruno Haible  <bruno@clisp.org>
22307
22308         * modules/getpass (Depends-on): Add strdup-posix.
22309
22310         New module 'strdup-posix'.
22311         * modules/strdup-posix: New file.
22312         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
22313         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
22314         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
22315         REPLACE_STRDUP.
22316         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
22317         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
22318         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22319         strdup-posix.
22320
22321         * modules/strdup (Depends-on): Remove malloc-posix.
22322
22323 2008-09-20  Bruno Haible  <bruno@clisp.org>
22324
22325         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
22326         Wildenhues.
22327
22328 2008-09-20  Bruno Haible  <bruno@clisp.org>
22329
22330         Ensure that wint_t gets defined on IRIX 5.3.
22331         * lib/wchar.in.h (wint_t): Define if not defined by the system.
22332         * lib/wctype.in.h (wint_t): Likewise.
22333         (__wctype_wint_t): Remove type.
22334         (isw*): Use wint_t instead of __wctype_wint_t.
22335         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
22336         * modules/wchar (Files): Add m4/wint_t.m4.
22337         (Makefile.am): Substitute HAVE_WINT_T.
22338         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
22339         * tests/test-wctype.c: Check that wint_t is defined.
22340         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
22341         * doc/posix-headers/wctype.texi: Likewise.
22342         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
22343
22344 2008-09-18  Bruno Haible  <bruno@clisp.org>
22345
22346         * gnulib-tool (func_exit): Update comment.
22347
22348 2008-09-18  Simon Josefsson  <simon@josefsson.org>
22349
22350         * modules/getaddrinfo (Depends-on): Remove strdup, this module
22351         assumes strdup exists and does not depend on strdup to return
22352         ENOMEM on out of memory conditions.
22353
22354 2008-09-18  Bruno Haible  <bruno@clisp.org>
22355
22356         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
22357         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
22358         digits for the exponent.
22359
22360 2008-09-18  Jim Meyering  <meyering@redhat.com>
22361             Bruno Haible  <bruno@clisp.org>
22362
22363         * lib/vasnprintf.c (decimal_point_char): Define also if
22364         NEED_PRINTF_INFINITE_LONG_DOUBLE.
22365
22366 2008-09-16  Bruno Haible  <bruno@clisp.org>
22367         and Eric Blake  <ebb9@byu.net>
22368
22369         vasnprintf: support Irix 5.3
22370         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
22371         that mishandle long double infinity.
22372         Reported by Tom G. Christensen.
22373
22374 2008-09-16  Bruno Haible  <bruno@clisp.org>
22375
22376         * doc/glibc-functions/scandir.texi: Mention the function is missing on
22377         Solaris 9.
22378         * doc/glibc-functions/alphasort.texi: Likewise.
22379         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
22380
22381 2008-09-16  Jim Meyering  <meyering@redhat.com>
22382
22383         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
22384         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
22385         a umask modification leak out of a subshell.  Otherwise, the
22386         opensolaris /bin/sh would be accepted and thus cause unwarranted
22387         failures in the coreutils test suite.
22388
22389 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
22390
22391         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
22392         to succeed.
22393
22394 2008-09-16  Jim Meyering  <meyering@redhat.com>
22395
22396         avoid spurious test failure when library is built without ACL support
22397         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
22398         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
22399         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
22400         * tests/test-copy-acl.sh: Likewise.
22401
22402 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22403
22404         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
22405         based on character occurrence counts.
22406
22407 2008-09-15  Eric Blake  <ebb9@byu.net>
22408
22409         tests: avoid some compiler warnings
22410         * tests/test-memchr.c (main): Pass NULL indirectly.
22411         * tests/test-closein.c (main): Avoid unused variable.
22412
22413 2008-09-15  Bruno Haible  <bruno@clisp.org>
22414
22415         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
22416         are missing on OpenBSD 4.0 individually.
22417         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22418
22419 2008-09-15  Bruno Haible  <bruno@clisp.org>
22420
22421         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
22422         * doc/posix-functions/strerror.texi: Mention also Cygwin.
22423         * doc/posix-functions/perror.texi: Likewise.
22424         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
22425         is missing.
22426         Reported by Eric Blake.
22427
22428         * lib/errno.in.h: Use replacement values >= 2000.
22429         Reported by Eric Blake.
22430
22431 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22432
22433         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
22434         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
22435         limit.
22436         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
22437         compareseq was aborted.
22438
22439 2008-09-14  Bruno Haible  <bruno@clisp.org>
22440
22441         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
22442         yvec_edit_count.
22443         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
22444         (fstrcmp_bounded): Simplify result computation accordingly.
22445
22446 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22447
22448         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
22449         (fstrcmp): Define in terms of fstrcmp_bounded.
22450         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
22451         lower_bound argument.
22452         Return quickly if the result is certainly < lower_bound.
22453         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
22454
22455 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22456
22457         * lib/diffseq.h (EARLY_ABORT): New macro.
22458         (compareseq): Change return type to bool. Return true when EARLY_ABORT
22459         evaluates to true.
22460
22461 2008-09-14  Bruno Haible  <bruno@clisp.org>
22462
22463         * modules/perror-tests: New file.
22464         * tests/test-perror.sh: New file.
22465         * tests/test-perror.c: New file.
22466
22467         New module 'perror'.
22468         * lib/stdio.in.h (perror): New declaration.
22469         * lib/perror.c: New file.
22470         * m4/perror.m4: New file.
22471         * modules/perror: New file.
22472         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
22473         * doc/posix-functions/perror.texi: Mention the perror module.
22474         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
22475         REPLACE_PERROR.
22476         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
22477         REPLACE_PERROR.
22478
22479 2008-09-14  Bruno Haible  <bruno@clisp.org>
22480
22481         * modules/stdio (Makefile.am): Reorder to match the order in
22482         lib/stdio.in.h.
22483         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
22484
22485 2008-09-13  Bruno Haible  <bruno@clisp.org>
22486
22487         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
22488
22489 2008-09-13  Bruno Haible  <bruno@clisp.org>
22490
22491         Extend strerror to cover the added errno values.
22492         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
22493         (rpl_strerror): Provide error messages for the added errno values and
22494         for the WSA* values.
22495         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
22496         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
22497         strerror.
22498         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
22499         * modules/strerror (Depends-on): Add errno.
22500         * doc/posix-functions/strerror.texi: Document the change.
22501         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
22502         and EOVERFLOW.
22503
22504 2008-09-13  Bruno Haible  <bruno@clisp.org>
22505
22506         * modules/EOVERFLOW: Remove file.
22507         * m4/eoverflow.m4: Remove file.
22508         * modules/EOVERFLOW-tests: Remove file.
22509         * tests/test-EOVERFLOW.c: Remove file.
22510         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
22511         * modules/ftell (Depends-on): Likewise.
22512         * modules/getdelim (Depends-on): Likewise.
22513         * modules/getugroups (Depends-on): Likewise.
22514         * modules/poll (Depends-on): Likewise.
22515         * modules/snprintf (Depends-on): Likewise.
22516         * modules/sprintf-posix (Depends-on): Likewise.
22517         * modules/vasnprintf (Depends-on): Likewise.
22518         * modules/vasprintf (Depends-on): Likewise.
22519         * modules/vfprintf-posix (Depends-on): Likewise.
22520         * modules/vsnprintf (Depends-on): Likewise.
22521         * modules/vsprintf-posix (Depends-on): Likewise.
22522         * modules/xvasprintf (Depends-on): Likewise.
22523         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
22524         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
22525         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
22526         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
22527         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
22528         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
22529         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
22530         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
22531         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
22532         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
22533         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
22534         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
22535         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
22536         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
22537         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
22538         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
22539         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
22540         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
22541         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
22542         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
22543         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
22544         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
22545         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
22546         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
22547         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
22548         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
22549         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
22550         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
22551         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
22552         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
22553         * MODULES.html.sh: Remove EOVERFLOW.
22554         * NEWS: Mention the change.
22555
22556 2008-09-13  Bruno Haible  <bruno@clisp.org>
22557
22558         * modules/errno-tests: New file.
22559         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
22560
22561         * lib/errno.in.h: New file.
22562         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
22563         * modules/errno: New file.
22564         * doc/posix-headers/errno.texi: Update documentation.
22565         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
22566
22567 2008-09-13  Bruno Haible  <bruno@clisp.org>
22568
22569         * tests/test-poll.c: Use #if for native Windows, rather than testing
22570         __MSVCRT__.
22571
22572 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22573             Bruno Haible  <bruno@clisp.org>
22574
22575         * lib/glob.c: Don't include <pwd.h> on native Windows.
22576         (WINDOWS32): New macro.
22577         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
22578
22579 2008-09-13  Bruno Haible  <bruno@clisp.org>
22580
22581         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
22582         (ETIMEDOUT): Remove macro.
22583         (glthread_cond_timedwait_multithreaded): New declaration.
22584         (glthread_cond_timedwait): Use it.
22585         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
22586         (glthread_cond_timedwait_multithreaded): New function.
22587
22588 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22589
22590         * modules/poll-tests: Do not check for io.h.
22591         * tests/test-poll.c: Check for __MSVCRT__ instead.
22592
22593 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22594
22595         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
22596         * modules/poll-tests: Add inet_pton, stdbool, sockets.
22597         * tests/test-poll.c: Use them.  Use _pipe on Windows.
22598
22599 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22600
22601         * modules/poll-tests: New.
22602         * tests/test-poll.c: New.
22603
22604 2008-09-12  Eric Blake  <ebb9@byu.net>
22605
22606         frexp: test for NetBSD failure on -0.0
22607         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
22608         not all, bugs from NetBSD 3.0 have been fixed.
22609         * doc/posix-functions/frexp.texi (frexp): Document bug.
22610         Reported by Thomas Klausner.
22611
22612         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
22613         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
22614         literal -0.0.
22615         Reported by Jonathan C. Patschke <jp@centtech.com>.
22616
22617 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22618
22619         * lib/glthread/cond.h: Use dummy implementation also if
22620         USE_WIN32_THREADS.
22621
22622 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22623
22624         * modules/fnmatch-posix (License): Change to LGPLv2+.
22625         * modules/fnmatch-gnu (License): Likewise.
22626
22627 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22628
22629         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
22630
22631 2008-09-11  Jim Meyering  <meyering@redhat.com>
22632
22633         * users.txt: Add gtk-vnc.
22634
22635 2008-09-08  Simon Josefsson  <simon@josefsson.org>
22636
22637         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
22638         rotate amounts.
22639
22640         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
22641         required for 16-bit and 8-bit rotates.
22642         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
22643         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
22644         UINT8_MAX instead of hard-coded constants.
22645         Suggested by Paul Eggert.
22646
22647 2008-09-07  Bruno Haible  <bruno@clisp.org>
22648
22649         * tests/test-striconveh.c (main): Check behaviour when converting from
22650         UTF-7.
22651
22652         Make striconveh work better with stateful encodings.
22653         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
22654         that iconv does not increment the inptr when returning -1/EINVAL.
22655
22656 2008-09-07  Bruno Haible  <bruno@clisp.org>
22657
22658         * build-aux/config.rpath: Update according to libtool-2.2.6.
22659         * build-aux/config.libpath: Likewise.
22660
22661 2008-09-06  Bruno Haible  <bruno@clisp.org>
22662
22663         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
22664         * lib/freadptr.c (freadptr): Likewise.
22665         * lib/freadseek.c (freadptrinc): Likewise.
22666         Reported by Simon Josefsson.
22667
22668 2008-09-06  Bruno Haible  <bruno@clisp.org>
22669
22670         * modules/freadptr (License): Change to LGPLv2+.
22671         * modules/freadseek (License): Likewise.
22672         Suggested by Eric Blake.
22673
22674         * modules/memchr2 (License): Change to LGPLv2+.
22675         Approved by Eric Blake.
22676
22677 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22678             Bruno Haible  <bruno@clisp.org>
22679
22680         Make gnulib-tool work with native 'sed' on AIX.
22681         * gnulib-tool (sed_noop): New variable.
22682         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
22683         func_add_or_update, func_create_testdir): Use it to initialize sed
22684         script variables.
22685         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
22686
22687 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
22688             Bruno Haible  <bruno@clisp.org>
22689
22690         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
22691         also works after #include directives.
22692
22693 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
22694
22695         getdate.y: reject an out-of-range timezone value
22696         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
22697         the range [-24...+24].  When specified with only one or two digits,
22698         * tests/test-getdate.c: Tests for the fix.
22699         * doc/getdate.texi: Document this change.
22700
22701 2008-09-03  Bruno Haible  <bruno@clisp.org>
22702
22703         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
22704
22705 2008-09-02  Simon Josefsson  <simon@josefsson.org>
22706
22707         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
22708         <bruce.korb@gmail.com> with ideas from Ben Pfaff
22709         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
22710         Blake <ebb9@byu.net>.
22711
22712         * tests/test-bitrotate.c: Add more test vectors.
22713
22714 2008-09-02  Eric Blake  <ebb9@byu.net>
22715
22716         vasnprintf-posix: handle large precision via %.*d
22717         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
22718         when handling it ourselves.
22719         * tests/test-vasnprintf-posix.c (test_function): Add test.
22720         * tests/test-snprintf-posix.h (test_function): Likewise.
22721         * tests/test-sprintf-posix.h (test_function): Likewise.
22722         * tests/test-vasprintf-posix.c (test_function): Likewise.
22723         Reported by Alain Guibert.
22724
22725 2008-09-01  Eric Blake  <ebb9@byu.net>
22726
22727         c-stack: make configure-time check more robust
22728         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
22729         successful sigaction call.
22730         Reported by Tom G. Christensen.
22731
22732 2008-09-01  Bruno Haible  <bruno@clisp.org>
22733
22734         New module 'findprog-lgpl'.
22735         * modules/findprog-lgpl: New file.
22736         * lib/findprog-lgpl.c: New file.
22737         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
22738         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
22739         to decide whether to use strdup or xstrdup, concatenated_filename or
22740         xconcatenated_filename.
22741
22742 2008-09-01  Bruno Haible  <bruno@clisp.org>
22743
22744         Split module 'concat-filename' into 'concat-filename' (LGPL) and
22745         'xconcat-filename' (GPL).
22746         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
22747         (License): Change to LGPLv2+.
22748         * modules/xconcat-filename: New file.
22749         * lib/concat-filename.h (concatenated_filename): Change specification.
22750         (xconcatenated_filename): New declaration.
22751         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
22752         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
22753         memory situations.
22754         * lib/xconcat-filename.c: New file.
22755         * NEWS: Mention the change.
22756         * lib/findprog.c: Include concat-filename.h, not filename.h.
22757         (find_in_path): Use xconcatenated_filename instead of
22758         concatenated_filename.
22759         * lib/javacomp.c: Include concat-filename.h, not filename.h.
22760         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
22761         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
22762         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
22763         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
22764         instead of concatenated_filename.
22765         * lib/javaexec.c: Include concat-filename.h, not filename.h.
22766         (execute_java_class): Use xconcatenated_filename instead of
22767         concatenated_filename.
22768         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
22769         * modules/javacomp (Depends-on): Likewise.
22770         * modules/javaexec (Depends-on): Likewise.
22771
22772 2008-09-01  Bruno Haible  <bruno@clisp.org>
22773
22774         Split module 'filename' into 'filename' and 'concat-filename'.
22775         * modules/filename: Keep only lib/filename.h.
22776         (License): Change to LGPLv2+.
22777         * modules/concat-filename: New file, extracted from modules/filename.
22778         * lib/filename.h (concatenated_filename): Remove declaration.
22779         * lib/concat-filename.h: New file, extracted from lib/filename.h.
22780         * lib/concat-filename.c: Include concat-filename.h.
22781         * NEWS: Mention the change.
22782
22783 2008-09-01  Simon Josefsson  <simon@josefsson.org>
22784
22785         * lib/bitrotate.h (rotl8, rotr8): Add.
22786
22787         * modules/bitrotate (configure.ac): Need
22788         AC_REQUIRE([AC_C_INLINE]).
22789         (Description): Mention stdint.h.  Reported by Bruno Haible
22790         <bruno@clisp.org>.
22791
22792         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
22793         Paolo Bonzini <bonzini@gnu.org>.
22794
22795 2008-08-31  Bruno Haible  <bruno@clisp.org>
22796
22797         Assume Solaris specific bi-arch conventions on Solaris systems.
22798         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
22799         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
22800         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
22801         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
22802         like acl_libdirstem.
22803         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
22804         acl_libdirstem.
22805         * NEWS: Mention the change.
22806         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
22807
22808 2008-08-31  Jim Meyering  <meyering@redhat.com>
22809
22810         * lib/strftime.h: Add comments describing the two added arguments.
22811
22812         remove duplicate #include directives
22813         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
22814         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
22815
22816 2008-08-31  Bruno Haible  <bruno@clisp.org>
22817
22818         New module 'sigpipe-die'.
22819         * modules/sigpipe-die: New file.
22820         * lib/sigpipe-die.h: New file.
22821         * lib/sigpipe-die.c: New file.
22822         * MODULES.html.sh (Signal handling): Add sigpipe-die.
22823
22824 2008-08-31  Bruno Haible  <bruno@clisp.org>
22825
22826         Don't override previously installed signal handlers.
22827         * lib/fatal-signal.c (saved_sigactions): New variable.
22828         (uninstall_handlers): Reset the signal to the saved handler, not
22829         to SIG_DFL (except when ignored).
22830         (install_handlers): Save the previous handlers.
22831
22832 2008-08-30  Bruno Haible  <bruno@clisp.org>
22833
22834         * gnulib-tool (func_reset_sigpipe): New function.
22835         (func_get_automake_snippet, func_modules_transitive_closure,
22836         func_import): Invoke it before a join command that reads from stdin,
22837         to avoid "echo: write error: Broken pipe" error messages on stderr.
22838         Reported by Sam Steingold <sds@gnu.org>.
22839
22840 2008-08-30  Bruno Haible  <bruno@clisp.org>
22841
22842         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
22843         Code copied from m4/open.m4.
22844         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
22845         access and the filename ends in a slash. Code copied from lib/open.c.
22846         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
22847         * tests/test-fopen.c (main): Check against bug with trailing slash.
22848
22849 2008-08-29  Bruno Haible  <bruno@clisp.org>
22850
22851         Avoid some "gcc -pedantic" warnings.
22852         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
22853         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
22854         * lib/dirent.in.h: Likewise.
22855         * lib/fcntl.in.h: Likewise.
22856         * lib/float.in.h: Likewise.
22857         * lib/iconv.in.h: Likewise.
22858         * lib/inttypes.in.h: Likewise.
22859         * lib/locale.in.h: Likewise.
22860         * lib/math.in.h: Likewise.
22861         * lib/netinet_in.in.h: Likewise.
22862         * lib/search.in.h: Likewise.
22863         * lib/signal.in.h: Likewise.
22864         * lib/stdarg.in.h: Likewise.
22865         * lib/stdint.in.h: Likewise.
22866         * lib/stdio.in.h: Likewise.
22867         * lib/stdlib.in.h: Likewise.
22868         * lib/string.in.h: Likewise.
22869         * lib/strings.in.h: Likewise.
22870         * lib/sys_select.in.h: Likewise.
22871         * lib/sys_socket.in.h: Likewise.
22872         * lib/sys_stat.in.h: Likewise.
22873         * lib/sys_time.in.h: Likewise.
22874         * lib/sysexits.in.h: Likewise.
22875         * lib/time.in.h: Likewise.
22876         * lib/unistd.in.h: Likewise.
22877         * lib/wchar.in.h: Likewise.
22878         * lib/wctype.in.h: Likewise.
22879         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
22880         * modules/fchdir (Makefile.am): Likewise.
22881         * modules/fcntl (Makefile.am): Likewise.
22882         * modules/float (Makefile.am): Likewise.
22883         * modules/iconv_open (Makefile.am): Likewise.
22884         * modules/inttypes (Makefile.am): Likewise.
22885         * modules/locale (Makefile.am): Likewise.
22886         * modules/math (Makefile.am): Likewise.
22887         * modules/netinet_in (Makefile.am): Likewise.
22888         * modules/search (Makefile.am): Likewise.
22889         * modules/signal (Makefile.am): Likewise.
22890         * modules/stdarg (Makefile.am): Likewise.
22891         * modules/stdint (Makefile.am): Likewise.
22892         * modules/stdio (Makefile.am): Likewise.
22893         * modules/stdlib (Makefile.am): Likewise.
22894         * modules/string (Makefile.am): Likewise.
22895         * modules/strings (Makefile.am): Likewise.
22896         * modules/sys_select (Makefile.am): Likewise.
22897         * modules/sys_socket (Makefile.am): Likewise.
22898         * modules/sys_stat (Makefile.am): Likewise.
22899         * modules/sys_time (Makefile.am): Likewise.
22900         * modules/sysexits (Makefile.am): Likewise.
22901         * modules/time (Makefile.am): Likewise.
22902         * modules/unistd (Makefile.am): Likewise.
22903         * modules/wchar (Makefile.am): Likewise.
22904         * modules/wctype (Makefile.am): Likewise.
22905         Reported by Reuben Thomas <rrt@sc3d.org>.
22906
22907 2008-08-29  Bruno Haible  <bruno@clisp.org>
22908
22909         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
22910         any more.
22911
22912 2008-08-29  Simon Josefsson  <simon@josefsson.org>
22913
22914         * MODULES.html.sh (Misc): Add bitrotate.
22915
22916         * modules/bitrotate: New file.
22917
22918         * lib/bitrotate.h: New file.
22919
22920         * modules/bitrotate-tests: New file.
22921
22922         * tests/test-bitrotate.c: New file.
22923
22924         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
22925         on the bitrotate module.
22926
22927         * lib/arctwo.c: Use new bitrotate module.
22928
22929 2008-08-29  Jim Meyering  <meyering@redhat.com>
22930
22931         bootstrap: merge changes from coreutils
22932         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
22933         of copied files.  Remove a kludge, now that this is fixed.
22934         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
22935         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
22936         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
22937
22938 2008-08-29  Bruno Haible  <bruno@clisp.org>
22939
22940         * MODULES.html.sh: Remove --cvs-urls option.
22941
22942 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
22943
22944         maint.mk: adjust to file name change
22945         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
22946
22947 2008-08-28  Jim Meyering  <meyering@redhat.com>
22948
22949         * modules/getndelim2 (License): Relicense to LGPLv2+.
22950         Approved by Richard Stallman for the version of 1995, and by
22951         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
22952
22953 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
22954
22955         * lib/getdelim.c (flockfile, funlockfile): Make all of them
22956         dummy if one is not available.  Do not touch them if
22957         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
22958         (getc_maybe_unlocked): New.
22959         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
22960
22961 2008-08-26  Eric Blake  <ebb9@byu.net>
22962
22963         doc/INSTALL: resync from autoconf
22964         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
22965         (INSTALL_PRELUDE): Delete; this is done more efficiently by
22966         moving...
22967         * install.texi [!autoconf]: ...here.  Resync from autoconf.
22968         * INSTALL: Regenerate.
22969         * INSTALL.ISO: New file.
22970         * INSTALL.UTF-8: Likewise.
22971
22972 2008-08-26  Jim Meyering  <meyering@redhat.com>
22973
22974         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
22975         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
22976         these definitions conditional, so that they may be overridden, too.
22977
22978 2008-08-26  Bruno Haible  <bruno@clisp.org>
22979
22980         Generate INSTALL file variants with prettier quotes.
22981         * doc/Makefile (INSTALL_PRELUDE): New macro.
22982         (INSTALL): Use it.
22983         (INSTALL.ISO, INSTALL.UTF-8): New rules.
22984
22985 2008-08-26  Bruno Haible  <bruno@clisp.org>
22986
22987         Run makeinfo in an English locale.
22988         * doc/Makefile (MAKEINFO): New variable.
22989
22990 2008-08-26  Bruno Haible  <bruno@clisp.org>
22991
22992         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
22993         Suggested by Eric Blake.
22994
22995 2008-08-25  Bruno Haible  <bruno@clisp.org>
22996
22997         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
22998
22999 2008-08-25  Eric Blake  <ebb9@byu.net>
23000
23001         c-stack: test that stack overflow can be caught
23002         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
23003         that platform allows handling stack overflow; at least OS/2 EMX
23004         has sigaltstack, but crashes before transferring control to
23005         handler on stack overflow.
23006         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
23007         check for HAVE_STACK_OVERFLOW_HANDLING.
23008         Reported by Elbert Pol.
23009
23010 2008-08-25  Bruno Haible  <bruno@clisp.org>
23011
23012         * doc/posix-functions/strftime.texi: Fix description of strftime
23013         module.
23014
23015 2008-08-24  Bruno Haible  <bruno@clisp.org>
23016
23017         * tests/uniwidth/test-uc_width2.c: New file.
23018         * tests/uniwidth/test-uc_width2.sh: New file.
23019         * modules/uniwidth/width-tests (Files): Add the new files.
23020         (TESTS): Add uniwidth/test-uc_width2.sh.
23021         (TESTS_ENVIRONMENT): New variable.
23022         (check_PROGRAMS): Add test-uc_width2.
23023         (test_uc_width2_SOURCES): New variable.
23024
23025         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
23026         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
23027         not 0x00AB.
23028         Reported by Alexander V. Lukyanov <lav@netis.ru>.
23029
23030 2008-08-22  Eric Blake  <ebb9@byu.net>
23031
23032         test-lock, test-tls: mention why a test is skipped
23033         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
23034         skipped.
23035         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
23036
23037         count-one-bits: relax license
23038         * modules/count-one-bits (License): Relicense to LGPLv2+.
23039         Suggested by Ludovic Courtès, approved by Ben Pfaff.
23040
23041 2008-08-22  Andreas Schwab  <schwab@suse.de>
23042
23043         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
23044         Remove spurious space in assignment.
23045
23046 2008-08-21  Simon Josefsson  <simon@josefsson.org>
23047
23048         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
23049         Paul Eggert <eggert@CS.UCLA.EDU>.
23050
23051 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
23052
23053         * modules/gettext: Add m4/threadlib.m4.
23054
23055 2008-08-19  Eric Blake  <ebb9@byu.net>
23056
23057         test-c-stack: fix compilation failure on FreeBSD 5.0
23058         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
23059         headers before <sys/resource.h>.
23060         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
23061         the bug.
23062         Reported by Nelson H. F. Beebe.
23063
23064         strverscmp: migrate from "strverscmp.h" to <string.h>
23065         * modules/string (Makefile.am): Add new hooks.
23066         * modules/strverscmp (Files): Remove strverscmp.h.
23067         (Depends-on): Add string.
23068         (configure.ac): Add indicator.
23069         (Include): Mention new header.
23070         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
23071         defaults.
23072         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
23073         results.
23074         * lib/strverscmp.h: Delete.
23075         * lib/string.in.h (strverscmp): Provide declaration, when needed.
23076         * tests/test-strverscmp.c (includes): Adjust client.
23077         * lib/check-version.c (includes): Likewise.
23078         * NEWS: Document the change.
23079
23080         strverscmp: add unit test
23081         * modules/strverscmp-tests: New file.
23082         * tests/test-strverscmp.c: Likewise.
23083
23084 2008-08-19  Simon Josefsson  <simon@josefsson.org>
23085
23086         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
23087         regarding Windows crypto stuff, from Mono.
23088
23089 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
23090
23091         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
23092         if present, for intel RND.  Return error on failures.
23093
23094 2008-08-18  Ben Pfaff  <blp@gnu.org>
23095
23096         gitlog-to-changelog: give better diagnostic for failed pipe-open
23097         * build-aux/gitlog-to-changelog: Improve error message: suggest
23098         that the version of Git may be too old.
23099
23100 2008-08-18  Simon Josefsson  <simon@josefsson.org>
23101
23102         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
23103         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
23104
23105 2008-08-18  Bruno Haible  <bruno@clisp.org>
23106
23107         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
23108         pthread_in_use().
23109
23110 2008-08-18  Bruno Haible  <bruno@clisp.org>
23111
23112         * lib/glthread/threadlib.c: Include <pthread.h>.
23113
23114 2008-08-18  Bruno Haible  <bruno@clisp.org>
23115
23116         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
23117         glthread_recursive_lock_* macros.
23118         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
23119         Fix syntax error.
23120
23121 2008-08-18  Bruno Haible  <bruno@clisp.org>
23122
23123         * lib/glthread/thread.c: Avoid forcing a context switch right after
23124         thread creation.
23125
23126 2008-08-17  Bruno Haible  <bruno@clisp.org>
23127
23128         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
23129         * lib/glthread/thread.h: Provide Win32 specific implementation.
23130         * modules/thread (Files): Add lib/glthread/thread.c.
23131         (Depends-on): Add lock.
23132         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
23133
23134 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23135
23136         New module 'yield'.
23137         * modules/yield: New file.
23138         * lib/glthread/yield.h: New file.
23139         * m4/yield.m4: New file.
23140         * MODULES.html.sh (Multithreading): Add yield.
23141
23142 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23143
23144         New module 'thread'.
23145         * modules/thread: New file.
23146         * lib/glthread/thread.h: New file.
23147         * m4/thread.m4: New file.
23148         * MODULES.html.sh (Multithreading): Add thread.
23149
23150 2008-08-17  Bruno Haible  <bruno@clisp.org>
23151
23152         * lib/glthread/lock.h: Include <stdlib.h> always.
23153         * lib/glthread/tls.h: Likewise.
23154         * lib/glthread/cond.h: Likewise.
23155
23156 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23157
23158         New module 'cond'.
23159         * modules/cond: New file.
23160         * lib/glthread/cond.h: New file.
23161         * lib/glthread/cond.c: New file.
23162         * m4/cond.m4: New file.
23163         * MODULES.html.sh (Multithreading): Add cond.
23164
23165 2008-08-16  Eric Blake  <ebb9@byu.net>
23166
23167         c-stack: fix regression on Irix 5.3 from 2008-06-21
23168         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
23169         sa_sigaction...
23170         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
23171         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
23172         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
23173         * modules/signal (Makefile.am): Use the value.
23174         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
23175         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
23176         * doc/posix-headers/signal.texi (signal.h): Document this
23177         portability issue.
23178         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
23179         Reported by Tom G. Christensen.
23180
23181 2008-08-17  Bruno Haible  <bruno@clisp.org>
23182
23183         New module 'threadlib'.
23184         * modules/threadlib: New file.
23185         * lib/glthread/threadlib.c: New file, extracted from
23186         lib/glthread/lock.c.
23187         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
23188         functions.
23189         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
23190         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
23191         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
23192         macros.
23193         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
23194         (gl_DISABLE_THREADS): Remove macro.
23195         * modules/lock (Files): Remove build-aux/config.rpath.
23196         (Depends-on): Remove havelib. Add threadlib.
23197         (configure.ac-early): Remove section.
23198         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
23199         * modules/tls (Depends-on): Remove lock. Add threadlib.
23200         (Link): New section, copied from threadlib.
23201         * MODULES.html.sh (Multithreading): Add threadlib.
23202
23203 2008-08-14  Bruno Haible  <bruno@clisp.org>
23204
23205         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
23206         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
23207         glthread_rwlock_unlock, glthread_rwlock_destroy,
23208         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
23209         glthread_recursive_lock_destroy): Define as macros always.
23210         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
23211         glthread_lock_lock.
23212         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
23213         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
23214         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
23215         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
23216         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
23217         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
23218         (glthread_recursive_lock_lock_func): Renamed from
23219         glthread_recursive_lock_lock.
23220         (glthread_recursive_lock_unlock_func): Renamed from
23221         glthread_recursive_lock_unlock.
23222         (glthread_recursive_lock_destroy_func): Renamed from
23223         glthread_recursive_lock_destroy.
23224
23225 2008-08-14  Bruno Haible  <bruno@clisp.org>
23226
23227         * lib/glthread/lock.h: Renamed from lib/lock.h.
23228         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
23229         * lib/glthread/tls.h: Renamed from lib/tls.h.
23230         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
23231         * lib/fstrcmp.c: Update includes.
23232         * lib/strsignal.c: Update includes.
23233         * modules/lock (Files, Makefile.am): Update.
23234         (Include): Change to "glthread/lock.h".
23235         * modules/tls (Files, Makefile.am): Update.
23236         (Include): Change to "glthread/tls.h".
23237         * tests/test-lock.c: Update includes.
23238         * tests/test-tls.c: Update includes.
23239         * NEWS: Mention the renamed header files.
23240
23241 2008-08-11  Jim Meyering  <meyering@redhat.com>
23242
23243         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
23244
23245 2008-08-11  Eric Blake  <ebb9@byu.net>
23246
23247         test-c-stack: avoid C99-ism
23248         * tests/test-c-stack.c (main): Fix whitespace, move declaration
23249         before statement.
23250         Reported by Alain Guibert.
23251
23252 2008-08-10  Jim Meyering  <meyering@redhat.com>
23253
23254         ensure that return value of uinttostr et al are not ignored
23255         * lib/inttostr.h (__GNUC_PREREQ): Define.
23256         (__attribute_warn_unused_result__): Define.
23257         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
23258
23259 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
23260
23261         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
23262         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
23263
23264 2008-08-07  Jim Meyering  <meyering@redhat.com>
23265
23266         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
23267
23268         * modules/mkstemp (License): Relicense under LGPLv2+.
23269         * modules/tempname (License): Likewise.
23270
23271 2008-08-06  Bruno Haible  <bruno@clisp.org>
23272
23273         * lib/poll.c (poll): Further micro-optimization.
23274
23275 2008-08-06  Jim Meyering  <meyering@redhat.com>
23276
23277         inet_pton.c: use locale-independent tolower
23278         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
23279         (inet_pton6): Use c_tolower rather than tolower.
23280         * modules/inet_pton (Depends-on): Add c-ctype.
23281
23282 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
23283
23284         * lib/poll.c (poll): Avoid division when timeout is 0, cache
23285         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
23286
23287 2008-08-06  Jim Meyering  <meyering@redhat.com>
23288
23289         * modules/inet_pton (License): Relicense under LGPLv2+.
23290
23291 2008-08-03  Bruno Haible  <bruno@clisp.org>
23292
23293         Additional non-aborting API for lock and tls.
23294         * lib/lock.h: Include <errno.h>.
23295         (glthread_lock_init): New macro/function.
23296         (gl_lock_init): Define as wrapper around glthread_lock_init.
23297         (glthread_lock_lock): New macro/function.
23298         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
23299         (glthread_lock_unlock): New macro/function.
23300         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
23301         (glthread_lock_destroy): New macro/function.
23302         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
23303         (glthread_rwlock_init): New macro/function.
23304         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
23305         (glthread_rwlock_rdlock): New macro/function.
23306         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
23307         (glthread_rwlock_wrlock): New macro/function.
23308         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
23309         (glthread_rwlock_unlock): New macro/function.
23310         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
23311         (glthread_rwlock_destroy): New macro/function.
23312         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
23313         (glthread_recursive_lock_init): New macro/function.
23314         (gl_recursive_lock_init): Define as wrapper around
23315         glthread_recursive_lock_init.
23316         (glthread_recursive_lock_lock): New macro/function.
23317         (gl_recursive_lock_lock): Define as wrapper around
23318         glthread_recursive_lock_lock.
23319         (glthread_recursive_lock_unlock): New macro/function.
23320         (gl_recursive_lock_unlock): Define as wrapper around
23321         glthread_recursive_lock_unlock.
23322         (glthread_recursive_lock_destroy): New macro/function.
23323         (gl_recursive_lock_destroy): Define as wrapper around
23324         glthread_recursive_lock_destroy.
23325         (glthread_once): New macro/function.
23326         (gl_once): Define as wrapper around glthread_once.
23327         Update function declarations.
23328         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
23329         glthread_rwlock_init. Return error code.
23330         (glthread_rwlock_rdlock_multithreaded): Renamed from
23331         glthread_rwlock_rdlock. Return error code.
23332         (glthread_rwlock_wrlock_multithreaded): Renamed from
23333         glthread_rwlock_wrlock. Return error code.
23334         (glthread_rwlock_unlock_multithreaded): Renamed from
23335         glthread_rwlock_unlock. Return error code.
23336         (glthread_rwlock_destroy_multithreaded): Renamed from
23337         glthread_rwlock_destroy. Return error code.
23338         (glthread_recursive_lock_init_multithreaded): Renamed from
23339         glthread_recursive_lock_init. Return error code.
23340         (glthread_recursive_lock_lock_multithreaded): Renamed from
23341         glthread_recursive_lock_lock. Return error code.
23342         (glthread_recursive_lock_unlock_multithreaded): Renamed from
23343         glthread_recursive_lock_unlock. Return error code.
23344         (glthread_recursive_lock_destroy_multithreaded): Renamed from
23345         glthread_recursive_lock_destroy. Return error code.
23346         (glthread_once_call): Make static.
23347         (glthread_once_multithreaded): Renamed from glthread_once.
23348         * lib/tls.h: Include <errno.h>.
23349         (glthread_tls_key_init): New macro/function.
23350         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
23351         (glthread_tls_set): New macro/function.
23352         (gl_tls_set): Define as wrapper around glthread_tls_set.
23353         (glthread_tls_key_destroy): New macro/function.
23354         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
23355         Update function declarations.
23356         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
23357         glthread_tls_get.
23358         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
23359
23360 2008-08-04  Eric Blake  <ebb9@byu.net>
23361
23362         gnumakefile: use space, not TAB, outside of targets
23363         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
23364
23365 2008-08-02  Jim Meyering  <meyering@redhat.com>
23366
23367         getdate.y: avoid locale-dependent date parsing failure
23368         In Turkish locales, getdate would fail to recognize keywords
23369         containing a lowercase "i".  The solution is not to rely on
23370         locale-sensitive case-conversion.
23371         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
23372         (lookup_word): Use c_toupper in place of toupper.
23373         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
23374         Reported by Vefa Bicakci <bicave@superonline.com> in
23375         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
23376         * modules/getdate (Depends-on): Add c-ctype.
23377
23378 2008-08-02  Bruno Haible  <bruno@clisp.org>
23379
23380         * gnulib-tool (func_import): When updating or creating a .gitignore
23381         file, prepend each added line with a slash, and ignore leading slashes
23382         from the existing lines.
23383         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
23384
23385 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23386
23387         Portability fix for GNU make 3.79.1.
23388         * top/GNUmakefile: Avoid 'else COND', which older GNU make
23389         versions do not understand.
23390
23391 2008-08-01  Bruno Haible  <bruno@clisp.org>
23392
23393         Work around bug of HP-UX 10.20 cc with -0.0 literal.
23394         * tests/test-isnanf.h (zero): New variable.
23395         (main): Avoid literal -0.0f.
23396         * tests/test-isnand.h (zero): New variable.
23397         (main): Avoid literal -0.0.
23398         * tests/test-isnanl.h (zero): New variable.
23399         (main): Avoid literal -0.0L.
23400         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
23401         (test_float, test_double, test_long_double): Avoid literals -0.0f,
23402         -0.0, -0.0L.
23403         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
23404         (test_signbitd): Avoid literal -0.0.
23405         (test_signbitl): Avoid literal -0.0L.
23406         * tests/test-ceilf1.c (zero): New variable.
23407         (main): Avoid literal -0.0f.
23408         * tests/test-ceill.c (zero): New variable.
23409         (main): Avoid literal -0.0L.
23410         * tests/test-floorf1.c (zero): New variable.
23411         (main): Avoid literal -0.0f.
23412         * tests/test-floorl.c (zero): New variable.
23413         (main): Avoid literal -0.0L.
23414         * tests/test-roundf1.c (zero): New variable.
23415         (main): Avoid literal -0.0f.
23416         * tests/test-round1.c (zero): New variable.
23417         (main): Avoid literal -0.0.
23418         * tests/test-roundl.c (zero): New variable.
23419         (main): Avoid literal -0.0L.
23420         * tests/test-truncf1.c (zero): New variable.
23421         (main): Avoid literal -0.0f.
23422         * tests/test-trunc1.c (zero): New variable.
23423         (main): Avoid literal -0.0.
23424         * tests/test-truncl.c (zero): New variable.
23425         (main): Avoid literal -0.0L.
23426         * tests/test-frexp.c (zero): New variable.
23427         (main): Avoid literal -0.0.
23428         * tests/test-frexpl.c (zero): New variable.
23429         (main): Avoid literal -0.0L.
23430         * tests/test-ldexpl.c (zero): New variable.
23431         (main): Avoid literal -0.0L.
23432         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
23433         (zerod, zerol): New variables.
23434         (test_function): Avoid literals -0.0, -0.0L.
23435         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
23436         (zerod, zerol): New variables.
23437         (test_function): Avoid literals -0.0, -0.0L.
23438         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
23439         (zerod, zerol): New variables.
23440         (test_function): Avoid literals -0.0, -0.0L.
23441         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
23442         (zerod, zerol): New variables.
23443         (test_function): Avoid literals -0.0, -0.0L.
23444         * tests/test-strtod.c (zero): New variable.
23445         (main): Avoid literal -0.0.
23446         Reported by Jonathan C. Patschke <jp@centtech.com>.
23447
23448 2008-07-31  Jim Meyering  <meyering@redhat.com>
23449
23450         sha256.h: correct definition of SHA224_DIGEST_SIZE
23451         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
23452         Reported by Paulie Pena IV <paulie4@gmail.com>.
23453         Define as 224 / 8, rather than as a literal.
23454         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
23455         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
23456         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
23457
23458 2008-07-31  Bruno Haible  <bruno@clisp.org>
23459
23460         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
23461         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
23462         Reported by Jonathan Patschke <jp@centtech.com>.
23463
23464 2008-07-31  Bruno Haible  <bruno@clisp.org>
23465
23466         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
23467         Reported by Paolo Bonzini <bonzini@gnu.org>.
23468
23469 2008-07-30  Eric Blake  <ebb9@byu.net>
23470
23471         test-strtod: allow compilation without -lm
23472         * tests/test-strtod.c (main): Avoid link dependence on fabs.
23473         Reported by Dennis Clarke <blastwave@gmail.com>.
23474
23475 2008-07-28  Jim Meyering  <meyering@redhat.com>
23476
23477         bootstrap: work also when there are no .po files in po/
23478         * build-aux/bootstrap (update_po_files): Complete the change
23479         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
23480
23481 2008-07-27  Jim Meyering  <meyering@redhat.com>
23482
23483         * users.txt: Add zile.
23484
23485 2008-07-26  Ben Pfaff  <blp@gnu.org>
23486
23487         Add missing dependencies on new m4/exponent[fdl].m4 files.
23488         * modules/isnanf-nolibm: Add m4/exponentf.m4.
23489         * modules/isnand-nolibm: Add m4/exponentd.m4.
23490         * modules/isnanl-nolibm: Add m4/exponentl.m4.
23491         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
23492         m4/isnan[fdl].m4, because the macros actually used moved.
23493         Reported by Jim Meyering.
23494
23495 2008-07-14  Ben Pfaff  <blp@gnu.org>
23496
23497         Add isinf module.
23498         * lib/isinf.c: New file.
23499         * lib/math.in.h: Define isinf macro if we have decided to replace
23500         it.
23501         * m4/isinf.m4: New file.
23502         * m4/math_h.m4: Initialize and substitute variables for isinf
23503         module.
23504         * modules/isinf: New file.
23505         * modules/isinf-tests: New file.
23506         * modules/math: Add substitutions for new module.
23507         * tests/test-isinf.c: New file.
23508         * doc/posix-functions/isinf.texi: Mention new module.
23509         * MODULES.html.sh: Mention new module.
23510
23511 2008-07-14  Ben Pfaff  <blp@gnu.org>
23512
23513         Factor out some macros for use by additional modules.
23514         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
23515         exponentf.m4.
23516         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
23517         exponentd.m4.
23518         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
23519         file exponentl.m4.
23520         * m4/exponentf.m4: New file.
23521         * m4/exponentd.m4: New file.
23522         * m4/exponentl.m4: New file.
23523         * modules/isnanf: Use new file m4/exponentf.m4.
23524         * modules/isnand: Use new file m4/exponentd.m4.
23525         * modules/isnanl: Use new file m4/exponentl.m4.
23526
23527 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
23528
23529         mktime.c: normalize tp->tm_isdst value to -1/0/1.
23530         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
23531         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
23532         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
23533
23534         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
23535         readlink on platforms without PATH_MAX.
23536
23537 2008-07-21  Eric Blake  <ebb9@byu.net>
23538
23539         Warn, not fail, on stale version.
23540         * top/GNUmakefile (_curr-ver): Tone down previous patch.
23541
23542         Don't allow installation with stale devel version number.
23543         * top/GNUmakefile (_is-install-target): New macro.
23544         (_curr-ver): Forbid installation with stale version number.
23545
23546 2008-07-20  Bruno Haible  <bruno@clisp.org>
23547
23548         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
23549         TESTS_ENVIRONMENT.
23550         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
23551
23552 2008-07-20  Bruno Haible  <bruno@clisp.org>
23553
23554         * lib/c-stack.h (c_stack_action): Add documentation.
23555         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
23556
23557 2008-07-20  Bruno Haible  <bruno@clisp.org>
23558
23559         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
23560         * modules/readlink (License): Likewise.
23561
23562 2008-07-17  Eric Blake  <ebb9@byu.net>
23563
23564         * modules/c-stack (Link): Fix typo.
23565
23566         Make c-stack use libsigsegv, when available.
23567         * modules/c-stack (Depends-on): Add libsigsegv.
23568         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
23569         needed.
23570         * lib/c-stack.c (SIGSTKSZ): Define fallback.
23571         (segv_handler, overflow_handler, c_stack_action)
23572         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
23573         implementation when libsigsegv is available, but only when using
23574         the library is necessary.
23575         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
23576         comment, explaining why XSI check fails on Linux.
23577         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
23578         * tests/test-c-stack2.sh: Tweak skip message.
23579         * NEWS: Document new link-time requirements.
23580
23581 2008-07-16  Eric Blake  <ebb9@byu.net>
23582
23583         c-stack: Expose false positives when not using libsigsegv.
23584         * modules/c-stack-tests (Files): Expand test.
23585         * tests/test-c-stack.c (main): Add means to conditionally trigger
23586         non-overflow SIGSEGV.
23587         * tests/test-c-stack2.sh: New file.
23588
23589 2008-07-14  Bruno Haible  <bruno@clisp.org>
23590
23591         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
23592         Reported by Eric Blake.
23593
23594 2008-07-14  Sam Steingold  <sds@gnu.org>
23595             Bruno Haible  <bruno@clisp.org>
23596
23597         New module libsigsegv.
23598         * modules/libsigsegv: New file.
23599         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
23600         modifications.
23601         * MODULES.html.sh (Signal handling): New section.
23602
23603 2008-07-14  Bruno Haible  <bruno@clisp.org>
23604
23605         * modules/unictype/ctype-* (Description): Add the word "function".
23606         Improves the resulting doc in MODULES.html.
23607
23608 2008-07-12  Ben Pfaff  <blp@gnu.org>
23609
23610         Add longlong module.
23611         * modules/longlong: New file.
23612
23613 2008-07-12  Bruno Haible  <bruno@clisp.org>
23614
23615         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
23616         to empty.
23617
23618 2008-07-10  Ben Pfaff  <blp@gnu.org>
23619
23620         Add isnan module.
23621         * doc/posix-functions/isnan.texi: Mention new module.
23622         * lib/math.in.h: Define isnan macro if we have decided to replace
23623         it.
23624         * m4/isnan.m4: New file.
23625         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
23626         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
23627         also.
23628         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
23629         redundancy.
23630         * m4/math_h.m4: Initialize and substitute variables for isnan
23631         module.
23632         * modules/isnan: New file.
23633         * modules/isnan-tests: New file.
23634         * modules/math: Add substitutions for new module.
23635         * tests/test-isnan.c: New file.
23636         * MODULES.html.sh: Mention new module.
23637
23638 2008-07-10  Ben Pfaff  <blp@gnu.org>
23639
23640         Add isnanf module.
23641         * lib/isnanf.m4: New file.
23642         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
23643         (gl_HAVE_ISNANF_IN_LIBM): New macro.
23644         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
23645         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
23646         * modules/isnanf: New file.
23647         * modules/isnanf-tests: New file.
23648         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
23649         files.
23650         * tests/test-isnanf-nolibm.c: factored most of its contents into
23651         new file tests/test-isnanf.h.
23652         * tests/test-isnanf.h: New file.
23653         * tests/test-isnanf.c: New file.
23654         * MODULES.html.sh: Mention new module.
23655         * doc/glibc-functions/isnanf.texi: Mention new module.
23656
23657 2008-07-10  Ben Pfaff  <blp@gnu.org>
23658
23659         Add isnand module.
23660         * lib/isnand.h: New file.
23661         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
23662         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
23663         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
23664         functionality also.
23665         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
23666         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
23667         (gl_HAVE_ISNAND_IN_LIBM): New macro.
23668         * modules/isnand: New file.
23669         * modules/isnand-tests: New file.
23670         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
23671         files.
23672         * tests/test-isnand-nolibm.c: factored most of its contents into
23673         new file tests/test-isnand.h.
23674         * tests/test-isnand.h: New file.
23675         * tests/test-isnand.c: New file.
23676         * MODULES.html.sh: Mention new module.
23677
23678 2008-07-10  Ben Pfaff  <blp@gnu.org>
23679
23680         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
23681         * lib/isnand.h: Rename lib/isnand-nolibm.h.
23682         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
23683         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
23684         * modules/isnanf-nolibm: Update references to renamed files.
23685         * modules/isnand-nolibm: Likewise.
23686         * modules/isnanf-nolibm-tests: Likewise.
23687         * modules/isnand-nolibm-tests: Likewise.
23688         * lib/frexp.c: Likewise.
23689         * lib/isfinite.c: Likewise.
23690         * lib/signbitd.c: Likewise.
23691         * lib/signbitf.c: Likewise.
23692         * lib/vasnprintf.c: Likewise.
23693         * tests/test-ceilf1.c: Likewise.
23694         * tests/test-ceilf2.c: Likewise.
23695         * tests/test-floorf1.c: Likewise.
23696         * tests/test-floorf2.c: Likewise.
23697         * tests/test-frexp.c: Likewise.
23698         * tests/test-round1.c: Likewise.
23699         * tests/test-round2.c: Likewise.
23700         * tests/test-roundf1.c: Likewise.
23701         * tests/test-strtod.c: Likewise.
23702         * tests/test-trunc1.c: Likewise.
23703         * tests/test-trunc2.c: Likewise.
23704         * tests/test-truncf1.c: Likewise.
23705         * tests/test-truncf2.c: Likewise.
23706         * NEWS: Mention the renamed header files.
23707
23708 2008-07-11  Jim Meyering  <meyering@redhat.com>
23709
23710         vc-list-files: make the last-resort awk code more portable
23711         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
23712         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
23713         does not support it.
23714
23715 2008-07-10  Eric Blake  <ebb9@byu.net>
23716
23717         Work with tar's bootstrap.
23718         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
23719         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
23720         an m4 comment.
23721
23722 2008-07-09  Jim Meyering  <meyering@redhat.com>
23723
23724         posix-shell.m4: fix typo that made this test malfunction
23725         * m4/posix-shell.m4: Remove capitalization in variable name.
23726
23727 2008-07-08  Bruno Haible  <bruno@clisp.org>
23728
23729         * m4/onceonly.m4: Update comments.
23730         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23731
23732 2008-07-04  Jim Meyering  <meyering@redhat.com>
23733
23734         * users.txt: Add vc-dwim.
23735         (bison, coreutils): Use the gitweb URL.
23736
23737 2008-07-03  Jim Meyering  <meyering@redhat.com>
23738
23739         * users.txt: Add libffcall.  From Sam Steingold.
23740
23741 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
23742
23743         getdate.y: do not ignore TZ with relative day, month or year offset
23744         * lib/getdate.y (get_date): Move the tz-handling block to follow the
23745         relative-date-handling, since otherwise, the latter would clobber the
23746         sole output (an updated Start value) of the tz-handling block.
23747         * tests/test-getdate.c: Tests for the fix
23748
23749 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23750
23751         Recognize 'foo_LIBRARIES += libgnu.a'.
23752         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
23753         makefile snippet has already specified an installation location,
23754         also using '+='.
23755
23756 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
23757
23758         getdate.y: factor out common actions
23759         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
23760         Use them in place of open-coded actions.
23761
23762 2008-07-01  Simon Josefsson  <simon@josefsson.org>
23763
23764         Add self-test for getdate module.
23765         * modules/getdate-tests: New file.
23766         * tests/test-getdate.c: New file.
23767
23768 2008-06-29  Bruno Haible  <bruno@clisp.org>
23769
23770         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
23771         .gitignore.
23772         Reported by Sylvain Beucler <beuc@beuc.net>.
23773
23774 2008-06-29  Bruno Haible  <bruno@clisp.org>
23775
23776         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
23777         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
23778
23779 2008-06-29  Bruno Haible  <bruno@clisp.org>
23780
23781         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
23782         EXTRA_DIST.
23783         Reported by Sylvain Beucler <beuc@beuc.net>.
23784
23785 2008-06-26  Jim Meyering  <meyering@redhat.com>
23786
23787         make several modules depend on the "open" module
23788         This provides slightly increased consistency when opening-for-write
23789         the name of a non-directory spelled with a trailing slash.
23790         * modules/chdir-safer: Likewise.
23791         * modules/chown: Likewise.
23792         * modules/clean-temp: Likewise.
23793         * modules/copy-file: Likewise.
23794         * modules/fchdir: Likewise.
23795         * modules/fcntl-safer: Likewise.
23796         * modules/pipe: Likewise.
23797         * modules/utime: Likewise.
23798         Prompted by Eric Blake and Bruno Haible.
23799
23800 2008-06-24  Andreas Schwab  <schwab@suse.de>
23801
23802         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
23803         literals can be used as initializers for global variables.
23804
23805 2008-06-23  Eric Blake  <ebb9@byu.net>
23806
23807         Make gnulib-cache.m4 easier to diff.
23808         * gnulib-tool (func_import): Allow newlines when reading cached
23809         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
23810
23811 2008-06-23  Bruno Haible  <bruno@clisp.org>
23812
23813         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
23814         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
23815         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
23816         m4/signalblocking.m4.
23817         (gl_PREREQ_SIGACTION): Don't invoke it.
23818         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
23819         gl_PREREQ_SIG_HANDLER_H.
23820         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
23821         Don't check for sigaction here.
23822
23823 2008-06-23  Bruno Haible  <bruno@clisp.org>
23824
23825         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
23826         (install_handlers): Don't set the SA_RESETHAND flag.
23827
23828 2008-06-23  Bruno Haible  <bruno@clisp.org>
23829
23830         * m4/sigaction.m4: Comment fixes.
23831         * lib/signal.in.h: Likewise.
23832
23833 2008-06-23  Eric Blake  <ebb9@byu.net>
23834
23835         Fix typo.
23836         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
23837
23838         Avoid SA_ namespace.
23839         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
23840         Reported by Ralf Wildenhues.
23841
23842         Avoid test failure due to SA_RESTORER.
23843         * tests/test-sigaction.c (SA_MASK): New macro.
23844         (main): Avoid failing due to extension flags being set.
23845         Reported by Jim Meyering.
23846
23847         Revert use of sig-handler.h in sigprocmask.c.
23848         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
23849         it requires the existence of struct sigaction.
23850         * lib/sigprocmask.c (handler_t): Restore typedef.
23851         (rpl_signal, old_handlers): Use local type.
23852
23853 2008-06-22  Bruno Haible  <bruno@clisp.org>
23854
23855         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
23856         conditionally.
23857         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
23858
23859 2008-06-22  Bruno Haible  <bruno@clisp.org>
23860
23861         * doc/posix-functions/siginterrupt.texi: Move note.
23862
23863         * lib/signal.in.h (SA_RESTART): New macro.
23864         * lib/sigaction.c: Update comment.
23865
23866         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
23867
23868         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
23869         (gl_PREREQ_SIGPROCMASK): Invoke it.
23870         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
23871
23872         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
23873
23874         * lib/sigprocmask.c: Update a comment.
23875
23876 2008-06-21  Eric Blake  <ebb9@byu.net>
23877
23878         Use sigaction module rather than signal().
23879         * modules/c-stack (Depends-on): Add sigaction.
23880         * modules/fatal-signal (Depends-on): Likewise.
23881         * modules/nanosleep (Depends-on): Likewise.
23882         * modules/sigprocmask (Files): Add sig-handler.h.
23883         * modules/sigaction (Files): Likewise.
23884         * lib/sig-handler.h (get_handler): New file, suggested by Paul
23885         Eggert.
23886         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
23887         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
23888         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
23889         (init_fatal_signals): Likewise.
23890         * lib/nanosleep.c (rpl_nanosleep): Likewise.
23891         (siginterrupt): Delete fallback.
23892         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
23893         instead.
23894         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
23895         siginterrupt.
23896
23897         New module sigaction, for mingw.
23898         * modules/sigaction: New module...
23899         * modules/sigaction-tests: ...and its test.
23900         * m4/sigaction.m4: New file.
23901         * lib/sigaction.c: Likewise.
23902         * tests/test-sigaction.c: Likewise.
23903         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
23904         * modules/signal (Makefile.am): Likewise.
23905         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
23906         needed.
23907         * doc/posix-headers/signal.texi (signal.h): Mention provided
23908         types.
23909         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
23910         that sigaction is preferable.
23911         * doc/posix-functions/sigaction.texi (sigaction): Mention new
23912         module.
23913         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23914         sigaction.
23915
23916         Improve robustness of sigprocmask by overriding signal.
23917         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
23918         is in use.
23919         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
23920         (SIGKILL, SIGSTOP): Provide fallbacks.
23921         (rpl_signal): Implement.
23922         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
23923         signal can be called inside handlers.
23924
23925         Fix nanosleep module on mingw.
23926         * modules/nanosleep (Depends-on): Add sys_select.
23927         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
23928
23929         Fix licensing of sigprocmask.
23930         * modules/raise (License): Relicense as LGPL.
23931
23932 2008-06-21  Bruno Haible  <bruno@clisp.org>
23933
23934         * lib/propername.c (proper_name_utf8): Don't use the transliterated
23935         result if it contains question marks.
23936         Reported by Michael Geng <linux@michaelgeng.de>.
23937
23938 2008-06-19  Bruno Haible  <bruno@clisp.org>
23939
23940         Fix CVS-ism.
23941         * doc/gnulib.texi: Include updated-stamp.texi.
23942         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
23943         (updated-stamp.texi): New rule.
23944         (gnulib.info): Depend on it.
23945         * doc/.gitignore: Add updated-stamp.texi.
23946         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
23947
23948 2008-06-19  Bruno Haible  <bruno@clisp.org>
23949
23950         * doc/Makefile (gnulib.info): Update and simplify dependencies.
23951         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
23952
23953 2008-06-19  Eric Blake  <ebb9@byu.net>
23954
23955         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
23956         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
23957         Reported by Stepan Kasal.
23958
23959 2008-06-18  Bruno Haible  <bruno@clisp.org>
23960
23961         * lib/fatal-signal.c (init_fatal_signals): Add comment.
23962         Reported by Eric Blake.
23963
23964 2008-06-18  Eric Blake  <ebb9@byu.net>
23965
23966         Work around cygwin 1.5.25 strsignal bug.
23967         * tests/test-strsignal.c: Allow for const char *.
23968         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
23969
23970 2008-06-18  Simon Josefsson  <simon@josefsson.org>
23971
23972         * users.txt: Update URL to article and add author/date
23973         information.
23974
23975 2008-06-17  Bruno Haible  <bruno@clisp.org>
23976
23977         New macro gl_DISABLE_THREADS.
23978         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
23979         if the user did not pass --enable-threads or --disable-threads option.
23980         (gl_DISABLE_THREADS): New macro.
23981         Reported by Eric Blake <ebb9@byu.net>.
23982
23983 2008-06-17  Bruno Haible  <bruno@clisp.org>
23984
23985         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
23986         when the macro ignores it.
23987         Based on a patch by Eric Blake <ebb9@byu.net>.
23988
23989 2008-06-17  Bruno Haible  <bruno@clisp.org>
23990
23991         * modules/tls (License): Change to LGPLv2+.
23992         Reported by Eric Blake.
23993
23994 2008-06-17  Eric Blake  <ebb9@byu.net>
23995
23996         Simplify c-stack prerequisites.
23997         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
23998         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
23999         no longer requires <ucontext.h> to exist.  Optimize setrlimit
24000         check.
24001         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
24002         <sys/resource.h>.
24003
24004         Move c-stack test into testsuite.
24005         * modules/c-stack-tests: New file.
24006         * lib/c-stack.c [DEBUG]: Move test program...
24007         * tests/test-c-stack.c: ...into this new file.  Skip rather than
24008         fail test if sigaltstack is lacking.
24009         * tests/test-c-stack.sh: New driver file.
24010
24011 2008-06-16  Eric Blake  <ebb9@byu.net>
24012
24013         Use raise module consistently.
24014         * modules/fatal-signal (Depends-on): Add raise.
24015         * modules/sigprocmask (Depends-on): Likewise.
24016         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
24017         * lib/sigprocmask.c (sigprocmask): Likewise.
24018         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
24019         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
24020
24021         Fix compliance bug in sigpending.
24022         * lib/sigprocmask.c (sigpending): Return pending array via
24023         parameter, not return value.
24024
24025 2008-06-14  Eric Blake  <ebb9@byu.net>
24026
24027         Improve obstack-printf test code.
24028         * tests/test-obstack-printf.c (test_function): Fix comment, and
24029         simplify usage of obstack_* in macros.  Add a test for coverage.
24030         Reported by Bruno Haible.
24031
24032 2008-06-14  Bruno Haible  <bruno@clisp.org>
24033
24034         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
24035         array size as a constant, not as a const variable.
24036         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
24037         AC_USE_SYSTEM_EXTENSIONS.
24038         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
24039         Test whether the obstack_printf function actually exists.
24040         * modules/obstack-printf (Depends-on): Add extensions.
24041         (Include): Remove obstack.h.
24042         * modules/obstack-printf-posix (Depends-on): Add extensions.
24043         (Include): Remove obstack.h.
24044
24045 2008-06-13  Eric Blake  <ebb9@byu.net>
24046
24047         Add obstack-printf and obstack-printf-posix modules.
24048         * modules/obstack-printf: New file.
24049         * modules/obstack-printf-posix: Likewise.
24050         * MODULES.html.sh (Misc): Mention them.
24051         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
24052         Likewise.
24053         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
24054         Likewise.
24055         * modules/stdio (Makefile.am): Accomodate new modules.
24056         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
24057         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
24058         Declare.
24059         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
24060         functions.
24061         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
24062         (gl_REPLACE_OBSTACK_PRINTF): New macros
24063         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
24064         * tests/test-obstack-printf.c: New file.
24065         * modules/obstack-printf-tests: Likewise.
24066         * modules/obstack-printf-posix-tests: Likewise.
24067
24068 2008-06-11  Bruno Haible  <bruno@clisp.org>
24069
24070         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
24071         * lib/open.c: Include errno.h.
24072         (open): Fail when attempting to write to a file that has a trailing
24073         slash.
24074         * tests/test-open.c (main): Test against trailing slash bug.
24075         * doc/posix-functions/open.texi: Mention the trailing slash bug.
24076
24077 2008-06-10  Bruno Haible  <bruno@clisp.org>
24078
24079         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
24080         for $? to work inside the trap command, with various /bin/sh-s.
24081         * tests/test-vc-list-files-cvs.sh: Likewise.
24082
24083 2008-06-10  Bruno Haible  <bruno@clisp.org>
24084
24085         * lib/acl-internal.h: Don't include gettext.h here.
24086         * lib/set-mode-acl.c: Include gettext.h here.
24087         * lib/copy-acl.c: Likewise.
24088
24089 2008-06-10  Bruno Haible  <bruno@clisp.org>
24090
24091         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
24092         * lib/wait-process.c (wait_subprocess): Likewise.
24093         * lib/execute.h (execute): Add termsigp argument.
24094         * lib/execute.c (execute): Likewise.
24095         * lib/csharpcomp.c (compile_csharp_using_pnet,
24096         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
24097         * lib/csharpexec.c (execute_csharp_using_pnet,
24098         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
24099         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
24100         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
24101         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
24102         is_jikes_present): Update.
24103         * lib/javaexec.c (execute_java_class): Update.
24104         * lib/javaversion.c (execute_and_read_line): Update.
24105         * NEWS: Document the changes.
24106         Reported by Eric Blake.
24107
24108 2008-06-10  Eric Blake  <ebb9@byu.net>
24109
24110         Add missing include.
24111         * tests/test-strstr.c (includes): Add <signal.h>.
24112         * tests/test-strcasestr.c (includes): Likewise.
24113         * tests/test-memmem.c (includes): Likewise.
24114
24115 2008-06-10  Bruno Haible  <bruno@clisp.org>
24116
24117         * lib/wait-process.c (wait_subprocess): Add an assertion.
24118
24119 2008-06-10  Bruno Haible  <bruno@clisp.org>
24120
24121         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
24122
24123 2008-06-10  Bruno Haible  <bruno@clisp.org>
24124
24125         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
24126         using alarm().
24127         * tests/test-strcasestr.c (main): Likewise.
24128         * tests/test-strstr.c (main): Likewise.
24129
24130 2008-06-09  Bruno Haible  <bruno@clisp.org>
24131
24132         Work around the Solaris 10 ACE ACLs ABI change.
24133         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
24134         declare if ACL_NO_TRIVIAL is present.
24135         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
24136         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
24137         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
24138         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
24139         define if ACL_NO_TRIVIAL is present.
24140         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
24141         and use the current ABI.
24142         (file_has_acl): Use same #if condition as elsewhere.
24143         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
24144         in use, and use the current ABI.
24145         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
24146         Reported by Jim Meyering.
24147
24148 2008-06-09  Eric Blake  <ebb9@byu.net>
24149
24150         Work around environments that (stupidly) ignore SIGALRM.
24151         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
24152         before using alarm().
24153         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24154         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
24155         Reported by Ian Beckwith <ianb@erislabs.net>.
24156
24157         Produce autobuild blurb earlier in log.
24158         * modules/autobuild (configure.ac-early): Move AB_INIT here.
24159
24160 2008-06-09  Jim Meyering  <meyering@redhat.com>
24161         and OndÅ™ej Vašík  <ovasik@redhat.com>
24162
24163         utimens.c: correct kernel bug work-around
24164         OndÅ™ej Vašík found that the invalid return value of 280 indicates
24165         failure, not success, and the kernel bug we're trying to work
24166         around affects not just the utimensat call, but also the fallback
24167         futimens call.
24168         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
24169         not success.
24170         [HAVE_FUTIMENS]: Use the same work-around, here.
24171
24172 2008-06-09  Jim Meyering  <meyering@redhat.com>
24173
24174         add more guards around definition of ACE_-related code
24175         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
24176         ALLOW and ACE_OWNER are also defined.
24177
24178 2008-06-08  Bruno Haible  <bruno@clisp.org>
24179
24180         * lib/acl-internal.h: Add me as co-author.
24181         * lib/file-has-acl.c: Likewise.
24182         * lib/set-mode-acl.c: Likewise.
24183         * lib/copy-acl.c: Likewise.
24184
24185 2008-06-08  Bruno Haible  <bruno@clisp.org>
24186
24187         Add support for AIX ACLs.
24188         * lib/acl-internal.h (acl_nontrivial): New declaration.
24189         * lib/file-has-acl.c (acl_nontrivial): New function.
24190         (file_has_acl): Add implementation using AIX 4 ACL API.
24191         * lib/set-mode-acl.c (qset_acl): Likewise.
24192         * lib/copy-acl.c (qcopy_acl): Likewise.
24193
24194 2008-06-08  Bruno Haible  <bruno@clisp.org>
24195
24196         Add support for HP-UX ACLs.
24197         * lib/acl-internal.h (acl_nontrivial): New declaration.
24198         * lib/file-has-acl.c (acl_nontrivial): New function.
24199         (file_has_acl): Add implementation using HP-UX 11 ACL API.
24200         * lib/set-mode-acl.c (qset_acl): Likewise.
24201         * lib/copy-acl.c (qcopy_acl): Likewise.
24202
24203 2008-06-08  Bruno Haible  <bruno@clisp.org>
24204
24205         Add support for Cygwin ACLs.
24206         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
24207         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
24208         the chmod_or_fchmod call.
24209         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
24210
24211 2008-06-08  Bruno Haible  <bruno@clisp.org>
24212
24213         Fix bug with setuid modes in Solaris 10+ code.
24214         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
24215         succeeded, when the mode contains some special bits.
24216
24217 2008-06-08  Bruno Haible  <bruno@clisp.org>
24218
24219         Add support for Solaris 7..10 ACLs.
24220         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
24221         declarations.
24222         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
24223         functions.
24224         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
24225         * lib/set-mode-acl.c (qset_acl): Likewise.
24226         * lib/copy-acl.c (qcopy_acl): Likewise.
24227
24228 2008-06-08  Bruno Haible  <bruno@clisp.org>
24229
24230         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
24231         declaration.
24232         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
24233         (acl_access_nontrivial): Remove MacOS X case.
24234         (file_has_acl): Use acl_extended_nontrivial.
24235         * lib/copy-acl.c (qcopy_acl): Likewise.
24236
24237 2008-06-08  Bruno Haible  <bruno@clisp.org>
24238
24239         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
24240
24241 2008-06-08  Jim Meyering  <meyering@redhat.com>
24242
24243         * modules/acl (Maintainer): Add Bruno Haible.
24244
24245 2008-06-07  Bruno Haible  <bruno@clisp.org>
24246
24247         Improve support for Tru64 ACLs.
24248         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
24249         ACL on OSF/1.
24250
24251 2008-06-07  Bruno Haible  <bruno@clisp.org>
24252
24253         Add support for MacOS X ACLs.
24254         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
24255         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
24256         * lib/set-mode-acl.c (qset_acl): Likewise.
24257         * lib/copy-acl.c (qcopy_acl): Likewise.
24258
24259 2008-06-07  Bruno Haible  <bruno@clisp.org>
24260
24261         Fix memory leak introduced on 2008-05-22.
24262         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
24263         use.
24264
24265 2008-06-07  Bruno Haible  <bruno@clisp.org>
24266
24267         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
24268         to construct an empty ACL.
24269
24270 2008-06-07  Bruno Haible  <bruno@clisp.org>
24271
24272         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
24273         precisely.
24274         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
24275
24276 2008-06-07  Bruno Haible  <bruno@clisp.org>
24277
24278         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
24279         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
24280
24281 2008-06-07  Bruno Haible  <bruno@clisp.org>
24282
24283         * doc/posix-functions/_setjmp.texi: Explain the use of this function
24284         regardless of POSIX.
24285         * doc/posix-functions/_longjmp.texi: Likewise.
24286         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
24287         SystemV platform in this case.
24288
24289 2008-06-06  Eric Blake  <ebb9@byu.net>
24290
24291         Document abort() bugs.
24292         * doc/posix-functions/abort.texi (abort): Mention anomalies.
24293
24294         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
24295         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
24296         sigsetjmp.
24297         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
24298         siglongjmp, but only as a macro.
24299         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
24300         is obsolete.
24301         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
24302
24303         Tweak documentation to cover cygwin argz bugs.
24304         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
24305         argz bug fix; no code change needed since no cygwin releases
24306         occurred between the last fix and the bug being tested.
24307         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
24308         module and recently fixed cygwin bugs.
24309         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
24310         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
24311         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
24312         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
24313         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
24314         Likewise.
24315         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
24316         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
24317         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
24318         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
24319         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
24320         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
24321         Likewise.
24322
24323         Avoid gcc warning on cygwin.
24324         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
24325         !ACL_NO_TRIVIAL]: Avoid unused variable.
24326
24327 2008-06-05  Eric Blake  <ebb9@byu.net>
24328
24329         Be tolerant of UNKNOWN version in gnulib-tool test dir.
24330         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
24331         git-version-gen fails to come up with a version.
24332         Reported by Simon Josefsson.
24333
24334 2008-06-05  Jim Meyering  <meyering@redhat.com>
24335             Paul Eggert  <eggert@cs.ucla.edu>
24336
24337         utimens.c: work around a probable Linux kernel bug
24338         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
24339         appears to be a kernel bug that causes utimensat to return 280
24340         instead of 0, indicating success.
24341
24342 2008-06-04  Bruno Haible  <bruno@clisp.org>
24343
24344         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
24345         2008-06-01 commit.
24346
24347 2008-06-04  Bruno Haible  <bruno@clisp.org>
24348
24349         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
24350         * lib/file-has-acl.c (acl_access_nontrivial): New function.
24351         (file_has_acl): Use it. Save errno afterwards.
24352         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
24353
24354 2008-06-03  Bruno Haible  <bruno@clisp.org>
24355
24356         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
24357         draft code. Simplify #ifs.
24358         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
24359         Put Solaris code after POSIX-draft code. Fix comments regarding
24360         Solaris 10, HP-UX. Mention Cygwin.
24361         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
24362
24363 2008-06-03  Eric Blake  <ebb9@byu.net>
24364
24365         Provide fallback for older kernels.
24366         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
24367         Provide runtime fallback if kernel lacks support.
24368         Reported by Mike Frysinger.
24369
24370 2008-06-02  Bruno Haible  <bruno@clisp.org>
24371
24372         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
24373         it exists.
24374
24375 2008-06-02  Bruno Haible  <bruno@clisp.org>
24376
24377         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
24378         * lib/copy-acl.c (qcopy_acl): Update comment.
24379
24380 2008-06-02  Bruno Haible  <bruno@clisp.org>
24381
24382         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
24383         like ACL APIs.
24384
24385 2008-06-02  Bruno Haible  <bruno@clisp.org>
24386
24387         * tests/test-file-has-acl.sh: Use different code for Cygwin.
24388         * tests/test-set-mode-acl.sh: Likewise.
24389         * tests/test-copy-acl.sh: Likewise.
24390         * tests/test-copy-file.sh: Likewise.
24391
24392 2008-06-02  Bruno Haible  <bruno@clisp.org>
24393
24394         * tests/test-file-has-acl.sh: Remove unused code.
24395
24396 2008-06-01  Bruno Haible  <bruno@clisp.org>
24397
24398         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
24399         (copy_acl): Just a wrapper around qcopy_acl that emits the error
24400         messages.
24401         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
24402
24403 2008-06-01  Bruno Haible  <bruno@clisp.org>
24404
24405         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
24406         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
24407         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
24408         APIs.
24409         * modules/acl-tests (configure.ac): Remove tests now contained in
24410         m4/acl.m4.
24411
24412 2008-06-02  Jim Meyering  <meyering@redhat.com>
24413
24414         announce-gen: use a better key-server host name
24415         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
24416         it may be more consistently reliable.  Suggested by Werner Koch
24417         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
24418
24419 2008-06-01  Bruno Haible  <bruno@clisp.org>
24420
24421         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
24422         Reported by Voroskoi Andras <voroskoi@gmail.com>.
24423
24424 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
24425
24426         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
24427
24428 2008-06-01  Bruno Haible  <bruno@clisp.org>
24429
24430         New ACL tests.
24431         * tests/test-file-has-acl.sh: New file.
24432         * tests/test-file-has-acl.c: New file.
24433         * tests/test-set-mode-acl.sh: New file.
24434         * tests/test-set-mode-acl.c: New file.
24435         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
24436         * tests/test-copy-acl.c: New file.
24437         * modules/acl-tests: New file, based on modules/copy-file-tests.
24438         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
24439         (Depends-on): Add acl-tests.
24440         (configure.ac): Remove checks.
24441         (Makefile.am): Don't create test-sameacls program here any more.
24442
24443 2008-06-01  Bruno Haible  <bruno@clisp.org>
24444
24445         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
24446         * tests/test-sameacls.c: Include progname.h.
24447         (main): Invoke set_program_name. Portability fixes for MacOS X,
24448         Solaris, HP-UX.
24449
24450 2008-06-01  Bruno Haible  <bruno@clisp.org>
24451
24452         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
24453         function.
24454         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
24455
24456 2008-06-01  Bruno Haible  <bruno@clisp.org>
24457
24458         * modules/rpmatch (Depends-on): Add strdup.
24459
24460 2008-06-01  Bruno Haible  <bruno@clisp.org>
24461
24462         * lib/pipe.c: Include unistd-safer.h.
24463         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
24464         * modules/pipe (Depends-on): Add unistd-safer.
24465
24466 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24467
24468         * modules/autobuild (configure.ac): Call AB_INIT.
24469
24470 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24471
24472         * tests/test-getaddrinfo.c: Don't print debug messages by default.
24473         Suggested by Bruno Haible <bruno@clisp.org>.
24474
24475 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24476
24477         * tests/test-base64.c: Cast size_t to unsigned long when invoking
24478         printf.  Use %lu instead of %d.  Reported by Bruno Haible
24479         <bruno@clisp.org>.
24480
24481 2008-05-29  Eric Blake  <ebb9@byu.net>
24482
24483         Prefer new POSIX 200x interfaces over futimesat.
24484         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
24485         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
24486         when available.
24487         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
24488
24489 2008-05-28  Bruno Haible  <bruno@clisp.org>
24490
24491         * modules/stpcpy (License): Change to LGPLv2+.
24492         Requested by David Lutterkort <dlutter@redhat.com>.
24493
24494 2008-05-27  Bruno Haible  <bruno@clisp.org>
24495
24496         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
24497         current mingw.
24498         Reported by Jose E. Marchesi <jemarch@gnu.org>.
24499
24500 2008-05-27  Bruno Haible  <bruno@clisp.org>
24501
24502         * modules/iconv_open (Link): New section, from module 'iconv'.
24503         * modules/striconv (Link): Likewise.
24504         * modules/striconveh (Link): Likewise.
24505         * modules/xstriconv (Link): Likewise.
24506         * modules/unicodeio (Link): Likewise.
24507         * modules/propername (Link): Likewise.
24508         Reported by Jim Meyering.
24509
24510 2008-05-26  Jim Meyering  <meyering@redhat.com>
24511
24512         sha256: do not artificially restrict buffer length to be < 2^32
24513         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
24514         uint32_t to size_t.
24515         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
24516         to match.
24517
24518         avoid unaligned access errors, e.g., on sparc
24519         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
24520         direct access through a possibly-unaligned uint64* pointer.
24521         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
24522         direct access through a possibly-unaligned uint32* pointer.
24523         Prompted by this patch from Tom "spot" Callaway:
24524         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
24525
24526         sha512.c: fix typo in comment
24527         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
24528
24529 2008-05-25  Bruno Haible  <bruno@clisp.org>
24530
24531         * lib/set-mode-acl.c: Renamed from lib/acl.c.
24532         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
24533         (Makefile.am): Update lib_SOURCES.
24534
24535 2008-05-25  Bruno Haible  <bruno@clisp.org>
24536
24537         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
24538
24539 2008-05-25  Jim Meyering  <meyering@redhat.com>
24540
24541         useless-if-before-free: freed expr may have white-space differences
24542         * build-aux/useless-if-before-free: Recognize cases in which the
24543         freed expression differs from the tested one in embedded white
24544         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
24545         $1 was used, so we can't make any regexp shy.  Improved tests now
24546         detect this.
24547
24548         useless-if-before-free: accept white space in the expression.
24549         * build-aux/useless-if-before-free: For now, any white space
24550         in the expression must be identical in the free argument.
24551
24552         useless-if-before-free: efficiency tweak
24553         * build-aux/useless-if-before-free: Make the expression-matching
24554         regexp "shy".
24555         Make the *outer* regexp shy, not the expr-matching one.
24556
24557         update code-in-comment to accept cast of free arg
24558         * build-aux/useless-if-before-free: Update regexp.
24559
24560 2008-05-25  Bruno Haible  <bruno@clisp.org>
24561
24562         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
24563         * modules/copy-file-tests (Files, Makefile.am): Update.
24564         * tests/test-copy-file.c (func_test_copy): Update.
24565
24566 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
24567
24568         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
24569
24570 2008-05-23  Bruno Haible  <bruno@clisp.org>
24571
24572         Improve support for ACLs on OSF/1.
24573         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
24574         Remove fallback for unknown flavors of ACLs.
24575
24576 2008-05-22  Bruno Haible  <bruno@clisp.org>
24577
24578         Add support for ACLs on OSF/1.
24579         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
24580         replacements.
24581         (acl_free_text): New macro fallback.
24582         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
24583         acl_free.
24584         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
24585         acl_free_text function. Require AC_C_INLINE.
24586
24587 2008-05-22  Bruno Haible  <bruno@clisp.org>
24588
24589         Make copy_acl work on MacOS X 10.5.
24590         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
24591         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
24592         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
24593         If MODE_INSIDE_ACL, don't assume that every system has the same text
24594         representation for ACLs as FreeBSD.
24595         * lib/copy-acl.c (copy_acl): Add support for platforms with
24596         !MODE_INSIDE_ACL.
24597         * lib/file-has-acl.c (file_has_acl): Likewise.
24598         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
24599         FreeBSD, MacOS X, or IRIX, respectively.
24600
24601 2008-05-22  Bruno Haible  <bruno@clisp.org>
24602
24603         * lib/acl.h: Don't include <sys/acl.h>.
24604         (GETACLCNT): Move fallback to lib/acl-internal.h.
24605         * lib/acl-internal.h: Include <sys/acl.h> here.
24606         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
24607
24608 2008-05-22  Bruno Haible  <bruno@clisp.org>
24609
24610         Split off copy_acl function to separate file.
24611         * lib/copy-acl.c: New file, extracted from lib/acl.c.
24612         * lib/acl.c (copy_acl): Moved function to separate file.
24613         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
24614         * modules/acl (Files): Add lib/copy-acl.c.
24615         (Makefiles.am): Augment lib_SOURCES.
24616
24617 2008-05-22  Bruno Haible  <bruno@clisp.org>
24618
24619         * modules/copy-file-tests: New file.
24620         * tests/test-copy-file.sh: New file.
24621         * tests/test-copy-file.c: New file.
24622         * tests/test-copy-file-sameacls.c: New file.
24623
24624 2008-05-22  Eric Blake  <ebb9@byu.net>
24625
24626         Avoid gcc warning.
24627         * tests/test-memcmp.c (main): Pass NULL indirectly.
24628
24629 2008-05-21  Bruno Haible  <bruno@clisp.org>
24630
24631         Add reference doc about ACLs.
24632         * doc/acl-resources.txt: New file.
24633         * doc/acl-cygwin.txt: New file.
24634
24635 2008-05-21  Bruno Haible  <bruno@clisp.org>
24636
24637         Avoid one more warning from gcc.
24638         * lib/vasnprintf.c (IF_LINT): Update comments.
24639         (VASNPRINTF): Use it also for the 'prefix' array initializer.
24640
24641 2008-05-21  Jim Meyering  <meyering@redhat.com>
24642
24643         avoid a warning from gcc
24644         * lib/vasnprintf.c (IF_LINT): Define.
24645         (scale10_round_decimal_long_double):
24646         Use it to avoid a "may be used uninitialized" warning.
24647         (scale10_round_decimal_double): Likewise.
24648
24649 2008-05-21  Simon Josefsson  <simon@josefsson.org>
24650
24651         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
24652         declared.
24653
24654 2008-05-20  Bruno Haible  <bruno@clisp.org>
24655
24656         * tests/test-memcmp.c (main): Test also the sign of the result. Test
24657         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
24658
24659 2008-05-20  Simon Josefsson  <simon@josefsson.org>
24660
24661         * modules/memcmp-tests: New file.
24662         * tests/test-memcmp.c: New file.
24663
24664 2008-05-19  Bruno Haible  <bruno@clisp.org>
24665
24666         * modules/propername (Notice, configure.ac): Put quoted "..." into
24667         --keyword option.
24668         * lib/propername.h: Update comments accordingly.
24669         Reported by Eric Blake.
24670
24671 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
24672
24673         * modules/getpass-gnu (Depends-on): Add fseeko.
24674
24675 2008-05-19  Simon Josefsson  <simon@josefsson.org>
24676
24677         * modules/base64-tests: New file.
24678
24679 2008-05-19  Bo Borgerson <gigabo@gmail.com>
24680
24681         * lib/base64.c (base64_decode_ctx): If a decode context structure
24682         was passed in use it to ignore newlines.  If a context structure
24683         was _not_ passed in, continue to treat newlines as garbage (this
24684         is the historical behavior).  Formerly base64_decode.
24685         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
24686         takes a decode context structure.
24687         * lib/base64.h (base64_decode): Macro for four-argument calls.
24688         (base64_decode_alloc): Likewise.
24689         * lib/base64.c (base64_decode_ctx): If a decode context structure
24690         was passed in use it to ignore newlines.  If a context structure
24691         was _not_ passed in, continue to treat newlines as garbage (this
24692         is the historical behavior).  Formerly base64_decode.
24693         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
24694         takes a decode context structure.
24695         * lib/base64.h (base64_decode): Macro for four-argument calls.
24696         (base64_decode_alloc): Likewise.
24697
24698 2008-05-19  Jim Meyering  <meyering@redhat.com>
24699
24700         avoid a warning from gcc
24701         * lib/trim.c (IF_LINT): Define.
24702         (trim2): Use it to avoid a "may be used uninitialized" warning.
24703
24704         Fix doc typo.
24705         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
24706
24707 2008-05-19  Bruno Haible  <bruno@clisp.org>
24708
24709         * doc/glibc-functions/getpass.texi: Document limits of other
24710         implementations.
24711
24712 2008-05-19  Simon Josefsson  <simon@josefsson.org>
24713             Bruno Haible <bruno@clisp.org>
24714
24715         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
24716
24717 2008-05-18  Bruno Haible  <bruno@clisp.org>
24718
24719         * modules/propername: New file, from GNU gettext.
24720         * lib/propername.h: New file, from GNU gettext.
24721         * lib/propername.c: New file, from GNU gettext.
24722         * MODULES.html.sh (Internationalization functions): Add propername.
24723
24724 2008-05-16  Jim Meyering  <meyering@redhat.com>
24725             Bruno Haible  <bruno@clisp.org>
24726
24727         Avoid some warnings from "gcc -Wshadow".
24728         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
24729
24730 2008-05-15  Eric Blake  <ebb9@byu.net>
24731
24732         Extend previous patch to cygwin 1.7.0.
24733         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
24734         fast implementation in cygwin >= 1.7.0.
24735         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24736         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24737
24738 2008-05-15  Bruno Haible  <bruno@clisp.org>
24739
24740         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
24741         implementation in glibc >= 2.9.
24742         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24743         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24744
24745 2008-05-15  Bruno Haible  <bruno@clisp.org>
24746
24747         * MODULES.html.sh (Internationalization functions): Remove linebreak.
24748         (Unicode string functions): Add unilbrk/*.
24749         Reported by Karl Berry.
24750
24751 2008-05-15  Eric Blake  <ebb9@byu.net>
24752
24753         Fix violation of <stdbool.h> replacement in regex.
24754         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
24755         * lib/regexec.c (re_search_internal): Likewise.
24756         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
24757
24758 2008-05-15  Jim Meyering  <meyering@redhat.com>
24759
24760         avoid distracting test output when git or cvs is not found
24761         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
24762         * tests/test-vc-list-files-git.sh: Likewise.
24763
24764 2008-05-15  Eric Blake  <ebb9@byu.net>
24765
24766         Glibc finally accepted the memmem speedup code, bugzilla #5514.
24767         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
24768         glibc version.
24769         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
24770         * doc/posix-functions/strstr.texi (strstr): Likewise.
24771         * lib/str-two-way.h (MAX): Sychronize with glibc.
24772
24773 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
24774
24775         * lib/regcomp.c (optimize_utf8): Add a note on why we test
24776         opr.ctx_type.
24777         (calc_first): Initialize constraint field.
24778         (duplicate_node_closure): Use it instead of special casing ANCHORS.
24779         Fix grammar.
24780         (duplicate_node): Merge constraint field for all node types.
24781         (calc_eclosure_iter): Look at constraint field for all node types.
24782         * lib/regex_internal.c (create_cd_newstate): Don't look at
24783         opr.ctx_type.
24784
24785 2008-05-14  Bruno Haible  <bruno@clisp.org>
24786
24787         Help GCC to do better code generation.
24788         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
24789         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
24790         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
24791         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
24792         Declare with attribute 'malloc' if supported.
24793
24794 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
24795
24796         use "echo STR|wc -c" rather than unportable "expr length STR"
24797         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
24798         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
24799
24800 2008-05-14  Jim Meyering  <meyering@redhat.com>
24801
24802         use dd ibs=$n count=1 ... rather than less-portable head -c$n
24803         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
24804         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
24805         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
24806         via Collin Lasse.
24807
24808 2008-05-14  Eric Blake  <ebb9@byu.net>
24809
24810         Avoid quadratic growth in gl_LIBSOURCES.
24811         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
24812         Suggested by Bruno Haible.
24813
24814         Test xmemdup0.
24815         * modules/xmemdup0-tests: New file.
24816         * tests/test-xmemdup0.c: Likewise.
24817
24818 2008-05-13  Eric Blake  <ebb9@byu.net>
24819
24820         Split xmemdup0 into its own module.
24821         * modules/xmemdup0: New file.
24822         * lib/xmemdup0.h: Likewise.
24823         * lib/xmemdup0.c: Likewise.
24824         * MODULES.html.sh (Memory management functions): Add xmemdup0.
24825         * lib/xalloc.h (xmemdup0): Remove.
24826         * lib/xmalloc.c (xmemdup0): Likewise.
24827
24828 2008-05-13  Eric Blake  <ebb9@byu.net>
24829             Bruno Haible  <bruno@clisp.org>
24830
24831         Reduce number of forks required during autoconf.
24832         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
24833         and gl_LIBSOURCES_DIR.
24834         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
24835         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
24836         m4_syscmd per file.
24837         <m4_foreach_w>: Move...
24838         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
24839
24840 2008-05-13  Eric Blake  <ebb9@byu.net>
24841
24842         * gnulib-tool: Fix various comment typos.
24843
24844 2008-05-12  Bruno Haible  <bruno@clisp.org>
24845
24846         Tailor the linebreaking algorithm.
24847         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
24848
24849 2008-05-12  Bruno Haible  <bruno@clisp.org>
24850
24851         Update to Unicode 5.0.0.
24852         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
24853         LBP_JV, LBP_JT. Redistribute values.
24854         (unilbrk_table): Change size.
24855         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
24856         Unicode TR#14 rev. 22.
24857         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
24858         LBP_JV, LBP_JT. Redistribute values.
24859         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
24860         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
24861         Update.
24862         * lib/unilbrk/lbrkprop1.h: Regenerated.
24863         * lib/unilbrk/lbrkprop2.h: Regenerated.
24864         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
24865         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
24866         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
24867         Likewise.
24868         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
24869         Likewise.
24870         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
24871         result.
24872         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
24873         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
24874         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
24875         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
24876         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
24877         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
24878
24879 2008-05-11  Bruno Haible  <bruno@clisp.org>
24880
24881         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
24882
24883 2008-05-11  Bruno Haible  <bruno@clisp.org>
24884
24885         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
24886         * modules/unilbrk/gen-lbrk: New file.
24887
24888 2008-05-11  Bruno Haible  <bruno@clisp.org>
24889
24890         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
24891         * m4/sha512.m4 (gl_SHA512): Likewise.
24892
24893 2008-05-11  Jim Meyering  <meyering@redhat.com>
24894
24895         New modules: crypto/sha256, crypto/sha512 (from coreutils)
24896         * modules/crypto/sha256: New file.
24897         * modules/crypto/sha512: Likewise.
24898         * lib/sha256.c: Likewise.
24899         * lib/sha256.h: Likewise.
24900         * lib/sha512.c: Likewise.
24901         * lib/sha512.h: Likewise.
24902         * lib/u64.h: Likewise.
24903         * m4/sha256.m4: Likewise.
24904         * m4/sha512.m4: Likewise.
24905         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
24906
24907 2008-05-10  Bruno Haible  <bruno@clisp.org>
24908
24909         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
24910         (Input/Output <stdio.h>): Add xprintf.
24911         (Signal handling <signal.h>): Add strsignal.
24912         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
24913         (Core language properties): Add func.
24914         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
24915         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
24916         strings.
24917         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
24918         (Input/output): New section.
24919         (File system functions): Add openat-die, stat-macros.
24920         (Networking functions): Add sockets.
24921         (Unicode string functions): Add unictype/*.
24922         (Support for building libraries and executables): Add gperf.
24923         (Support for building documentation): Add agpl-3.0.
24924         (Misc): Add nocrash.
24925
24926 2008-05-10  Bruno Haible  <bruno@clisp.org>
24927
24928         * modules/unictype/gen-ctype: New file.
24929
24930 2008-05-10  Jim Meyering  <meyering@redhat.com>
24931
24932         Make chdir-safer.c more efficient on a system with no symlinks.
24933         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
24934         also if ELOOP is zero.  Suggested by Bruno Haible.
24935
24936         Make chdir-safer.c slightly safer.
24937         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
24938         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
24939
24940         Avoid compile failure on systems without ELOOP (like mingw).
24941         * lib/chdir-safer.c (ELOOP): Define if not already defined.
24942         Reported by Bruno Haible.
24943
24944 2008-05-10  Bruno Haible  <bruno@clisp.org>
24945
24946         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
24947         (is_utf8_encoding): Use a case-insensitive comparison.
24948         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
24949         streq.
24950
24951 2008-05-10  Bruno Haible  <bruno@clisp.org>
24952
24953         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
24954         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
24955         * lib/unilbrk/ulc-common.h (iconv_string_length,
24956         iconv_string_keeping_offsets): Remove declarations.
24957         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
24958         Don't include <iconv.h>, streq.h, xsize.h.
24959         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
24960         conversion.
24961         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
24962         <iconv.h>, streq.h, xsize.h.
24963         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
24964         conversion.
24965         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
24966         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
24967         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
24968         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
24969
24970 2008-05-10  Bruno Haible  <bruno@clisp.org>
24971
24972         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
24973         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
24974
24975         * modules/unilbrk/u32-width-linebreaks-tests: New file.
24976         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
24977
24978         * modules/unilbrk/u16-width-linebreaks-tests: New file.
24979         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
24980
24981         * modules/unilbrk/u8-width-linebreaks-tests: New file.
24982         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
24983
24984         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
24985         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
24986
24987         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
24988         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
24989
24990         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
24991         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
24992
24993         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
24994         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
24995
24996 2008-05-10  Bruno Haible  <bruno@clisp.org>
24997
24998         Split up 'linebreak' module.
24999         * lib/unilbrk.h: New file, based on lib/linebreak.h.
25000         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
25001         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
25002         modifications.
25003         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
25004         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
25005         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
25006         lib/linebreak.c.
25007         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
25008         lib/linebreak.c.
25009         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
25010         lib/linebreak.c.
25011         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
25012         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
25013         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
25014         lib/linebreak.c.
25015         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
25016         lib/linebreak.c.
25017         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
25018         lib/linebreak.c.
25019         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
25020         lib/linebreak.c.
25021         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
25022         lib/linebreak.c.
25023         * modules/unilbrk/base: New file.
25024         * modules/unilbrk/tables: New file.
25025         * modules/unilbrk/u8-possible-linebreaks: New file.
25026         * modules/unilbrk/u16-possible-linebreaks: New file.
25027         * modules/unilbrk/u32-possible-linebreaks: New file.
25028         * modules/unilbrk/ulc-common: New file.
25029         * modules/unilbrk/ulc-possible-linebreaks: New file.
25030         * modules/unilbrk/u8-width-linebreaks: New file.
25031         * modules/unilbrk/u16-width-linebreaks: New file.
25032         * modules/unilbrk/u32-width-linebreaks: New file.
25033         * modules/unilbrk/ulc-width-linebreaks: New file.
25034         * lib/linebreak.h: Remove file.
25035         * lib/linebreak.c: Remove file.
25036         * m4/linebreak.m4: Remove file.
25037         * modules/linebreak: Remove file.
25038         * NEWS: Mention the changes.
25039
25040 2008-05-09  Eric Blake  <ebb9@byu.net>
25041
25042         Add xmemdup0.
25043         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
25044         implementation.
25045         * lib/xmalloc.c (xmemdup0): New C implementation.
25046
25047 2008-05-08  Bruno Haible  <bruno@clisp.org>
25048
25049         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
25050
25051 2008-05-07  Eric Blake  <ebb9@byu.net>
25052
25053         Support cross-compilation of <wctype.h>.
25054         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
25055         AC_CACHE_CHECK.
25056
25057 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
25058
25059         * build-aux/vc-list-files: Add support for bzr.
25060
25061 2008-05-03  Jim Meyering  <meyering@redhat.com>
25062
25063         avoid failed assertion with tight malloc
25064         * tests/test-getndelim2.c: Correct an off-by-one assertion.
25065
25066 2008-05-03  Simon Josefsson  <simon@josefsson.org>
25067
25068         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
25069         are needed from arpa/inet.h.
25070         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
25071         Reported by Bruno Haible.
25072
25073 2008-05-02  Jim Meyering  <meyering@redhat.com>
25074
25075         avoid compilation error on FreeBSD 6
25076         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
25077
25078 2008-05-01  Jim Meyering  <meyering@redhat.com>
25079
25080         useless-if-before-free: correct --help's exit status description
25081         * build-aux/useless-if-before-free (usage): Like grep, exit 0
25082         for one or more matches, etc.  Reported by Bruno Haible.
25083
25084         vc-list-files: make the stand-alone gnulib test work
25085         * modules/vc-list-files-tests (configure.ac):
25086         Define and AC_SUBST abs_aux_dir.
25087         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
25088         $(abs_top_srcdir) to each script and having each of them
25089         duplicate the work of setting PATH, set PATH here, using
25090         the new variable, abs_aux_dir instead.
25091         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
25092         * tests/test-vc-list-files-git.sh: Likewise.
25093         Reported by Bruno Haible.
25094
25095 2008-05-01  Bruno Haible  <bruno@clisp.org>
25096
25097         * lib/getndelim2.c (getndelim2): Fix newsize computation during
25098         reallocation. Rename 'done' to 'found_delimiter'.
25099
25100 2008-05-01  Jim Meyering  <meyering@redhat.com>
25101
25102         vc-list-files: accommodate /bin/sh like the one from Solaris 10
25103         * build-aux/vc-list-files: Use `...`, not $(...).
25104
25105 2008-04-30  Jim Meyering  <meyering@redhat.com>
25106
25107         add tests for vc-list-files
25108         * modules/vc-list-files-tests: New module.
25109         * tests/test-vc-list-files-cvs.sh: New file.
25110         * tests/test-vc-list-files-git.sh: New file.
25111
25112         avoid a warning from gcc
25113         * lib/getndelim2.c (IF_LINT): Define.
25114         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
25115
25116         vc-list-files: work properly with build-aux/cvsu, too
25117         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
25118         to all cvs-based clauses.
25119
25120         vc-list-files: work properly in the CVS+awk case, too
25121         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
25122
25123         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
25124         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
25125         take more than one file argument, so .  Add quotes, just in case $dir
25126         ever contains a shell meta-character.  Prompted by Soren Hansen in
25127         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
25128
25129 2008-04-29  Eric Blake  <ebb9@byu.net>
25130
25131         Optimize getndelim2 to use block operations when possible.
25132         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
25133         freadseek, and memchr2.
25134         * lib/getndelim2.c (getndelim2): Use them for block reads.
25135
25136 2008-04-29  Bruno Haible  <bruno@clisp.org>
25137
25138         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
25139         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
25140         * modules/inet_ntop (Depends-on): Add extensions.
25141         * modules/inet_pton (Depends-on): Likewise.
25142         Reported by Simon Josefsson.
25143
25144 2008-04-29  Jim Meyering  <meyering@redhat.com>
25145
25146         When the is more than one match in a block, match all of them.
25147         * build-aux/useless-if-before-free: Iterate through each block
25148         until there are no more matches.
25149
25150         Fix broken useless-if-before-free script.
25151         * build-aux/useless-if-before-free: Fix typo: missing "?" after
25152         the expression to match cast of argument to free-like function.
25153
25154 2008-04-29  Eric Blake  <ebb9@byu.net>
25155
25156         Use new header.
25157         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
25158
25159 2008-04-29  Jim Meyering  <meyering@redhat.com>
25160
25161         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
25162         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
25163         by gnulib to exist and to declare e.g., inet_ntop.
25164         Don't include "inet_ntop.h", now removed.
25165
25166         * m4/arpa_inet_h.m4: Remove trailing blanks.
25167
25168 2008-04-29  Eric Blake  <ebb9@byu.net>
25169
25170         Silence valgrind on safe reads beyond potential array bounds.
25171         * lib/rawmemchr.valgrind: New file.
25172         * lib/strchrnul.valgrind: Likewise.
25173         * modules/rawmemchr (Files): Distribute new file.
25174         * modules/strchrnul (Files): Likewise.
25175         Suggested by Bruno Haible.
25176
25177 2008-04-29  Bruno Haible  <bruno@clisp.org>
25178
25179         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
25180         (inet_ntop, inet_pton): Change portability warning's wording.
25181         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
25182         Invoke gl_CHECK_NEXT_HEADERS.
25183         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
25184         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
25185         set ARPA_INET_H.
25186         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
25187         * modules/arpa_inet (Description): No longer only for systems that
25188         lack it.
25189         (Depends-on): Add include_next.
25190         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
25191         HAVE_ARPA_INET_H.
25192
25193 2008-04-29  Jim Meyering  <meyering@redhat.com>
25194
25195         * modules/mkdir (License): Re-license as LGPLv2+.
25196
25197 2008-04-29  Bruno Haible  <bruno@clisp.org>
25198
25199         * modules/rawmemchr (Maintainer): Set to Eric.
25200         * modules/strchrnul (Maintainer): Likewise.
25201
25202 2008-04-29  Simon Josefsson  <simon@josefsson.org>
25203
25204         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
25205         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
25206
25207         * modules/arpa_inet (arpa/inet.h): Use them.
25208
25209 2008-04-28  Eric Blake  <ebb9@byu.net>
25210
25211         Test getndelim2.
25212         * modules/getndelim2-tests: New file.
25213         * tests/test-getndelim2.c: Likewise.
25214         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
25215         stream.
25216         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
25217
25218         * MODULES.html.sh: Document new module.
25219
25220 2008-04-20  Bruno Haible  <bruno@clisp.org>
25221
25222         * lib/c-stack.c (die): Use raise.
25223         * modules/c-stack (Depends-on): Add raise.
25224
25225 2008-04-28  Bruno Haible  <bruno@clisp.org>
25226
25227         Expect rpmatch to be declared.
25228         * lib/yesno.c (rpmatch): Remove declaration.
25229
25230         Declare rpmatch.
25231         * lib/stdlib.in.h (rpmatch): New declaration.
25232         * lib/rpmatch.c: Include <stdlib.h> first.
25233         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
25234         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
25235         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
25236         HAVE_RPMATCH.
25237         * modules/rpmatch (Depends-on): Add stdlib, extensions.
25238         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
25239         (Include): Set to <stdlib.h>.
25240         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
25241         HAVE_RPMATCH.
25242         * NEWS: Document the change.
25243
25244 2008-04-28  Bruno Haible  <bruno@clisp.org>
25245
25246         Change rpmatch to use nl_langinfo when appropriate.
25247         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
25248         (N_): New macro.
25249         (localized_pattern): New function/macro.
25250         (try): Remove match, nomatch arguments. Copy the pattern into safe
25251         memory before caching it.
25252         (rpmatch): Use localized_pattern. Add translator comments.
25253         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
25254         Suggested by Eric Blake.
25255         * modules/rpmatch (Depends-on): Add stdbool.
25256
25257 2008-04-28  Eric Blake  <ebb9@byu.net>
25258
25259         Add rawmemchr module, matching glibc.
25260         * modules/string (Makefile.am): New indicator.
25261         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
25262         * lib/string.in.h (rawmemchr): Declare when appropriate.
25263         * modules/rawmemchr: New file.
25264         * m4/rawmemchr.m4: Likewise.
25265         * lib/rawmemchr.c: Likewise.
25266         * modules/rawmemchr-tests: Likewise.
25267         * tests/test-rawmemchr.c: Likewise.
25268         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
25269         module.
25270         * modules/strchrnul (Depends-on): Add rawmemchr.
25271         * lib/strchrnul.c (strchrnul): Optimize a corner case.
25272
25273         Whitespace cleanup.
25274         * tests/test-strchrnul.c: Reindent.
25275         * lib/strchrnul.c: Likewise.
25276
25277         Optimize and test strchrnul.
25278         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
25279         * modules/strchrnul-tests: New file.
25280         * tests/test-strchrnul.c: Likewise.
25281
25282         Remove intprops dependency.
25283         * modules/memchr (Depends-on): Remove intprops.
25284         * modules/memrchr (Depends-on): Likewise.
25285         * modules/memchr2 (Depends-on): Likewise.
25286         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
25287         * lib/memrchr.c (__memrchr): Likewise.
25288         * lib/memrchr2.c (memchr2): Likewise.
25289         Reported by Simon Josefsson.
25290
25291 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25292
25293         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
25294         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25295
25296 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25297
25298         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
25299
25300         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
25301
25302         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
25303
25304         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
25305         declarations.
25306         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
25307
25308         * m4/inet_pton.m4: Don't check for header files.
25309
25310         * m4/inet_ntop.m4: Don't check for header files.
25311
25312 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25313
25314         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
25315         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
25316         trigger for cygwin).
25317         Reported by Bruno Haible  <bruno@clisp.org>.
25318
25319 2008-04-28  Bruno Haible  <bruno@clisp.org>
25320
25321         * doc/posix-functions/strdup.texi: Mention mingw problem.
25322
25323 2008-04-27  Bruno Haible  <bruno@clisp.org>
25324
25325         * modules/stat-time-tests (Depends-on): Add sleep.
25326         * tests/test-stat-time.c (force_unlink): New function.
25327         (cleanup): Use it.
25328         (test_mtime): Remove the ctime related tests.
25329         (test_ctime): New function, containing the ctime related tests.
25330         (main): Call test_ctime, except on native Windows platforms.
25331
25332 2008-04-27  Bruno Haible  <bruno@clisp.org>
25333
25334         * lib/rpmatch.c (rpmatch): Add some comments.
25335         Reported by James Youngman <jay@gnu.org>.
25336
25337 2008-04-27  Bruno Haible  <bruno@clisp.org>
25338
25339         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
25340         quiet NaNs.
25341
25342 2008-04-27  Bruno Haible  <bruno@clisp.org>
25343
25344         Make test-yesno.sh work on mingw.
25345         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
25346         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
25347         (main): Set stdin to binary mode.
25348         * modules/yesno-tests (Depends-on): Add binary-io.
25349
25350 2008-04-27  Bruno Haible  <bruno@clisp.org>
25351
25352         Fix 'isfinite' on x86, x86_64, ia64 platforms.
25353         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
25354         argument that lie outside the IEEE 854 domain.
25355         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
25356         (gl_ISFINITE): Use it.
25357         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
25358
25359 2008-04-27  Bruno Haible  <bruno@clisp.org>
25360
25361         Allow local renaming in config.h.
25362         * lib/memrchr.c (memrchr): Don't undefine outside libc.
25363
25364 2008-04-27  Bruno Haible  <bruno@clisp.org>
25365
25366         * lib/memchr.c (__memchr): Change type of 'i'.
25367         * lib/memchr2.c (memchr2): Likewise.
25368
25369 2008-04-26  Eric Blake  <ebb9@byu.net>
25370         and Bruno Haible  <bruno@clisp.org>
25371
25372         Optimize and test memrchr.
25373         * modules/memrchr (Depends-on): Add intprops.
25374         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
25375         * modules/memrchr-tests: New file.
25376         * tests/test-memrchr.c: New file.
25377
25378 2008-04-26  Bruno Haible  <bruno@clisp.org>
25379
25380         Add tentative support for DragonFly BSD.
25381         * lib/stdio-impl.h: Add macros for DragonFly BSD.
25382         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
25383         fp.
25384         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
25385         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
25386         * lib/fpurge.c (fpurge): Likewise.
25387         * lib/freadable.c (freaadable): Likewise.
25388         * lib/freadahead.c (freadahead): Likewise.
25389         * lib/freading.c (freading): Likewise.
25390         * lib/freadptr.c (freadptr): Likewise.
25391         * lib/freadseek.c (freadptrinc): Likewise.
25392         * lib/fseeko.c (fseeko): Likewise.
25393         * lib/fseterr.c (fseterr): Likewise.
25394         * lib/fwritable.c (fwritable): Likewise.
25395         * lib/fwriting.c (fwriting): Likewise.
25396
25397 2008-04-26  Bruno Haible  <bruno@clisp.org>
25398
25399         * lib/stdio-impl.h: New file.
25400         * lib/fbufmode.c: Include stdio-impl.h.
25401         (fbufmode): Use fp_, remove redundant #defines.
25402         * lib/fflush.c: Include stdio-impl.h.
25403         (clear_ungetc_buffer): Remove redundant #defines.
25404         * lib/fpurge.c: Include stdio-impl.h.
25405         (fpurge): Remove redundant #defines.
25406         * lib/freadable.c: Include stdio-impl.h.
25407         (freadable): Remove redundant #defines.
25408         * lib/freadahead.c: Include stdio-impl.h.
25409         (freadahead): Remove redundant #defines.
25410         * lib/freading.c: Include stdio-impl.h.
25411         (freading): Remove redundant #defines.
25412         * lib/freadptr.c: Include stdio-impl.h.
25413         (freadptr): Remove redundant #defines.
25414         * lib/freadseek.c: Include stdio-impl.h.
25415         (freadptrinc): Remove redundant #defines.
25416         * lib/fseeko.c: Include stdio-impl.h.
25417         (rpl_fseeko): Remove redundant #defines.
25418         * lib/fseterr.c: Include stdio-impl.h.
25419         (fseterr): Remove redundant #defines.
25420         * lib/fwritable.c: Include stdio-impl.h.
25421         (fwritable: Remove redundant #defines.
25422         * lib/fwriting.c: Include stdio-impl.h.
25423         (fwriting): Remove redundant #defines.
25424         * modules/fbufmode (Files): Add lib/stdio-impl.h.
25425         * modules/fflush (Files): Likewise.
25426         * modules/fpurge (Files): Likewise.
25427         * modules/freadable (Files): Likewise.
25428         * modules/freadahead (Files): Likewise.
25429         * modules/freading (Files): Likewise.
25430         * modules/freadptr (Files): Likewise.
25431         * modules/freadseek (Files): Likewise.
25432         * modules/fseeko (Files): Likewise.
25433         * modules/fseterr (Files): Likewise.
25434         * modules/fwritable (Files): Likewise.
25435         * modules/fwriting (Files): Likewise.
25436
25437 2008-04-26  Bruno Haible  <bruno@clisp.org>
25438
25439         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
25440         restore_seek_optimization, update_fpos_cache): New functions, extracted
25441         from rpl_fflush.
25442         (rpl_fflush): Use them.
25443         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
25444         (gl_REPLACE_FFLUSH): Use it.
25445
25446 2008-04-26  Bruno Haible  <bruno@clisp.org>
25447
25448         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
25449         on Solaris.
25450         * tests/test-xstrtoimax.sh: Likewise.
25451         * tests/test-xstrtoumax.sh: Likewise.
25452         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25453
25454 2008-04-26  Bruno Haible  <bruno@clisp.org>
25455
25456         * modules/memchr-tests: New file.
25457         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
25458
25459 2008-04-26  Eric Blake  <ebb9@byu.net>
25460             Bruno Haible  <bruno@clisp.org>
25461
25462         * lib/memchr.c: Include intprops.h.
25463         (__memchr): Optimize parallel detection of matching bytes. Rename local
25464         variables. Add explanatory comments.
25465
25466 2008-04-26  Bruno Haible  <bruno@clisp.org>
25467
25468         Fix module 'memchr', broken since 2000-10-28.
25469         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
25470
25471 2008-04-26  Bruno Haible  <bruno@clisp.org>
25472
25473         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
25474         comments.
25475
25476 2008-04-25  Eric Blake  <ebb9@byu.net>
25477
25478         Use native fstatat on cygwin 1.7.0.
25479         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
25480         first.
25481
25482 2008-04-23  Eric Blake  <ebb9@byu.net>
25483
25484         Improve memchr2 performance.
25485         * lib/memchr2.c (memchr2): Further optimize parallel detection of
25486         NUL bytes.
25487         * modules/memchr2 (Depends-on): Use intprops.h.
25488
25489 2008-04-23  Simon Josefsson  <simon@josefsson.org>
25490
25491         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
25492         an inline function instead of a CPP macro.  Patch by Ben Pfaff
25493         <blp@cs.stanford.edu>.
25494
25495 2008-04-23  Simon Josefsson  <simon@josefsson.org>
25496
25497         * lib/arpa_inet.in.h: New file.
25498
25499         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
25500         (Makefile.am): Sed in substitute header file.
25501
25502         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
25503         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
25504
25505         * modules/inet_ntop (configure.ac): Use
25506         gl_ARPA_INET_MODULE_INDICATOR.
25507
25508         * modules/inet_pton (configure.ac): Use
25509         gl_ARPA_INET_MODULE_INDICATOR.
25510
25511 2008-04-22  Jim Meyering  <meyering@redhat.com>
25512
25513         * modules/verify (License): Re-license as LGPLv2+.
25514
25515 2008-04-22  Simon Josefsson  <simon@josefsson.org>
25516
25517         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
25518         parameter to void* as per POSIX standard (MinGW uses char*).
25519
25520 2008-04-21  Bruno Haible  <bruno@clisp.org>
25521
25522         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
25523         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
25524         Define to replacements if REPLACE_ISWCNTRL is 1.
25525         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
25526         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
25527         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
25528         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
25529         what it fixes.
25530         * doc/posix-functions/iswalpha.texi: Likewise.
25531         * doc/posix-functions/iswblank.texi: Likewise.
25532         * doc/posix-functions/iswcntrl.texi: Likewise.
25533         * doc/posix-functions/iswdigit.texi: Likewise.
25534         * doc/posix-functions/iswgraph.texi: Likewise.
25535         * doc/posix-functions/iswlower.texi: Likewise.
25536         * doc/posix-functions/iswprint.texi: Likewise.
25537         * doc/posix-functions/iswpunct.texi: Likewise.
25538         * doc/posix-functions/iswspace.texi: Likewise.
25539         * doc/posix-functions/iswupper.texi: Likewise.
25540         * doc/posix-functions/iswxdigit.texi: Likewise.
25541         Reported by Alain Guibert.
25542
25543 2008-04-21  Bruno Haible  <bruno@clisp.org>
25544
25545         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
25546         Patch by Alain Guibert.
25547
25548 2008-04-21  Bruno Haible  <bruno@clisp.org>
25549
25550         Fix test failures on mingw.
25551         * tests/test-xstrtol.c (print_no_progname): New function.
25552         (main): Install it in error_print_progname hook.
25553         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
25554         * tests/test-xstrtoimax.sh: Likewise.
25555         * tests/test-xstrtoumax.sh: Likewise.
25556
25557 2008-04-21  Bruno Haible  <bruno@clisp.org>
25558
25559         Fix test failure on mingw.
25560         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
25561
25562 2008-04-21  Bruno Haible  <bruno@clisp.org>
25563
25564         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
25565         Actually assign a value.
25566
25567 2008-04-20  Bruno Haible  <bruno@clisp.org>
25568
25569         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
25570         take 2.
25571         * lib/canonicalize.c (canonicalize_file_name): Elide if the
25572         'canonicalize-lgpl' module is also used.
25573         * lib/canonicalize-lgpl.c: Undo last change.
25574         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
25575
25576 2008-04-20  Bruno Haible  <bruno@clisp.org>
25577
25578         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
25579         config.h. Provide _mkdir based fallback for mingw.
25580         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
25581         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
25582         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
25583         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
25584         rather than defining mkdir in config.h.
25585         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
25586         (gl_SYS_STAT_H_DEFAULTS): New macro.
25587         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
25588         HAVE_IO_H any more.
25589         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
25590         HAVE_DECL_MKDIR and HAVE_IO_H.
25591
25592 2008-04-20  Bruno Haible  <bruno@clisp.org>
25593
25594         * lib/isapipe.c: Port to native Windows platforms.
25595
25596 2008-04-20  Bruno Haible  <bruno@clisp.org>
25597
25598         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
25599
25600 2008-04-21  Eric Blake  <ebb9@byu.net>
25601
25602         Work around preprocessors that don't handle UINTMAX_MAX.
25603         * lib/memchr2.c (memchr2): Avoid embedded #if.
25604         Reported by Alain Guibert, fix suggested by Bruno Haible.
25605
25606 2008-04-21  Simon Josefsson  <simon@josefsson.org>
25607
25608         * doc/posix-functions/strftime.texi (strftime): Explain better
25609         Windows incompatibility.  Suggested by Micah Cowan
25610         <micah@cowan.name>.
25611
25612 2008-04-20  Bruno Haible  <bruno@clisp.org>
25613
25614         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
25615         unistr/u8-mblen.
25616
25617 2008-04-20  Bruno Haible  <bruno@clisp.org>
25618
25619         Fix test failure on platforms with non-GNU iconv.
25620         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
25621         (U_TO_U8): Use it, rather than u16_to_u8.
25622         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
25623         units at the end of the input string.
25624         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
25625
25626 2008-04-20  Bruno Haible  <bruno@clisp.org>
25627
25628         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
25629         when the resulting length is 0.
25630         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
25631
25632 2008-04-20  Bruno Haible  <bruno@clisp.org>
25633
25634         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
25635         works.
25636         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
25637
25638 2008-04-20  Bruno Haible  <bruno@clisp.org>
25639
25640         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
25641         * modules/tsearch-tests (configure.ac): Test for initstate function.
25642
25643 2008-04-20  Bruno Haible  <bruno@clisp.org>
25644
25645         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
25646         for nlink_t if missing.
25647         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
25648
25649 2008-04-19  Bruno Haible  <bruno@clisp.org>
25650
25651         Work around snprintf bug on Linux libc5.
25652         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
25653         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
25654         gl_SNPRINTF_SIZE1.
25655         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25656         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
25657         that test failed.
25658         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
25659         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
25660         * modules/snprintf (Files): Add m4/printf.m4.
25661         * modules/vsnprintf (Files): Likewise.
25662         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
25663         * doc/posix-functions/vsnprintf.texi: Likewise.
25664
25665 2008-04-19  Bruno Haible  <bruno@clisp.org>
25666
25667         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
25668         from 0.0058 to less than 10^-7.
25669
25670 2008-04-19  Bruno Haible  <bruno@clisp.org>
25671
25672         Fix rounding when a precision is given.
25673         * lib/vasnprintf.c (is_borderline): New function.
25674         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
25675         9...9x.
25676         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
25677         %e, %g.
25678         * tests/test-vasprintf-posix.c (test_function): Likewise.
25679         * tests/test-snprintf-posix.h (test_function): Likewise.
25680         * tests/test-sprintf-posix.h (test_function): Likewise.
25681         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
25682         * tests/test-printf-posix.h (test_function): Likewise.
25683         * tests/test-printf-posix.output: Update.
25684         Reported by John Darrington <john@darrington.wattle.id.au> via
25685         Ben Pfaff <blp@cs.stanford.edu>.
25686
25687 2008-04-18  Simon Josefsson  <simon@josefsson.org>
25688
25689         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
25690         Suggested by Bruno Haible <bruno@clisp.org>.
25691
25692 2008-04-17  Bruno Haible  <bruno@clisp.org>
25693
25694         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
25695         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
25696         implementation.
25697         Patch by Bruce Merry <bmerry@gmail.com>.
25698
25699 2008-04-17  Simon Josefsson  <simon@josefsson.org>
25700
25701         * doc/posix-functions/strftime.texi (strftime): Mention that %e
25702         doesn't work under Windows.
25703
25704 2008-04-16  Bruno Haible  <bruno@clisp.org>
25705
25706         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
25707         New macros.
25708         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
25709         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
25710         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
25711         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
25712         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
25713         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
25714         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
25715         macros.
25716         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
25717         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
25718         Northern Sotho, Uighur.
25719
25720 2008-04-16  Bruno Haible  <bruno@clisp.org>
25721
25722         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
25723         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
25724         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
25725         Reported by Daniel Bergström <daniel@octocode.com>.
25726
25727 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
25728             Bruno Haible  <bruno@clisp.org>
25729
25730         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
25731         function.
25732         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
25733         New functions, mostly extracted from gl_locale_name_default.
25734         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
25735
25736 2008-04-16  Eric Blake  <ebb9@byu.net>
25737
25738         Adjust strtod detection to catch glibc 2.7 bug.
25739         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
25740         Reported by John Gatewood Ham.
25741
25742 2008-04-16  Bruno Haible  <bruno@clisp.org>
25743
25744         Add tentative support for Linux libc5.
25745         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
25746         * lib/fpurge.c (fpurge): Likewise.
25747         * lib/freadable.c (freadable): Likewise.
25748         * lib/freadahead.c (freadahead): Likewise.
25749         * lib/freading.c (freading): Likewise.
25750         * lib/freadptr.c (freadptr): Likewise.
25751         * lib/freadseek.c (freadptrinc): Likewise.
25752         * lib/fseeko.c (rpl_fseeko): Likewise.
25753         * lib/fseterr.c (fseterr): Likewise.
25754         * lib/fwritable.c (fwritable): Likewise.
25755         * lib/fwriting.c (fwriting): Likewise.
25756         Reported by Alain Guibert <alguibert+bts@free.fr>.
25757
25758 2008-04-15  Bruno Haible  <bruno@clisp.org>
25759
25760         * modules/mathl (configure.ac): Define module indicator.
25761
25762 2008-04-15  Bruno Haible  <bruno@clisp.org>
25763
25764         * lib/logl.c (logl): Remove unused variables.
25765
25766 2008-04-15  Bruno Haible  <bruno@clisp.org>
25767
25768         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
25769         fails.
25770
25771 2008-04-15  Bruno Haible  <bruno@clisp.org>
25772
25773         * lib/trim.c (trim2): Fix argument of isspace() macro.
25774
25775 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
25776
25777         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
25778         to 0.
25779         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
25780
25781 2008-04-14  Bruno Haible  <bruno@clisp.org>
25782
25783         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
25784         AC_LANG_PROGRAM argument.
25785         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
25786         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
25787         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
25788         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
25789         * m4/math_h.m4 (gl_MATH_H): Likewise.
25790         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
25791         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
25792         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
25793         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
25794         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
25795         * m4/regex.m4 (gl_REGEX): Likewise.
25796         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
25797         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
25798         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25799         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
25800         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
25801         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
25802         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
25803         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
25804
25805 2008-04-14  Jim Meyering  <meyering@redhat.com>
25806
25807         test-strtod: fix typos: s/abs/fabs/
25808         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
25809
25810 2008-04-13  Bruno Haible  <bruno@clisp.org>
25811
25812         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
25813         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
25814         module is also used and while not building the reloc-wrapper.
25815
25816 2008-04-13  Bruno Haible  <bruno@clisp.org>
25817
25818         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
25819
25820 2008-04-13  Bruno Haible  <bruno@clisp.org>
25821
25822         Fix AIX compilation failure introduced on 2008-04-02.
25823         * tests/test-frexp.c (exp): Undefine before redefining.
25824         * tests/test-frexpl.c (exp): Likewise.
25825
25826 2008-04-13  Bruno Haible  <bruno@clisp.org>
25827
25828         Work around a HP-UX stdio bug.
25829         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
25830         * tests/test-ftello.c (main): Likewise.
25831         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
25832         * doc/posix-functions/ftello.texi: Likewise.
25833
25834 2008-04-13  Bruno Haible  <bruno@clisp.org>
25835
25836         Make test-signbit pass on HP-UX/hppa.
25837         * tests/test-signbit.c (minus_zerol): New variable.
25838         (test_signbitl): Use it.
25839
25840 2008-04-13  Bruno Haible  <bruno@clisp.org>
25841
25842         Make truncl work on OSF/1 4.0.
25843         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
25844         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
25845         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
25846         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
25847         HAVE_DECL_TRUNCL.
25848         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
25849         HAVE_DECL_TRUNCL.
25850         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
25851
25852 2008-04-13  Bruno Haible  <bruno@clisp.org>
25853
25854         * lib/unictype.h: Remove trailing comma from enumeration definitions.
25855
25856 2008-04-13  Bruno Haible  <bruno@clisp.org>
25857
25858         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
25859         expression, so as to avoid HP-UX 11 cc compiler bug.
25860
25861 2008-04-13  Bruno Haible  <bruno@clisp.org>
25862
25863         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
25864
25865 2008-04-13  Bruno Haible  <bruno@clisp.org>
25866
25867         * lib/git-merge-changelog.c: Remove empty declaration outside of
25868         functions.
25869
25870 2008-04-13  Bruno Haible  <bruno@clisp.org>
25871
25872         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
25873
25874 2008-04-13  Bruno Haible  <bruno@clisp.org>
25875
25876         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
25877         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
25878         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
25879         also if it exists but lacks definitions of the SHUT_* macros.
25880         * modules/sys_socket (Description): Update.
25881         Reported by Elbert Pol <e.pol@chello.nl>.
25882
25883 2008-04-13  Bruno Haible  <bruno@clisp.org>
25884
25885         * lib/localcharset.c (OS2): Don't redefine if already defined.
25886         Reported by Elbert Pol <e.pol@chello.nl>.
25887
25888 2008-04-13  Bruno Haible  <bruno@clisp.org>
25889
25890         * lib/binary-io.h [__EMX__]: Include <io.h>.
25891         Reported by Elbert Pol <e.pol@chello.nl>.
25892
25893 2008-04-12  Bruno Haible  <bruno@clisp.org>
25894
25895         * lib/fpucw.h: Enable the definitions also for x86_64.
25896         Needed for NetBSD/x86_64.
25897         Reported by Thomas Klausner <tk@giga.or.at>.
25898
25899 2008-04-12  Bruno Haible  <bruno@clisp.org>
25900
25901         * tests/test-strtod.c: Include isnand.h.
25902         (main): Use isnand instead of isnan.
25903         Reported by Jim Meyering.
25904
25905 2008-04-12  Bruno Haible  <bruno@clisp.org>
25906
25907         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
25908         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
25909
25910 2008-04-12  Jim Meyering  <meyering@redhat.com>
25911
25912         * m4/math_h.m4 (gl_MATH_H): Fix typos.
25913
25914 2008-04-12  Bruno Haible  <bruno@clisp.org>
25915
25916         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
25917         Reported by Elbert Pol <e.pol@chello.nl>.
25918
25919 2008-04-12  Eric Blake  <ebb9@byu.net>
25920
25921         Work around Solaris 10 math.h bug.
25922         * m4/math_h.m4 (gl_MATH_H): Check for bug.
25923         (gl_MATH_H_DEFAULTS): Set up default.
25924         * modules/math (Makefile.am): Replace new indicators.
25925         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
25926         * tests/test-math.c (main): Test this.
25927         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
25928         * doc/posix-headers/math.texi (math.h): Mention bug.
25929         Reported by Nelson H. F. Beebe and Jim Meyering.
25930
25931 2008-04-11  Bruno Haible  <bruno@clisp.org>
25932
25933         Adapt to future versions of Apple GCC.
25934         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
25935         Reported by Peter O'Gorman <peter@pogma.com>.
25936
25937 2008-04-11  Bruno Haible  <bruno@clisp.org>
25938
25939         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
25940
25941 2008-04-11  Bruno Haible  <bruno@clisp.org>
25942
25943         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
25944
25945         * modules/getaddrinfo-tests (Makefile.am): Define
25946         test_getaddrinfo_LDADD.
25947
25948 2008-04-11  Bruno Haible  <bruno@clisp.org>
25949
25950         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
25951         (init): Fix syntax error.
25952         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
25953         is declared.
25954
25955 2008-04-11  Bruno Haible  <bruno@clisp.org>
25956
25957         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
25958         * modules/glob (Depends-on): Add stdbool.
25959
25960 2008-04-11  Bruno Haible  <bruno@clisp.org>
25961
25962         * lib/trim.c: Include <string.h>.
25963
25964 2008-04-11  Eric Blake  <ebb9@byu.net>
25965
25966         Avoid compile failure on OS/2.
25967         * lib/regex_internal.h (internal_function): Disable optimization
25968         on OS/2 (__EMX__), where it caused compiler error.
25969         Reported by Elbert Pol.
25970
25971 2008-04-11  Bruno Haible  <bruno@clisp.org>
25972
25973         Flush the standard error stream before aborting. Needed on mingw.
25974         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
25975         * tests/test-array_list.c (ASSERT): Likewise.
25976         * tests/test-array_oset.c (ASSERT): Likewise.
25977         * tests/test-avltree_list.c (ASSERT): Likewise.
25978         * tests/test-avltree_oset.c (ASSERT): Likewise.
25979         * tests/test-avltreehash_list.c (ASSERT): Likewise.
25980         * tests/test-binary-io.c (ASSERT): Likewise.
25981         * tests/test-byteswap.c (ASSERT): Likewise.
25982         * tests/test-c-ctype.c (ASSERT): Likewise.
25983         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
25984         * tests/test-c-strcasestr.c (ASSERT): Likewise.
25985         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
25986         * tests/test-c-strstr.c (ASSERT): Likewise.
25987         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
25988         * tests/test-canonicalize.c (ASSERT): Likewise.
25989         * tests/test-carray_list.c (ASSERT): Likewise.
25990         * tests/test-ceilf1.c (ASSERT): Likewise.
25991         * tests/test-ceilf2.c (ASSERT): Likewise.
25992         * tests/test-ceill.c (ASSERT): Likewise.
25993         * tests/test-count-one-bits.c (ASSERT): Likewise.
25994         * tests/test-fbufmode.c (ASSERT): Likewise.
25995         * tests/test-fflush2.c (ASSERT): Likewise.
25996         * tests/test-floorf1.c (ASSERT): Likewise.
25997         * tests/test-floorf2.c (ASSERT): Likewise.
25998         * tests/test-floorl.c (ASSERT): Likewise.
25999         * tests/test-fopen.c (ASSERT): Likewise.
26000         * tests/test-fpending.c (ASSERT): Likewise.
26001         * tests/test-fprintf-posix.c (ASSERT): Likewise.
26002         * tests/test-fpurge.c (ASSERT): Likewise.
26003         * tests/test-freadable.c (ASSERT): Likewise.
26004         * tests/test-freadahead.c (ASSERT): Likewise.
26005         * tests/test-freading.c (ASSERT): Likewise.
26006         * tests/test-freadptr.c (ASSERT): Likewise.
26007         * tests/test-freadptr2.c (ASSERT): Likewise.
26008         * tests/test-freadseek.c (ASSERT): Likewise.
26009         * tests/test-freopen.c (ASSERT): Likewise.
26010         * tests/test-frexp.c (ASSERT): Likewise.
26011         * tests/test-frexpl.c (ASSERT): Likewise.
26012         * tests/test-fseek.c (ASSERT): Likewise.
26013         * tests/test-fseeko.c (ASSERT): Likewise.
26014         * tests/test-fstrcmp.c (ASSERT): Likewise.
26015         * tests/test-ftell.c (ASSERT): Likewise.
26016         * tests/test-ftello.c (ASSERT): Likewise.
26017         * tests/test-func.c (ASSERT): Likewise.
26018         * tests/test-fwritable.c (ASSERT): Likewise.
26019         * tests/test-fwriting.c (ASSERT): Likewise.
26020         * tests/test-getdelim.c (ASSERT): Likewise.
26021         * tests/test-getline.c (ASSERT): Likewise.
26022         * tests/test-i-ring.c (ASSERT): Likewise.
26023         * tests/test-iconv-utf.c (ASSERT): Likewise.
26024         * tests/test-iconv.c (ASSERT): Likewise.
26025         * tests/test-isfinite.c (ASSERT): Likewise.
26026         * tests/test-isnand.c (ASSERT): Likewise.
26027         * tests/test-isnanf.c (ASSERT): Likewise.
26028         * tests/test-isnanl.h (ASSERT): Likewise.
26029         * tests/test-ldexpl.c (ASSERT): Likewise.
26030         * tests/test-linked_list.c (ASSERT): Likewise.
26031         * tests/test-linkedhash_list.c (ASSERT): Likewise.
26032         * tests/test-localename.c (ASSERT): Likewise.
26033         * tests/test-lseek.c (ASSERT): Likewise.
26034         * tests/test-mbscasecmp.c (ASSERT): Likewise.
26035         * tests/test-mbscasestr1.c (ASSERT): Likewise.
26036         * tests/test-mbscasestr2.c (ASSERT): Likewise.
26037         * tests/test-mbscasestr3.c (ASSERT): Likewise.
26038         * tests/test-mbscasestr4.c (ASSERT): Likewise.
26039         * tests/test-mbschr.c (ASSERT): Likewise.
26040         * tests/test-mbscspn.c (ASSERT): Likewise.
26041         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
26042         * tests/test-mbspbrk.c (ASSERT): Likewise.
26043         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
26044         * tests/test-mbsrchr.c (ASSERT): Likewise.
26045         * tests/test-mbsspn.c (ASSERT): Likewise.
26046         * tests/test-mbsstr1.c (ASSERT): Likewise.
26047         * tests/test-mbsstr2.c (ASSERT): Likewise.
26048         * tests/test-mbsstr3.c (ASSERT): Likewise.
26049         * tests/test-memchr2.c (ASSERT): Likewise.
26050         * tests/test-memmem.c (ASSERT): Likewise.
26051         * tests/test-open.c (ASSERT): Likewise.
26052         * tests/test-printf-frexp.c (ASSERT): Likewise.
26053         * tests/test-printf-frexpl.c (ASSERT): Likewise.
26054         * tests/test-printf-posix.c (ASSERT): Likewise.
26055         * tests/test-quotearg.c (ASSERT): Likewise.
26056         * tests/test-rbtree_list.c (ASSERT): Likewise.
26057         * tests/test-rbtree_oset.c (ASSERT): Likewise.
26058         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
26059         * tests/test-round1.c (ASSERT): Likewise.
26060         * tests/test-roundf1.c (ASSERT): Likewise.
26061         * tests/test-roundl.c (ASSERT): Likewise.
26062         * tests/test-signbit.c (ASSERT): Likewise.
26063         * tests/test-sleep.c (ASSERT): Likewise.
26064         * tests/test-snprintf-posix.c (ASSERT): Likewise.
26065         * tests/test-snprintf.c (ASSERT): Likewise.
26066         * tests/test-sprintf-posix.c (ASSERT): Likewise.
26067         * tests/test-stat-time.c (ASSERT): Likewise.
26068         * tests/test-strcasestr.c (ASSERT): Likewise.
26069         * tests/test-strerror.c (ASSERT): Likewise.
26070         * tests/test-striconv.c (ASSERT): Likewise.
26071         * tests/test-striconveh.c (ASSERT): Likewise.
26072         * tests/test-striconveha.c (ASSERT): Likewise.
26073         * tests/test-strsignal.c (ASSERT): Likewise.
26074         * tests/test-strstr.c (ASSERT): Likewise.
26075         * tests/test-strtod.c (ASSERT): Likewise.
26076         * tests/test-trunc1.c (ASSERT): Likewise.
26077         * tests/test-trunc2.c (ASSERT): Likewise.
26078         * tests/test-truncf1.c (ASSERT): Likewise.
26079         * tests/test-truncf2.c (ASSERT): Likewise.
26080         * tests/test-truncl.c (ASSERT): Likewise.
26081         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
26082         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
26083         * tests/test-vasnprintf.c (ASSERT): Likewise.
26084         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
26085         * tests/test-vasprintf.c (ASSERT): Likewise.
26086         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
26087         * tests/test-vprintf-posix.c (ASSERT): Likewise.
26088         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
26089         * tests/test-vsnprintf.c (ASSERT): Likewise.
26090         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
26091         * tests/test-wcwidth.c (ASSERT): Likewise.
26092         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
26093         * tests/test-xprintf-posix.c (ASSERT): Likewise.
26094         * tests/test-xvasprintf.c (ASSERT): Likewise.
26095         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
26096         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
26097         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
26098         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
26099         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
26100         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
26101         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
26102         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
26103         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
26104         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
26105         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
26106         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
26107         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
26108         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
26109         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
26110         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
26111         * tests/unictype/test-block_list.c (ASSERT): Likewise.
26112         * tests/unictype/test-block_of.c (ASSERT): Likewise.
26113         * tests/unictype/test-block_test.c (ASSERT): Likewise.
26114         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
26115         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
26116         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
26117         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
26118         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
26119         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
26120         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
26121         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
26122         * tests/unictype/test-combining.c (ASSERT): Likewise.
26123         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
26124         * tests/unictype/test-digit.c (ASSERT): Likewise.
26125         * tests/unictype/test-mirror.c (ASSERT): Likewise.
26126         * tests/unictype/test-numeric.c (ASSERT): Likewise.
26127         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
26128         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
26129         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
26130         * tests/unictype/test-scripts.c (ASSERT): Likewise.
26131         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
26132         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
26133         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
26134         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
26135         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
26136         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
26137         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
26138         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
26139         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
26140         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
26141         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
26142         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
26143         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
26144         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
26145         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
26146         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
26147         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
26148         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
26149         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
26150         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
26151         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
26152         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
26153         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
26154         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
26155         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
26156         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
26157         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
26158         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
26159         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
26160         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
26161         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
26162         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
26163         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
26164         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
26165         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
26166         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
26167         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
26168         Reported by Eric Blake.
26169
26170 2008-04-11  Bruno Haible  <bruno@clisp.org>
26171
26172         * lib/wchar.in.h: Tweak comment.
26173
26174 2008-04-11  Bruno Haible  <bruno@clisp.org>
26175
26176         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
26177         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
26178         gl_COMMON.
26179         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
26180
26181 2008-04-11  Bruno Haible  <bruno@clisp.org>
26182
26183         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
26184
26185 2008-04-11  Simon Josefsson  <simon@josefsson.org>
26186
26187         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
26188         of attempting to use non-existing /dev/*random.  Based on patch
26189         from Adam Strzelecki <ono@java.pl> in
26190         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
26191
26192 2008-04-08  Bruno Haible  <bruno@clisp.org>
26193
26194         Add tentative support for emx+gcc.
26195         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
26196         * lib/fpurge.c (fpurge): Likewise.
26197         * lib/freadable.c (freadable): Likewise.
26198         * lib/freadahead.c (freadahead): Likewise.
26199         * lib/freading.c (freading): Likewise.
26200         * lib/freadptr.c (freadptr): Likewise.
26201         * lib/freadseek.c (freadptrinc): Likewise.
26202         * lib/fseeko.c (rpl_fseeko): Likewise.
26203         * lib/fseterr.c (fseterr): Likewise.
26204         * lib/fwritable.c (fwritable): Likewise.
26205         * lib/fwriting.c (fwriting): Likewise.
26206         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
26207
26208 2008-04-09  Eric Blake  <ebb9@byu.net>
26209
26210         Avoid some autoconf warnings.
26211         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
26212         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
26213         * m4/afs.m4 (gl_AFS): Likewise.
26214         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
26215         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
26216         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
26217         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
26218         (gl_INTEGER_TYPE_SUFFIX): Likewise.
26219         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
26220         (AC_CHECK_DECLS_ONCE): Likewise.
26221         Rename file...
26222         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
26223         gnulib-tool requires autoconf 2.59 or better.
26224         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
26225
26226 2008-04-08  Eric Blake  <ebb9@byu.net>
26227
26228         Use 'git describe --match' if present (added in git 1.5.5).
26229         * build-aux/git-version-gen: Limit result to tags that match 'v*'
26230         if possible.
26231
26232 2008-04-08  Bruno Haible  <bruno@clisp.org>
26233
26234         Add tentative support for OpenServer.
26235         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
26236         _ptr, _cnt.
26237         * lib/fpurge.c (fpurge): Likewise.
26238         * lib/freadable.c (freadable): Likewise.
26239         * lib/freadahead.c (freadahead): Likewise.
26240         * lib/freading.c (freading): Likewise.
26241         * lib/freadptr.c (freadptr): Likewise.
26242         * lib/freadseek.c (freadptrinc): Likewise.
26243         * lib/fseeko.c (rpl_fseeko): Likewise.
26244         * lib/fseterr.c (fseterr): Likewise.
26245         * lib/fwritable.c (fwritable): Likewise.
26246         * lib/fwriting.c (fwriting): Likewise.
26247         Reported by Roger Cornelius <rac@tenzing.org> and
26248         Brian K. White <brian@aljex.com>.
26249
26250 2008-04-06  Jim Meyering  <meyering@redhat.com>
26251
26252         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
26253
26254 2008-04-06  Bruno Haible  <bruno@clisp.org>
26255
26256         Avoid possible error with non-ASCII bytes in UTF-8 locales.
26257         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
26258         * tests/test-printf-posix.sh: Likewise.
26259         * tests/test-vfprintf-posix.sh: Likewise.
26260         * tests/test-vprintf-posix.sh: Likewise.
26261         * tests/test-xprintf-posix.sh: Likewise.
26262
26263 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26264
26265         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
26266         hide error from 'ls', needed on OS/2.
26267         Report by Elbert Pol <elbert.pol@gmail.com>.
26268
26269 2008-04-04  Eric Blake  <ebb9@byu.net>
26270
26271         Make test-fseeko.c failures meaningful.
26272         * tests/test-fseeko.c: Print line number on failure.
26273         * tests/test-fseek.c: Likewise.
26274         Reported by Nelson H. F. Beebe.
26275
26276         Improve strtod bug detection check.
26277         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
26278         required for Solaris 10.
26279         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
26280
26281 2008-04-04  Bruno Haible  <bruno@clisp.org>
26282
26283         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
26284         by m4/setenv.m4.
26285
26286 2008-04-03  Eric Blake  <ebb9@byu.net>
26287
26288         Ensure sane .version contents.
26289         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
26290         version string.
26291         * build-aux/git-version-gen: Improve documentation.
26292
26293         Make GNU make output nicer.
26294         * top/GNUmakefile [!_have-Makefile]: Add dependency on
26295         MAKECMDGOALS to enforce message for all command line targets.  Set
26296         srcdir for use in maint.mk.
26297
26298         Another maintainer tweak.
26299         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
26300         a target that regenerates version.
26301
26302 2008-04-03  Jim Meyering  <meyering@redhat.com>
26303
26304         vc-list-files: don't cause coreutils "make po-check" failure
26305         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
26306
26307 2008-04-03  Eric Blake  <ebb9@byu.net>
26308
26309         Allow VPATH usage of vc-list-files.
26310         * build-aux/vc-list-files (scriptversion): Add timestamp.
26311         (options): Add --help, --version, -C.
26312         (CVS): Support installed cvsu.
26313
26314 2008-04-02  Bruno Haible  <bruno@clisp.org>
26315
26316         Avoid some "statement with no effect" warnings from gcc.
26317         * tests/test-wctype.c (main): Explicitly ignore unused values.
26318         Reported by Jim Meyering.
26319
26320 2008-04-02  Jim Meyering  <meyering@redhat.com>
26321
26322         Avoid some warnings from "gcc -Wshadow".
26323         * tests/test-frexp.c (exp): Define to a different identifier.
26324         * tests/test-frexpl.c (exp): Likewise.
26325
26326 2008-04-03  Jim Meyering  <meyering@redhat.com>
26327
26328         bootstrap: remove dangling *.[ch] symlinks from lib
26329         * build-aux/bootstrap [dangling symlink removal]: Move find's
26330         -depth option to precede all others, to avoid a warning.
26331         Remove *.[ch] files too, and from "$source_base" (usually lib/).
26332
26333 2008-04-02  Bruno Haible  <bruno@clisp.org>
26334
26335         Avoid some warnings from "gcc -Wshadow".
26336         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
26337         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
26338         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
26339         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
26340         Reported by Jim Meyering.
26341
26342 2008-04-01  Bruno Haible  <bruno@clisp.org>
26343
26344         Fix test to work on IRIX 6.5 with cc.
26345         * tests/test-math.c (numeric_equal): New function.
26346         (main): Use it.
26347
26348 2008-04-01  Bruno Haible  <bruno@clisp.org>
26349
26350         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
26351
26352 2008-04-01  Bruno Haible  <bruno@clisp.org>
26353
26354         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
26355         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26356         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
26357         (Depends-on): Remove math.
26358
26359         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
26360         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26361         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
26362         (Depends-on): Remove math.
26363
26364         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
26365         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26366         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
26367         (Depends-on): Remove math.
26368         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
26369         (Depends-on): Remove math.
26370
26371         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
26372         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26373         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
26374         (Depends-on): Remove math.
26375         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
26376         (Depends-on): Remove math.
26377
26378         * tests/test-round1.c: Include nan.h.
26379         (main): Use NaNd instead of NAN.
26380         * modules/round-tests (Files): Add tests/nan.h.
26381
26382         * tests/test-trunc1.c: Include nan.h.
26383         (main): Use NaNd instead of NAN.
26384         * modules/trunc-tests (Files): Add tests/nan.h.
26385
26386         * tests/test-roundf1.c: Include nan.h.
26387         (main): Use NaNf instead of NAN.
26388         * modules/roundf-tests (Files): Add tests/nan.h.
26389
26390         * tests/test-truncf1.c: Include nan.h.
26391         (main): Use NaNf instead of NAN.
26392         * modules/truncf-tests (Files): Add tests/nan.h.
26393
26394         * tests/test-ceilf1.c: Include nan.h.
26395         (main): Use NaNf instead of NAN.
26396         * modules/ceilf-tests (Files): Add tests/nan.h.
26397
26398         * tests/test-floorf1.c: Include nan.h.
26399         (main): Use NaNf instead of NAN.
26400         * modules/floorf-tests (Files): Add tests/nan.h.
26401
26402         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
26403         (main): Use NaNf instead of NAN.
26404         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
26405
26406         * tests/test-isnand.c: Include nan.h instead of <math.h>.
26407         (main): Use NaNd instead of NAN.
26408         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
26409
26410         * tests/test-frexp.c: Include nan.h.
26411         (main): Use NaNd instead of NAN.
26412         * modules/frexp-tests (Files): Add tests/nan.h.
26413
26414         * lib/isnan.c: Don't include <math.h>.
26415         (FUNC): Don't use NAN macro.
26416         * modules/isnand-nolibm (Depends-on): Remove math.
26417         * modules/isnanf-nolibm (Depends-on): Remove math.
26418         * modules/isnanl (Depends-on): Remove math.
26419         * modules/isnanl-nolibm (Depends-on): Remove math.
26420
26421         * tests/nan.h: New file.
26422
26423 2008-04-01  Eric Blake  <ebb9@byu.net>
26424
26425         Fix typos.
26426         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
26427         values to be the right type.
26428
26429         For now, cater to gnulib strtod inaccuracies.
26430         * tests/test-strtod.c (main): Allow 1-ulp error on expected
26431         fractional results.  While not as nice from a QoI perspective, it
26432         is a quicker patch than correctly implementing decimal to binary
26433         rounding.
26434
26435 2008-03-31  Eric Blake  <ebb9@byu.net>
26436
26437         Guarantee a definition of NAN.
26438         * lib/math.in.h (NAN): Define if missing.
26439         * tests/test-math.c (main): Test it.
26440         * doc/posix-headers/math.texi (math.h): Document this.
26441         * lib/isnan.c (rpl_isnand): Use it.
26442         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
26443         * tests/test-floorf1.c (NaN): Likewise.
26444         * tests/test-frexp.c (NaN): Likewise.
26445         * tests/test-isnand.c (NaN): Likewise.
26446         * tests/test-isnanf.c (NaN): Likewise.
26447         * tests/test-round1.c (NaN): Likewise.
26448         * tests/test-roundf1.c (NaN): Likewise.
26449         * tests/test-snprintf-posix.h (NaN): Likewise.
26450         * tests/test-sprintf-posix.h (NaN): Likewise.
26451         * tests/test-trunc1.c (NaN): Likewise.
26452         * tests/test-truncf1.c (NaN): Likewise.
26453         * tests/test-vasnprintf-posix.c (NaN): Likewise.
26454         * tests/test-vasprintf-posix.c (NaN): Likewise.
26455         * modules/isnand-nolibm (Depends-on): Add math.
26456         * modules/isnanf-nolibm (Depends-on): Likewise.
26457         * modules/isnanl (Depends-on): Likewise.
26458         * modules/isnanl-nolibm (Depends-on): Likewise.
26459         * modules/snprintf-posix-tests (Depends-on): Likewise.
26460         * modules/sprintf-posix-tests (Depends-on): Likewise.
26461         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
26462         * modules/vsprintf-posix-tests (Depends-on): Likewise.
26463         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
26464         * modules/vasprintf-posix-tests (Depends-on): Likewise.
26465
26466 2008-03-31  Bruno Haible  <bruno@clisp.org>
26467
26468         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
26469         * doc/posix-functions/strtod.texi: Likewise.
26470
26471 2008-03-31  Bruno Haible  <bruno@clisp.org>
26472
26473         * tests/test-strtod.c (main): Don't use C99 syntax.
26474
26475 2008-03-31  Bruno Haible  <bruno@clisp.org>
26476
26477         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
26478         Reported by Eric Blake.
26479
26480 2008-03-31  Jim Meyering  <meyering@redhat.com>
26481
26482         Don't compare actual signbit return values.
26483         * tests/test-strtod.c (main): Rather, compare only their
26484         zero/non-zero nature.
26485
26486 2008-03-31  Eric Blake  <ebb9@byu.net>
26487
26488         More strtod documentation.
26489         * doc/posix-functions/strtod.texi (strtod): Interpret more test
26490         failures as distinct bugs.
26491
26492 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
26493
26494         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
26495         Problem reported by Erik Benada in
26496         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
26497
26498 2008-03-30  Bruno Haible  <bruno@clisp.org>
26499
26500         * tests/test-strtod.c: Add comments about which assertion fails on which
26501         platform.
26502         * doc/posix-functions/strtod.texi: Add info about many more platforms.
26503
26504 2008-03-30  Eric Blake  <ebb9@byu.net>
26505
26506         Test signbit behavior on zeros.
26507         * tests/test-signbit.c (test_signbitf): Add tests for zero.
26508         (test_signbitd, test_signbitl): Likewise.
26509
26510         More strtod touchups.
26511         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
26512         sign of negative underflow, for now.  Use .5, not .1.
26513         * doc/posix-functions/strtod.texi (strtod): Mention these
26514         limitations.
26515         Reported by Jim Meyering.
26516
26517 2008-03-30  Bruno Haible  <bruno@clisp.org>
26518
26519         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
26520         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
26521
26522 2008-03-30  Bruno Haible  <bruno@clisp.org>
26523
26524         Avoid failure when attempting to return empty iconv results on some
26525         platforms.
26526         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
26527         allocation, don't report ENOMEM when the resulting string is empty.
26528
26529 2008-03-30  Bruno Haible  <bruno@clisp.org>
26530
26531         Fix buffer overrun.
26532         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
26533         Don't consider the width for tmp_length. Check count against tmp_length
26534         before doing the padding. Ensure enough allocation during padding.
26535
26536 2008-03-30  Eric Blake  <ebb9@byu.net>
26537
26538         strtod touchups.
26539         * lib/strtod.c (strtod): Avoid compiler warnings.
26540         Reported by Jim Meyering.
26541
26542 2008-03-30  Bruno Haible  <bruno@clisp.org>
26543
26544         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
26545         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
26546         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
26547         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
26548         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
26549         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
26550         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
26551         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
26552
26553         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
26554         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
26555         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
26556         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
26557         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
26558         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
26559         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
26560         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
26561
26562         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
26563         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
26564         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
26565         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
26566         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
26567         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
26568         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
26569         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
26570
26571         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
26572         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
26573
26574         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
26575         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
26576
26577         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
26578         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
26579
26580         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
26581         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
26582         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
26583
26584         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
26585         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
26586         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
26587
26588         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
26589         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
26590         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
26591
26592         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
26593         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
26594         * modules/vasprintf (Depends-on): Add EOVERFLOW.
26595
26596         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
26597         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
26598         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
26599         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
26600         (Depends-on): Add EOVERFLOW.
26601         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
26602         (Depends-on): Add EOVERFLOW.
26603         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
26604         (Depends-on): Add EOVERFLOW.
26605         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
26606         (Depends-on): Add EOVERFLOW.
26607         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
26608         (Depends-on): Add EOVERFLOW.
26609         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
26610         (Depends-on): Add EOVERFLOW.
26611         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
26612         (Depends-on): Add EOVERFLOW.
26613         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
26614         (Depends-on): Add EOVERFLOW.
26615
26616         * lib/sprintf.c (EOVERFLOW): Remove fallback.
26617         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
26618         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
26619
26620         * lib/snprintf.c (EOVERFLOW): Remove fallback.
26621         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
26622         * modules/snprintf (Depends-on): Add EOVERFLOW.
26623
26624         * lib/poll.c (EOVERFLOW): Remove fallback.
26625         * modules/poll (Depends-on): Add EOVERFLOW.
26626
26627         * lib/getugroups.c (EOVERFLOW): Remove fallback.
26628         * modules/getugroups (Depends-on): Add EOVERFLOW.
26629
26630         * lib/getdelim.c (EOVERFLOW): Remove fallback.
26631         * modules/getdelim (Depends-on): Add EOVERFLOW.
26632
26633         * lib/ftell.c (EOVERFLOW): Remove fallback.
26634         * modules/ftell (Depends-on): Add EOVERFLOW.
26635
26636         * lib/fprintf.c (EOVERFLOW): Remove fallback.
26637         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
26638         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
26639
26640         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
26641
26642         * modules/EOVERFLOW-tests: New file.
26643         * tests/test-EOVERFLOW.c: New file.
26644
26645         * modules/EOVERFLOW: New file.
26646         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
26647
26648 2008-03-30  Bruno Haible  <bruno@clisp.org>
26649
26650         Fix bug introduced on 2007-06-10.
26651         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
26652         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
26653
26654 2008-03-30  Bruno Haible  <bruno@clisp.org>
26655
26656         Improve freadseek's efficiency after ungetc.
26657         * lib/freadseek.c: Include freadahead.h.
26658         (freadptrinc): New function, extracted from freadseek.
26659         (freadseek): Use it in a loop. Use freadahead to determine the number
26660         of loop iterations.
26661         * modules/freadseek (Depends-on): Add freadahead.
26662         (configure.ac): Require AC_C_INLINE.
26663
26664 2008-03-30  Bruno Haible  <bruno@clisp.org>
26665
26666         * lib/freadseek.c (freadseek): Don't ignore the return value of
26667         freadptr.
26668
26669 2008-03-29  Eric Blake  <ebb9@byu.net>
26670
26671         Add hex float support.
26672         * modules/strtod (Depends-on): Add c-ctype.
26673         (Link): Mention POW_LIB.
26674         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
26675         whitespace between 'e' and exponent.
26676         * tests/test-strtod.c (main): Enable hex float tests.
26677         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
26678         now provides.
26679
26680         Document various strtod bugs, with some fixes.
26681         * doc/posix-functions/strtod.texi (strtod): Document bugs with
26682         "-0x", "inf", "nan", and hex constants.
26683         * doc/posix-functions/atof.texi (atof): Likewise.
26684         * modules/stdlib (Makefile.am): Support strtod.
26685         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
26686         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
26687         detect additional strtod bugs.
26688         * lib/stdlib.in.h (rpl_strtod): Add declarations.
26689         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
26690         bool where appropriate.  Parse 'inf' and 'nan'.
26691         * tests/test-strtod.c: New file.
26692         * modules/strtod (Depends-on): Add stdbool, stdlib.
26693         (configure.ac): Turn on module indicator.
26694         * modules/strtod-tests: New module.
26695
26696 2008-03-29  Eric Blake  <ebb9@byu.net>
26697
26698         Fix ftell on mingw.
26699         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
26700         * modules/ftell-tests (Depends-on): Add binary-io.
26701         * modules/ftello-tests (Depends-on): Likewise.
26702         * tests/test-ftell.c (main): Enhance test to cover behavior after
26703         ungetc.  Enforce binary mode.
26704         * tests/test-ftello.c (main): Likewise.
26705
26706         Pass test-freadseek on cygwin.
26707         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
26708         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
26709         ungetc buffer.
26710
26711         * tests/test-fflush2.c (main): Fix typo.
26712
26713 2008-03-29  Bruno Haible  <bruno@clisp.org>
26714
26715         * tests/test-fflush2.c (main): Temporarily disable the contents of
26716         this test.
26717         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
26718         Reported by Eric Blake.
26719
26720 2008-03-28  Simon Josefsson  <simon@josefsson.org>
26721
26722         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
26723         (GC_SHA224_DIGEST_SIZE): Add.
26724
26725         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
26726         (gc_hash_digest_length): Likewise.
26727         (gc_hash_buffer): Likewise.
26728
26729 2008-03-25  Bruno Haible  <bruno@clisp.org>
26730
26731         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
26732         detail which gettext release to use.
26733         Reported by Simon Josefsson.
26734
26735 2008-03-26  Jim Meyering  <meyering@redhat.com>
26736
26737         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
26738         * modules/gnumakefile (clean-GNUmakefile): Also, use
26739         test ... && ... || : syntax rather than if-then ... fi.
26740
26741         gnumakefile: Don't double-quote-expand $(VPATH) value.
26742         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
26743
26744 2008-03-24  Eric Blake  <ebb9@byu.net>
26745
26746         Alter GNUmakefile to install into top directory.
26747         * modules/maintainer-makefile: Split, and add dependency...
26748         * modules/gnumakefile: to this new module.
26749         * build-aux/GNUmakefile: Move...
26750         * top/GNUmakefile: ...here.
26751         * build-aux/maint.mk: Move...
26752         * top/maint.mk: ...here.
26753         * MODULES.html.sh (Support for maintaining...): Document new
26754         module.
26755
26756 2008-03-23  Bruno Haible  <bruno@clisp.org>
26757
26758         * gnulib-tool: New options --vc-files, --no-vc-files.
26759         (func_usage): Document them.
26760         (vc_files): New variable.
26761         (func_import): Consider vc_files.
26762         (func_create_testdir): Set vc_files to empty.
26763         Suggested by Jim Meyering and Karl Berry.
26764
26765 2008-03-23  Bruno Haible  <bruno@clisp.org>
26766
26767         Fix regex compilation error on HP-UX 11.
26768         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
26769         * modules/regex (Files): Add m4/mbstate_t.m4.
26770         Reported by Ton Voon <ton.voon@altinity.com>.
26771
26772 2008-03-23  Bruno Haible  <bruno@clisp.org>
26773
26774         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
26775
26776 2008-03-23  Eric Blake  <ebb9@byu.net>
26777             Bruno Haible  <bruno@clisp.org>
26778
26779         Install files from top/ in the destination directory.
26780         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
26781         augmentation also for the files from top/.
26782         (func_import, func_create_testdir): Rewrite file names:
26783         top/filename -> filename.
26784
26785 2008-03-23  Bruno Haible  <bruno@clisp.org>
26786
26787         Tweak "gnulib --version" output.
26788         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
26789
26790 2008-03-23  Bruno Haible  <bruno@clisp.org>
26791
26792         Tweak "gnulib --version" output.
26793         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
26794         rather than contents of ChangeLog, when possible.
26795
26796 2008-03-21  Eric Blake  <ebb9@byu.net>
26797
26798         More --version tweaks.
26799         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
26800         date of last ChangeLog entry.
26801
26802 2008-03-21  Jim Meyering  <meyering@redhat.com>
26803
26804         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
26805
26806 2008-03-20  Eric Blake  <ebb9@byu.net>
26807
26808         VPATH fix.
26809         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
26810
26811 2008-03-20  Simon Josefsson  <simon@josefsson.org>
26812
26813         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
26814         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
26815
26816 2008-03-20  Eric Blake  <ebb9@byu.net>
26817
26818         Sync GNUmakefile with coreutils.
26819         * build-aux/GNUmakefile (have-Makefile): Rename...
26820         (_have-Makefile): ...to this, for namespace consideration.
26821         (GNUmakefile.cfg): Include, if present.
26822         (_autoreconf): Define a default.
26823         (_is-dist-target): New rule for rebuilds to pick up intra-release
26824         version.
26825         (maint-cfg.mk): Rename...
26826         (cfg.mk): ...to this.
26827
26828 2008-03-18  Jim Meyering  <meyering@redhat.com>
26829
26830         New script and module: mktempd
26831         * MODULES.html.sh (maint+release support): Add mktempd.
26832         * build-aux/mktempd: New file.
26833         * modules/mktempd: New file.
26834
26835 2008-03-15  Jim Meyering  <meyering@redhat.com>
26836
26837         Undo last change.
26838         * lib/sha1.c, lib/md5.c: 63 != ~63.
26839         Reported by Andreas Schwab.
26840
26841         sha1.c, md5.c: Hoist a redundant expression.
26842         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
26843         "ctx->buflen" only once, before calling *_process_block.
26844         * lib/md5.c (md5_process_bytes): Likewise.
26845
26846 2008-03-14  Eric Blake  <ebb9@byu.net>
26847
26848         Bump copyright year in files generated by gnulib-tool.
26849         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
26850         gnulib-tool, rather than hard-coding it.
26851
26852         Fix 'gnulib-tool --version' output to work with git.
26853         * gnulib-tool (func_gnulib_dir): New function, extracted from...
26854         (startup): ...here.
26855         (func_version): Use it to invoke git-version-gen, rather than
26856         relying on CVS keyword expansion.  Modernize wording.
26857         (cvsdatestamp, last_checkin_date, version): Kill unused
26858         variables.
26859
26860 2008-03-12  Jim Meyering  <meyering@redhat.com>
26861
26862         Recognize optional cast of the argument to free.
26863         * build-aux/useless-if-before-free: Update regexps.
26864
26865         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
26866
26867 2008-03-11  Bruno Haible  <bruno@clisp.org>
26868
26869         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
26870         by a single package.
26871         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
26872         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
26873         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
26874         Reported by Sam Steingold <sds@gnu.org>.
26875
26876 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
26877
26878         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
26879         repositories.
26880
26881 2008-03-11  Bruno Haible  <bruno@clisp.org>
26882
26883         Avoid conflicts between local macro definitions.
26884         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
26885         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
26886
26887 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
26888             Bruno Haible  <bruno@clisp.org>
26889
26890         Make va_copy work with some version of xlc on AIX 5.1.
26891         * lib/stdarg.in.h: New file.
26892         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
26893         On AIX, use a <stdarg.h> file substitute.
26894         * modules/stdarg (Files): Add lib/stdarg.in.h.
26895         (Depends-on): Add include_next.
26896         (Makefile.am): Build a stdarg.h substitute if requested.
26897         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
26898
26899 2008-03-10  Bruno Haible  <bruno@clisp.org>
26900
26901         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
26902         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
26903         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
26904
26905 2008-03-10  Bruno Haible  <bruno@clisp.org>
26906
26907         * modules/stdlib (Depends-on): Add include_next, remove
26908         absolute-header.
26909
26910 2008-03-09  Bruno Haible  <bruno@clisp.org>
26911
26912         * lib/freadahead.h (freadahead): Document more precisely.
26913         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
26914         the sum of both buffer sizes.
26915         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
26916         * NEWS: Document the change.
26917
26918 2008-03-09  Bruno Haible  <bruno@clisp.org>
26919
26920         Extend freadptr to return also the buffer size.
26921         * lib/freadptr.h (freadptr): Add sizep argument.
26922         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
26923         (freadptr): Add sizep argument. Determine buffer size like freadahead
26924         does.
26925         * tests/test-freadptr.c: Don't include freadahead.h.
26926         (main): Adapt for new calling convention of freadptr.
26927         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
26928         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
26929         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
26930         tests/test-freadptr2.sh.
26931         (Depends): Remove freadahead.
26932         (TESTS): Add test-freadptr2.sh.
26933         (check_PROGRAMS): Add test-freadptr2.
26934
26935 2008-03-09  Bruno Haible  <bruno@clisp.org>
26936
26937         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
26938         Report and solution by Simon Josefsson.
26939
26940 2008-03-06  Bruno Haible  <bruno@clisp.org>
26941
26942         Make fflush after ungetc work on BSD platforms.
26943         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
26944         * tests/test-fflush2.c: New file.
26945         * tests/test-fflush2.sh: New file.
26946         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
26947         tests/test-fflush2.c.
26948         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
26949         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
26950
26951 2008-03-06  Eric Blake  <ebb9@byu.net>
26952
26953         Likewise for ftello.
26954         * modules/ftello (Dependencies): Add extensions.
26955         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
26956
26957 2008-03-06  Bruno Haible  <bruno@clisp.org>
26958
26959         * modules/fseeko (Dependencies): Add extensions.
26960         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
26961         Needed on glibc systems.
26962
26963 2008-03-06  Bruno Haible  <bruno@clisp.org>
26964
26965         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
26966         email address.
26967         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
26968
26969 2008-03-06  Bruno Haible  <bruno@clisp.org>
26970
26971         * users.txt: Add libgnupdf.
26972
26973 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
26974
26975         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
26976         (Header File Substitutes, Function Substitutes,
26977         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
26978         (Build robot for gnulib): Fix typo.
26979
26980 2008-03-06  Bruno Haible  <bruno@clisp.org>
26981
26982         * doc/gnulib-tool.texi (VCS Issues): Small updates.
26983         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
26984
26985 2008-03-06  Bruno Haible  <bruno@clisp.org>
26986
26987         * doc/func.texi: New file, extracted from doc/gnulib.texi.
26988         * doc/gnulib.texi: Include it.
26989
26990 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26991
26992         * modules/func (License): Change license to unlimited; there was
26993         no LGPL parts in the module anyway.
26994
26995 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26996
26997         * modules/__func__: Renamed to modules/func.
26998         * modules/__func__-tests: Renamed to modules/func-tests.
26999         * tests/test-__func__.c: Renamed to tests/test-func.c.
27000         * m4/__func__.m4: Renamed to m4/func.m4.
27001         * doc/gnulib.texi (__func__): Section renamed to func.
27002         Suggested by Eric Blake <ebb9@byu.net>.
27003
27004 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27005
27006         * doc/gnulib.texi (__func__): Use C99 terminology when talking
27007         about __func__.  Make example self-contained.  Suggested by Eric
27008         Blake <ebb9@byu.net>.
27009
27010         * tests/test-__func__.c (main): Avoid extraneous () around __func.
27011         Suggested by Eric Blake <ebb9@byu.net>.
27012
27013 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27014
27015         * modules/__func__: New file.
27016         * modules/__func__-tests: New file.
27017         * tests/test-__func__.c: New file.
27018         * m4/__func__.m4: New file.
27019         * doc/gnulib.texi (__func__): Document __func__ module.
27020
27021 2008-03-05  Simon Josefsson  <simon@josefsson.org>
27022
27023         * modules/byteswap (License): Re-license as LGPLv2+.
27024
27025 2008-03-05  Simon Josefsson  <simon@josefsson.org>
27026
27027         * doc/Makefile: Add pdf target.
27028
27029 2008-03-05  Simon Josefsson  <simon@josefsson.org>
27030
27031         * modules/inline (License): Use 'unlimited', since there are only
27032         *.m4 files in this module.
27033
27034 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
27035             Bruno Haible  <bruno@clisp.org>
27036
27037         Add support for HP C 7.1 on OpenVMS 8.3.
27038         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
27039
27040 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
27041
27042         Update VMS specifics.
27043         * lib/getopt.c [VMS]: Remove include of unixlib.h.
27044
27045 2008-03-02  Jim Meyering  <meyering@redhat.com>
27046
27047         Remove the last dependency on the "free" module.
27048         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
27049         Reported by Bob Proulx.
27050
27051         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
27052
27053         Remove useless "if" tests before free.  Deprecate "free" module.
27054         * doc/posix-functions/free.texi: Mention that this
27055         module is no longer useful.
27056         * modules/free (Notice): Say this module is obsolete.
27057         * modules/readutmp (Depends-on): Remove free.
27058         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
27059         * lib/putenv.c (putenv): Likewise.
27060         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
27061         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
27062         * tests/test-c-strcasestr.c (main): Likewise.
27063         * tests/test-c-strstr.c (main): Likewise.
27064         * tests/test-mbscasestr1.c (main): Likewise.
27065         * tests/test-mbscasestr2.c (main): Likewise.
27066         * tests/test-mbsstr1.c (main): Likewise.
27067         * tests/test-mbsstr2.c (main): Likewise.
27068         * tests/test-memmem.c (main): Likewise.
27069         * tests/test-strcasestr.c (main): Likewise.
27070         * tests/test-striconv.c (main): Likewise.
27071         * tests/test-striconveh.c (main): Likewise.
27072         * tests/test-striconveha.c (main): Likewise.
27073         * tests/test-strstr.c (main): Likewise.
27074
27075         * build-aux/git-version-gen: Adjust a comment and the Usage string.
27076
27077         bootstrap: sync from coreutils again
27078         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
27079
27080 2008-03-01  Jim Meyering  <meyering@redhat.com>
27081
27082         bootstrap: sync from coreutils
27083         * build-aux/bootstrap (update_po_files): Copy a .po file into place
27084         also when the target doesn't exist.
27085
27086 2008-03-01  Eric Blake  <ebb9@byu.net>
27087
27088         Fix bugs in last patch.
27089         * lib/memchr2.c (memchr2): Fix typo.
27090         * tests/test-memchr2.c: Test previous bug, and don't use GNU
27091         extension.
27092         Reported by Bruce Korb.
27093
27094         New module 'memchr2'.
27095         * modules/memchr2: New file.
27096         * modules/memchr2-tests: Likewise.
27097         * lib/memchr2.h: Likewise.
27098         * lib/memchr2.c: Likewise, based on memchr.c.
27099         * tests/test-memchr2.c: New test.
27100         * MODULES.html.sh (String handling): Add memchr2.
27101
27102 2008-02-29  Bruno Haible  <bruno@clisp.org>
27103
27104         * modules/freadseek-tests: New file.
27105         * tests/test-freadseek.sh: New file.
27106         * tests/test-freadseek.c: New file.
27107
27108         New module 'freadseek'.
27109         * modules/freadseek: New file.
27110         * lib/freadseek.h: New file.
27111         * lib/freadseek.c: New file.
27112         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
27113
27114 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
27115
27116         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
27117         wydawca.
27118
27119         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
27120         program_invocation_name and program_invocation_short_name are
27121         present.
27122
27123 2008-02-28  Bruno Haible  <bruno@clisp.org>
27124
27125         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
27126         * tests/test-freadptr.sh: Also test non-seekable stdin.
27127
27128 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
27129
27130         * build-aux/bootstrap (source_base, m4_base)
27131         (doc_base, tests_base): New variables.
27132         (gnulib_tool_options): Do not hardcode base directories, use
27133         the above variables instead.
27134
27135 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
27136
27137         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
27138
27139 2008-02-28  Bruno Haible  <bruno@clisp.org>
27140
27141         * modules/freadptr-tests: New file.
27142         * tests/test-freadptr.sh: New file.
27143         * tests/test-freadptr.c: New file.
27144
27145         New module 'freadptr'.
27146         * modules/freadptr: New file.
27147         * lib/freadptr.h: New file.
27148         * lib/freadptr.c: New file.
27149         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
27150
27151 2008-02-26  Karl Berry  <karl@freefriends.org>
27152
27153         Sync from Libtool:
27154         * libltdl/argz.c (argz_add, argz_count): New functions.
27155         * libltdl/argz.in.h: Declare them.
27156         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
27157
27158 2008-02-22  Bruno Haible  <bruno@clisp.org>
27159
27160         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
27161         is a pointer type.  Needed for HP-UX 10.
27162         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
27163         * doc/posix-functions/gmtime_r.texi: Likewise.
27164         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
27165
27166 2008-02-24  Bruno Haible  <bruno@clisp.org>
27167
27168         * modules/environ-tests: New file.
27169         * tests/test-environ.c: New file.
27170
27171         New module 'environ'.
27172         * modules/environ: New file.
27173         * lib/unistd.in.h (environ): New declaration.
27174         * m4/environ.m4: New file.
27175         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
27176         after use.
27177         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
27178         HAVE_DECL_ENVIRON.
27179         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
27180         HAVE_DECL_ENVIRON.
27181         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
27182         wrong claim that 'environ' is missing on some systems.
27183         * modules/execute (Depends-on): Add environ.
27184         * lib/execute.c (environ): Remove fallback declaration.
27185         * modules/pipe (Depends-on): Add environ.
27186         * lib/pipe.c (environ): Remove fallback declaration.
27187         * modules/setenv (Depends-on): Add environ.
27188         * lib/setenv.c (environ): Remove fallback declaration.
27189         * modules/unsetenv (Depends-on): Add environ.
27190         * lib/unsetenv.c (environ): Remove fallback declaration.
27191         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
27192         m4/environ.m4.
27193         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
27194         (gl_PREREQ_UNSETENV): Likewise.
27195
27196 2008-02-24  Bruno Haible  <bruno@clisp.org>
27197
27198         * doc/posix-functions/environ.texi: Document the MacOS X problem.
27199
27200 2008-02-20  Bob Proulx  <bob@proulx.com>
27201
27202         Enable use of older two part flavor 'git describe'.
27203         * build-aux/git-version-gen: If using the older two part flavor of
27204         git version then recreate the third part now present in the
27205         newer three part flavor of git describe.
27206
27207 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
27208
27209         * lib/fts.c (fts_build): Typo correction to comment.
27210
27211 2008-02-17  Bruno Haible  <bruno@clisp.org>
27212
27213         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
27214         generating no-op conflicts.
27215
27216 2008-02-17  Bruno Haible  <bruno@clisp.org>
27217
27218         Speed up by 10%.
27219         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
27220         result_entries, rather than an index-based loop.
27221
27222 2008-02-17  Bruno Haible  <bruno@clisp.org>
27223
27224         Speed up by 25%.
27225         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
27226         'hashcode_cached'.
27227         (entry_create): New function.
27228         (entry_hashcode): Use the cached hashcode if possible.
27229         (read_changelog_file, try_split_merged_entry): Use entry_create.
27230
27231 2008-02-17  Bruno Haible  <bruno@clisp.org>
27232
27233         Speed up from O(n^2) to O(n) for long ChangeLog files.
27234         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
27235         (read_changelog_file): Change implementation of entries_reversed list
27236         to rbtreehash.
27237         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
27238
27239 2008-02-17  Bruno Haible  <bruno@clisp.org>
27240
27241         New option --split-merged-entry.
27242         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
27243         (find_paragraph_end, try_split_merged_entry): New functions.
27244         (long_options): Add option --split-merged-entry.
27245         (usage): Document option --split-merged-entry.
27246         (main): Implement option --split-merged-entry.
27247         Reported by Eric Blake.
27248
27249 2008-02-17  Bruno Haible  <bruno@clisp.org>
27250
27251         * lib/git-merge-changelog.c: Include c-strstr.h.
27252         (main): Support the "git pull --rebase" situation.
27253         * modules/git-merge-changelog (Depends-on): Add c-strstr.
27254         Reported by Eric Blake.
27255
27256 2008-02-16  Eric Blake  <ebb9@byu.net>
27257
27258         Avoid doubling \ in common case of "c-maybe" quoting style.
27259         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
27260         eliding outer quotes.
27261         * lib/quotearg.h: Document this.
27262         * tests/test-quotearg.c (result_strings, inputs, results_g)
27263         (flag_results, locale_results): Test it by adding a new string to
27264         each test group.
27265         (compare_strings): Test new string.
27266
27267 2008-02-13  Eric Blake  <ebb9@byu.net>
27268
27269         Avoid trigraph quoting in default output.
27270         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
27271         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
27272         unless explicitly requested.
27273         * tests/test-quotearg.c (flag_results, main): Add additional tests.
27274
27275 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
27276
27277         Don't rely on signed integer overflowing to negative value.
27278         * lib/getugroups.c (getugroups): Include <limits.h>.
27279         Instead, compare against INT_MAX, and increment only if the test passes.
27280
27281 2008-02-13  Jim Meyering  <meyering@redhat.com>
27282         and Eric Blake  <ebb9@byu.net>
27283
27284         Avoid shadowing warning and compile errors on Linux.
27285         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
27286         forwarding macros on Linux.
27287         (dcgettext): Define a stub, for Linux.
27288         (results_g, main): Avoid warnings.
27289
27290 2008-02-12  Eric Blake  <ebb9@byu.net>
27291
27292         Silence warning in last patch.
27293         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
27294
27295         Quotearg part 4: add tests, fix c-maybe colon quoting.
27296         * lib/quotearg.h: Improve documentation.
27297         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
27298         escapes when adding outer quotes.  When quoting trigraphs, use
27299         valid C notation.  When quoting NUL, omit extra characters if next
27300         character is not digit.  Alter prototype.
27301         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
27302         callers.
27303         * modules/quotearg-tests: New module.
27304         * tests/test-quotearg.c: New test.
27305
27306 2008-02-07  Eric Blake  <ebb9@byu.net>
27307
27308         Quotearg part 3: add flag to control outer quote elision.
27309         * lib/quotearg.h (c_maybe_quoting_style): New style.
27310         (enum quoting_flags): Better documentation of flags.
27311         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
27312         c-maybe style.
27313         (quotearg_buffer_restyled): Handle new flag to elide outer
27314         quotes.
27315
27316         Quotearg part 2: add flag that can control NUL elision.
27317         * lib/quotearg.h (set_quoting_flags): New prototype.
27318         * lib/quotearg.c (struct quoting_options): Add flag field.
27319         (set_quoting_flags): New function.
27320         (quotearg_buffer_restyled): Add flags parameter.
27321         (quotearg_alloc_mem): Set the flag if length cannot be returned.
27322         (quotearg_n_options): Set the flag, since length cannot be
27323         returned.
27324         (quoting_options_from_style): Default flags correctly.
27325
27326         Quotearg part 1: more wrappers, restore quotearg_char state.
27327         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
27328         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
27329         (quotearg_colon_mem): New wrappers.
27330         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
27331         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
27332         functions.
27333         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
27334         (quotearg_colon_mem): New functions.
27335
27336 2008-02-11  Bruno Haible  <bruno@clisp.org>
27337
27338         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
27339         library in the current directory: it does not work with parallel make.
27340         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27341
27342 2008-02-11  Bruno Haible  <bruno@clisp.org>
27343
27344         * .gitattributes: New file.
27345
27346 2008-02-11  Jim Meyering  <meyering@redhat.com>
27347
27348         useless-if-before-free: Fix reversed exit values.
27349         * build-aux/useless-if-before-free: Use correct values
27350         for EXIT_MATCH and EXIT_NO_MATCH.
27351
27352         * build-aux/useless-if-before-free: Close stdout carefully.
27353
27354 2008-02-10  Bruno Haible  <bruno@clisp.org>
27355
27356         New module 'git-merge-changelog'.
27357         * modules/git-merge-changelog: New file.
27358         * lib/git-merge-changelog.c: New file.
27359
27360 2008-02-10  Jim Meyering  <meyering@redhat.com>
27361
27362         useless-if-before-free: New option: --list (-l).
27363
27364         useless-if-before-free: Don't exit immediately upon open failure.
27365         * build-aux/useless-if-before-free: Exit 2 for errors.
27366         Upon failure to open a file, don't exit immediately.
27367         Rather, just warn and continue with any remaining files.
27368
27369 2008-02-10  Bruno Haible  <bruno@clisp.org>
27370
27371         New abstract list operation 'node_set_value'.
27372         * lib/gl_list.h (gl_list_node_set_value): New function.
27373         (struct gl_list_implementation): New field node_set_value.
27374         * lib/gl_list.c (gl_list_node_set_value): New function.
27375         * lib/gl_array_list.c (gl_array_node_set_value): New function.
27376         (gl_array_list_implementation): Update.
27377         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
27378         (gl_carray_list_implementation): Update.
27379         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
27380         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
27381         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
27382         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
27383         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
27384         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
27385         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
27386         Update.
27387         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
27388         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
27389         (gl_sublist_list_implementation): Update.
27390
27391 2008-02-10  Bruno Haible  <bruno@clisp.org>
27392
27393         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
27394         Needed when ELEMENT is #defined to 'some_type *'.
27395
27396 2008-02-10  Jim Meyering  <meyering@redhat.com>
27397
27398         New script and module: useless-if-before-free
27399         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
27400         * build-aux/useless-if-before-free: New file.
27401         * modules/useless-if-before-free: New file.
27402
27403         * build-aux/gitlog-to-changelog: Use committer date, not author date.
27404
27405         xstrtol_error: Fix typo.
27406         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
27407         s/exit_failure/exit_status/.
27408
27409 2008-02-09  Jim Meyering  <meyering@redhat.com>
27410
27411         New script and module: gitlog-to-changelog
27412         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
27413         * modules/gitlog-to-changelog: New file.
27414         * build-aux/gitlog-to-changelog: New file.
27415
27416 2008-02-08  Jim Meyering  <meyering@redhat.com>
27417
27418         Avoid two "parameter unused" warnings.
27419         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
27420         Mark "st" as used.
27421
27422         Use "git COMMAND", not "git-COMMAND".
27423         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
27424         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
27425         * build-aux/git-version-gen: Use "git status", not "git-status".
27426
27427 2008-02-07  Bruno Haible  <bruno@clisp.org>
27428
27429         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
27430         Avoids a crash on Windows Vista.
27431         Reported by Adam Strzelecki <ono@java.pl> via
27432         Simon Josefsson <simon@josefsson.org>.
27433
27434 2008-02-06  Bruno Haible  <bruno@clisp.org>
27435
27436         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
27437         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
27438         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
27439         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
27440         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
27441         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
27442         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
27443         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
27444         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
27445         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
27446         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
27447         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
27448         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
27449         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
27450         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
27451         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
27452         left-adjust flag.
27453         * tests/test-snprintf-posix.h (test_function): Likewise.
27454         * tests/test-sprintf-posix.h (test_function): Likewise.
27455         * tests/test-vasprintf-posix.c (test_function): Likewise.
27456         * doc/posix-functions/fprintf.texi: Update.
27457         * doc/posix-functions/printf.texi: Update.
27458         * doc/posix-functions/snprintf.texi: Update.
27459         * doc/posix-functions/sprintf.texi: Update.
27460         * doc/posix-functions/vfprintf.texi: Update.
27461         * doc/posix-functions/vprintf.texi: Update.
27462         * doc/posix-functions/vsnprintf.texi: Update.
27463         * doc/posix-functions/vsprintf.texi: Update.
27464         Reported by Peter Fales <psfales@alcatel-lucent.com>.
27465
27466 2008-02-06  Bruno Haible  <bruno@clisp.org>
27467
27468         Fix bug introduced on 2008-01-26.
27469         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
27470
27471 2008-02-06  Bruno Haible  <bruno@clisp.org>
27472
27473         Fix bug introduced on 2007-06-10.
27474         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
27475         !NEED_PRINTF_FLAG_ZERO.
27476
27477 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
27478
27479         getloadavg: use libperfstat on AIX5
27480         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
27481
27482 2008-02-03  Bruno Haible  <bruno@clisp.org>
27483
27484         * lib/diffseq.h: Add comments about required #includes.
27485         Reported by Michael Biggs <gnulib@doubleplum.net>.
27486
27487 2008-02-01  Bruno Haible  <bruno@clisp.org>
27488
27489         * users.txt: Add gnuit.
27490
27491 2008-01-31  Bruno Haible  <bruno@clisp.org>
27492
27493         * lib/md4.c (set_uint32): Mark as inline.
27494         * lib/md5.c (set_uint32): Likewise.
27495         * lib/sha1.c (set_uint32): Likewise.
27496         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
27497         * m4/md5.m4 (gl_MD5): Likewise.
27498         * m4/sha1.m4 (gl_SHA1): Likewise.
27499
27500 2008-01-31  Jim Meyering  <meyering@redhat.com>
27501
27502         Use "sizeof VAR", rather than a literal "4".
27503         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
27504         * lib/md4.c (md4_read_ctx): Likewise.
27505         * lib/sha1.c (sha1_read_ctx): Likewise.
27506
27507 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27508
27509         * tests/test-sha1.c: New file, based on test-md5.c.
27510
27511         * modules/crypto/sha1-tests: New file.
27512
27513 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27514
27515         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
27516
27517 2008-01-31  Jim Meyering  <meyering@redhat.com>
27518
27519         Prefer "sizeof v" over the equivalent "4".
27520         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
27521         * lib/md5.c (set_uint32): Likewise.
27522         * lib/sha1.c (set_uint32): Likewise.
27523
27524 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27525
27526         * lib/sha1.c (set_uint32): Mark function as static.
27527
27528 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27529
27530         md2: clarify comments to say that alignment is not required.
27531         * lib/md2.h: Remove warning about alignment in comment.
27532         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
27533         never been required.
27534
27535 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27536
27537         md4: adapt alignment constraint fix from sha1.
27538         * lib/md4.c (set_uint32): New function, from sha1.c
27539         (md4_read_ctx): Use it.
27540         (md4_finish_ctx): Doc fix.
27541         * lib/md4.h: Doc fix.
27542
27543 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27544
27545         md5: adapt alignment constraint fix from sha1.
27546         * lib/md5.c (set_uint32): New function, from sha1.c
27547         (md5_read_ctx): Use it.
27548         (md5_finish_ctx): Doc fix.
27549         * lib/md5.h: Doc fix.
27550
27551 2008-01-30  Peter Palfrader  <weasel@debian.org>
27552
27553         sha1: remove the result buffer alignment constraint
27554         * lib/sha1.c (set_uint32): New function.
27555         (sha1_read_ctx): Rewrite to remove the result buffer alignment
27556         constraint.
27557         (sha1_finish_ctx): Remove comment warning about alignment constraint.
27558         * lib/sha1.h: Likewise.
27559
27560 2008-01-30  Andreas Schwab  <schwab@suse.de>
27561             Bruno Haible  <bruno@clisp.org>
27562
27563         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
27564         correct definition of LDBL_MIN_EXP.
27565
27566 2008-01-30  Karl Berry  <karl@gnu.org>
27567
27568         * config/srclist-update: try to preserve x bit on updates.
27569         * config/srclistvars.sh: update for karl.
27570
27571 2008-01-29  Jim Meyering  <meyering@redhat.com>
27572
27573         vasnprintf.c: Avoid warning about unused label
27574         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
27575         "overflow" label definition and associated code with the
27576         same cpp condition that guards the sole use of that label.
27577
27578 2008-01-26  Bruno Haible  <bruno@clisp.org>
27579
27580         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
27581         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
27582         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
27583         * lib/isnanl-nolibm.h (isnanl): Likewise.
27584         Reported by Paul Eggert <eggert@cs.ucla.edu>.
27585
27586 2008-01-26  Bruno Haible  <bruno@clisp.org>
27587
27588         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
27589         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
27590
27591 2008-01-26  Bruno Haible  <bruno@clisp.org>
27592
27593         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
27594         GCC >= 4.0 built-in.
27595         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
27596
27597 2008-01-26  Bruno Haible  <bruno@clisp.org>
27598
27599         Rename isnan, applicable to 'double' only, to isnand.
27600         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
27601         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
27602         (configure.ac): Update.
27603         (Include): Replace "isnan.h" with "isnand.h".
27604         * m4/isnand.m4: Renamed from m4/isnan.m4.
27605         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
27606         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
27607         instead of isnan.c.
27608         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
27609         instead of HAVE_ISNAN_IN_LIBC.
27610         (isnand): Renamed from isnan.
27611         * lib/isnand.c: New file.
27612         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
27613         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
27614         (Makefile.am): Update.
27615         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
27616         Include isnand.h instead of isnan.h.
27617         (main): Test isnand instead of isnan.
27618         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
27619         isnan-nolibm.
27620         * modules/frexp (Depends-on): Likewise.
27621         * modules/frexp-tests (Depends-on): Likewise.
27622         * modules/frexp-nolibm (Depends-on): Likewise.
27623         * modules/frexp-nolibm-tests (Depends-on): Likewise.
27624         * modules/isfinite (Depends-on): Likewise.
27625         * modules/round-tests (Depends-on): Likewise.
27626         * modules/signbit (Depends-on): Likewise.
27627         * modules/signbit-tests (Depends-on): Likewise.
27628         * modules/snprintf-posix (Depends-on): Likewise.
27629         * modules/sprintf-posix (Depends-on): Likewise.
27630         * modules/trunc-tests (Depends-on): Likewise.
27631         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
27632         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
27633         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
27634         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
27635         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
27636         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
27637         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
27638         * modules/vasnprintf-posix (Depends-on): Likewise.
27639         * modules/vasprintf-posix (Depends-on): Likewise.
27640         * modules/vfprintf-posix (Depends-on): Likewise.
27641         * modules/vsnprintf-posix (Depends-on): Likewise.
27642         * modules/vsprintf-posix (Depends-on): Likewise.
27643         * lib/frexp.c: Include isnand.h instead of isnan.h.
27644         (ISNAN): Set to isnand instead of isnan.
27645         * lib/isfinite.c: Include isnand.h instead of isnan.h.
27646         (gl_isfinited): Use isnand instead of isnan.
27647         * lib/signbitd.c: Include isnand.h instead of isnan.h.
27648         (gl_signbitd): Use isnand instead of isnan.
27649         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
27650         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
27651         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
27652         (main): Use isnand instead of isnan.
27653         * tests/test-round1.c: Include isnand.h.
27654         (main): Use isnand instead of isnan.
27655         * tests/test-round2.c: Include isnand.h instead of isnan.h.
27656         (ISNAN): Set to isnand instead of isnan.
27657         * tests/test-trunc1.c: Include isnand.h.
27658         (main): Use isnand instead of isnan.
27659         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
27660         (equal): Use isnand instead of isnan.
27661         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
27662         isnand-nolibm.
27663         * NEWS: Mention the change.
27664
27665 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
27666             Bruno Haible  <bruno@clisp.org>
27667
27668         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
27669         the GCC builtins for signbits are present and set
27670         REPLACE_SIGNBIT_USING_GCC if so.
27671         * lib/math.in.h (signbit): Define using GCC builtins if
27672         REPLACE_SIGNBIT_USING_GCC is set.
27673         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
27674         REPLACE_SIGNBIT_USING_GCC.
27675         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
27676
27677 2008-01-25  Jim Meyering  <meyering@redhat.com>
27678
27679         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
27680         * lib/poll.c: Include <config.h>, not "config.h".
27681         * tests/test-getaddrinfo.c: Likewise.
27682
27683 2008-01-25  Simon Josefsson  <simon@josefsson.org>
27684
27685         * modules/sockets-tests: New file.
27686
27687 2008-01-24  Simon Josefsson  <simon@josefsson.org>
27688
27689         * modules/sockets: New module, can be used to call WSA_Startup and
27690         WSA_Cleanup when needed.
27691
27692         * lib/sockets.h, lib/sockets.c: New files.
27693
27694         * m4/sockets.m4: New file.
27695
27696         * tests/test-sockets.c: New file.
27697
27698 2008-01-19  Bruno Haible  <bruno@clisp.org>
27699
27700         * doc/posix-headers: Renamed from doc/headers.
27701         * doc/posix-functions: Renamed from doc/functions.
27702         * doc/gnulib.texi: Update.
27703
27704 2008-01-19  Bruno Haible  <bruno@clisp.org>
27705
27706         * doc/glibc-functions/strcasestr.texi: Include contents of
27707         doc/functions/strcasestr.texi, fixing the list of platforms.
27708         * doc/functions/strcasestr.texi: Remove file.
27709
27710 2008-01-19  Bruno Haible  <bruno@clisp.org>
27711
27712         * doc/glibc-functions/memmem.texi: Include contents of
27713         doc/functions/memmem.texi.
27714         * doc/functions/memmem.texi: Remove file.
27715
27716 2008-01-18  Bruno Haible  <bruno@clisp.org>
27717
27718         * doc/glibc-functions/*.texi: New files.
27719         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
27720         to use the new files.
27721
27722 2008-01-17  Bruno Haible  <bruno@clisp.org>
27723
27724         * tests/test-gethostname.c (main): Fix printf statement.
27725
27726 2008-01-17  Simon Josefsson  <simon@josefsson.org>
27727
27728         * modules/gethostname-tests: New file.
27729
27730         * tests/test-gethostname.c: New file.
27731
27732 2008-01-17  Simon Josefsson  <simon@josefsson.org>
27733
27734         * lib/gethostname.c: Include string.h unconditionally, strncpy is
27735         used by the UNAME case.  Reported by Bruno Haible
27736         <bruno@clisp.org>.
27737
27738 2008-01-17  Eric Blake  <ebb9@byu.net>
27739
27740         Convert c-strcasestr to be more efficient.
27741         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
27742         (Depends-on): Add c-strcase, remove malloca, strnlen.
27743         * tests/test-c-strcasestr.c (main): Enhance test.
27744         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
27745
27746 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
27747
27748         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
27749         Use it in creating po/Makevars.
27750
27751 2008-01-15  Simon Josefsson  <simon@josefsson.org>
27752
27753         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
27754         Applications that requires it should initialize libgcrypt
27755         manually.
27756
27757 2008-01-16  Simon Josefsson  <simon@josefsson.org>
27758
27759         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
27760
27761 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
27762
27763         Fix problem with getdate on mingw32 reported by Simon Josefsson
27764         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
27765         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
27766         tzname", when deciding whether to declare tzname.
27767         * lib/strftime.c (tzname): Likewise.
27768
27769 2008-01-15  Bruno Haible  <bruno@clisp.org>
27770
27771         Work around a MacOS X 10.5 bug in frexpl().
27772         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
27773         * doc/functions/frexpl.texi: Document the bug.
27774         Reported by Elias Pipping <pipping@gentoo.org>.
27775
27776 2008-01-14  Eric Blake  <ebb9@byu.net>
27777
27778         Touch up previous patch.
27779         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
27780         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
27781
27782         Convert strcasestr module to use Two-Way algorithm.
27783         * modules/strcasestr-simple: New module, based on the old
27784         strcasestr, but with Two-Way rather than KMP.
27785         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
27786         * lib/string.in.h (rpl_strcasestr): Declare.
27787         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
27788         performance.
27789         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
27790         * modules/string (Makefile.am): Support strcasestr.
27791         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
27792         * modules/strcasestr-tests (Depends-on): Check for alarm.
27793         * tests/test-strcasestr.c: Augment test.
27794         * lib/str-two-way.h: Clean up stray macro.
27795         * NEWS: Document new module.
27796         * MODULES.html.sh (string handling): Likewise.
27797         * doc/functions/strcasestr.texi: New file.
27798         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
27799         here, since it is not a POSIX function.
27800
27801 2008-01-14  Colin Watson  <cjwatson@debian.org>
27802             Bruno Haible  <bruno@clisp.org>
27803
27804         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
27805         works fine; if not, set REPLACE_STRSIGNAL.
27806         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
27807         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27808         REPLACE_STRSIGNAL.
27809         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
27810         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
27811         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
27812
27813 2008-01-14  Bruno Haible  <bruno@clisp.org>
27814
27815         * modules/strsignal (Include): Change to <string.h>.
27816
27817 2008-01-14  Colin Watson  <cjwatson@debian.org>
27818
27819         * modules/argp (Notice): Add a notice recommending to change
27820         XGETTEXT_OPTIONS.
27821         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
27822
27823 2008-01-13  Colin Watson  <cjwatson@debian.org>
27824
27825         * modules/strsignal-tests: New file.
27826         * tests/test-strsignal.c: New file.
27827
27828         * lib/strsignal.c: New file, from glibc with modifications.
27829         * lib/siglist.h: New file, from glibc with modifications.
27830         * lib/string.in.h (strsignal): New declaration.
27831         * m4/strsignal.m4: New file.
27832         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27833         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
27834         * modules/strsignal: New file.
27835         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
27836         HAVE_DECL_STRSIGNAL.
27837
27838 2008-01-13  Bruno Haible  <bruno@clisp.org>
27839
27840         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
27841         locale encoding is not ASCII. Needed for OpenBSD 4.0.
27842         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
27843         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
27844
27845 2008-01-13  Bruno Haible  <bruno@clisp.org>
27846
27847         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
27848         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
27849         * lib/argp.h (__attribute__): Likewise.
27850         * lib/c-stack.c (__attribute__): Likewise.
27851         * lib/error.h (__attribute__): Likewise.
27852         * lib/fts.c (__attribute__): Likewise.
27853         * lib/openat.h (__attribute__): Likewise.
27854         * lib/stdio.in.h (__attribute__): Likewise.
27855         * lib/string.in.h (__attribute__): Likewise.
27856         * lib/utimens.c (__attribute__): Likewise.
27857         * lib/vasnprintf.h (__attribute__): Likewise.
27858         * lib/xalloc.h (__attribute__): Likewise.
27859         * lib/xprintf.h (__attribute__): Likewise.
27860         * lib/xstrtol.h (__attribute__): Likewise.
27861         * lib/xvasprintf.h (__attribute__): Likewise.
27862
27863 2008-01-12  Bruno Haible  <bruno@clisp.org>
27864
27865         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
27866         * doc/glibc-headers/a.out.texi: New file.
27867         * doc/glibc-headers/aliases.texi: New file.
27868         * doc/glibc-headers/alloca.texi: New file.
27869         * doc/glibc-headers/ar.texi: New file.
27870         * doc/glibc-headers/argp.texi: New file.
27871         * doc/glibc-headers/argz.texi: New file.
27872         * doc/glibc-headers/byteswap.texi: New file.
27873         * doc/glibc-headers/crypt.texi: New file.
27874         * doc/glibc-headers/endian.texi: New file.
27875         * doc/glibc-headers/envz.texi: New file.
27876         * doc/glibc-headers/err.texi: New file.
27877         * doc/glibc-headers/error.texi: New file.
27878         * doc/glibc-headers/execinfo.texi: New file.
27879         * doc/glibc-headers/fpu_control.texi: New file.
27880         * doc/glibc-headers/fstab.texi: New file.
27881         * doc/glibc-headers/fts.texi: New file.
27882         * doc/glibc-headers/getopt.texi: New file.
27883         * doc/glibc-headers/ieee754.texi: New file.
27884         * doc/glibc-headers/ifaddrs.texi: New file.
27885         * doc/glibc-headers/libintl.texi: New file.
27886         * doc/glibc-headers/mcheck.texi: New file.
27887         * doc/glibc-headers/mntent.texi: New file.
27888         * doc/glibc-headers/obstack.texi: New file.
27889         * doc/glibc-headers/paths.texi: New file.
27890         * doc/glibc-headers/printf.texi: New file.
27891         * doc/glibc-headers/pty.texi: New file.
27892         * doc/glibc-headers/resolv.texi: New file.
27893         * doc/glibc-headers/shadow.texi: New file.
27894         * doc/glibc-headers/sysexits.texi: New file.
27895         * doc/glibc-headers/ttyent.texi: New file.
27896
27897 2008-01-12  Jim Meyering  <meyering@redhat.com>
27898
27899         announce-gen: emit Gnulib's git-based version string.
27900         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
27901         New option --gnulib-version=V, where V is expected to be
27902         the output of running git describe in the gnulib directory.
27903         (get_tool_versions): Request feedback on xdelta.  I suspect it's
27904         not useful, and plan to stop publishing an xdelta file with each
27905         coreutils release.
27906
27907         * build-aux/announce-gen: Also check for lzma-compressed files.
27908
27909 2008-01-11  Bruno Haible  <bruno@clisp.org>
27910
27911         * tests/test-memmem.c (main): Increase maximum allowed time.
27912         * tests/test-strstr.c (main): Likewise.
27913
27914 2008-01-11  Bruno Haible  <bruno@clisp.org>
27915
27916         * doc/functions/memmem.texi: Add more precisions about platforms.
27917         * doc/functions/strstr.texi: Likewise.
27918
27919 2008-01-10  Eric Blake  <ebb9@byu.net>
27920
27921         * m4/strstr.m4: Delete cruft from copy-n-paste.
27922         Reported by Bruno Haible.
27923
27924 2008-01-10  Bruno Haible  <bruno@clisp.org>
27925
27926         Make c-strstr rely on strstr.
27927         * lib/c-strstr.c: Don't include str-kmp.h.
27928         (c_strstr): Define in terms of strstr.
27929         * modules/c-strstr (Files): Remove lib/str-kmp.h.
27930         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
27931
27932 2008-01-10  Bruno Haible  <bruno@clisp.org>
27933
27934         * doc/gnulib.texi (String Functions in C Locale): New section.
27935         * doc/c-ctype.texi: New file.
27936         * doc/c-strcase.texi: New file.
27937         * doc/c-strcaseeq.texi: New file.
27938         * doc/c-strcasestr.texi: New file.
27939         * doc/c-strstr.texi: New file.
27940         * doc/c-strtod.texi: New file.
27941         * doc/c-strtold.texi: New file.
27942
27943 2008-01-10  Eric Blake  <ebb9@byu.net>
27944
27945         * lib/relocatable.h: Fix a comment.
27946
27947 2008-01-10  Eric Blake  <ebb9@byu.net>
27948
27949         Share two-way algorithm.
27950         * lib/str-two-way.h: New file, merged from...
27951         * lib/memmem.c: ...here...
27952         * lib/strstr.c: ...and here.
27953         * modules/memmem (Files): Use it.
27954         * modules/strstr (Files): Likewise.
27955
27956         Avoid quadratic strstr implementations.
27957         * lib/strstr.c: New file.
27958         * m4/strstr.m4: Likewise.
27959         * modules/strstr: Likewise.
27960         * modules/strstr-tests: Likewise.
27961         * tests/test-strstr.c: Likewise.
27962         * lib/string.in.h (rpl_strstr): Declare.
27963         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
27964         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
27965         * modules/string (Makefile.am): Likewise.
27966         * MODULES.html.sh (string handling): Mention new module.
27967         * doc/functions/strstr.texi (strstr): Document the bug.
27968
27969 2008-01-10  Bruno Haible  <bruno@clisp.org>
27970
27971         * lib/relocatable.h (relocate): State whether result is freshly
27972         allocated or not.
27973         * lib/relocatable.c (relocate): Return a freshly allocated string
27974         instead of a pointer to a privately held string.
27975         Reported by Sylvain Beucler <beuc@gnu.org>.
27976
27977 2008-01-10  Colin Watson  <cjwatson@debian.org>
27978
27979         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
27980         s/S_ISNLK/S_ISLNK/.
27981
27982 2008-01-09  Bruno Haible  <bruno@clisp.org>
27983
27984         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
27985         and other files.
27986         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
27987         if it's only a guess.
27988         * modules/memmem: Simplify by depending on memmem-simple.
27989
27990 2008-01-09  Bruno Haible  <bruno@clisp.org>
27991
27992         Work around OpenBSD 4.0 tdelete() bug.
27993         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
27994         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
27995         macros and don't redefine the enum values.
27996         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
27997         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
27998         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
27999
28000 2008-01-09  Bruno Haible  <bruno@clisp.org>
28001
28002         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
28003         (main): Don't perform the tests if setlocale did not install a UTF-8
28004         locale. Needed on OpenBSD 4.0.
28005         * modules/wcwidth-tests (Depends-on): Add localcharset.
28006
28007 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28008
28009         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
28010         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
28011         * NEWS: announce this.
28012         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
28013
28014 2008-01-09  Simon Josefsson  <simon@josefsson.org>
28015         and Eric Blake  <ebb9@byu.net>
28016
28017         Add memmem-simple module.
28018         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
28019         (gl_FUNC_MEMMEM): Separate performance from presence checks.
28020         * modules/memmem-simple: New file.
28021         * modules/memmem (Description): Tweak.
28022         * MODULES.html.sh (string handling): Mention new module.
28023         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
28024         addressed by memmem-simple.
28025         * NEWS: Document the difference.
28026
28027 2008-01-09  Eric Blake  <ebb9@byu.net>
28028
28029         Give gcc some memmem optimization hints.
28030         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
28031         (strcasestr): Declare as pure.
28032         * modules/memmem (Maintainer): Claim my implementation.
28033
28034 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28035
28036         Support AIX 6.1 and higher.
28037         * build-aux/config.libpath: Likewise.
28038         * build-aux/config.rpath: Likewise.
28039
28040 2008-01-08  Jim Meyering  <meyering@redhat.com>
28041             Bruno Haible  <bruno@clisp.org>
28042
28043         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
28044         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
28045         Reported by Peter Fales in
28046         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
28047
28048 2008-01-08  Bruno Haible  <bruno@clisp.org>
28049
28050         * modules/unictype/category-of (Depends-on): Add
28051         unictype/category-none.
28052         * modules/unictype/category-and-tests (Depends-on): Add
28053         unictype/category-{L,N,Lu,Nd}.
28054         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
28055         * modules/unictype/category-or-tests (Depends-on): Add
28056         unictype/category-{L,N}.
28057         * modules/unictype/category-name-tests (Depends-on): Add
28058         unictype/category-{Z,Nl}.
28059         Reported by Simon Josefsson.
28060
28061 2008-01-08  Bruno Haible  <bruno@clisp.org>
28062
28063         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
28064         convention better.
28065         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
28066         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
28067         Reported by Peter Miller <millerp@canb.auug.org.au>.
28068
28069 2008-01-08  Eric Blake  <ebb9@byu.net>
28070
28071         Rewrite memmem to guarantee linear complexity without malloc.
28072         * lib/memmem.c (memmem): Use Two-Way rather than
28073         Knuth-Morris-Pratt, to allow O(1) space usage.
28074         (critical_factorization, two_way_short_needle)
28075         (two_way_long_needle): New functions.
28076         (knuth_morris_pratt): Delete.
28077         * modules/memmem (Depends-on): No longer need malloca or stdbool.
28078         Add stdint.
28079         * tests/test-memmem.c (main): Add tests for periodic needle and
28080         sublinear performance.
28081         * doc/functions/memmem.texi (memmem): Document other deficiencies
28082         in cygwin and older glibc.
28083
28084 2008-01-08  Bruno Haible  <bruno@clisp.org>
28085
28086         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
28087         augmentation.
28088
28089 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
28090
28091         Add a configure time option: --disable-acl.
28092         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
28093         AC_ARG_ENABLE(acl).
28094
28095 2008-01-06  Simon Josefsson  <simon@josefsson.org>
28096
28097         * tests/test-localename.c: Don't include obsolete "setenv.h".
28098
28099         * modules/localename-tests (Depends-on): Need unsetenv.
28100
28101 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28102
28103         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
28104
28105 2008-01-06  Colin Watson  <cjwatson@debian.org>
28106
28107         * users.txt: Add man-db.
28108
28109 2008-01-07  Bruno Haible  <bruno@clisp.org>
28110
28111         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
28112         previous section name.
28113
28114 2008-01-07  Bruno Haible  <bruno@clisp.org>
28115
28116         * lib/progname.c (set_program_name): Don't strip off a leading
28117         "lt-" prefix outside a .libs directory.
28118         Suggested by Paul Eggert.
28119
28120 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
28121             Bruno Haible  <bruno@clisp.org>
28122
28123         Improve memory cleanup in 'relocatable' module.
28124         * lib/relocatable.h (compute_curr_prefix): Change return type to
28125         'char *'.
28126         * lib/relocatable.c (compute_curr_prefix): Change return type to
28127         'char *'. Free curr_installdir after use.
28128         (relocate): Free curr_prefix_better after use.
28129         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
28130
28131 2008-01-01  Bruno Haible  <bruno@clisp.org>
28132
28133         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
28134         failure on older glibc systems.
28135         Reported by Peter Fales <psfales@alcatel-lucent.com>.
28136
28137 2008-01-05  Eric Blake  <ebb9@byu.net>
28138
28139         Avoid quadratic system memmem.
28140         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
28141         Reported by Ralf Wildenhues.
28142
28143         Fix memmem test for mingw.
28144         * modules/memmem-tests (configure.ac): Check for alarm.
28145         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
28146         it.
28147         * doc/functions/memmem.texi: New file.
28148         * doc/gnulib.texi (Function Substitutes): Add memmem.
28149         Reported by Bruno Haible.
28150
28151 2008-01-04  Bruno Haible  <bruno@clisp.org>
28152
28153         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
28154         Require gl_HEADER_STRINGS_H_DEFAULTS, not
28155         gl_HEADER_STRING_H_DEFAULTS.
28156
28157 2008-01-04  Eric Blake  <ebb9@byu.net>
28158
28159         Shorten duration of memmem test.
28160         * tests/test-memmem.c (main): Use alarm to declare failure if test
28161         is taking too long.
28162         Reported by Ralf Wildenhues.
28163
28164 2007-12-21  Simon Josefsson  <simon@josefsson.org>
28165
28166         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
28167         string, needed by strerror.
28168
28169 2008-01-03  Colin Watson  <cjwatson@debian.org>
28170             Bruno Haible  <bruno@clisp.org>
28171
28172         * doc/gnulib-tool.texi (Localization): New section.
28173
28174 2008-01-02  Bruno Haible  <bruno@clisp.org>
28175
28176         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
28177         variables to 'unsigned char *' type.
28178         Reported by Paul Eggert.
28179
28180 2008-01-02  Jim Meyering  <jim@meyering.net>
28181
28182         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
28183
28184 2007-12-31  Jim Meyering  <jim@meyering.net>
28185
28186         Avoid use of private FTS type name.
28187         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
28188
28189 2007-12-30  Karl Berry  <karl@gnu.org>
28190
28191         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
28192         work around defect in Texinfo and/or the standalone Info browser.
28193
28194 2007-12-30  Bruno Haible  <bruno@clisp.org>
28195
28196         Unify 5 copies of the KMP code.
28197         * lib/str-kmp.h: New file.
28198         * lib/c-strcasestr.c: Include str-kmp.h.
28199         (knuth_morris_pratt): Remove function.
28200         (c_strcasestr): Update.
28201         * lib/c-strstr.c: Include str-kmp.h.
28202         (knuth_morris_pratt): Remove function.
28203         (c_strcasestr): Update.
28204         * lib/mbscasestr.c: Include str-kmp.h.
28205         (knuth_morris_pratt_unibyte): Remove function.
28206         * lib/mbsstr.c: Include str-kmp.h.
28207         (knuth_morris_pratt_unibyte): Remove function.
28208         * lib/strcasestr.c: Include str-kmp.h.
28209         (knuth_morris_pratt): Remove function.
28210         (strcasestr): Update.
28211         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
28212         * modules/c-strstr (Files): Likewise.
28213         * modules/mbscasestr (Files): Likewise.
28214         * modules/mbsstr (Files): Likewise.
28215         * modules/strcasestr (Files): Likewise.
28216         Suggested by Paul Eggert.
28217
28218 2007-12-30  Bruno Haible  <bruno@clisp.org>
28219
28220         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
28221         defined.
28222
28223 2007-12-30  Bruno Haible  <bruno@clisp.org>
28224
28225         * lib/xmalloca.h: Include xalloc.h.
28226         (xnmalloca): New macro.
28227
28228 2007-12-30  Bruno Haible  <bruno@clisp.org>
28229
28230         * lib/malloca.h (nmalloca): New macro.
28231         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
28232         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
28233         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
28234         knuth_morris_pratt_multibyte): Likewise.
28235         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
28236         knuth_morris_pratt_multibyte): Likewise.
28237         * lib/memmem.c (knuth_morris_pratt): Likewise.
28238         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
28239
28240 2007-12-25  Bruno Haible  <bruno@clisp.org>
28241
28242         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
28243         * lib/glob.c: Don't include openat.h.
28244         (link_exists2_p): Add back the code that deals with the
28245         !GLOB_ALTDIRFUNC case.
28246         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
28247         let it do the filename concatenation.
28248         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
28249         * modules/glob (Depends-on): Remove openat.
28250
28251 2007-12-31  Bruno Haible  <bruno@clisp.org>
28252
28253         * modules/dirfd (License): Change to LGPLv2+.
28254         Approved by Jim Meyering.
28255
28256 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
28257
28258         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
28259         when multiplying M by sizeof (size_t).
28260
28261 2007-12-10  Martin Lambers  <marlam@marlam.de>
28262
28263         Override getpagesize on mingw.
28264         * lib/getpagesize.c: New file.
28265         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
28266         * modules/getpagesize (Files): Add lib/getpagesize.c.
28267         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
28268         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
28269         REPLACE_GETPAGESIZE.
28270         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
28271
28272 2007-12-25  Bruno Haible  <bruno@clisp.org>
28273
28274         * modules/localcharset (Notice): New field.
28275         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
28276         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
28277
28278 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
28279             Bruno Haible  <bruno@clisp.org>
28280
28281         Avoid using the syntax symbol() in formatted documentation.
28282         * MODULES.html.sh (func_module): When replacing symbol() with a
28283         hyperlink, remove the parentheses. Show an error if some remain.
28284         Recognize and render the '...' syntax.
28285         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
28286         Rework. Add paragraph about GCC's inlining.
28287         * doc/alloca.texi: Likewise.
28288         * doc/error.texi: Remove parentheses from symbol reference.
28289         * doc/gnulib-intro.texi: Likewise.
28290         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
28291         * modules/fnmatch (Description): Reword to say "the ... function".
28292         * modules/full-read (Description): Likewise.
28293         * modules/full-write (Description): Likewise.
28294         * modules/safe-read (Description): Likewise.
28295         * modules/safe-write (Description): Likewise.
28296         * modules/strchrnul (Description): Likewise.
28297         * modules/trim (Description): Likewise.
28298         * modules/error (Description): Remove parentheses from symbol
28299         references.
28300         * modules/verror (Description): Likewise.
28301         Reported by Karl Berry.
28302
28303 2007-12-25  Bruno Haible  <bruno@clisp.org>
28304
28305         Fixup after 2007-10-16 commit.
28306         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
28307
28308 2007-12-24  Bruno Haible  <bruno@clisp.org>
28309
28310         Make --enable-relocatable work with DESTDIR.
28311         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
28312         to compute installdir from destprog.
28313         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
28314         also set the RELOC_DESTDIR variable.
28315         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
28316
28317 2007-12-24  Bruno Haible  <bruno@clisp.org>
28318
28319         Fix link error due to xalloc_die().
28320         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
28321         of xreadlink.
28322         * lib/relocwrapper.c: Update comments.
28323         * build-aux/install-reloc: Remove xreadlink.c from file list.
28324         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
28325         xreadlink.c.
28326         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
28327
28328 2007-12-24  Bruno Haible  <bruno@clisp.org>
28329
28330         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
28331         * lib/setenv.h: Remove file.
28332         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
28333         lib/setenv.h.
28334         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
28335         (Depends-on): Add stdlib.
28336         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
28337         gl_FUNC_UNSETENV.
28338         (Include): Replace setenv.h with <stdlib.h>.
28339         * modules/unsetenv: New file.
28340         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
28341         * lib/unsetenv.c: Include <stdlib.h> first.
28342         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
28343         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
28344         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
28345         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
28346         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
28347         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
28348         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
28349         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
28350         * doc/functions/unsetenv.texi: Update.
28351         * modules/xsetenv (Depends-on): Add unsetenv.
28352         * modules/getdate (Depends-on): Likewise.
28353         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
28354         * lib/xsetenv.c: Don't include setenv.h.
28355         * lib/getdate.y: Likewise.
28356         * lib/relocwrapper.c: Likewise.
28357         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
28358         (Depends-on): Add stdlib.
28359         * NEWS: Mention the changes.
28360         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
28361
28362 2007-12-23  Bruno Haible  <bruno@clisp.org>
28363
28364         * lib/memmem.c (memmem): Use lowercase variable names. Tab
28365         indentation.
28366
28367 2007-12-23  Bruno Haible  <bruno@clisp.org>
28368
28369         * lib/c-strcasestr.c: Add more comments.
28370         * lib/c-strstr.c: Likewise.
28371         * lib/mbscasestr.c: Likewise.
28372         * lib/mbsstr.c: Likewise.
28373         * lib/strcasestr.c: Likewise.
28374         * lib/memmem.c: Likewise.
28375
28376 2007-12-23  Bruno Haible  <bruno@clisp.org>
28377
28378         * tests/test-memmem.c: Include <string.h> first.
28379
28380 2007-12-22  Bruno Haible  <bruno@clisp.org>
28381
28382         * gnulib-tool (func_create_testdir): Change $auxdir while generating
28383         the contents of $testsbase.
28384         Reported by Ralf Wildenhues.
28385
28386 2007-12-22  Bruno Haible  <bruno@clisp.org>
28387
28388         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
28389         two variables local_ldadd_before, local_ldadd_last.
28390
28391 2007-12-20  Eric Blake  <ebb9@byu.net>
28392
28393         Work around circular library issue when cross-compiling.
28394         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
28395         that progname.o does not need to pull in rpl_memcmp.
28396
28397 2007-12-19  Eric Blake  <ebb9@byu.net>
28398
28399         Fix memmem to avoid O(n^2) worst-case complexity.
28400         * lib/memmem.c (knuth_morris_pratt): New function.
28401         (memmem): Use it if first few naive iterations fail.
28402         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
28403         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
28404         * modules/memchr (License): Likewise.
28405         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
28406         malloca.
28407         * tests/test-memmem.c: Rewrite, borrowing ideas from
28408         test-mbsstr1.c; the old version wouldn't even compile!
28409         * modules/memmem-tests: New file.
28410         * lib/string.in.h (rpl_memmem): Add declaration.
28411         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
28412         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
28413         REPLACE_MEMMEM.
28414
28415 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
28416
28417         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
28418         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
28419         before any system include files, and undef after them all.  This
28420         should fix a problem on VMS reported by John E. Malmberg in
28421         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
28422
28423 2007-12-17  Eric Blake  <ebb9@byu.net>
28424
28425         Revert addition of verify, for BSD/OS.
28426         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
28427         can't handle large files, for the sake of obsolete platforms.
28428         * modules/fseeko (Depends-on): Remove verify.
28429         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
28430         * doc/functions/ftello.texi (ftello): Likewise.
28431         * doc/functions/fgetpos.texi (fgetpos): Likewise.
28432         Reported by Larry Jones.
28433
28434 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
28435
28436         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
28437         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
28438
28439 2007-12-17  Jim Meyering  <meyering@redhat.com>
28440
28441         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
28442         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
28443         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
28444         * modules/getcwd (Depends-on): Add openat.
28445         Reported by Petr Salinger.
28446
28447 2007-12-17  Bruno Haible  <bruno@clisp.org>
28448
28449         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
28450         avoid a segmentation fault of the configure test on x86_64 systems.
28451
28452 2007-12-15  Jim Meyering  <meyering@redhat.com>
28453
28454         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
28455
28456 2007-12-13  Eric Blake  <ebb9@byu.net>
28457
28458         Another fseek test.
28459         * tests/test-fseek.c (main): Also test ungetc handling.
28460         * tests/test-fseeko.c (main): Likewise.
28461         * modules/fseeko (Depends-on): Add verify.
28462         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
28463         large.
28464         Reported by Larry Jones.
28465
28466         Fix fseeko on mingw.
28467         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
28468         seek.
28469
28470         Beef up fseek tests.
28471         * tests/test-fseek.c (main): Also test eof handling.
28472         * tests/test-fseeko.c (main): Likewise.
28473         Reported by Larry Jones.
28474
28475 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
28476
28477         Fix fseeko on BSD-based platforms.
28478         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
28479         successful seek.
28480
28481 2007-12-12  Eric Blake  <ebb9@byu.net>
28482
28483         Allow circular dependency of separate libtests.a
28484         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
28485         when use_libtests.
28486
28487 2007-12-11  Eric Blake  <ebb9@byu.net>
28488
28489         Fix bug with -0.0L in previous patch.
28490         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
28491         * tests/test-isnan.c (main): Also test on zeroes.
28492         * tests/test-isnanf.c (main): Likewise.
28493         * tests/test-isnanl.h (main): Likewise.
28494
28495         Detect pseudo-denormals on x86 even when cross-compiling.
28496         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
28497         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
28498         invalid bit patterns that happen to satisfy ==.
28499
28500         Avoid link failures with separate libtests.a.
28501         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
28502         last, to satisfy circular dependencies.
28503
28504 2007-12-11  Eric Blake  <ebb9@byu.net>
28505         and Bruno Haible  <bruno@clisp.org>
28506
28507         Fix OpenBSD 4.0 <float.h> handling of long double.
28508         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
28509         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
28510         * doc/headers/float.texi (float.h): Document OpenBSD bug.
28511
28512 2007-12-11  Jim Meyering  <meyering@redhat.com>
28513
28514         * users.txt: Add libvirt.
28515
28516         Support versions of autoconf prior to 2.59c.
28517         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
28518         if it is not already defined.
28519
28520 2007-12-09  Bruno Haible  <bruno@clisp.org>
28521
28522         Let 'gnulib-tool --import' collect sources needed for the tests in
28523         tests/ rather than in lib/.
28524         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
28525         argument. If true, add rules to generate libtests.a, and put libtests.a
28526         into $(LDADD). Consider source files in subdirectories and set
28527         uses_subdirs.
28528         (func_emit_initmacro_start, func_emit_initmacro_end,
28529         func_emit_initmacro_done): Pass all arguments explicitly.
28530         (func_import): Determine two module lists main_modules,
28531         testsrelated_modules. Determine use_libtests. Determine two variables
28532         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
28533         instead of just sed_transform_lib_file. Determine two variables
28534         main_files and testsrelated_files. Compute 'files' as the union of
28535         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
28536         func_add_or_update. In the generated gnulib-comp.m4, collect the
28537         object files for tests/ in different variables than those for lib/.
28538         Substitute LIBTESTS_LIBDEPS.
28539         (func_create_testdir): Combine the uses_subdirs results from
28540         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
28541
28542 2007-12-09  Bruno Haible  <bruno@clisp.org>
28543
28544         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
28545         the build-aux directory.
28546
28547 2007-12-09  Bruno Haible  <bruno@clisp.org>
28548
28549         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
28550         introduced on 2006-09-09.
28551
28552 2007-12-07  Jim Meyering  <meyering@redhat.com>
28553
28554         Let these macros work also with autoconf-2.59.
28555         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
28556         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
28557         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
28558
28559 2007-12-06  Jim Meyering  <meyering@redhat.com>
28560
28561         Avoid a configure-time syntax error in gl_FUNC_ACL.
28562         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
28563         function in each branch, before testing the cache variable.
28564
28565 2007-12-04  Eric Blake  <ebb9@byu.net>
28566
28567         Make scripts executable.
28568         * build-aux/config.guess: Add execute permissions.
28569         * build-aux/config.sub: Likewise.
28570         * build-aux/gendocs.sh: Likewise.
28571
28572         Fix frexp on mingw.
28573         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
28574         cross-compiling.
28575         * doc/functions/frexp.texi (frexp): Document the bug.
28576
28577         Make cygwin fseeko check more reliable.
28578         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
28579         version numbers, rather than unrelated feature check.
28580         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
28581         * doc/functions/ftello.texi (ftello): Likewise.
28582         Reported by Bruno Haible.
28583
28584         * m4/strerror.m4: Bump version number.
28585
28586 2007-12-03  Bruno Haible  <bruno@clisp.org>
28587
28588         * doc/functions/mprotect.texi: Mention the mingw problem.
28589
28590 2007-12-03  Eric Blake  <ebb9@byu.net>
28591
28592         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
28593         REPLACE_STRERROR is initialized before this macro.
28594
28595 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
28596
28597         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
28598         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
28599         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
28600         put -lsec in even for programs other than 'ls'.  This fixes a problem
28601         for gettext reported by Bruno Haible in
28602         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
28603         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
28604         Add support for Solaris 10.  This isn't efficient, but should get the
28605         job done for now.
28606
28607 2007-12-03  James Youngman  <jay@gnu.org>
28608
28609         * doc/regexprops-generic.texi: change "an close-group" to "a
28610         close-group" and "illegal" to "not allowed".
28611
28612 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28613
28614         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
28615         pr_byname.h. Needed for the rare case when the maintainer has done
28616         "make maintainer-clean" in the source directory and then attempts a
28617         build outside the source directory.
28618         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
28619         scripts_byname.h.
28620
28621 2007-12-02  Martin Lambers <marlam@marlam.de>
28622             Bruno Haible  <bruno@clisp.org>
28623
28624         * lib/getpagesize.h: Remove file.
28625         * lib/unistd.in.h: Include declaration of getpagesize here.
28626         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
28627         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
28628         HAVE_SYS_PARAM_H.
28629         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
28630         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
28631         * modules/getpagesize (Files): Remove lib/getpagesize.h.
28632         (Depends-on): Add unistd.
28633         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
28634         (Include): Use <unistd.h> instead of getpagesize.h.
28635         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
28636         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
28637         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
28638         gl_GETPAGESIZE invocation, already handled by module dependency.
28639         * lib/pagealign_alloc.c: Don't include getpagesize.h.
28640
28641 2007-12-02  Bruno Haible  <bruno@clisp.org>
28642
28643         * modules/strings-tests: New file.
28644         * tests/test-strings.c: New file.
28645
28646         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
28647         * lib/strings.in.h: New file.
28648         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
28649         * m4/strings_h.m4: New file.
28650         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
28651         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
28652         * modules/strings: New file.
28653         * modules/string (Makefile.am): Update.
28654         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
28655         Reported by Karl Berry.
28656
28657 2007-12-01  Eric Blake  <ebb9@byu.net>
28658
28659         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
28660         accomodate fix in cygwin 1.5.25.
28661
28662 2007-12-01  Jim Meyering  <meyering@redhat.com>
28663
28664         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
28665         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
28666         that would inhibit utf8-optimization of a regexp containing line-
28667         or buffer-anchors, e.g., `^', `$'.
28668
28669 2007-11-30  Bruno Haible  <bruno@clisp.org>
28670
28671         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
28672         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
28673         glthread_recursive_lock_init.
28674         * lib/lock.c (glthread_recursive_lock_init)
28675         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
28676         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
28677
28678 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
28679
28680         New function qset_acl, like set_acl but with syscall semantics.
28681         * lib/acl.h (qset_acl): New decl.
28682         * lib/acl.c (qset_acl): New function.
28683         (set_acl): Use new function.  Use more-consistent diagnostics.
28684
28685 2007-11-28  Jim Meyering  <meyering@redhat.com>
28686
28687         * modules/physmem (License): Change from GPL to LGPLv2+.
28688
28689 2007-11-26  Bruno Haible  <bruno@clisp.org>
28690
28691         * lib/vasnprintf.c (decode_long_double): Don't abort if the
28692         'long double' type has excess precision.
28693         Reported by Jim Meyering in
28694         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
28695
28696 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28697
28698         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
28699         Sync from <http://gnu.org/licenses>.
28700         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
28701         with license text from same location.
28702         * doc/maintain.texi, doc/standards.texi:  Sync from
28703         <http://savannah.gnu.org/projects/gnustandards>.
28704
28705 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
28706         and Jim Meyering  <meyering@redhat.com>
28707
28708         Adjust getdate' grammar to accept a slightly more regular language.
28709         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
28710         Before, the former was rejected.
28711         * lib/getdate.y (digits_to_date_time): New function, factored
28712         out of ...
28713         (number): ...here.  Just call digits_to_date_time.
28714         (hybrid): New non-terminal to handle an <unsigned number,
28715         signed relative offset> sequence consistently.
28716
28717 2007-11-18  Jim Meyering  <meyering@redhat.com>
28718
28719         Pull my changes from coreutils:
28720         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
28721         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
28722         use of $gnulib_tool_option_extras, so that it's separated from the
28723         preceding argument.
28724
28725         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
28726         * build-aux/bootstrap (cp_mark_as_generated): Create any required
28727         parent destination directories before copying a file into place.
28728
28729 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
28730
28731         bootstrap: work also with 4-argument variant of AC_INIT
28732         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
28733
28734 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28735
28736         Port test-getaddrinfo to Solaris.
28737         Problem reported by Bruno Haible in
28738         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
28739         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
28740         explanation of setting 'hints'.
28741         Don't reject an implementation merely because it returns EAI_SERVICE.
28742         (EAI_SERVICE): Define to 0 if not defined.
28743
28744 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
28745
28746         The license of gnu-make and posix-shell is now "GPLed build tool".
28747         * modules/gnu-make (License): Likewise.
28748         * modules/posix-shell (License): Likewise.
28749
28750         New module posix-shell, for determining a POSIX shell
28751         or perhaps something that is close enough to a POSIX shell.
28752         * m4/posix-shell.m4: New file.
28753         * modules/posix-shell: New file.
28754
28755         * MODULES.html.sh: Mention new module.
28756
28757         New module gnu-make, for determining whether we're using GNU Make.
28758         * m4/gnu-make.m4: New file.
28759         * modules/gnu-make: New file.
28760         * MODULES.html.sh: Mention new module.
28761
28762 2007-11-14  Jim Meyering  <meyering@redhat.com>
28763
28764         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
28765         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
28766         use this macro to create a function _definition_.
28767         Remove useless "#undef ARGMATCH_DIE".
28768
28769 2007-11-14  Bruno Haible  <bruno@clisp.org>
28770
28771         * lib/config.charset: Update for OpenBSD 4.1.
28772         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
28773
28774 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
28775
28776         Document 64-bit #if problems in stdint.texi.
28777         * doc/headers/stdint.texi (stdint.h): Mention problems with
28778         64-bit-#if, and how to work around them.
28779
28780         Don't insist on 'long long int' support in the preprocessor.  It
28781         breaks too many things.  For example, PRIdMAX still uses a 'long
28782         long int' format with the latest Sun compiler, even though
28783         HAVE_LONG_LONG_INT isn't defined due to that compiler's
28784         preprocessor problem.  This causes the latest coreutils to dump
28785         core on Solaris 10 sparc with the Sun C compiler.
28786         Instead, fix the 2007-10-16 problem in a different way, by evaluating
28787         the troublesome expressions at configure-time, not at #if-time.
28788         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
28789         preprocessor.
28790         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
28791         compile-time C checks, done at 'configure'-time.
28792         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
28793         * modules/inttypes (Makefile): Substitute the new symbols that
28794         gl_INTTYPES_H now generates.
28795         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
28796
28797 2007-11-12  Bruno Haible  <bruno@clisp.org>
28798
28799         Tests for Unicode character classification functions.
28800
28801         * modules/unictype/bidicategory-byname-tests: New file.
28802         * modules/unictype/bidicategory-name-tests: New file.
28803         * modules/unictype/bidicategory-of-tests: New file.
28804         * modules/unictype/bidicategory-test-tests: New file.
28805         * modules/unictype/block-list-tests: New file.
28806         * modules/unictype/block-of-tests: New file.
28807         * modules/unictype/block-test-tests: New file.
28808         * modules/unictype/category-C-tests: New file.
28809         * modules/unictype/category-Cc-tests: New file.
28810         * modules/unictype/category-Cf-tests: New file.
28811         * modules/unictype/category-Cn-tests: New file.
28812         * modules/unictype/category-Co-tests: New file.
28813         * modules/unictype/category-Cs-tests: New file.
28814         * modules/unictype/category-L-tests: New file.
28815         * modules/unictype/category-Ll-tests: New file.
28816         * modules/unictype/category-Lm-tests: New file.
28817         * modules/unictype/category-Lo-tests: New file.
28818         * modules/unictype/category-Lt-tests: New file.
28819         * modules/unictype/category-Lu-tests: New file.
28820         * modules/unictype/category-M-tests: New file.
28821         * modules/unictype/category-Mc-tests: New file.
28822         * modules/unictype/category-Me-tests: New file.
28823         * modules/unictype/category-Mn-tests: New file.
28824         * modules/unictype/category-N-tests: New file.
28825         * modules/unictype/category-Nd-tests: New file.
28826         * modules/unictype/category-Nl-tests: New file.
28827         * modules/unictype/category-No-tests: New file.
28828         * modules/unictype/category-P-tests: New file.
28829         * modules/unictype/category-Pc-tests: New file.
28830         * modules/unictype/category-Pd-tests: New file.
28831         * modules/unictype/category-Pe-tests: New file.
28832         * modules/unictype/category-Pf-tests: New file.
28833         * modules/unictype/category-Pi-tests: New file.
28834         * modules/unictype/category-Po-tests: New file.
28835         * modules/unictype/category-Ps-tests: New file.
28836         * modules/unictype/category-S-tests: New file.
28837         * modules/unictype/category-Sc-tests: New file.
28838         * modules/unictype/category-Sk-tests: New file.
28839         * modules/unictype/category-Sm-tests: New file.
28840         * modules/unictype/category-So-tests: New file.
28841         * modules/unictype/category-Z-tests: New file.
28842         * modules/unictype/category-Zl-tests: New file.
28843         * modules/unictype/category-Zp-tests: New file.
28844         * modules/unictype/category-Zs-tests: New file.
28845         * modules/unictype/category-and-not-tests: New file.
28846         * modules/unictype/category-and-tests: New file.
28847         * modules/unictype/category-byname-tests: New file.
28848         * modules/unictype/category-name-tests: New file.
28849         * modules/unictype/category-none-tests: New file.
28850         * modules/unictype/category-of-tests: New file.
28851         * modules/unictype/category-or-tests: New file.
28852         * modules/unictype/category-test-withtable-tests: New file.
28853         * modules/unictype/combining-class-tests: New file.
28854         * modules/unictype/ctype-alnum-tests: New file.
28855         * modules/unictype/ctype-alpha-tests: New file.
28856         * modules/unictype/ctype-blank-tests: New file.
28857         * modules/unictype/ctype-cntrl-tests: New file.
28858         * modules/unictype/ctype-digit-tests: New file.
28859         * modules/unictype/ctype-graph-tests: New file.
28860         * modules/unictype/ctype-lower-tests: New file.
28861         * modules/unictype/ctype-print-tests: New file.
28862         * modules/unictype/ctype-punct-tests: New file.
28863         * modules/unictype/ctype-space-tests: New file.
28864         * modules/unictype/ctype-upper-tests: New file.
28865         * modules/unictype/ctype-xdigit-tests: New file.
28866         * modules/unictype/decimal-digit-tests: New file.
28867         * modules/unictype/digit-tests: New file.
28868         * modules/unictype/mirror-tests: New file.
28869         * modules/unictype/numeric-tests: New file.
28870         * modules/unictype/property-alphabetic-tests: New file.
28871         * modules/unictype/property-ascii-hex-digit-tests: New file.
28872         * modules/unictype/property-bidi-arabic-digit-tests: New file.
28873         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
28874         * modules/unictype/property-bidi-block-separator-tests: New file.
28875         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
28876         * modules/unictype/property-bidi-common-separator-tests: New file.
28877         * modules/unictype/property-bidi-control-tests: New file.
28878         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
28879         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
28880         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
28881         * modules/unictype/property-bidi-european-digit-tests: New file.
28882         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
28883         * modules/unictype/property-bidi-left-to-right-tests: New file.
28884         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
28885         * modules/unictype/property-bidi-other-neutral-tests: New file.
28886         * modules/unictype/property-bidi-pdf-tests: New file.
28887         * modules/unictype/property-bidi-segment-separator-tests: New file.
28888         * modules/unictype/property-bidi-whitespace-tests: New file.
28889         * modules/unictype/property-byname-tests: New file.
28890         * modules/unictype/property-combining-tests: New file.
28891         * modules/unictype/property-composite-tests: New file.
28892         * modules/unictype/property-currency-symbol-tests: New file.
28893         * modules/unictype/property-dash-tests: New file.
28894         * modules/unictype/property-decimal-digit-tests: New file.
28895         * modules/unictype/property-default-ignorable-code-point-tests: New file.
28896         * modules/unictype/property-deprecated-tests: New file.
28897         * modules/unictype/property-diacritic-tests: New file.
28898         * modules/unictype/property-extender-tests: New file.
28899         * modules/unictype/property-format-control-tests: New file.
28900         * modules/unictype/property-grapheme-base-tests: New file.
28901         * modules/unictype/property-grapheme-extend-tests: New file.
28902         * modules/unictype/property-grapheme-link-tests: New file.
28903         * modules/unictype/property-hex-digit-tests: New file.
28904         * modules/unictype/property-hyphen-tests: New file.
28905         * modules/unictype/property-id-continue-tests: New file.
28906         * modules/unictype/property-id-start-tests: New file.
28907         * modules/unictype/property-ideographic-tests: New file.
28908         * modules/unictype/property-ids-binary-operator-tests: New file.
28909         * modules/unictype/property-ids-trinary-operator-tests: New file.
28910         * modules/unictype/property-ignorable-control-tests: New file.
28911         * modules/unictype/property-iso-control-tests: New file.
28912         * modules/unictype/property-join-control-tests: New file.
28913         * modules/unictype/property-left-of-pair-tests: New file.
28914         * modules/unictype/property-line-separator-tests: New file.
28915         * modules/unictype/property-logical-order-exception-tests: New file.
28916         * modules/unictype/property-lowercase-tests: New file.
28917         * modules/unictype/property-math-tests: New file.
28918         * modules/unictype/property-non-break-tests: New file.
28919         * modules/unictype/property-not-a-character-tests: New file.
28920         * modules/unictype/property-numeric-tests: New file.
28921         * modules/unictype/property-other-alphabetic-tests: New file.
28922         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
28923         * modules/unictype/property-other-grapheme-extend-tests: New file.
28924         * modules/unictype/property-other-id-continue-tests: New file.
28925         * modules/unictype/property-other-id-start-tests: New file.
28926         * modules/unictype/property-other-lowercase-tests: New file.
28927         * modules/unictype/property-other-math-tests: New file.
28928         * modules/unictype/property-other-uppercase-tests: New file.
28929         * modules/unictype/property-paired-punctuation-tests: New file.
28930         * modules/unictype/property-paragraph-separator-tests: New file.
28931         * modules/unictype/property-pattern-syntax-tests: New file.
28932         * modules/unictype/property-pattern-white-space-tests: New file.
28933         * modules/unictype/property-private-use-tests: New file.
28934         * modules/unictype/property-punctuation-tests: New file.
28935         * modules/unictype/property-quotation-mark-tests: New file.
28936         * modules/unictype/property-radical-tests: New file.
28937         * modules/unictype/property-sentence-terminal-tests: New file.
28938         * modules/unictype/property-soft-dotted-tests: New file.
28939         * modules/unictype/property-space-tests: New file.
28940         * modules/unictype/property-terminal-punctuation-tests: New file.
28941         * modules/unictype/property-test-tests: New file.
28942         * modules/unictype/property-titlecase-tests: New file.
28943         * modules/unictype/property-unassigned-code-value-tests: New file.
28944         * modules/unictype/property-unified-ideograph-tests: New file.
28945         * modules/unictype/property-uppercase-tests: New file.
28946         * modules/unictype/property-variation-selector-tests: New file.
28947         * modules/unictype/property-white-space-tests: New file.
28948         * modules/unictype/property-xid-continue-tests: New file.
28949         * modules/unictype/property-xid-start-tests: New file.
28950         * modules/unictype/property-zero-width-tests: New file.
28951         * modules/unictype/scripts-tests: New file.
28952         * modules/unictype/syntax-c-ident-tests: New file.
28953         * modules/unictype/syntax-c-whitespace-tests: New file.
28954         * modules/unictype/syntax-java-ident-tests: New file.
28955         * modules/unictype/syntax-java-whitespace-tests: New file.
28956         * tests/unictype/test-bidi_byname.c: New file.
28957         * tests/unictype/test-bidi_name.c: New file.
28958         * tests/unictype/test-bidi_of.c: New file.
28959         * tests/unictype/test-bidi_test.c: New file.
28960         * tests/unictype/test-block_list.c: New file.
28961         * tests/unictype/test-block_of.c: New file.
28962         * tests/unictype/test-block_test.c: New file.
28963         * tests/unictype/test-categ_and.c: New file.
28964         * tests/unictype/test-categ_and_not.c: New file.
28965         * tests/unictype/test-categ_byname.c: New file.
28966         * tests/unictype/test-categ_name.c: New file.
28967         * tests/unictype/test-categ_none.c: New file.
28968         * tests/unictype/test-categ_of.c: New file.
28969         * tests/unictype/test-categ_or.c: New file.
28970         * tests/unictype/test-categ_test_withtable.c: New file.
28971         * tests/unictype/test-combining.c: New file.
28972         * tests/unictype/test-decdigit.c: New file.
28973         * tests/unictype/test-digit.c: New file.
28974         * tests/unictype/test-mirror.c: New file.
28975         * tests/unictype/test-numeric.c: New file.
28976         * tests/unictype/test-pr_byname.c: New file.
28977         * tests/unictype/test-pr_test.c: New file.
28978         * tests/unictype/test-predicate-part1.h: New file.
28979         * tests/unictype/test-predicate-part2.h: New file.
28980         * tests/unictype/test-scripts.c: New file.
28981         * tests/unictype/test-sy_c_ident.c: New file.
28982         * tests/unictype/test-sy_java_ident.c: New file.
28983
28984         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
28985         for Unicode 5.0.0.
28986         * tests/unictype/test-categ_Cc.c: Likewise.
28987         * tests/unictype/test-categ_Cf.c: Likewise.
28988         * tests/unictype/test-categ_Cn.c: Likewise.
28989         * tests/unictype/test-categ_Co.c: Likewise.
28990         * tests/unictype/test-categ_Cs.c: Likewise.
28991         * tests/unictype/test-categ_L.c: Likewise.
28992         * tests/unictype/test-categ_Ll.c: Likewise.
28993         * tests/unictype/test-categ_Lm.c: Likewise.
28994         * tests/unictype/test-categ_Lo.c: Likewise.
28995         * tests/unictype/test-categ_Lt.c: Likewise.
28996         * tests/unictype/test-categ_Lu.c: Likewise.
28997         * tests/unictype/test-categ_M.c: Likewise.
28998         * tests/unictype/test-categ_Mc.c: Likewise.
28999         * tests/unictype/test-categ_Me.c: Likewise.
29000         * tests/unictype/test-categ_Mn.c: Likewise.
29001         * tests/unictype/test-categ_N.c: Likewise.
29002         * tests/unictype/test-categ_Nd.c: Likewise.
29003         * tests/unictype/test-categ_Nl.c: Likewise.
29004         * tests/unictype/test-categ_No.c: Likewise.
29005         * tests/unictype/test-categ_P.c: Likewise.
29006         * tests/unictype/test-categ_Pc.c: Likewise.
29007         * tests/unictype/test-categ_Pd.c: Likewise.
29008         * tests/unictype/test-categ_Pe.c: Likewise.
29009         * tests/unictype/test-categ_Pf.c: Likewise.
29010         * tests/unictype/test-categ_Pi.c: Likewise.
29011         * tests/unictype/test-categ_Po.c: Likewise.
29012         * tests/unictype/test-categ_Ps.c: Likewise.
29013         * tests/unictype/test-categ_S.c: Likewise.
29014         * tests/unictype/test-categ_Sc.c: Likewise.
29015         * tests/unictype/test-categ_Sk.c: Likewise.
29016         * tests/unictype/test-categ_Sm.c: Likewise.
29017         * tests/unictype/test-categ_So.c: Likewise.
29018         * tests/unictype/test-categ_Z.c: Likewise.
29019         * tests/unictype/test-categ_Zl.c: Likewise.
29020         * tests/unictype/test-categ_Zp.c: Likewise.
29021         * tests/unictype/test-categ_Zs.c: Likewise.
29022         * tests/unictype/test-ctype_alnum.c: Likewise.
29023         * tests/unictype/test-ctype_alpha.c: Likewise.
29024         * tests/unictype/test-ctype_blank.c: Likewise.
29025         * tests/unictype/test-ctype_cntrl.c: Likewise.
29026         * tests/unictype/test-ctype_digit.c: Likewise.
29027         * tests/unictype/test-ctype_graph.c: Likewise.
29028         * tests/unictype/test-ctype_lower.c: Likewise.
29029         * tests/unictype/test-ctype_print.c: Likewise.
29030         * tests/unictype/test-ctype_punct.c: Likewise.
29031         * tests/unictype/test-ctype_space.c: Likewise.
29032         * tests/unictype/test-ctype_upper.c: Likewise.
29033         * tests/unictype/test-ctype_xdigit.c: Likewise.
29034         * tests/unictype/test-decdigit.h: Likewise.
29035         * tests/unictype/test-digit.h: Likewise.
29036         * tests/unictype/test-numeric.h: Likewise.
29037         * tests/unictype/test-pr_alphabetic.c: Likewise.
29038         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
29039         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
29040         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
29041         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
29042         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
29043         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
29044         * tests/unictype/test-pr_bidi_control.c: Likewise.
29045         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
29046         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
29047         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
29048         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
29049         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
29050         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
29051         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
29052         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
29053         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
29054         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
29055         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
29056         * tests/unictype/test-pr_combining.c: Likewise.
29057         * tests/unictype/test-pr_composite.c: Likewise.
29058         * tests/unictype/test-pr_currency_symbol.c: Likewise.
29059         * tests/unictype/test-pr_dash.c: Likewise.
29060         * tests/unictype/test-pr_decimal_digit.c: Likewise.
29061         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
29062         * tests/unictype/test-pr_deprecated.c: Likewise.
29063         * tests/unictype/test-pr_diacritic.c: Likewise.
29064         * tests/unictype/test-pr_extender.c: Likewise.
29065         * tests/unictype/test-pr_format_control.c: Likewise.
29066         * tests/unictype/test-pr_grapheme_base.c: Likewise.
29067         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
29068         * tests/unictype/test-pr_grapheme_link.c: Likewise.
29069         * tests/unictype/test-pr_hex_digit.c: Likewise.
29070         * tests/unictype/test-pr_hyphen.c: Likewise.
29071         * tests/unictype/test-pr_id_continue.c: Likewise.
29072         * tests/unictype/test-pr_id_start.c: Likewise.
29073         * tests/unictype/test-pr_ideographic.c: Likewise.
29074         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
29075         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
29076         * tests/unictype/test-pr_ignorable_control.c: Likewise.
29077         * tests/unictype/test-pr_iso_control.c: Likewise.
29078         * tests/unictype/test-pr_join_control.c: Likewise.
29079         * tests/unictype/test-pr_left_of_pair.c: Likewise.
29080         * tests/unictype/test-pr_line_separator.c: Likewise.
29081         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
29082         * tests/unictype/test-pr_lowercase.c: Likewise.
29083         * tests/unictype/test-pr_math.c: Likewise.
29084         * tests/unictype/test-pr_non_break.c: Likewise.
29085         * tests/unictype/test-pr_not_a_character.c: Likewise.
29086         * tests/unictype/test-pr_numeric.c: Likewise.
29087         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
29088         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
29089         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
29090         * tests/unictype/test-pr_other_id_continue.c: Likewise.
29091         * tests/unictype/test-pr_other_id_start.c: Likewise.
29092         * tests/unictype/test-pr_other_lowercase.c: Likewise.
29093         * tests/unictype/test-pr_other_math.c: Likewise.
29094         * tests/unictype/test-pr_other_uppercase.c: Likewise.
29095         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
29096         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
29097         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
29098         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
29099         * tests/unictype/test-pr_private_use.c: Likewise.
29100         * tests/unictype/test-pr_punctuation.c: Likewise.
29101         * tests/unictype/test-pr_quotation_mark.c: Likewise.
29102         * tests/unictype/test-pr_radical.c: Likewise.
29103         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
29104         * tests/unictype/test-pr_soft_dotted.c: Likewise.
29105         * tests/unictype/test-pr_space.c: Likewise.
29106         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
29107         * tests/unictype/test-pr_titlecase.c: Likewise.
29108         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
29109         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
29110         * tests/unictype/test-pr_uppercase.c: Likewise.
29111         * tests/unictype/test-pr_variation_selector.c: Likewise.
29112         * tests/unictype/test-pr_white_space.c: Likewise.
29113         * tests/unictype/test-pr_xid_continue.c: Likewise.
29114         * tests/unictype/test-pr_xid_start.c: Likewise.
29115         * tests/unictype/test-pr_zero_width.c: Likewise.
29116         * tests/unictype/test-sy_c_whitespace.c: Likewise.
29117         * tests/unictype/test-sy_java_whitespace.c: Likewise.
29118
29119 2007-11-12  Bruno Haible  <bruno@clisp.org>
29120
29121         Unicode character classification functions.
29122         * lib/unictype.h: New file.
29123         * modules/unictype/base: New file.
29124         * modules/unictype/category-L: New file.
29125         * modules/unictype/category-Lu: New file.
29126         * modules/unictype/category-Ll: New file.
29127         * modules/unictype/category-Lt: New file.
29128         * modules/unictype/category-Lm: New file.
29129         * modules/unictype/category-Lo: New file.
29130         * modules/unictype/category-M: New file.
29131         * modules/unictype/category-Mn: New file.
29132         * modules/unictype/category-Mc: New file.
29133         * modules/unictype/category-Me: New file.
29134         * modules/unictype/category-N: New file.
29135         * modules/unictype/category-Nd: New file.
29136         * modules/unictype/category-Nl: New file.
29137         * modules/unictype/category-No: New file.
29138         * modules/unictype/category-P: New file.
29139         * modules/unictype/category-Pc: New file.
29140         * modules/unictype/category-Pd: New file.
29141         * modules/unictype/category-Ps: New file.
29142         * modules/unictype/category-Pe: New file.
29143         * modules/unictype/category-Pi: New file.
29144         * modules/unictype/category-Pf: New file.
29145         * modules/unictype/category-Po: New file.
29146         * modules/unictype/category-S: New file.
29147         * modules/unictype/category-Sm: New file.
29148         * modules/unictype/category-Sc: New file.
29149         * modules/unictype/category-Sk: New file.
29150         * modules/unictype/category-So: New file.
29151         * modules/unictype/category-Z: New file.
29152         * modules/unictype/category-Zs: New file.
29153         * modules/unictype/category-Zl: New file.
29154         * modules/unictype/category-Zp: New file.
29155         * modules/unictype/category-C: New file.
29156         * modules/unictype/category-Cc: New file.
29157         * modules/unictype/category-Cf: New file.
29158         * modules/unictype/category-Cs: New file.
29159         * modules/unictype/category-Co: New file.
29160         * modules/unictype/category-Cn: New file.
29161         * modules/unictype/category-or: New file.
29162         * modules/unictype/category-of: New file.
29163         * modules/unictype/category-test: New file.
29164         * modules/unictype/category-test-withtable: New file.
29165         * modules/unictype/category-byname: New file.
29166         * modules/unictype/category-none: New file.
29167         * modules/unictype/category-and: New file.
29168         * modules/unictype/category-and-not: New file.
29169         * modules/unictype/category-name: New file.
29170         * modules/unictype/combining-class: New file.
29171         * modules/unictype/category-all: New file.
29172         * modules/unictype/bidicategory-all: New file.
29173         * modules/unictype/bidicategory-byname: New file.
29174         * modules/unictype/bidicategory-name: New file.
29175         * modules/unictype/bidicategory-of: New file.
29176         * modules/unictype/bidicategory-test: New file.
29177         * modules/unictype/decimal-digit: New file.
29178         * modules/unictype/digit: New file.
29179         * modules/unictype/numeric: New file.
29180         * modules/unictype/mirror: New file.
29181         * modules/unictype/property-white-space: New file.
29182         * modules/unictype/property-alphabetic: New file.
29183         * modules/unictype/property-other-alphabetic: New file.
29184         * modules/unictype/property-not-a-character: New file.
29185         * modules/unictype/property-default-ignorable-code-point: New file.
29186         * modules/unictype/property-other-default-ignorable-code-point: New
29187         file.
29188         * modules/unictype/property-deprecated: New file.
29189         * modules/unictype/property-logical-order-exception: New file.
29190         * modules/unictype/property-variation-selector: New file.
29191         * modules/unictype/property-private-use: New file.
29192         * modules/unictype/property-unassigned-code-value: New file.
29193         * modules/unictype/property-uppercase: New file.
29194         * modules/unictype/property-other-uppercase: New file.
29195         * modules/unictype/property-lowercase: New file.
29196         * modules/unictype/property-other-lowercase: New file.
29197         * modules/unictype/property-titlecase: New file.
29198         * modules/unictype/property-soft-dotted: New file.
29199         * modules/unictype/property-id-start: New file.
29200         * modules/unictype/property-other-id-start: New file.
29201         * modules/unictype/property-id-continue: New file.
29202         * modules/unictype/property-other-id-continue: New file.
29203         * modules/unictype/property-xid-start: New file.
29204         * modules/unictype/property-xid-continue: New file.
29205         * modules/unictype/property-pattern-white-space: New file.
29206         * modules/unictype/property-pattern-syntax: New file.
29207         * modules/unictype/property-join-control: New file.
29208         * modules/unictype/property-grapheme-base: New file.
29209         * modules/unictype/property-grapheme-extend: New file.
29210         * modules/unictype/property-other-grapheme-extend: New file.
29211         * modules/unictype/property-grapheme-link: New file.
29212         * modules/unictype/property-bidi-control: New file.
29213         * modules/unictype/property-bidi-left-to-right: New file.
29214         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
29215         * modules/unictype/property-bidi-arabic-right-to-left: New file.
29216         * modules/unictype/property-bidi-european-digit: New file.
29217         * modules/unictype/property-bidi-eur-num-separator: New file.
29218         * modules/unictype/property-bidi-eur-num-terminator: New file.
29219         * modules/unictype/property-bidi-arabic-digit: New file.
29220         * modules/unictype/property-bidi-common-separator: New file.
29221         * modules/unictype/property-bidi-block-separator: New file.
29222         * modules/unictype/property-bidi-segment-separator: New file.
29223         * modules/unictype/property-bidi-whitespace: New file.
29224         * modules/unictype/property-bidi-non-spacing-mark: New file.
29225         * modules/unictype/property-bidi-boundary-neutral: New file.
29226         * modules/unictype/property-bidi-pdf: New file.
29227         * modules/unictype/property-bidi-embedding-or-override: New file.
29228         * modules/unictype/property-bidi-other-neutral: New file.
29229         * modules/unictype/property-hex-digit: New file.
29230         * modules/unictype/property-ascii-hex-digit: New file.
29231         * modules/unictype/property-ideographic: New file.
29232         * modules/unictype/property-unified-ideograph: New file.
29233         * modules/unictype/property-radical: New file.
29234         * modules/unictype/property-ids-binary-operator: New file.
29235         * modules/unictype/property-ids-trinary-operator: New file.
29236         * modules/unictype/property-zero-width: New file.
29237         * modules/unictype/property-space: New file.
29238         * modules/unictype/property-non-break: New file.
29239         * modules/unictype/property-iso-control: New file.
29240         * modules/unictype/property-format-control: New file.
29241         * modules/unictype/property-dash: New file.
29242         * modules/unictype/property-hyphen: New file.
29243         * modules/unictype/property-punctuation: New file.
29244         * modules/unictype/property-line-separator: New file.
29245         * modules/unictype/property-paragraph-separator: New file.
29246         * modules/unictype/property-quotation-mark: New file.
29247         * modules/unictype/property-sentence-terminal: New file.
29248         * modules/unictype/property-terminal-punctuation: New file.
29249         * modules/unictype/property-currency-symbol: New file.
29250         * modules/unictype/property-math: New file.
29251         * modules/unictype/property-other-math: New file.
29252         * modules/unictype/property-paired-punctuation: New file.
29253         * modules/unictype/property-left-of-pair: New file.
29254         * modules/unictype/property-combining: New file.
29255         * modules/unictype/property-composite: New file.
29256         * modules/unictype/property-decimal-digit: New file.
29257         * modules/unictype/property-numeric: New file.
29258         * modules/unictype/property-diacritic: New file.
29259         * modules/unictype/property-extender: New file.
29260         * modules/unictype/property-ignorable-control: New file.
29261         * modules/unictype/property-test: New file.
29262         * modules/unictype/property-byname: New file.
29263         * modules/unictype/property-all: New file.
29264         * modules/unictype/scripts: New file.
29265         * modules/unictype/scripts-all: New file.
29266         * modules/unictype/block-of: New file.
29267         * modules/unictype/block-test: New file.
29268         * modules/unictype/block-list: New file.
29269         * modules/unictype/block-all: New file.
29270         * modules/unictype/syntax-c-whitespace: New file.
29271         * modules/unictype/syntax-java-whitespace: New file.
29272         * modules/unictype/syntax-c-ident: New file.
29273         * modules/unictype/syntax-java-ident: New file.
29274         * modules/unictype/ctype-alnum: New file.
29275         * modules/unictype/ctype-alpha: New file.
29276         * modules/unictype/ctype-cntrl: New file.
29277         * modules/unictype/ctype-digit: New file.
29278         * modules/unictype/ctype-graph: New file.
29279         * modules/unictype/ctype-lower: New file.
29280         * modules/unictype/ctype-print: New file.
29281         * modules/unictype/ctype-punct: New file.
29282         * modules/unictype/ctype-space: New file.
29283         * modules/unictype/ctype-upper: New file.
29284         * modules/unictype/ctype-xdigit: New file.
29285         * modules/unictype/ctype-blank: New file.
29286         * lib/unictype/bidi_byname.c: New file.
29287         * lib/unictype/bidi_name.c: New file.
29288         * lib/unictype/bidi_of.c: New file.
29289         * lib/unictype/bidi_test.c: New file.
29290         * lib/unictype/bitmap.h: New file.
29291         * lib/unictype/block_test.c: New file.
29292         * lib/unictype/blocks.c: New file.
29293         * lib/unictype/categ_C.c: New file.
29294         * lib/unictype/categ_Cc.c: New file.
29295         * lib/unictype/categ_Cf.c: New file.
29296         * lib/unictype/categ_Cn.c: New file.
29297         * lib/unictype/categ_Co.c: New file.
29298         * lib/unictype/categ_Cs.c: New file.
29299         * lib/unictype/categ_L.c: New file.
29300         * lib/unictype/categ_Ll.c: New file.
29301         * lib/unictype/categ_Lm.c: New file.
29302         * lib/unictype/categ_Lo.c: New file.
29303         * lib/unictype/categ_Lt.c: New file.
29304         * lib/unictype/categ_Lu.c: New file.
29305         * lib/unictype/categ_M.c: New file.
29306         * lib/unictype/categ_Mc.c: New file.
29307         * lib/unictype/categ_Me.c: New file.
29308         * lib/unictype/categ_Mn.c: New file.
29309         * lib/unictype/categ_N.c: New file.
29310         * lib/unictype/categ_Nd.c: New file.
29311         * lib/unictype/categ_Nl.c: New file.
29312         * lib/unictype/categ_No.c: New file.
29313         * lib/unictype/categ_P.c: New file.
29314         * lib/unictype/categ_Pc.c: New file.
29315         * lib/unictype/categ_Pd.c: New file.
29316         * lib/unictype/categ_Pe.c: New file.
29317         * lib/unictype/categ_Pf.c: New file.
29318         * lib/unictype/categ_Pi.c: New file.
29319         * lib/unictype/categ_Po.c: New file.
29320         * lib/unictype/categ_Ps.c: New file.
29321         * lib/unictype/categ_S.c: New file.
29322         * lib/unictype/categ_Sc.c: New file.
29323         * lib/unictype/categ_Sk.c: New file.
29324         * lib/unictype/categ_Sm.c: New file.
29325         * lib/unictype/categ_So.c: New file.
29326         * lib/unictype/categ_Z.c: New file.
29327         * lib/unictype/categ_Zl.c: New file.
29328         * lib/unictype/categ_Zp.c: New file.
29329         * lib/unictype/categ_Zs.c: New file.
29330         * lib/unictype/categ_and.c: New file.
29331         * lib/unictype/categ_and_not.c: New file.
29332         * lib/unictype/categ_byname.c: New file.
29333         * lib/unictype/categ_name.c: New file.
29334         * lib/unictype/categ_none.c: New file.
29335         * lib/unictype/categ_of.c: New file.
29336         * lib/unictype/categ_or.c: New file.
29337         * lib/unictype/categ_test.c: New file.
29338         * lib/unictype/combining.c: New file.
29339         * lib/unictype/ctype_alnum.c: New file.
29340         * lib/unictype/ctype_alpha.c: New file.
29341         * lib/unictype/ctype_blank.c: New file.
29342         * lib/unictype/ctype_cntrl.c: New file.
29343         * lib/unictype/ctype_digit.c: New file.
29344         * lib/unictype/ctype_graph.c: New file.
29345         * lib/unictype/ctype_lower.c: New file.
29346         * lib/unictype/ctype_print.c: New file.
29347         * lib/unictype/ctype_punct.c: New file.
29348         * lib/unictype/ctype_space.c: New file.
29349         * lib/unictype/ctype_upper.c: New file.
29350         * lib/unictype/ctype_xdigit.c: New file.
29351         * lib/unictype/decdigit.c: New file.
29352         * lib/unictype/digit.c: New file.
29353         * lib/unictype/identsyntaxmap.h: New file.
29354         * lib/unictype/mirror.c: New file.
29355         * lib/unictype/numeric.c: New file.
29356         * lib/unictype/pr_alphabetic.c: New file.
29357         * lib/unictype/pr_ascii_hex_digit.c: New file.
29358         * lib/unictype/pr_bidi_arabic_digit.c: New file.
29359         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
29360         * lib/unictype/pr_bidi_block_separator.c: New file.
29361         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
29362         * lib/unictype/pr_bidi_common_separator.c: New file.
29363         * lib/unictype/pr_bidi_control.c: New file.
29364         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
29365         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
29366         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
29367         * lib/unictype/pr_bidi_european_digit.c: New file.
29368         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
29369         * lib/unictype/pr_bidi_left_to_right.c: New file.
29370         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
29371         * lib/unictype/pr_bidi_other_neutral.c: New file.
29372         * lib/unictype/pr_bidi_pdf.c: New file.
29373         * lib/unictype/pr_bidi_segment_separator.c: New file.
29374         * lib/unictype/pr_bidi_whitespace.c: New file.
29375         * lib/unictype/pr_byname.c: New file.
29376         * lib/unictype/pr_byname.gperf: New file.
29377         * lib/unictype/pr_combining.c: New file.
29378         * lib/unictype/pr_composite.c: New file.
29379         * lib/unictype/pr_currency_symbol.c: New file.
29380         * lib/unictype/pr_dash.c: New file.
29381         * lib/unictype/pr_decimal_digit.c: New file.
29382         * lib/unictype/pr_default_ignorable_code_point.c: New file.
29383         * lib/unictype/pr_deprecated.c: New file.
29384         * lib/unictype/pr_diacritic.c: New file.
29385         * lib/unictype/pr_extender.c: New file.
29386         * lib/unictype/pr_format_control.c: New file.
29387         * lib/unictype/pr_grapheme_base.c: New file.
29388         * lib/unictype/pr_grapheme_extend.c: New file.
29389         * lib/unictype/pr_grapheme_link.c: New file.
29390         * lib/unictype/pr_hex_digit.c: New file.
29391         * lib/unictype/pr_hyphen.c: New file.
29392         * lib/unictype/pr_id_continue.c: New file.
29393         * lib/unictype/pr_id_start.c: New file.
29394         * lib/unictype/pr_ideographic.c: New file.
29395         * lib/unictype/pr_ids_binary_operator.c: New file.
29396         * lib/unictype/pr_ids_trinary_operator.c: New file.
29397         * lib/unictype/pr_ignorable_control.c: New file.
29398         * lib/unictype/pr_iso_control.c: New file.
29399         * lib/unictype/pr_join_control.c: New file.
29400         * lib/unictype/pr_left_of_pair.c: New file.
29401         * lib/unictype/pr_line_separator.c: New file.
29402         * lib/unictype/pr_logical_order_exception.c: New file.
29403         * lib/unictype/pr_lowercase.c: New file.
29404         * lib/unictype/pr_math.c: New file.
29405         * lib/unictype/pr_non_break.c: New file.
29406         * lib/unictype/pr_not_a_character.c: New file.
29407         * lib/unictype/pr_numeric.c: New file.
29408         * lib/unictype/pr_other_alphabetic.c: New file.
29409         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
29410         * lib/unictype/pr_other_grapheme_extend.c: New file.
29411         * lib/unictype/pr_other_id_continue.c: New file.
29412         * lib/unictype/pr_other_id_start.c: New file.
29413         * lib/unictype/pr_other_lowercase.c: New file.
29414         * lib/unictype/pr_other_math.c: New file.
29415         * lib/unictype/pr_other_uppercase.c: New file.
29416         * lib/unictype/pr_paired_punctuation.c: New file.
29417         * lib/unictype/pr_paragraph_separator.c: New file.
29418         * lib/unictype/pr_pattern_syntax.c: New file.
29419         * lib/unictype/pr_pattern_white_space.c: New file.
29420         * lib/unictype/pr_private_use.c: New file.
29421         * lib/unictype/pr_punctuation.c: New file.
29422         * lib/unictype/pr_quotation_mark.c: New file.
29423         * lib/unictype/pr_radical.c: New file.
29424         * lib/unictype/pr_sentence_terminal.c: New file.
29425         * lib/unictype/pr_soft_dotted.c: New file.
29426         * lib/unictype/pr_space.c: New file.
29427         * lib/unictype/pr_terminal_punctuation.c: New file.
29428         * lib/unictype/pr_test.c: New file.
29429         * lib/unictype/pr_titlecase.c: New file.
29430         * lib/unictype/pr_unassigned_code_value.c: New file.
29431         * lib/unictype/pr_unified_ideograph.c: New file.
29432         * lib/unictype/pr_uppercase.c: New file.
29433         * lib/unictype/pr_variation_selector.c: New file.
29434         * lib/unictype/pr_white_space.c: New file.
29435         * lib/unictype/pr_xid_continue.c: New file.
29436         * lib/unictype/pr_xid_start.c: New file.
29437         * lib/unictype/pr_zero_width.c: New file.
29438         * lib/unictype/scripts.c: New file.
29439         * lib/unictype/sy_c_ident.c: New file.
29440         * lib/unictype/sy_c_whitespace.c: New file.
29441         * lib/unictype/sy_java_ident.c: New file.
29442         * lib/unictype/sy_java_whitespace.c: New file.
29443
29444         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
29445         Unicode 5.0.0.
29446         * lib/unictype/blocks.h: Likewise.
29447         * lib/unictype/categ_C.h: Likewise.
29448         * lib/unictype/categ_Cc.h: Likewise.
29449         * lib/unictype/categ_Cf.h: Likewise.
29450         * lib/unictype/categ_Cn.h: Likewise.
29451         * lib/unictype/categ_Co.h: Likewise.
29452         * lib/unictype/categ_Cs.h: Likewise.
29453         * lib/unictype/categ_L.h: Likewise.
29454         * lib/unictype/categ_Ll.h: Likewise.
29455         * lib/unictype/categ_Lm.h: Likewise.
29456         * lib/unictype/categ_Lo.h: Likewise.
29457         * lib/unictype/categ_Lt.h: Likewise.
29458         * lib/unictype/categ_Lu.h: Likewise.
29459         * lib/unictype/categ_M.h: Likewise.
29460         * lib/unictype/categ_Mc.h: Likewise.
29461         * lib/unictype/categ_Me.h: Likewise.
29462         * lib/unictype/categ_Mn.h: Likewise.
29463         * lib/unictype/categ_N.h: Likewise.
29464         * lib/unictype/categ_Nd.h: Likewise.
29465         * lib/unictype/categ_Nl.h: Likewise.
29466         * lib/unictype/categ_No.h: Likewise.
29467         * lib/unictype/categ_P.h: Likewise.
29468         * lib/unictype/categ_Pc.h: Likewise.
29469         * lib/unictype/categ_Pd.h: Likewise.
29470         * lib/unictype/categ_Pe.h: Likewise.
29471         * lib/unictype/categ_Pf.h: Likewise.
29472         * lib/unictype/categ_Pi.h: Likewise.
29473         * lib/unictype/categ_Po.h: Likewise.
29474         * lib/unictype/categ_Ps.h: Likewise.
29475         * lib/unictype/categ_S.h: Likewise.
29476         * lib/unictype/categ_Sc.h: Likewise.
29477         * lib/unictype/categ_Sk.h: Likewise.
29478         * lib/unictype/categ_Sm.h: Likewise.
29479         * lib/unictype/categ_So.h: Likewise.
29480         * lib/unictype/categ_Z.h: Likewise.
29481         * lib/unictype/categ_Zl.h: Likewise.
29482         * lib/unictype/categ_Zp.h: Likewise.
29483         * lib/unictype/categ_Zs.h: Likewise.
29484         * lib/unictype/categ_of.h: Likewise.
29485         * lib/unictype/combining.h: Likewise.
29486         * lib/unictype/ctype_alnum.h: Likewise.
29487         * lib/unictype/ctype_alpha.h: Likewise.
29488         * lib/unictype/ctype_blank.h: Likewise.
29489         * lib/unictype/ctype_cntrl.h: Likewise.
29490         * lib/unictype/ctype_digit.h: Likewise.
29491         * lib/unictype/ctype_graph.h: Likewise.
29492         * lib/unictype/ctype_lower.h: Likewise.
29493         * lib/unictype/ctype_print.h: Likewise.
29494         * lib/unictype/ctype_punct.h: Likewise.
29495         * lib/unictype/ctype_space.h: Likewise.
29496         * lib/unictype/ctype_upper.h: Likewise.
29497         * lib/unictype/ctype_xdigit.h: Likewise.
29498         * lib/unictype/decdigit.h: Likewise.
29499         * lib/unictype/digit.h: Likewise.
29500         * lib/unictype/mirror.h: Likewise.
29501         * lib/unictype/numeric.h: Likewise.
29502         * lib/unictype/pr_alphabetic.h: Likewise.
29503         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
29504         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
29505         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
29506         * lib/unictype/pr_bidi_block_separator.h: Likewise.
29507         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
29508         * lib/unictype/pr_bidi_common_separator.h: Likewise.
29509         * lib/unictype/pr_bidi_control.h: Likewise.
29510         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
29511         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
29512         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
29513         * lib/unictype/pr_bidi_european_digit.h: Likewise.
29514         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
29515         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
29516         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
29517         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
29518         * lib/unictype/pr_bidi_pdf.h: Likewise.
29519         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
29520         * lib/unictype/pr_bidi_whitespace.h: Likewise.
29521         * lib/unictype/pr_combining.h: Likewise.
29522         * lib/unictype/pr_composite.h: Likewise.
29523         * lib/unictype/pr_currency_symbol.h: Likewise.
29524         * lib/unictype/pr_dash.h: Likewise.
29525         * lib/unictype/pr_decimal_digit.h: Likewise.
29526         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
29527         * lib/unictype/pr_deprecated.h: Likewise.
29528         * lib/unictype/pr_diacritic.h: Likewise.
29529         * lib/unictype/pr_extender.h: Likewise.
29530         * lib/unictype/pr_format_control.h: Likewise.
29531         * lib/unictype/pr_grapheme_base.h: Likewise.
29532         * lib/unictype/pr_grapheme_extend.h: Likewise.
29533         * lib/unictype/pr_grapheme_link.h: Likewise.
29534         * lib/unictype/pr_hex_digit.h: Likewise.
29535         * lib/unictype/pr_hyphen.h: Likewise.
29536         * lib/unictype/pr_id_continue.h: Likewise.
29537         * lib/unictype/pr_id_start.h: Likewise.
29538         * lib/unictype/pr_ideographic.h: Likewise.
29539         * lib/unictype/pr_ids_binary_operator.h: Likewise.
29540         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
29541         * lib/unictype/pr_ignorable_control.h: Likewise.
29542         * lib/unictype/pr_iso_control.h: Likewise.
29543         * lib/unictype/pr_join_control.h: Likewise.
29544         * lib/unictype/pr_left_of_pair.h: Likewise.
29545         * lib/unictype/pr_line_separator.h: Likewise.
29546         * lib/unictype/pr_logical_order_exception.h: Likewise.
29547         * lib/unictype/pr_lowercase.h: Likewise.
29548         * lib/unictype/pr_math.h: Likewise.
29549         * lib/unictype/pr_non_break.h: Likewise.
29550         * lib/unictype/pr_not_a_character.h: Likewise.
29551         * lib/unictype/pr_numeric.h: Likewise.
29552         * lib/unictype/pr_other_alphabetic.h: Likewise.
29553         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
29554         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
29555         * lib/unictype/pr_other_id_continue.h: Likewise.
29556         * lib/unictype/pr_other_id_start.h: Likewise.
29557         * lib/unictype/pr_other_lowercase.h: Likewise.
29558         * lib/unictype/pr_other_math.h: Likewise.
29559         * lib/unictype/pr_other_uppercase.h: Likewise.
29560         * lib/unictype/pr_paired_punctuation.h: Likewise.
29561         * lib/unictype/pr_paragraph_separator.h: Likewise.
29562         * lib/unictype/pr_pattern_syntax.h: Likewise.
29563         * lib/unictype/pr_pattern_white_space.h: Likewise.
29564         * lib/unictype/pr_private_use.h: Likewise.
29565         * lib/unictype/pr_punctuation.h: Likewise.
29566         * lib/unictype/pr_quotation_mark.h: Likewise.
29567         * lib/unictype/pr_radical.h: Likewise.
29568         * lib/unictype/pr_sentence_terminal.h: Likewise.
29569         * lib/unictype/pr_soft_dotted.h: Likewise.
29570         * lib/unictype/pr_space.h: Likewise.
29571         * lib/unictype/pr_terminal_punctuation.h: Likewise.
29572         * lib/unictype/pr_titlecase.h: Likewise.
29573         * lib/unictype/pr_unassigned_code_value.h: Likewise.
29574         * lib/unictype/pr_unified_ideograph.h: Likewise.
29575         * lib/unictype/pr_uppercase.h: Likewise.
29576         * lib/unictype/pr_variation_selector.h: Likewise.
29577         * lib/unictype/pr_white_space.h: Likewise.
29578         * lib/unictype/pr_xid_continue.h: Likewise.
29579         * lib/unictype/pr_xid_start.h: Likewise.
29580         * lib/unictype/pr_zero_width.h: Likewise.
29581         * lib/unictype/scripts.h: Likewise.
29582         * lib/unictype/scripts_byname.gperf: Likewise.
29583         * lib/unictype/sy_c_ident.h: Likewise.
29584         * lib/unictype/sy_c_whitespace.h: Likewise.
29585         * lib/unictype/sy_java_ident.h: Likewise.
29586         * lib/unictype/sy_java_whitespace.h: Likewise.
29587
29588         * lib/unictype/Makefile: New file.
29589         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
29590         glibc.
29591         * lib/unictype/3level.h: New file, copied from glibc.
29592         * lib/unictype/3levelbit.h: New file.
29593
29594 2007-11-11  Bruno Haible  <bruno@clisp.org>
29595
29596         * modules/gperf: New file.
29597         * modules/iconv_open (Depends-on): Add it.
29598         (Makefile.am): Remove the GPERF definition.
29599
29600 2007-11-11  Bruno Haible  <bruno@clisp.org>
29601
29602         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
29603         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
29604
29605 2007-11-11  Bruno Haible  <bruno@clisp.org>
29606
29607         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
29608         (usage): Remove function.
29609
29610 2007-11-11  Bruno Haible  <bruno@clisp.org>
29611
29612         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
29613         gl_FUNC_CEILF_LIBS.
29614         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
29615         gl_FUNC_CEIL_LIBS.
29616         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
29617         gl_FUNC_CEILL_LIBS.
29618         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
29619         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
29620         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
29621
29622 2007-11-11  Bruno Haible  <bruno@clisp.org>
29623
29624         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
29625         roundf were declared but do not exist on functions.
29626         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
29627         roundl were declared but do not exist on functions.
29628         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
29629         HAVE_FLOORL_AND_CEILL, respectively.
29630         Needed for Sun C on Solaris 10.
29631
29632 2007-11-11  Bruno Haible  <bruno@clisp.org>
29633
29634         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
29635         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
29636         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
29637         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
29638         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
29639         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
29640         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
29641         HAVE_DECL_ROUNDF.
29642         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
29643         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
29644         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
29645         of HAVE_DECL_ROUND*.
29646         * modules/math (Makefile.am): Update.
29647
29648 2007-11-10  Bruno Haible  <bruno@clisp.org>
29649
29650         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
29651         ptrdiff_t as m4/intl.m4.
29652
29653 2007-11-10  Jim Meyering  <meyering@redhat.com>
29654
29655         Avoid link failure for the argmatch test.
29656         * tests/test-argmatch.c (usage): Define function to avoid a link
29657         failure: argmatch_die requires a usage function.
29658
29659 2007-11-09  Bruno Haible  <bruno@clisp.org>
29660
29661         * doc/functions/snprintf.texi: Mention BeOS deficiency.
29662         * doc/functions/vsnprintf.texi: Likewise.
29663         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
29664         with a size argument < 2.
29665
29666 2007-11-09  Bruno Haible  <bruno@clisp.org>
29667
29668         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
29669         buffer. Fixes an inefficiency introduced on 2007-11-03.
29670
29671 2007-11-09  Bruno Haible  <bruno@clisp.org>
29672
29673         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
29674         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
29675
29676 2007-11-08  Jim Meyering  <meyering@redhat.com>
29677
29678         Change cache variable name prefix "jm_" to "gl_" everywhere.
29679         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
29680         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
29681         * m4/uptime.m4: s/gl_/jm_/
29682
29683 2007-11-07  Bruno Haible  <bruno@clisp.org>
29684
29685         Update to GNU gettext 0.17.
29686         * m4/intl.m4: Update to GNU gettext 0.17.
29687         * m4/po.m4: Likewise.
29688         * modules/gettext (Files): Remove m4/ulonglong.m4.
29689         (configure.ac): Require gettext infrastructure from version 0.17.
29690
29691 2007-11-06  Bruno Haible  <bruno@clisp.org>
29692
29693         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
29694         symbolic values are not defined in a public header.
29695         * lib/freadable.c (freadable) [QNX]: Likewise.
29696         * lib/freadahead.c (freadahead) [QNX]: Likewise.
29697         * lib/freading.c (freading) [QNX]: Likewise.
29698         * lib/fseterr.c (fseterr) [QNX]: Likewise.
29699         * lib/fwritable.c (fwritable) [QNX]: Likewise.
29700         * lib/fwriting.c (fwriting) [QNX]: Likewise.
29701         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
29702         Reported by Alain Magloire.
29703
29704         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
29705
29706 2007-11-05  Bruno Haible  <bruno@clisp.org>
29707
29708         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
29709         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
29710         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
29711         Reported by Eric Blake.
29712
29713 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29714             Bruno Haible  <bruno@clisp.org>
29715
29716         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
29717         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
29718         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
29719         (malloc): Undefine also before including <stdlib.h>.
29720         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
29721         Needed on OSF/1 4.0.
29722
29723 2007-11-05  Jim Meyering  <meyering@redhat.com>
29724
29725         git-version-gen: sync from coreutils.
29726         * build-aux/git-version-gen: Add comments.
29727         Change the first '-' to '.' in the snapshot version string,
29728         e.g., 6.9-377-08144 -> 6.9.377-08144
29729         Remove first parameter.
29730         Don't declare a version "-dirty" merely because a time
29731         stamp has changed.
29732
29733 2007-11-04  Bruno Haible  <bruno@clisp.org>
29734
29735         * lib/lock.h: Protect all macro definitions containing an 'if'
29736         statement through a "do { ... } while (0)".
29737         * lib/tls.h: Likewise.
29738
29739 2007-11-04  Bruno Haible  <bruno@clisp.org>
29740
29741         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
29742
29743 2007-11-04  Bruno Haible  <bruno@clisp.org>
29744
29745         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
29746         * modules/fprintf-posix (Depends-on): Add nocrash.
29747         * modules/snprintf-posix (Depends-on): Likewise.
29748         * modules/sprintf-posix (Depends-on): Likewise.
29749         * modules/vasnprintf-posix (Depends-on): Likewise.
29750         * modules/vasprintf-posix (Depends-on): Likewise.
29751         * modules/vfprintf-posix (Depends-on): Likewise.
29752         * modules/vsnprintf-posix (Depends-on): Likewise.
29753         * modules/vsprintf-posix (Depends-on): Likewise.
29754         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
29755         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
29756         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
29757         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
29758         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
29759         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
29760         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
29761
29762 2007-11-04  Bruno Haible  <bruno@clisp.org>
29763
29764         * modules/nocrash: New file.
29765         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
29766         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
29767
29768 2007-11-04  Bruno Haible  <bruno@clisp.org>
29769
29770         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
29771         precision handling.
29772         * tests/test-vasprintf-posix.c (test_function): Likewise.
29773         * tests/test-snprintf-posix.h (test_function): Likewise.
29774         * tests/test-sprintf-posix.h (test_function): Likewise.
29775
29776         Fix *printf behaviour for large precisions on mingw and BeOS.
29777         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
29778         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
29779         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
29780         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
29781         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29782         gl_PRINTF_PRECISION and test its result. Invoke
29783         gl_PREREQ_VASNPRINTF_PRECISION.
29784         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29785         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29786         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29787         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29788         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29789         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29790         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29791         * doc/functions/fprintf.texi: Update.
29792         * doc/functions/printf.texi: Update.
29793         * doc/functions/snprintf.texi: Update.
29794         * doc/functions/sprintf.texi: Update.
29795         * doc/functions/vfprintf.texi: Update.
29796         * doc/functions/vprintf.texi: Update.
29797         * doc/functions/vsnprintf.texi: Update.
29798         * doc/functions/vsprintf.texi: Update.
29799
29800 2007-11-04  Bruno Haible  <bruno@clisp.org>
29801
29802         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
29803
29804 2007-11-04  Bruno Haible  <bruno@clisp.org>
29805
29806         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
29807         Reported by Sylvain Beucler <beuc@gnu.org>.
29808
29809 2007-11-03  Bruno Haible  <bruno@clisp.org>
29810
29811         * tests/test-fprintf-posix2.sh: New file.
29812         * tests/test-fprintf-posix2.c: New file.
29813         * modules/fprintf-posix-tests (Files): Add them.
29814         (TESTS): Add test-fprintf-posix2.sh.
29815         (configure.ac): Check for getrlimit and setrlimit.
29816         (check_PROGRAMS): Add test-fprintf-posix2.
29817
29818         * tests/test-printf-posix2.sh: New file.
29819         * tests/test-printf-posix2.c: New file.
29820         * modules/printf-posix-tests (Files): Add them.
29821         (TESTS): Add test-printf-posix2.sh.
29822         (configure.ac): Check for getrlimit and setrlimit.
29823         (check_PROGRAMS): Add test-printf-posix2.
29824
29825         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
29826         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
29827         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
29828         (decode_double): New function, copied from decode_long_double.
29829         (scale10_round_decimal_decoded): New function, extracted from
29830         scale10_round_decimal_long_double.
29831         (scale10_round_decimal_long_double): Use it.
29832         (scale10_round_decimal_double): New function.
29833         (floorlog10): New function.
29834         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
29835         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
29836         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
29837         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29838         gl_PRINTF_ENOMEM and test its result. Invoke
29839         gl_PREREQ_VASNPRINTF_ENOMEM.
29840         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29841         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29842         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29843         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29844         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29845         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29846         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29847         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
29848         * modules/snprintf-posix (Depends-on): Likewise.
29849         * modules/sprintf-posix (Depends-on): Likewise.
29850         * modules/vasnprintf-posix (Depends-on): Likewise.
29851         * modules/vasprintf-posix (Depends-on): Likewise.
29852         * modules/vfprintf-posix (Depends-on): Likewise.
29853         * modules/vsnprintf-posix (Depends-on): Likewise.
29854         * modules/vsprintf-posix (Depends-on): Likewise.
29855         * doc/functions/fprintf.texi: Update.
29856         * doc/functions/printf.texi: Update.
29857         * doc/functions/snprintf.texi: Update.
29858         * doc/functions/sprintf.texi: Update.
29859         * doc/functions/vfprintf.texi: Update.
29860         * doc/functions/vprintf.texi: Update.
29861         * doc/functions/vsnprintf.texi: Update.
29862         * doc/functions/vsprintf.texi: Update.
29863
29864 2007-11-03  Bruno Haible  <bruno@clisp.org>
29865
29866         * modules/frexp-nolibm-tests: New file.
29867
29868         * modules/frexp-nolibm: New file.
29869         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
29870
29871 2007-11-03  Bruno Haible  <bruno@clisp.org>
29872
29873         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
29874         value is C99 compliant.
29875         Needed for OSF/1 5.1.
29876
29877 2007-11-03  Bruno Haible  <bruno@clisp.org>
29878
29879         Fix out-of-memory handling of vasnprintf.
29880         * lib/printf-parse.c: Include <errno.h>.
29881         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
29882         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
29883         is already set.
29884
29885 2007-11-02  Eric Blake  <ebb9@byu.net>
29886
29887         Fix tests on cygwin.
29888         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
29889
29890 2007-11-01  Bruno Haible  <bruno@clisp.org>
29891
29892         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
29893         warning.
29894         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
29895         needed for POSIX compatibility.
29896
29897 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
29898
29899         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
29900         for compatibility with GNU.
29901
29902 2007-11-01  Bruno Haible  <bruno@clisp.org>
29903
29904         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
29905         (putenv): Renamed from rpl_putenv. Change argument type from
29906         'const char *' to 'char *'.
29907         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
29908         of defining putenv in config.h, just set REPLACE_PUTENV.
29909         * modules/putenv (Depends-on): Add stdlib.
29910         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
29911         (Include): Use <stdlib.h>.
29912         * lib/stdlib.in.h (putenv): New declaration.
29913         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
29914         REPLACE_PUTENV.
29915         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
29916         REPLACE_PUTENV.
29917         Needed for MacOS X 10.5.0.
29918         Reported by Peter O'Gorman <peter@pogma.com>.
29919
29920 2007-11-01  Jim Meyering  <meyering@redhat.com>
29921
29922         Treat an empty date string exactly like "0".
29923         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
29924         if the remaining date string (to be parsed) is empty, use "0".
29925         Reported by Mischa Molhoek and discussed in this thread:
29926         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
29927
29928 2007-10-31  Bruno Haible  <bruno@clisp.org>
29929
29930         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
29931         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
29932         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
29933         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
29934         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
29935         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
29936
29937 2007-10-31  Bruno Haible  <bruno@clisp.org>
29938
29939         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
29940         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
29941         (AC_TYPE_LONG_LONG_INT): Use it.
29942         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
29943         it as well.
29944         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
29945         to m4/longlong.m4.
29946         * modules/stdint (Files): Remove m4/ulonglong.m4.
29947         * modules/strtoull (Files): Use m4/longlong.m4 instead of
29948         m4/ulonglong.m4.
29949         * modules/strtoumax (Files): Likewise.
29950
29951 2007-10-30  Bruno Haible  <bruno@clisp.org>
29952
29953         * modules/xvasprintf-posix: New file.
29954         Suggested by Eric Blake.
29955
29956 2007-10-30  Bruno Haible  <bruno@clisp.org>
29957
29958         * modules/xprintf-posix-tests: New file.
29959         * tests/test-xprintf-posix.sh: New file.
29960         * tests/test-xprintf-posix.c: New file.
29961         * tests/test-xfprintf-posix.c: New file.
29962
29963         * modules/xprintf-posix: New file.
29964
29965 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29966
29967         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
29968         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
29969         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
29970
29971 2007-10-29  Bruno Haible  <bruno@clisp.org>
29972
29973         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
29974         contain the special marker '_cv_'.
29975         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
29976         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
29977         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
29978         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
29979         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
29980         Reported by Ralf Wildenhues.
29981
29982 2007-10-29  Bruno Haible  <bruno@clisp.org>
29983
29984         * gnulib-tool (func_import): When --lgpl is not specified, set
29985         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
29986         GPLv3.
29987         Reported by Simon Josefsson.
29988
29989 2007-10-28  Bruno Haible  <bruno@clisp.org>
29990
29991         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
29992         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
29993         HAVE_DECL_ISFINITE.
29994         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
29995         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
29996         HAVE_DECL_ISFINITE.
29997
29998 2007-10-28  Bruno Haible  <bruno@clisp.org>
29999
30000         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
30001         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
30002
30003 2007-10-28  Bruno Haible  <bruno@clisp.org>
30004
30005         Fix link errors with Sun C 5.0 on Solaris 10.
30006         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
30007         function is declared but not present in the compiler's libm.
30008         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
30009         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
30010         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
30011         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
30012         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
30013         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
30014         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
30015         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
30016         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
30017         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
30018         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
30019         HAVE_DECL_FLOORL.
30020
30021 2007-10-28  Bruno Haible  <bruno@clisp.org>
30022
30023         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
30024         gl_FUNC_FLOORL. Cache the result.
30025         (gl_FUNC_FLOORL): Use it.
30026         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
30027         gl_FUNC_CEILL. Cache the result.
30028         (gl_FUNC_CEILL): Use it.
30029
30030         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
30031         gl_FUNC_FLOOR. Cache the result.
30032         (gl_FUNC_FLOOR): Use it.
30033         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
30034         gl_FUNC_CEIL. Cache the result.
30035         (gl_FUNC_CEIL): Use it.
30036
30037         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
30038         gl_FUNC_FLOORF. Cache the result.
30039         (gl_FUNC_FLOORF): Use it.
30040         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
30041         gl_FUNC_CEILF. Cache the result.
30042         (gl_FUNC_CEILF): Use it.
30043
30044 2007-10-28  Bruno Haible  <bruno@clisp.org>
30045
30046         * gnulib-tool: Allow specifying the LGPL version number through
30047         --lgpl=2 or --lgpl=3.
30048         (func_usage): Document --lgpl with argument.
30049         Handle --lgpl=... arguments.
30050         (func_import): Recognize also gl_LGPL calls with an argument. When
30051         --lgpl=2 is used and the module's license is just LGPL, report an
30052         error. Set sed_transform_lib_file according to the lgpl variable. In
30053         the generated files, use --lgpl or gl_LGPL invocations with argument,
30054         if necessary.
30055         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
30056         an LGPv2+ license.
30057         * doc/gnulib-tool.texi (Modified imports): Update explanation of
30058         gl_LGPL macro.
30059
30060 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30061             Bruno Haible  <bruno@clisp.org>
30062
30063         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
30064         (u16_uctomb_aux): Likewise.
30065         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
30066         !HAVE_INLINE.
30067         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
30068
30069 2007-10-28  Bruno Haible  <bruno@clisp.org>
30070
30071         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
30072         Invoke AM_GETTEXT_OPTION if it exists.
30073         * modules/vasprintf: Likewise.
30074         * modules/verror: Likewise.
30075         * modules/xprintf: Likewise.
30076         * modules/xvasprintf: Likewise.
30077
30078 2007-10-27  Ben Pfaff  <blp@gnu.org>
30079
30080         * lib/math.in.h: Define isfinite macro and prototypes for
30081         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
30082         implementations.
30083         * m4/math_h.m4: New substitutions for isfinite module.
30084         * lib/isfinite.c: New file.
30085         * m4/isfinite.m4: New file.
30086         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
30087         * modules/isfinite: New file.
30088         * modules/isfinite-tests: New file.
30089         * tests/tests-isfinite.c: New file.
30090         * doc/functions/isfinite.texi: Mention isfinite module.
30091         * MODULES.html.sh: Mention new module.
30092
30093 2007-10-27  Ben Pfaff  <blp@gnu.org>
30094
30095         Ralf Wildenhues reported that Tru64 4.0D declares the round
30096         functions but does not have definitions.
30097         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
30098         cannot be found in any library, set the output variable to
30099         "missing" instead of "".
30100         * m4/round.m4: Also use our substitute if we cannot find round in
30101         any library, even if it is declared.
30102         * m4/roundf.m4: Likewise for roundf.
30103         * m4/roundl.m4: Likewise for roundl.
30104         * lib/math.in.h: Undefine roundf, round, roundl before defining
30105         their replacements, to allow for hypothetical systems where these
30106         may be defined as macros but not available in libraries.
30107
30108 2007-10-27  Bruno Haible  <bruno@clisp.org>
30109
30110         * doc/gnulib.texi: Invoke @firstparagraphindent.
30111         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
30112         changes in gnulib.
30113         (Source changes): New section.
30114
30115 2007-10-26  Bruno Haible  <bruno@clisp.org>
30116
30117         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
30118         borrowed from autoconf.
30119
30120 2007-10-26  Bruno Haible  <bruno@clisp.org>
30121
30122         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
30123         strerror returned the empty string. Needed on HP-UX 11.00.
30124
30125 2007-10-24  Micah Cowan  <micah@cowan.name>
30126
30127         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
30128         * build-aux/bootstrap: Remove support for now-unnecessary option,
30129         --cvs-user, and envvars CVS_USER, CVS_RSH.
30130
30131 2007-10-24  Jim Meyering  <meyering@redhat.com>
30132
30133         Avoid diagnostics from sha1sum when there is no cached checksum.
30134         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
30135         if the po.s1 file hasn't been created yet.
30136
30137         * build-aux/bootstrap: Sync from coreutils:
30138         2007-10-24  Jim Meyering  <meyering@redhat.com>
30139         Get gnulib from the git repository, not from an obsolete cvs one.
30140         * build-aux/bootstrap: Suggestion from Micah Cowan.
30141         2007-10-04  Jim Meyering  <jim@meyering.net>
30142         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
30143         (update_po_files): Work also when there are no .po files in po/.
30144
30145 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
30146
30147         * README: Append ".git" to git and cg examples.
30148         Problem reported by Benoit Sigoure.
30149
30150 2007-10-23  Micah Cowan  <micah@cowan.name>
30151
30152         * users.txt: Add wget.
30153
30154 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30155
30156         Fix linking of some unistdio tests on FreeBSD.
30157         * modules/unistdio/u16-vsnprintf-tests
30158         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
30159         * modules/unistdio/u16-vsprintf-tests
30160         (test_u16_vsnprintf1_LDADD): Likewise.
30161         * modules/unistdio/u32-vsnprintf-tests
30162         (test_u32_vsnprintf1_LDADD): Likewise.
30163         * modules/unistdio/u32-vsprintf-tests
30164         (test_u32_vsprintf1_LDADD): Likewise.
30165         * modules/unistdio/u8-vsnprintf-tests
30166         (test_u8_vsnprintf1_LDADD): Likewise.
30167         * modules/unistdio/u8-vsprintf-tests
30168         (test_u8_vsprintf1_LDADD): Likewise.
30169         * modules/unistdio/ulc-vsnprintf-tests
30170         (test_ulc_vsnprintf1_LDADD): Likewise.
30171         * modules/unistdio/ulc-vsprintf-tests
30172         (test_ulc_vsprintf1_LDADD): Likewise.
30173
30174         Fix linking of some uniconv tests on FreeBSD.
30175         * modules/uniconv/u16-conv-from-enc-tests
30176         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
30177         * modules/uniconv/u16-conv-to-enc-tests
30178         (test_u16_conv_to_enc_LDADD): Likewise.
30179         * modules/uniconv/u16-strconv-from-enc-tests
30180         (test_u16_strconv_from_enc_LDADD): Likewise.
30181         * modules/uniconv/u16-strconv-to-enc-tests
30182         (test_u16_strconv_to_enc_LDADD): Likewise.
30183         * modules/uniconv/u32-conv-from-enc-tests
30184         (test_u32_conv_from_enc_LDADD): Likewise.
30185         * modules/uniconv/u32-conv-to-enc-tests
30186         (test_u32_conv_to_enc_LDADD): Likewise.
30187         * modules/uniconv/u32-strconv-from-enc-tests
30188         (test_u32_strconv_from_enc_LDADD): Likewise.
30189         * modules/uniconv/u32-strconv-to-enc-tests
30190         (test_u32_strconv_to_enc_LDADD): Likewise.
30191         * modules/uniconv/u8-conv-from-enc-tests
30192         (test_u8_conv_from_enc_LDADD): Likewise.
30193         * modules/uniconv/u8-conv-to-enc-tests
30194         (test_u8_conv_to_enc_LDADD): Likewise.
30195         * modules/uniconv/u8-strconv-from-enc-tests
30196         (test_u8_strconv_from_enc_LDADD): Likewise.
30197         * modules/uniconv/u8-strconv-to-enc-tests
30198         (test_u8_strconv_to_enc_LDADD): Likewise.
30199
30200 2007-10-22  Bruno Haible  <bruno@clisp.org>
30201
30202         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
30203         size.
30204
30205 2007-10-22  Eric Blake  <ebb9@byu.net>
30206
30207         Tweak x*printf documentation.
30208         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
30209         variable name and comments.
30210         Suggested by Bruno Haible.
30211
30212 2007-10-22  Bruno Haible  <bruno@clisp.org>
30213
30214         * lib/acl.c (copy_acl): Fix file name in comment.
30215
30216 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30217
30218         Fix Tru64 problem with stdbool.h.
30219         * lib/stdbool.in.h (false, true):
30220         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
30221         Don't declare as an enum in this situation; it runs afoul of Tru64.
30222         Problem reported by Steven M. Schweda in
30223         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
30224
30225 2007-10-22  Eric Blake  <ebb9@byu.net>
30226
30227         Also wrap vf?printf.
30228         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
30229         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
30230         (xvprintf, xvfprintf): New functions.
30231
30232 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30233
30234         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
30235         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
30236
30237         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
30238         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
30239
30240 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30241
30242         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
30243         by Bruno Haible.
30244
30245 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30246
30247         * lib/getloadavg.c
30248         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
30249         Undef `sys' after including sys/table.h, for Tru64 4.0D.
30250
30251         * tests/test-i-ring.c: Work for C89.
30252
30253 2007-10-22  Bruno Haible  <bruno@clisp.org>
30254
30255         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
30256         -1u, in preprocessor expression, so that we don't test for the bug
30257         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
30258         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
30259
30260 2007-10-22  Eric Blake  <ebb9@byu.net>
30261
30262         * tests/test-yesno.sh: Silence stderr during test.
30263
30264 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30265
30266         * modules/crypto/gc-camellia: New file.
30267
30268         * m4/gc-camellia.m4: New file.
30269
30270         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
30271
30272         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
30273
30274 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30275
30276         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
30277         --help to stdout.  Reported by sms@antinode.org (Steven
30278         M. Schweda).
30279
30280 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30281
30282         * users.txt: Fix link to libksba.
30283
30284 2007-10-21  Ben Pfaff  <blp@gnu.org>
30285
30286         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
30287         round.c roundf implementation that depends on floorf and ceilf to
30288         be tested unconditionally.
30289
30290 2007-10-21  Ben Pfaff  <blp@gnu.org>
30291
30292         * m4/check-libm-func.m4: Removed.
30293         * m4/check-math-lib.m4: New file.
30294         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
30295         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
30296         definition and lack of AC_LIBOBJ([roundf]).
30297         * m4/roundl.m4: Ditto, and similarly for roundl.
30298         * modules/round: Reference new m4 file.
30299         * modules/roundf: Ditto.
30300         * modules/roundl: Ditto.
30301         * tests/test-round2.c (main): Use ROUND instead of round.
30302         Bug report from Bruno Haible.
30303
30304 2007-10-21  Bruno Haible  <bruno@clisp.org>
30305
30306         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
30307         context.
30308
30309 2007-10-21  Bruno Haible  <bruno@clisp.org>
30310
30311         * tests/test-wcwidth.c (main): Allow negative result for some control
30312         characters.
30313
30314         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
30315         Needed on OSF/1 5.1.
30316
30317 2007-10-21  Bruno Haible  <bruno@clisp.org>
30318
30319         * tests/test-floorf1.c: Include isnanf.h.
30320         (main): Use isnanf() instead of isnan().
30321         * tests/test-ceilf1.c: Include isnanf.h.
30322         (main): Use isnanf() instead of isnan().
30323         * tests/test-truncf1.c: Include isnanf.h.
30324         (main): Use isnanf() instead of isnan().
30325         * tests/test-roundf1.c: Include isnanf.h.
30326         (main): Use isnanf() instead of isnan().
30327
30328 2007-10-21  Eric Blake  <ebb9@byu.net>
30329
30330         * users.txt: Update URL for m4.
30331
30332 2007-10-21  Bruno Haible  <bruno@clisp.org>
30333
30334         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
30335
30336 2007-10-21  Bruno Haible  <bruno@clisp.org>
30337
30338         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
30339         Git's management files if the CVS files are not present.
30340
30341 2007-10-20  Bruno Haible  <bruno@clisp.org>
30342
30343         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
30344         gcc-3.4.x.
30345
30346 2007-10-20  Ben Pfaff  <blp@gnu.org>
30347
30348         * lib/math.in.h: Declare round, roundf, roundl if we are providing
30349         implementations.
30350         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
30351         * lib/round.c: New file.
30352         * lib/roundf.c: New file.
30353         * lib/roundl.c: New file.
30354         * m4/round.m4: New file.
30355         * m4/roundf.m4: New file.
30356         * m4/roundl.m4: New file.
30357         * m4/check-libm-func-m4: New file.
30358         * modules/math: Replace round, roundf, roundl related @VARS@ in
30359         math.in.h.
30360         * modules/round: New file.
30361         * modules/round-tests: New file.
30362         * modules/roundf: New file.
30363         * modules/roundf-tests: New file.
30364         * modules/roundl: New file.
30365         * modules/roundl-tests: New file.
30366         * tests/test-round1.c: New file.
30367         * tests/test-round2.c: New file.
30368         * tests/test-roundf1.c: New file.
30369         * tests/test-roundf2.c: New file.
30370         * tests/test-roundl.c: New file.
30371         * doc/functions/round.texi: Mention round module.
30372         * doc/functions/roundf.texi: Mention roundf module.
30373         * doc/functions/roundl.texi: Mention roundl module.
30374         * MODULES.html.sh: Mention new modules.
30375         Thanks to Bruno Haible for suggestions.
30376
30377 2007-10-20  Jim Meyering  <meyering@redhat.com>
30378
30379         * lib/xprintf.c: Include <config.h> unconditionally.
30380
30381         Change xprintf's license to GPL.
30382         * modules/xprintf (License): s/LGPL/GPL/, since this module
30383         depends on modules (exit and exitfail) which are GPL.
30384         Suggestion from Bruno Haible.
30385
30386         xprintf fixes.
30387         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
30388         Use a clearer diagnostic.
30389         Patch from Bruno Haible.
30390
30391 2007-10-20  Bruno Haible  <bruno@clisp.org>
30392
30393         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
30394         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
30395         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30396
30397 2007-10-20  Bruno Haible  <bruno@clisp.org>
30398
30399         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
30400         precision in the comparison result > x - 1 or similar.
30401         * tests/test-ceilf2.c (correct_result_p): Likewise.
30402         * tests/test-truncf2.c (correct_result_p): Likewise.
30403         * tests/test-trunc2.c (correct_result_p): Likewise.
30404         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30405
30406 2007-10-20  Bruno Haible  <bruno@clisp.org>
30407
30408         * modules/ceil: New file.
30409         * m4/ceil.m4: New file.
30410         * doc/functions/ceil.texi: Mention the 'ceil' module.
30411
30412 2007-10-20  Bruno Haible  <bruno@clisp.org>
30413
30414         * modules/floor: New file.
30415         * m4/floor.m4: New file.
30416         * doc/functions/floor.texi: Mention the 'floor' module.
30417
30418 2007-10-20  Bruno Haible  <bruno@clisp.org>
30419
30420         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
30421         of %a.
30422         * modules/floorf-tests (Depends-on): Likewise.
30423         * modules/truncf-tests (Depends-on): Likewise.
30424         * modules/trunc-tests (Depends-on): Likewise.
30425         Reported by Ben Pfaff.
30426
30427 2007-10-19  Jim Meyering  <meyering@redhat.com>
30428
30429         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
30430         Don't bother testing specific errno values.  Just test ferror.
30431
30432         New module: xprintf
30433         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
30434
30435 2007-10-19  Bruno Haible  <bruno@clisp.org>
30436
30437         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
30438         syntax.
30439         * modules/javaexec (Makefile.am): Likewise.
30440         * modules/relocatable-prog (Makefile.am): Likewise.
30441         Suggested by Jim Meyering.
30442
30443 2007-10-18  Bruno Haible  <bruno@clisp.org>
30444
30445         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
30446         Reported by Jim Meyering.
30447
30448 2007-10-18  Eric Blake  <ebb9@byu.net>
30449
30450         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
30451
30452 2007-10-18  Bruno Haible  <bruno@clisp.org>
30453
30454         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
30455         the format string into writable memory. Needed in Fortify conditions.
30456
30457 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
30458             Bruno Haible  <bruno@clisp.org>
30459
30460         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
30461         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
30462         * modules/trim (Depends-on): Add mbchar.
30463         (configure.ac): Add gl_FUNC_MBRTOWC.
30464         (Makefile.am): Augment lib_SOURCES.
30465
30466 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
30467
30468         Modify glob.c to use fstatat and dirfd, to simplify it.
30469         Suggested by Eric Blake.
30470         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
30471         Don't include <stdbool.h>; not used.
30472         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
30473         (link_exists_p): Simplify implementation, since we can now assume
30474         dirfd and fstatat.
30475         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
30476
30477 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30478
30479         * gnulib-tool (func_get_dependencies): Fix sed script to
30480         match only tests.
30481
30482 2007-10-17  Bruno Haible  <bruno@clisp.org>
30483
30484         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
30485         allow locale names without encoding suffix.
30486         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
30487         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
30488
30489 2007-10-16  Bruno Haible  <bruno@clisp.org>
30490
30491         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
30492         * lib/getgroups.c (getgroups): Likewise.
30493         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
30494
30495 2007-10-16  Bruno Haible  <bruno@clisp.org>
30496
30497         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
30498         * modules/malloc-posix (License): Likewise.
30499         * modules/realloc-posix (License): Likewise.
30500         * modules/calloc-posix (License): Likewise.
30501         * modules/intprops (License): Change from GPL to LGPL, with
30502         Paul Eggert's approval.
30503
30504 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
30505
30506         Merge glibc changes into lib/glob.c.
30507
30508         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
30509         2007-10-15 04:59:03 UTC.  Here are the changes:
30510
30511         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
30512
30513         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
30514
30515         * lib/glob.c: Add some branch prediction throughout.
30516
30517         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
30518
30519         [BZ #5103]
30520         * lib/glob.c (glob): Recognize patterns starting \/.
30521
30522         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
30523
30524         [BZ #3996]
30525         * lib/glob.c (attribute_hidden): Define if not defined.
30526         (glob): Unescape dirname, filename or username when needed and not
30527         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
30528         is NULL.  Handle unescaped [ in pattern without closing ].
30529         Don't pass GLOB_CHECK down to recursive glob for directories.
30530         (__glob_pattern_type): New function.
30531         (__glob_pattern_p): Implement using __glob_pattern_type.
30532         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
30533         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
30534         Remove unreachable code.
30535
30536         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
30537
30538         * lib/glob.c (glob_in_dir): Add some comments and asserts to
30539         explain why there are no leaks.
30540
30541         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
30542
30543         [BZ #3253]
30544         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
30545         time, rather allocate increasingly bigger arrays of pointers, if
30546         possible with alloca, if too large with malloc.
30547
30548 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
30549
30550         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
30551         Problem reported by H.Merijn Brand in
30552         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
30553         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
30554         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
30555
30556 2007-10-15  Bruno Haible  <bruno@clisp.org>
30557
30558         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
30559         with explicit rpl_ prefix.
30560         * lib/fopen.c (fopen): Likewise.
30561         * lib/freopen.c (freopen): Likewise.
30562         * lib/iconv.c (iconv): Likewise.
30563         * lib/iconv_close.c (iconv_close): Likewise.
30564
30565 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30566
30567         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
30568
30569 2007-10-15  Bruno Haible  <bruno@clisp.org>
30570
30571         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
30572         <stddef.h> instead of <stdlib.h> since we only need NULL.
30573         Reported by Ben Pfaff <blp@cs.stanford.edu>.
30574
30575 2007-10-15  Bruno Haible  <bruno@clisp.org>
30576
30577         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
30578         Replace paragraph talking about LIBOBJS.
30579         Reported by Colin Watson <cjwatson@debian.org>.
30580
30581 2007-10-15  Bruno Haible  <bruno@clisp.org>
30582
30583         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
30584         <stdlib.h> before using NULL.
30585
30586 2007-10-15  Simon Josefsson  <simon@josefsson.org>
30587
30588         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
30589         Reported by Albert Chin <china@thewrittenword.com>.
30590
30591 2007-10-14  Bruno Haible  <bruno@clisp.org>
30592
30593         * modules/iconv_open-utf-tests: New file.
30594         * tests/test-iconv-utf.c: New file.
30595
30596         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
30597         * modules/iconv_open-utf: New file.
30598         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
30599         (iconv, iconv_close): New declarations.
30600         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
30601         be defined.
30602         (iconv_open): Add special handling of conversion between UTF-8 and
30603         UTF-{16,32}{BE,LE}.
30604         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
30605         * lib/iconv_close.c: New file.
30606         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
30607         gl_FUNC_ICONV_OPEN.
30608         (gl_FUNC_ICONV_OPEN): Use it.
30609         (gl_FUNC_ICONV_OPEN_UTF): New macro.
30610         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
30611         and REPLACE_ICONV_UTF.
30612         * modules/iconv_open (Depends-on): Add c-strcase.
30613         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
30614         ICONV_CONST.
30615         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
30616
30617 2007-10-13  Albert Chin  <china@thewrittenword.com>
30618             Bruno Haible  <bruno@clisp.org>
30619
30620         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
30621         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
30622
30623 2007-10-13  Bruno Haible  <bruno@clisp.org>
30624
30625         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
30626         defined, use the ISO C99 inline semantics.
30627         * lib/argp.h (ARGP_EI): Likewise.
30628
30629 2007-10-13  Bruno Haible  <bruno@clisp.org>
30630
30631         Handle 'inline' change in gcc 4.3.0.
30632         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
30633         argp_fmtstream_write, argp_fmtstream_set_lmargin,
30634         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
30635         argp_fmtstream_point): Disable 'extern' declaration if the function
30636         definition is going to be provided inline.
30637         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
30638         semantics, not the ISO C99 inline semantics.
30639         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
30640         'extern' declaration if the function definition is going to be provided
30641         inline.
30642         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
30643         the GNU C inline semantics, not the ISO C99 inline semantics. With
30644         GCC 4.2, avoid a warning.
30645
30646 2007-10-13  Bruno Haible  <bruno@clisp.org>
30647
30648         * lib/freading.h (freading): Enable the use of __freading for
30649         glibc >= 2.7.
30650         * lib/freading.c (freading): Likewise.
30651
30652 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
30653
30654         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
30655         "warning: C99 inline functions are not supported; using GNU89".
30656
30657 2007-10-12  Bruno Haible  <bruno@clisp.org>
30658
30659         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
30660         of 2.
30661         * tests/test-ceilf2.c: New file.
30662         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
30663
30664         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
30665         * modules/ceilf-tests: Update.
30666
30667 2007-10-12  Bruno Haible  <bruno@clisp.org>
30668
30669         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
30670         of 2.
30671         * tests/test-floorf2.c: New file.
30672         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
30673
30674         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
30675         * modules/floorf-tests: Update.
30676
30677 2007-10-12  Bruno Haible  <bruno@clisp.org>
30678
30679         * tests/test-trunc2.c: New file.
30680         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
30681
30682         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
30683         * modules/trunc-tests: Update.
30684
30685 2007-10-12  Bruno Haible  <bruno@clisp.org>
30686
30687         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
30688         of 2.
30689         * tests/test-truncf2.c: New file.
30690         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
30691
30692         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
30693         * modules/truncf-tests: Update.
30694
30695 2007-10-11  Eric Blake  <ebb9@byu.net>
30696
30697         Don't claim strerror is broken on Interix.
30698         * doc/functions/strerror.texi (strerror): Known broken systems are
30699         now Solaris 8, and not Interix.
30700         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
30701         Interix on cross-compile.
30702         Reported by Martin Koeppe in
30703         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
30704
30705 2007-10-11  Bruno Haible  <bruno@clisp.org>
30706
30707         * modules/i-ring-tests: New file.
30708         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
30709         instead of assert.
30710
30711 2007-10-11  Bruno Haible  <bruno@clisp.org>
30712
30713         * modules/filenamecat-tests: New file.
30714         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
30715         * lib/filenamecat.c: Remove test code.
30716
30717 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
30718
30719         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
30720
30721         * lib/strerror.c: Include <string.h> always, to test interface,
30722         and to remove the need for the dummy.
30723         Include intprops.h to compute width instead of doing it ourselves
30724         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
30725         (strerror): Define it to return NULL if there's no system strerror.
30726         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
30727         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
30728         ancient pre-strerror Unix systems well any more.  Saying "unknown
30729         system error" is enough.
30730         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
30731         simpler strerror.c implementation.
30732         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
30733         Simplify the tests to reflect the simpler strerror implementation.
30734         * modules/strerror (Depends-on): Add intprops.
30735
30736 2007-10-09  Eric Blake  <ebb9@byu.net>
30737
30738         Silence test-fpending.
30739         * modules/fpending-tests (Files): Add wrapper script.
30740         * tests/test-fpending.sh: New file.
30741
30742 2007-10-09  Bruno Haible  <bruno@clisp.org>
30743
30744         * MODULES.html.sh (func_module): Don't create a hyperlink for
30745         function names like 'printf_frexp'.
30746         (Misc): Add crc, memxor.
30747         (Characteristics of floating types): New section.
30748         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
30749         isnanf-nolibm, signbit, trunc, truncf, truncl.
30750         (Enhancements for ISO C 99 functions): New subsection Input/output.
30751         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
30752         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
30753         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
30754         (Compatibility checks for POSIX:2001 functions): Add clock-time.
30755         (Enhancements for POSIX:2001 functions): Add chdir-long.
30756         (File system functions): Add areadlink, chdir-safer, read-file.
30757         Remove cycle-check.
30758         (File system as inode set): New section.
30759         (Date and time): Add gethrxtime.
30760         (Multithreading): Add openmp.
30761         (Internationalization functions): Add localename.
30762         (Unicode string functions): Add unistr/u*-mbsnlen.
30763         (Support for maintaining and releasing projects): Add git-version-gen.
30764         (Lone files): Remove directories.
30765
30766 2007-10-08  Ben Pfaff  <blp@gnu.org>
30767
30768         * lib/xmalloca.h: Fix typo in comment.
30769
30770 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
30771
30772         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
30773         when avoiding problems with integer overflow.  Use a portable test
30774         instead.
30775
30776 2007-10-08  Simon Josefsson  <simon@josefsson.org>
30777
30778         * modules/dummy (License): Change to LGPLv2+.
30779         * modules/float (License): Likewise
30780         * modules/realloc (License): Likewise
30781         * modules/stdlib (License): Likewise
30782
30783 2007-10-07  Bruno Haible  <bruno@clisp.org>
30784
30785         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
30786         * floor.c (TWO_MANT_DIG): Likewise.
30787         * ceil.c (TWO_MANT_DIG): Likewise.
30788         Reported by Ben Pfaff.
30789
30790 2007-10-07  Bruno Haible  <bruno@clisp.org>
30791
30792         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
30793         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
30794         * lib/frexp.c (FUNC): Likewise.
30795         * lib/printf-frexp.h (printf_frexp): Likewise.
30796         * lib/printf-frexpl.h (printf_frexpl): Likewise.
30797         * lib/printf-frexp.c (FUNC): Likewise.
30798         Suggested by Jim Meyering.
30799
30800 2007-10-07  Jim Meyering  <meyering@redhat.com>
30801
30802         Make xnanosleep's integer overflow test more robust.
30803         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
30804         so that gcc-4.3.0 doesn't optimize away this test for overflow.
30805
30806 2007-10-07  Bruno Haible  <bruno@clisp.org>
30807
30808         * NEWS: Mention the license change.
30809
30810         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
30811         abbreviations in the modules files.
30812
30813         Change copyright notice from GPLv2+ to GPLv3+.
30814         * README: Change copyright notice.
30815         * MODULES.html.sh: Likewise.
30816         * build-aux/bootstrap.conf: Likewise.
30817         * build-aux/config.libpath: Likewise.
30818         * build-aux/csharpcomp.sh.in: Likewise.
30819         * build-aux/csharpexec.sh.in: Likewise.
30820         * build-aux/install-reloc: Likewise.
30821         * build-aux/javacomp.sh.in: Likewise.
30822         * build-aux/javaexec.sh.in: Likewise.
30823         * build-aux/ldd.sh.in: Likewise.
30824         * build-aux/reloc-ldflags: Likewise.
30825         * build-aux/relocatable.sh.in: Likewise.
30826         * build-aux/x-to-1.in: Likewise.
30827         * check-module: Likewise.
30828         * config/srclistvars.sh: Likewise.
30829         * gnulib-tool: Likewise.
30830         * lib/acl-internal.h: Likewise.
30831         * lib/acl.c: Likewise.
30832         * lib/acl.h: Likewise.
30833         * lib/acl_entries.c: Likewise.
30834         * lib/areadlink-with-size.c: Likewise.
30835         * lib/areadlink.c: Likewise.
30836         * lib/areadlink.h: Likewise.
30837         * lib/argmatch.c: Likewise.
30838         * lib/argmatch.h: Likewise.
30839         * lib/argp-ba.c: Likewise.
30840         * lib/argp-eexst.c: Likewise.
30841         * lib/argp-fmtstream.c: Likewise.
30842         * lib/argp-fmtstream.h: Likewise.
30843         * lib/argp-fs-xinl.c: Likewise.
30844         * lib/argp-help.c: Likewise.
30845         * lib/argp-namefrob.h: Likewise.
30846         * lib/argp-parse.c: Likewise.
30847         * lib/argp-pin.c: Likewise.
30848         * lib/argp-pv.c: Likewise.
30849         * lib/argp-pvh.c: Likewise.
30850         * lib/argp-xinl.c: Likewise.
30851         * lib/argp.h: Likewise.
30852         * lib/at-func.c: Likewise.
30853         * lib/atanl.c: Likewise.
30854         * lib/backupfile.c: Likewise.
30855         * lib/backupfile.h: Likewise.
30856         * lib/basename.c: Likewise.
30857         * lib/binary-io.h: Likewise.
30858         * lib/byteswap.in.h: Likewise.
30859         * lib/c-stack.c: Likewise.
30860         * lib/c-stack.h: Likewise.
30861         * lib/c-strcasestr.c: Likewise.
30862         * lib/c-strcasestr.h: Likewise.
30863         * lib/c-strstr.c: Likewise.
30864         * lib/c-strstr.h: Likewise.
30865         * lib/c-strtod.c: Likewise.
30866         * lib/calloc.c: Likewise.
30867         * lib/canon-host.c: Likewise.
30868         * lib/canon-host.h: Likewise.
30869         * lib/canonicalize-lgpl.c: Likewise.
30870         * lib/canonicalize.c: Likewise.
30871         * lib/canonicalize.h: Likewise.
30872         * lib/ceil.c: Likewise.
30873         * lib/ceilf.c: Likewise.
30874         * lib/ceill.c: Likewise.
30875         * lib/chdir-long.c: Likewise.
30876         * lib/chdir-long.h: Likewise.
30877         * lib/chdir-safer.c: Likewise.
30878         * lib/chdir-safer.h: Likewise.
30879         * lib/chown.c: Likewise.
30880         * lib/classpath.c: Likewise.
30881         * lib/classpath.h: Likewise.
30882         * lib/clean-temp.c: Likewise.
30883         * lib/clean-temp.h: Likewise.
30884         * lib/cloexec.c: Likewise.
30885         * lib/close-stream.c: Likewise.
30886         * lib/closein.c: Likewise.
30887         * lib/closein.h: Likewise.
30888         * lib/closeout.c: Likewise.
30889         * lib/closeout.h: Likewise.
30890         * lib/concat-filename.c: Likewise.
30891         * lib/copy-file.c: Likewise.
30892         * lib/copy-file.h: Likewise.
30893         * lib/count-one-bits.h: Likewise.
30894         * lib/crc.c: Likewise.
30895         * lib/crc.h: Likewise.
30896         * lib/creat-safer.c: Likewise.
30897         * lib/csharpcomp.c: Likewise.
30898         * lib/csharpcomp.h: Likewise.
30899         * lib/csharpexec.c: Likewise.
30900         * lib/csharpexec.h: Likewise.
30901         * lib/cycle-check.c: Likewise.
30902         * lib/cycle-check.h: Likewise.
30903         * lib/diacrit.c: Likewise.
30904         * lib/diacrit.h: Likewise.
30905         * lib/diffseq.h: Likewise.
30906         * lib/dirchownmod.c: Likewise.
30907         * lib/dirent.in.h: Likewise.
30908         * lib/dirfd.c: Likewise.
30909         * lib/dirfd.h: Likewise.
30910         * lib/dirname.c: Likewise.
30911         * lib/dirname.h: Likewise.
30912         * lib/dummy.c: Likewise.
30913         * lib/dup-safer.c: Likewise.
30914         * lib/dup2.c: Likewise.
30915         * lib/eealloc.h: Likewise.
30916         * lib/error.c: Likewise.
30917         * lib/error.h: Likewise.
30918         * lib/euidaccess.c: Likewise.
30919         * lib/exclude.c: Likewise.
30920         * lib/exclude.h: Likewise.
30921         * lib/execute.c: Likewise.
30922         * lib/execute.h: Likewise.
30923         * lib/exitfail.c: Likewise.
30924         * lib/exitfail.h: Likewise.
30925         * lib/expl.c: Likewise.
30926         * lib/fatal-signal.c: Likewise.
30927         * lib/fatal-signal.h: Likewise.
30928         * lib/fbufmode.c: Likewise.
30929         * lib/fbufmode.h: Likewise.
30930         * lib/fchdir.c: Likewise.
30931         * lib/fchmodat.c: Likewise.
30932         * lib/fchownat.c: Likewise.
30933         * lib/fcntl--.h: Likewise.
30934         * lib/fcntl-safer.h: Likewise.
30935         * lib/fcntl.in.h: Likewise.
30936         * lib/fd-safer.c: Likewise.
30937         * lib/fflush.c: Likewise.
30938         * lib/file-has-acl.c: Likewise.
30939         * lib/file-set.c: Likewise.
30940         * lib/file-type.c: Likewise.
30941         * lib/file-type.h: Likewise.
30942         * lib/fileblocks.c: Likewise.
30943         * lib/filemode.c: Likewise.
30944         * lib/filemode.h: Likewise.
30945         * lib/filename.h: Likewise.
30946         * lib/filenamecat.c: Likewise.
30947         * lib/filenamecat.h: Likewise.
30948         * lib/findprog.c: Likewise.
30949         * lib/findprog.h: Likewise.
30950         * lib/float.in.h: Likewise.
30951         * lib/floor.c: Likewise.
30952         * lib/floorf.c: Likewise.
30953         * lib/floorl.c: Likewise.
30954         * lib/fopen-safer.c: Likewise.
30955         * lib/fopen.c: Likewise.
30956         * lib/fpending.c: Likewise.
30957         * lib/fpending.h: Likewise.
30958         * lib/fprintf.c: Likewise.
30959         * lib/fprintftime.h: Likewise.
30960         * lib/fpucw.h: Likewise.
30961         * lib/fpurge.c: Likewise.
30962         * lib/fpurge.h: Likewise.
30963         * lib/freadable.c: Likewise.
30964         * lib/freadable.h: Likewise.
30965         * lib/freadahead.c: Likewise.
30966         * lib/freadahead.h: Likewise.
30967         * lib/freading.c: Likewise.
30968         * lib/freading.h: Likewise.
30969         * lib/free.c: Likewise.
30970         * lib/freopen.c: Likewise.
30971         * lib/frexp.c: Likewise.
30972         * lib/frexpl.c: Likewise.
30973         * lib/fseek.c: Likewise.
30974         * lib/fseterr.c: Likewise.
30975         * lib/fseterr.h: Likewise.
30976         * lib/fstatat.c: Likewise.
30977         * lib/fstrcmp.c: Likewise.
30978         * lib/fstrcmp.h: Likewise.
30979         * lib/fsusage.c: Likewise.
30980         * lib/fsusage.h: Likewise.
30981         * lib/ftell.c: Likewise.
30982         * lib/ftello.c: Likewise.
30983         * lib/fts-cycle.c: Likewise.
30984         * lib/fts.c: Likewise.
30985         * lib/fts_.h: Likewise.
30986         * lib/full-read.c: Likewise.
30987         * lib/full-read.h: Likewise.
30988         * lib/full-write.c: Likewise.
30989         * lib/full-write.h: Likewise.
30990         * lib/fwritable.c: Likewise.
30991         * lib/fwritable.h: Likewise.
30992         * lib/fwriteerror.c: Likewise.
30993         * lib/fwriteerror.h: Likewise.
30994         * lib/fwriting.c: Likewise.
30995         * lib/fwriting.h: Likewise.
30996         * lib/gcd.c: Likewise.
30997         * lib/gcd.h: Likewise.
30998         * lib/getcwd.c: Likewise.
30999         * lib/getdate.h: Likewise.
31000         * lib/getdate.y: Likewise.
31001         * lib/getdomainname.c: Likewise.
31002         * lib/getdomainname.h: Likewise.
31003         * lib/getgroups.c: Likewise.
31004         * lib/gethostname.c: Likewise.
31005         * lib/gethrxtime.c: Likewise.
31006         * lib/gethrxtime.h: Likewise.
31007         * lib/getloadavg.c: Likewise.
31008         * lib/getndelim2.c: Likewise.
31009         * lib/getndelim2.h: Likewise.
31010         * lib/getnline.c: Likewise.
31011         * lib/getnline.h: Likewise.
31012         * lib/getopt.c: Likewise.
31013         * lib/getopt.in.h: Likewise.
31014         * lib/getopt1.c: Likewise.
31015         * lib/getopt_int.h: Likewise.
31016         * lib/getpagesize.h: Likewise.
31017         * lib/getsubopt.c: Likewise.
31018         * lib/gettime.c: Likewise.
31019         * lib/getugroups.c: Likewise.
31020         * lib/getugroups.h: Likewise.
31021         * lib/getusershell.c: Likewise.
31022         * lib/gl_anyavltree_list1.h: Likewise.
31023         * lib/gl_anyavltree_list2.h: Likewise.
31024         * lib/gl_anyhash_list1.h: Likewise.
31025         * lib/gl_anyhash_list2.h: Likewise.
31026         * lib/gl_anylinked_list1.h: Likewise.
31027         * lib/gl_anylinked_list2.h: Likewise.
31028         * lib/gl_anyrbtree_list1.h: Likewise.
31029         * lib/gl_anyrbtree_list2.h: Likewise.
31030         * lib/gl_anytree_list1.h: Likewise.
31031         * lib/gl_anytree_list2.h: Likewise.
31032         * lib/gl_anytree_oset.h: Likewise.
31033         * lib/gl_anytreehash_list1.h: Likewise.
31034         * lib/gl_anytreehash_list2.h: Likewise.
31035         * lib/gl_array_list.c: Likewise.
31036         * lib/gl_array_list.h: Likewise.
31037         * lib/gl_array_oset.c: Likewise.
31038         * lib/gl_array_oset.h: Likewise.
31039         * lib/gl_avltree_list.c: Likewise.
31040         * lib/gl_avltree_list.h: Likewise.
31041         * lib/gl_avltree_oset.c: Likewise.
31042         * lib/gl_avltree_oset.h: Likewise.
31043         * lib/gl_avltreehash_list.c: Likewise.
31044         * lib/gl_avltreehash_list.h: Likewise.
31045         * lib/gl_carray_list.c: Likewise.
31046         * lib/gl_carray_list.h: Likewise.
31047         * lib/gl_linked_list.c: Likewise.
31048         * lib/gl_linked_list.h: Likewise.
31049         * lib/gl_linkedhash_list.c: Likewise.
31050         * lib/gl_linkedhash_list.h: Likewise.
31051         * lib/gl_list.c: Likewise.
31052         * lib/gl_list.h: Likewise.
31053         * lib/gl_oset.c: Likewise.
31054         * lib/gl_oset.h: Likewise.
31055         * lib/gl_rbtree_list.c: Likewise.
31056         * lib/gl_rbtree_list.h: Likewise.
31057         * lib/gl_rbtree_oset.c: Likewise.
31058         * lib/gl_rbtree_oset.h: Likewise.
31059         * lib/gl_rbtreehash_list.c: Likewise.
31060         * lib/gl_rbtreehash_list.h: Likewise.
31061         * lib/gl_sublist.c: Likewise.
31062         * lib/gl_sublist.h: Likewise.
31063         * lib/group-member.c: Likewise.
31064         * lib/group-member.h: Likewise.
31065         * lib/hard-locale.c: Likewise.
31066         * lib/hard-locale.h: Likewise.
31067         * lib/hash-pjw.c: Likewise.
31068         * lib/hash-pjw.h: Likewise.
31069         * lib/hash-triple.c: Likewise.
31070         * lib/hash.c: Likewise.
31071         * lib/hash.h: Likewise.
31072         * lib/human.c: Likewise.
31073         * lib/human.h: Likewise.
31074         * lib/i-ring.c: Likewise.
31075         * lib/i-ring.h: Likewise.
31076         * lib/idcache.c: Likewise.
31077         * lib/imaxabs.c: Likewise.
31078         * lib/imaxdiv.c: Likewise.
31079         * lib/inet_pton.c: Likewise.
31080         * lib/inet_pton.h: Likewise.
31081         * lib/intprops.h: Likewise.
31082         * lib/inttostr.c: Likewise.
31083         * lib/inttostr.h: Likewise.
31084         * lib/inttypes.in.h: Likewise.
31085         * lib/isapipe.c: Likewise.
31086         * lib/isdir.c: Likewise.
31087         * lib/isnan.c: Likewise.
31088         * lib/isnan.h: Likewise.
31089         * lib/isnanf.c: Likewise.
31090         * lib/isnanf.h: Likewise.
31091         * lib/isnanl-nolibm.h: Likewise.
31092         * lib/isnanl.c: Likewise.
31093         * lib/isnanl.h: Likewise.
31094         * lib/javacomp.c: Likewise.
31095         * lib/javacomp.h: Likewise.
31096         * lib/javaexec.c: Likewise.
31097         * lib/javaexec.h: Likewise.
31098         * lib/javaversion.c: Likewise.
31099         * lib/javaversion.h: Likewise.
31100         * lib/javaversion.java: Likewise.
31101         * lib/lbrkprop.h: Likewise.
31102         * lib/lchmod.h: Likewise.
31103         * lib/lchown.c: Likewise.
31104         * lib/ldexpl.c: Likewise.
31105         * lib/linebreak.c: Likewise.
31106         * lib/linebreak.h: Likewise.
31107         * lib/linebuffer.c: Likewise.
31108         * lib/linebuffer.h: Likewise.
31109         * lib/locale.in.h: Likewise.
31110         * lib/logl.c: Likewise.
31111         * lib/long-options.c: Likewise.
31112         * lib/long-options.h: Likewise.
31113         * lib/lstat.c: Likewise.
31114         * lib/lstat.h: Likewise.
31115         * lib/math.in.h: Likewise.
31116         * lib/mbchar.c: Likewise.
31117         * lib/mbchar.h: Likewise.
31118         * lib/mbfile.h: Likewise.
31119         * lib/mbiter.h: Likewise.
31120         * lib/mbscasecmp.c: Likewise.
31121         * lib/mbscasestr.c: Likewise.
31122         * lib/mbschr.c: Likewise.
31123         * lib/mbscspn.c: Likewise.
31124         * lib/mbslen.c: Likewise.
31125         * lib/mbsncasecmp.c: Likewise.
31126         * lib/mbsnlen.c: Likewise.
31127         * lib/mbspbrk.c: Likewise.
31128         * lib/mbspcasecmp.c: Likewise.
31129         * lib/mbsrchr.c: Likewise.
31130         * lib/mbssep.c: Likewise.
31131         * lib/mbsspn.c: Likewise.
31132         * lib/mbsstr.c: Likewise.
31133         * lib/mbstok_r.c: Likewise.
31134         * lib/mbswidth.c: Likewise.
31135         * lib/mbswidth.h: Likewise.
31136         * lib/mbuiter.h: Likewise.
31137         * lib/memcasecmp.c: Likewise.
31138         * lib/memcasecmp.h: Likewise.
31139         * lib/memchr.c: Likewise.
31140         * lib/memcmp.c: Likewise.
31141         * lib/memcoll.c: Likewise.
31142         * lib/memcoll.h: Likewise.
31143         * lib/memcpy.c: Likewise.
31144         * lib/memrchr.c: Likewise.
31145         * lib/mkancesdirs.c: Likewise.
31146         * lib/mkdir-p.c: Likewise.
31147         * lib/mkdir-p.h: Likewise.
31148         * lib/mkdir.c: Likewise.
31149         * lib/mkdirat.c: Likewise.
31150         * lib/mkdtemp.c: Likewise.
31151         * lib/mkstemp-safer.c: Likewise.
31152         * lib/mkstemp.c: Likewise.
31153         * lib/modechange.c: Likewise.
31154         * lib/modechange.h: Likewise.
31155         * lib/mountlist.c: Likewise.
31156         * lib/mountlist.h: Likewise.
31157         * lib/mpsort.c: Likewise.
31158         * lib/nanosleep.c: Likewise.
31159         * lib/obstack.c: Likewise.
31160         * lib/obstack.h: Likewise.
31161         * lib/open-safer.c: Likewise.
31162         * lib/open.c: Likewise.
31163         * lib/openat-die.c: Likewise.
31164         * lib/openat-priv.h: Likewise.
31165         * lib/openat-proc.c: Likewise.
31166         * lib/openat.c: Likewise.
31167         * lib/openat.h: Likewise.
31168         * lib/pagealign_alloc.c: Likewise.
31169         * lib/pagealign_alloc.h: Likewise.
31170         * lib/physmem.c: Likewise.
31171         * lib/physmem.h: Likewise.
31172         * lib/pipe-safer.c: Likewise.
31173         * lib/pipe.c: Likewise.
31174         * lib/pipe.h: Likewise.
31175         * lib/posixtm.c: Likewise.
31176         * lib/posixtm.h: Likewise.
31177         * lib/posixver.c: Likewise.
31178         * lib/printf-frexp.c: Likewise.
31179         * lib/printf-frexp.h: Likewise.
31180         * lib/printf-frexpl.c: Likewise.
31181         * lib/printf-frexpl.h: Likewise.
31182         * lib/printf.c: Likewise.
31183         * lib/progname.c: Likewise.
31184         * lib/progname.h: Likewise.
31185         * lib/progreloc.c: Likewise.
31186         * lib/putenv.c: Likewise.
31187         * lib/quote.c: Likewise.
31188         * lib/quote.h: Likewise.
31189         * lib/quotearg.c: Likewise.
31190         * lib/quotearg.h: Likewise.
31191         * lib/raise.c: Likewise.
31192         * lib/readline.c: Likewise.
31193         * lib/readline.h: Likewise.
31194         * lib/readlink.c: Likewise.
31195         * lib/readtokens.c: Likewise.
31196         * lib/readtokens.h: Likewise.
31197         * lib/readtokens0.c: Likewise.
31198         * lib/readtokens0.h: Likewise.
31199         * lib/readutmp.c: Likewise.
31200         * lib/readutmp.h: Likewise.
31201         * lib/realloc.c: Likewise.
31202         * lib/relocwrapper.c: Likewise.
31203         * lib/rename-dest-slash.c: Likewise.
31204         * lib/rename.c: Likewise.
31205         * lib/rmdir.c: Likewise.
31206         * lib/rpmatch.c: Likewise.
31207         * lib/safe-read.c: Likewise.
31208         * lib/safe-read.h: Likewise.
31209         * lib/safe-write.c: Likewise.
31210         * lib/safe-write.h: Likewise.
31211         * lib/same-inode.h: Likewise.
31212         * lib/same.c: Likewise.
31213         * lib/same.h: Likewise.
31214         * lib/save-cwd.c: Likewise.
31215         * lib/save-cwd.h: Likewise.
31216         * lib/savedir.c: Likewise.
31217         * lib/savedir.h: Likewise.
31218         * lib/savewd.c: Likewise.
31219         * lib/savewd.h: Likewise.
31220         * lib/search.in.h: Likewise.
31221         * lib/setenv.c: Likewise.
31222         * lib/setenv.h: Likewise.
31223         * lib/settime.c: Likewise.
31224         * lib/sh-quote.c: Likewise.
31225         * lib/sh-quote.h: Likewise.
31226         * lib/sig2str.c: Likewise.
31227         * lib/sig2str.h: Likewise.
31228         * lib/signal.in.h: Likewise.
31229         * lib/signbitd.c: Likewise.
31230         * lib/signbitf.c: Likewise.
31231         * lib/signbitl.c: Likewise.
31232         * lib/sigprocmask.c: Likewise.
31233         * lib/sincosl.c: Likewise.
31234         * lib/sleep.c: Likewise.
31235         * lib/sprintf.c: Likewise.
31236         * lib/sqrtl.c: Likewise.
31237         * lib/stat-time.h: Likewise.
31238         * lib/stdio--.h: Likewise.
31239         * lib/stdio-safer.h: Likewise.
31240         * lib/stdlib--.h: Likewise.
31241         * lib/stdlib-safer.h: Likewise.
31242         * lib/stdlib.in.h: Likewise.
31243         * lib/stpcpy.c: Likewise.
31244         * lib/stpncpy.c: Likewise.
31245         * lib/strchrnul.c: Likewise.
31246         * lib/strcspn.c: Likewise.
31247         * lib/strerror.c: Likewise.
31248         * lib/strftime.c: Likewise.
31249         * lib/strftime.h: Likewise.
31250         * lib/striconveh.c: Likewise.
31251         * lib/striconveh.h: Likewise.
31252         * lib/striconveha.c: Likewise.
31253         * lib/striconveha.h: Likewise.
31254         * lib/stripslash.c: Likewise.
31255         * lib/strnlen1.c: Likewise.
31256         * lib/strnlen1.h: Likewise.
31257         * lib/strtod.c: Likewise.
31258         * lib/strtoimax.c: Likewise.
31259         * lib/strtok_r.c: Likewise.
31260         * lib/strtol.c: Likewise.
31261         * lib/strtoll.c: Likewise.
31262         * lib/strtoul.c: Likewise.
31263         * lib/strtoull.c: Likewise.
31264         * lib/sysexits.in.h: Likewise.
31265         * lib/tempname.c: Likewise.
31266         * lib/tempname.h: Likewise.
31267         * lib/timespec.h: Likewise.
31268         * lib/tls.c: Likewise.
31269         * lib/tls.h: Likewise.
31270         * lib/tmpdir.c: Likewise.
31271         * lib/tmpdir.h: Likewise.
31272         * lib/tmpfile-safer.c: Likewise.
31273         * lib/tmpfile.c: Likewise.
31274         * lib/trigl.c: Likewise.
31275         * lib/trigl.h: Likewise.
31276         * lib/trim.c: Likewise.
31277         * lib/trim.h: Likewise.
31278         * lib/trunc.c: Likewise.
31279         * lib/truncf.c: Likewise.
31280         * lib/truncl.c: Likewise.
31281         * lib/tsearch.c: Likewise.
31282         * lib/unicodeio.c: Likewise.
31283         * lib/unicodeio.h: Likewise.
31284         * lib/unistd--.h: Likewise.
31285         * lib/unistd-safer.h: Likewise.
31286         * lib/unistdio/ulc-fprintf.c: Likewise.
31287         * lib/unistdio/ulc-vfprintf.c: Likewise.
31288         * lib/unlinkdir.c: Likewise.
31289         * lib/unlinkdir.h: Likewise.
31290         * lib/unlocked-io.h: Likewise.
31291         * lib/unsetenv.c: Likewise.
31292         * lib/userspec.c: Likewise.
31293         * lib/utime.c: Likewise.
31294         * lib/utimecmp.c: Likewise.
31295         * lib/utimecmp.h: Likewise.
31296         * lib/utimens.c: Likewise.
31297         * lib/verify.h: Likewise.
31298         * lib/verror.c: Likewise.
31299         * lib/verror.h: Likewise.
31300         * lib/version-etc-fsf.c: Likewise.
31301         * lib/version-etc.c: Likewise.
31302         * lib/version-etc.h: Likewise.
31303         * lib/vfprintf.c: Likewise.
31304         * lib/vprintf.c: Likewise.
31305         * lib/vsprintf.c: Likewise.
31306         * lib/w32spawn.h: Likewise.
31307         * lib/wait-process.c: Likewise.
31308         * lib/wait-process.h: Likewise.
31309         * lib/wcwidth.c: Likewise.
31310         * lib/write-any-file.c: Likewise.
31311         * lib/xalloc-die.c: Likewise.
31312         * lib/xalloc.h: Likewise.
31313         * lib/xasprintf.c: Likewise.
31314         * lib/xgetcwd.c: Likewise.
31315         * lib/xgetcwd.h: Likewise.
31316         * lib/xgetdomainname.c: Likewise.
31317         * lib/xgetdomainname.h: Likewise.
31318         * lib/xgethostname.c: Likewise.
31319         * lib/xmalloc.c: Likewise.
31320         * lib/xmalloca.c: Likewise.
31321         * lib/xmalloca.h: Likewise.
31322         * lib/xmemcoll.c: Likewise.
31323         * lib/xnanosleep.c: Likewise.
31324         * lib/xreadlink.c: Likewise.
31325         * lib/xreadlink.h: Likewise.
31326         * lib/xsetenv.c: Likewise.
31327         * lib/xsetenv.h: Likewise.
31328         * lib/xstriconv.c: Likewise.
31329         * lib/xstriconv.h: Likewise.
31330         * lib/xstrndup.c: Likewise.
31331         * lib/xstrndup.h: Likewise.
31332         * lib/xstrtod.c: Likewise.
31333         * lib/xstrtod.h: Likewise.
31334         * lib/xstrtol-error.c: Likewise.
31335         * lib/xstrtol.c: Likewise.
31336         * lib/xstrtol.h: Likewise.
31337         * lib/xtime.h: Likewise.
31338         * lib/xvasprintf.c: Likewise.
31339         * lib/xvasprintf.h: Likewise.
31340         * lib/yesno.c: Likewise.
31341         * lib/yesno.h: Likewise.
31342         * posix-modules: Likewise.
31343         * tests/test-alloca-opt.c: Likewise.
31344         * tests/test-arcfour.c: Likewise.
31345         * tests/test-arctwo.c: Likewise.
31346         * tests/test-argmatch.c: Likewise.
31347         * tests/test-argp-2.sh: Likewise.
31348         * tests/test-argp.c: Likewise.
31349         * tests/test-arpa_inet.c: Likewise.
31350         * tests/test-array_list.c: Likewise.
31351         * tests/test-array_oset.c: Likewise.
31352         * tests/test-atexit.c: Likewise.
31353         * tests/test-avltree_list.c: Likewise.
31354         * tests/test-avltree_oset.c: Likewise.
31355         * tests/test-avltreehash_list.c: Likewise.
31356         * tests/test-base64.c: Likewise.
31357         * tests/test-binary-io.c: Likewise.
31358         * tests/test-byteswap.c: Likewise.
31359         * tests/test-c-ctype.c: Likewise.
31360         * tests/test-c-strcasecmp.c: Likewise.
31361         * tests/test-c-strcasestr.c: Likewise.
31362         * tests/test-c-strncasecmp.c: Likewise.
31363         * tests/test-c-strstr.c: Likewise.
31364         * tests/test-canonicalize-lgpl.c: Likewise.
31365         * tests/test-canonicalize.c: Likewise.
31366         * tests/test-carray_list.c: Likewise.
31367         * tests/test-ceilf.c: Likewise.
31368         * tests/test-ceill.c: Likewise.
31369         * tests/test-count-one-bits.c: Likewise.
31370         * tests/test-crc.c: Likewise.
31371         * tests/test-dirname.c: Likewise.
31372         * tests/test-fbufmode.c: Likewise.
31373         * tests/test-fcntl.c: Likewise.
31374         * tests/test-fflush.c: Likewise.
31375         * tests/test-floorf.c: Likewise.
31376         * tests/test-floorl.c: Likewise.
31377         * tests/test-fopen.c: Likewise.
31378         * tests/test-fprintf-posix.c: Likewise.
31379         * tests/test-fprintf-posix.h: Likewise.
31380         * tests/test-fpurge.c: Likewise.
31381         * tests/test-freadable.c: Likewise.
31382         * tests/test-freadahead.c: Likewise.
31383         * tests/test-freading.c: Likewise.
31384         * tests/test-freopen.c: Likewise.
31385         * tests/test-frexp.c: Likewise.
31386         * tests/test-frexpl.c: Likewise.
31387         * tests/test-fseek.c: Likewise.
31388         * tests/test-fseeko.c: Likewise.
31389         * tests/test-fseterr.c: Likewise.
31390         * tests/test-fstrcmp.c: Likewise.
31391         * tests/test-ftell.c: Likewise.
31392         * tests/test-ftello.c: Likewise.
31393         * tests/test-fwritable.c: Likewise.
31394         * tests/test-fwriting.c: Likewise.
31395         * tests/test-getaddrinfo.c: Likewise.
31396         * tests/test-getpass.c: Likewise.
31397         * tests/test-gettimeofday.c: Likewise.
31398         * tests/test-hmac-md5.c: Likewise.
31399         * tests/test-hmac-sha1.c: Likewise.
31400         * tests/test-iconv.c: Likewise.
31401         * tests/test-iconvme.c: Likewise.
31402         * tests/test-inttypes.c: Likewise.
31403         * tests/test-isnan.c: Likewise.
31404         * tests/test-isnanf.c: Likewise.
31405         * tests/test-isnanl-nolibm.c: Likewise.
31406         * tests/test-isnanl.c: Likewise.
31407         * tests/test-isnanl.h: Likewise.
31408         * tests/test-ldexpl.c: Likewise.
31409         * tests/test-linked_list.c: Likewise.
31410         * tests/test-linkedhash_list.c: Likewise.
31411         * tests/test-locale.c: Likewise.
31412         * tests/test-localename.c: Likewise.
31413         * tests/test-lock.c: Likewise.
31414         * tests/test-lseek.c: Likewise.
31415         * tests/test-malloca.c: Likewise.
31416         * tests/test-math.c: Likewise.
31417         * tests/test-mbscasecmp.c: Likewise.
31418         * tests/test-mbscasestr1.c: Likewise.
31419         * tests/test-mbscasestr2.c: Likewise.
31420         * tests/test-mbscasestr3.c: Likewise.
31421         * tests/test-mbscasestr4.c: Likewise.
31422         * tests/test-mbschr.c: Likewise.
31423         * tests/test-mbscspn.c: Likewise.
31424         * tests/test-mbsncasecmp.c: Likewise.
31425         * tests/test-mbspbrk.c: Likewise.
31426         * tests/test-mbspcasecmp.c: Likewise.
31427         * tests/test-mbsrchr.c: Likewise.
31428         * tests/test-mbsspn.c: Likewise.
31429         * tests/test-mbsstr1.c: Likewise.
31430         * tests/test-mbsstr2.c: Likewise.
31431         * tests/test-mbsstr3.c: Likewise.
31432         * tests/test-md5.c: Likewise.
31433         * tests/test-memmem.c: Likewise.
31434         * tests/test-netinet_in.c: Likewise.
31435         * tests/test-open.c: Likewise.
31436         * tests/test-printf-frexp.c: Likewise.
31437         * tests/test-printf-frexpl.c: Likewise.
31438         * tests/test-printf-posix.c: Likewise.
31439         * tests/test-printf-posix.h: Likewise.
31440         * tests/test-rbtree_list.c: Likewise.
31441         * tests/test-rbtree_oset.c: Likewise.
31442         * tests/test-rbtreehash_list.c: Likewise.
31443         * tests/test-read-file.c: Likewise.
31444         * tests/test-rijndael.c: Likewise.
31445         * tests/test-search.c: Likewise.
31446         * tests/test-signbit.c: Likewise.
31447         * tests/test-sleep.c: Likewise.
31448         * tests/test-snprintf-posix.c: Likewise.
31449         * tests/test-snprintf-posix.h: Likewise.
31450         * tests/test-snprintf.c: Likewise.
31451         * tests/test-sprintf-posix.c: Likewise.
31452         * tests/test-sprintf-posix.h: Likewise.
31453         * tests/test-stat-time.c: Likewise.
31454         * tests/test-stdbool.c: Likewise.
31455         * tests/test-stdint.c: Likewise.
31456         * tests/test-stdio.c: Likewise.
31457         * tests/test-stdlib.c: Likewise.
31458         * tests/test-stpncpy.c: Likewise.
31459         * tests/test-strcasestr.c: Likewise.
31460         * tests/test-striconv.c: Likewise.
31461         * tests/test-striconveh.c: Likewise.
31462         * tests/test-striconveha.c: Likewise.
31463         * tests/test-string.c: Likewise.
31464         * tests/test-sys_select.c: Likewise.
31465         * tests/test-sys_socket.c: Likewise.
31466         * tests/test-sys_stat.c: Likewise.
31467         * tests/test-sys_time.c: Likewise.
31468         * tests/test-sysexits.c: Likewise.
31469         * tests/test-time.c: Likewise.
31470         * tests/test-tls.c: Likewise.
31471         * tests/test-trunc.c: Likewise.
31472         * tests/test-truncf.c: Likewise.
31473         * tests/test-truncl.c: Likewise.
31474         * tests/test-unistd.c: Likewise.
31475         * tests/test-vasnprintf-posix.c: Likewise.
31476         * tests/test-vasnprintf-posix2.c: Likewise.
31477         * tests/test-vasnprintf.c: Likewise.
31478         * tests/test-vasprintf-posix.c: Likewise.
31479         * tests/test-vasprintf.c: Likewise.
31480         * tests/test-verify.c: Likewise.
31481         * tests/test-vfprintf-posix.c: Likewise.
31482         * tests/test-vprintf-posix.c: Likewise.
31483         * tests/test-vsnprintf-posix.c: Likewise.
31484         * tests/test-vsnprintf.c: Likewise.
31485         * tests/test-vsprintf-posix.c: Likewise.
31486         * tests/test-wchar.c: Likewise.
31487         * tests/test-wctype.c: Likewise.
31488         * tests/test-wcwidth.c: Likewise.
31489         * tests/test-xstrtol.c: Likewise.
31490         * tests/test-xvasprintf.c: Likewise.
31491         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
31492         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
31493         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
31494         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
31495         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
31496         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
31497         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
31498         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
31499         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
31500         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
31501         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
31502         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
31503         * tests/uniname/test-uninames.c: Likewise.
31504         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
31505         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
31506         * tests/unistdio/test-u16-printf1.h: Likewise.
31507         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
31508         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
31509         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
31510         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
31511         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
31512         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
31513         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
31514         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
31515         * tests/unistdio/test-u32-printf1.h: Likewise.
31516         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
31517         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
31518         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
31519         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
31520         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
31521         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
31522         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
31523         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
31524         * tests/unistdio/test-u8-printf1.h: Likewise.
31525         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
31526         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
31527         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
31528         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
31529         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
31530         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
31531         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
31532         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
31533         * tests/unistdio/test-ulc-printf1.h: Likewise.
31534         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
31535         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
31536         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
31537         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
31538         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
31539         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
31540         * tests/uniwidth/test-u16-strwidth.c: Likewise.
31541         * tests/uniwidth/test-u16-width.c: Likewise.
31542         * tests/uniwidth/test-u32-strwidth.c: Likewise.
31543         * tests/uniwidth/test-u32-width.c: Likewise.
31544         * tests/uniwidth/test-u8-strwidth.c: Likewise.
31545         * tests/uniwidth/test-u8-width.c: Likewise.
31546         * tests/uniwidth/test-uc_width.c: Likewise.
31547         * config/srclist-update: Likewise.
31548         (fixlicense): Update to GPLv3+.
31549
31550         Change copyright notice from LGPLv2.1+ to LGPLv3+.
31551         * tests/test-tsearch.c: Change copyright notice.
31552
31553         Change copyright notice from LGPLv2.0+ to LGPLv3+.
31554         * lib/c-strcaseeq.h: Change copyright notice.
31555         * lib/streq.h: Likewise.
31556         * lib/uniconv.h: Likewise.
31557         * lib/uniconv/u-conv-from-enc.h: Likewise.
31558         * lib/uniconv/u-conv-to-enc.h: Likewise.
31559         * lib/uniconv/u-strconv-from-enc.h: Likewise.
31560         * lib/uniconv/u-strconv-to-enc.h: Likewise.
31561         * lib/uniconv/u16-conv-from-enc.c: Likewise.
31562         * lib/uniconv/u16-conv-to-enc.c: Likewise.
31563         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
31564         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
31565         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
31566         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
31567         * lib/uniconv/u32-conv-from-enc.c: Likewise.
31568         * lib/uniconv/u32-conv-to-enc.c: Likewise.
31569         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
31570         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
31571         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
31572         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
31573         * lib/uniconv/u8-conv-from-enc.c: Likewise.
31574         * lib/uniconv/u8-conv-to-enc.c: Likewise.
31575         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
31576         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
31577         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
31578         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
31579         * lib/uniname.h: Likewise.
31580         * lib/uniname/uniname.c: Likewise.
31581         * lib/unistdio.h: Likewise.
31582         * lib/unistdio/u-asnprintf.h: Likewise.
31583         * lib/unistdio/u-asprintf.h: Likewise.
31584         * lib/unistdio/u-printf-args.c: Likewise.
31585         * lib/unistdio/u-printf-args.h: Likewise.
31586         * lib/unistdio/u-printf-parse.h: Likewise.
31587         * lib/unistdio/u-snprintf.h: Likewise.
31588         * lib/unistdio/u-sprintf.h: Likewise.
31589         * lib/unistdio/u-vasprintf.h: Likewise.
31590         * lib/unistdio/u-vsnprintf.h: Likewise.
31591         * lib/unistdio/u-vsprintf.h: Likewise.
31592         * lib/unistdio/u16-asnprintf.c: Likewise.
31593         * lib/unistdio/u16-asprintf.c: Likewise.
31594         * lib/unistdio/u16-printf-parse.c: Likewise.
31595         * lib/unistdio/u16-snprintf.c: Likewise.
31596         * lib/unistdio/u16-sprintf.c: Likewise.
31597         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
31598         * lib/unistdio/u16-u16-asprintf.c: Likewise.
31599         * lib/unistdio/u16-u16-snprintf.c: Likewise.
31600         * lib/unistdio/u16-u16-sprintf.c: Likewise.
31601         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
31602         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
31603         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
31604         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
31605         * lib/unistdio/u16-vasnprintf.c: Likewise.
31606         * lib/unistdio/u16-vasprintf.c: Likewise.
31607         * lib/unistdio/u16-vsnprintf.c: Likewise.
31608         * lib/unistdio/u16-vsprintf.c: Likewise.
31609         * lib/unistdio/u32-asnprintf.c: Likewise.
31610         * lib/unistdio/u32-asprintf.c: Likewise.
31611         * lib/unistdio/u32-printf-parse.c: Likewise.
31612         * lib/unistdio/u32-snprintf.c: Likewise.
31613         * lib/unistdio/u32-sprintf.c: Likewise.
31614         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
31615         * lib/unistdio/u32-u32-asprintf.c: Likewise.
31616         * lib/unistdio/u32-u32-snprintf.c: Likewise.
31617         * lib/unistdio/u32-u32-sprintf.c: Likewise.
31618         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
31619         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
31620         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
31621         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
31622         * lib/unistdio/u32-vasnprintf.c: Likewise.
31623         * lib/unistdio/u32-vasprintf.c: Likewise.
31624         * lib/unistdio/u32-vsnprintf.c: Likewise.
31625         * lib/unistdio/u32-vsprintf.c: Likewise.
31626         * lib/unistdio/u8-asnprintf.c: Likewise.
31627         * lib/unistdio/u8-asprintf.c: Likewise.
31628         * lib/unistdio/u8-printf-parse.c: Likewise.
31629         * lib/unistdio/u8-snprintf.c: Likewise.
31630         * lib/unistdio/u8-sprintf.c: Likewise.
31631         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
31632         * lib/unistdio/u8-u8-asprintf.c: Likewise.
31633         * lib/unistdio/u8-u8-snprintf.c: Likewise.
31634         * lib/unistdio/u8-u8-sprintf.c: Likewise.
31635         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
31636         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
31637         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
31638         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
31639         * lib/unistdio/u8-vasnprintf.c: Likewise.
31640         * lib/unistdio/u8-vasprintf.c: Likewise.
31641         * lib/unistdio/u8-vsnprintf.c: Likewise.
31642         * lib/unistdio/u8-vsprintf.c: Likewise.
31643         * lib/unistdio/ulc-asnprintf.c: Likewise.
31644         * lib/unistdio/ulc-asprintf.c: Likewise.
31645         * lib/unistdio/ulc-printf-parse.c: Likewise.
31646         * lib/unistdio/ulc-snprintf.c: Likewise.
31647         * lib/unistdio/ulc-sprintf.c: Likewise.
31648         * lib/unistdio/ulc-vasnprintf.c: Likewise.
31649         * lib/unistdio/ulc-vasprintf.c: Likewise.
31650         * lib/unistdio/ulc-vsnprintf.c: Likewise.
31651         * lib/unistdio/ulc-vsprintf.c: Likewise.
31652         * lib/unistr.h: Likewise.
31653         * lib/unistr/u-cpy-alloc.h: Likewise.
31654         * lib/unistr/u-cpy.h: Likewise.
31655         * lib/unistr/u-endswith.h: Likewise.
31656         * lib/unistr/u-move.h: Likewise.
31657         * lib/unistr/u-set.h: Likewise.
31658         * lib/unistr/u-startswith.h: Likewise.
31659         * lib/unistr/u-stpcpy.h: Likewise.
31660         * lib/unistr/u-stpncpy.h: Likewise.
31661         * lib/unistr/u-strcat.h: Likewise.
31662         * lib/unistr/u-strcpy.h: Likewise.
31663         * lib/unistr/u-strcspn.h: Likewise.
31664         * lib/unistr/u-strdup.h: Likewise.
31665         * lib/unistr/u-strlen.h: Likewise.
31666         * lib/unistr/u-strncat.h: Likewise.
31667         * lib/unistr/u-strncpy.h: Likewise.
31668         * lib/unistr/u-strnlen.h: Likewise.
31669         * lib/unistr/u-strpbrk.h: Likewise.
31670         * lib/unistr/u-strspn.h: Likewise.
31671         * lib/unistr/u-strstr.h: Likewise.
31672         * lib/unistr/u-strtok.h: Likewise.
31673         * lib/unistr/u16-check.c: Likewise.
31674         * lib/unistr/u16-chr.c: Likewise.
31675         * lib/unistr/u16-cmp.c: Likewise.
31676         * lib/unistr/u16-cpy-alloc.c: Likewise.
31677         * lib/unistr/u16-cpy.c: Likewise.
31678         * lib/unistr/u16-endswith.c: Likewise.
31679         * lib/unistr/u16-mblen.c: Likewise.
31680         * lib/unistr/u16-mbsnlen.c: Likewise.
31681         * lib/unistr/u16-mbtouc-aux.c: Likewise.
31682         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
31683         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
31684         * lib/unistr/u16-mbtouc.c: Likewise.
31685         * lib/unistr/u16-mbtoucr.c: Likewise.
31686         * lib/unistr/u16-move.c: Likewise.
31687         * lib/unistr/u16-next.c: Likewise.
31688         * lib/unistr/u16-prev.c: Likewise.
31689         * lib/unistr/u16-set.c: Likewise.
31690         * lib/unistr/u16-startswith.c: Likewise.
31691         * lib/unistr/u16-stpcpy.c: Likewise.
31692         * lib/unistr/u16-stpncpy.c: Likewise.
31693         * lib/unistr/u16-strcat.c: Likewise.
31694         * lib/unistr/u16-strchr.c: Likewise.
31695         * lib/unistr/u16-strcmp.c: Likewise.
31696         * lib/unistr/u16-strcpy.c: Likewise.
31697         * lib/unistr/u16-strcspn.c: Likewise.
31698         * lib/unistr/u16-strdup.c: Likewise.
31699         * lib/unistr/u16-strlen.c: Likewise.
31700         * lib/unistr/u16-strmblen.c: Likewise.
31701         * lib/unistr/u16-strmbtouc.c: Likewise.
31702         * lib/unistr/u16-strncat.c: Likewise.
31703         * lib/unistr/u16-strncmp.c: Likewise.
31704         * lib/unistr/u16-strncpy.c: Likewise.
31705         * lib/unistr/u16-strnlen.c: Likewise.
31706         * lib/unistr/u16-strpbrk.c: Likewise.
31707         * lib/unistr/u16-strrchr.c: Likewise.
31708         * lib/unistr/u16-strspn.c: Likewise.
31709         * lib/unistr/u16-strstr.c: Likewise.
31710         * lib/unistr/u16-strtok.c: Likewise.
31711         * lib/unistr/u16-to-u32.c: Likewise.
31712         * lib/unistr/u16-to-u8.c: Likewise.
31713         * lib/unistr/u16-uctomb-aux.c: Likewise.
31714         * lib/unistr/u16-uctomb.c: Likewise.
31715         * lib/unistr/u32-check.c: Likewise.
31716         * lib/unistr/u32-chr.c: Likewise.
31717         * lib/unistr/u32-cmp.c: Likewise.
31718         * lib/unistr/u32-cpy-alloc.c: Likewise.
31719         * lib/unistr/u32-cpy.c: Likewise.
31720         * lib/unistr/u32-endswith.c: Likewise.
31721         * lib/unistr/u32-mblen.c: Likewise.
31722         * lib/unistr/u32-mbsnlen.c: Likewise.
31723         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
31724         * lib/unistr/u32-mbtouc.c: Likewise.
31725         * lib/unistr/u32-mbtoucr.c: Likewise.
31726         * lib/unistr/u32-move.c: Likewise.
31727         * lib/unistr/u32-next.c: Likewise.
31728         * lib/unistr/u32-prev.c: Likewise.
31729         * lib/unistr/u32-set.c: Likewise.
31730         * lib/unistr/u32-startswith.c: Likewise.
31731         * lib/unistr/u32-stpcpy.c: Likewise.
31732         * lib/unistr/u32-stpncpy.c: Likewise.
31733         * lib/unistr/u32-strcat.c: Likewise.
31734         * lib/unistr/u32-strchr.c: Likewise.
31735         * lib/unistr/u32-strcmp.c: Likewise.
31736         * lib/unistr/u32-strcpy.c: Likewise.
31737         * lib/unistr/u32-strcspn.c: Likewise.
31738         * lib/unistr/u32-strdup.c: Likewise.
31739         * lib/unistr/u32-strlen.c: Likewise.
31740         * lib/unistr/u32-strmblen.c: Likewise.
31741         * lib/unistr/u32-strmbtouc.c: Likewise.
31742         * lib/unistr/u32-strncat.c: Likewise.
31743         * lib/unistr/u32-strncmp.c: Likewise.
31744         * lib/unistr/u32-strncpy.c: Likewise.
31745         * lib/unistr/u32-strnlen.c: Likewise.
31746         * lib/unistr/u32-strpbrk.c: Likewise.
31747         * lib/unistr/u32-strrchr.c: Likewise.
31748         * lib/unistr/u32-strspn.c: Likewise.
31749         * lib/unistr/u32-strstr.c: Likewise.
31750         * lib/unistr/u32-strtok.c: Likewise.
31751         * lib/unistr/u32-to-u16.c: Likewise.
31752         * lib/unistr/u32-to-u8.c: Likewise.
31753         * lib/unistr/u32-uctomb.c: Likewise.
31754         * lib/unistr/u8-check.c: Likewise.
31755         * lib/unistr/u8-chr.c: Likewise.
31756         * lib/unistr/u8-cmp.c: Likewise.
31757         * lib/unistr/u8-cpy-alloc.c: Likewise.
31758         * lib/unistr/u8-cpy.c: Likewise.
31759         * lib/unistr/u8-endswith.c: Likewise.
31760         * lib/unistr/u8-mblen.c: Likewise.
31761         * lib/unistr/u8-mbsnlen.c: Likewise.
31762         * lib/unistr/u8-mbtouc-aux.c: Likewise.
31763         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
31764         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
31765         * lib/unistr/u8-mbtouc.c: Likewise.
31766         * lib/unistr/u8-mbtoucr.c: Likewise.
31767         * lib/unistr/u8-move.c: Likewise.
31768         * lib/unistr/u8-next.c: Likewise.
31769         * lib/unistr/u8-prev.c: Likewise.
31770         * lib/unistr/u8-set.c: Likewise.
31771         * lib/unistr/u8-startswith.c: Likewise.
31772         * lib/unistr/u8-stpcpy.c: Likewise.
31773         * lib/unistr/u8-stpncpy.c: Likewise.
31774         * lib/unistr/u8-strcat.c: Likewise.
31775         * lib/unistr/u8-strchr.c: Likewise.
31776         * lib/unistr/u8-strcmp.c: Likewise.
31777         * lib/unistr/u8-strcpy.c: Likewise.
31778         * lib/unistr/u8-strcspn.c: Likewise.
31779         * lib/unistr/u8-strdup.c: Likewise.
31780         * lib/unistr/u8-strlen.c: Likewise.
31781         * lib/unistr/u8-strmblen.c: Likewise.
31782         * lib/unistr/u8-strmbtouc.c: Likewise.
31783         * lib/unistr/u8-strncat.c: Likewise.
31784         * lib/unistr/u8-strncmp.c: Likewise.
31785         * lib/unistr/u8-strncpy.c: Likewise.
31786         * lib/unistr/u8-strnlen.c: Likewise.
31787         * lib/unistr/u8-strpbrk.c: Likewise.
31788         * lib/unistr/u8-strrchr.c: Likewise.
31789         * lib/unistr/u8-strspn.c: Likewise.
31790         * lib/unistr/u8-strstr.c: Likewise.
31791         * lib/unistr/u8-strtok.c: Likewise.
31792         * lib/unistr/u8-to-u16.c: Likewise.
31793         * lib/unistr/u8-to-u32.c: Likewise.
31794         * lib/unistr/u8-uctomb-aux.c: Likewise.
31795         * lib/unistr/u8-uctomb.c: Likewise.
31796         * lib/unitypes.h: Likewise.
31797         * lib/uniwidth.h: Likewise.
31798         * lib/uniwidth/cjk.h: Likewise.
31799         * lib/uniwidth/u16-strwidth.c: Likewise.
31800         * lib/uniwidth/u16-width.c: Likewise.
31801         * lib/uniwidth/u32-strwidth.c: Likewise.
31802         * lib/uniwidth/u32-width.c: Likewise.
31803         * lib/uniwidth/u8-strwidth.c: Likewise.
31804         * lib/uniwidth/u8-width.c: Likewise.
31805         * lib/uniwidth/width.c: Likewise.
31806
31807 2007-10-07  Bruno Haible  <bruno@clisp.org>
31808
31809         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
31810         The file is still under LGPL (see modules/inttypes).
31811
31812 2007-10-06  Bruno Haible  <bruno@clisp.org>
31813
31814         * modules/trunc (Dependencies): Add 'extensions'.
31815         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
31816         Reported by Ben Pfaff <blp@gnu.org>.
31817
31818 2007-10-06  Bruno Haible  <bruno@clisp.org>
31819
31820         * modules/freopen-tests: New file.
31821         * tests/test-freopen.c: New file.
31822
31823         * modules/fopen-tests: New file.
31824         * tests/test-fopen.c: New file.
31825
31826         * modules/fopen: New file.
31827         * lib/fopen.c: New file.
31828         * m4/fopen.m4: New file.
31829         * modules/freopen: New file.
31830         * lib/freopen.c: New file.
31831         * m4/freopen.m4: New file.
31832         * lib/stdio.in.h (fopen, freopen): New declarations.
31833         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
31834         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
31835         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
31836         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
31837         * doc/functions/fopen.texi: Mention the 'fopen' module.
31838         * doc/functions/freopen.texi: Mention the 'freopen' module.
31839
31840 2007-10-06  Bruno Haible  <bruno@clisp.org>
31841
31842         * modules/open-tests: New file.
31843         * tests/test-open.c: New file.
31844
31845         * modules/open: New file.
31846         * lib/open.c: New file.
31847         * m4/open.m4: New file.
31848         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
31849         lib/open.c does.
31850         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
31851         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
31852         macros.
31853         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
31854         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
31855         REPLACE_OPEN.
31856         * doc/functions/open.texi: Mention the 'open' module.
31857
31858 2007-10-04  Bruno Haible  <bruno@clisp.org>
31859
31860         * modules/ceill-tests: New file.
31861         * tests/test-ceill.c: New file.
31862
31863         * modules/ceill: New file.
31864         * lib/ceill.c: Replace entire file.
31865         * m4/ceill.m4: New file.
31866         * lib/math.in.h (ceill): Replace declaration.
31867         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
31868         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
31869         * doc/functions/ceill.texi: Mention the 'ceill' module.
31870         * modules/mathl (Files): Remove lib/ceill.c.
31871         (Depends-on): Add ceill.
31872
31873 2007-10-04  Bruno Haible  <bruno@clisp.org>
31874
31875         * modules/ceilf-tests: New file.
31876         * tests/test-ceilf.c: New file.
31877
31878         * modules/ceilf: New file.
31879         * lib/ceil.c: New file.
31880         * lib/ceilf.c: New file.
31881         * m4/ceilf.m4: New file.
31882         * lib/math.in.h (ceilf): New declaration.
31883         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
31884         HAVE_DECL_CEILF.
31885         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
31886         HAVE_DECL_CEILF.
31887         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
31888
31889 2007-10-04  Bruno Haible  <bruno@clisp.org>
31890
31891         * modules/floorl-tests: New file.
31892         * tests/test-floorl.c: New file.
31893
31894         * modules/floorl: New file.
31895         * lib/floorl.c: Replace entire file.
31896         * m4/floorl.m4: New file.
31897         * lib/math.in.h (floorl): Replace declaration.
31898         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
31899         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
31900         * doc/functions/floorl.texi: Mention the 'floorl' module.
31901         * modules/mathl (Files): Remove lib/floorl.c.
31902         (Depends-on): Add floorl.
31903
31904 2007-10-04  Bruno Haible  <bruno@clisp.org>
31905
31906         * modules/floorf-tests: New file.
31907         * tests/test-floorf.c: New file.
31908
31909         * modules/floorf: New file.
31910         * lib/floor.c: New file.
31911         * lib/floorf.c: New file.
31912         * m4/floorf.m4: New file.
31913         * lib/math.in.h (floorf): New declaration.
31914         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
31915         HAVE_DECL_FLOORF.
31916         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
31917         HAVE_DECL_FLOORF.
31918         * doc/functions/floorf.texi: Mention the 'floorf' module.
31919
31920 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
31921             Bruno Haible  <bruno@clisp.org>
31922
31923         Advertise for the Git server instead of the CVS server.
31924         * doc/gnulib-intro.texi (Steady Development): Mention the Git
31925         repository instead of the CVS one.
31926         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
31927         about all VCS systems generically.
31928         * doc/gnulib.texi (Introduction): Capitalize `Git'.
31929
31930 2007-10-04  Bruno Haible  <bruno@clisp.org>
31931
31932         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
31933         means.
31934         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
31935
31936 2007-10-04  Bruno Haible  <bruno@clisp.org>
31937
31938         * modules/truncl-tests: New file.
31939         * tests/test-truncl.c: New file.
31940
31941         * modules/truncl: New file.
31942         * lib/truncl.c: New file.
31943         * m4/truncl.m4: New file.
31944         * lib/math.in.h (truncl): New declaration.
31945         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
31946         HAVE_DECL_TRUNCL.
31947         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
31948         HAVE_DECL_TRUNCL.
31949         * doc/functions/truncl.texi: Mention the 'truncl' module.
31950
31951 2007-10-04  Bruno Haible  <bruno@clisp.org>
31952
31953         * modules/truncf-tests: New file.
31954         * tests/test-truncf.c: New file.
31955
31956         * modules/truncf: New file.
31957         * lib/trunc.c: Make paramerizable through USE_* macros.
31958         * lib/truncf.c: New file.
31959         * m4/truncf.m4: New file.
31960         * lib/math.in.h (truncf): New declaration.
31961         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
31962         HAVE_DECL_TRUNCF.
31963         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
31964         HAVE_DECL_TRUNCF.
31965         * doc/functions/truncf.texi: Mention the 'truncf' module.
31966
31967 2007-10-03  Bruno Haible  <bruno@clisp.org>
31968
31969         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
31970         augmentation also for tests modules.
31971         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
31972         * modules/atexit-tests (Makefile.am): Likewise.
31973         * modules/binary-io-tests (Makefile.am): Likewise.
31974         * modules/c-strcase-tests (Makefile.am): Likewise.
31975         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
31976         * modules/canonicalize-tests (Makefile.am): Likewise.
31977         * modules/closein-tests (Makefile.am): Likewise.
31978         * modules/fprintf-posix-tests (Makefile.am): Likewise.
31979         * modules/freadahead-tests (Makefile.am): Likewise.
31980         * modules/fseek-tests (Makefile.am): Likewise.
31981         * modules/fseeko-tests (Makefile.am): Likewise.
31982         * modules/ftell-tests (Makefile.am): Likewise.
31983         * modules/ftello-tests (Makefile.am): Likewise.
31984         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
31985         * modules/isnanl-tests (Makefile.am): Likewise.
31986         * modules/lseek-tests (Makefile.am): Likewise.
31987         * modules/mbscasecmp-tests (Makefile.am): Likewise.
31988         * modules/mbscasestr-tests (Makefile.am): Likewise.
31989         * modules/mbschr-tests (Makefile.am): Likewise.
31990         * modules/mbscspn-tests (Makefile.am): Likewise.
31991         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
31992         * modules/mbspbrk-tests (Makefile.am): Likewise.
31993         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
31994         * modules/mbsrchr-tests (Makefile.am): Likewise.
31995         * modules/mbsspn-tests (Makefile.am): Likewise.
31996         * modules/mbsstr-tests (Makefile.am): Likewise.
31997         * modules/printf-posix-tests (Makefile.am): Likewise.
31998         * modules/snprintf-posix-tests (Makefile.am): Likewise.
31999         * modules/sprintf-posix-tests (Makefile.am): Likewise.
32000         * modules/tsearch-tests (Makefile.am): Likewise.
32001         * modules/uniname/uniname-tests (Makefile.am): Likewise.
32002         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
32003         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
32004         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
32005         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
32006         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
32007         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
32008         * modules/vprintf-posix-tests (Makefile.am): Likewise.
32009         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
32010         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
32011         * modules/xstrtoimax-tests (Makefile.am): Likewise.
32012         * modules/xstrtol-tests (Makefile.am): Likewise.
32013         * modules/xstrtoumax-tests (Makefile.am): Likewise.
32014         * modules/yesno-tests (Makefile.am): Likewise.
32015
32016 2007-10-03  Bruno Haible  <bruno@clisp.org>
32017
32018         * modules/trunc-tests: New file.
32019         * tests/test-trunc.c: New file.
32020
32021         * modules/trunc: New file.
32022         * lib/trunc.c: New file.
32023         * m4/trunc.m4: New file.
32024         * lib/math.in.h (trunc): New declaration.
32025         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
32026         HAVE_DECL_TRUNC.
32027         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
32028         HAVE_DECL_TRUNC.
32029         * doc/functions/trunc.texi: Mention the 'trunc' module.
32030
32031 2007-10-03  Bruno Haible  <bruno@clisp.org>
32032
32033         * tests/test-fpending.c: New file, mostly copied
32034         from coreutils/lib/t-fpending.c.
32035         * modules/fpending-tests: New file.
32036
32037 2007-10-03  Bruno Haible  <bruno@clisp.org>
32038
32039         Port the stdio extensions to QNX (untested).
32040         * lib/fseterr.c (fseterr): Add support for QNX.
32041         * lib/fbufmode.c (fbufmode): Likewise.
32042         * lib/freadable.c (freadable): Likewise.
32043         * lib/fwritable.c (fwritable): Likewise.
32044         * lib/freading.c (freading): Likewise.
32045         * lib/fwriting.c (fwriting): Likewise.
32046         * lib/freadahead.c (freadahed): Likewise.
32047         * lib/fpurge.c (fpurge): Likewise.
32048         * lib/fseeko.c (rpl_fseeko): Likewise.
32049
32050 2007-10-03  Bruno Haible  <bruno@clisp.org>
32051             Jim Meyering  <jim@meyering.net>
32052             Eric Blake  <ebb9@byu.net>
32053
32054         * doc/relocatable.texi: Use @command instead of @program.
32055
32056 2007-10-02  Jim Meyering  <jim@meyering.net>
32057
32058         Perform one more "_.h" -> ".in.h" substitution.
32059         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
32060         instead of unistd_.h here, too.
32061
32062 2007-10-01  Bruno Haible  <bruno@clisp.org>
32063
32064         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
32065         Needed for the alloca-opt module.
32066
32067 2007-09-30  Bruno Haible  <bruno@clisp.org>
32068
32069         * lib/alloca.in.h: Renamed from lib/alloca_.h.
32070         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
32071         alloca_.h.
32072         * lib/argz.in.h: Renamed from lib/argz_.h.
32073         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
32074         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
32075         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
32076         byteswap_.h.
32077         * lib/dirent.in.h: Renamed from lib/dirent_.h.
32078         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
32079         dirent_.h.
32080         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
32081         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
32082         fcntl_.h.
32083         * lib/float.in.h: Renamed from lib/float_.h.
32084         * modules/float (Files, Makefile.am): Use float.in.h instead of
32085         float_.h.
32086         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
32087         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
32088         fnmatch_.h.
32089         * lib/getopt.in.h: Renamed from lib/getopt_.h.
32090         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
32091         getopt_.h.
32092         * lib/glob.in.h: Renamed from lib/glob_.h.
32093         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
32094         * lib/iconv.in.h: Renamed from lib/iconv_.h.
32095         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
32096         iconv_.h.
32097         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
32098         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
32099         inttypes_.h.
32100         * lib/locale.in.h: Renamed from lib/locale_.h.
32101         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
32102         locale_.h.
32103         * lib/math.in.h: Renamed from lib/math_.h.
32104         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
32105         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
32106         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
32107         of netinet_in_.h. Add dependency.
32108         * lib/poll.in.h: Renamed from lib/poll_.h.
32109         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
32110         * lib/search.in.h: Renamed from lib/search_.h.
32111         * modules/search (Files, Makefile.am): Use search.in.h instead of
32112         search_.h.
32113         * lib/signal.in.h: Renamed from lib/signal_.h.
32114         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
32115         _signal.h.
32116         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
32117         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
32118         stdbool_.h.
32119         * lib/stdint.in.h: Renamed from lib/stdint_.h.
32120         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
32121         stdint_.h.
32122         * lib/stdio.in.h: Renamed from lib/stdio_.h.
32123         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
32124         stdio_.h.
32125         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
32126         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
32127         stdlib_.h.
32128         * lib/string.in.h: Renamed from lib/string_.h.
32129         * modules/string (Files, Makefile.am): Use string.in.h instead of
32130         string_.h.
32131         * doc/gnulib-tool.texi (Initial import): Update.
32132         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
32133         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
32134         of sys_select_.h. Add dependency.
32135         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
32136         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
32137         of sys_socket_.h.
32138         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
32139         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
32140         sys_stat_.h.
32141         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
32142         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
32143         sys_time_.h.
32144         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
32145         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
32146         sysexits_.h.
32147         * lib/time.in.h: Renamed from lib/time_.h.
32148         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
32149         * lib/unistd.in.h: Renamed from lib/unistd_.h.
32150         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
32151         unistd_.h.
32152         * lib/wchar.in.h: Renamed from lib/wchar_.h.
32153         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
32154         wchar_.h.
32155         * lib/wctype.in.h: Renamed from lib/wctype_.h.
32156         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
32157         wctype_.h.
32158         * build-aux/bootstrap (slurp): Update.
32159         * lib/.cppi-disable: Update.
32160
32161 2007-09-30  Bruno Haible  <bruno@clisp.org>
32162
32163         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
32164         Needed on BeOS.
32165
32166 2007-09-30  Bruno Haible  <bruno@clisp.org>
32167
32168         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
32169
32170 2007-09-29  Bruno Haible  <bruno@clisp.org>
32171
32172         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
32173
32174 2007-09-29  Bruno Haible  <bruno@clisp.org>
32175
32176         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
32177         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
32178         * build-aux/install-reloc: Compile also areadlink.c.
32179         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
32180
32181 2007-09-29  Bruno Haible  <bruno@clisp.org>
32182
32183         * gnulib-tool (func_emit_initmacro_done): Indentation.
32184
32185 2007-09-29  Bruno Haible  <bruno@clisp.org>
32186
32187         * README: Add CVS checkout update instructions.
32188         Info from Bob Proulx <bob@proulx.com>.
32189
32190 2007-09-28  Eric Blake  <ebb9@byu.net>
32191
32192         Provide move-if-change.
32193         * build-aux/move-if-change: New file, based on best practice
32194         rather than any canonical upstream location.
32195
32196 2007-09-28  Jim Meyering  <jim@meyering.net>
32197
32198         Fix canonicalize loop-detection corner case.
32199         Do not attempt to stat the symlink values stored via seen_triple.
32200         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
32201         on linux-2.6.18, (but not 2.6.22).
32202         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
32203         triple_compare.  The former compares dev,ino,filename, while the latter
32204         would actually stat dirname(filename) when dev and ino were equal.
32205         * lib/hash-triple.c: Install <string.h>.
32206         (STREQ): Define.
32207         (triple_compare_ino_str): New function.
32208         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
32209
32210 2007-09-28  Eric Blake  <ebb9@byu.net>
32211
32212         Enforce that AC_REPLACE_FUNCS files exist.
32213         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
32214         override check for typos.
32215
32216         Fix test-closein on Solaris 10.
32217         * tests/test-closein.c (main): Don't assume stdin can be inherited
32218         closed on all systems.
32219         * tests/test-closein.sh: Likewise.
32220         Reported by Piotr Tarnowski.
32221
32222 2007-09-28  Jim Meyering  <jim@meyering.net>
32223
32224         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
32225
32226 2007-09-27  Jim Meyering  <jim@meyering.net>
32227
32228         canonicalize: Avoid a false-positive cycle failure.
32229         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
32230         Sort.  Remove cycle-check.
32231         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
32232         not cycle-check.h.
32233         (seen_triple): New function.
32234         (canonicalize_filename_mode): Use it instead of cycle-check.
32235         * tests/test-canonicalize.c: Add a test for this bug.
32236         * tests/test-canonicalize.sh: Set up and run the test.
32237
32238         New module, file-set, from coreutils.
32239         * modules/file-set: Define it.
32240         * lib/file-set.c, lib/file-set.h: Implement.
32241
32242         New module, hash-triple, from coreutils.
32243         * modules/hash-triple: Define it.
32244         * lib/hash-triple.c, lib/hash-triple.h: Implement.
32245
32246 2007-09-25  Eric Blake  <ebb9@byu.net>
32247
32248         Fix strerror on Interix.
32249         * lib/string_.h (strerror): Declare replacement.
32250         * doc/functions/strerror.texi (strerror): Document the Interix
32251         shortcoming.
32252         * modules/string (Makefile.am): Support new hooks.
32253         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
32254         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
32255         gl_FUNC_STRERROR_SEPARATE.
32256         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
32257         * lib/strerror.c (rpl_strerror): Provide replacement.
32258         * modules/strerror (Depends-on): Add string.
32259         (configure.ac): Detect use of module.
32260         * tests/test-strerror.c: New file.
32261         * modules/strerror-tests: New test module.
32262         * modules/argp (Depends-on): Add strerror.
32263         * modules/error (Depends-on): Likewise.
32264         Reported by Martin Koeppe.
32265
32266 2007-09-24  Bruno Haible  <bruno@clisp.org>
32267
32268         * README: Update git instructions.
32269
32270 2007-09-24  Eric Blake  <ebb9@byu.net>
32271
32272         Revert fpending breakage from 2007-09-08.
32273         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
32274         __fpending.c.
32275
32276 2007-09-24  Jim Meyering  <jim@meyering.net>
32277
32278         filenamecat.c: Add a test.
32279         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
32280         showing how the function works when DIR is the empty string.
32281
32282 2007-09-21  Simon Josefsson  <simon@josefsson.org>
32283
32284         * tests/test-canonicalize.sh: Turn on executable bit.
32285
32286 2007-09-19  Eric Blake  <ebb9@byu.net>
32287
32288         * README: Update CVS instructions.
32289
32290 2007-09-18  Bruno Haible  <bruno@clisp.org>
32291
32292         * modules/areadlink: New file.
32293         * lib/areadlink.h (areadlink): New declaration.
32294         * lib/areadlink.c: New file, based on lib/xreadlink.c.
32295
32296 2007-09-17  Jim Meyering  <jim@meyering.net>
32297
32298         * lib/savewd.c (ESTALE) [!defined]: Define.
32299         Reported to be required on Interix by Martin Koeppe.
32300
32301 2007-09-17  Bruno Haible  <bruno@clisp.org>
32302
32303         * gnulib-tool (func_version): Use $version.
32304
32305 2007-09-16  Bruno Haible  <bruno@clisp.org>
32306
32307         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
32308         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
32309         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
32310         Reported by Greg Schafer <gschafer@zip.com.au>.
32311
32312 2007-09-15  Bruno Haible  <bruno@clisp.org>
32313
32314         * gnulib-tool (sed): Try a little harder to make bash understand the
32315         alias.
32316         Reported by Bruce Korb <bruce.korb@gmail.com>.
32317
32318 2007-09-13  Eric Blake  <ebb9@byu.net>
32319
32320         * ChangeLog: Remove conflict markers.
32321
32322 2007-09-13  Simon Josefsson  <simon@josefsson.org>
32323
32324         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
32325         Reported by Bruno Haible <bruno@clisp.org>.
32326
32327 2007-09-12  Bruno Haible  <bruno@clisp.org>
32328
32329         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
32330         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
32331         is not defined.
32332
32333 2007-09-12  Eric Blake  <ebb9@byu.net>
32334
32335         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
32336         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
32337         Autoconf definition.
32338         * modules/euidaccess (Depends-on): Add extensions, for
32339         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
32340         * modules/fnmatch (Depends-on): Likewise.
32341         * modules/getaddrinfo (Depends-on): Likewise.
32342         * modules/getdelim (Depends-on): Likewise.
32343         * modules/getline (Depends-on): Likewise.
32344         * modules/getsubopt (Depends-on): Likewise.
32345         * modules/gettext (Depends-on): Likewise.
32346         * modules/group-member (Depends-on): Likewise.
32347         * modules/mbchar (Depends-on): Likewise.
32348         * modules/memmem (Depends-on): Likewise.
32349         * modules/mempcpy (Depends-on): Likewise.
32350         * modules/memrchr (Depends-on): Likewise.
32351         * modules/pagealign_alloc (Depends-on): Likewise.
32352         * modules/readutmp (Depends-on): Likewise.
32353         * modules/stpcpy (Depends-on): Likewise.
32354         * modules/stpncpy (Depends-on): Likewise.
32355         * modules/strchrnul (Depends-on): Likewise.
32356         * modules/strndup (Depends-on): Likewise.
32357         * modules/strsep (Depends-on): Likewise.
32358         * modules/strverscmp (Depends-on): Likewise.
32359         * modules/vasprintf (Depends-on): Likewise.
32360         * modules/wcwidth (Depends-on): Likewise.
32361         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
32362         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
32363         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
32364         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
32365         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
32366         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
32367         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
32368         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
32369         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
32370         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
32371         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
32372         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
32373         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
32374         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
32375         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
32376         * m4/readutmp.m4 (gl_READUTMP): Likewise.
32377         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
32378         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
32379         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
32380         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
32381         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
32382         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
32383         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
32384         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
32385         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
32386         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
32387         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
32388         so that lock.m4 can be used in gettext without extensions module.
32389
32390 2007-09-11  Bruno Haible  <bruno@clisp.org>
32391
32392         * m4/isc-posix.m4: Remove file.
32393         Suggested by Eric Blake.
32394
32395 2007-09-11  Eric Blake  <ebb9@byu.net>
32396
32397         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
32398
32399 2007-09-10  Bruno Haible  <bruno@clisp.org>
32400
32401         * posix-modules: Fix typo in error message.
32402         Reported by Matt <mkraai@beckman.com>.
32403
32404 2007-09-09  Bruno Haible  <bruno@clisp.org>
32405
32406         * doc/functions/getdelim.texi: Update list of platforms lacking the
32407         function.
32408         * doc/functions/getline.texi: Likewise.
32409
32410 2007-09-09  Jim Meyering  <jim@meyering.net>
32411
32412         * lib/hash.c (hash_initialize): Detect calloc failure.
32413         Reported by Bruno Haible.
32414
32415 2007-09-09  Bruno Haible  <bruno@clisp.org>
32416
32417         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
32418         malloc or realloc fails.
32419
32420 2007-09-09  Bruno Haible  <bruno@clisp.org>
32421
32422         * modules/getcwd (Depends-on): Add malloc-posix.
32423         * modules/glob (Depends-on): Likewise.
32424         * modules/putenv (Depends-on): Likewise.
32425         * modules/strdup (Depends-on): Likewise.
32426         * modules/getdelim (Depends-on): Add realloc-posix.
32427         * modules/read-file (Depends-on): Likewise.
32428
32429 2007-09-09  Bruno Haible  <bruno@clisp.org>
32430
32431         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
32432         (gl_FUNC_MALLOC_POSIX): Require it.
32433         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
32434         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
32435         * modules/realloc (Files): Add m4/malloc.m4.
32436         * modules/calloc (Files): Likewise.
32437
32438 2007-09-09  Bruno Haible  <bruno@clisp.org>
32439
32440         * modules/malloc-posix: New file.
32441         * modules/malloc (Depends-on): Add malloc-posix.
32442         * lib/malloc.c: Include errno.h.
32443         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
32444         and a POSIX-compatible malloc into a single function. Set ENOMEM
32445         when returning NULL.
32446         * m4/malloc.m4: New file.
32447         * doc/functions/malloc.texi: Mention the malloc-posix module.
32448         * lib/stdlib_.h (malloc): New declaration.
32449         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32450         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
32451         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
32452         and HAVE_MALLOC_POSIX.
32453
32454 2007-09-09  Bruno Haible  <bruno@clisp.org>
32455
32456         * modules/realloc-posix: New file.
32457         * modules/realloc (Depends-on): Add realloc-posix.
32458         * lib/realloc.c: Include errno.h.
32459         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
32460         and a POSIX-compatible realloc into a single function. Set ENOMEM
32461         when returning NULL.
32462         * m4/realloc.m4: New file.
32463         * doc/functions/realloc.texi: Mention the realloc-posix module.
32464         * lib/stdlib_.h (realloc): New declaration.
32465         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32466         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
32467         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
32468         and HAVE_REALLOC_POSIX.
32469
32470 2007-09-09  Bruno Haible  <bruno@clisp.org>
32471
32472         * modules/calloc-posix: New file.
32473         * modules/calloc (Depends-on): Add calloc-posix.
32474         * lib/calloc.c: Include errno.h.
32475         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
32476         and a POSIX-compatible calloc into a single function. Set ENOMEM
32477         when returning NULL.
32478         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
32479         * doc/functions/calloc.texi: Mention the calloc-posix module.
32480         * lib/stdlib_.h (calloc): New declaration.
32481         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32482         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
32483         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
32484         and HAVE_CALLOC_POSIX.
32485
32486 2007-09-09  Bruno Haible  <bruno@clisp.org>
32487
32488         Allow for modules to show an arbitrary notice.
32489         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
32490         * gnulib-tool: New option --extract-notice.
32491         (func_usage): Document it.
32492         (sed_extract_prog): Update.
32493         (func_get_notice): New function.
32494         (func_modules_notice): New function.
32495         (func_import, func_create_testdir): Invoke it.
32496         Suggested by Jim Meyering.
32497
32498 2007-09-09  Bruno Haible  <bruno@clisp.org>
32499
32500         * gnulib-tool: New options --verbose, --quiet.
32501         (func_usage): Document them.
32502         (verbose): New variable.
32503         (func_execute_command): New function.
32504         (func_import): Don't show the module list and the file list if
32505         $verbose < 0.
32506         (func_create_testdir): Likewise. Use func_execute_command.
32507         (func_create_megatestdir): Use func_execute_command.
32508
32509 2007-09-08  Bruno Haible  <bruno@clisp.org>
32510
32511         * gnulib-tool (func_import): Prefer rsync over wget when available,
32512         for fetching the PO files.
32513
32514 2007-09-08  Bruno Haible  <bruno@clisp.org>
32515
32516         * posix-modules: New file. Portions copied from gnulib-tool.
32517         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
32518
32519 2007-09-08  Jim Meyering  <jim@meyering.net>
32520
32521         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
32522         * lib/fpending.h: Rename from __fpending.h.
32523         * lib/fpending.c: Rename from __fpending.c.
32524         Include "fpending.h", not "__fpending.h".
32525         * lib/__fpending.h, lib/__fpending.c: Remove files.
32526         * modules/fpending (Files): Reflect new file names.
32527         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
32528
32529 2007-09-08  Bruno Haible  <bruno@clisp.org>
32530
32531         * m4/inttypes-h.m4: Remove stub file.
32532
32533 2007-09-07  Simon Josefsson  <simon@josefsson.org>
32534
32535         * doc/headers/stdint.texi: Discuss #include_next issue.
32536
32537 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
32538
32539         * build-aux/bootstrap: Remove obsolete comment about wget --help.
32540
32541 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32542
32543         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
32544         in variable name.
32545
32546 2007-09-03  Jim Meyering  <jim@meyering.net>
32547
32548         New module: git-version-gen.
32549         * modules/git-version-gen: New file.
32550
32551         Import changes from coreutils for bootstrap script.
32552
32553         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
32554
32555         bootstrap: uses rsync to download the .po files
32556         * build-aux/bootstrap (po_download_command_format): New global.
32557         (download_po_files): Use rsync.
32558         (update_po_files): Don't remove .po files after download,
32559         so future rsync runs can take advantage of the copies.
32560
32561         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
32562
32563         Solve the unnecessary-.po-file-regeneration problem once and for all.
32564         * build-aux/bootstrap (download_po_files): New function, renamed from
32565         get_translations.  Now, downloads, but doesn't update LINGUAS.
32566         (update_po_files): New function.
32567
32568         bootstrap: Ignore more.
32569         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
32570         uniwidth to e.g., lib/.gitignore.
32571         (slurp): Handle the sys_stat_.h -> sys mapping, too.
32572
32573         * build-aux/bootstrap: New setting: vc_ignore.
32574         (insert_sorted_if_absent): Create $file if absent.
32575         Adapt to new, possibly empty, list: $vc_ignore.
32576
32577         bootstrap: generate more ignorable names
32578         * build-aux/bootstrap (slurp): When generating ignorable names,
32579         also map .sin to .sed, .gperf to .c, and .y to .c.
32580
32581 2007-09-03  Jim Meyering  <jim@meyering.net>
32582
32583         * build-aux/git-version-gen: New file, from coreutils.  For details, see
32584         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
32585
32586 2007-09-02  Bruno Haible  <bruno@clisp.org>
32587
32588         Fix mis-recognition of 'mcs' on QNX 6.
32589         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
32590         output contains the string "Mono".
32591         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
32592         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
32593
32594 2007-09-01  Bruno Haible  <bruno@clisp.org>
32595
32596         Fix collision between uniwidth/* and linebreak modules.
32597         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
32598         u32_width): Remove declarations.
32599         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
32600         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
32601         streq3, streq2, streq1, streq0): Remove functions.
32602         (STREQ): Remove macro.
32603         (is_cjk_encoding): Remove function.
32604         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
32605         (uc_width, u8_width, u16_width, u32_width): Remove functions.
32606         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
32607         * NEWS: Document the change.
32608
32609 2007-09-01  Bruno Haible  <bruno@clisp.org>
32610
32611         * lib/streq.h: Add double-inclusion guard.
32612
32613 2007-09-01  Karl Berry  <karl@gnu.org>
32614
32615         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
32616
32617 2007-08-28  Jim Meyering  <jim@meyering.net>
32618
32619         Rename mreadlink_with_size to areadlink_with_size.
32620         * NEWS: Document the change.
32621         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
32622         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
32623         * lib/mreadlink.h: Rename this to...
32624         * lib/areadlink.h: ...this.
32625         * modules/mreadlink-with-size: Rename this to...
32626         * modules/areadlink-with-size: ...this.
32627         * lib/canonicalize.c: Reflect the renaming.
32628         * modules/canonicalize: Likewise.
32629
32630 2007-08-26  Bruno Haible  <bruno@clisp.org>
32631
32632         * gnulib-tool (func_import): When deciding which files to remove,
32633         consider also dangling symbolic links.
32634         Reported by Eric Blake.
32635
32636 2007-08-26  Bruno Haible  <bruno@clisp.org>
32637
32638         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
32639
32640 2007-08-23  Simon Josefsson  <simon@josefsson.org>
32641
32642         * lib/readline.c: Don't include getline.h, the prototype is now
32643         found in stdio.h.
32644
32645 2007-08-23  Jim Meyering  <jim@meyering.net>
32646
32647         Getdelim touchup.
32648         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
32649         around the funlockfile call, since funlockfile never sets errno.
32650         Don't set errno upon failed realloc.
32651
32652 2007-08-22  Eric Blake  <ebb9@byu.net>
32653
32654         Getline touchups.
32655         * lib/getdelim.c (getdelim): Revert regression that required *n to
32656         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
32657         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
32658         getdelim, rather than whether implementation is missing.
32659         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
32660         * lib/stdio_.h (getline): Also declare if replacement is
32661         required.
32662         * doc/functions/getdelim.texi: New file.
32663         * doc/functions/getline.texi: Likewise.
32664         * doc/gnulib.texi (Function Substitutes): Add new files.
32665         Reported by Bruno Haible.
32666
32667 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
32668
32669         * users.txt: Add Guile.
32670
32671 2007-08-22  Eric Blake  <ebb9@byu.net>
32672
32673         * tests/test-getdelim.c (main): Use remove, not unlink.
32674         * tests/test-getline.c (main): Likewise.
32675
32676         Move getline and getdelim into stdio.h, per POSIX 200x.
32677         * modules/getline (Files): Remove getline.h.
32678         (Depends-on): Add stdio.
32679         (configure.ac): Add module indicator.
32680         * modules/getdelim (Files): Remove getdelim.h.
32681         (Depends-on): Add stdio.
32682         (configure.ac): Add module indicator.
32683         * modules/stdio (Makefile.am): Work with new indicators.
32684         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
32685         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
32686         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
32687         * lib/getdelim.h: Delete.
32688         * lib/getline.h: Delete.
32689         * lib/stdio_.h (getdelim, getline): Declare.
32690         * modules/getdelim-tests: New module.
32691         * modules/getline-tests: Likewise.
32692         * tests/test-getdelim.c: New file.
32693         * tests/test-getline.c: Likewise.
32694         * NEWS: Document the change.
32695         * lib/getline.c: Update choice of header.
32696         * lib/csharpcomp.c: Likewise.
32697         * lib/getpass.c: Likewise.
32698         * lib/javacomp.c: Likewise.
32699         * lib/javaversion.c: Likewise.
32700         * lib/yesno.c: Likewise.
32701         * lib/getdelim.c: Likewise.
32702         (getdelim): Set errno on failure, and avoid memory leak.
32703
32704 2007-08-19  Bruno Haible  <bruno@clisp.org>
32705
32706         * modules/closein (Depends-on): Add freadahead.
32707         * lib/closein.c: Include freadahead.h.
32708         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
32709         is zero.
32710
32711 2007-08-19  Bruno Haible  <bruno@clisp.org>
32712
32713         * modules/freadahead-tests: New file.
32714         * tests/test-freadahead.sh: New file.
32715         * tests/test-freadahead.c: New file.
32716
32717         * modules/freadahead: New file.
32718         * lib/freadahead.h: New file.
32719         * lib/freadahead.c: New file.
32720         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
32721         fbufmode, fpurge, freadable, fwritable.
32722
32723 2007-08-19  Eric Blake  <ebb9@byu.net>
32724
32725         Test yesno in combination with closein.
32726         * lib/yesno.c (yesno): Document use of stdin.
32727         * modules/yesno-tests (Files): New module.
32728         * tests/test-yesno.c (main): New file.
32729         * tests/test-yesno.sh: Likewise.
32730
32731 2007-08-19  Bruno Haible  <bruno@clisp.org>
32732
32733         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
32734         * lib/fseeko.c (rpl_fseeko): Likewise.
32735         * lib/fseterr.c (fseterr): Likewise.
32736
32737 2007-08-19  Bruno Haible  <bruno@clisp.org>
32738
32739         * tests/test-lseek.c (main): Disable a test for BeOS.
32740         * doc/functions/lseek.texi: Document the BeOS bug.
32741
32742 2007-08-19  Bruno Haible  <bruno@clisp.org>
32743             Eric Blake  <ebb9@byu.net>
32744
32745         * lib/lseek.c: Include <sys/stat.h>.
32746         (rpl_lseek): Add workaround code also for Unix platforms.
32747         Needed for BeOS.
32748         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
32749         * doc/functions/lseek.texi: Document BeOS definiency.
32750
32751 2007-08-18  Bruno Haible  <bruno@clisp.org>
32752
32753         * modules/fstrcmp-tests: New file.
32754         * tests/test-fstrcmp.c: New file.
32755
32756 2007-08-18  Bruno Haible  <bruno@clisp.org>
32757
32758         * modules/fstrcmp: New file, from GNU gettext with modifications.
32759         * lib/fstrcmp.h: New file, from GNU gettext.
32760         * lib/fstrcmp.c: New file, from GNU gettext.
32761         * MODULES.html.sh (String handling): Add fstrcmp.
32762
32763 2007-08-18  Bruno Haible  <bruno@clisp.org>
32764
32765         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
32766         'bool'.
32767         (diag, compareseq): Remove const from the ctxt argument.
32768         (USE_HEURISTIC): Undefine at the end.
32769
32770 2007-08-18  Jim Meyering  <jim@meyering.net>
32771
32772         New file: lib/idcache.h
32773         * NEWS: Mention the addition.
32774         * modules/idcache (Files): Add lib/idcache.h
32775         * lib/idcache.c: Include "idcache.h".
32776         Don't include <sys/types.h>.
32777         Add a FIXME comment.
32778         Move file-scoped "static" declarations to the top.
32779         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
32780
32781 2007-08-17  Bruno Haible  <bruno@clisp.org>
32782         and Paul Eggert  <eggert@cs.ucla.edu>
32783
32784         * MODULES.html.sh: Add diffseq.
32785         * modules/diffseq: New file.
32786         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
32787         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
32788
32789 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32790
32791         Import changes from coreutils for bootstrap script.
32792
32793         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
32794
32795         * build-aux/bootstrap (slurp): Work even in environments where
32796         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
32797         current code does not slurp files whose names start with ".", and
32798         this looks like it might be a troublesome area.
32799
32800         2007-07-11  Jim Meyering  <jim@meyering.net>
32801
32802         If there's a GPL vN copyright comment, require that N == 3.
32803
32804         2007-07-08  Jim Meyering  <jim@meyering.net>
32805
32806         Run the coreutils-specific code only if tests/Makefile.am.in exists.
32807         * build-aux/bootstrap (mam_template): Move definition out of loop.
32808
32809         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
32810
32811         * build-aux/bootstrap (symlink_to_dir): Rename function from
32812         symlink_to_gnulib.  Add a directory parameter.  Update all
32813         callers.
32814         (cp_mark_as_generated): Also check for -- and link to -- files in
32815         gl/.
32816
32817         2007-07-08  Jim Meyering  <jim@meyering.net>
32818
32819         Adapt to deeper hierarchy in gnulib.
32820         * build-aux/bootstrap (symlink_to_dir): If the destination
32821         directory doesn't exist, create it. This is required at least for
32822         "lib/uniwidth/cjk.h".
32823
32824         2007-05-15  Jim Meyering  <jim@meyering.net>
32825
32826         * build-aux/bootstrap: Now that generated Makefile.am files
32827         are no longer under version control, they must be created at
32828         bootstrap time.
32829
32830 2007-08-14  Ben Pfaff  <blp@gnu.org>
32831
32832         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
32833
32834 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
32835
32836         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
32837         given the changes below.
32838         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
32839         even on hosts that have padding bits beyond the supported 64.
32840
32841 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
32842
32843         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
32844         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
32845         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
32846         depends on it.
32847         (xstrtol_error): Remove.
32848         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
32849         but with a different signature.
32850         (ATTRIBUTE_NORETURN, __attribute__): New macros.
32851         * lib/xstrtol-error.c: Include exitfail.h.
32852         (xstrtol_fatal): New function, with a different signature from the
32853         old xstrtol_error, so that the caller need not worry about passing
32854         in an exit status, or about storage management of the option argument.
32855         (xstrtol_error): Now a static function.  Redo signature to
32856         implement xstrtol_fatal.  Output the correct number of hyphens in
32857         front of the option so that the caller need not worry about
32858         storage management.
32859         (N_): New macro.
32860         (_): Remove; not used now.
32861         * modules/xstrtol: Depend on getopt.
32862         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
32863         of old STRTOL_FATAL_ERROR macro.
32864         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
32865         of test program.
32866         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
32867         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
32868
32869 2007-08-08  Eric Blake  <ebb9@byu.net>
32870
32871         * lib/xstrtol-error.c: Add missing include.
32872
32873         Move xstrtol messages into gnulib domain, when --pobase is used.
32874         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
32875         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
32876         * modules/xstrtol (Files): Distribute new file.
32877         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
32878         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
32879         * tests/test-xstrtol.c: ...into new file.
32880         * tests/test-xstrtoul.c: Also test xstrtoul.
32881         * tests/test-xstrtoimax.c: Also test xstrtoimax.
32882         * tests/test-xstrtoumax.c: Also test xstrtoumax.
32883         * tests/test-xstrtol.sh: Drive the tests.
32884         * tests/test-xstrtoimax.sh: Likewise.
32885         * tests/test-xstrtoumax.sh: Likewise.
32886         * modules/xstrtol-tests: New module.
32887         * modules/xstrtoimax-tests: Likewise.
32888         * modules/xstrtoumax-tests: Likewise.
32889
32890 2007-08-08  Jim Meyering  <jim@meyering.net>
32891
32892         New function: mfile_name_concat.
32893         * lib/filenamecat.c (mfile_name_concat): New function, just like
32894         file_name_concat, but return NULL upon failure rather than exiting
32895         with a diagnostic.
32896         * lib/filenamecat.h: Declare it.
32897
32898 2007-08-07  Bruno Haible  <bruno@clisp.org>
32899
32900         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
32901         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
32902         warning from gcc.
32903         Reported by Eric Blake.
32904
32905 2007-08-07  Simon Josefsson  <simon@josefsson.org>
32906
32907         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
32908         * modules/crypto/arcfour (License): Likewise.
32909         * modules/crypto/des-tests (License): Likewise.
32910         * modules/crypto/gc-arctwo-tests (License): Likewise.
32911         * modules/crypto/gc-des-tests (License): Likewise.
32912         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
32913         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
32914         * modules/crypto/gc-md2-tests (License): Likewise.
32915         * modules/crypto/gc-md4-tests (License): Likewise.
32916         * modules/crypto/gc-md5-tests (License): Likewise.
32917         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
32918         * modules/crypto/gc-rijndael-tests (License): Likewise.
32919         * modules/crypto/gc-sha1-tests (License): Likewise.
32920         * modules/crypto/gc-tests (License): Likewise.
32921         * modules/crypto/hmac-md5 (License): Likewise.
32922         * modules/crypto/hmac-sha1 (License): Likewise.
32923         * modules/crypto/md2-tests (License): Likewise.
32924         * modules/crypto/md4-tests (License): Likewise.
32925         * modules/crypto/md5 (License): Likewise.
32926         * modules/crypto/rijndael (License): Likewise.
32927         * modules/crypto/sha1 (License): Likewise.
32928         * modules/memxor (License): Likewise.
32929
32930 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
32931         and Bruno Haible  <bruno@clisp.org>
32932
32933         * NEWS: Describe interface changes to human, xstrtol.
32934         * lib/human.h: Include <xstrtol.h>.
32935         (human_options): Return enum strtol_error, not int.  Remove
32936         bool arg; take int * instead.
32937         * lib/human.c: Don't include "gettext.h".
32938         (_): Remove; no longer used.
32939         Don't include <xstrtol.h>, since human.h does it.
32940         (human_options): Adjust to abovementioned interface changes.
32941         Do not report error to stderr; that's now the caller's
32942         responsibility.
32943         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
32944         interface change.
32945         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
32946         Str, Argument_type_string.  All uses changed.  Put " argument"
32947         in diagnostics to make them clearer.  Change wording of suffix
32948         message for clarity.
32949         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
32950         Argument_type_string.
32951         (STRTOL_FATAL_WARN): Remove; no longer used.
32952         * modules/human (Depends-on): Remove gettext-h.
32953
32954 2007-08-06  Simon Josefsson  <simon@josefsson.org>
32955
32956         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
32957
32958 2007-07-31  Bruno Haible  <bruno@clisp.org>
32959
32960         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
32961         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
32962         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
32963
32964 2007-07-31  Bruno Haible  <bruno@clisp.org>
32965
32966         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
32967         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
32968
32969 2007-07-30  Bruno Haible  <bruno@clisp.org>
32970
32971         * modules/base64 (License): Use the synonymous term "LGPLv2+".
32972         * modules/c-ctype (License): Likewise.
32973         * modules/c-strcase (License): Likewise.
32974         * modules/check-version (License): Likewise.
32975         * modules/iconv (License): Likewise.
32976         * modules/iconv_open (License): Likewise.
32977         * modules/read-file (License): Likewise.
32978         * modules/striconv (License): Likewise.
32979         * modules/strverscmp (License): Likewise.
32980         * modules/vasprintf (License): Likewise.
32981         * modules/crypto/des (License): Likewise.
32982         * modules/crypto/gc (License): Likewise.
32983         * modules/crypto/gc-arcfour (License): Likewise.
32984         * modules/crypto/gc-arctwo (License): Likewise.
32985         * modules/crypto/gc-des (License): Likewise.
32986         * modules/crypto/gc-hmac-md5 (License): Likewise.
32987         * modules/crypto/gc-hmac-sha1 (License): Likewise.
32988         * modules/crypto/gc-md2 (License): Likewise.
32989         * modules/crypto/gc-md4 (License): Likewise.
32990         * modules/crypto/gc-md5 (License): Likewise.
32991         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
32992         * modules/crypto/gc-random (License): Likewise.
32993         * modules/crypto/gc-rijndael (License): Likewise.
32994         * modules/crypto/gc-sha1 (License): Likewise.
32995         * modules/crypto/md2 (License): Likewise.
32996         * modules/crypto/md4 (License): Likewise.
32997
32998 2007-07-30  Jim Meyering  <jim@meyering.net>
32999
33000         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
33001         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
33002         it has valid stat data.  This bug would cause du not to count the
33003         sizes of inaccessible directories.
33004         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
33005         in <http://bugzilla.redhat.com/250077>.
33006
33007 2007-07-25  Peter O'Gorman  <peter@pogma.com>
33008             Bruno Haible  <bruno@clisp.org>
33009
33010         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
33011         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
33012         #include_next, gives a diagnostic about it, but reports no error in
33013         the exit code.
33014         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
33015
33016 2007-07-24  Ben Pfaff  <blp@gnu.org>
33017
33018         Improve name: "count-one-bits" is better than "popcount".
33019         * MODULES.html.sh: Update name.
33020         * lib/popcount.h: Renamed lib/count-one-bits.h.
33021         (popcount): Renamed count_one_bits.
33022         (popcountl): Renamed count_one_bits_l.
33023         (popcountll): Renamed count_one_bits_ll.
33024         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
33025         * modules/popcount: Renamed module/count-one-bits.
33026         * modules/popcount-tests: Renamed module/count-one-bits-tests.
33027         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
33028
33029 2007-07-23  Ben Pfaff  <blp@gnu.org>
33030
33031         * lib/popcount.h (popcount32): Reduce size of constants, to allow
33032         better code generation, and add U to large constants to avoid
33033         warnings, in non-GCC case.
33034         Suggested by Bruno Haible.
33035
33036 2007-07-23  Ben Pfaff  <blp@gnu.org>
33037
33038         * lib/popcount.h: Use verify_true instead of if...abort.
33039         * modules/popcount: Depend on verify module.
33040         Suggested by Jim Meyering.
33041
33042 2007-07-23  Bruno Haible  <bruno@clisp.org>
33043
33044         * gnulib-tool (func_import): Create a .cvsignore file also when the
33045         directory is not yet in CVS but the toplevel directory is. When
33046         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
33047         Reported by Karl Berry.
33048
33049 2007-07-22  Ben Pfaff  <blp@gnu.org>
33050
33051         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
33052         case.
33053         Suggested by Eric Blake.
33054
33055 2007-07-22  Ben Pfaff  <blp@gnu.org>
33056
33057         New module: popcount.
33058         * MODULES.html.sh: Add popcount.
33059         * modules/popcount: New file.
33060         * modules/popcount-tests: New file.
33061         * tests/test-popcount.c: New file.
33062         * lib/popcount.h: New file.
33063         * m4/popcount.m4: New file.
33064
33065 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
33066
33067         * build-aux/announce-gen: Update to GPLv3.
33068
33069         * build-aux/config.guess: Update from config.
33070
33071 2007-07-21  Bruno Haible  <bruno@clisp.org>
33072
33073         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
33074         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
33075
33076 2007-07-20  Jim Meyering  <jim@meyering.net>
33077
33078         * check-module: Diagnose a self-dependency.
33079
33080 2007-07-19  Bruno Haible  <bruno@clisp.org>
33081
33082         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
33083         empty.
33084         Reported by Eric Blake.
33085
33086 2007-07-18  Bruno Haible  <bruno@clisp.org>
33087
33088         * gnulib-tool: New options --po-base, --po-domain.
33089         (func_usage): Document them.
33090         (pobase, po_domain): New variables.
33091         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
33092         DEFAULT_TEXT_DOMAIN.
33093         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
33094         (func_import): Consider pobase and po_domain. Create a po/ directory.
33095         (func_create_testdir): Set pobase and po_domain to empty.
33096         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
33097         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
33098
33099 2007-07-18  Bruno Haible  <bruno@clisp.org>
33100
33101         * gnulib-tool (func_get_automake_snippet): Synthesize also an
33102         EXTRA_DIST augmentation for files in build-aux/.
33103
33104 2007-07-16  Bruno Haible  <bruno@clisp.org>
33105
33106         * modules/lseek (License): Use the synonymous term "LGPLv2+".
33107         * modules/getdelim (License): Likewise.
33108
33109 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33110
33111         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
33112         * modules/d-type (License): Likewise.
33113         * modules/extensions (License): Likewise.
33114         * modules/fnmatch (License): Likewise.
33115         * modules/fseeko (License): Likewise.
33116         * modules/getaddrinfo (License): Likewise.
33117         * modules/getline (License): Likewise.
33118         * modules/getlogin_r (License): Likewise.
33119         * modules/getpass (License): Likewise.
33120         * modules/gettimeofday (License): Likewise.
33121         * modules/glob (License): Likewise.
33122         * modules/inet_ntop (License): Likewise.
33123         * modules/malloc (License): Likewise.
33124         * modules/malloca (License): Likewise.
33125         * modules/memmem (License): Likewise.
33126         * modules/mempcpy (License): Likewise.
33127         * modules/memset (License): Likewise.
33128         * modules/minmax (License): Likewise.
33129         * modules/mktime (License): Likewise.
33130         * modules/netinet_in (License): Likewise.
33131         * modules/pathmax (License): Likewise.
33132         * modules/poll (License): Likewise.
33133         * modules/regex (License): Likewise.
33134         * modules/snprintf (License): Likewise.
33135         * modules/stdbool (License): Likewise.
33136         * modules/stdint (License): Likewise.
33137         * modules/stdio (License): Likewise.
33138         * modules/strcase (License): Likewise.
33139         * modules/strcasestr (License): Likewise.
33140         * modules/strdup (License): Likewise.
33141         * modules/string (License): Likewise.
33142         * modules/strndup (License): Likewise.
33143         * modules/strnlen (License): Likewise.
33144         * modules/strpbrk (License): Likewise.
33145         * modules/strptime (License): Likewise.
33146         * modules/strsep (License): Likewise.
33147         * modules/sys_select (License): Likewise.
33148         * modules/sys_socket (License): Likewise.
33149         * modules/sys_stat (License): Likewise.
33150         * modules/sys_time (License): Likewise.
33151         * modules/time (License): Likewise.
33152         * modules/time_r (License): Likewise.
33153         * modules/timegm (License): Likewise.
33154         * modules/unistd (License): Likewise.
33155         * modules/vsnprintf (License): Likewise.
33156         * modules/wctype (License): Likewise.
33157
33158 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33159
33160         * modules/argz (License): LGPLv2+.
33161
33162 2007-07-15  Karl Berry  <karl@gnu.org>
33163
33164         * doc/gnulib.texi: revise node structure per new fdl.texi.
33165
33166 2007-07-14  Bruno Haible  <bruno@clisp.org>
33167
33168         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
33169         the output file.
33170         * lib/uniname/uninames.h: Regenerated.
33171
33172 2007-07-14  Karl Berry  <karl@gnu.org>
33173
33174         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
33175         omitting sectioning and index commands.
33176
33177 2007-07-13  Bruno Haible  <bruno@clisp.org>
33178
33179         New gnulib-tool option --more-symlinks.
33180         * gnulib-tool (func_usage): Document --more-symlinks.
33181         (do_copyrights): New variable.
33182         Recognize option --more-symlinks.
33183         (func_import): Don't add a copyright notice transform to
33184         sed_transform_lib_file if do_copyrights is empty.
33185
33186 2007-07-13  Bruno Haible  <bruno@clisp.org>
33187
33188         * lib/vasnprintf.c (decimal_point_char): Define also if
33189         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
33190         && !NEED_PRINTF_DIRECTIVE_A.
33191         Reported by Clemens Koller <clemens.koller@anagramm.de> via
33192         Gary V. Vaughan <gary@gnu.org>.
33193
33194 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
33195
33196         * lib/inttypes_.h: Undo previous change, since it was fixed
33197         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
33198
33199 2007-07-13  Bruno Haible  <bruno@clisp.org>
33200
33201         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
33202         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
33203
33204 2007-07-13  Jim Meyering  <jim@meyering.net>
33205
33206         df: Don't fail for Tru64's "file-on-file mount".
33207         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
33208         so we fall through and use statfs instead.  Details here:
33209         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
33210         Reported by Albert Chin.
33211
33212 2007-07-13  Bruno Haible  <bruno@clisp.org>
33213
33214         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
33215         * modules/configmake (License): Likewise.
33216         * modules/gettext (License): Likewise.
33217         * modules/gettext-h (License): Likewise.
33218         * modules/include_next (License): Likewise.
33219         * modules/link-warning (License): Likewise.
33220         * modules/localcharset (License): Likewise.
33221         * modules/localename (License): Likewise.
33222         * modules/lock (License): Likewise.
33223         * modules/relocatable-lib-lgpl (License): Likewise.
33224         * modules/size_max (License): Likewise.
33225         * modules/vasnprintf (License): Likewise.
33226         * modules/wchar (License): Likewise.
33227         * modules/xsize (License): Likewise.
33228
33229 2007-07-13  Bruno Haible  <bruno@clisp.org>
33230
33231         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
33232         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
33233
33234 2007-07-12  Bruno Haible  <bruno@clisp.org>
33235
33236         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
33237         in the modules files.
33238
33239 2007-07-11  Karl Berry  <karl@gnu.org>
33240
33241         * MODULES.html.sh (func_module): use
33242          sed -e '\|^'"${includefile}"'$|d'
33243          instead of /.../d, to avoid errors on $includefile's containing /.
33244
33245 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
33246
33247         * gnulib-tool (func_import): Avoid duplication of --avoid
33248         statements
33249         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
33250         names to `_' in variable names.
33251
33252 2007-07-10  Eric Blake  <ebb9@byu.net>
33253
33254         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
33255         * NEWS: Document this change.
33256
33257 2007-07-08  Bruno Haible  <bruno@clisp.org>
33258
33259         Update to Unicode 5.0.
33260         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
33261         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
33262         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
33263         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
33264         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
33265         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
33266         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
33267         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
33268         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
33269         U+10A3F, U+1D242..U+1D244.
33270         (nonspacing_table_ind): Update.
33271         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
33272         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
33273
33274 2007-07-08  Bruno Haible  <bruno@clisp.org>
33275
33276         Update to Unicode 5.0.
33277         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
33278         code transform. Extend the name index field of unicode_name_to_code and
33279         unicode_code_to_name from 16 to 24 bits.
33280         * lib/uniname/uniname.c (unicode_character_name,
33281         unicode_name_character): Add the range 0x12xxx to the code transform.
33282         * lib/uniname/uninames.h: Regenerated.
33283         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
33284
33285 2007-07-07  Bruno Haible  <bruno@clisp.org>
33286
33287         * modules/wcwidth-tests: New file.
33288         * tests/test-wcwidth.c: New file.
33289
33290         Work around MacOS X wcwidth() bug.
33291         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
33292         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
33293         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
33294         original wcwidth in non-UTF-8 locales.
33295         * modules/wcwidth (Depends-on): Add localcharset, streq,
33296         uniwidth/width.
33297         * doc/functions/wcwidth.texi: Update.
33298
33299 2007-07-07  Bruno Haible  <bruno@clisp.org>
33300
33301         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
33302         (wcwidth): New declaration.
33303         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
33304         macros.
33305         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
33306         here. Prepare for creating <wchar.h> unconditionally.
33307         * modules/wchar (Depends-on): Add link-warning.
33308         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
33309         REPLACE_WCWIDTH, and GL_LINK_WARNING.
33310         * lib/wcwidth.h: Remove file.
33311         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
33312         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
33313         * modules/wcwidth (Files): Remove lib/wcwidth.h.
33314         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
33315         (Include): Replace wcwidth.h with <wchar.h>.
33316         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
33317         * lib/mbchar.h: Don't include wcwidth.h.
33318         * lib/mbswidth.c: Likewise.
33319         * NEWS: Mention the change.
33320
33321 2007-07-07  Bruno Haible  <bruno@clisp.org>
33322
33323         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
33324         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
33325         definition with an external declaration.
33326         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
33327         defined as a function. Remove AC_C_INLINE requirement.
33328         * modules/wcwidth (Files): Add lib/wcwidth.c.
33329         (Makefile.am): Remove redundant statement.
33330
33331 2007-07-07  Bruno Haible  <bruno@clisp.org>
33332
33333         * MODULES.html.sh (Unicode string functions): Add the new modules.
33334
33335         * tests/uniwidth/test-u32-strwidth.c: New file.
33336         * modules/uniwidth/u32-strwidth-tests: New file.
33337
33338         * lib/uniwidth/u32-strwidth.c: New file.
33339         * modules/uniwidth/u32-strwidth: New file.
33340
33341         * tests/uniwidth/test-u16-strwidth.c: New file.
33342         * modules/uniwidth/u16-strwidth-tests: New file.
33343
33344         * lib/uniwidth/u16-strwidth.c: New file.
33345         * modules/uniwidth/u16-strwidth: New file.
33346
33347         * tests/uniwidth/test-u8-strwidth.c: New file.
33348         * modules/uniwidth/u8-strwidth-tests: New file.
33349
33350         * lib/uniwidth/u8-strwidth.c: New file.
33351         * modules/uniwidth/u8-strwidth: New file.
33352
33353         * tests/uniwidth/test-u32-width.c: New file.
33354         * modules/uniwidth/u32-width-tests: New file.
33355
33356         * lib/uniwidth/u32-width.c: New file.
33357         * modules/uniwidth/u32-width: New file.
33358
33359         * tests/uniwidth/test-u16-width.c: New file.
33360         * modules/uniwidth/u16-width-tests: New file.
33361
33362         * lib/uniwidth/u16-width.c: New file.
33363         * modules/uniwidth/u16-width: New file.
33364
33365         * tests/uniwidth/test-u8-width.c: New file.
33366         * modules/uniwidth/u8-width-tests: New file.
33367
33368         * lib/uniwidth/u8-width.c: New file.
33369         * modules/uniwidth/u8-width: New file.
33370
33371         * tests/uniwidth/test-uc_width.c: New file.
33372         * modules/uniwidth/width-tests: New file.
33373
33374         * lib/uniwidth/width.c: New file, from GNU libiconv.
33375         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
33376         * modules/uniwidth/width: New file.
33377
33378         * lib/uniwidth.h: New file, from GNU libiconv.
33379         * modules/uniwidth/base: New file.
33380
33381 2007-07-07  Bruno Haible  <bruno@clisp.org>
33382
33383         * lib/uniname.h: New file, from GNU gettext.
33384         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
33385         * lib/uniname/uninames.h: New file, from GNU gettext.
33386         * lib/uniname/uniname.c: New file, from GNU gettext.
33387         * tests/uniname/test-uninames.sh: New file.
33388         * tests/uniname/test-uninames.c: New file, from GNU gettext.
33389         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
33390         * modules/uniname/base: New file.
33391         * modules/uniname/uniname: New file.
33392         * modules/uniname/uniname-tests: New file.
33393         * MODULES.html.sh (Unicode string functions): Add the new modules.
33394
33395 2007-07-06  Bruno Haible  <bruno@clisp.org>
33396
33397         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
33398
33399 2007-07-06  Bruno Haible  <bruno@clisp.org>
33400
33401         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
33402         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
33403         includes <cygwin/sys_time.h> which includes <sys/select.h> which
33404         include <sys/time.h>.
33405         Reported by Eric Blake.
33406
33407 2007-07-06  Eric Blake  <ebb9@byu.net>
33408
33409         Fix testing canonicalize on cygwin.
33410         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
33411         Revert patch from 2007-06-19.
33412         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
33413         canonicalize module is also in use.
33414         * tests/test-canonicalize.c: New file.
33415         * tests/test-canonicalize.sh: Likewise.
33416         * modules/canonicalize-tests: Likewise.
33417
33418 2007-07-06  Jim Meyering  <jim@meyering.net>
33419
33420         * lib/getugroups.c (getugroups): Detect getgrent failure.
33421         Adjust comment to reflect reality: this function may return -1.
33422
33423 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
33424
33425         * build-aux/bootstrap (TP_URL,get_translations): Update to use
33426         the new TP address.
33427         (usage): Fix typo
33428         (gnulib_mk): New variable.
33429
33430 2007-07-05  Jim Meyering  <jim@meyering.net>
33431
33432         Don't let endgrent clobber errno, no matter how improbable.
33433         * lib/getugroups.c (getugroups): Save and restore errno around
33434         endgrent call.
33435
33436         Close the group DB even when failing with 2^31 or more members.
33437         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
33438
33439 2007-07-04  Jim Meyering  <jim@meyering.net>
33440
33441         * lib/getugroups.h: New file.
33442         * lib/getugroups.c: Include "getugroups.h".
33443         Remove uses of "register" keyword.
33444         Move local variable, "cp", down into scope where used.
33445         Give "username" parameter the "const" attribute.
33446         * modules/getugroups (Files): Add lib/getugroups.h
33447
33448 2007-07-04  Karl Berry  <karl@gnu.org>
33449
33450         * MODULES.html.sh (func_all_modules): Complete rename of
33451         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
33452
33453 2007-07-02  Bruno Haible  <bruno@clisp.org>
33454
33455         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
33456         mode, when inttypes.h comes from gnulib.
33457         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
33458
33459 2007-07-02  Simon Josefsson  <simon@josefsson.org>
33460
33461         * NEWS: Mention lgpl module name change.
33462
33463         * modules/lgpl-2.1: Renamed from lgpl.
33464
33465         * NEWS: Mention gpl module name change.
33466
33467         * modules/gpl-3.0: New file, based on gpl-2.0.
33468
33469         * modules/gpl-2.0: Renamed from gpl.
33470
33471         * modules/gpl: Fix filename, doc/gpl.texi is now found at
33472         doc/gpl-2.0.texi.
33473
33474 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
33475
33476         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
33477         #define __STDC_LIMIT_MACROS temporarily while including
33478         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
33479         Problem reported by Joel E. Denny in
33480         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
33481
33482 2007-07-01  Bruno Haible  <bruno@clisp.org>
33483
33484         * lib/unistdio.h: New file.
33485         * lib/unistdio/u-asnprintf.h: New file.
33486         * lib/unistdio/u-asprintf.h: New file.
33487         * lib/unistdio/u-printf-args.c: New file.
33488         * lib/unistdio/u-printf-args.h: New file.
33489         * lib/unistdio/u-printf-parse.h: New file.
33490         * lib/unistdio/u-snprintf.h: New file.
33491         * lib/unistdio/u-sprintf.h: New file.
33492         * lib/unistdio/u-vasprintf.h: New file.
33493         * lib/unistdio/u-vsnprintf.h: New file.
33494         * lib/unistdio/u-vsprintf.h: New file.
33495         * lib/unistdio/ulc-asnprintf.c: New file.
33496         * lib/unistdio/ulc-asprintf.c: New file.
33497         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
33498         * lib/unistdio/ulc-printf-parse.c: New file.
33499         * lib/unistdio/ulc-snprintf.c: New file.
33500         * lib/unistdio/ulc-sprintf.c: New file.
33501         * lib/unistdio/ulc-vasnprintf.c: New file.
33502         * lib/unistdio/ulc-vasprintf.c: New file.
33503         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
33504         * lib/unistdio/ulc-vsnprintf.c: New file.
33505         * lib/unistdio/ulc-vsprintf.c: New file.
33506         * lib/unistdio/u8-asnprintf.c: New file.
33507         * lib/unistdio/u8-asprintf.c: New file.
33508         * lib/unistdio/u8-printf-parse.c: New file.
33509         * lib/unistdio/u8-snprintf.c: New file.
33510         * lib/unistdio/u8-sprintf.c: New file.
33511         * lib/unistdio/u8-vasnprintf.c: New file.
33512         * lib/unistdio/u8-vasprintf.c: New file.
33513         * lib/unistdio/u8-vsnprintf.c: New file.
33514         * lib/unistdio/u8-vsprintf.c: New file.
33515         * lib/unistdio/u8-u8-asnprintf.c: New file.
33516         * lib/unistdio/u8-u8-asprintf.c: New file.
33517         * lib/unistdio/u8-u8-snprintf.c: New file.
33518         * lib/unistdio/u8-u8-sprintf.c: New file.
33519         * lib/unistdio/u8-u8-vasnprintf.c: New file.
33520         * lib/unistdio/u8-u8-vasprintf.c: New file.
33521         * lib/unistdio/u8-u8-vsnprintf.c: New file.
33522         * lib/unistdio/u8-u8-vsprintf.c: New file.
33523         * lib/unistdio/u16-asnprintf.c: New file.
33524         * lib/unistdio/u16-asprintf.c: New file.
33525         * lib/unistdio/u16-printf-parse.c: New file.
33526         * lib/unistdio/u16-snprintf.c: New file.
33527         * lib/unistdio/u16-sprintf.c: New file.
33528         * lib/unistdio/u16-vasnprintf.c: New file.
33529         * lib/unistdio/u16-vasprintf.c: New file.
33530         * lib/unistdio/u16-vsnprintf.c: New file.
33531         * lib/unistdio/u16-vsprintf.c: New file.
33532         * lib/unistdio/u16-u16-asnprintf.c: New file.
33533         * lib/unistdio/u16-u16-asprintf.c: New file.
33534         * lib/unistdio/u16-u16-snprintf.c: New file.
33535         * lib/unistdio/u16-u16-sprintf.c: New file.
33536         * lib/unistdio/u16-u16-vasnprintf.c: New file.
33537         * lib/unistdio/u16-u16-vasprintf.c: New file.
33538         * lib/unistdio/u16-u16-vsnprintf.c: New file.
33539         * lib/unistdio/u16-u16-vsprintf.c: New file.
33540         * lib/unistdio/u32-asnprintf.c: New file.
33541         * lib/unistdio/u32-asprintf.c: New file.
33542         * lib/unistdio/u32-printf-parse.c: New file.
33543         * lib/unistdio/u32-snprintf.c: New file.
33544         * lib/unistdio/u32-sprintf.c: New file.
33545         * lib/unistdio/u32-vasnprintf.c: New file.
33546         * lib/unistdio/u32-vasprintf.c: New file.
33547         * lib/unistdio/u32-vsnprintf.c: New file.
33548         * lib/unistdio/u32-vsprintf.c: New file.
33549         * lib/unistdio/u32-u32-asnprintf.c: New file.
33550         * lib/unistdio/u32-u32-asprintf.c: New file.
33551         * lib/unistdio/u32-u32-snprintf.c: New file.
33552         * lib/unistdio/u32-u32-sprintf.c: New file.
33553         * lib/unistdio/u32-u32-vasnprintf.c: New file.
33554         * lib/unistdio/u32-u32-vasprintf.c: New file.
33555         * lib/unistdio/u32-u32-vsnprintf.c: New file.
33556         * lib/unistdio/u32-u32-vsprintf.c: New file.
33557         * tests/unistdio/test-ulc-asnprintf1.c: New file.
33558         * tests/unistdio/test-ulc-asnprintf1.h: New file.
33559         * tests/unistdio/test-ulc-printf1.h: New file.
33560         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
33561         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
33562         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
33563         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
33564         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
33565         * tests/unistdio/test-ulc-vasprintf1.c: New file.
33566         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
33567         * tests/unistdio/test-ulc-vsprintf1.c: New file.
33568         * tests/unistdio/test-u8-asnprintf1.c: New file.
33569         * tests/unistdio/test-u8-asnprintf1.h: New file.
33570         * tests/unistdio/test-u8-printf1.h: New file.
33571         * tests/unistdio/test-u8-vasnprintf1.c: New file.
33572         * tests/unistdio/test-u8-vasnprintf2.c: New file.
33573         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
33574         * tests/unistdio/test-u8-vasnprintf3.c: New file.
33575         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
33576         * tests/unistdio/test-u8-vasprintf1.c: New file.
33577         * tests/unistdio/test-u8-vsnprintf1.c: New file.
33578         * tests/unistdio/test-u8-vsprintf1.c: New file.
33579         * tests/unistdio/test-u16-asnprintf1.c: New file.
33580         * tests/unistdio/test-u16-asnprintf1.h: New file.
33581         * tests/unistdio/test-u16-printf1.h: New file.
33582         * tests/unistdio/test-u16-vasnprintf1.c: New file.
33583         * tests/unistdio/test-u16-vasnprintf2.c: New file.
33584         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
33585         * tests/unistdio/test-u16-vasnprintf3.c: New file.
33586         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
33587         * tests/unistdio/test-u16-vasprintf1.c: New file.
33588         * tests/unistdio/test-u16-vsnprintf1.c: New file.
33589         * tests/unistdio/test-u16-vsprintf1.c: New file.
33590         * tests/unistdio/test-u32-asnprintf1.c: New file.
33591         * tests/unistdio/test-u32-asnprintf1.h: New file.
33592         * tests/unistdio/test-u32-printf1.h: New file.
33593         * tests/unistdio/test-u32-vasnprintf1.c: New file.
33594         * tests/unistdio/test-u32-vasnprintf2.c: New file.
33595         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
33596         * tests/unistdio/test-u32-vasnprintf3.c: New file.
33597         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
33598         * tests/unistdio/test-u32-vasprintf1.c: New file.
33599         * tests/unistdio/test-u32-vsnprintf1.c: New file.
33600         * tests/unistdio/test-u32-vsprintf1.c: New file.
33601         * modules/unistdio/base: New file.
33602         * modules/unistdio/u-printf-args: New file.
33603         * modules/unistdio/ulc-asnprintf: New file.
33604         * modules/unistdio/ulc-asprintf: New file.
33605         * modules/unistdio/ulc-fprintf: New file.
33606         * modules/unistdio/ulc-printf-parse: New file.
33607         * modules/unistdio/ulc-snprintf: New file.
33608         * modules/unistdio/ulc-sprintf: New file.
33609         * modules/unistdio/ulc-vasnprintf: New file.
33610         * modules/unistdio/ulc-vasprintf: New file.
33611         * modules/unistdio/ulc-vfprintf: New file.
33612         * modules/unistdio/ulc-vsnprintf: New file.
33613         * modules/unistdio/ulc-vsprintf: New file.
33614         * modules/unistdio/u8-asnprintf: New file.
33615         * modules/unistdio/u8-asprintf: New file.
33616         * modules/unistdio/u8-printf-parse: New file.
33617         * modules/unistdio/u8-snprintf: New file.
33618         * modules/unistdio/u8-sprintf: New file.
33619         * modules/unistdio/u8-vasnprintf: New file.
33620         * modules/unistdio/u8-vasprintf: New file.
33621         * modules/unistdio/u8-vsnprintf: New file.
33622         * modules/unistdio/u8-vsprintf: New file.
33623         * modules/unistdio/u8-u8-asnprintf: New file.
33624         * modules/unistdio/u8-u8-asprintf: New file.
33625         * modules/unistdio/u8-u8-snprintf: New file.
33626         * modules/unistdio/u8-u8-sprintf: New file.
33627         * modules/unistdio/u8-u8-vasnprintf: New file.
33628         * modules/unistdio/u8-u8-vasprintf: New file.
33629         * modules/unistdio/u8-u8-vsnprintf: New file.
33630         * modules/unistdio/u8-u8-vsprintf: New file.
33631         * modules/unistdio/u16-asnprintf: New file.
33632         * modules/unistdio/u16-asprintf: New file.
33633         * modules/unistdio/u16-printf-parse: New file.
33634         * modules/unistdio/u16-snprintf: New file.
33635         * modules/unistdio/u16-sprintf: New file.
33636         * modules/unistdio/u16-vasnprintf: New file.
33637         * modules/unistdio/u16-vasprintf: New file.
33638         * modules/unistdio/u16-vsnprintf: New file.
33639         * modules/unistdio/u16-vsprintf: New file.
33640         * modules/unistdio/u16-u16-asnprintf: New file.
33641         * modules/unistdio/u16-u16-asprintf: New file.
33642         * modules/unistdio/u16-u16-snprintf: New file.
33643         * modules/unistdio/u16-u16-sprintf: New file.
33644         * modules/unistdio/u16-u16-vasnprintf: New file.
33645         * modules/unistdio/u16-u16-vasprintf: New file.
33646         * modules/unistdio/u16-u16-vsnprintf: New file.
33647         * modules/unistdio/u16-u16-vsprintf: New file.
33648         * modules/unistdio/u32-asnprintf: New file.
33649         * modules/unistdio/u32-asprintf: New file.
33650         * modules/unistdio/u32-printf-parse: New file.
33651         * modules/unistdio/u32-snprintf: New file.
33652         * modules/unistdio/u32-sprintf: New file.
33653         * modules/unistdio/u32-vasnprintf: New file.
33654         * modules/unistdio/u32-vasprintf: New file.
33655         * modules/unistdio/u32-vsnprintf: New file.
33656         * modules/unistdio/u32-vsprintf: New file.
33657         * modules/unistdio/u32-u32-asnprintf: New file.
33658         * modules/unistdio/u32-u32-asprintf: New file.
33659         * modules/unistdio/u32-u32-snprintf: New file.
33660         * modules/unistdio/u32-u32-sprintf: New file.
33661         * modules/unistdio/u32-u32-vasnprintf: New file.
33662         * modules/unistdio/u32-u32-vasprintf: New file.
33663         * modules/unistdio/u32-u32-vsnprintf: New file.
33664         * modules/unistdio/u32-u32-vsprintf: New file.
33665         * modules/unistdio/ulc-asnprintf-tests: New file.
33666         * modules/unistdio/ulc-vasnprintf-tests: New file.
33667         * modules/unistdio/ulc-vasprintf-tests: New file.
33668         * modules/unistdio/ulc-vsnprintf-tests: New file.
33669         * modules/unistdio/ulc-vsprintf-tests: New file.
33670         * modules/unistdio/u8-asnprintf-tests: New file.
33671         * modules/unistdio/u8-vasnprintf-tests: New file.
33672         * modules/unistdio/u8-vasprintf-tests: New file.
33673         * modules/unistdio/u8-vsnprintf-tests: New file.
33674         * modules/unistdio/u8-vsprintf-tests: New file.
33675         * modules/unistdio/u16-asnprintf-tests: New file.
33676         * modules/unistdio/u16-vasnprintf-tests: New file.
33677         * modules/unistdio/u16-vasprintf-tests: New file.
33678         * modules/unistdio/u16-vsnprintf-tests: New file.
33679         * modules/unistdio/u16-vsprintf-tests: New file.
33680         * modules/unistdio/u32-asnprintf-tests: New file.
33681         * modules/unistdio/u32-vasnprintf-tests: New file.
33682         * modules/unistdio/u32-vasprintf-tests: New file.
33683         * modules/unistdio/u32-vsnprintf-tests: New file.
33684         * modules/unistdio/u32-vsprintf-tests: New file.
33685         * MODULES.html.sh (Unicode string functions): Add the new modules.
33686
33687 2007-07-01  Bruno Haible  <bruno@clisp.org>
33688
33689         * lib/sprintf.c (sprintf): Limit the available length estimation,
33690         to avoid address wraparound.
33691         * lib/vsprintf.c (vsprintf): Likewise.
33692         * modules/sprintf-posix (Dependencies): Add stdint.
33693         * modules/vsprintf-posix (Dependencies): Likewise.
33694
33695 2007-07-01  Bruno Haible  <bruno@clisp.org>
33696
33697         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
33698         Windows PATH as well. Conservative double-quoting. Comments.
33699
33700 2007-07-01  Bruno Haible  <bruno@clisp.org>
33701             Eric Blake  <ebb9@byu.net>
33702             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33703
33704         * gnulib-tool (self_abspathname): Fix algorithm to cope with
33705         empty components in $PATH, denoting '.'.
33706
33707 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33708
33709         * gnulib-tool: Fix indentation.
33710         (func_create_megatestdir): Likewise.
33711         Report by Bruno Haible.
33712
33713 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33714
33715         Sync from Automake.
33716         * build-aux/gnupload: Fix shell portability issues with for loops.
33717         Report by Karl Berry.
33718
33719 2007-06-29  Simon Josefsson  <simon@josefsson.org>
33720
33721         * build-aux/maint.mk (POURL): Use translationproject.org.
33722
33723 2007-06-27  Simon Josefsson  <simon@josefsson.org>
33724             Bruno Haible  <bruno@clisp.org>
33725
33726         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
33727         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
33728         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
33729         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
33730         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
33731
33732 2007-06-27  Bruno Haible  <bruno@clisp.org>
33733
33734         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
33735         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
33736
33737 2007-06-26  Karl Berry  <karl@gnu.org>
33738
33739         * MODULES.html.sh: remove xreadlink-with-size.
33740
33741 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33742
33743         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
33744         method that I hope also handles the double-include problem noted
33745         by Bruno Haible in
33746         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
33747
33748 2007-06-23  Bruno Haible  <bruno@clisp.org>
33749
33750         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
33751         Don't let the 'mostlyclean' target fail if the last subdirectory could
33752         not be removed.
33753         Reported by Karl Berry.
33754
33755 2007-06-23  Bruno Haible  <bruno@clisp.org>
33756
33757         * gnulib-tool (echo): Add a speedier workaround for ksh.
33758         * tests/test-echo.sh: Likewise.
33759
33760 2007-06-23  Bruno Haible  <bruno@clisp.org>
33761
33762         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
33763         * tests/test-echo.sh: Likewise.
33764
33765 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33766
33767         * gnulib-tool (IFS): Initialize early, so we don't set it to
33768         empty later.
33769         (self_abspathname): Rewrite algorithm to set it, reindent.
33770         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
33771         (func_create_megatestdir): Merge some sed scripts.
33772
33773 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33774
33775         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
33776         exposed by Sun Studio 11 cc on Solaris 8.
33777
33778 2007-06-22  Bruno Haible  <bruno@clisp.org>
33779
33780         * gnulib-tool (echo): Ensure the echo primitive does not interpret
33781         backslashes.
33782         * tests/test-echo.sh: New file.
33783
33784 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33785
33786         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
33787         simplify `sed_replace_build_aux' scripts, they are portable but
33788         echoing them with `echo' is not.
33789         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
33790
33791 2007-06-21  Karl Berry  <karl@gnu.org>
33792
33793         * config/srclist.txt: guess we can't handle the licenses via
33794         srclist at the moment.
33795
33796 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
33797
33798         * MODULES.html.sh: Add include_next.
33799         * modules/include_next: New file.
33800
33801 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
33802
33803         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
33804         INCLUDE_NEXT.
33805         (gl_CHECK_NEXT_HEADERS): New macro.
33806         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
33807         the obsolescent gl_ABSOLUTE_HEADER.
33808         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
33809         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
33810         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
33811         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
33812         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
33813         * m4/math_h.m4 (gl_MATH_H): Likewise.
33814         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
33815         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
33816         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
33817         * m4/stdint.m4 (gl_STDINT_H): Likewise.
33818         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
33819         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
33820         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
33821         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
33822         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
33823         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
33824         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
33825         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
33826         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
33827         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
33828         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
33829         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
33830         * m4/inttypes.m4 (gl_INTTYPES_H): Define
33831         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
33832         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
33833         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
33834         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
33835         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
33836         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
33837         * lib/float_.h: Likewise.
33838         * lib/inttypes_.h: Likewise.
33839         * lib/math_.h: Likewise.
33840         * lib/search_.h: Likewise.
33841         * lib/signal_.h: Likewise.
33842         * lib/stdint_.h: Likewise.
33843         * lib/stdio_.h: Likewise.
33844         * lib/stdlib_.h: Likewise.
33845         * lib/string_.h: Likewise.
33846         * lib/sys_stat_.h: Likewise.
33847         * lib/sys_time_.h: Likewise.
33848         * lib/time_.h: Likewise.
33849         * lib/unistd_.h: Likewise.
33850         * lib/wchar_.h: Likewise.
33851         * lib/wctype_.h: Likewise.
33852         * lib/dirent_.h: Likewise.
33853         * lib/iconv_.h: Likewise.
33854         * lib/locale_.h: Likewise.
33855         * lib/netinet_in_.h: Likewise.
33856         * lib/sys_select_.h: Likewise.
33857         * lib/sys_socket_.h: Likewise.
33858         * lib/sysexits_.h: Likewise.
33859         * modules/fcntl (Depends-on): Depend on include_next, not
33860         absolute_header.
33861         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
33862         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
33863         * modules/fchdir: Likewise.
33864         * modules/float: Likewise.
33865         * modules/iconv_open: Likewise.
33866         * modules/inttypes: Likewise.
33867         * modules/locale: Likewise.
33868         * modules/math: Likewise.
33869         * modules/netinet_in: Likewise.
33870         * modules/search: Likewise.
33871         * modules/signal: Likewise.
33872         * modules/stdint: Likewise.
33873         * modules/stdio: Likewise.
33874         * modules/stdlib: Likewise.
33875         * modules/string: Likewise.
33876         * modules/sys_select: Likewise.
33877         * modules/sys_socket: Likewise.
33878         * modules/sys_stat: Likewise.
33879         * modules/sys_time: Likewise.
33880         * modules/sysexits: Likewise.
33881         * modules/time: Likewise.
33882         * modules/unistd: Likewise.
33883         * modules/wchar: Likewise.
33884         * modules/wctype: Likewise.
33885         * modules/sys_stat: Change maintainer to "all".
33886         * modules/unistd: Likewise.
33887
33888 2007-06-20  Karl Berry  <karl@gnu.org>
33889
33890         * config/srclist.txt: track www changes in license files.
33891
33892 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
33893
33894         * build-aux/bootstrap: Remove stray dot.
33895         Make sure build_aux settings are honored when linking
33896         gnulib_extra_files.
33897
33898 2007-06-19  Eric Blake  <ebb9@byu.net>
33899
33900         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
33901         Allow compilation on cygwin.
33902
33903 2007-06-19  Jim Meyering  <jim@meyering.net>
33904
33905         xreadlink-with-size: Remove module.  No longer used.
33906         Ex-callers now use xreadlink or mreadlink-with-size.
33907         * modules/xreadlink-with-size: Remove module.
33908         * lib/xreadlink-with-size.c: Remove file.
33909         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
33910         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
33911         just before the function definition *is* accurate.
33912
33913         Eliminate one way canonicalize_filename_mode could exit.
33914         * lib/canonicalize.c (canonicalize_filename_mode):
33915         Use mreadlink_with_size, not xreadlink_with_size.
33916
33917 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
33918
33919         Detect porting problems to FreeBSD/arm, which has time_t wider than
33920         long int.  Original problem reported for GNU diff by Xin Li in
33921         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
33922         * modules/getdate (Depends-on): Add intprops, verify.
33923         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
33924         is an integer type no wider than long int.
33925
33926 2007-06-18  Jim Meyering  <jim@meyering.net>
33927
33928         New module: mreadlink-with-size.
33929         * MODULES.html.sh: Add mreadlink-with-size.
33930         * modules/mreadlink-with-size: New module
33931         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
33932         not xreadlink-with-size.
33933         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
33934
33935 2007-06-16  Bruno Haible  <bruno@clisp.org>
33936
33937         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
33938         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
33939         Reported by Gary V. Vaughan <gary@gnu.org>.
33940
33941 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
33942
33943         Revamp lchown so that it lives in unistd.h where it belongs.
33944         * lib/lchown.h: Remove.
33945         * lib/dirchownmod.c: Don't include lib/lchown.h.
33946         * lib/fchownat.c: Likewise.
33947         * lib/openat.c: Likewise.
33948         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
33949         does not follow symlinks.
33950         (EOPNOTSUPP): Define if not defined.
33951         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
33952         is defined to 0.
33953         (lchown): New decl.
33954         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
33955         Do not check for lchown decl.
33956         Set REPLACE_LCHOWN.
33957         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
33958         REPLACE_LCHOWN.
33959         * modules/chown: Make it clear it follows symlinks.
33960         * modules/lchown: Make it clear it doesn't follow symlinks.
33961         (Files): Remove lib/lchown.h
33962         (Depends-on): Add unistd.
33963         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
33964         (Include): Include <unistd.h>, not "lchown.h".
33965         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
33966         REPLACE_LCHOWN.
33967
33968 2007-06-15  Jim Meyering  <jim@meyering.net>
33969
33970         Change license (GPL to LGPL) of fsusage and dependents.
33971         * modules/fsusage (License): Change to LGPL.
33972         * modules/full-read (License): Likewise.
33973         * modules/full-write (License): Likewise.
33974         * modules/safe-read (License): Likewise.
33975         * modules/safe-write (License): Likewise.
33976
33977 2007-06-14  Ben Pfaff  <blp@gnu.org>
33978
33979         Missing part of allocsa -> malloca transition.
33980         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
33981         gl_MALLOCA.
33982
33983 2007-06-12  Bruno Haible  <bruno@clisp.org>
33984
33985         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
33986         to ia64, x86_64, i386.
33987         Reported by Eric Blake.
33988
33989 2007-06-12  Bruno Haible  <bruno@clisp.org>
33990
33991         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
33992         cross-compiling to x86_64.
33993
33994 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
33995
33996         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
33997         glitch reported by Ralf Wildenhues in
33998         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
33999
34000         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
34001         Vin Shelton.
34002
34003 2007-06-11  Bruno Haible  <bruno@clisp.org>
34004
34005         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
34006         replacement string.
34007         Reported by Eric Blake.
34008
34009 2007-06-10  Bruno Haible  <bruno@clisp.org>
34010
34011         Prepare vasnprintf code for use with Unicode strings.
34012         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
34013         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
34014         TYPE_U32_STRING.
34015         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
34016         a_u32_string variants.
34017         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
34018         * lib/printf-args.c: Don't include config.h and the specification
34019         header if PRINTF_FETCHARGS is already defined.
34020         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
34021         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
34022         TYPE_U16_STRING, TYPE_U32_STRING.
34023         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
34024         u16_directive, u16_directives, u32_directive, u32_directives): New
34025         types.
34026         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
34027         New declarations.
34028         * lib/printf-parse.c: Don't include config.h and the specification
34029         header if PRINTF_PARSE is already defined. Eliminate the set of
34030         parameters for WIDE_CHAR_VERSION; the user of this file must provide
34031         them now. Include c-ctype.h.
34032         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
34033         directive and CHAR_T_ONLY_ASCII.
34034         * lib/vasnprintf.c: Don't include config.h and the specification header
34035         if VASNPRINTF is already defined.
34036         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
34037         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
34038         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
34039         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
34040         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
34041         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
34042         code accordingly.
34043         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
34044         pad_ourselves also in this case, with the 'c' and 's' directives, and
34045         with a different notion of "width".
34046         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
34047
34048 2007-06-10  Bruno Haible  <bruno@clisp.org>
34049
34050         * modules/unistr/u32-mbsnlen: New file.
34051         * lib/unistr/u32-mbsnlen.c: New file.
34052
34053         * modules/unistr/u16-mbsnlen: New file.
34054         * lib/unistr/u16-mbsnlen.c: New file.
34055
34056         * modules/unistr/u8-mbsnlen: New file.
34057         * lib/unistr/u8-mbsnlen.c: New file.
34058
34059         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
34060         declarations.
34061
34062 2007-06-10  Bruno Haible  <bruno@clisp.org>
34063
34064         * lib/string_.h (mbsnlen): New declaration.
34065         * lib/mbsnlen.c: New file.
34066         * m4/mbsnlen.m4: New file.
34067         * modules/mbsnlen: New file.
34068         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
34069         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
34070         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
34071
34072 2007-06-10  Bruno Haible  <bruno@clisp.org>
34073
34074         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
34075
34076 2007-06-10  Bruno Haible  <bruno@clisp.org>
34077
34078         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
34079         * lib/mbuiter.h: Likewise.
34080
34081 2007-06-10  Bruno Haible  <bruno@clisp.org>
34082
34083         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
34084         declaration.
34085
34086 2007-06-10  Karl Berry  <karl@gnu.org>
34087
34088         * config/srclist.txt: remove gettext entries, Bruno prefers
34089         to update individually.
34090
34091 2007-06-10  Bruno Haible  <bruno@clisp.org>
34092
34093         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
34094         'maxlen'. Ensure only length + width bytes are allocated, not
34095         length + 1 + width.
34096
34097 2007-06-09  Bruno Haible  <bruno@clisp.org>
34098
34099         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
34100         (CHAR_T): Remove macro.
34101         (VASNPRINTF): Update.
34102
34103 2007-06-09  Bruno Haible  <bruno@clisp.org>
34104
34105         * MODULES.html.sh (Unicode string functions): Add the new modules.
34106
34107         * modules/uniconv/u32-conv-to-enc: New file.
34108         * lib/uniconv/u32-conv-to-enc.c: New file.
34109         * modules/uniconv/u32-conv-to-enc-tests: New file.
34110         * tests/uniconv/test-u32-conv-to-enc.c: New file.
34111
34112         * modules/uniconv/u16-conv-to-enc: New file.
34113         * lib/uniconv/u16-conv-to-enc.c: New file.
34114         * lib/uniconv/u-conv-to-enc.h: New file.
34115         * modules/uniconv/u16-conv-to-enc-tests: New file.
34116         * tests/uniconv/test-u16-conv-to-enc.c: New file.
34117
34118         * modules/uniconv/u8-conv-to-enc: New file.
34119         * lib/uniconv/u8-conv-to-enc.c: New file.
34120         * modules/uniconv/u8-conv-to-enc-tests: New file.
34121         * tests/uniconv/test-u8-conv-to-enc.c: New file.
34122
34123         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
34124         u32_conv_to_encoding): New declarations.
34125
34126 2007-06-09  Bruno Haible  <bruno@clisp.org>
34127
34128         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
34129
34130 2007-06-09  Bruno Haible  <bruno@clisp.org>
34131
34132         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
34133         * modules/malloca: Renamed from modules/allocsa, updated.
34134         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
34135         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
34136         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
34137         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
34138         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
34139         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
34140         * modules/xmalloca: Renamed from modules/xallocsa, updated.
34141         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
34142         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
34143         * modules/c-strcasestr (Depends-on): Update.
34144         * lib/c-strcasestr.c: Update.
34145         * modules/c-strstr (Depends-on): Update.
34146         * lib/c-strstr.c: Update.
34147         * modules/canonicalize-lgpl (Depends-on): Update.
34148         * lib/canonicalize-lgpl.c: Update.
34149         * modules/clean-temp (Depends-on): Update.
34150         * lib/clean-temp.c: Update.
34151         * modules/csharpcomp (Depends-on): Update.
34152         * lib/csharpcomp.c: Update.
34153         * modules/csharpexec (Depends-on): Update.
34154         * lib/csharpexec.c: Update.
34155         * modules/javacomp (Depends-on): Update.
34156         * lib/javacomp.c: Update.
34157         * modules/javaexec (Depends-on): Update.
34158         * lib/javaexec.c: Update.
34159         * modules/mbscasestr (Depends-on): Update.
34160         * lib/mbscasestr.c: Update.
34161         * modules/mbsstr (Depends-on): Update.
34162         * lib/mbsstr.c: Update.
34163         * modules/setenv (Depends-on): Update.
34164         * lib/setenv.c: Update.
34165         * modules/strcasestr (Depends-on): Update.
34166         * lib/strcasestr.c: Update.
34167         * modules/striconveha (Depends-on): Update.
34168         * lib/striconveha.c: Update.
34169         * modules/relocatable-prog-wrapper (Files): Update.
34170         * lib/relocwrapper.c: Update.
34171         * build-aux/install-reloc: Update.
34172         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
34173
34174 2007-06-08  Bruno Haible  <bruno@clisp.org>
34175
34176         Port to uClibc.
34177         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
34178         * lib/fpurge.c (fpurge): Likewise.
34179         * lib/freading.c (freading): Likewise.
34180         * lib/fseeko.c (rpl_fseeko): Likewise.
34181         * lib/fseterr.c (fseterr): Likewise.
34182         * lib/fwriting.c (fwriting): Likewise.
34183         * tests/test-fflush.c (main): Avoid a failure on uClibc.
34184
34185 2007-06-08  Bruno Haible  <bruno@clisp.org>
34186
34187         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
34188         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
34189         * modules/gettext (Files): Add m4/intlmacosx.m4.
34190
34191 2007-06-07  Bruno Haible  <bruno@clisp.org>
34192
34193         * modules/localename-tests: New file.
34194         * tests/test-localename.c: New file.
34195
34196         New module 'localename'.
34197         * lib/localename.h: New file.
34198         * lib/localename.c: New file, from GNU gettext.
34199         * m4/localename.m4: New file.
34200         * modules/localename: New file.
34201
34202 2007-06-07  Bruno Haible  <bruno@clisp.org>
34203
34204         Work around the lack of <wchar.h> on some builds of uClibc.
34205         * doc/headers/wchar.texi: Update.
34206         * lib/wchar_.h: Include <wchar.h> only if it exists.
34207         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
34208         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
34209         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
34210         doesn't exist.
34211         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
34212         * modules/mbfile (Depends-on): Add wchar.
34213         * modules/mbiter (Depends-on): Likewise.
34214         * modules/mbuiter (Depends-on): Likewise.
34215         Reported by Simon Josefsson.
34216
34217 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
34218
34219         Work around problem reported by Steven M. Schweda in
34220         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
34221         Tru64 5.1B with the Compaq compiler environment installed declares
34222         an 'isblank' function but does not define it in the C library.
34223         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
34224         * lib/regex_internal.h (isblank): Likewise.
34225         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
34226         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
34227
34228 2007-06-05  Bruno Haible  <bruno@clisp.org>
34229
34230         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
34231         ia64.
34232         * modules/printf-safe: New file.
34233         * modules/fprintf-posix (Depends-on): Add printf-safe.
34234         * modules/printf-posix (Depends-on): Likewise.
34235         * modules/snprintf-posix (Depends-on): Likewise.
34236         * modules/sprintf-posix (Depends-on): Likewise.
34237         * modules/vasnprintf-posix (Depends-on): Likewise.
34238         * modules/vasprintf-posix (Depends-on): Likewise.
34239         * modules/vfprintf-posix (Depends-on): Likewise.
34240         * modules/vprintf-posix (Depends-on): Likewise.
34241         * modules/vsnprintf-posix (Depends-on): Likewise.
34242         * modules/vsprintf-posix (Depends-on): Likewise.
34243         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
34244         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
34245         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
34246         "no" on i386, x86_64, ia64.
34247         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
34248         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34249         on i386, x86_64, ia64.
34250         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
34251         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34252         on i386, x86_64, ia64.
34253         * tests/test-vasnprintf-posix.c: Include float.h.
34254         (LDBL80_WORDS): New macro.
34255         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34256         on i386, x86_64, ia64.
34257         * tests/test-vasprintf-posix.c: Include float.h.
34258         (LDBL80_WORDS): New macro.
34259         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34260         on i386, x86_64, ia64.
34261         * tests/test-snprintf-posix.c: Include float.h.
34262         * tests/test-sprintf-posix.c: Likewise.
34263         * tests/test-vsnprintf-posix.c: Likewise.
34264         * tests/test-vsprintf-posix.c: Likewise.
34265
34266 2007-06-05  Bruno Haible  <bruno@clisp.org>
34267
34268         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
34269         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
34270         non-IEEE numbers on i386, x86_64, ia64.
34271         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
34272         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
34273         * tests/test-isnanl.h: Include float.h.
34274         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
34275
34276 2007-06-05  Bruno Haible  <bruno@clisp.org>
34277
34278         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
34279         also the %a / %A. Handle the %a / %A code before this extra handling.
34280
34281 2007-06-05  Bruno Haible  <bruno@clisp.org>
34282
34283         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
34284         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
34285
34286 2007-06-05  Bruno Haible  <bruno@clisp.org>
34287
34288         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
34289         typo in variable name.
34290
34291 2007-06-05  Eric Blake  <ebb9@byu.net>
34292
34293         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
34294         Reported by Simon Josefsson.
34295
34296 2007-06-04  Bruno Haible  <bruno@clisp.org>
34297
34298         Avoid test failures on some PowerPC platforms.
34299         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
34300         Define differently for PowerPC.
34301         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
34302         Reported by Gary V. Vaughan <gary@gnu.org>.
34303
34304 2007-06-02  Bruno Haible  <bruno@clisp.org>
34305
34306         Fix test-stdint failure on FreeBSD/ia64.
34307         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
34308         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
34309         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
34310         * doc/headers/stdint.texi: Update.
34311
34312 2007-06-01  Bruno Haible  <bruno@clisp.org>
34313
34314         * tests/test-binary-io.c (main): Pass a third argument to open().
34315         Reported by Gary V. Vaughan <gary@gnu.org>.
34316
34317 2007-06-01  Bruno Haible  <bruno@clisp.org>
34318
34319         * doc/functions/frexpl.texi: Update for mingw.
34320
34321 2007-06-01  Bruno Haible  <bruno@clisp.org>
34322
34323         * tests/test-lseek.c (main): Disable test of errno for invalid third
34324         argument.
34325         * doc/functions/lseek.texi: Update.
34326         Reported by Gary V. Vaughan <gary@gnu.org>.
34327
34328 2007-05-28  Bruno Haible  <bruno@clisp.org>
34329
34330         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
34331
34332 2007-05-31  Eric Blake  <ebb9@byu.net>
34333
34334         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
34335         cross compiling.
34336
34337 2007-05-30  Eric Blake  <ebb9@byu.net>
34338         and Bruno Haible  <bruno@clisp.org>
34339
34340         Work around mingw test failures exposed by m4-1.4.9b.
34341         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
34342         * tests/test-unistd.c: Disable uid_t and git_t tests for the
34343         moment.
34344
34345 2007-05-30  Bruno Haible  <bruno@clisp.org>
34346
34347         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
34348         assuming that they are closed. Needed on HP-UX 11.
34349
34350 2007-05-29  Bruno Haible  <bruno@clisp.org>
34351
34352         Fix a problem with #include_next.
34353         * lib/dirent_.h: Split the double-inclusion guard.
34354         * lib/fcntl_.h: Likewise.
34355         * lib/float_.h: Likewise.
34356         * lib/iconv_.h: Likewise.
34357         * lib/inttypes_.h: Likewise.
34358         * lib/locale_.h: Likewise.
34359         * lib/math_.h: Likewise.
34360         * lib/netinet_in_.h: Likewise.
34361         * lib/search_.h: Likewise.
34362         * lib/signal_.h: Likewise.
34363         * lib/stdint_.h: Likewise.
34364         * lib/stdio_.h: Likewise.
34365         * lib/stdlib_.h: Likewise.
34366         * lib/string_.h: Likewise.
34367         * lib/sys_select_.h: Likewise.
34368         * lib/sys_socket_.h: Likewise.
34369         * lib/sys_stat_.h: Likewise.
34370         * lib/sys_time_.h: Likewise.
34371         * lib/sysexits_.h: Likewise.
34372         * lib/time_.h: Likewise.
34373         * lib/unistd_.h: Likewise.
34374         * lib/wchar_.h: Likewise.
34375         * lib/wctype_.h: Likewise.
34376
34377 2007-05-29  Bruno Haible  <bruno@clisp.org>
34378
34379         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
34380         for the moment.
34381
34382 2007-05-29  Bruno Haible  <bruno@clisp.org>
34383
34384         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
34385         invocation.
34386         Reported by Eric Blake.
34387
34388 2007-05-29  Bruno Haible  <bruno@clisp.org>
34389
34390         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
34391         compiling case.
34392
34393 2007-05-29  Eric Blake  <ebb9@byu.net>
34394             Bruno Haible  <bruno@clisp.org>
34395
34396         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
34397         cross compiles.
34398
34399 2007-05-28  Eric Blake  <ebb9@byu.net>
34400
34401         * modules/closein-tests (test_closein_LDADD): Support test on
34402         cygwin with libtool.
34403
34404 2007-05-28  Bruno Haible  <bruno@clisp.org>
34405
34406         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
34407         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
34408         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
34409         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
34410         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
34411         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
34412         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
34413         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
34414         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
34415
34416 2007-05-28  Eric Blake  <ebb9@byu.net>
34417
34418         Unconditionally include <config.h> in unit tests.
34419         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
34420         * tests/test-allocsa.c, tests/test-arcfour.c,
34421         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
34422         tests/test-array_list.c, tests/test-array_oset.c,
34423         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
34424         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
34425         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
34426         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
34427         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
34428         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
34429         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
34430         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
34431         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
34432         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
34433         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
34434         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
34435         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
34436         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
34437         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
34438         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
34439         test-md5.c, test-memmem.c, test-printf-posix.c,
34440         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
34441         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
34442         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
34443         test-strcasestr.c, test-striconv.c, test-striconveh.c,
34444         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
34445         test-vasnprintf-posix2.c, test-vasnprintf.c,
34446         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
34447         test-vfprintf-posix.c, test-vprintf-posix.c,
34448         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
34449         test-xvasprintf.c: Likewise.
34450
34451 2007-05-28  Bruno Haible  <bruno@clisp.org>
34452
34453         * gnulib-tool (func_import): Remember the --with-tests command-line
34454         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
34455         Reported by Eric Blake.
34456
34457 2007-05-28  Bruno Haible  <bruno@clisp.org>
34458
34459         * modules/ftell-tests: New file.
34460         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
34461         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
34462
34463         * lib/ftell.c: New file.
34464         * modules/ftell: New file.
34465         * m4/ftell.m4: New file.
34466         * doc/functions/ftell.texi: Update.
34467         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
34468         REPLACE_FTELL.
34469         * lib/stdio_.h (rpl_ftell): New declaration.
34470         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
34471         REPLACE_FTELL.
34472
34473 2007-05-28  Eric Blake  <ebb9@byu.net>
34474
34475         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
34476
34477 2007-05-28  Bruno Haible  <bruno@clisp.org>
34478
34479         * modules/fseek-tests: New file.
34480         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
34481         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
34482
34483         * lib/fseek.c: New file.
34484         * modules/fseek: New file.
34485         * m4/fseek.m4: New file.
34486         * doc/functions/fseek.texi: Update.
34487         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
34488         REPLACE_FSEEK.
34489         * lib/stdio_.h (rpl_fseek): New declaration.
34490         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
34491         REPLACE_FSEEK.
34492
34493 2007-05-28  Bruno Haible  <bruno@clisp.org>
34494
34495         * lib/stdio_.h (fflush): More comments.
34496
34497 2007-05-28  Bruno Haible  <bruno@clisp.org>
34498
34499         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
34500         runtime test.
34501
34502 2007-05-28  Eric Blake  <ebb9@byu.net>
34503
34504         Improve lseek module.
34505         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
34506         * lib/unistd_.h (lseek): Scale back link warning message.
34507         * tests/test-lseek.c: Beef up test.
34508         * tests/test-lseek.sh: Exercise more facets of lseek.
34509         Reported by Bruno Haible.
34510
34511 2007-05-28  Bruno Haible  <bruno@clisp.org>
34512
34513         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
34514         to define.
34515
34516 2007-05-27  Bruno Haible  <bruno@clisp.org>
34517
34518         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
34519
34520 2007-05-27  Bruno Haible  <bruno@clisp.org>
34521
34522         * modules/openmp: New file.
34523         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
34524         Noah Misch.
34525
34526 2007-05-26  Bruno Haible  <bruno@clisp.org>
34527
34528         * modules/chdir-long (Depends-on): Add fchdir.
34529         * modules/chdir-safer (Depends-on): Likewise.
34530         * modules/fts (Depends-on): Likewise.
34531         * modules/fts-lgpl (Depends-on): Likewise.
34532         * modules/openat (Depends-on): Likewise.
34533         * modules/savewd (Depends-on): Likewise.
34534
34535 2007-05-24  Eric Blake  <ebb9@byu.net>
34536
34537         Fix lseek on mingw.
34538         * modules/lseek: New module.
34539         * m4/lseek.m4: New file.
34540         * lib/lseek.c: New file.
34541         * modules/lseek-tests: New file.
34542         * tests/test-lseek.c: New file.
34543         * tests/test-lseek.sh: New file.
34544         * MODULES.html.sh: Document lseek module.
34545         * modules/fflush (Depends-on): Add lseek, fseeko.
34546         * modules/fseeko (Depends-on): Likewise.
34547         * modules/ftello (Depends-on): Likewise.
34548         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
34549         broken.
34550         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
34551         broken.
34552         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
34553         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
34554         * lib/ftello.c (rpl_ftello): Likewise.
34555         * tests/test-fseeko.c (main): Test this.
34556         * tests/test-fseeko.sh: Likewise.
34557         * tests/test-ftello.c (main): Likewise.
34558         * tests/test-ftello.sh: Likewise.
34559         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
34560         implies replacing fseek.
34561         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
34562         HAVE_FTELLO.
34563         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
34564         * modules/unistd (Makefile.am): Likewise.
34565         * lib/unistd_.h (lseek): Declare a replacement.
34566         * doc/functions/lseek.texi (lseek): Document this fix.
34567         * doc/functions/fseek.texi (fseek): Likewise.
34568         * doc/functions/ftell.texi (ftell): Likewise.
34569
34570 2007-05-24  Bruno Haible  <bruno@clisp.org>
34571
34572         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
34573         in the printed representation of a NaN.
34574         * tests/test-vasprintf-posix.c (test_function): Likewise.
34575         * tests/test-snprintf-posix.h (test_function): Likewise.
34576         * tests/test-sprintf-posix.h (test_function): Likewise.
34577         Reported by Eric Blake.
34578
34579 2007-05-23  Eric Blake  <ebb9@byu.net>
34580
34581         Fix fseeko/ftello on cygwin 1.5.24.
34582         * doc/functions/fseeko.texi (fseeko): Document the fix.
34583         * doc/functions/ftello.texi (ftello): Document the fix.
34584         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
34585         * doc/functions/stdout.text (stdout): New file.
34586         * doc/functions/stderr.text (stderr): New file.
34587         * doc/gnulib.texi (Function Substitutes): Use new files.
34588         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
34589         prior to 1.7.0.
34590         * tests/test-ftello.c (main): Likewise for ftello.
34591         * tests/test-fseeko.sh: New file.
34592         * tests/test-ftello.sh: New file.
34593         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
34594         with seekable stdin.
34595         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
34596         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
34597         (gl_REPLACE_FSEEKO): New macro.
34598         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
34599         * modules/fseeko (Files): Distribute fseeko.c.
34600         * modules/ftello (Files): Distribute ftello.c.
34601         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
34602         mode.
34603         * lib/ftello.c (rpl_ftello): New file.
34604         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
34605         fseeko, ftello.
34606         (gl_STDIN_LARGE_OFFSET): New macro.
34607         * modules/stdio (Makefile.am): Perform the replacement.
34608         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
34609
34610 2007-05-23  Bruno Haible  <bruno@clisp.org>
34611
34612         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
34613         GNULIB_POSIXCHECK is defined.
34614
34615 2007-05-21  Bruno Haible  <bruno@clisp.org>
34616
34617         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
34618         Check also the output for NaN arguments. When cross-compiling, guess
34619         no on IRIX.
34620         * lib/vasnprintf.c: Update comments.
34621         * tests/test-vasnprintf-posix.c (strisnan): New function.
34622         (test_function): Use it.
34623         * tests/test-vasprintf-posix.c (strisnan): New function.
34624         (test_function): Use it.
34625         * tests/test-snprintf-posix.h (strisnan): New function.
34626         (test_function): Use it.
34627         * tests/test-sprintf-posix.h (strisnan): New function.
34628         (test_function): Use it.
34629         Reported by Eric Blake.
34630
34631 2007-05-20  Bruno Haible  <bruno@clisp.org>
34632
34633         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
34634         numbers that fails on BeOS.
34635         * doc/functions/frexpl.texi: Update.
34636
34637 2007-05-20  Jim Meyering  <jim@meyering.net>
34638
34639         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
34640         forced upon us by glibc-2.6.
34641
34642 2007-05-20  Bruno Haible  <bruno@clisp.org>
34643
34644         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
34645         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
34646         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
34647         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
34648         NEED_PRINTF_INFINITE.
34649         (is_infinitel): New function.
34650         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
34651         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
34652         gl_PREREQ_VASNPRINTF_INFINITE.
34653         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
34654         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34655         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
34656         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
34657         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
34658         gl_PREREQ_VASNPRINTF_INFINITE.
34659         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34660         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34661         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34662         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34663         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34664         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34665         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34666         * doc/functions/fprintf.texi: Update.
34667         * doc/functions/printf.texi: Update.
34668         * doc/functions/snprintf.texi: Update.
34669         * doc/functions/sprintf.texi: Update.
34670         * doc/functions/vfprintf.texi: Update.
34671         * doc/functions/vprintf.texi: Update.
34672         * doc/functions/vsnprintf.texi: Update.
34673         * doc/functions/vsprintf.texi: Update.
34674
34675 2007-05-20  Bruno Haible  <bruno@clisp.org>
34676
34677         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
34678         was not found in libc.
34679         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
34680
34681 2007-05-20  Bruno Haible  <bruno@clisp.org>
34682
34683         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
34684         printed as "-nan" instead of "nan".
34685         * tests/test-vasprintf-posix.c (test_function): Likewise.
34686         * tests/test-snprintf-posix.h (test_function): Likewise.
34687         * tests/test-sprintf-posix.h (test_function): Likewise.
34688         Needed for HP-UX 11.
34689
34690 2007-05-20  Jim Meyering  <jim@meyering.net>
34691
34692         Fix buggy test for the fchownat-deref bug.
34693         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
34694         symlink required for the run-test.  Without it, this test would
34695         always declare that fchownat doesn't work, and client code would
34696         unnecessarily use the replacement function with fixed libc.
34697         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
34698         Reported by Greg Schafer.
34699
34700 2007-05-19  Bruno Haible  <bruno@clisp.org>
34701
34702         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
34703         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
34704         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
34705         Needed for IRIX 6.5 and Solaris 2.5.1.
34706
34707 2007-05-19  Bruno Haible  <bruno@clisp.org>
34708
34709         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
34710         (test_function): Skip tests involving -0.0 on platforms where
34711         -0.0 = 0.0.
34712         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
34713         (test_function): Skip tests involving -0.0 on platforms where
34714         -0.0 = 0.0.
34715         * tests/test-snprintf-posix.h (have_minus_zero): New function.
34716         (test_function): Skip tests involving -0.0 on platforms where
34717         -0.0 = 0.0.
34718         * tests/test-sprintf-posix.h (have_minus_zero): New function.
34719         (test_function): Skip tests involving -0.0 on platforms where
34720         -0.0 = 0.0.
34721         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
34722         tests.
34723         * tests/test-printf-posix.h (test_function): Likewise.
34724         * tests/test-printf-posix.output: Remove all -0.0 related results.
34725         Needed for IRIX 6.5.
34726
34727 2007-05-19  Bruno Haible  <bruno@clisp.org>
34728
34729         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
34730         printed as "nan0x7fffffff" instead of "nan".
34731         * tests/test-vasprintf-posix.c (test_function): Likewise.
34732         * tests/test-snprintf-posix.h (test_function): Likewise.
34733         * tests/test-sprintf-posix.h (test_function): Likewise.
34734         * tests/test-fprintf-posix.h (NaN): Remove macro.
34735         (test_function): Remove all NaN related tests.
34736         * tests/test-printf-posix.h (NaN): Remove macro.
34737         (test_function): Remove all NaN related tests.
34738         * tests/test-printf-posix.output: Remove all NaN related results.
34739         Needed for IRIX 6.5.
34740
34741 2007-05-19  Bruno Haible  <bruno@clisp.org>
34742
34743         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
34744         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
34745
34746 2007-05-19  Bruno Haible  <bruno@clisp.org>
34747
34748         * lib/float_.h: New file.
34749         * m4/float_h.m4: New file.
34750         * modules/float: New file.
34751         * modules/isnanl (Dependencies): Add float.
34752         * modules/isnanl-nolibm (Dependencies): Likewise.
34753         * modules/mathl (Dependencies): Likewise.
34754         * modules/printf-frexpl (Dependencies): Likewise.
34755         * modules/signbit (Dependencies): Likewise.
34756         * modules/vasnprintf (Dependencies): Likewise.
34757         * doc/headers/float.texi: Update.
34758
34759 2007-05-19  Jim Meyering  <jim@meyering.net>
34760
34761         * lib/utimens.c (gl_futimens): Rename from futimens,
34762         now that glibc-2.6 declares futimens.
34763         * lib/utimens.h: Likewise.
34764
34765 2007-05-19  Bruno Haible  <bruno@clisp.org>
34766
34767         Avoid test failures on mingw.
34768         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
34769         * tests/test-printf-posix.sh: Likewise.
34770         * tests/test-vfprintf-posix.sh: Likewise.
34771         * tests/test-vprintf-posix.sh: Likewise.
34772
34773 2007-05-19  Bruno Haible  <bruno@clisp.org>
34774
34775         Fix *printf result for NaN, Inf, -0.0 on mingw.
34776         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
34777         * lib/vasnprintf.c: Include math.h and isnan.h.
34778         (is_infinite_or_zero): New function.
34779         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
34780         values in the %f, %F, %e, %E, %g, %G directives.
34781         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
34782         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34783         gl_PRINTF_INFINITE and test its result. Invoke
34784         gl_PREREQ_VASNPRINTF_INFINITE.
34785         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34786         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34787         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34788         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34789         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34790         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34791         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34792         * doc/functions/fprintf.texi: Update.
34793         * doc/functions/printf.texi: Update.
34794         * doc/functions/snprintf.texi: Update.
34795         * doc/functions/sprintf.texi: Update.
34796         * doc/functions/vfprintf.texi: Update.
34797         * doc/functions/vprintf.texi: Update.
34798         * doc/functions/vsnprintf.texi: Update.
34799         * doc/functions/vsprintf.texi: Update.
34800
34801 2007-05-19  Bruno Haible  <bruno@clisp.org>
34802
34803         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
34804         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
34805         Instead of multiplying with 10^k, set extra_zeroes to k.
34806         (scale10_round_long_double): Remove function.
34807
34808 2007-05-18  Bruno Haible  <bruno@clisp.org>
34809
34810         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
34811         introduced on 2007-05-06.
34812
34813 2007-05-18  Bruno Haible  <bruno@clisp.org>
34814
34815         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
34816         %g directives.
34817         * tests/test-vasprintf-posix.c (test_function): Likewise.
34818         * tests/test-snprintf-posix.h (test_function): Likewise.
34819         * tests/test-sprintf-posix.h (test_function): Likewise.
34820
34821 2007-05-18  Bruno Haible  <bruno@clisp.org>
34822
34823         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
34824         (strmatch): New function.
34825         (test_function): Test the %f directive on numbers of various exponents.
34826         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
34827         (strmatch): New function.
34828         (test_function): Test the %f directive on numbers of various exponents.
34829         * tests/test-snprintf-posix.h (strmatch): New function.
34830         (test_function): Test the %f directive on numbers of various exponents.
34831         * tests/test-sprintf-posix.h (strmatch): New function.
34832         (test_function): Test the %f directive on numbers of various exponents.
34833         * tests/test-snprintf-posix.c (SIZEOF): New macro.
34834         * tests/test-sprintf-posix.c (SIZEOF): New macro.
34835         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
34836         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
34837
34838 2007-05-18  Bruno Haible  <bruno@clisp.org>
34839
34840         Add support for 'long double' number output.
34841         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
34842         * lib/vasnprintf.c: Include math.h and float+.h.
34843         (mp_limb_t): New type.
34844         (GMP_LIMB_BITS): New macro.
34845         (mp_twolimb_t): New type.
34846         (GMP_TWOLIMB_BITS): New macro.
34847         (mpn_t): New type.
34848         (multiply, divide, convert_to_decimal, decode_long_double,
34849         scale10_round_long_double, scale10_round_decimal_long_double,
34850         floorlog10l): New functions.
34851         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
34852         for the %f, %F, %e, %E, %g, %G directives.
34853         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
34854         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34855         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
34856         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
34857         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34858         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34859         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34860         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34861         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34862         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34863         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34864         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
34865         * modules/snprintf-posix (Depends-on): Likewise.
34866         * modules/sprintf-posix (Depends-on): Likewise.
34867         * modules/vasnprintf-posix (Depends-on): Likewise.
34868         * modules/vasprintf-posix (Depends-on): Likewise.
34869         * modules/vfprintf-posix (Depends-on): Likewise.
34870         * modules/vsnprintf-posix (Depends-on): Likewise.
34871         * modules/vsprintf-posix (Depends-on): Likewise.
34872         * modules/vasnprintf (Files): Add lib/float+.h.
34873         * doc/functions/fprintf.texi: Update.
34874         * doc/functions/printf.texi: Update.
34875         * doc/functions/snprintf.texi: Update.
34876         * doc/functions/sprintf.texi: Update.
34877         * doc/functions/vfprintf.texi: Update.
34878         * doc/functions/vprintf.texi: Update.
34879         * doc/functions/vsnprintf.texi: Update.
34880         * doc/functions/vsprintf.texi: Update.
34881
34882 2007-05-18  Bruno Haible  <bruno@clisp.org>
34883
34884         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
34885
34886 2007-05-18  Bruno Haible  <bruno@clisp.org>
34887
34888         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
34889         for printing 64-bit integers. Needed for mingw.
34890
34891 2007-05-18  Bruno Haible  <bruno@clisp.org>
34892
34893         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
34894         gl_FUNC_FREXPL_WORKS.
34895         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
34896
34897 2007-05-18  Bruno Haible  <bruno@clisp.org>
34898
34899         * modules/frexpl-nolibm-tests: New file.
34900
34901         * modules/frexpl-nolibm: New file.
34902         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
34903
34904 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
34905
34906         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
34907         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
34908         GCC 4.2, which otherwise issues a lot of warnings.
34909         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
34910         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
34911         Likewise.
34912         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
34913         * modules/iconv_open (iconv.h): Likewise.
34914         * modules/locale (locale.h): Likewise.
34915         * modules/netinet_in (netinet/in.h): Likewise.
34916         * modules/sys_select (sys_select.h): Likewise.
34917         * modules/sys_socket (sys/socket.h): Likewise.
34918         * modules/sys_stat (sys/stat.h): Likewise.
34919         * modules/sysexits (sysexits.h): Likewise.
34920         * modules/unistd (unistd.h): Likewise.
34921
34922 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34923
34924         * modules/closein-tests (Makefile.am): Distribute
34925         `test-closein.sh'.
34926
34927 2007-05-17  Bruno Haible  <bruno@clisp.org>
34928
34929         * tests/test-printf-posix.output: Renamed from
34930         tests/test-fprintf-posix.out.
34931         * modules/fprintf-posix-tests: Update.
34932         * modules/printf-posix-tests: Update.
34933         * modules/vfprintf-posix-tests: Update.
34934         * modules/vprintf-posix-tests: Update.
34935         * tests/test-fprintf-posix.sh: Update.
34936         * tests/test-printf-posix.sh: Update.
34937         * tests/test-vfprintf-posix.sh: Update.
34938         * tests/test-vprintf-posix.sh: Update.
34939         Reported by Ralf Wildenhues.
34940
34941 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
34942
34943         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
34944         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
34945         GCC 4.2, which otherwise issues a lot of warnings.
34946         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
34947         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
34948         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
34949         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
34950         it should no longer be needed.
34951         * lib/string_.h: Likewise.
34952         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
34953         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
34954         * modules/inttypes (inttypes.h): Likewise.
34955         * modules/math (math.h): Likewise.
34956         * modules/search (search.h): Likewise.
34957         * modules/signal (signal.h): Likewise.
34958         * modules/stdint (stdint.h): Likewise.
34959         * modules/stdio (stdio.h): Likewise.
34960         * modules/stdlib (stdlib.h): Likewise.
34961         * modules/string (string.h): Likewise.
34962         * modules/sys_time (sys/time.h): Likewise.
34963         * modules/time (time.h): Likewise.
34964         * modules/wchar (wchar.h): Likewise.
34965         * modules/wctype (wtype.h): Likewise.
34966
34967 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
34968
34969         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
34970
34971 2007-05-13  Bruno Haible  <bruno@clisp.org>
34972
34973         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
34974         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
34975         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
34976         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
34977         (gl_PREREQ_STRTOK_R): Don't require it here.
34978
34979 2007-05-13  Bruno Haible  <bruno@clisp.org>
34980
34981         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
34982         when used in C++ mode.
34983
34984 2007-05-12  Bruno Haible  <bruno@clisp.org>
34985
34986         * lib/linebuffer.h: Tweak doc.
34987         * lib/linebuffer.c: Likewise.
34988
34989 2007-05-12  James Youngman  <jay@gnu.org>
34990
34991         * lib/linebuffer.c (readlinebuffer_delim): New function,
34992         like readlinebuffer, but use a caller-specified delimiter.
34993         (readlinebuffer): Just call readlinebuffer_delim with '\n'
34994         as the delimiter.
34995         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
34996
34997 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
34998
34999         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
35000         * modules/openat (Files): Remove openat-die.c.
35001         (Depends-on): Add openat-die.
35002         * modules/openat-die: New module.
35003
35004 2007-05-06  Bruno Haible  <bruno@clisp.org>
35005
35006         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
35007         Update with info about Cygwin.
35008         * doc/functions/fprintf.texi: Update.
35009         * doc/functions/printf.texi: Update.
35010         * doc/functions/snprintf.texi: Update.
35011         * doc/functions/sprintf.texi: Update.
35012         * doc/functions/vfprintf.texi: Update.
35013         * doc/functions/vprintf.texi: Update.
35014         * doc/functions/vsnprintf.texi: Update.
35015         * doc/functions/vsprintf.texi: Update.
35016         Reported by Eric Blake.
35017
35018 2007-05-06  Bruno Haible  <bruno@clisp.org>
35019
35020         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
35021         padding ourselves for the floating-point directives.
35022         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
35023         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
35024         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35025         gl_PRINTF_FLAG_ZERO and test its result. Invoke
35026         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
35027         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35028         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
35029         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35030         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35031         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35032         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35033         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35034         * tests/test-snprintf-posix.h (test_function): Also check the width
35035         and some flags in the %f directive.
35036         * tests/test-sprintf-posix.h (test_function): Likewise.
35037         * tests/test-vasnprintf-posix.c (test_function): Likewise.
35038         * tests/test-vasprintf-posix.c (test_function): Likewise.
35039         * doc/functions/fprintf.texi: Update.
35040         * doc/functions/printf.texi: Update.
35041         * doc/functions/snprintf.texi: Update.
35042         * doc/functions/sprintf.texi: Update.
35043         * doc/functions/vfprintf.texi: Update.
35044         * doc/functions/vprintf.texi: Update.
35045         * doc/functions/vsnprintf.texi: Update.
35046         * doc/functions/vsprintf.texi: Update.
35047
35048 2007-05-06  Bruno Haible  <bruno@clisp.org>
35049
35050         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
35051         pass the ' flag character to sprintf or snprintf.
35052         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
35053         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
35054         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35055         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
35056         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
35057         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35058         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
35059         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35060         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35061         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35062         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35063         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35064         * tests/test-snprintf-posix.h (test_function): Also check the grouping
35065         flag.
35066         * tests/test-sprintf-posix.h (test_function): Likewise.
35067         * tests/test-vasnprintf-posix.c (test_function): Likewise.
35068         * tests/test-vasprintf-posix.c (test_function): Likewise.
35069         * doc/functions/fprintf.texi: Update.
35070         * doc/functions/printf.texi: Update.
35071         * doc/functions/snprintf.texi: Update.
35072         * doc/functions/sprintf.texi: Update.
35073         * doc/functions/vfprintf.texi: Update.
35074         * doc/functions/vprintf.texi: Update.
35075         * doc/functions/vsnprintf.texi: Update.
35076         * doc/functions/vsprintf.texi: Update.
35077
35078 2007-05-01  Bruno Haible  <bruno@clisp.org>
35079
35080         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
35081
35082 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
35083
35084         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
35085         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
35086
35087 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
35088
35089         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
35090         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
35091         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
35092
35093 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
35094
35095         * lib/argp-help.c (struct hol_entry): New member `ord'.
35096         (HOL_ENTRY_PTRCMP): Use ord for comparison
35097         (hol_sort): Initialize ord.
35098
35099 2007-05-01  Bruno Haible  <bruno@clisp.org>
35100
35101         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
35102         Reported by Eric Blake.
35103         * doc/gnulib.texi (Function Substitutes): Update.
35104
35105 2007-05-01  Bruno Haible  <bruno@clisp.org>
35106
35107         * doc/functions.texi: Remove file, now redundant through
35108         doc/functions/*.texi.
35109
35110 2007-05-01  Bruno Haible  <bruno@clisp.org>
35111
35112         * modules/argp (Depends-on): Add sleep.
35113
35114 2007-05-01  Bruno Haible  <bruno@clisp.org>
35115
35116         * modules/sleep-tests: New file.
35117         * tests/test-sleep.c: New file.
35118
35119         * modules/sleep: New file.
35120         * lib/sleep.c: New file.
35121         * m4/sleep.m4: New file.
35122         * lib/unistd_.h (sleep): New declaration.
35123         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
35124         HAVE_SLEEP.
35125         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
35126         * doc/functions/sleep.texi: Document the sleep module.
35127
35128 2007-05-01  Bruno Haible  <bruno@clisp.org>
35129
35130         * lib/sigprocmask.h: Remove file.
35131         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
35132         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
35133         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
35134         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
35135         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
35136         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
35137         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
35138         HAVE_SIGSET_T as a shell variable.
35139         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
35140         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
35141         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
35142         (Depends-on): Add signal. Remove verify.
35143         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
35144         (Include): Mention <signal.h> instead of sigprocmask.h.
35145         * NEWS: Mention the change.
35146         * lib/fatal-signal.c: Don't include sigprocmask.h.
35147
35148 2007-05-01  Bruno Haible  <bruno@clisp.org>
35149
35150         * modules/signal: New file.
35151         * lib/signal_.h: New file.
35152         * m4/signal_h.m4: New file.
35153
35154 2007-05-01  Bruno Haible  <bruno@clisp.org>
35155
35156         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
35157         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
35158         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
35159         HAVE_WCTYPE_CTMP_BUG into wctype.h.
35160
35161 2007-05-01  Bruno Haible  <bruno@clisp.org>
35162
35163         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
35164         configure time.
35165         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
35166         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
35167         * modules/sys_stat (Makefile.am): Substitute their values into
35168         sys/stat.h.
35169
35170 2007-05-01  Bruno Haible  <bruno@clisp.org>
35171
35172         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
35173         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
35174         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
35175
35176 2007-05-01  Bruno Haible  <bruno@clisp.org>
35177
35178         * doc/header/assert.texi: Undo last change: don't mention the gnulib
35179         'assert' module here.
35180
35181 2007-05-01  Bruno Haible  <bruno@clisp.org>
35182
35183         * doc/functions/*.texi: New files.
35184         * doc/functions/google-ranking.txt: New file.
35185         * doc/gnulib.texi (Function Substitutes): New chapter.
35186         (ctime, inet_ntoa): Remove sections.
35187         * doc/ctime.texi: Remove file.
35188         * doc/inet_ntoa.texi: Remove file.
35189         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
35190         dependencies.
35191         (%.info): New rule, specifying a --reference-limit.
35192
35193 2007-05-01  Bruno Haible  <bruno@clisp.org>
35194
35195         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
35196
35197 2007-05-01  Bruno Haible  <bruno@clisp.org>
35198
35199         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
35200         the portability of 'mkdir' to mingw systems.
35201
35202 2007-05-01  Bruno Haible  <bruno@clisp.org>
35203
35204         * doc/headers/google-ranking.txt: New file.
35205
35206 2007-04-30  Eric Blake  <ebb9@byu.net>
35207
35208         Prefer fseeko to fseek.
35209         * modules/getpass (Depends-on): Add fseeko.
35210         * lib/getpass.c (getpass): Use fseeko, not fseek.
35211
35212 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
35213
35214         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
35215         assumes the sorting is stable, while most qsort implementations
35216         are not.  Use argument addresses to ensure they never compare as
35217         equal.
35218
35219         * tests/test-argp-2.sh (usage-indent test): Fix output
35220         (func_compare): Restore diff options
35221         * tests/test-argp.c: Restore #include "progname.h"
35222
35223 2007-04-29  Bruno Haible  <bruno@clisp.org>
35224
35225         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
35226         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35227         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
35228         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35229         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
35230         (configure.ac): Define CHECK_SNPRINTF_POSIX.
35231         (TESTS, check_PROGRAMS): Add test-snprintf.
35232         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
35233         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
35234         (TESTS, check_PROGRAMS): Add test-vsnprintf.
35235         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
35236         assertions that fail on HP-UX, OSF/1, or IRIX.
35237         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
35238
35239 2007-04-29  Bruno Haible  <bruno@clisp.org>
35240
35241         * MODULES.html.sh (posix_functions): Remove 'contents'.
35242
35243 2007-04-29  Karl Berry  <karl@gnu.org>
35244
35245         * config/srclist.txt (gendocs_template_min): new entry.
35246
35247 2007-04-29  Bruno Haible  <bruno@clisp.org>
35248
35249         Work around fpurge bug on BSD systems.
35250         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
35251         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
35252         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
35253         fpurge to rpl_fpurge if the system already has this function.
35254         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
35255         the case where the system already has this function. Correct invariants
35256         on BSD systems.
35257         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
35258         BSD systems.
35259
35260 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
35261
35262         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
35263         proposed by Sven Verdoolaege.
35264
35265         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
35266         options.
35267         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
35268         (usage and help tests): Update
35269
35270 2007-04-29  Bruno Haible  <bruno@clisp.org>
35271
35272         * tests/test-fflush.c (main): Use a file of size 17, not 10.
35273         Print more information in case of failure. Disable a test on BeOS.
35274
35275 2007-04-29  Bruno Haible  <bruno@clisp.org>
35276
35277         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
35278         This helps debugging on systems on which no gdb is available.
35279
35280 2007-04-29  Bruno Haible  <bruno@clisp.org>
35281
35282         * lib/freading.h: Improve comments.
35283         * lib/fwriting.h: Likewise.
35284         * tests/test-freading.c (main): Don't check freading immediately after
35285         repositioning. Needed for glibc.
35286
35287 2007-04-29  Bruno Haible  <bruno@clisp.org>
35288
35289         * lib/freading.c (freading): Trivial simplification.
35290
35291 2007-04-28  Bruno Haible  <bruno@clisp.org>
35292
35293         * tests/test-fwriting.c (main): Also test the interaction between
35294         fflush and fwriting.
35295         * modules/fwriting-tests (Depends-on): Add fflush.
35296
35297         * tests/test-freading.c (main): Also test the interaction between
35298         fflush and freading.
35299         * modules/freading-tests (Depends-on): Add fflush.
35300
35301 2007-04-28  Bruno Haible  <bruno@clisp.org>
35302
35303         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
35304         fseeko and ftello.
35305         Suggested by Eric Blake.
35306
35307 2007-04-28  Jim Meyering  <jim@meyering.net>
35308
35309         Avoid false-negative in gl_STDINT_H's C99 conformance test.
35310         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
35311         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
35312
35313 2007-04-27  Eric Blake  <ebb9@byu.net>
35314
35315         * doc/headers/assert.texi (assert.h): Document assert module use.
35316
35317 2007-04-27  Bruno Haible  <bruno@clisp.org>
35318
35319         * doc/headers/*.texi: New files.
35320         * doc/gnulib.texi (Header File Substitutes): New chapter.
35321         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
35322         dependencies.
35323         (standards.info ,standards.html, standards.dvi): Update dependencies.
35324         (mostlyclean, clean): New targets.
35325
35326 2007-04-27  Bruno Haible  <bruno@clisp.org>
35327
35328         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
35329         * modules/sysexits (Files, Makefile.am): Update.
35330
35331         * lib/sys_socket_.h: Renamed from lib/socket_.h.
35332         * modules/sys_socket (Files, Makefile.am): Update.
35333
35334         * lib/sys_stat_.h: Renamed from lib/stat_.h.
35335         * modules/sys_stat (Files, Makefile.am): Update.
35336
35337 2007-04-27  Eric Blake  <ebb9@byu.net>
35338
35339         * lib/freading.h: Improve comments.
35340         * lib/fwriting.h: Likewise.
35341         * lib/fflush.c: Likewise.
35342
35343         Fix closein for mingw.
35344         * modules/closein-tests: Add tests for closein.
35345         * tests/test-closein.c: New file.
35346         * tests/test-closein.sh: Likewise.
35347         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
35348         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
35349
35350 2007-04-27  Bruno Haible  <bruno@clisp.org>
35351
35352         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
35353         version is < 6.
35354         * lib/math_.h [__DECC]: Likewise.
35355         * lib/stdio_.h [__DECC]: Likewise.
35356         * lib/stdlib_.h [__DECC]: Likewise.
35357         * lib/string_.h [__DECC]: Likewise.
35358         * lib/time_.h [__DECC]: Likewise.
35359         * lib/wchar_.h [__DECC]: Likewise.
35360         * lib/wctype_.h [__DECC]: Likewise.
35361
35362 2007-04-27  Bruno Haible  <bruno@clisp.org>
35363
35364         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
35365
35366 2007-04-27  Bruno Haible  <bruno@clisp.org>
35367
35368         * lib/fflush.c: Add comments.
35369         * modules/fpurge-tests (Depends-on): Add fflush.
35370         * modules/freadable-tests (Depends-on): Likewise.
35371         * modules/fwritable-tests (Depends-on): Likewise.
35372
35373 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
35374
35375         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
35376         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
35377         Report by Bruno Haible <bruno@clisp.org>.
35378
35379 2007-04-26  Eric Blake  <ebb9@byu.net>
35380
35381         Fix fflush on mingw.
35382         * modules/fflush (Depends-on): Add freading.
35383         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
35384         but unread data.
35385
35386 2007-04-26  Eric Blake  <ebb9@byu.net>
35387         and Bruno Haible  <bruno@clisp.org>
35388
35389         Implement freading and fwriting.
35390         * lib/freading.c: New file.
35391         * lib/freading.h: Likewise.
35392         * m4/freading.m4: Likewise.
35393         * modules/freading: Likewise.
35394         * modules/freading-tests: Likewise.
35395         * tests/test-freading.c: Likewise.
35396         * lib/fwriting.c: New file.
35397         * lib/fwriting.h: Likewise.
35398         * m4/fwriting.m4: Likewise.
35399         * modules/fwriting: Likewise.
35400         * modules/fwriting-tests: Likewise.
35401         * tests/test-fwriting.c: Likewise.
35402         * MODULES.html.sh (File stream based Input/Output): Mention them.
35403
35404 2007-04-26  Bruno Haible  <bruno@clisp.org>
35405
35406         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
35407         'long' when we assume it.
35408         Suggested by Eric Blake.
35409
35410 2007-04-26  Bruno Haible  <bruno@clisp.org>
35411
35412         Ensure fseeko, ftello are declared on glibc systems.
35413         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
35414         * modules/fseeko (configure.ac-early): Likewise.
35415         * modules/ftello (configure.ac-early): Likewise.
35416         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
35417         AC_FUNC_FSEEKO for this.
35418         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
35419         (gl_CHECK_FSEEKO): Remove macro.
35420
35421 2007-04-26  Bruno Haible  <bruno@clisp.org>
35422
35423         * tests/test-fflush.c (main): Also check the ftell result after
35424         fflush and fseek/fseeko.
35425         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
35426         file descriptor position cache in the stream.
35427         * lib/fseeko.c (rpl_fseeko): Likewise.
35428
35429 2007-04-26  Bruno Haible  <bruno@clisp.org>
35430
35431         * modules/fflush-tests (Depends-on): Add fseeko.
35432
35433 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
35434             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35435
35436         * lib/argz_.h: ensure error_t definition is obtained in same
35437         mechanism system argz.h would have.
35438         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
35439         argz facilities are known bad.  Err on the side of caution if
35440         cross-compiling.
35441
35442 2007-04-25  Eric Blake  <ebb9@byu.net>
35443
35444         * lib/fpurge.c (includes): Use stdlib.h for free.
35445         * tests/test-fflush.c (main): Also test fflush-fseeko.
35446
35447 2007-04-25  Bruno Haible  <bruno@clisp.org>
35448
35449         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
35450         * lib/fseeko.c: New file.
35451         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
35452         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
35453         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
35454         gl_FUNC_FSEEKO.
35455         (gl_FUNC_FSEEKO): Invoke it.
35456         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
35457         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
35458         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
35459
35460 2007-04-25  Bruno Haible  <bruno@clisp.org>
35461
35462         * modules/fflush (Depends-on): Add ftello.
35463
35464 2007-04-25  Bruno Haible  <bruno@clisp.org>
35465
35466         * modules/ftello-tests: New file.
35467         * tests/test-ftello.c: New file.
35468
35469         * modules/ftello: New file.
35470         * m4/ftello.m4: New file.
35471         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
35472         HAVE_FTELLO.
35473         * lib/stdio_.h (ftello): New declaration.
35474         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
35475         HAVE_FTELLO.
35476
35477 2007-04-25  Bruno Haible  <bruno@clisp.org>
35478
35479         * modules/fseeko-tests: New file.
35480         * tests/test-fseeko.c: New file.
35481
35482         * modules/fseeko: New file.
35483         * m4/fseeko.m4: New file.
35484         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
35485         HAVE_FSEEKO.
35486         * lib/stdio_.h (fseeko): New declaration.
35487         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
35488         HAVE_FSEEKO.
35489
35490 2007-04-25  Bruno Haible  <bruno@clisp.org>
35491
35492         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
35493
35494 2007-04-25  Bruno Haible  <bruno@clisp.org>
35495
35496         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
35497         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
35498         * tests/test-unistd.c: Likewise.
35499         * tests/test-fcntl.c: Likewise.
35500
35501 2007-04-23  Eric Blake  <ebb9@byu.net>
35502
35503         * lib/fflush.c: Fix missing include.
35504         Reported by Bruno Haible.
35505
35506 2007-04-23  Bruno Haible  <bruno@clisp.org>
35507
35508         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
35509         Reported by Eric Blake.
35510
35511 2007-04-23  Bruno Haible  <bruno@clisp.org>
35512
35513         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
35514
35515 2007-04-23  Bruno Haible  <bruno@clisp.org>
35516
35517         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
35518
35519 2007-04-23  Bruno Haible  <bruno@clisp.org>
35520
35521         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
35522         Needed on HP-UX 11.
35523
35524 2007-04-16  Eric Blake  <ebb9@byu.net>
35525
35526         Make fflush rely on fpurge.
35527         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
35528         open coding all variants.
35529         * modules/fflush (Depends-on): Add fpurge and unistd.
35530         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
35531         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
35532
35533         Fix --with-tests compilation on cygwin.
35534         * modules/argmatch-tests (Makefile.am): List gnulib library first
35535         in LDADD.
35536         * modules/argp-tests (Makefile.am): Likewise.
35537         * modules/array-list-tests (Makefile.am): Likewise.
35538         * modules/array-oset-tests (Makefile.am): Likewise.
35539         * modules/avltree-list-tests (Makefile.am): Likewise.
35540         * modules/avltree-oset-tests (Makefile.am): Likewise.
35541         * modules/avltreehash-list-tests (Makefile.am): Likewise.
35542         * modules/carray-list-tests (Makefile.am): Likewise.
35543         * modules/dirname-tests (Makefile.am): Likewise.
35544         * modules/frexp-tests (Makefile.am): Likewise.
35545         * modules/isnanl-tests (Makefile.am): Likewise.
35546         * modules/linked-list-tests (Makefile.am): Likewise.
35547         * modules/linkedhash-list-tests (Makefile.am): Likewise.
35548         * modules/lock-tests (Makefile.am): Likewise.
35549         * modules/rbtree-list-tests (Makefile.am): Likewise.
35550         * modules/rbtree-oset-tests (Makefile.am): Likewise.
35551         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
35552         * modules/tls-tests (Makefile.am): Likewise.
35553         * modules/tsearch-tests (Makefile.am): Likewise.
35554         * modules/xvasprintf-tests (Makefile.am): Likewise.
35555
35556         Fix fpurge for cygwin.
35557         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
35558         value.
35559         * modules/fpurge-tests (Depends-on): Clean up trash.
35560
35561 2007-04-16  Simon Josefsson  <simon@josefsson.org>
35562
35563         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
35564
35565         * m4/autobuild.m4: Re-indent.
35566
35567 2007-04-13  Bruno Haible  <bruno@clisp.org>
35568
35569         * modules/fpurge-tests: New file.
35570         * tests/test-fpurge.c: New file.
35571
35572         * modules/fpurge: New file.
35573         * lib/fpurge.h: New file.
35574         * lib/fpurge.c: New file.
35575         * m4/fpurge.m4: New file.
35576
35577 2007-04-13  Bruno Haible  <bruno@clisp.org>
35578
35579         * modules/fbufmode-tests: New file.
35580         * tests/test-fbufmode.c: New file.
35581
35582         * modules/fbufmode: New file.
35583         * lib/fbufmode.h: New file.
35584         * lib/fbufmode.c: New file.
35585         * m4/fbufmode.m4: New file.
35586
35587 2007-04-13  Bruno Haible  <bruno@clisp.org>
35588
35589         * modules/fwritable-tests: New file.
35590         * tests/test-fwritable.c: New file.
35591
35592         * modules/fwritable: New file.
35593         * lib/fwritable.h: New file.
35594         * lib/fwritable.c: New file.
35595         * m4/fwritable.m4: New file.
35596
35597 2007-04-13  Bruno Haible  <bruno@clisp.org>
35598
35599         * modules/freadable-tests: New file.
35600         * tests/test-freadable.c: New file.
35601
35602         * modules/freadable: New file.
35603         * lib/freadable.h: New file.
35604         * lib/freadable.c: New file.
35605         * m4/freadable.m4: New file.
35606
35607 2007-04-13  Bruno Haible  <bruno@clisp.org>
35608
35609         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
35610         MOSTLYCLEANFILES.
35611
35612 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
35613
35614         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
35615         gzip bootstrap.conf to avoid dragging in i18n machinery.
35616         (gnulib_tool_option): Use it.
35617
35618 2007-04-13  Bruno Haible  <bruno@clisp.org>
35619
35620         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
35621         %F directives.
35622         * tests/test-vasprintf-posix.c (test_function): Likewise.
35623         * tests/test-snprintf-posix.h (test_function): Likewise.
35624         * tests/test-sprintf-posix.h (test_function): Likewise.
35625         * tests/test-fprintf-posix.h (test_function): Likewise.
35626         * tests/test-printf-posix.h (test_function): Likewise.
35627         * tests/test-fprintf-posix.out: Likewise.
35628
35629 2007-04-13  Bruno Haible  <bruno@clisp.org>
35630
35631         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
35632         * modules/tls-tests (configure.ac): Likewise.
35633         Reported by Arto C. Nirkko <anirkko@insel.ch>.
35634
35635 2007-04-13  Bruno Haible  <bruno@clisp.org>
35636
35637         * lib/tls.c (glthread_tls_get): Fix return type.
35638         Patch by Arto C. Nirkko <anirkko@insel.ch>.
35639
35640 2007-04-12  Eric Blake  <ebb9@byu.net>
35641
35642         * modules/gettime (Depends-on): Remove gettime.
35643         Reported by Dmitry V. Levin.
35644
35645 2007-04-12  Bruno Haible  <bruno@clisp.org>
35646
35647         * modules/fflush (Include): Mention <stdio.h>.
35648         * modules/strtoimax (Include): Mention <inttypes.h>.
35649         * modules/strtoumax (Include): Likewise.
35650
35651 2007-04-12  Eric Blake  <ebb9@byu.net>
35652
35653         * .cvsignore: New file.
35654         * .gitignore: Likewise.
35655
35656 2007-04-12  Bruno Haible  <bruno@clisp.org>
35657
35658         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
35659         not before, since $(LDADD) often contains libgnu.a.
35660         * modules/striconv-tests (test_striconv_LDADD): Likewise.
35661         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
35662         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
35663         Needed on Cygwin.
35664
35665 2007-04-12  Eric Blake  <ebb9@byu.net>
35666
35667         Work around glibc's failure to flush stdin on fclose.
35668         * lib/closein.c (close_stdin): Flush stdin before closing.
35669
35670         Work around glibc's failure to reset seekable stdin on exit.
35671         * modules/closein: New module.
35672         * lib/closein.c: New file.
35673         * lib/closein.h: Likewise.
35674         * m4/closein.m4: Likewise.
35675         * MODULES.html.sh (File stream based Input/Output): Document it.
35676
35677 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35678
35679         * gnulib-tool: Rename generated 'autobuild' script to
35680         'do-autobuild' in --create-megatestdir output.
35681
35682         * doc/gnulib.texi (Build robot for gnulib): Fix.
35683
35684 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35685
35686         * modules/sysexits (Depends-on): Add absolute-header.
35687
35688 2007-04-12  Eric Blake  <ebb9@byu.net>
35689
35690         No need to preserve errno on success.
35691         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
35692         Reported by Bruno Haible.
35693
35694 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35695
35696         * MODULES.html.sh (Support for maintaining and releasing
35697         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
35698
35699 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35700
35701         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
35702
35703 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35704
35705         * modules/autobuild: New module.
35706
35707         * m4/autobuild.m4: New file.
35708
35709 2007-04-11  Bruno Haible  <bruno@clisp.org>
35710
35711         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
35712         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
35713         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
35714         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
35715         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35716         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35717         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35718         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35719         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35720         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35721         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
35722         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35723         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35724         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
35725         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35726         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35727         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
35728         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35729         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35730         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
35731         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35732         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35733         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
35734         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35735         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35736         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
35737         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35738         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35739         Reported by Eric Blake.
35740
35741 2007-04-11  Bruno Haible  <bruno@clisp.org>
35742
35743         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
35744
35745 2007-04-10  Bruno Haible  <bruno@clisp.org>
35746
35747         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
35748         for NaN and Infinity. Needed on FreeBSD 6.1.
35749         * tests/test-vasnprintf-posix.c (test_function): Undo last change
35750         regarding results for "%010a" of Infinity and NaN.
35751         * tests/test-vasprintf-posix.c (test_function): Likewise.
35752         * tests/test-snprintf-posix.h (test_function): Likewise.
35753         * tests/test-sprintf-posix.h (test_function): Likewise.
35754         * tests/test-fprintf-posix.h (test_function): Likewise.
35755         * tests/test-printf-posix.h (test_function): Likewise.
35756         * tests/test-fprintf-posix.out: Likewise.
35757
35758 2007-04-10  Bruno Haible  <bruno@clisp.org>
35759
35760         * modules/locale-tests: New file.
35761         * tests/test-locale.c: New file.
35762
35763         * modules/locale: New file.
35764         * lib/locale_.h: New file.
35765         * m4/locale_h.m4: New file.
35766
35767 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
35768             Bruno Haible  <bruno@clisp.org>
35769
35770         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
35771         be determined, test for availability of the copysignf, copysign,
35772         copysignl functions.
35773         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
35774         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
35775         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
35776
35777 2007-04-09  Eric Blake  <ebb9@byu.net>
35778
35779         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
35780         * modules/stdio (Makefile.am): Support fflush.
35781         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
35782         * modules/fflush: New file.
35783         * lib/fflush.c: Likewise.
35784         * m4/fflush.m4: Likewise.
35785         * modules/fflush-tests: New test.
35786         * tests/test-fflush.c: Likewise.
35787         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
35788
35789 2007-04-06  Bruno Haible  <bruno@clisp.org>
35790
35791         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
35792         (VASNPRINTF): Use signbit for faster determination whether to print a
35793         minus sign.
35794         * modules/vasnprintf (Files): Remove lib/float+.h.
35795         * modules/fprintf-posix (Depends-on): Add signbit.
35796         * modules/snprintf-posix (Depends-on): Likewise.
35797         * modules/sprintf-posix (Depends-on): Likewise.
35798         * modules/vasnprintf-posix (Depends-on): Likewise.
35799         * modules/vasprintf-posix (Depends-on): Likewise.
35800         * modules/vfprintf-posix (Depends-on): Likewise.
35801         * modules/vsnprintf-posix (Depends-on): Likewise.
35802         * modules/vsprintf-posix (Depends-on): Likewise.
35803
35804 2007-04-06  Bruno Haible  <bruno@clisp.org>
35805
35806         * tests/test-frexp.c (main): Test also the sign bit of zero results.
35807         * tests/test-frexpl.c (main): Likewise.
35808         * tests/test-ldexpl.c (main): Likewise.
35809         * modules/frexp-tests (Depends-on): Add signbit.
35810         * modules/frexpl-tests (Depdends-on): Likewise.
35811         * modules/ldexpl-tests (Depdends-on): Likewise.
35812
35813 2007-04-06  Bruno Haible  <bruno@clisp.org>
35814
35815         * modules/signbit-tests: New file.
35816         * tests/test-signbit.c: New file.
35817
35818         * modules/signbit: New file.
35819         * lib/signbitf.c: New file.
35820         * lib/signbitd.c: New file.
35821         * lib/signbitl.c: New file.
35822         * m4/signbit.m4: New file.
35823         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
35824         (signbit): New macro.
35825         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
35826         REPLACE_SIGNBIT.
35827         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
35828         REPLACE_FREXPL into math.h.
35829
35830 2007-04-06  Bruno Haible  <bruno@clisp.org>
35831
35832         * modules/isnanf-nolibm-tests: New file.
35833         * tests/test-isnanf.c: New file.
35834
35835         * modules/isnanf-nolibm: New file.
35836         * lib/isnanf.h: New file.
35837         * lib/isnanf.c: New file.
35838         * lib/isnan.c: Consider the USE_FLOAT macro.
35839         * m4/isnanf.m4: New file.
35840
35841 2007-04-06  Bruno Haible  <bruno@clisp.org>
35842
35843         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
35844         (Link): New section.
35845
35846         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
35847
35848 2007-04-06  Bruno Haible  <bruno@clisp.org>
35849
35850         Assume the 'long double' type.
35851         * m4/longdouble.m4: Remove file.
35852         * config/srclist.txt: Don't mention longdouble.m4.
35853         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
35854         * lib/float+.h: Likewise.
35855         * lib/frexp.c: Likewise.
35856         * lib/printf-args.h: Likewise.
35857         * lib/printf-args.c: Likewise.
35858         * lib/printf-frexp.c: Likewise.
35859         * lib/printf-parse.c: Likewise.
35860         * lib/vasnprintf.c: Likewise.
35861         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
35862         * m4/intl.m4: Likewise.
35863         * m4/isnanl.m4: Likewise.
35864         * m4/printf.m4: Likewise.
35865         * m4/printf-frexpl.m4: Likewise.
35866         * m4/vasnprintf.m4: Likewise.
35867         * modules/allocsa (Files): Remove m4/longdouble.m4.
35868         * modules/gettext (Files): Likewise.
35869         * modules/relocatable-prog-wrapper (Files): Likewise.
35870         * modules/vasnprintf (Files): Likewise.
35871         * modules/isnanl (Files): Likewise.
35872         (Include): Simplify.
35873         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
35874         (Include): Simplify.
35875         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
35876         (Include): Simplify.
35877         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
35878         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35879         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
35880         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35881         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
35882         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35883         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
35884         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35885         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
35886         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35887         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
35888         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35889         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
35890         * tests/test-isnanl.c: Likewise.
35891         * tests/test-snprintf-posix.h: Likewise.
35892         * tests/test-sprintf-posix.h: Likewise.
35893         * tests/test-vasnprintf-posix.c: Likewise.
35894         * tests/test-vasnprintf-posix2.c: Likewise.
35895         * tests/test-vasprintf-posix.c: Likewise.
35896
35897 2007-04-06  Bruno Haible  <bruno@clisp.org>
35898
35899         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
35900         * lib/math_.h [__DECC]: Include the overridden include file through
35901         #include_next, outside the double-inclusion guard.
35902         * lib/stdio_.h [__DECC]: Likewise.
35903         * lib/stdlib_.h [__DECC]: Likewise.
35904         * lib/string_.h [__DECC]: Likewise.
35905         * lib/time_.h [__DECC]: Likewise.
35906         * lib/wchar_.h [__DECC]: Likewise.
35907         * lib/wctype_.h [__DECC]: Likewise.
35908         * lib/inttypes_.h [__DECC]: Likewise.
35909         Reported by Albert Chin <china@thewrittenword.com> in
35910         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
35911
35912 2007-04-04  Eric Blake  <ebb9@byu.net>
35913
35914         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
35915         1.5.x.
35916
35917 2007-04-04  Bruno Haible  <bruno@clisp.org>
35918
35919         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
35920         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
35921
35922 2007-04-04  Bruno Haible  <bruno@clisp.org>
35923
35924         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
35925         results for "%010a" of Infinity and NaN.
35926         * tests/test-vasprintf-posix.c (test_function): Likewise.
35927         * tests/test-snprintf-posix.h (test_function): Likewise.
35928         * tests/test-sprintf-posix.h (test_function): Likewise.
35929         * tests/test-fprintf-posix.h (test_function): Remove these tests.
35930         * tests/test-printf-posix.h (test_function): Likewise.
35931         * tests/test-fprintf-posix.out: Update.
35932         Needed for FreeBSD 6.1.
35933
35934 2007-04-04  Bruno Haible  <bruno@clisp.org>
35935
35936         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
35937         directly used by the gnulib modules nor by gnulib-tool.
35938
35939 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
35940
35941         * DEPENDENCIES: Give overall description of version dependency
35942         desirability.  Use more-typical names for apps.
35943         Add shell, coreutils, diffutils, grep, tar, gzip.
35944
35945 2007-04-04  Simon Josefsson  <simon@josefsson.org>
35946
35947         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
35948
35949 2007-04-04  Karl Berry  <karl@gnu.org>
35950
35951         * MODULES.html.sh (func_module): missing '.
35952
35953 2007-04-03  Bruno Haible  <bruno@clisp.org>
35954
35955         * modules/argmatch-tests (Makefile.am): New variable
35956         test_argmatch_LDADD.
35957         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
35958         * modules/array-list-tests (Makefile.am): New variable
35959         test_array_list_LDADD.
35960         * modules/array-oset-tests (Makefile.am): New variable
35961         test_array_oset_LDADD.
35962         * modules/avltree-list-tests (Makefile.am): New variable
35963         test_avltree_list_LDADD.
35964         * modules/avltree-oset-tests (Makefile.am): New variable
35965         test_avltree_oset_LDADD.
35966         * modules/avltreehash-list-tests (Makefile.am): New variable
35967         test_avltreehash_list_LDADD.
35968         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
35969         test_canonicalize_lgpl_LDADD.
35970         * modules/carray-list-tests (Makefile.am): New variable
35971         test_carray_list_LDADD.
35972         * modules/dirname-tests (Makefile.am): New variable
35973         test_dirname_LDADD.
35974         * modules/linked-list-tests (Makefile.am): New variable
35975         test_linked_list_LDADD.
35976         * modules/linkedhash-list-tests (Makefile.am): New variable
35977         test_linkedhash_list_LDADD.
35978         * modules/rbtree-list-tests (Makefile.am): New variable
35979         test_rbtree_list_LDADD.
35980         * modules/rbtree-oset-tests (Makefile.am): New variable
35981         test_rbtree_oset_LDADD.
35982         * modules/rbtreehash-list-tests (Makefile.am): New variable
35983         test_rbtreehash_list_LDADD.
35984         * modules/xvasprintf-tests (Makefile.am): New variable
35985         test_xvasprintf_LDADD.
35986         Reported by Eric Blake.
35987
35988 2007-04-03  Eric Blake  <ebb9@byu.net>
35989
35990         * DEPENDENCIES: Weaken m4 requirements.
35991
35992 2007-04-03  Bruno Haible  <bruno@clisp.org>
35993
35994         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
35995         * modules/isnanl-tests (configure.ac): Likewise.
35996
35997 2007-04-03  Ben Pfaff  <blp@gnu.org>
35998
35999         * modules/iconv_open: Add $(srcdir)/ to source directory
36000         references in Makefile fragments that call gperf, to fix VPATH
36001         builds.
36002
36003 2007-04-03  Bruno Haible  <bruno@clisp.org>
36004
36005         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
36006         * lib/ldexpl.c: Undo last change.
36007
36008 2007-04-03  Bruno Haible  <bruno@clisp.org>
36009
36010         * modules/printf-frexpl (Depends-on): Undo last change.
36011         (Files): Add m4/ldexpl.m4.
36012
36013 2007-04-03  Bruno Haible  <bruno@clisp.org>
36014
36015         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
36016         * modules/isnanl (Link): New section.
36017
36018         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
36019         * modules/frexp (Link): New section.
36020
36021         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
36022         * modules/frexpl (Link): New section.
36023
36024         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
36025         * modules/ldexpl (Link): New section.
36026
36027 2007-04-03  Bruno Haible  <bruno@clisp.org>
36028
36029         * modules/TEMPLATE-EXTENDED: New file.
36030         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
36031
36032 2007-04-03  Bruno Haible  <bruno@clisp.org>
36033
36034         * DEPENDENCIES: New file.
36035         Suggested by Simon Josefsson.
36036
36037 2007-04-03  Bruno Haible  <bruno@clisp.org>
36038
36039         * doc/gnulib.texi: Escape @.
36040
36041 2007-04-03  James Youngman  <jay@gnu.org>
36042         and Paul Eggert  <eggert@cs.ucla.edu>
36043
36044         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
36045         birthtime on all systems that have birthtime, not just those which
36046         use st_birthtimensec rather than st_birthtim.  Putting zero in
36047         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
36048         that the birth time is not available for files on an NFS mount.
36049
36050 2007-04-03  Simon Josefsson  <simon@josefsson.org>
36051
36052         * modules/memxor: Move back from crypto/, suggested by Bruno.
36053         * modules/crypto/hmac-sha1: Fix memxor dependency.
36054
36055         * modules/crypto/gc: Moved from ../.
36056
36057 2007-04-02  Eric Blake  <ebb9@byu.net>
36058
36059         * lib/ldexpl.c (includes): Avoid libm.
36060
36061         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
36062
36063 2007-04-02  Bruno Haible  <bruno@clisp.org>
36064
36065         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
36066         on IRIX.
36067
36068 2007-04-02  Bruno Haible  <bruno@clisp.org>
36069
36070         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
36071         x86 or x86_64 platforms running MacOS X.
36072         Reported by Ryan Schmidt <@ryandesign.com>.
36073
36074 2007-04-02  Bruno Haible  <bruno@clisp.org>
36075
36076         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
36077         i386.
36078
36079 2007-04-01  Simon Josefsson  <simon@josefsson.org>
36080
36081         * modules/crypto/arcfour: Moved from ../.
36082         * modules/crypto/arcfour-tests: Moved from ../.
36083         * modules/crypto/arctwo: Moved from ../.
36084         * modules/crypto/arctwo-tests: Moved from ../.
36085         * modules/crypto/des: Moved from ../.
36086         * modules/crypto/des-tests: Moved from ../.
36087         * modules/crypto/gc-arcfour: Moved from ../.
36088         * modules/crypto/gc-arcfour-tests: Moved from ../.
36089         * modules/crypto/gc-arctwo: Moved from ../.
36090         * modules/crypto/gc-arctwo-tests: Moved from ../.
36091         * modules/crypto/gc-des: Moved from ../.
36092         * modules/crypto/gc-des-tests: Moved from ../.
36093         * modules/crypto/gc-hmac-md5: Moved from ../.
36094         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
36095         * modules/crypto/gc-hmac-sha1: Moved from ../.
36096         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
36097         * modules/crypto/gc-md2: Moved from ../.
36098         * modules/crypto/gc-md2-tests: Moved from ../.
36099         * modules/crypto/gc-md4: Moved from ../.
36100         * modules/crypto/gc-md4-tests: Moved from ../.
36101         * modules/crypto/gc-md5: Moved from ../.
36102         * modules/crypto/gc-md5-tests: Moved from ../.
36103         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
36104         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
36105         * modules/crypto/gc-random: Moved from ../.
36106         * modules/crypto/gc-rijndael: Moved from ../.
36107         * modules/crypto/gc-rijndael-tests: Moved from ../.
36108         * modules/crypto/gc-sha1: Moved from ../.
36109         * modules/crypto/gc-sha1-tests: Moved from ../.
36110         * modules/crypto/gc-tests: Moved from ../.
36111         * modules/crypto/hmac-md5: Moved from ../.
36112         * modules/crypto/hmac-md5-tests: Moved from ../.
36113         * modules/crypto/hmac-sha1: Moved from ../.
36114         * modules/crypto/hmac-sha1-tests: Moved from ../.
36115         * modules/crypto/md2: Moved from ../.
36116         * modules/crypto/md2-tests: Moved from ../.
36117         * modules/crypto/md4: Moved from ../.
36118         * modules/crypto/md4-tests: Moved from ../.
36119         * modules/crypto/md5: Moved from ../.
36120         * modules/crypto/md5-tests: Moved from ../.
36121         * modules/crypto/memxor: Moved from ../.
36122         * modules/crypto/rijndael: Moved from ../.
36123         * modules/crypto/rijndael-tests: Moved from ../.
36124         * modules/crypto/sha1: Moved from ../.
36125
36126 2007-03-30  James Youngman  <jay@gnu.org>
36127
36128         * tests/test-stat-time.c (prepare_test): use chmod() rather than
36129         rename() to change the ctime of a file (because ctime is unaffected
36130         by rename on jfs2 on AIX 5.1).
36131         (main): Start by doing cleanup, in case a previous run failed leaving
36132         test files behind.
36133
36134 2007-03-31  Bruno Haible  <bruno@clisp.org>
36135
36136         Support old proprietary implementations of iconv.
36137         * modules/iconv_open: New file.
36138         * lib/iconv_.h: New file.
36139         * m4/iconv_h.m4: New file.
36140         * lib/iconv_open.c: New file.
36141         * lib/iconv_open-aix.gperf: New file.
36142         * lib/iconv_open-hpux.gperf: New file.
36143         * lib/iconv_open-irix.gperf: New file.
36144         * lib/iconv_open-osf.gperf: New file.
36145         * m4/iconv_open.m4: New file.
36146         * modules/linebreak (Depends-on): Add iconv_open.
36147         * modules/striconv (Depends-on): Likewise.
36148         * modules/striconveh (Depends-on): Likewise.
36149         * modules/unicodeio (Depends-on): Likewise.
36150         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
36151         (iconv_t)(-1).
36152         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
36153         conversion if cd is (iconv_t)(-1).
36154         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
36155         is not possible.
36156
36157 2007-03-31  Bruno Haible  <bruno@clisp.org>
36158
36159         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
36160         work on Solaris either. Protect also second use of "autodetect_jp".
36161
36162 2007-03-31  Bruno Haible  <bruno@clisp.org>
36163
36164         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
36165         the function is not present.
36166
36167 2007-03-31  Bruno Haible  <bruno@clisp.org>
36168
36169         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
36170         the function is not present.
36171
36172 2007-03-31  Bruno Haible  <bruno@clisp.org>
36173
36174         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
36175         a bug in HP-UX iconv_open().
36176
36177 2007-03-31  Bruno Haible  <bruno@clisp.org>
36178
36179         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
36180         (Mathematics <math.h>): New section, add fpieee.
36181         (Input/output <stdio.h>): Add fseterr.
36182         (Mathematics <math.h>): New section, add printf-frexp.
36183         (Container data structures): Add sublist.
36184         (Core language properties): Add fpucw, inline.
36185         (Functions for greatest-width integer types <inttypes.h>): Add
36186         imaxabs, imaxdiv, inttypes.
36187         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
36188         isnanl-nolibm, ldexp.
36189         (Mathematics <math.h>): New section, add printf-frexpl.
36190         (Support for systems lacking POSIX:2001): Add fprintf-posix,
36191         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
36192         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
36193         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
36194         (Unicode string functions): Add unistr/u*-mbtoucr.
36195         (Java): Add javacomp-script, javaexec-script.
36196         (C#): Add csharpcomp-script, csharpexec-script.
36197         (Support for building libraries and executables): Add havelib,
36198         relocatable-*.
36199         (Support for maintaining and releasing projects): Renamed from
36200         'Support for maintaining and release projects'. Add announce-gen.
36201
36202 2007-03-31  Bruno Haible  <bruno@clisp.org>
36203
36204         * README: Talk primarily about git.
36205         (git and CVS): Renamed from CVS.
36206         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
36207         gnulib is available through git.
36208         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
36209
36210 2007-03-30  Bruno Haible  <bruno@clisp.org>
36211
36212         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
36213         * lib/poll_.h: Likewise.
36214         * lib/stat_.h: Likewise.
36215         * lib/sys_time_.h: Likewise.
36216         * lib/sysexit_.h: Likewise.
36217         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
36218         * lib/stdbool_.h: Likewise.
36219         * lib/byteswap_.h: Add double-inclusion guard.
36220
36221 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
36222
36223         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
36224
36225 2007-03-30  Karl Berry  <karl@gnu.org>
36226
36227         * config/srclist-update: double space after USA in the license
36228         substitution, since that's how it's usually (?) written.
36229
36230 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
36231
36232         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
36233         reported by Bruno Haible.
36234
36235 2007-03-29  Bruno Haible  <bruno@clisp.org>
36236
36237         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
36238         a bug in AIX iconv().
36239
36240 2007-03-29  Bruno Haible  <bruno@clisp.org>
36241
36242         * modules/ldexpl-tests: New file.
36243         * tests/test-ldexpl.c: New file.
36244
36245 2007-03-29  Bruno Haible  <bruno@clisp.org>
36246
36247         * lib/ldexpl.c: Include fpucw.h.
36248         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
36249         multiplication.
36250         * modules/ldexpl (Depends-on): Add fpucw.
36251
36252 2007-03-29  Bruno Haible  <bruno@clisp.org>
36253
36254         * modules/ldexpl: New file.
36255         * m4/ldexpl.m4: New file.
36256         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
36257         set.
36258         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
36259         REPLACE_LDEXPL.
36260         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
36261         REPLACE_LDEXPL.
36262         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
36263         gl_FUNC_LDEXPL_WORKS.
36264         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
36265         * modules/mathl (Files): Remove lib/ldexpl.c.
36266         (Depends-on): Add ldexpl.
36267
36268 2007-03-29  Bruno Haible  <bruno@clisp.org>
36269
36270         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
36271
36272 2007-03-29  Bruno Haible  <bruno@clisp.org>
36273
36274         * tests/test-striconveh.c (main): Don't assume that a direct conversion
36275         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
36276         and possibly also HP-UX.
36277         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
36278         work on AIX, IRIX, HP-UX, OSF/1.
36279         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
36280         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
36281         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
36282         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
36283         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
36284         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
36285
36286 2007-03-29  Bruno Haible  <bruno@clisp.org>
36287
36288         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
36289
36290 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
36291
36292         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
36293         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
36294
36295 2007-03-29  Eric Blake  <ebb9@byu.net>
36296
36297         * lib/acl-internal.h: Remove redundant include.
36298         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
36299         Cygwin when a file is locked.
36300
36301 2007-03-29  Bruno Haible  <bruno@clisp.org>
36302
36303         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
36304         file.
36305         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
36306
36307 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
36308
36309         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
36310         try to remove a parent directory if the child couldn't be removed
36311         (except for the first rmdir, which could fail because the child
36312         doesn't exist).  Problem reported by Jeff Blaine in
36313         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
36314
36315 2007-03-28  Bruno Haible  <bruno@clisp.org>
36316
36317         * lib/striconveh.c (utf8conv_carefully): New function.
36318         (mem_cd_iconveh_internal): Invoke it.
36319
36320 2007-03-28  Bruno Haible  <bruno@clisp.org>
36321
36322         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
36323         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
36324         input.
36325         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
36326         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
36327         unistr/u8-uctomb.
36328
36329 2007-03-28  Bruno Haible  <bruno@clisp.org>
36330
36331         * modules/unistr/u8-mbtoucr: New file.
36332         * lib/unistr/u8-mbtoucr.c: New file.
36333         * modules/unistr/u16-mbtoucr: New file.
36334         * lib/unistr/u16-mbtoucr.c: New file.
36335         * modules/unistr/u16-mbtoucr: New file.
36336         * lib/unistr/u16-mbtoucr.c: New file.
36337         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
36338
36339 2007-03-27  Simon Josefsson  <simon@josefsson.org>
36340             Bruno Haible  <bruno@clisp.org>
36341
36342         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
36343         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
36344         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
36345
36346         * m4/stdio_h.m4: Add stubs for vasprintf too.
36347
36348         * modules/stdio: Support vasprintf in sed command.
36349
36350         * modules/vasprintf: Depend on stdio for prototypes.  Remove
36351         vasprintf.h.  Add stdio module indicator.
36352
36353         * lib/stdio_.h: Declare asprintf and vasprintf, based on
36354         vasprintf.h.
36355
36356         * lib/vasprintf.h: File removed.
36357
36358         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
36359         * lib/vasprintf.c: Ditto.
36360         * lib/xvasprintf.c: Ditto.
36361         * tests/test-vasprintf-posix.c: Ditto.
36362         * tests/test-vasprintf.c: Ditto.
36363
36364 2007-03-27  Bruno Haible  <bruno@clisp.org>
36365
36366         Make vasnprintf multithread-safe.
36367         * lib/vasnprintf.c (decimal_point_char): New function.
36368         (VASNPRINTF): Use it.
36369         Suggested by Simon Josefsson.
36370
36371 2007-03-27  Eric Blake  <ebb9@byu.net>
36372
36373         Support sub-second birthtime on cygwin.
36374         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
36375         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
36376         (get_stat_birthtime): Also work with st_birthtim.
36377
36378 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
36379
36380         * lib/stat-time.h (USE_BIRTHTIME): Remove.
36381         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
36382         (get_stat_birthtime_ns): Do not try to use "spare" fields.
36383         (get_stat_birthtime_ns): Simplify compile-time tests.
36384         (get_stat_birthtime): Change the API to look like
36385         get_stat_mtime etc., except return a negative tv_nsec on error.
36386         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
36387         Don't check for "spare" fields.
36388         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
36389         or for struct stat.st_birthtime, as these tests aren't used.
36390         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
36391
36392 2007-03-27  Bruno Haible  <bruno@clisp.org>
36393
36394         * lib/stat-time.h: Include <sys/stat.h>.
36395
36396 2007-03-27  James Youngman  <jay@gnu.org>
36397
36398         * lib/stat-time.h (get_stat_birthtime): New function for
36399           retrieving st_birthtime as provided by UFS2 (hence *BSD).
36400         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
36401           and its variants.
36402         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
36403         * modules/stat-time-test: New file.
36404         * tests/test-stat-time.c: New test, devised by Bruno Haible.
36405
36406 2007-03-26  Bruno Haible  <bruno@clisp.org>
36407
36408         Better support of signalling NaNs.
36409         * lib/atanl.c: Include isnanl.h.
36410         (atanl): Perform test for NaN at the beginning of the function and
36411         through a call to isnanl.
36412         * lib/cosl.c: Include isnanl.h.
36413         (cosl): Perform test for NaN at the beginning of the function and
36414         through a call to isnanl.
36415         * lib/ldexpl.c: Include isnanl.h.
36416         (ldexpl): Perform test for NaN through a call to isnanl.
36417         * lib/logl.c: Include isnanl.h.
36418         (logl): Perform test for NaN at the beginning of the function and
36419         through a call to isnanl.
36420         * lib/sinl.c: Include isnanl.h.
36421         (sinl): Perform test for NaN at the beginning of the function and
36422         through a call to isnanl.
36423         * lib/sqrtl.c: Include isnanl.h.
36424         (sqrtl): Perform test for NaN at the beginning of the function and
36425         through a call to isnanl.
36426         * lib/tanl.c: Include isnanl.h.
36427         (tanl): Perform test for NaN at the beginning of the function and
36428         through a call to isnanl.
36429         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
36430         * modules/mathl (Depends-on): Add isnanl.
36431
36432 2007-03-26  Eric Blake  <ebb9@byu.net>
36433
36434         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
36435         regression in logic sense of previous patch.
36436
36437 2007-03-26  Bruno Haible  <bruno@clisp.org>
36438
36439         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
36440         unportable shell command "if ! ...".
36441         Reported by Ralf Wildenhues.
36442
36443 2007-03-25  Bruno Haible  <bruno@clisp.org>
36444
36445         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
36446         <sysexits.h> file, and only add EX_CONFIG.
36447         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
36448         absolute file name and whether it is sufficient. Substitute also
36449         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
36450         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
36451         ABSOLUTE_SYSEXITS_H into sysexits.h.
36452
36453 2007-03-25  Bruno Haible  <bruno@clisp.org>
36454
36455         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
36456         hints is NULL.
36457
36458 2007-03-25  Bruno Haible  <bruno@clisp.org>
36459
36460         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
36461         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
36462
36463 2007-03-25  Bruno Haible  <bruno@clisp.org>
36464
36465         * lib/vasnprintf.c: Include langinfo.h.
36466         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
36467         multithread-safe.
36468         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
36469         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
36470         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
36471         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
36472         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
36473         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
36474         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
36475         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
36476         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
36477         Reported by Simon Josefsson.
36478
36479 2007-03-25  Bruno Haible  <bruno@clisp.org>
36480
36481         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
36482         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
36483         * modules/vasnprintf (Depends-on): Add stdint.
36484
36485 2007-03-25  Bruno Haible  <bruno@clisp.org>
36486
36487         * modules/fpieee: New file.
36488         * m4/fpieee.m4: New file.
36489         * modules/isnan-nolibm (Depends-on): Add fpieee.
36490         * modules/isnanl-nolibm (Depends-on): Add fpieee.
36491         * modules/isnanl (Depends-on): Add fpieee.
36492
36493 2007-03-25  Bruno Haible  <bruno@clisp.org>
36494
36495         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
36496
36497 2007-03-25  Bruno Haible  <bruno@clisp.org>
36498
36499         Avoid test failures on IRIX 6.5.
36500         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
36501         (main): Use it.
36502         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
36503         macros.
36504         (main): Use them.
36505
36506 2007-03-25  Bruno Haible  <bruno@clisp.org>
36507
36508         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
36509         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
36510         exists but doesn't work.
36511         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
36512         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
36513         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
36514         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
36515
36516 2007-03-25  Bruno Haible  <bruno@clisp.org>
36517
36518         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
36519         returns inf. Needed on IRIX 6.5.
36520
36521 2007-03-25  Bruno Haible  <bruno@clisp.org>
36522
36523         * tests/test-frexpl.c: Include isnanl-nolibm.h.
36524         (main): Use isnanl instead of x != x idiom.
36525         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
36526
36527         * tests/test-frexp.c: Include isnan.h.
36528         (main): Use isnan instead of x != x idiom.
36529         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
36530
36531 2007-03-25  Bruno Haible  <bruno@clisp.org>
36532
36533         * tests/test-frexp.c (NaN): New function/macro.
36534         (main): Use it instead of 0.0 / 0.0.
36535         * tests/test-isnan.c (NaN): New function/macro.
36536         (main): Use it instead of 0.0 / 0.0.
36537         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
36538         (test_function): Use it instead of 0.0 / 0.0.
36539         * tests/test-vasprintf-posix.c (NaN): New function/macro.
36540         (test_function): Use it instead of 0.0 / 0.0.
36541         * tests/test-snprintf-posix.h (NaN): New function/macro.
36542         (test_function): Use it instead of 0.0 / 0.0.
36543         * tests/test-sprintf-posix.h (NaN): New function/macro.
36544         (test_function): Use it instead of 0.0 / 0.0.
36545         * tests/test-fprintf-posix.h (NaN): New function/macro.
36546         (test_function): Use it instead of 0.0 / 0.0.
36547         * tests/test-printf-posix.h (NaN): New function/macro.
36548         (test_function): Use it instead of 0.0 / 0.0.
36549
36550         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
36551
36552 2007-03-25  Bruno Haible  <bruno@clisp.org>
36553
36554         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
36555
36556 2007-03-25  Bruno Haible  <bruno@clisp.org>
36557
36558         * lib/regexec.c (merge_state_with_log): Make static.
36559
36560 2007-03-25  Bruno Haible  <bruno@clisp.org>
36561
36562         * lib/trigl.c (kernel_rem_pio2): Make static.
36563
36564 2007-03-25  Bruno Haible  <bruno@clisp.org>
36565
36566         * lib/sincosl.c (sincosl_table): Make static.
36567
36568 2007-03-25  Bruno Haible  <bruno@clisp.org>
36569
36570         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
36571         if the compiler does not support C99.
36572
36573 2007-03-25  Bruno Haible  <bruno@clisp.org>
36574
36575         * modules/time (Makefile.am): Ensure all rule action lines start with a
36576         tab.
36577
36578 2007-03-24  Bruno Haible  <bruno@clisp.org>
36579
36580         * modules/tsearch-tests: New file.
36581         * tests/test-tsearch.sh: New file.
36582         * tests/test-tsearch.c: New file, mostly copied from glibc.
36583
36584         * modules/search-tests: New file.
36585         * tests/test-search.c: New file.
36586
36587         * modules/search: New file.
36588         * lib/search_.h: New file, incorporating lib/tsearch.h.
36589         * m4/search_h.m4: New file.
36590         * lib/tsearch.h: Remove file.
36591         * lib/tsearch.c: Include search.h instead of tsearch.h.
36592         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
36593         HAVE_TSEARCH.
36594         * modules/tsearch (Files): Remove lib/tsearch.h.
36595         (Depends-on): Add search.
36596         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
36597         (Include): Change tsearch.h into search.h.
36598
36599 2007-03-24  Bruno Haible  <bruno@clisp.org>
36600
36601         * modules/fpucw: New file.
36602         * lib/fpucw.h: New file.
36603         * lib/frexp.c: Include fpucw.h.
36604         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
36605         (FUNC): Use them.
36606         * lib/printf-frexp.c: Include fpucw.h.
36607         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
36608         (FUNC): Use them.
36609         * lib/vasnprintf.c: Include fpucw.h.
36610         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
36611         'long double' calculations.
36612         * tests/test-frexpl.c: Include fpucw.h.
36613         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
36614         * tests/test-printf-frexpl.c: Include fpucw.h.
36615         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
36616         * modules/frexpl (Depends-on): Add fpucw.
36617         * modules/printf-frexpl (Depends-on): Likewise.
36618         * modules/fprintf-posix (Depends-on): Likewise.
36619         * modules/snprintf-posix (Depends-on): Likewise.
36620         * modules/sprintf-posix (Depends-on): Likewise.
36621         * modules/vasnprintf-posix (Depends-on): Likewise.
36622         * modules/vasprintf-posix (Depends-on): Likewise.
36623         * modules/vfprintf-posix (Depends-on): Likewise.
36624         * modules/vsnprintf-posix (Depends-on): Likewise.
36625         * modules/vsprintf-posix (Depends-on): Likewise.
36626         * modules/frexpl-tests (Depends-on): Likewise.
36627         * modules/printf-frexpl-tests (Depends-on): Likewise.
36628
36629 2007-03-24  Bruno Haible  <bruno@clisp.org>
36630
36631         * lib/float+.h: New file.
36632         * lib/isnan.c: Include float+.h.
36633         (SIZE): New macro.
36634         (FUNC): Compare only SIZE bytes of the value.
36635         * lib/vasnprintf.c: Include float+.h.
36636         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
36637         SIZEOF_LDBL or SIZEOF_DBL bytes.
36638         * modules/isnan-nolibm (Files): Add lib/float+.h.
36639         * modules/isnanl-nolibm (Files): Add lib/float+.h.
36640         * modules/isnanl (Files): Add lib/float+.h.
36641         * modules/vasnprintf (Files): Add lib/float+.h.
36642
36643 2007-03-24  Bruno Haible  <bruno@clisp.org>
36644
36645         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
36646         include isnanl-nolibm.h.
36647
36648 2007-03-24  Bruno Haible  <bruno@clisp.org>
36649
36650         * tests/test-read-file.c (main): Don't produce spurious output for
36651         expected situations. Make the test fail if it encountered unexpected
36652         results.
36653
36654 2007-03-24  Bruno Haible  <bruno@clisp.org>
36655
36656         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
36657         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
36658
36659 2007-03-24  Bruno Haible  <bruno@clisp.org>
36660
36661         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
36662
36663 2007-03-24  Bruno Haible  <bruno@clisp.org>
36664
36665         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
36666         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
36667
36668         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
36669         * modules/utf8-ucs4: Turn into a symbolic link to module
36670         unistr/u8-mbtouc.
36671
36672         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
36673         utf8-ucs4-unsafe.
36674         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
36675         unistr/u8-mbtouc-unsafe.
36676
36677         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
36678         * modules/utf16-ucs4: Turn into a symbolic link to module
36679         unistr/u16-mbtouc.
36680
36681         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
36682         utf16-ucs4-unsafe.
36683         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
36684         unistr/u16-mbtouc-unsafe.
36685
36686         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
36687         * modules/ucs4-utf8: Turn into a symbolic link to module
36688         unistr/u8-ubtomb.
36689
36690         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
36691         * modules/ucs4-utf16: Turn into a symbolic link to module
36692         unistr/u16-ubtomb.
36693
36694 2007-03-24  Bruno Haible  <bruno@clisp.org>
36695
36696         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
36697         Enable the function only if HAVE_INLINE.
36698         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
36699         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
36700         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
36701         Enable the function only if HAVE_INLINE.
36702         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
36703         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
36704         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
36705         Enable the function only if HAVE_INLINE.
36706         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
36707         Enable the function only if HAVE_INLINE.
36708         * modules/utf8-ucs4: Update.
36709         * modules/utf8-ucs4-unsafe: Update.
36710         * modules/utf16-ucs4: Update.
36711         * modules/utf16-ucs4-unsafe: Update.
36712         * modules/ucs4-utf8: Update.
36713         * modules/ucs4-utf16: Update.
36714
36715 2007-03-24  Bruno Haible  <bruno@clisp.org>
36716
36717         * lib/utf8-ucs4.h: Remove file.
36718         * lib/utf8-ucs4-unsafe.h: Remove file.
36719         * lib/utf16-ucs4.h: Remove file.
36720         * lib/utf16-ucs4-unsafe.h: Remove file.
36721         * lib/ucs4-utf8.h: Remove file.
36722         * lib/ucs4-utf16.h: Remove file.
36723         * lib/unistr.h: Include their previous contents.
36724         * m4/utf-ucs4.m4: Remove file.
36725         * m4/ucs4-utf.m4: Remove file.
36726         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
36727         (Depends-on): Add unistr/base.
36728         (configure.ac): Remove gl_UTF_UCS4.
36729         (Makefile.am): Update.
36730         (Include): Change to unistr.h.
36731         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
36732         (Depends-on): Add unistr/base.
36733         (configure.ac): Remove gl_UTF_UCS4.
36734         (Makefile.am): Update.
36735         (Include): Change to unistr.h.
36736         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
36737         (Depends-on): Add unistr/base.
36738         (configure.ac): Remove gl_UTF_UCS4.
36739         (Makefile.am): Update.
36740         (Include): Change to unistr.h.
36741         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
36742         (Depends-on): Add unistr/base.
36743         (configure.ac): Remove gl_UTF_UCS4.
36744         (Makefile.am): Update.
36745         (Include): Change to unistr.h.
36746         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
36747         (Depends-on): Add unistr/base.
36748         (configure.ac): Remove gl_UCS4_UTF.
36749         (Makefile.am): Update.
36750         (Include): Change to unistr.h.
36751         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
36752         (Depends-on): Add unistr/base.
36753         (configure.ac): Remove gl_UCS4_UTF.
36754         (Makefile.am): Update.
36755         (Include): Change to unistr.h.
36756         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
36757         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
36758         utf8-ucs4-unsafe.h.
36759         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
36760         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
36761         utf16-ucs4-unsafe.h.
36762         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
36763         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
36764         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
36765         * lib/unistr/u8-strchr.c: Likewise.
36766         * lib/unistr/u8-strrchr.c: Likewise.
36767         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
36768         * lib/unistr/u16-strchr.c: Likewise.
36769         * lib/unistr/u16-strrchr.c: Likewise.
36770         * lib/striconveh.c: Update.
36771         * lib/linebreak.c: Update.
36772
36773 2007-03-24  Bruno Haible  <bruno@clisp.org>
36774
36775         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
36776         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
36777
36778 2007-03-22  Bruno Haible  <bruno@clisp.org>
36779
36780         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
36781
36782 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
36783
36784         * MODULES.html.sh (File system functions): New module write-any-file.
36785         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
36786         * m4/write-any-file.m4: New files.
36787
36788 2007-03-23  Eric Blake  <ebb9@byu.net>
36789
36790         * gnulib-tool: Rearrange space-tab sequences, since some editors
36791         like to eat them.
36792
36793 2007-03-23  Eric Blake  <ebb9@byu.net>
36794
36795         * lib/version-etc.c (version_etc_va): Update license wording to
36796         be more concise.  Recommended by Richard Stallman.
36797
36798 2007-03-22  Bruno Haible  <bruno@clisp.org>
36799
36800         * lib/poll.c (MSG_PEEK): New fallback definition.
36801
36802 2007-03-22  Bruno Haible  <bruno@clisp.org>
36803
36804         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
36805         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
36806         (main): Update.
36807         Fixes a compilation error on BeOS.
36808
36809 2007-03-22  Bruno Haible  <bruno@clisp.org>
36810
36811         * modules/frexpl-tests: New file.
36812         * tests/test-frexpl.c: New file.
36813
36814         * modules/frexpl: New file.
36815         * m4/frexpl.m4: New file.
36816         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
36817         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
36818         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
36819         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
36820         (Depends-on): Add frexpl. Remove isnanl-nolibm.
36821         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
36822
36823 2007-03-22  Bruno Haible  <bruno@clisp.org>
36824
36825         * lib/frexpl.c: Share code with lib/frexp.c.
36826         * modules/mathl (Files): Add lib/frexp.c.
36827         (Depends-on): Add isnanl-nolibm.
36828
36829 2007-03-22  Bruno Haible  <bruno@clisp.org>
36830
36831         * modules/printf-frexp (Files): Add m4/frexp.m4.
36832         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
36833         only if the found frexp function actually works.
36834
36835 2007-03-22  Bruno Haible  <bruno@clisp.org>
36836
36837         * lib/frexp.c: Remove older implementation that uses divisions.
36838
36839 2007-03-21  Bruno Haible  <bruno@clisp.org>
36840
36841         * modules/frexp-tests: New file.
36842         * tests/test-frexp.c: New file.
36843
36844         * modules/frexp: New file.
36845         * lib/frexp.c: New file.
36846         * m4/frexp.m4: New file.
36847         * lib/math_.h (frexp): New declaration.
36848         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
36849         REPLACE_FREXP.
36850         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
36851
36852 2007-03-21  Bruno Haible  <bruno@clisp.org>
36853
36854         * modules/isnanl-tests: New file.
36855         * tests/test-isnanl.c: New file.
36856
36857         * modules/isnanl: New file.
36858         * lib/isnanl.h: New file.
36859         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
36860         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
36861         gl_FUNC_ISNANL_WORKS.
36862         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
36863         New macros.
36864
36865 2007-03-21  Bruno Haible  <bruno@clisp.org>
36866
36867         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
36868         lib/isnanl.h.
36869         (Include): Update.
36870         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
36871         * lib/vasnprintf.c: Update.
36872         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
36873         tests/test-isnanl.h, remove tests/test-isnanl.c.
36874         (Makefile.am): Update.
36875         * tests/test-isnanl-nolibm.c: New file.
36876         * tests/test-isnanl.h: New file.
36877         * tests/test-isnanl.c: Remove file.
36878
36879 2007-03-21  Jim Meyering  <jim@meyering.net>
36880
36881         When trying to open ".", treat ESTALE like EACCES.
36882         * lib/savewd.c (savewd_save): Resort to forking not just upon
36883         failure with EACCES, but also when errno is ESTALE.
36884
36885 2007-03-20  Bruno Haible  <bruno@clisp.org>
36886
36887         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
36888         Needed on AIX 5.1. Reported by Matthew Woehlke.
36889
36890 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36891
36892         Suggestions by Bruno Haible:
36893         * lib/acl-internal.h: Include "gettext.h" rather than rolling
36894         our own.
36895         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
36896         * modules/acl (Depends-on): Add gettext.
36897
36898 2007-03-19  Bruno Haible  <bruno@clisp.org>
36899
36900         * modules/iconvme: Remove file.
36901         * lib/iconvme.h: Remove file.
36902         * lib/iconvme.c: Remove file.
36903         * m4/iconvme.m4: Remove file.
36904
36905 2007-03-19  Bruno Haible  <bruno@clisp.org>
36906
36907         * doc/relocatable-maint.texi: Break long shell script line.
36908         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
36909
36910 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36911
36912         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
36913         handle file_has_acl.
36914         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
36915         * lib/acl.c: Move header inclusions and related macro defns into
36916         lib/acl-internal.h.
36917         (S_ISLNK): Remove defn, since that's now done for us.
36918         (file_has_acl): Move to lib/file-has-acl.c.
36919         Call acl_trivial if available.  This is the crucial part of the fix.
36920         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
36921         shared within the library.  Rewrite a bit, partly to make it compatible
36922         with the GNU coding style.
36923         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
36924         Remove unnecessary double-quotes.
36925         Don't test for acl_to_text; the build will catch that.
36926         Replace acl_entries if it doesn't exist and it is needed.
36927         Check for -lsec and acl_trivial (as used on Solaris 10).
36928         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
36929         lib/file-has-acl.c.
36930         (Depends-on): Add sys_stat, for S_ISLNK.
36931
36932 2007-03-19  Ben Pfaff  <blp@gnu.org>
36933
36934         * doc/gnulib.texi: Fix typos.
36935         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
36936
36937 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36938
36939         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
36940         If size is zero here, buf must be zero.
36941
36942 2007-03-19  Simon Josefsson  <simon@josefsson.org>
36943
36944         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
36945         <bruno@clisp.org>.
36946
36947 2007-03-18  Bruno Haible  <bruno@clisp.org>
36948
36949         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
36950         Suggested by Eric Blake.
36951
36952 2007-03-18  Ben Pfaff  <blp@gnu.org>
36953
36954         * doc/relocatable.texi: Recommend using as prefix a directory
36955         that does not exist and will never be created.  Based on
36956         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
36957         and others.
36958
36959 2007-03-17  Bruno Haible  <bruno@clisp.org>
36960
36961         * lib/fchownat.c: Include lchown.h.
36962
36963 2007-03-17  Bruno Haible  <bruno@clisp.org>
36964
36965         Fix endless loop when the given allocated size was > INT_MAX.
36966         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
36967         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
36968         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
36969         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
36970         * lib/sprintf.c (sprintf): Likewise.
36971
36972 2007-03-17  Bruno Haible  <bruno@clisp.org>
36973
36974         * tests/test-argp-2.sh (func_compare): Output a context diff.
36975
36976 2007-03-17  Bruno Haible  <bruno@clisp.org>
36977
36978         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
36979         locale's decimal-point character.
36980
36981 2007-03-17  Bruno Haible  <bruno@clisp.org>
36982
36983         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
36984         before comparing it. Needed because on some platforms (e.g. x86) a
36985         'long double' occupies less bytes than sizeof (long double).
36986
36987 2007-03-17  Bruno Haible  <bruno@clisp.org>
36988
36989         * tests/test-crc.c (main): Make printf statements 64-bit clean.
36990         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
36991         * tests/test-getaddrinfo.c (simple): Likewise.
36992         * tests/test-read-file.c (main): Likewise.
36993
36994 2007-03-17  Bruno Haible  <bruno@clisp.org>
36995
36996         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
36997
36998 2007-03-17  Bruno Haible  <bruno@clisp.org>
36999
37000         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
37001         unused variable.
37002
37003 2007-03-17  Bruno Haible  <bruno@clisp.org>
37004
37005         * tests/test-c-strcasecmp.c: Include c-strcase.h.
37006         * tests/test-c-strncasecmp.c: Likewise.
37007
37008 2007-03-17  Bruno Haible  <bruno@clisp.org>
37009
37010         * modules/stdlib (Depends-on): Add unistd.
37011         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
37012         Needed for MacOS X 10.3.
37013
37014 2007-03-17  Bruno Haible  <bruno@clisp.org>
37015
37016         * lib/unistr/u-strdup.h: Include <stdlib.h>.
37017
37018 2007-03-17  Bruno Haible  <bruno@clisp.org>
37019
37020         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
37021
37022 2007-03-17  Bruno Haible  <bruno@clisp.org>
37023
37024         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
37025         to reflect files copied from gnulib (with or without modifications).
37026         Suggested by Jim Meyering.
37027
37028 2007-03-17  Eric Blake  <ebb9@byu.net>
37029
37030         * NEWS: Document stdlib change from 2007-02-18.
37031
37032 2007-03-17  Jim Meyering  <jim@meyering.net>
37033
37034         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
37035         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
37036         someone uses a name containing shell meta-characters.
37037         Reported by Alfred M. Szmidt.
37038
37039         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
37040
37041 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
37042
37043         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
37044         and copy gettext configuration files only if configure.ac contains
37045         a use of AM_GNU_GETTEXT_VERSION.
37046
37047 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
37048
37049         * build-aux/bootstrap (gnulib_name): New variable.
37050         (gnulib_tool_options): Use it.
37051
37052 2007-03-13  Simon Josefsson  <simon@josefsson.org>
37053
37054         * tests/test-des.c: Use new namespace.
37055
37056 2007-03-15  Bruno Haible  <bruno@clisp.org>
37057
37058         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
37059         Reported by James Youngman <jay@gnu.org>.
37060
37061 2007-03-15  Bruno Haible  <bruno@clisp.org>
37062
37063         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
37064         declared prototype. Needed with cc on OSF/1 5.1.
37065
37066 2007-03-15  Bruno Haible  <bruno@clisp.org>
37067
37068         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
37069         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
37070         (struct gl_list_implementation): Add dispose_fn argument to the
37071         'create_empty', 'create' methods.
37072         (struct gl_list_impl_base): Add field 'dispose_fn'.
37073         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
37074         argument.
37075         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
37076         dispose_fn argument.
37077         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
37078         dispose_fn on the dropped values.
37079         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
37080         dispose_fn argument.
37081         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
37082         dropped values.
37083         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
37084         (gl_tree_remove_node): Call dispose_fn on the dropped value.
37085         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
37086         (gl_tree_remove_node): Call dispose_fn on the dropped value.
37087         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
37088         argument.
37089         (gl_tree_list_free): Call dispose_fn on the dropped values.
37090         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
37091         the dropped values.
37092         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
37093         Add dispose_fn argument.
37094         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
37095         Call dispose_fn on the dropped values.
37096         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
37097         Add dispose_fn argument.
37098         (gl_sublist_create): Initialize the 'dispose_fn' field.
37099         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
37100         * tests/test-array_list.c (main): Update.
37101         * tests/test-carray_list.c (main): Update.
37102         * tests/test-avltree_list.c (main): Update.
37103         * tests/test-rbtree_list.c (main): Update.
37104         * tests/test-avltreehash_list.c (main): Update.
37105         * tests/test-rbtreehash_list.c (main): Update.
37106         * tests/test-linked_list.c (main): Update.
37107         * tests/test-linkedhash_list.c (main): Update.
37108         * tests/test-array_oset.c (main): Update.
37109
37110 2007-03-15  Bruno Haible  <bruno@clisp.org>
37111
37112         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
37113         (gl_oset_create_empty): Add dispose_fn argument.
37114         (struct gl_oset_implementation): Add dispose_fn argument to
37115         'create_empty' method.
37116         (struct gl_oset_impl_base): Add dispose_fn field.
37117         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
37118         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
37119         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
37120         values.
37121         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
37122         (gl_tree_oset_free): Call dispose_fn on the dropped values.
37123         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
37124         dropped value.
37125         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
37126         dropped value.
37127         * tests/test-array_oset.c (main): Update.
37128         * tests/test-avltree_oset.c (main): Update.
37129         * tests/test-rbtree_oset.c (main): Update.
37130         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
37131
37132 2007-03-13  Bruno Haible  <bruno@clisp.org>
37133
37134         * tests/test-stdbool.c (i): Update after last patch.
37135
37136 2007-03-12  Bruno Haible  <bruno@clisp.org>
37137
37138         * lib/quotearg.c: Include <wctype.h> early, before the definition of
37139         the iswprint macro. Needed on Solaris 2.5.1.
37140
37141 2007-03-12  Bruno Haible  <bruno@clisp.org>
37142
37143         * tests/test-printf-frexp.c (main): Declare x as volatile.
37144
37145 2007-03-12  Simon Josefsson  <simon@josefsson.org>
37146
37147         * doc/gnulib.texi (Build robot for gnulib): New section.
37148
37149 2007-03-12  Jim Meyering  <jim@meyering.net>
37150
37151         * build-aux/bootstrap: New file.
37152         * build-aux/bootstrap.conf: New file, from coreutils.
37153
37154 2007-03-11  Bruno Haible  <bruno@clisp.org>
37155
37156         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
37157
37158 2007-03-12  Simon Josefsson  <simon@josefsson.org>
37159
37160         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
37161         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
37162         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
37163
37164 2007-03-11  Bruno Haible  <bruno@clisp.org>
37165
37166         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
37167         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
37168
37169 2007-03-11  Bruno Haible  <bruno@clisp.org>
37170
37171         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
37172         formula. Needed for SunPRO C 5.0.
37173
37174 2007-03-11  Bruno Haible  <bruno@clisp.org>
37175
37176         * modules/long-options (Depends-on): Add getopt.
37177
37178 2007-03-11  Bruno Haible  <bruno@clisp.org>
37179
37180         * modules/modechange (Depends-on): Add stdbool.
37181
37182 2007-03-11  Bruno Haible  <bruno@clisp.org>
37183
37184         * modules/i-ring (Depends-on): Add stdbool.
37185
37186 2007-03-11  Bruno Haible  <bruno@clisp.org>
37187
37188         * modules/gc-des (Depends-on): Add stdbool.
37189
37190 2007-03-11  Bruno Haible  <bruno@clisp.org>
37191
37192         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
37193
37194 2007-03-11  Bruno Haible  <bruno@clisp.org>
37195
37196         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
37197
37198 2007-03-11  Bruno Haible  <bruno@clisp.org>
37199
37200         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
37201
37202 2007-03-11  Bruno Haible  <bruno@clisp.org>
37203
37204         * lib/vasnprintf.c (sprintf): Undefine.
37205
37206 2007-03-11  Bruno Haible  <bruno@clisp.org>
37207
37208         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
37209         initializers in SunPRO C and Compaq C compilers.
37210
37211 2007-03-11  Bruno Haible  <bruno@clisp.org>
37212
37213         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
37214         decrementing code ANSI C compliant.
37215
37216 2007-03-11  Bruno Haible  <bruno@clisp.org>
37217
37218         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
37219         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
37220
37221 2007-03-11  Bruno Haible  <bruno@clisp.org>
37222
37223         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
37224         <stdbool.h> substitute doesn't pass.
37225
37226 2007-03-11  Bruno Haible  <bruno@clisp.org>
37227
37228         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
37229
37230 2007-03-11  Bruno Haible  <bruno@clisp.org>
37231
37232         * gnulib-tool (func_create_megatestdir): Create also an autobuild
37233         script, for submission to autobuild.josefsson.org.
37234
37235 2007-03-10  Bruno Haible  <bruno@clisp.org>
37236
37237         * modules/canonicalize-lgpl-tests: New file.
37238         * tests/test-canonicalize-lgpl.sh: New file.
37239         * tests/test-canonicalize-lgpl.c: New file.
37240
37241         * modules/c-strcase-tests: New file.
37242         * tests/test-c-strcase.sh: New file.
37243         * tests/test-c-strcasecmp.c: New file.
37244         * tests/test-c-strncasecmp.c: New file.
37245
37246         * modules/atexit-tests: New file.
37247         * tests/test-atexit.sh: New file.
37248         * tests/test-atexit.c: New file.
37249
37250 2007-03-10  Bruno Haible  <bruno@clisp.org>
37251
37252         * tests/test-binary-io.sh: Use temporary filenames that are not so
37253         likely to clash with those of other tests (in a parallel make).
37254         * tests/test-binary-io.c: Likewise.
37255
37256 2007-03-10  Bruno Haible  <bruno@clisp.org>
37257
37258         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
37259         fallback; use #error instead.
37260         Suggested by Simon Josefsson.
37261
37262 2007-03-10  Bruno Haible  <bruno@clisp.org>
37263
37264         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
37265         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
37266         first and the last.
37267
37268 2007-03-10  Bruno Haible  <bruno@clisp.org>
37269
37270         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
37271
37272 2007-03-10  Bruno Haible  <bruno@clisp.org>
37273
37274         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
37275         "make distcheck".
37276         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
37277         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
37278         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
37279
37280 2007-03-10  Bruno Haible  <bruno@clisp.org>
37281
37282         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
37283         variable.
37284         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
37285         variable.
37286
37287 2007-03-09  Eric Blake  <ebb9@byu.net>
37288         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
37289
37290         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
37291         types are not being provided by gnulib.
37292         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
37293         types are supported.
37294
37295 2007-03-10  Bruno Haible  <bruno@clisp.org>
37296
37297         * lib/stdio_.h (__attribute__): New macro.
37298         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
37299         vsprintf): Specify __attribute__ __format__ for GCC.
37300         Suggested by Eric Blake.
37301
37302 2007-03-09  Bruno Haible  <bruno@clisp.org>
37303
37304         * modules/printf-posix-tests: New file.
37305         * tests/test-printf-posix.sh: New file.
37306         * tests/test-printf-posix.c: New file.
37307
37308         * modules/printf-posix: New file.
37309         * lib/printf.c: New file.
37310         * m4/printf-posix-rpl.m4: New file.
37311         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
37312         REPLACE_PRINTF.
37313         * lib/stdio_.h (printf): New declaration.
37314         (format, __format__, ____printf____, ____scanf____, ____strftime____,
37315         ____strfmon____): New macros.
37316         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
37317         REPLACE_PRINTF.
37318
37319 2007-03-09  Bruno Haible  <bruno@clisp.org>
37320
37321         * tests/test-vasnprintf-posix2.sh: New file.
37322         * tests/test-vasnprintf-posix2.c: New file.
37323         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
37324         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
37325         (Makefile.am): Activate test-vasnprintf-posix2.sh.
37326
37327         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
37328         a locale dependent decimal point, rather than always '.'.
37329
37330 2007-03-09  Eric Blake  <ebb9@byu.net>
37331
37332         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
37333         spite of platforms like Tandem/NSK that define it to -1.
37334
37335 2007-03-08  Bruno Haible  <bruno@clisp.org>
37336
37337         * modules/vprintf-posix-tests: New file.
37338         * tests/test-vprintf-posix.sh: New file.
37339         * tests/test-vprintf-posix.c: New file.
37340         * tests/test-printf-posix.h: New file.
37341
37342         * modules/vprintf-posix: New file.
37343         * lib/vprintf.c: New file.
37344         * m4/vprintf-posix.m4: New file.
37345         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
37346         REPLACE_VPRINTF.
37347         * lib/stdio_.h (vprintf): New declaration.
37348         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
37349         REPLACE_VPRINTF.
37350
37351 2007-03-08  Bruno Haible  <bruno@clisp.org>
37352
37353         * modules/fprintf-posix-tests: New file.
37354         * tests/test-fprintf-posix.sh: New file.
37355         * tests/test-fprintf-posix.c: New file.
37356
37357         * modules/fprintf-posix: New file.
37358         * lib/fprintf.c: New file.
37359         * m4/fprintf-posix.m4: New file.
37360         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
37361         REPLACE_FPRINTF.
37362         * lib/stdio_.h (fprintf): New declaration.
37363         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
37364         REPLACE_FPRINTF.
37365
37366 2007-03-08  Bruno Haible  <bruno@clisp.org>
37367
37368         * modules/vfprintf-posix-tests: New file.
37369         * tests/test-vfprintf-posix.sh: New file.
37370         * tests/test-vfprintf-posix.c: New file.
37371         * tests/test-fprintf-posix.h: New file.
37372         * tests/test-fprintf-posix.out: New file.
37373
37374         * modules/vfprintf-posix: New file.
37375         * lib/vfprintf.c: New file.
37376         * m4/vfprintf-posix.m4: New file.
37377         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
37378         REPLACE_VFPRINTF.
37379         * lib/stdio_.h (vfprintf): New declaration.
37380         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
37381         REPLACE_VFPRINTF.
37382
37383 2007-03-08  Bruno Haible  <bruno@clisp.org>
37384
37385         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
37386
37387 2007-03-08  Bruno Haible  <bruno@clisp.org>
37388
37389         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
37390         instead of 'expr' invocations.
37391         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
37392         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
37393         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
37394         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
37395         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
37396         Suggested by Paul Eggert.
37397
37398 2007-03-08  Bruno Haible  <bruno@clisp.org>
37399
37400         * modules/fseterr-tests: New file.
37401         * tests/test-fseterr.c: New file.
37402
37403         * modules/fseterr: New file.
37404         * lib/fseterr.h: New file.
37405         * lib/fseterr.c: New file.
37406
37407 2007-03-08  Bruno Haible  <bruno@clisp.org>
37408
37409         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
37410         * lib/getopt_.h: Likewise.
37411         * lib/mbswidth.h: Likewise.
37412         * lib/setenv.h: Likewise.
37413         * lib/vasnprintf.h: Likewise.
37414         * lib/vasprintf.h: Likewise.
37415         * lib/verror.h: Likewise.
37416         * lib/xsetenv.h: Likewise.
37417         * lib/xvasprintf.h: Likewise.
37418
37419 2007-03-08  Jim Meyering  <jim@meyering.net>
37420
37421         * users.txt: Add parted.
37422
37423         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
37424
37425 2007-03-07  Bruno Haible  <bruno@clisp.org>
37426
37427         * m4/printf.m4: Make the shell script snippets copy&pastable.
37428
37429 2007-03-02  Bruno Haible  <bruno@clisp.org>
37430
37431         * lib/netinet_in_.h: New file.
37432         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
37433         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
37434         * modules/netinet_in (Files): Add lib/netinet_in_.h.
37435         (Depends-on): Add absolute-header.
37436         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
37437         into netinet/in.h.
37438
37439 2007-03-03  Bruno Haible  <bruno@clisp.org>
37440
37441         * lib/sys_select_.h: New file.
37442         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
37443         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
37444         * modules/sys_select (Files): Add lib/sys_select_.h.
37445         (Depends-on): Add absolute-header.
37446         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
37447         into sys/select.h.
37448
37449 2007-03-02  Bruno Haible  <bruno@clisp.org>
37450
37451         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
37452         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
37453         values.
37454         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
37455         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
37456         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
37457         * modules/sys_socket (Depends-on): Add absolute-header.
37458         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
37459         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
37460         (Include): Remove requirement of inclusion of <sys/types.h>.
37461
37462 2007-03-02  Bruno Haible  <bruno@clisp.org>
37463
37464         * lib/byteswap_.h (bswap_32): Fix formula.
37465
37466 2007-03-06  Bruno Haible  <bruno@clisp.org>
37467
37468         * modules/sprintf-posix-tests: New file.
37469         * tests/test-sprintf-posix.c: New file.
37470
37471         * modules/sprintf-posix: New file.
37472         * lib/sprintf.c: New file.
37473         * m4/sprintf-posix.m4: New file.
37474         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
37475         REPLACE_SPRINTF.
37476         * lib/stdio_.h (sprintf): New declaration.
37477         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
37478         REPLACE_SPRINTF.
37479
37480 2007-03-06  Bruno Haible  <bruno@clisp.org>
37481
37482         * modules/vsprintf-posix-tests: New file.
37483         * tests/test-vsprintf-posix.c: New file.
37484         * tests/test-sprintf-posix.h: New file.
37485
37486         * modules/vsprintf-posix: New file.
37487         * lib/vsprintf.c: New file.
37488         * m4/vsprintf-posix.m4: New file.
37489         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
37490         REPLACE_VSPRINTF.
37491         * lib/stdio_.h (vsprintf): New declaration.
37492         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
37493         REPLACE_VSPRINTF.
37494
37495 2007-03-06  Bruno Haible  <bruno@clisp.org>
37496
37497         * modules/vsnprintf (Depend-on): Remove minmax.
37498
37499 2007-03-06  Bruno Haible  <bruno@clisp.org>
37500
37501         * modules/snprintf-posix-tests: New file.
37502         * tests/test-snprintf-posix.c: New file.
37503
37504         * modules/snprintf-posix: New file.
37505         * m4/snprintf-posix.m4: New file.
37506         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
37507         gl_FUNC_SNPRINTF.
37508         (gl_FUNC_SNPRINTF): Invoke it.
37509         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
37510         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
37511         is set.
37512         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
37513
37514 2007-03-06  Bruno Haible  <bruno@clisp.org>
37515
37516         * modules/vsnprintf-posix-tests: New file.
37517         * tests/test-vsnprintf-posix.c: New file.
37518         * tests/test-snprintf-posix.h: New file.
37519
37520         * modules/vsnprintf-posix: New file.
37521         * m4/vsnprintf-posix.m4: New file.
37522         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
37523         gl_FUNC_VSNPRINTF.
37524         (gl_FUNC_VSNPRINTF): Invoke it.
37525         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
37526         * lib/stdio_.h (vsnprintf): Define as a replacement if
37527         REPLACE_VSNPRINTF is set.
37528         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
37529
37530 2007-03-06  Bruno Haible  <bruno@clisp.org>
37531
37532         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
37533         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
37534
37535 2007-03-06  Bruno Haible  <bruno@clisp.org>
37536
37537         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
37538         (asinl): Declare also if HAVE_DECL_ASINL is set.
37539         (atanl): Declare also if HAVE_DECL_ATANL is set.
37540         (ceill): Declare also if HAVE_DECL_CEILL is set.
37541         (cosl): Declare also if HAVE_DECL_COSL is set.
37542         (expl): Declare also if HAVE_DECL_EXPL is set.
37543         (floorl): Declare also if HAVE_DECL_FLOORL is set.
37544         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
37545         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
37546         (logl): Declare also if HAVE_DECL_LOGL is set.
37547         (sinl): Declare also if HAVE_DECL_SINL is set.
37548         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
37549         (tanl): Declare also if HAVE_DECL_TANL is set.
37550         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
37551         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
37552         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
37553         declaration of frexpl, ldexpl.
37554         * modules/printf-frexpl (Depends-on): Add math.
37555         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
37556
37557 2007-03-05  Bruno Haible  <bruno@clisp.org>
37558
37559         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
37560         frexpl and ldexpl are declared.
37561         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
37562
37563 2007-03-05  Bruno Haible  <bruno@clisp.org>
37564
37565         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
37566         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
37567
37568 2007-03-05  Bruno Haible  <bruno@clisp.org>
37569
37570         * lib/stdio_.h: Include <stddef.h>.
37571
37572 2007-03-05  Bruno Haible  <bruno@clisp.org>
37573
37574         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
37575
37576 2007-03-05  Bruno Haible  <bruno@clisp.org>
37577
37578         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
37579         NetBSD 4, from Ralf Wildenhues.
37580
37581 2007-03-04  Bruno Haible  <bruno@clisp.org>
37582
37583         * lib/vasprintf.h: Update #if logic for the case when the functions
37584         exist but are overridden.
37585
37586 2007-03-04  Bruno Haible  <bruno@clisp.org>
37587
37588         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
37589         implementations: glibc-2.4 and MacOS X 10.3.
37590         * tests/test-vasnprintf-posix.c (test_function): Test also the case
37591         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
37592         * tests/test-vasprintf-posix.c (test_function): Likewise.
37593
37594 2007-03-04  Bruno Haible  <bruno@clisp.org>
37595
37596         * modules/vasprintf-posix-tests: New file.
37597         * tests/test-vasprintf-posix.c: New file.
37598
37599         * modules/vasprintf-posix: New file.
37600         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
37601         defined.
37602         * m4/vasprintf-posix.m4: New file.
37603         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
37604         gl_FUNC_VASPRINTF.
37605         (gl_FUNC_VASPRINTF): Invoke it.
37606         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
37607         here.
37608         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
37609
37610 2007-03-04  Bruno Haible  <bruno@clisp.org>
37611
37612         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
37613         REPLACE_GETTIMEOFDAY.
37614         * modules/sys_time (Makefile.am): Likewise.
37615         * m4/sys_time_h.m4: Likewise.
37616         * m4/gettimeofday.m4: Likewise.
37617
37618 2007-03-04  Bruno Haible  <bruno@clisp.org>
37619
37620         * modules/vasnprintf-posix-tests: New file.
37621         * tests/test-vasnprintf-posix.c: New file.
37622
37623         * modules/vasnprintf-posix: New file.
37624         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
37625         printf-frexpl.h.
37626         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
37627         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
37628         REPLACE_VASNPRINTF is defined.
37629         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
37630         gl_FUNC_VASNPRINTF.
37631         (gl_FUNC_VASNPRINTF): Invoke it.
37632         * m4/vasnprintf-posix.m4: New file.
37633         * m4/printf.m4: New file.
37634
37635 2007-03-04  Bruno Haible  <bruno@clisp.org>
37636
37637         Compile progreloc.c only if --enable-relocatable is specified.
37638         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
37639         if --enable-relocatable was specified.
37640         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
37641         lib_SOURCES.
37642
37643 2007-03-04  Jim Meyering  <jim@meyering.net>
37644
37645         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
37646         Use it consistently, rather than enumerating errno constants.
37647
37648 2007-03-04  Bruno Haible  <bruno@clisp.org>
37649
37650         * modules/xvasprintf-tests: New file.
37651         * tests/test-xvasprintf.c: New file.
37652
37653         * modules/vasprintf-tests: New file.
37654         * tests/test-vasprintf.c: New file.
37655
37656         * modules/vasnprintf-tests: New file.
37657         * tests/test-vasnprintf.c: New file.
37658
37659         * modules/vsnprintf-tests: New file.
37660         * tests/test-vsnprintf.c: New file.
37661
37662         * modules/snprintf-tests: New file.
37663         * tests/test-snprintf.c: New file.
37664
37665 2007-03-04  Bruno Haible  <bruno@clisp.org>
37666
37667         Compile relocatable.c only if --enable-relocatable is specified.
37668         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
37669         gl_RELOCATABLE_LIBRARY.
37670         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
37671         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
37672         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
37673         gl_RELOCATABLE_LIBRARY.
37674         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
37675         (Makefile.am): Remove lib_SOURCES.
37676         * modules/relocatable-lib-lgpl (configure.ac): Invoke
37677         gl_RELOCATABLE_LIBRARY.
37678         (Makefile.am): Remove lib_SOURCES.
37679         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
37680         always.
37681         * modules/relocatable-prog-wrapper (configure.ac): Invoke
37682         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
37683
37684 2007-03-04  Bruno Haible  <bruno@clisp.org>
37685
37686         * modules/argmatch-tests: New file.
37687         * tests/test-argmatch.c: New file.
37688
37689         * tests/test-allocsa.c (main): Halve the number of loop runs.
37690
37691         * modules/alloca-opt-tests: New file.
37692         * tests/test-alloca-opt.c: New file.
37693
37694 2007-03-04  Jim Meyering  <jim@meyering.net>
37695
37696         Work around difference between Linux ACLs and Solaris 10 ZFS.
37697         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
37698         for EINVAL.
37699
37700 2007-03-03  Bruno Haible  <bruno@clisp.org>
37701
37702         * modules/relocatable-prog (Depends-on): Add back progreloc's
37703         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
37704
37705 2007-03-03  Bruno Haible  <bruno@clisp.org>
37706
37707         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
37708         * modules/relocatable-lib: New file.
37709
37710 2007-03-03  Bruno Haible  <bruno@clisp.org>
37711
37712         * modules/relocatable-prog: Renamed from modules/relocatable.
37713         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
37714
37715 2007-03-03  Bruno Haible  <bruno@clisp.org>
37716
37717         * modules/relocatable-script (Files): Add doc/relocatable.texi,
37718         m4/relocatable-lib.m4.
37719         (Depends-on): Remove 'relocatable'.
37720         (configure.ac): Add gl_RELOCATABLE_NOP.
37721
37722 2007-03-03  Bruno Haible  <bruno@clisp.org>
37723
37724         * modules/relocatable-prog-wrapper: New file.
37725         * modules/relocatable (Depends-on): Add it. Remove all other
37726         dependencies except progname.
37727         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
37728
37729         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
37730         (gl_FUNC_STRERROR): Nop.
37731         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
37732
37733         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
37734         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
37735
37736         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
37737         (gl_FUNC_READLINK): Update.
37738
37739         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
37740
37741 2007-03-03  Bruno Haible  <bruno@clisp.org>
37742
37743         * lib/xreadlink.c: Include <unistd.h> unconditionally.
37744         * modules/xreadlink (Depends-on): Add unistd.
37745         * modules/xreadlink-with-size (Depends-on): Likewise.
37746
37747 2007-03-03  Bruno Haible  <bruno@clisp.org>
37748
37749         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
37750         extracted from gt_FUNC_SETENV.
37751         (gt_FUNC_SETENV): Remove macro.
37752         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
37753         remove gt_FUNC_SETENV.
37754
37755 2007-03-03  Bruno Haible  <bruno@clisp.org>
37756
37757         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
37758         ENABLE_RELOCATABLE here.
37759         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
37760
37761 2007-03-03  Bruno Haible  <bruno@clisp.org>
37762
37763         * modules/rbtreehash-list-tests (Depends-on): Add progname.
37764         * tests/test-rbtreehash_list.c: Include progname.h.
37765         (main): Call set_program_name.
37766
37767         * modules/rbtree-oset-tests (Depends-on): Add progname.
37768         * tests/test-rbtree_oset.c: Include progname.h.
37769         (main): Call set_program_name.
37770
37771         * modules/rbtree-list-tests (Depends-on): Add progname.
37772         * tests/test-rbtree_list.c: Include progname.h.
37773         (main): Call set_program_name.
37774
37775         * modules/linked-list-tests (Depends-on): Add progname.
37776         * tests/test-linked_list.c: Include progname.h.
37777         (main): Call set_program_name.
37778
37779 2007-03-03  Bruno Haible  <bruno@clisp.org>
37780
37781         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
37782         All uses of __restrict changed to _Restrict_.
37783         * lib/glob_.h (__restrict): Remove macro.
37784
37785 2007-03-02  Bruno Haible  <bruno@clisp.org>
37786
37787         * modules/gettext (configure.ac): Require gettext infrastructure
37788         from version 0.16.1.
37789
37790 2007-03-02  Bruno Haible  <bruno@clisp.org>
37791
37792         * modules/linkedhash-list-tests (Depends-on): Add progname.
37793         * tests/test-linkedhash_list.c: Include progname.h.
37794         (main): Call set_program_name.
37795
37796         * modules/carray-list-tests (Depends-on): Add progname.
37797         * tests/test-carray_list.c: Include progname.h.
37798         (main): Call set_program_name.
37799
37800         * modules/avltreehash-list-tests (Depends-on): Add progname.
37801         * tests/test-avltreehash_list.c: Include progname.h.
37802         (main): Call set_program_name.
37803
37804         * modules/avltree-oset-tests (Depends-on): Add progname.
37805         * tests/test-avltree_oset.c: Include progname.h.
37806         (main): Call set_program_name.
37807
37808         * modules/avltree-list-tests (Depends-on): Add progname.
37809         * tests/test-avltree_list.c: Include progname.h.
37810         (main): Call set_program_name.
37811
37812         * modules/array-oset-tests (Depends-on): Add progname.
37813         * tests/test-array_oset.c: Include progname.h.
37814         (main): Call set_program_name.
37815
37816         * modules/array-list-tests (Depends-on): Add progname.
37817         * tests/test-array_list.c: Include progname.h.
37818         (main): Call set_program_name.
37819
37820         * modules/argp-tests (Depends-on): Add progname.
37821         * tests/test-argp.c: Include argp.h first. Include progname.h.
37822         (main): Call set_program_name.
37823
37824 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
37825
37826         * doc/gnulib-tool.texi (Initial import): Reword description of
37827         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
37828         limited effect even if defined after the first system include.
37829
37830 2007-03-01  Bruno Haible  <bruno@clisp.org>
37831
37832         * build-aux/config.libpath: Update to libtool-1.5.22.
37833         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
37834
37835 2007-03-01  Bruno Haible  <bruno@clisp.org>
37836
37837         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
37838         foo_CFLAGS.
37839         Reported by Ralf Wildenhues.
37840
37841 2007-03-01  Bruno Haible  <bruno@clisp.org>
37842
37843         * build-aux/install-reloc: Remove object files left over by some
37844         compilers.
37845         Reported by Ralf Wildenhues.
37846
37847 2007-03-01  Bruno Haible  <bruno@clisp.org>
37848
37849         * build-aux/install-reloc: Break long lines.
37850
37851 2007-03-01  Bruno Haible  <bruno@clisp.org>
37852
37853         * doc/relocatable.texi: Document that it may not work on OpenBSD.
37854         Reported by Ralf Wildenhues.
37855
37856 2007-03-01  Bruno Haible  <bruno@clisp.org>
37857
37858         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
37859         include ordering constraints.
37860
37861 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
37862
37863         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
37864         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
37865         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
37866         as another example.
37867         * lib/time_.h: Fix misspelling.
37868         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
37869         Require gl_HEADER_TIME_H_DEFAULTS.
37870         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
37871         * m4/time_r.m4 (gl_TIME_R): Likewise.
37872         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
37873
37874 2007-03-01  Bruno Haible  <bruno@clisp.org>
37875
37876         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
37877         * m4/utimens.m4 (gl_UTIMENS): Likewise.
37878
37879 2007-03-01  Jim Meyering  <jim@meyering.net>
37880
37881         * modules/xreadlink (Maintainer): Add my name.
37882         * modules/xreadlink-with-size (Depends-on): Alphabetize.
37883
37884 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
37885             Bruno Haible  <bruno@clisp.org>
37886
37887         * build-aux/install-reloc: Compile also c-ctype.c.
37888         * build-aux/relocatable.sh.in: New file.
37889         * doc/relocatable.texi: New file.
37890         * doc/relocatable-maint.texi: New file.
37891         * doc/gnulib.texi: Include relocatable-maint.texi.
37892         * lib/progreloc.c: Include unistd.h unconditionally.
37893         * lib/relocwrapper.c: Include unistd.h unconditionally.
37894         Include c-ctype.h.
37895         (add_dotbin): Use c_tolower.
37896         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
37897         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
37898         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
37899         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
37900         to m4/relocatable-lib.m4.
37901         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
37902         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
37903         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
37904         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
37905         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
37906         * modules/relocatable: New file.
37907         * modules/relocatable-lib: New file.
37908         * modules/relocatable-script: New file.
37909
37910 2007-02-28  Bruno Haible  <bruno@clisp.org>
37911
37912         Import --enable-relocatable infrastructure.
37913         * build-aux/config.libpath: New file, from GNU gettext.
37914         * build-aux/install-reloc: New file, from GNU gettext.
37915         * build-aux/reloc-ldflags: New file, from GNU gettext.
37916         * lib/relocatable.h: New file, from GNU gettext.
37917         * lib/relocatable.c: New file, from GNU gettext.
37918         * lib/relocwrapper.c: New file, from GNU gettext.
37919         * m4/relocatable.m4: New file, from GNU gettext.
37920
37921 2007-02-28  Bruno Haible  <bruno@clisp.org>
37922
37923         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
37924
37925         * modules/xreadlink: New file, from GNU gettext with modifications.
37926         * lib/xreadlink.c: New file, from GNU gettext.
37927         * lib/xreadlink.h: Add comments.
37928         (xreadlink): New declaration.
37929
37930         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
37931         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
37932         lib/xreadlink-with-size.c.
37933         (configure.ac): Remove gl_XREADLINK invocation.
37934         (Makefile.am): Augment lib_SOURCES.
37935         * m4/xreadlink.m4: Remove file.
37936         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
37937         (xreadlink_with_size): Renamed from xreadink.
37938         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
37939         * modules/canonicalize (Depends-on): Replace xreadlink with
37940         xreadlink-with-size.
37941         * lib/canonicalize.c (canonicalize_filename_mode): Update.
37942
37943 2007-02-25  Jim Meyering  <jim@meyering.net>
37944
37945         * build-aux/announce-gen: When complaining about excess arguments,
37946         list them.
37947
37948 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
37949
37950         * README: Document signed integer overflow situation more
37951         accurately.
37952
37953 2007-02-25  Bruno Haible  <bruno@clisp.org>
37954
37955         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
37956         'a' or 'A' conversion.
37957
37958 2007-02-25  Bruno Haible  <bruno@clisp.org>
37959
37960         * modules/filename: Renamed from modules/pathname.
37961         (Files): Replace lib/pathname.h with lib/filename.h. Replace
37962         lib/concatpath.c with lib/concat-filename.c.
37963         (Makefile.am): Update.
37964         (Include): Replace pathname.h with filename.h.
37965         * lib/filename.h: Renamed from lib/pathname.h.
37966         (concatenated_filename): Renamed from concatenated_pathname.
37967         * lib/concat-filename.c: Renamed from lib/concatpath.c.
37968         (concatenated_filename): Renamed from concatenated_pathname.
37969         * lib/findprog.c: Include filename.h instead of pathname.h.
37970         (find_in_path): Update.
37971         * lib/javacomp.c: Include filename.h instead of pathname.h.
37972         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
37973         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
37974         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
37975         is_oldgcj_14_13_usable, is_javac_usable): Update.
37976         * lib/javaexec.c: Include filename.h instead of pathname.h.
37977         (execute_java_class): Update.
37978         * modules/findprog: Update.
37979         * modules/javacomp: Update.
37980         * modules/javaexec: Update.
37981         * MODULES.html.sh (File system functions): Add 'filename', remove
37982         'pathname'.
37983
37984 2007-02-25  Bruno Haible  <bruno@clisp.org>
37985
37986         * modules/printf-frexpl-tests: New file.
37987         * tests/test-printf-frexpl.c: New file.
37988
37989         * modules/printf-frexpl: New file.
37990         * lib/printf-frexpl.h: New file.
37991         * lib/printf-frexpl.c: New file.
37992         * m4/printf-frexpl.m4: New file.
37993
37994 2007-02-25  Bruno Haible  <bruno@clisp.org>
37995
37996         * modules/printf-frexp-tests: New file.
37997         * tests/test-printf-frexp.c: New file.
37998
37999         * modules/printf-frexp: New file.
38000         * lib/printf-frexp.h: New file.
38001         * lib/printf-frexp.c: New file.
38002         * m4/printf-frexp.m4: New file.
38003
38004 2007-02-25  Bruno Haible  <bruno@clisp.org>
38005
38006         Assume automake >= 1.10 for the tests.
38007         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
38008         * modules/arctwo-tests: Likewise.
38009         * modules/argp-tests: Likewise.
38010         * modules/avltree-list-tests: Likewise.
38011         * modules/avltree-oset-tests: Likewise.
38012         * modules/avltreehash-list-tests: Likewise.
38013         * modules/carray-list-tests: Likewise.
38014         * modules/crc-tests: Likewise.
38015         * modules/des-tests: Likewise.
38016         * modules/gc-arcfour-tests: Likewise.
38017         * modules/gc-arctwo-tests: Likewise.
38018         * modules/gc-des-tests: Likewise.
38019         * modules/gc-hmac-md5-tests: Likewise.
38020         * modules/gc-hmac-sha1-tests: Likewise.
38021         * modules/gc-md2-tests: Likewise.
38022         * modules/gc-md4-tests: Likewise.
38023         * modules/gc-md5-tests: Likewise.
38024         * modules/gc-pbkdf2-sha1-tests: Likewise.
38025         * modules/gc-rijndael-tests: Likewise.
38026         * modules/gc-sha1-tests: Likewise.
38027         * modules/gc-tests: Likewise.
38028         * modules/getaddrinfo-tests: Likewise.
38029         * modules/hmac-md5-tests: Likewise.
38030         * modules/hmac-sha1-tests: Likewise.
38031         * modules/linked-list-tests: Likewise.
38032         * modules/linkedhash-list-tests: Likewise.
38033         * modules/lock-tests: Likewise.
38034         * modules/md2-tests: Likewise.
38035         * modules/md4-tests: Likewise.
38036         * modules/md5-tests: Likewise.
38037         * modules/rbtree-list-tests: Likewise.
38038         * modules/rbtree-oset-tests: Likewise.
38039         * modules/rbtreehash-list-tests: Likewise.
38040         * modules/read-file-tests: Likewise.
38041         * modules/rijndael-tests: Likewise.
38042         * modules/stdint-tests: Likewise.
38043         * modules/tls-tests: Likewise.
38044
38045 2007-02-24  Bruno Haible  <bruno@clisp.org>
38046
38047         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
38048         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
38049         function; instead check whether isnan with a double argument links.
38050         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
38051         function; instead check whether isnan with a 'long double' argument
38052         links.
38053         Reported by Eric Blake <ebb9@byu.net>.
38054
38055 2007-02-24  Bruno Haible  <bruno@clisp.org>
38056
38057         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
38058         defined.
38059         * lib/isnanl.c: Remove all code. Just include isnan.c.
38060         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
38061
38062 2007-02-25  Jim Meyering  <jim@meyering.net>
38063
38064         Avoid conflicting types for 'unsetenv' on FreeBSD.
38065         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
38066         conflicting with FreeBSD's (5.0 and 6.1) function declaration
38067         in stdlib.h.
38068
38069 2007-02-24  Bruno Haible  <bruno@clisp.org>
38070
38071         * modules/isnanl-nolibm-tests: New file.
38072         * tests/test-isnanl.c: New file.
38073
38074         * modules/isnanl-nolibm: New file.
38075         * lib/isnanl.h: New file.
38076         * lib/isnanl.c: New file.
38077         * m4/isnanl.m4: New file.
38078
38079 2007-02-24  Bruno Haible  <bruno@clisp.org>
38080
38081         * modules/isnan-nolibm-tests: New file.
38082         * tests/test-isnan.c: New file.
38083
38084         * modules/isnan-nolibm: New file.
38085         * lib/isnan.h: New file.
38086         * lib/isnan.c: New file.
38087         * m4/isnan.m4: New file.
38088
38089 2007-02-24  Bruno Haible  <bruno@clisp.org>
38090
38091         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
38092         assume that an exponent fits in 20 bits.
38093
38094 2007-02-24  Jim Meyering  <jim@meyering.net>
38095
38096         * m4/regex.m4: Update the description of the configure-time option,
38097         --without-included-regex, to state accurately what the defaults are,
38098         and perhaps to give people an idea why using this option is risky.
38099
38100 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
38101
38102         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
38103         loops on small arguments.  This attempts to avoid the problem
38104         Bruno Haible reported for AIX 4.3.2 in
38105         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
38106
38107 2007-02-23  Bruno Haible  <bruno@clisp.org>
38108
38109         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
38110         Needed for help2man.
38111
38112 2007-02-23  Karl Berry  <karl@gnu.org>
38113
38114         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
38115         exists, foo.h should be cvs-ignored, not committed.
38116
38117 2007-02-23  Eric Blake  <ebb9@byu.net>
38118
38119         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
38120         * lib/stat-time.h (includes): Likewise.
38121         * lib/utimecmp.c (includes): Likewise.
38122         * lib/utimens.h (includes): Likewise.
38123         * lib/getdate.y (includes): Also include "timespec.h" for use
38124         internal to the module.
38125         * modules/utimens (Depends-on): Revert yesterday's patch.
38126         * modules/nanosleep (Depends-on): Add missing dependency.
38127
38128 2007-02-22  Bruno Haible  <bruno@clisp.org>
38129
38130         * lib/glob.c: Don't include getlogin_r.h.
38131
38132 2007-02-22  Jim Meyering  <jim@meyering.net>
38133
38134         * modules/utimens (Depends-on): Add timespec, required for
38135         utimens.h's inclusion of timespec.h.
38136
38137 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
38138
38139         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
38140         long unreadable paths in GNU/Linux.  Problem reported by Andreas
38141         Schwab in
38142         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
38143         I'll try to think of a better way to fix the Solaris problem.
38144
38145         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
38146         like glibc; on Solaris 10, it fails with errno == EINVAL.
38147         POSIX says the behavior is unspecified if the first argument is NULL,
38148         so play it safe and never pass NULL to the system getcwd.
38149
38150 2007-02-21  Jim Meyering  <jim@meyering.net>
38151
38152         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
38153         of gettimeofday.  It would conflict with the one now always
38154         provided via sys_time_.h.  Reported by Matthew Woehlke, as
38155         an IRIX 6.5 build failure.
38156
38157 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
38158
38159         Minor fixups to port to Solaris 10 with Sun C 5.8.
38160         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
38161         * modules/getcwd (Depends-on): Add dirfd.
38162         * lib/putenv.c (putenv): #undef it.
38163         (rpl_putenv): New decl.
38164         (malloc, free): Include <stdlib.h> rather than prototyping separately.
38165
38166 2007-02-20  Bruno Haible  <bruno@clisp.org>
38167
38168         * modules/stdio-tests: New file.
38169         * tests/test-stdio.c: New file.
38170
38171         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
38172         (Depends-on): Add stdio.
38173         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
38174         (Include): Use <stdio.h> instead of vsnprintf.h.
38175         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
38176         HAVE_DECL_VSNPRINTF.
38177         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
38178
38179         * modules/snprintf (Files): Remove lib/snprintf.h.
38180         (Depends-on): Add stdio.
38181         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
38182         (Include): Use <stdio.h> instead of snprintf.h.
38183         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
38184         HAVE_DECL_SNPRINTF.
38185         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
38186         * lib/getaddrinfo.c: Likewise.
38187
38188         * modules/stdio: New file.
38189         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
38190         * lib/snprintf.h: Remove file.
38191         * lib/vsnprintf.h: Remove file.
38192         * lib/.cppi-disable: Remove snprintf.h.
38193         * m4/stdio_h.m4: New file.
38194         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
38195
38196 2007-02-20  Jim Meyering  <jim@meyering.net>
38197
38198         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
38199         used by e.g., mingw.  From Bruno Haible.
38200
38201 2007-02-19  Bruno Haible  <bruno@clisp.org>
38202
38203         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
38204         warnings.
38205         Reported by Ben Pfaff <blp@cs.stanford.edu>.
38206
38207 2007-02-19  Bruno Haible  <bruno@clisp.org>
38208
38209         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
38210         from mingw users.
38211
38212 2007-02-19  Bruno Haible  <bruno@clisp.org>
38213
38214         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
38215         warnings.
38216         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
38217
38218 2007-02-19  Jim Meyering  <jim@meyering.net>
38219
38220         Don't use FD after a successful "fdopendir (fd)".
38221         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
38222         Reset it by calling dirfd on the just-obtained DIR*.
38223
38224         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
38225         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
38226
38227 2007-02-18  Bruno Haible  <bruno@clisp.org>
38228
38229         * lib/readlink.c: Include <unistd.h>.
38230         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
38231         HAVE_READLINK.
38232         * modules/readlink (Depends-on): Add unistd.
38233         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38234         (Include): Add <unistd.h>.
38235
38236         * lib/getlogin_r.h: Remove file.
38237         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
38238         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
38239         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
38240         HAVE_DECL_GETLOGIN_R.
38241         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
38242         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38243         (Include): Use <unistd.h> instead of getlogin_r.h.
38244
38245         * lib/getcwd.h: Remove file.
38246         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
38247         * lib/xgetcwd.c: Likewise.
38248         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
38249         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
38250         * modules/getcwd (Files): Remove lib/getcwd.h.
38251         (Depends-on): Add unistd.
38252         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38253         (Include): Use <unistd.h> instad of getcwd.h.
38254
38255         * lib/ftruncate.c: Include <unistd.h> first.
38256         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
38257         Set HAVE_FTRUNCATE.
38258         * modules/ftruncate (Depends-on): Add unistd.
38259         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38260
38261         * lib/fchdir.c: Include <unistd.h> first.
38262         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
38263         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
38264         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
38265         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38266         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
38267
38268         * lib/dup2.c: Include <unistd.h> first.
38269         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
38270         HAVE_DUP2.
38271         * modules/dup2 (Depends-on): Add unistd.
38272         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38273
38274         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
38275         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
38276         REPLACE_CHOWN. Don't define chown as a macro here.
38277         * modules/chown (Depends-on): Add unistd.
38278         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38279
38280         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
38281         Add definition for GL_LINK_WARNING.
38282         (chown, dup2): New declarations.
38283         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
38284         link warning.
38285         (ftruncate): New declaration.
38286         (getcwd): New declaration, taken from old getcwd.h.
38287         (getlogin_r): New declaration, taken from old getlogin_r.h.
38288         (readlink): New declaration.
38289         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
38290         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
38291         (gl_PREREQ_UNISTD): Remove macro.
38292         (gl_UNISTD_MODULE_INDICATOR): New macro.
38293         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
38294         many new variables. Don't set UNISTD_H.
38295         * modules/unistd (Description): Change.
38296         (Depends-on): Add link-warning.
38297         (configure.ac): Update.
38298         (Makefile.am): Create unistd.h always. Substitute many new variables
38299         into it.
38300
38301 2007-02-18  Bruno Haible  <bruno@clisp.org>
38302
38303         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
38304         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
38305         HAVE_GETSUBOPT.
38306         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
38307         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
38308         * lib/getsubopt.h: Remove file.
38309         * modules/getsubopt (Files): Remove lib/getsubopt.h.
38310         (Depends-on): Add stdlib.
38311         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38312         (Includes): Use <stdlib.h> instead of getsubopt.h.
38313         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
38314         Set HAVE_GETSUBOPT.
38315         * lib/getsubopt.c: Don't include getsubopt.h.
38316
38317 2007-02-18  Bruno Haible  <bruno@clisp.org>
38318
38319         * modules/fchdir (Depends-on): Add dup2.
38320
38321 2007-02-18  Bruno Haible  <bruno@clisp.org>
38322
38323         * lib/stdlib_.h: Handle glibc's special invocation convention
38324         specially.
38325
38326 2007-02-18  Bruno Haible  <bruno@clisp.org>
38327
38328         * modules/stdlib-tests: New file.
38329         * tests/test-stdlib.c: New file.
38330
38331         * modules/mkstemp (Files): Remove lib/mkstemp.h.
38332         (Depends-on): Add stdlib.
38333         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38334         (Includes): Use <stdlib.h> instead of mkstemp.h.
38335         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
38336         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
38337         * lib/mkstemp.c: Don't include mkstemp.h.
38338         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
38339         * lib/stdlib--.h: Don't include mkstemp.h.
38340
38341         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
38342         (Depends-on): Add stdlib.
38343         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38344         (Includes): Use <stdlib.h> instead of mkdtemp.h.
38345         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
38346         HAVE_MKDTEMP.
38347         * lib/mkdtemp.c: Don't include mkdtemp.h.
38348         * lib/clean-temp.c: Don't include mkdtemp.h.
38349
38350         * modules/exit (Files): Remove lib/exit.h.
38351         (Depends-on): Add stdlib.
38352         (Makefile.am): Remove lib_SOURCES.
38353         (Include): Use <stdlib.h> instead of exit.h.
38354         * lib/argmatch.c: Don't include exit.h.
38355         * lib/execute.c: Likewise.
38356         * lib/pagealign_alloc.c: Likewise.
38357         * lib/pipe.c: Likewise.
38358         * lib/wait-process.c: Likewise.
38359         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
38360         * lib/exitfail.c: Likewise.
38361         * lib/savewd.c: Likewise.
38362         * lib/xsetenv.c: Likewise.
38363
38364         * modules/stdlib: New file.
38365         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
38366         and extra comments about mkstemp().
38367         * lib/exit.h: Remove file.
38368         * lib/mkdtemp.h: Remove file.
38369         * lib/mkstemp.h: Remove file.
38370         * m4/stdlib_h.m4: New file.
38371         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
38372
38373 2007-02-18  Bruno Haible  <bruno@clisp.org>
38374
38375         * modules/math-tests: New file.
38376         * tests/test-math.c: New file.
38377
38378         * modules/math: New file.
38379         * modules/mathl (Files): Remove lib/mathl.h.
38380         (Depends-on): Add math.
38381         (Makefile.am): Don't mention mathl.h.
38382         (Include): Use <math.h> instead of mathl.h.
38383         * lib/math_.h: New file.
38384         * lib/mathl.h: Remove file.
38385         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
38386         mathl.h.
38387         * lib/asinl.c: Likewise.
38388         * lib/atanl.c: Likewise.
38389         * lib/ceill.c: Likewise.
38390         * lib/cosl.c: Likewise.
38391         * lib/expl.c: Likewise.
38392         * lib/floorl.c: Likewise.
38393         * lib/frexpl.c: Likewise.
38394         * lib/ldexpl.c: Likewise.
38395         * lib/logl.c: Likewise.
38396         * lib/sincosl.c: Likewise.
38397         * lib/sinl.c: Likewise.
38398         * lib/sqrtl.c: Likewise.
38399         * lib/tanl.c: Likewise.
38400         * lib/trigl.c: Likewise.
38401         * m4/math_h.m4: New file.
38402         * MODULES.html.sh (Mathematics): Add math.
38403
38404 2007-02-17  Bruno Haible  <bruno@clisp.org>
38405
38406         * modules/wctype-tests: New file.
38407         * tests/test-wctype.c: New file.
38408
38409         * modules/wchar-tests: New file.
38410         * tests/test-wchar.c: New file.
38411
38412         * modules/unistd-tests: New file.
38413         * tests/test-unistd.c: New file.
38414
38415         * modules/time-tests: New file.
38416         * tests/test-time.c: New file.
38417
38418         * modules/sysexits-tests: New file.
38419         * tests/test-sysexits.c: New file.
38420
38421         * modules/sys_time-tests: New file.
38422         * tests/test-sys_time.c: New file.
38423
38424         * modules/sys_stat-tests: New file.
38425         * tests/test-sys_stat.c: New file.
38426
38427         * modules/sys_socket-tests: New file.
38428         * tests/test-sys_socket.c: New file.
38429
38430         * modules/sys_select-tests: New file.
38431         * tests/test-sys_select.c: New file.
38432
38433         * modules/string-tests: New file.
38434         * tests/test-string.c: New file.
38435
38436         * modules/stdbool-tests: New file.
38437         * tests/test-stdbool.c: New file.
38438
38439         * modules/netinet_in-tests: New file.
38440         * tests/test-netinet_in.c: New file.
38441
38442         * modules/inttypes-tests: New file.
38443         * tests/test-inttypes.c: New file.
38444
38445         * modules/fcntl-tests: New file.
38446         * tests/test-fcntl.c: New file.
38447
38448         * modules/byteswap-tests: New file.
38449         * tests/test-byteswap.c: New file.
38450
38451         * modules/arpa_inet-tests: New file.
38452         * tests/test-arpa_inet.c: New file.
38453
38454 2007-02-17  Bruno Haible  <bruno@clisp.org>
38455
38456         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
38457         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
38458         if the corresponding module is not enabled. Emit link warnings if
38459         the function is used nevertheless.
38460         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
38461         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
38462         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
38463         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
38464         * modules/inttypes (Depends-on): Add link-warning.
38465         (Makefile.am): Copy the contents of build-aux/link-warning.h into
38466         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
38467         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
38468         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
38469         * modules/imaxdiv (configure.ac): Likewise.
38470         * modules/strtoimax (configure.ac): Likewise.
38471         * modules/strtoumax (configure.ac): Likewise.
38472
38473 2007-02-17  Bruno Haible  <bruno@clisp.org>
38474
38475         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
38476         gl_STRING_MODULE_INDICATOR_DEFAULTS.
38477         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
38478         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
38479
38480 2007-02-17  Bruno Haible  <bruno@clisp.org>
38481
38482         * modules/link-warning: New file.
38483         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
38484         * lib/string_.h (GL_LINK_WARNING): Remove definition.
38485         * modules/string (Depends-on): Add link-warning.
38486         (Makefile.am): Copy the contents of build-aux/link-warning.h into
38487         string.h.
38488         * MODULES.html.sh (Support for building libraries and executables): Add
38489         link-warning.
38490
38491 2007-02-17  Bruno Haible  <bruno@clisp.org>
38492
38493         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
38494         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
38495         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
38496         long lines.
38497
38498 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
38499             Bruno Haible  <bruno@clisp.org>
38500
38501         * modules/tmpfile: New file.
38502         * lib/tmpfile.c: New file.
38503         * m4/tmpfile.m4: New file.
38504         * MODULES.html.sh (func_all_modules): New section "Input/output".
38505
38506 2007-02-15  Bruno Haible  <bruno@clisp.org>
38507
38508         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
38509         (supports_delete_on_close): New function.
38510         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
38511
38512 2007-02-14  Bruno Haible  <bruno@clisp.org>
38513
38514         * modules/mbspcasecmp-tests: New file.
38515         * tests/test-mbspcasecmp.sh: New file.
38516         * tests/test-mbspcasecmp.c: New file.
38517
38518         New module mbspcasecmp.
38519         * modules/mbspcasecmp: New file.
38520         * lib/mbspcasecmp.c: New file.
38521         * lib/string_.h (strncasecmp): Change warning message.
38522         (mbspcasecmp): New declaration.
38523         * m4/mbspcasecmp.m4: New file.
38524         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38525         GNULIB_MBSPCASECMP.
38526         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
38527         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
38528
38529 2007-02-14  Bruno Haible  <bruno@clisp.org>
38530
38531         * modules/mbsncasecmp-tests: New file.
38532         * tests/test-mbsncasecmp.sh: New file.
38533         * tests/test-mbsncasecmp.c: New file.
38534
38535         New module mbsncasecmp.
38536         * modules/mbsncasecmp: New file.
38537         * lib/mbsncasecmp.c: New file.
38538         * lib/string_.h (mbsncasecmp): New declaration.
38539         * m4/mbsncasecmp.m4: New file.
38540         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38541         GNULIB_MBSNCASECMP.
38542         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
38543         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
38544
38545 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
38546
38547         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
38548         Verify that it doesn't overlap with our flags.
38549         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
38550         do not have the desired effect in multibyte locales; instead, use
38551         mbscasecmp.
38552         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
38553         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
38554         we don't require GNU fnmatch ourselves (if our users require it, they
38555         should do so explicitly).
38556
38557         Fix regex code so it doesn't rely on strcasecmp.
38558         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
38559         Otherwise, include gnulib's langinfo.h.
38560         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
38561         undesirable behavior in non-C locales.  Instead, rely on localecharset.
38562         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
38563         * modules/regex (FILES): Remove m4/codeset.m4.
38564         (Depends-on): Add localcharset.  Remove strcase.
38565
38566 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38567
38568         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
38569         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
38570
38571 2007-02-13  Bruno Haible  <bruno@clisp.org>
38572
38573         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
38574         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38575
38576 2007-02-12  Bruno Haible  <bruno@clisp.org>
38577
38578         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
38579         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
38580         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
38581         time warning rather than a link error.
38582
38583 2007-02-12  Bruno Haible  <bruno@clisp.org>
38584
38585         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
38586         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
38587         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38588
38589 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
38590
38591         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
38592         args, not 2.
38593
38594 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
38595
38596         New module 'time', so that apps can include <time.h> as per
38597         POSIX and GNU instead of separate include files like time_r.h
38598         and timegm.h.  This implementation tries out a simpler approach
38599         for replacing decls in standard include files (as compared to
38600         the string module), somewhat as an experiment.
38601
38602         * config/srclist.txt: Comment out mktime.c for now.
38603         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
38604         since it doesn't apply any more.  Use generic wording instead.
38605         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
38606         'time'.
38607         * lib/time_.h, m4/time_h.m4, modules/time: New files.
38608         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
38609         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
38610         Don't include <sys/types.h>; no longer needed since we assume C89.
38611         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
38612         * lib/strftime.c: Likewise.
38613         * lib/time_r.c: Likewise.
38614         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
38615         * lib/nanosleep.c: Include <time.h> first, to check interface.
38616         * lib/strptime.c: Likewise.
38617         * lib/time_r.c: Likewise.
38618         * lib/timegm.c: Likewise.
38619         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
38620         needed.
38621         * lib/timegm.c: Don't include timegm.h; no longer needed.
38622         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
38623         time.h now handles any problems in that area.
38624         (struct timespec, nanosleep): Remove; time.h now arranges for these.
38625         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
38626         that time.h defines struct timespec.
38627         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
38628         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
38629         handles that.
38630         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
38631         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
38632         needed.  Set REPLACE_LOCALTIME.
38633         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
38634         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
38635         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
38636         nanosleep; time_h.m4 now does that.  Don't require
38637         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
38638         module handles this now.
38639         * modules/getdate (Depends-on): Remove timespec.  Add time.
38640         * modules/nanosleep (Depends-on): Likewise.
38641         * modules/stat-time (Depends-on): Likewise.
38642         * modules/nanosleep (Include): Include time.h, not timespec.h.
38643         * modules/strptime (Files): Remove lib/strptime.h.
38644         (Depends-on): Add extensions, time.
38645         (Include): Include time.h, not strptime.h.
38646         * modules/time_r (Files): Remove lib/time_r.h.
38647         (Depends-on): Add time.
38648         (Include): Include time.h, not time_r.h.
38649         * modules/timegm: Likewise.
38650         * modules/timespec (Description): Now does timespec-related decls
38651         of our own, instead of struct timespec itself.
38652         (Depends-on): Add time; remove extensions.
38653         (Maintainer): Add self.
38654         * modules/utimecmp (Depends-on): Add time; remove timespec.
38655         * modules/utimens (Depends-on): Likewise.
38656         * modules/xnanosleep (Depends-on): Likewise.
38657
38658 2007-02-11  Bruno Haible  <bruno@clisp.org>
38659
38660         * lib/c-strstr.c: Include allocsa.h.
38661         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38662         * lib/c-strcasestr.c: Include allocsa.h.
38663         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38664         * lib/strcasestr.c: Include allocsa.h.
38665         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38666         * lib/mbsstr.c: Include allocsa.h.
38667         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
38668         allocsa/freesa instead of malloc/free.
38669         * lib/mbscasestr.c: Include allocsa.h.
38670         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
38671         allocsa/freesa instead of malloc/free.
38672         * modules/c-strstr (Depends-on): Add allocsa.
38673         * modules/c-strcasestr (Depends-on): Likewise.
38674         * modules/strcasestr (Depends-on): Likewise.
38675         * modules/mbsstr (Depends-on): Likewise.
38676         * modules/mbscasestr (Depends-on): Likewise.
38677
38678 2007-02-11  Bruno Haible  <bruno@clisp.org>
38679
38680         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
38681
38682         * modules/mbsspn-tests: New file.
38683         * tests/test-mbsspn.sh: New file.
38684         * tests/test-mbsspn.c: New file.
38685
38686 2007-02-11  Bruno Haible  <bruno@clisp.org>
38687
38688         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
38689
38690         * modules/mbspbrk-tests: New file.
38691         * tests/test-mbspbrk.sh: New file.
38692         * tests/test-mbspbrk.c: New file.
38693
38694 2007-02-11  Bruno Haible  <bruno@clisp.org>
38695
38696         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
38697         unneeded cast.
38698
38699         * modules/mbscspn-tests: New file.
38700         * tests/test-mbscspn.sh: New file.
38701         * tests/test-mbscspn.c: New file.
38702
38703 2007-02-11  Bruno Haible  <bruno@clisp.org>
38704
38705         * modules/mbscasecmp-tests: New file.
38706         * tests/test-mbscasecmp.sh: New file.
38707         * tests/test-mbscasecmp.c: New file.
38708
38709 2007-02-11  Bruno Haible  <bruno@clisp.org>
38710
38711         Ensure O(n) worst-case complexity of mbscasestr.
38712         * lib/mbscasestr.c: Include stdbool.h.
38713         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
38714         functions.
38715         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
38716         the bookkeeping indicates that it's worth it.
38717         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
38718
38719         * modules/mbscasestr-tests: New file.
38720         * tests/test-mbscasestr1.c: New file.
38721         * tests/test-mbscasestr2.sh: New file.
38722         * tests/test-mbscasestr2.c: New file.
38723         * tests/test-mbscasestr3.sh: New file.
38724         * tests/test-mbscasestr3.c: New file.
38725         * tests/test-mbscasestr4.sh: New file.
38726         * tests/test-mbscasestr4.c: New file.
38727         * m4/locale-tr.m4: New file.
38728
38729 2007-02-11  Bruno Haible  <bruno@clisp.org>
38730
38731         Ensure O(n) worst-case complexity of mbsstr.
38732         * lib/mbsstr.c: Include stdbool.h.
38733         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
38734         functions.
38735         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
38736         bookkeeping indicates that it's worth it.
38737         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
38738
38739         * modules/mbsstr-tests: New file.
38740         * tests/test-mbsstr1.c: New file.
38741         * tests/test-mbsstr2.sh: New file.
38742         * tests/test-mbsstr2.c: New file.
38743         * tests/test-mbsstr3.sh: New file.
38744         * tests/test-mbsstr3.c: New file.
38745         * m4/locale-fr.m4: New file.
38746
38747 2007-02-11  Bruno Haible  <bruno@clisp.org>
38748
38749         * lib/mbsrchr.c (mbsrchr): Fix bug.
38750
38751         * modules/mbsrchr-tests: New file.
38752         * tests/test-mbsrchr.sh: New file.
38753         * tests/test-mbsrchr.c: New file.
38754
38755 2007-02-11  Bruno Haible  <bruno@clisp.org>
38756
38757         * lib/mbschr.c (mbschr): Fix bug.
38758
38759         * modules/mbschr-tests: New file.
38760         * tests/test-mbschr.sh: New file.
38761         * tests/test-mbschr.c: New file.
38762         * m4/locale-zh.m4: New file.
38763
38764 2007-02-11  Bruno Haible  <bruno@clisp.org>
38765
38766         Support for copying multibyte string iterators.
38767         * lib/mbiter.h: Include <string.h>.
38768         (mbiter_multi_copy): New function.
38769         (mbi_copy): New macro.
38770         * lib/mbuiter.h: Include <string.h>.
38771         (mbuiter_multi_copy): New function.
38772         (mbui_copy): New macro.
38773
38774 2007-02-11  Bruno Haible  <bruno@clisp.org>
38775
38776         New module mbslen.
38777         * modules/mbslen: New file.
38778         * lib/mbslen.c: New file.
38779         * lib/string_.h (mbslen): New declaration.
38780         * m4/mbslen.m4: New file.
38781         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38782         GNULIB_MBSLEN.
38783         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
38784         * MODULES.html.sh (Internationalization functions): Add mbslen.
38785
38786 2007-02-11  Bruno Haible  <bruno@clisp.org>
38787
38788         Ensure O(n) worst-case complexity of strcasestr substitute.
38789         * lib/strcasestr.c: Include stdbool.h.
38790         (knuth_morris_pratt): New function.
38791         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
38792         bookkeeping indicates that it's worth it.
38793         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
38794
38795         * modules/strcasestr-tests: New file.
38796         * tests/test-strcasestr.c: New file.
38797
38798 2007-02-11  Bruno Haible  <bruno@clisp.org>
38799
38800         Ensure O(n) worst-case complexity of c_strcasestr.
38801         * lib/c-strcasestr.c: Include stdbool.h, string.h.
38802         (knuth_morris_pratt): New function.
38803         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
38804         the bookkeeping indicates that it's worth it.
38805         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
38806
38807         * modules/c-strcasestr-tests: New file.
38808         * tests/test-c-strcasestr.c: New file.
38809
38810 2007-02-11  Bruno Haible  <bruno@clisp.org>
38811
38812         Ensure O(n) worst-case complexity of c_strstr.
38813         * lib/c-strstr.c: Include stdbool.h, string.h.
38814         (knuth_morris_pratt): New function.
38815         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
38816         bookkeeping indicates that it's worth it.
38817         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
38818
38819         * lib/c-strstr.c: Complete rewrite for maintainability.
38820
38821         * modules/c-strstr-tests: New file.
38822         * tests/test-c-strstr.c: New file.
38823
38824 2007-02-11  Bruno Haible  <bruno@clisp.org>
38825
38826         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
38827         5.2.1 and earlier, whereby \055 was treated just like the range
38828         delimiter '-'.
38829         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
38830
38831 2007-02-08  Bruno Haible  <bruno@clisp.org>
38832
38833         * modules/regex (Depends-on): Add stdbool.
38834         Reported by Dalibor Topic <robilad@kaffe.org>.
38835
38836 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
38837
38838         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
38839         Prefer returning from main to exiting from it.
38840         Remove unnecessary parens after sizeof.
38841
38842 2007-02-05  Bruno Haible  <bruno@clisp.org>
38843
38844         New module mbssep.
38845         * modules/mbssep: New file.
38846         * lib/mbssep.c: New file.
38847         * lib/string_.h (strsep): Add a conditional link warning.
38848         (mbssep): New declaration.
38849         * m4/mbssep.m4: New file.
38850         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38851         GNULIB_MBSSEP.
38852         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
38853         * MODULES.html.sh (Internationalization functions): Add mbssep.
38854
38855 2007-02-05  Bruno Haible  <bruno@clisp.org>
38856
38857         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
38858         Optimize search in case of 1 delimiter.
38859
38860 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
38861
38862         * lib/acl.h: Include sys/types.h before sys/acl.h.
38863
38864 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
38865
38866         Merge upstream fix for glibc bugzilla #3957:
38867
38868         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
38869
38870         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
38871         bit for RE_HAT_LISTS_NOT_NEWLINE.
38872         (build_charclass_op): Remove bogus comment.
38873
38874 2007-02-05  Simon Josefsson  <simon@josefsson.org>
38875
38876         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
38877
38878 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
38879
38880         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
38881         * lib/memmem.c [!defined _LIBC]: Include config.h.
38882
38883 2007-02-04  Bruno Haible  <bruno@clisp.org>
38884
38885         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
38886         warning message.
38887
38888 2007-02-04  Bruno Haible  <bruno@clisp.org>
38889
38890         New module mbstok_r.
38891         * modules/mbstok_r: New file.
38892         * lib/mbstok_r.c: New file.
38893         * lib/string_.h (strtok_r): Change argument names to match the
38894         comments. Add a conditional link warning.
38895         (mbstok_r): New declaration.
38896         * m4/mbstok_r.m4: New file.
38897         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38898         GNULIB_MBSTOK_R.
38899         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
38900         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
38901
38902 2007-02-04  Bruno Haible  <bruno@clisp.org>
38903
38904         New module mbsspn.
38905         * modules/mbsspn: New file.
38906         * lib/mbsspn.c: New file.
38907         * lib/string_.h (strspn): Add a conditional link warning.
38908         (mbsspn): New declaration.
38909         * m4/mbsspn.m4: New file.
38910         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38911         GNULIB_MBSSPN.
38912         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
38913         * MODULES.html.sh (Internationalization functions): Add mbsspn.
38914
38915 2007-02-04  Bruno Haible  <bruno@clisp.org>
38916
38917         New module mbspbrk.
38918         * modules/mbspbrk: New file.
38919         * lib/mbspbrk.c: New file.
38920         * lib/string_.h (strpbrk): Add a conditional link warning.
38921         (mbspbrk): New declaration.
38922         * m4/mbspbrk.m4: New file.
38923         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38924         GNULIB_MBSPBRK.
38925         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
38926         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
38927
38928 2007-02-04  Bruno Haible  <bruno@clisp.org>
38929
38930         New module mbscspn.
38931         * modules/mbscspn: New file.
38932         * lib/mbscspn.c: New file.
38933         * lib/string_.h (strcspn): Add a conditional link warning.
38934         (mbscspn): New declaration.
38935         * m4/mbscspn.m4: New file.
38936         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38937         GNULIB_MBSCSPN.
38938         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
38939         * MODULES.html.sh (Internationalization functions): Add mbscspn.
38940
38941 2007-02-04  Bruno Haible  <bruno@clisp.org>
38942
38943         New module mbscasestr, reduced goal of strcasestr.
38944         * modules/mbscasestr: New file.
38945         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
38946         (mbscasestr): Renamed from strcasestr.
38947         * lib/strcasestr.c: Don't include mbuiter.h.
38948         (strcasestr): Remove support for multibyte locales.
38949         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
38950         Change the conditional link warning.
38951         (mbscasestr): New declaration.
38952         * m4/mbscasestr.m4: New file.
38953         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
38954         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
38955         REPLACE_STRCASESTR.
38956         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
38957         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
38958         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
38959         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
38960         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
38961         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
38962         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
38963         (Depends-on): Remove mbuiter.
38964         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
38965
38966 2007-02-04  Bruno Haible  <bruno@clisp.org>
38967
38968         Simplify handling of strncasecmp.
38969         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
38970         the conditional link warning.
38971         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
38972         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
38973         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
38974         * modules/strcase (configure.ac): Don't invoke
38975         gl_STRING_MODULE_INDICATOR.
38976         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
38977
38978 2007-02-04  Bruno Haible  <bruno@clisp.org>
38979
38980         New module mbscasecmp, reduced goal of strcasecmp.
38981         * modules/mbscasecmp: New file.
38982         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
38983         (mbscasecmp): Renamed from strcasecmp.
38984         * lib/strcasecmp.c: Don't include mbuiter.h.
38985         (strcasecmp): Remove support for multibyte locales.
38986         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
38987         Change the conditional link warning.
38988         (mbscasecmp): New declaration.
38989         * m4/mbscasecmp.m4: New file.
38990         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
38991         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
38992         REPLACE_STRCASECMP.
38993         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
38994         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38995         GNULIB_MBSCASECMP.
38996         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
38997         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
38998         * modules/strcase (Files): Remove m4/mbrtowc.m4.
38999         (Depends-on): Remove mbuiter.
39000         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
39001
39002 2007-02-04  Bruno Haible  <bruno@clisp.org>
39003
39004         New module mbsstr. Remove module strstr.
39005         * modules/mbsstr: New file.
39006         * modules/strstr: Remove file.
39007         * lib/mbsstr.c: Renamed from lib/strstr.c.
39008         (mbsstr): Renamed from strstr.
39009         * lib/string_.h (strstr): Remove declaration. Change the conditional
39010         link warning.
39011         (mbsstr): New declaration.
39012         * m4/mbsstr.m4: New file.
39013         * m4/strstr.m4: Remove file.
39014         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
39015         REPLACE_STRSTR.
39016         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
39017         Don't initialize GNULIB_STRSTR.
39018         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
39019         substitute GNULIB_STRSTR and REPLACE_STRSTR.
39020         * MODULES.html.sh (Internationalization functions): Add mbsstr.
39021         (Support for systems lacking ANSI C 89): Remove strstr.
39022
39023 2007-02-04  Bruno Haible  <bruno@clisp.org>
39024
39025         New module mbsrchr.
39026         * modules/mbsrchr: New file.
39027         * lib/mbsrchr.c: New file.
39028         * lib/string_.h (strrchr): Add a conditional link warning.
39029         (mbsrchr): New declaration.
39030         * m4/mbsrchr.m4: New file.
39031         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39032         GNULIB_MBSRCHR.
39033         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
39034         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
39035
39036 2007-02-04  Bruno Haible  <bruno@clisp.org>
39037
39038         New module mbschr.
39039         * modules/mbschr: New file.
39040         * lib/mbschr.c: New file.
39041         * lib/string_.h (strchr): Add a conditional link warning.
39042         (mbschr): New declaration.
39043         * m4/mbschr.m4: New file.
39044         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39045         GNULIB_MBSCHR.
39046         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
39047         * MODULES.html.sh (Internationalization functions): Add mbschr.
39048
39049 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
39050
39051         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
39052
39053         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
39054
39055 2007-02-04  Bruno Haible  <bruno@clisp.org>
39056
39057         New module description section 'configure.ac-early'.
39058         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
39059         (func_get_autoconf_early_snippet): New function.
39060         (func_import, func_create_testdir): Use it. Remove special cases for
39061         modules 'extensions' and 'lock'.
39062         * modules/extensions (configure.ac-early): Require
39063         gl_USE_SYSTEM_EXTENSIONS.
39064         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
39065
39066 2007-02-04  Bruno Haible  <bruno@clisp.org>
39067
39068         Make use of gcj-4.3's -fsource and -ftarget option.
39069         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
39070         and if so try the options -fsource and -ftarget.
39071         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
39072         source_version, ftarget_option, target_version arguments.
39073         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
39074         (is_envjavac_oldgcj_14_14_usable): Renamed from
39075         is_envjavac_gcj_14_14_usable.
39076         (is_envjavac_oldgcj_14_13_usable): Renamed from
39077         is_envjavac_gcj_14_13_usable.
39078         (is_gcj_present): Update.
39079         (is_gcj_43, is_gcj43_usable): New functions.
39080         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
39081         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
39082         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
39083         try the options -fsource and -ftarget.
39084
39085 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
39086
39087         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
39088         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
39089         larger value.
39090
39091 2007-02-03  Jim Meyering  <jim@meyering.net>
39092
39093         Give tools a better chance to allocate space for very large buffers.
39094         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
39095
39096         Make pwd and readlink work also when run with an unreadable parent dir
39097         on systems with openat support.
39098         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
39099         provided getcwd function, even when we have openat support.
39100         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
39101
39102 2007-02-02  Bruno Haible  <bruno@clisp.org>
39103
39104         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
39105         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
39106         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
39107         portability problems if one of these functions is only used on specific
39108         platforms.
39109         Reported by Paul Eggert.
39110
39111 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
39112
39113         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
39114         is causing more trouble than it's curing.
39115         * lib/regex_internal.h (__mempcpy): Remove.
39116         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
39117         (and make the code a tad smaller to boot).
39118         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
39119
39120 2007-02-02  Jim Meyering  <jim@meyering.net>
39121
39122         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
39123         section, not in the Makefile.am: one.
39124
39125 2007-02-02  Eric Blake  <ebb9@byu.net>
39126
39127         * lib/strchrnul.c: Always include config.h first.
39128
39129         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
39130         gnulib strstr is not necessary here.
39131
39132 2007-02-02  Simon Josefsson  <simon@josefsson.org>
39133
39134         * m4/socklen.m4: Fix typo.
39135
39136 2007-02-02  Eric Blake  <ebb9@byu.net>
39137
39138         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
39139         * modules/netinet_in (Makefile.am): Likewise.
39140
39141 2007-02-01  Bruno Haible  <bruno@clisp.org>
39142
39143         * lib/string_.h (GL_LINK_WARNING): New macro.
39144         (strcasecmp, strstr, strcasestr): If provided by the system,
39145         conditionally define as a macro that leads to a warning instead of to
39146         an error.
39147         (strncasecmp): Conditionally define as a macro that leads to a warning.
39148
39149 2007-02-01  Karl Berry  <karl@gnu.org>
39150
39151         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
39152
39153 2007-02-01  Bruno Haible  <bruno@clisp.org>
39154
39155         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
39156         renamings.
39157
39158 2007-02-01  Eric Blake  <ebb9@byu.net>
39159
39160         * modules/regex (Depends-on): Revert dependence on mempcpy.
39161         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
39162         module's definition of mempcpy.
39163         Reported by Paul Eggert.
39164
39165 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
39166
39167         * lib/string_.h: If the gnulib module XYZ is not present, undefine
39168         the symbol XYZ before redefining it.  This fixes a problem with
39169         programs that don't use XYZ, when compiled on systems that define
39170         XYZ to something else.
39171
39172 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
39173
39174         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
39175         occurs when "mkdir -m foo" creates a setgid directory that is (1)
39176         writeable to group or other and (2) is intended to have a special
39177         mode bit that is set or cleared.  In such a case, the directory
39178         should be neither group- nor other-writeable until the special
39179         mode bits are right.
39180
39181 2007-01-31  Eric Blake  <ebb9@byu.net>
39182
39183         * modules/mountlist (Depends-on): Add strstr.
39184
39185         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
39186         bug.
39187         * modules/string (Makefile.am): Remove redundant replacement.
39188         * modules/regex (Depends-on): Add mempcpy.
39189
39190 2007-01-31  Bruno Haible  <bruno@clisp.org>
39191
39192         New module description field 'Link'.
39193         * gnulib-tool (func_usage): Document --extract-link-directive.
39194         (sed_extract_prog): Recognize 'Link' directive.
39195         (func_get_link_directive): New function.
39196         (func_import): Show summary of link directives.
39197         Handle --extract-link-directive option.
39198         * modules/acl (Link): New section.
39199         * modules/clock-time (Link): New section.
39200         * modules/euidaccess (Link): New section.
39201         * modules/gettext (Link): New section.
39202         * modules/iconv (Link): New section.
39203         * modules/lock (Link): New section.
39204         * modules/nanosleep (Link): New section.
39205         * modules/readline (Link): New section.
39206
39207 2007-01-27  Bruno Haible  <bruno@clisp.org>
39208
39209         Enforce the use of gnulib modules for unportable <string.h> functions.
39210         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
39211         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
39212         (gl_HEADER_STRING_H_BODY): Require it.
39213         * lib/string_.h: If the gnulib module XYZ is not present, redefine
39214         the symbol XYZ to one that gives a link error.
39215         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
39216         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
39217         * modules/mempcpy (configure.ac): Likewise.
39218         * modules/memrchr (configure.ac): Likewise.
39219         * modules/stpcpy (configure.ac): Likewise.
39220         * modules/stpncpy (configure.ac): Likewise.
39221         * modules/strcase (configure.ac): Likewise.
39222         * modules/strcasestr (configure.ac): Likewise.
39223         * modules/strchrnul (configure.ac): Likewise.
39224         * modules/strdup (configure.ac): Likewise.
39225         * modules/strndup (configure.ac): Likewise.
39226         * modules/strnlen (configure.ac): Likewise.
39227         * modules/strpbrk (configure.ac): Likewise.
39228         * modules/strsep (configure.ac): Likewise.
39229         * modules/strstr (configure.ac): Likewise.
39230         * modules/strtok_r (configure.ac): Likewise.
39231
39232 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
39233
39234         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
39235
39236 2007-01-30  Jim Meyering  <jim@meyering.net>
39237
39238         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
39239
39240 2007-01-29  Bruno Haible  <bruno@clisp.org>
39241
39242         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
39243         * lib/execute.c: Likewise.
39244         * lib/pipe.c: Likewise.
39245         * lib/printf-args.h: Likewise.
39246         * lib/printf-args.c: Likewise.
39247         * lib/printf-parse.c: Likewise.
39248         * lib/vasnprintf.c: Likewise.
39249
39250 2007-01-29  Eric Blake  <ebb9@byu.net>
39251
39252         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
39253         declaration.
39254
39255 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
39256
39257         * lib/strptime.h (strptime): Use 'restrict' for args where
39258         POSIX requires this.
39259         * lib/strptime.c (strptime): Likewise.
39260         Change license notice from LGPL to GPL, since gnulib-tool will
39261         change this as needed.
39262         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
39263         defined.
39264         Include "strptime.h" first, to check interface.
39265         Do not #undef _LIBC and _NL_CURRENT.
39266         Do not include <stdlib.h>; no longer needed.
39267         Include "time_r.h" and declare ptime_locale_status
39268         only if _LIBC is not defined.
39269         (__P): Remove unused macro.
39270         (match_string): Bring back glibc version, but use it only if _LIBC
39271         is defined.
39272         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
39273         Remove unnecessary assertion and abort() call.
39274         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
39275         * m4/strptime.m4: Fix serial number comment.
39276         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
39277         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
39278         (Depends-on): Add time_r.
39279
39280 2007-01-29  Bruno Haible  <bruno@clisp.org>
39281
39282         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
39283         strptime.
39284         * modules/strptime (Depends-on): Add stdbool.
39285         * lib/strptime.h: Include <time.h> always. Add comments.
39286
39287 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39288
39289         * modules/strptime: New file.
39290         * lib/strptime.h: New file.
39291         * lib/strptime.c: New file.
39292         * m4/strptime.m4: New file.
39293
39294 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
39295
39296         * MODULES.html.sh: New module mpsort.
39297         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
39298
39299         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
39300         a circularity problem with HP-UX ia64 reported by Bob Proulx in
39301         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
39302         All uses changed.
39303         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
39304         All uses changed.
39305         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
39306         to _Restrict_.
39307         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
39308         the parameter matches the prototype.
39309
39310 2007-01-28  Jim Meyering  <jim@meyering.net>
39311
39312         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
39313         sys/time.h here, reverting that part of the previous patch:
39314         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
39315
39316 2007-01-28  Bruno Haible  <bruno@clisp.org>
39317
39318         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
39319         value of $(SYS_TIME_H).
39320         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
39321         remove it conditionally, too. [added by Jim Meyering]
39322         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
39323         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
39324         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
39325         GETTIMEOFDAY_REPLACEMENT to 1.
39326
39327 2007-01-28  Bruno Haible  <bruno@clisp.org>
39328
39329         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
39330         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
39331         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
39332         Set UNISTD_H instead of UNISTD_H2.
39333         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
39334
39335 2007-01-28  Bruno Haible  <bruno@clisp.org>
39336
39337         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
39338         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
39339
39340 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39341
39342         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
39343         (func_create_testdir): Ensure C locale for `grep' and `tr'
39344         character ranges.
39345         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
39346         ACLOCAL_AMFLAGS parsing state machine.
39347
39348 2007-01-27  Bruno Haible  <bruno@clisp.org>
39349
39350         * modules/unistr/base: Update.
39351
39352 2007-01-27  Bruno Haible  <bruno@clisp.org>
39353
39354         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
39355         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
39356         * modules/unistr/u32-mbtouc-unsafe: Renamed from
39357         modules/unistr/u32-mbtouc.
39358         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
39359         * lib/unistr.h: Update.
39360         * lib/linebreak.c: Update.
39361         * modules/unistr/u32-mbtouc: Renamed from
39362         modules/unistr/u32-mbtouc-safe.
39363         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
39364         * lib/unistr.h: Update.
39365         * lib/unistr/u32-to-u8.c: Update.
39366         * lib/unistr/u32-to-u16.c: Update.
39367
39368 2007-01-27  Bruno Haible  <bruno@clisp.org>
39369
39370         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
39371         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
39372         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
39373         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
39374         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
39375         * modules/unistr/u16-mbtouc-unsafe: Renamed from
39376         modules/unistr/u16-mbtouc.
39377         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
39378         * lib/unistr.h: Update.
39379         * lib/linebreak.c: Update.
39380         * modules/linebreak: Update.
39381         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
39382         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
39383         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
39384         * modules/unistr/u16-mbtouc: Renamed from
39385         modules/unistr/u16-mbtouc-safe.
39386         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
39387         * lib/unistr.h: Update.
39388         * lib/unistr/u16-to-u8.c: Update.
39389         * modules/unistr/u16-to-u8: Update.
39390         * lib/unistr/u16-to-u32.c: Update.
39391         * modules/unistr/u16-to-u32: Update.
39392
39393 2007-01-27  Bruno Haible  <bruno@clisp.org>
39394
39395         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
39396         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
39397         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
39398         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
39399         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
39400         * modules/unistr/u8-mbtouc-unsafe: Renamed from
39401         modules/unistr/u8-mbtouc.
39402         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
39403         * lib/unistr.h: Update.
39404         * lib/striconveh.c: Update.
39405         * modules/striconveh: Update.
39406         * lib/linebreak.c: Update.
39407         * modules/linebreak: Update.
39408         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
39409         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
39410         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
39411         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
39412         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
39413         * lib/unistr.h: Update.
39414         * lib/striconveh.c: Update.
39415         * modules/striconveh: Update.
39416         * lib/unistr/u8-to-u16.c: Update.
39417         * modules/unistr/u8-to-u16: Update.
39418         * lib/unistr/u8-to-u32.c: Update.
39419         * modules/unistr/u8-to-u32: Update.
39420
39421 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39422
39423         Sync from Libtool.
39424         * lib/argz.c: Do not include strings.h nor memory.h, include
39425         string.h unconditionally.  Patch by Simon Josefsson.
39426
39427 2007-01-27  Bruno Haible  <bruno@clisp.org>
39428
39429         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
39430         from gl_HEADER_STRING_H_BODY.
39431         (gl_HEADER_STRING_H_BODY): Require it.
39432         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
39433         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
39434         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
39435         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
39436         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
39437         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
39438         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
39439         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
39440         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
39441         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
39442         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
39443         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
39444         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
39445         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
39446         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
39447
39448 2007-01-27  Bruno Haible  <bruno@clisp.org>
39449
39450         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
39451         check_PROGRAMS into noinst_PROGRAMS.
39452         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
39453         check_PROGRAMS in this case.
39454         (func_import): Set for_test to false.
39455         (func_create_testdir): Set for_test to true.
39456
39457 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
39458             Bruno Haible  <bruno@clisp.org>
39459
39460         * modules/strcasestr (Files): Remove lib/strcasestr.h.
39461         (Depends-on): Add string.
39462         (Includes): Use <string.h> instead of strcasestr.h.
39463         * modules/string (Makefile.am): Also substitute the value of
39464         REPLACE_STRCASESTR.
39465         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
39466         assume strcasestr is declared in <string.h> not <strings.h>. Also
39467         set REPLACE_STRCASESTR.
39468         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
39469         REPLACE_STRCASESTR.
39470         * lib/strcasestr.h: Remove file.
39471         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
39472         * lib/string_.h (strcasestr): New declaration.
39473
39474 2007-01-27  Bruno Haible  <bruno@clisp.org>
39475
39476         * lib/string_.h: Use 'extern'.
39477
39478 2007-01-27  Jim Meyering  <jim@meyering.net>
39479
39480         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
39481         of set-but-not-used local, "q".
39482
39483         * lib/mempcpy.c: Include <config.h> before <string.h>.
39484         This fixes a compilation error on HP-UX, due to the system's
39485         "restrict"-using mempcpy prototype.
39486
39487 2007-01-26  Bruno Haible  <bruno@clisp.org>
39488
39489         Small optimization.
39490         * lib/javacomp.c: Include c-strstr.h.
39491          (is_envjavac_gcj): Use c_strstr instead of strstr.
39492         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
39493
39494 2007-01-26  Bruno Haible  <bruno@clisp.org>
39495
39496         * MODULES.html.sh (Unicode string functions): Add the new modules.
39497
39498         * modules/uniconv/u32-strconv-to-locale: New file.
39499         * lib/uniconv/u32-strconv-to-locale.c: New file.
39500
39501         * modules/uniconv/u16-strconv-to-locale: New file.
39502         * lib/uniconv/u16-strconv-to-locale.c: New file.
39503
39504         * modules/uniconv/u8-strconv-to-locale: New file.
39505         * lib/uniconv/u8-strconv-to-locale.c: New file.
39506
39507         * modules/uniconv/u32-strconv-from-locale: New file.
39508         * lib/uniconv/u32-strconv-from-locale.c: New file.
39509
39510         * modules/uniconv/u16-strconv-from-locale: New file.
39511         * lib/uniconv/u16-strconv-from-locale.c: New file.
39512
39513         * modules/uniconv/u8-strconv-from-locale: New file.
39514         * lib/uniconv/u8-strconv-from-locale.c: New file.
39515
39516         * modules/uniconv/u32-strconv-to-enc: New file.
39517         * lib/uniconv/u32-strconv-to-enc.c: New file.
39518         * modules/uniconv/u32-strconv-to-enc-tests: New file.
39519         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
39520
39521         * modules/uniconv/u16-strconv-to-enc: New file.
39522         * lib/uniconv/u16-strconv-to-enc.c: New file.
39523         * lib/uniconv/u-strconv-to-enc.h: New file.
39524         * modules/uniconv/u16-strconv-to-enc-tests: New file.
39525         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
39526
39527         * modules/uniconv/u8-strconv-to-enc: New file.
39528         * lib/uniconv/u8-strconv-to-enc.c: New file.
39529         * modules/uniconv/u8-strconv-to-enc-tests: New file.
39530         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
39531
39532         * modules/uniconv/u32-strconv-from-enc: New file.
39533         * lib/uniconv/u32-strconv-from-enc.c: New file.
39534         * modules/uniconv/u32-strconv-from-enc-tests: New file.
39535         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
39536
39537         * modules/uniconv/u16-strconv-from-enc: New file.
39538         * lib/uniconv/u16-strconv-from-enc.c: New file.
39539         * modules/uniconv/u16-strconv-from-enc-tests: New file.
39540         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
39541
39542         * modules/uniconv/u8-strconv-from-enc: New file.
39543         * lib/uniconv/u8-strconv-from-enc.c: New file.
39544         * lib/uniconv/u-strconv-from-enc.h: New file.
39545         * modules/uniconv/u8-strconv-from-enc-tests: New file.
39546         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
39547
39548         * modules/uniconv/u32-conv-from-enc: New file.
39549         * lib/uniconv/u32-conv-from-enc.c: New file.
39550         * modules/uniconv/u32-conv-from-enc-tests: New file.
39551         * tests/uniconv/test-u32-conv-from-enc.c: New file.
39552
39553         * modules/uniconv/u16-conv-from-enc: New file.
39554         * lib/uniconv/u16-conv-from-enc.c: New file.
39555         * lib/uniconv/u-conv-from-enc.h: New file.
39556         * modules/uniconv/u16-conv-from-enc-tests: New file.
39557         * tests/uniconv/test-u16-conv-from-enc.c: New file.
39558
39559         * modules/uniconv/u8-conv-from-enc: New file.
39560         * lib/uniconv/u8-conv-from-enc.c: New file.
39561         * modules/uniconv/u8-conv-from-enc-tests: New file.
39562         * tests/uniconv/test-u8-conv-from-enc.c: New file.
39563
39564         * modules/uniconv/base: New file.
39565         * lib/uniconv.h: New file.
39566
39567 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
39568
39569         * doc/gnulib-tool.texi (Initial import): Update to match current
39570         behavior with strdup module.
39571         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
39572         * lib/memmem.h: Remove; all uses removed.  This is now done
39573         by <string.h>.
39574         * lib/mempcpy.h: Likewise.
39575         * lib/memrchr.h: Likewise.
39576         * lib/stpcpy.h: Likewise.
39577         * lib/stpncpy.h: Likewise.
39578         * lib/strcase.h: Likewise.
39579         * lib/strchrnul.h: Likewise.
39580         * lib/strdup.h: Likewise.
39581         * lib/strndup.h: Likewise.
39582         * lib/strnlen.h: Likewise.
39583         * lib/strpbrk.h: Likewise.
39584         * lib/strsep.h: Likewise.
39585         * lib/strstr.h: Likewise.
39586         * lib/strtok_r.h: Likewise.
39587         * lib/string_.h: New file.
39588         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
39589         Rely on <string.h> instead.
39590         * lib/canon-host.c: Likewise.
39591         * lib/chdir-long.c: Likewise.
39592         * lib/concatpath.c: Likewise.
39593         * lib/exclude.c: Likewise.
39594         * lib/fchdir.c: Likewise.
39595         * lib/getaddrinfo.c: Likewise.
39596         * lib/getcwd.c: Likewise.
39597         * lib/getsubopt.c: Likewise.
39598         * lib/glob.c: Likewise.
39599         * lib/hard-locale.c: Likewise.
39600         * lib/iconvme.c: Likewise.
39601         * lib/javacomp.c: Likewise.
39602         * lib/mempcpy.c: Likewise.
39603         * lib/memrchr.c: Likewise.
39604         * lib/regex_internal.h: Likewise.
39605         * lib/stpncpy.c: Likewise.
39606         * lib/strcasecmp.c: Likewise.
39607         * lib/strchrnul.c: Likewise.
39608         * lib/strdup.c: Likewise.
39609         * lib/striconv.c: Likewise.
39610         * lib/striconveh.c: Likewise.
39611         * lib/striconveha.c: Likewise.
39612         * lib/strncasecmp.c: Likewise.
39613         * lib/strndup.c: Likewise.
39614         * lib/strnlen.c: Likewise.
39615         * lib/strsep.c: Likewise.
39616         * lib/strstr.c: Likewise.
39617         * lib/strtok_r.c: Likewise.
39618         * lib/userspec.c: Likewise.
39619         * lib/w32spawn.h: Likewise.
39620         * lib/xstrndup.c: Likewise.
39621         * lib/mountlist.c (strstr): Remove decl.
39622         * m4/string_h.m4: New file.
39623         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
39624         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
39625         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
39626         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
39627         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
39628         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
39629         Set REPLACE_STRCASECMP if necessary.
39630         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
39631         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
39632         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
39633         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
39634         HAVE_DECL_STRDUP if necessary.
39635         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
39636         since gl_FUNC_STRNDUP does that now.
39637         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
39638         Check for decl here...
39639         (gl_PREREQ_STRNLEN): ... not here.
39640         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
39641         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
39642         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
39643         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
39644         necessary.
39645         * modules/string: New file.
39646         * modules/memmem (Files): Remove special-purpose include file.
39647         (Depends-on): Add string.
39648         (Include): Include <string.h>, not the removed file.
39649         * modules/mempcpy: Likewise.
39650         * modules/memrchr: Likewise.
39651         * modules/stpcpy: Likewise.
39652         * modules/stpncpy: Likewise.
39653         * modules/strcase: Likewise.
39654         * modules/strchrnul: Likewise.
39655         * modules/strdup: Likewise.
39656         * modules/strndup: Likewise.
39657         * modules/strnlen: Likewise.
39658         * modules/strpbrk: Likewise.
39659         * modules/strsep: Likewise.
39660         * modules/strstr: Likewise.
39661         * modules/strtok_r: Likewise.
39662         * tests/test-dirname.c: Don't include "strdup.h", since
39663         <string.h> now suffices.
39664         * tests/test-memmem.c: Don't include "memmem.h", since
39665         <string.h> now suffices.
39666
39667 2007-01-25  Bruno Haible  <bruno@clisp.org>
39668
39669         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
39670         *resultp is 0.
39671
39672         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
39673         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
39674         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
39675         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
39676
39677         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
39678         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
39679         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
39680         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
39681         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
39682         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
39683
39684 2007-01-24  Bruno Haible  <bruno@clisp.org>
39685
39686         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
39687         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
39688         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
39689         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
39690         gl_FUNC_FTS_CORE.
39691         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
39692         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
39693         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
39694         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
39695         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
39696         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
39697         gl_FUNC_FCHOWNAT.
39698         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
39699         gl_FUNC_STRFTIME.
39700         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
39701         Reported by Ralf Wildenhues.
39702
39703 2007-01-24  Bruno Haible  <bruno@clisp.org>
39704
39705         Drop AC_REQUIRE calls that are redundant with the module dependencies.
39706         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
39707         gl_GETADDRINFO.
39708         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
39709         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
39710         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
39711
39712 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
39713
39714         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
39715         Don't use 'exit'; just return from 'main'.
39716         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
39717
39718         * lib/fnmatch_.h: Readjust white space and comments to match
39719         glibc, to avoid spurious diffs.
39720
39721 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39722
39723         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
39724         2004-12-01 change by Jakub Jelinek, since this code won't compile
39725         if !LIBC.  Problem reported by Bob Proulx.
39726
39727 2007-01-23  Bruno Haible  <bruno@clisp.org>
39728
39729         * lib/striconveh.c: Include c-strcaseeq.h.
39730         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
39731         * modules/striconveh (Depends-on): Add c-strcaseeq.
39732
39733 2007-01-23  Bruno Haible  <bruno@clisp.org>
39734
39735         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
39736
39737         * modules/c-strcaseeq: New file.
39738         * lib/c-strcaseeq.h: New file.
39739
39740         * modules/streq: New file.
39741         * lib/streq.h: New file.
39742
39743 2007-01-23  Bruno Haible  <bruno@clisp.org>
39744
39745         * modules/striconveha-tests: New file.
39746         * tests/test-striconveha.c: New file.
39747
39748         * lib/striconveha.h: Include <stdbool.h>.
39749         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
39750         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
39751         (mem_iconveha_notranslit): Renamed from mem_iconveha.
39752         (mem_iconveha): New function.
39753         (str_iconveha_notranslit): Renamed from str_iconveha.
39754         (str_iconveha): New function.
39755         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
39756         c-strcase.
39757
39758 2007-01-23  Bruno Haible  <bruno@clisp.org>
39759
39760         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
39761         encodings without forgiving before trying any encoding with handler.
39762         (str_iconveha): Try all encodings without forgiving before trying any
39763         encoding with handler.
39764
39765 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39766
39767         Import the following changes from libc.
39768
39769         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
39770
39771         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
39772
39773         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
39774
39775         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
39776         normal_bracket label.
39777
39778         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
39779
39780         [BZ #361]
39781         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
39782         to normal_bracket after fetching the next character.
39783
39784 2007-01-22  Bruno Haible  <bruno@clisp.org>
39785
39786         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
39787         argument.
39788         * lib/striconveh.c (iconv_carefully_1): New function.
39789         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
39790         argument.
39791         (str_cd_iconveh): Update.
39792         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
39793         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
39794         * tests/test-striconveh.c (MAGIC): New macro.
39795         (new_offsets): New function.
39796         (main): Test call with and without offsets.
39797
39798 2007-01-22  Bruno Haible  <bruno@clisp.org>
39799
39800         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
39801         * modules/sys_select (Makefile.am): Likewise.
39802         * modules/sys_socket (Makefile.am): Likewise.
39803         * modules/sys_time (Makefile.am): Likewise.
39804
39805 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
39806
39807         * modules/gettimeofday (License): Change from GPL to LGPL, since
39808         gettimeofday is a library function.
39809
39810 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39811
39812         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
39813
39814 2007-01-21  Bruno Haible  <bruno@clisp.org>
39815
39816         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
39817
39818 2007-01-21  Bruno Haible  <bruno@clisp.org>
39819
39820         * modules/striconveha: New file.
39821         * lib/striconveha.h: New file.
39822         * lib/striconveha.c: New file.
39823         * MODULES.html.sh (Internationalization functions): Add striconveha.
39824         * lib/striconv.c (str_iconv): Optimize the case of an empty input
39825         string.
39826         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
39827
39828 2007-01-21  Bruno Haible  <bruno@clisp.org>
39829
39830         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
39831         * lib/striconveh.c (str_iconveh): Likewise.
39832
39833 2007-01-21  Bruno Haible  <bruno@clisp.org>
39834
39835         * lib/striconveh.h (mem_iconveh): New declaration.
39836         * lib/striconveh.c (mem_iconveh): New function.
39837         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
39838
39839 2007-01-21  Bruno Haible  <bruno@clisp.org>
39840
39841         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
39842
39843         * lib/striconveh.h (mem_cd_iconveh): Change specification.
39844         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
39845         original result buffer.
39846         (str_cd_iconveh): Update.
39847         * tests/test-striconveh.c (main): Update.
39848
39849         * lib/striconv.h (mem_cd_iconv): Change specification.
39850         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
39851         result buffer.
39852         (str_cd_iconv): Update.
39853         * tests/test-striconv.c (main): Update.
39854
39855 2007-01-21  Bruno Haible  <bruno@clisp.org>
39856
39857         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
39858
39859 2007-01-20  Jim Meyering  <jim@meyering.net>
39860
39861         * lib/userspec.c (parse_with_separator): If a user or group string
39862         starts with "+", skip the corresponding name-to-ID look-up, since
39863         such a look-up must fail: user and group names may not include "+".
39864
39865 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
39866
39867         * lib/poll.c: Include sys/time.h and time.h unconditionally,
39868         since we now assume the sys_time module.
39869         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
39870         check for sys/time.h; no longer needed.
39871         * modules/poll (Depends-on): Depend on sys_time.
39872
39873 2007-01-18  Bruno Haible  <bruno@clisp.org>
39874
39875         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
39876         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
39877
39878         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
39879         gettimeofday.
39880
39881         * tests/test-gettimeofday.c: Include <time.h>.
39882         (dummy): Remove variable.
39883
39884         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
39885         gl_HEADER_SYS_TIME_H.
39886         (gl_HEADER_SYS_TIME_H): New macro.
39887
39888         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
39889         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39890         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
39891         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
39892         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39893         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
39894         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
39895         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39896         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
39897         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
39898         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39899
39900         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
39901         last change; it caused a compilation error when cross-compiling to
39902         Cygwin.
39903
39904 2007-01-18  Jim Meyering  <jim@meyering.net>
39905
39906         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
39907         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
39908         than the race-prone "test -d sys || mkdir sys".
39909         (configure.ac): Use AC_PROG_MKDIR_P.
39910         * modules/sys_select: Likewise.
39911         * modules/sys_socket: Likewise.
39912         * modules/sys_time: Likewise.
39913
39914 2007-01-18  Eric Blake  <ebb9@byu.net>
39915
39916         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
39917         replace gettimeofday.
39918         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
39919         name, to avoid infinite recursion.
39920
39921 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
39922
39923         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
39924         module sys_time.
39925         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
39926         assume timespec.h defines struct timeval.
39927         * lib/settime.c: Likewise.
39928         * lib/utimens.c: Likewise.
39929         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
39930         since we now assume the gettimeofday module.
39931         * lib/tempname.c (__gen_tempname): Likewise.
39932         * lib/gettimeofday.h: Remove.
39933         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
39934         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
39935         Include <time.h>, for 'time()'.
39936         (localtime_buffer_addr): Also use this workaround if
39937         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
39938         to simplify the uses.  All uses changed.
39939         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
39940         that #undef is inside {}, and 'const' follows type name consistently.
39941         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
39942         (gettimeofday): Do not use the maximum possible value for
39943         tv->tv_usec, since that might break usages other than ls.c.
39944         Instead, we'll leave ls.c alone.  This undoes today's patch
39945         by Bruno.  Add a compile-time warning for 1s-clock resolution;
39946         we've never observed the problem but might as well keep the
39947         canary.
39948         * lib/nanosleep.c: Include timespec.h first, for interface check.
39949         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
39950         now assume the sys_time module.
39951         * lib/tempname.c: Likewise.
39952         * lib/timespec.h: Likewise.
39953         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
39954         needed.
39955         * lib/strftime.c: Likewise.
39956         * lib/timespec.h: Likewise.
39957         * lib/posixtm.c: Include posixtm.h first, for interface check.
39958         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
39959         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
39960         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
39961         * lib/sys_time_.h: New file.
39962         * lib/timespec.h (struct timespec): Use long int, not long.
39963         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
39964         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
39965         Remove obsolescent call to AC_HEADER_TIME.
39966         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
39967         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
39968         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
39969         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
39970         Likewise.
39971         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
39972         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
39973         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
39974         into the sys_time module.  Check for gettimeofday just once.
39975         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
39976         for gettimeofday signature to just check the signature.  Merely
39977         compile it, since linking doesn't test signature.  Improve test for
39978         whether gettimeofday.o is actually needed.
39979         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
39980         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
39981         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
39982         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39983         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
39984         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
39985         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
39986         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
39987         than worrying about sys/time.h.
39988         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
39989         Don't bother worrying about TIME_WITH_SYS_TIME.
39990         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
39991         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
39992         * m4/sys_time_h.m4: New file.
39993         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
39994         Don't include sys/time.h.  Return from main rather than exiting.
39995         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
39996         all uses changed.
39997         * modules/gethrxtime (Depends-on): Add sys_time.
39998         * modules/gettime (Depends-on): Likewise.
39999         * modules/gettimeofday (Depends-on): Likewise.
40000         * modules/nanosleep (Depends-on): Likewise.
40001         * modules/settime (Depends-on): Likewise.
40002         * modules/tempname (Depends-on): Likewise.
40003         * modules/utimens (Depends-on): Likewise.
40004         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
40005         (Include:) Change back to <sys/time.h>.
40006         (Maintainer:) Add self.
40007         * modules/sys_time: New file.
40008         * modules/tempname (Depends-on): Add gettimeofday.
40009         * tests/test-gettimeofday.c: Include <sys/time.h>
40010         rather than gettimeofday.h.
40011
40012 2007-01-17  Bruno Haible  <bruno@clisp.org>
40013
40014         * gnulib-tool (func_get_license): Revert last patch. Instead, let
40015         the license default to GPL.
40016         (func_create_testdir): Don't complain if a module is LGPL and its
40017         tests module depends on GPLed modules.
40018
40019 2007-01-17  Bruno Haible  <bruno@clisp.org>
40020
40021         * lib/gettimeofday.c (gettimeofday): Add code for the case
40022         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
40023         maximum possible value for tv->tv_usec, rather than the minimum one.
40024
40025 2005-10-08  Martin Lambers  <marlam@marlam.de>
40026 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
40027 2007-01-16  Bruno Haible  <bruno@clisp.org>
40028
40029         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
40030         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
40031         gl_FUNC_GETTIMEOFDAY.
40032         (Include): Add gettimeofday.h.
40033         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
40034         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
40035         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
40036         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
40037         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
40038         * lib/gettimeofday.h: New file.
40039         * lib/gettimeofday.c: Include <sys/timeb.h>.
40040         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
40041         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40042         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
40043         fall back on time().
40044
40045         * tests/test-gettimeofday.c: New file.
40046         * modules/gettimeofday-tests: New file.
40047
40048 2007-01-16  Eric Blake  <ebb9@byu.net>
40049
40050         * modules/fnmatch (Depends-on): Depend on wchar.
40051         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
40052         * m4/fnmatch.m4: Likewise.
40053         * modules/mbchar (Makefile.am): Assume <wchar.h>.
40054         * m4/mbchar.m4: Likewise.
40055         * modules/mbswidth (Depends-on): Depend on wchar.
40056         * lib/mbswidth.c: Assume <wchar.h>.
40057         * m4/mbswidth.m4: Likewise.
40058         * modules/quotearg (Depends-on): Depend on wchar.
40059         * lib/quotearg.c: Assume <wchar.h>.
40060         * m4/quotearg.m4: Likewise.
40061         * modules/regex (Depends-on): Depend on wchar.
40062         * lib/regex_internal.h: Assume <wchar.h>.
40063         * m4/regex.m4: Likewise.
40064         * modules/stdint (Depends-on): Depend on wchar.
40065         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
40066         * m4/stdint.m4: Likewise.
40067         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
40068         * modules/strftime (Depends-on): Depend on wchar.
40069         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
40070         * modules/strtol (Depends-on): Depend on wchar.
40071         * lib/strtol.c: Assume <wchar.h>.
40072         * modules/wcwidth (Depends-on): Depend on wchar.
40073         * lib/wcwidth.h: Assume <wchar.h>.
40074         * m4/wcwidth.m4: Likewise.
40075
40076 2007-01-16  Bruno Haible  <bruno@clisp.org>
40077
40078         * modules/csharpexec-script: New, created from...
40079         * modules/csharpexec: ... this.
40080
40081 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
40082
40083         * modules/javaexec-script: New, created from...
40084         * modules/javaexec: ... this.
40085
40086 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40087
40088         * modules/poll (Dependencies): Add sys_select.
40089
40090 2007-01-15  Jim Meyering  <jim@meyering.net>
40091
40092         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
40093         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
40094         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
40095         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
40096
40097 2007-01-15  Bruno Haible  <bruno@clisp.org>
40098
40099         * modules/striconveh: New file.
40100         * lib/striconveh.h: New file.
40101         * lib/striconveh.c: New file.
40102         * MODULES.html.sh (Internationalization functions): Add striconveh.
40103
40104         * modules/striconveh-tests: New file.
40105         * tests/test-striconveh.c: New file.
40106
40107 2007-01-15  Bruno Haible  <bruno@clisp.org>
40108
40109         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
40110         not from GNU libiconv or GNU libc.
40111
40112 2007-01-15  Bruno Haible  <bruno@clisp.org>
40113
40114         * doc/gnulib-intro.texi (Copyright): Explain the different license
40115         terms for module descriptions, autoconf macros, tests, documentation.
40116
40117 2007-01-14  Bruno Haible  <bruno@clisp.org>
40118
40119         * modules/striconv-tests: New file.
40120         * tests/test-striconv.c: New file.
40121
40122 2007-01-14  Bruno Haible  <bruno@clisp.org>
40123
40124         * modules/iconv-tests: New file.
40125         * tests/test-iconv.c: New file.
40126
40127 2007-01-14  Bruno Haible  <bruno@clisp.org>
40128
40129         * gnulib-tool (func_get_license): For test modules, use the license of
40130         the main module.
40131
40132 2007-01-14  Bruno Haible  <bruno@clisp.org>
40133
40134         * modules/iconv (Include): Clarify that <iconv.h> can only be included
40135         if iconv is found to exist.
40136
40137 2007-01-14  Bruno Haible  <bruno@clisp.org>
40138
40139         * modules/c-ctype-tests: New file.
40140         * tests/test-c-ctype.c: New file.
40141
40142 2007-01-14  Bruno Haible  <bruno@clisp.org>
40143
40144         * modules/binary-io-tests: New file.
40145         * tests/test-binary-io.sh: New file.
40146         * tests/test-binary-io.c: New file.
40147
40148 2007-01-14  Bruno Haible  <bruno@clisp.org>
40149
40150         * modules/array-oset-tests: New file.
40151         * tests/test-array_oset.c: New file.
40152
40153 2007-01-14  Bruno Haible  <bruno@clisp.org>
40154
40155         * modules/array-list-tests: New file.
40156         * tests/test-array_list.c: New file.
40157
40158 2007-01-14  Bruno Haible  <bruno@clisp.org>
40159
40160         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
40161         and make.
40162         Reported by Simon Josefsson in
40163         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
40164
40165 2007-01-14  Bruno Haible  <bruno@clisp.org>
40166
40167         * modules/allocsa-tests: New file.
40168         * tests/test-allocsa.c: New file.
40169
40170 2007-01-14  Bruno Haible  <bruno@clisp.org>
40171
40172         * modules/fchdir (Depends-on): Add absolute-header.
40173         * modules/unistd (Depends-on): Likewise.
40174
40175 2006-12-30  Bruno Haible  <bruno@clisp.org>
40176
40177         * modules/fchdir: New file.
40178         * modules/unistd (Files): Add lib/unistd_.h.
40179         (Makefile.am): Generate unistd.h from unistd_.h.
40180         * lib/fchdir.c: New file.
40181         * lib/dirent_.h: New file.
40182         * lib/unistd_.h: New file.
40183         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
40184         * m4/fchdir.m4: New file.
40185         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
40186         (gl_HEADER_UNISTD): Invoke it.
40187         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
40188         function.
40189         * lib/backupfile.c (opendir, closedir): Undefine.
40190         * lib/chown.c (open, close): Undefine.
40191         * lib/clean-temp.c (open, close): Undefine.
40192         * lib/copy-file.c (open, close): Undefine.
40193         * lib/execute.c (open, close): Undefine.
40194         * lib/fsusage.c (open, close): Undefine.
40195         * lib/gc-gnulib.c (open, close): Undefine.
40196         * lib/getcwd.c (opendir, closedir): Undefine.
40197         * lib/glob.c (opendir, closedir): Undefine.
40198         * lib/javacomp.c (open, close): Undefine.
40199         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
40200         * lib/openat-proc.c (open, close): Undefine.
40201         * lib/pagealign_alloc.c (open, close): Undefine.
40202         * lib/pipe.c (open, close): Undefine.
40203         * lib/progreloc.c (open, close): Undefine.
40204         * lib/savedir.c (opendir, closedir): Undefine.
40205         * lib/utime.c (open, close): Undefine.
40206         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
40207
40208 2007-01-10  Bruno Haible  <bruno@clisp.org>
40209
40210         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
40211
40212 2007-01-12  Eric Blake  <ebb9@byu.net>
40213
40214         Provide a robust <wchar.h>.  Further simplifications are now
40215         possible in other modules, but not included here.
40216         * modules/wchar: New module.
40217         * m4/wchar.m4: New file.
40218         * lib/wchar_.h: Likewise.
40219         * modules/mbchar (Depends-on): Depend on wchar, as the first use
40220         of the new module.
40221         * MODULES.html.sh (Extended multibyte and wide character utilities):
40222         New section.
40223
40224 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
40225
40226         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
40227         to a reasonable default for memory allocation.
40228         (xreadlink): Don't allocate a huge buffer, to work around a buggy
40229         file system that reports garbage st_size values for symlinks.
40230         Problem reported by Liyang Hu.
40231
40232 2007-01-11  Simon Josefsson  <simon@josefsson.org>
40233
40234         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
40235         Emacs .#* auto-save files).
40236
40237 2007-01-11  Bruno Haible  <bruno@clisp.org>
40238
40239         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
40240         directory.
40241
40242 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
40243
40244         Use @...@ consistently in lib/wctype_.h.
40245         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
40246         on it being set to 1 or 0.
40247         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
40248         go back to AC_SUBSTing it.
40249         * modules/wctype (Makefile.am): Undo previous change.
40250
40251 2007-01-10  Eric Blake  <ebb9@byu.net>
40252
40253         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
40254         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
40255         * modules/wctype (Makefile.am): Likewise.
40256         Reported by Chris McGuire.
40257
40258 2007-01-10  Jim Meyering  <jim@meyering.net>
40259
40260         fts.c: a small readability/maintainability improvement
40261         * lib/fts.c (fts_read): Make this code slightly more readable and
40262         maintainable by hoisting the "sp->fts_cur = p" assignments to
40263         immediately follow the statements that set P.  Derived from
40264         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
40265
40266 2007-01-10  Eric Blake  <ebb9@byu.net>
40267
40268         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
40269         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
40270         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
40271         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
40272         Reported by Chris McGuire.
40273
40274 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40275
40276         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
40277         in sed script.
40278
40279 2007-01-09  Bruno Haible  <bruno@clisp.org>
40280
40281         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
40282         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
40283         variables.
40284         (func_module): Use them.
40285
40286 2007-01-09  Bruno Haible  <bruno@clisp.org>
40287
40288         * modules/unistr/base: New file.
40289         * lib/unistr.h: New file.
40290
40291         * modules/unistr/u8-to-u16: New file.
40292         * lib/unistr/u8-to-u16.c: New file.
40293
40294         * modules/unistr/u8-to-u32: New file.
40295         * lib/unistr/u8-to-u32.c: New file.
40296
40297         * modules/unistr/u16-to-u8: New file.
40298         * lib/unistr/u16-to-u8.c: New file.
40299
40300         * modules/unistr/u16-to-u32: New file.
40301         * lib/unistr/u16-to-u32.c: New file.
40302
40303         * modules/unistr/u32-to-u8: New file.
40304         * lib/unistr/u32-to-u8.c: New file.
40305
40306         * modules/unistr/u32-to-u16: New file.
40307         * lib/unistr/u32-to-u16.c: New file.
40308
40309         * modules/unistr/u8-check: New file.
40310         * modules/unistr/u16-check: New file.
40311         * modules/unistr/u32-check: New file.
40312         * lib/unistr/u8-check.c: New file.
40313         * lib/unistr/u16-check.c: New file.
40314         * lib/unistr/u32-check.c: New file.
40315
40316         * modules/unistr/u8-chr: New file.
40317         * modules/unistr/u16-chr: New file.
40318         * modules/unistr/u32-chr: New file.
40319         * lib/unistr/u8-chr.c: New file.
40320         * lib/unistr/u16-chr.c: New file.
40321         * lib/unistr/u32-chr.c: New file.
40322
40323         * modules/unistr/u8-cmp: New file.
40324         * modules/unistr/u16-cmp: New file.
40325         * modules/unistr/u32-cmp: New file.
40326         * lib/unistr/u8-cmp.c: New file.
40327         * lib/unistr/u16-cmp.c: New file.
40328         * lib/unistr/u32-cmp.c: New file.
40329
40330         * modules/unistr/u8-cpy: New file.
40331         * modules/unistr/u16-cpy: New file.
40332         * modules/unistr/u32-cpy: New file.
40333         * lib/unistr/u8-cpy.c: New file.
40334         * lib/unistr/u16-cpy.c: New file.
40335         * lib/unistr/u32-cpy.c: New file.
40336         * lib/unistr/u-cpy.h: New file.
40337
40338         * modules/unistr/u8-cpy-alloc: New file.
40339         * modules/unistr/u16-cpy-alloc: New file.
40340         * modules/unistr/u32-cpy-alloc: New file.
40341         * lib/unistr/u8-cpy-alloc.c: New file.
40342         * lib/unistr/u16-cpy-alloc.c: New file.
40343         * lib/unistr/u32-cpy-alloc.c: New file.
40344         * lib/unistr/u-cpy-alloc.h: New file.
40345
40346         * modules/unistr/u8-endswith: New file.
40347         * modules/unistr/u16-endswith: New file.
40348         * modules/unistr/u32-endswith: New file.
40349         * lib/unistr/u8-endswith.c: New file.
40350         * lib/unistr/u16-endswith.c: New file.
40351         * lib/unistr/u32-endswith.c: New file.
40352         * lib/unistr/u-endswith.h: New file.
40353
40354         * modules/unistr/u8-mblen: New file.
40355         * modules/unistr/u16-mblen: New file.
40356         * modules/unistr/u32-mblen: New file.
40357         * lib/unistr/u8-mblen.c: New file.
40358         * lib/unistr/u16-mblen.c: New file.
40359         * lib/unistr/u32-mblen.c: New file.
40360
40361         * modules/unistr/u8-mbtouc: New file.
40362         * modules/unistr/u16-mbtouc: New file.
40363         * modules/unistr/u32-mbtouc: New file.
40364         * lib/unistr/u8-mbtouc.c: New file.
40365         * lib/unistr/u16-mbtouc.c: New file.
40366         * lib/unistr/u32-mbtouc.c: New file.
40367
40368         * modules/unistr/u8-mbtouc-safe: New file.
40369         * modules/unistr/u16-mbtouc-safe: New file.
40370         * modules/unistr/u32-mbtouc-safe: New file.
40371         * lib/unistr/u8-mbtouc-safe.c: New file.
40372         * lib/unistr/u16-mbtouc-safe.c: New file.
40373         * lib/unistr/u32-mbtouc-safe.c: New file.
40374
40375         * modules/unistr/u8-move: New file.
40376         * modules/unistr/u16-move: New file.
40377         * modules/unistr/u32-move: New file.
40378         * lib/unistr/u8-move.c: New file.
40379         * lib/unistr/u16-move.c: New file.
40380         * lib/unistr/u32-move.c: New file.
40381         * lib/unistr/u-move.h: New file.
40382
40383         * modules/unistr/u8-next: New file.
40384         * modules/unistr/u16-next: New file.
40385         * modules/unistr/u32-next: New file.
40386         * lib/unistr/u8-next.c: New file.
40387         * lib/unistr/u16-next.c: New file.
40388         * lib/unistr/u32-next.c: New file.
40389
40390         * modules/unistr/u8-prev: New file.
40391         * modules/unistr/u16-prev: New file.
40392         * modules/unistr/u32-prev: New file.
40393         * lib/unistr/u8-prev.c: New file.
40394         * lib/unistr/u16-prev.c: New file.
40395         * lib/unistr/u32-prev.c: New file.
40396
40397         * modules/unistr/u8-set: New file.
40398         * modules/unistr/u16-set: New file.
40399         * modules/unistr/u32-set: New file.
40400         * lib/unistr/u8-set.c: New file.
40401         * lib/unistr/u16-set.c: New file.
40402         * lib/unistr/u32-set.c: New file.
40403         * lib/unistr/u-set.h: New file.
40404
40405         * modules/unistr/u8-startswith: New file.
40406         * modules/unistr/u16-startswith: New file.
40407         * modules/unistr/u32-startswith: New file.
40408         * lib/unistr/u8-startswith.c: New file.
40409         * lib/unistr/u16-startswith.c: New file.
40410         * lib/unistr/u32-startswith.c: New file.
40411         * lib/unistr/u-startswith.h: New file.
40412
40413         * modules/unistr/u8-stpcpy: New file.
40414         * modules/unistr/u16-stpcpy: New file.
40415         * modules/unistr/u32-stpcpy: New file.
40416         * lib/unistr/u8-stpcpy.c: New file.
40417         * lib/unistr/u16-stpcpy.c: New file.
40418         * lib/unistr/u32-stpcpy.c: New file.
40419         * lib/unistr/u-stpcpy.h: New file.
40420
40421         * modules/unistr/u8-stpncpy: New file.
40422         * modules/unistr/u16-stpncpy: New file.
40423         * modules/unistr/u32-stpncpy: New file.
40424         * lib/unistr/u8-stpncpy.c: New file.
40425         * lib/unistr/u16-stpncpy.c: New file.
40426         * lib/unistr/u32-stpncpy.c: New file.
40427         * lib/unistr/u-stpncpy.h: New file.
40428
40429         * modules/unistr/u8-strcat: New file.
40430         * modules/unistr/u16-strcat: New file.
40431         * modules/unistr/u32-strcat: New file.
40432         * lib/unistr/u8-strcat.c: New file.
40433         * lib/unistr/u16-strcat.c: New file.
40434         * lib/unistr/u32-strcat.c: New file.
40435         * lib/unistr/u-strcat.h: New file.
40436
40437         * modules/unistr/u8-strchr: New file.
40438         * modules/unistr/u16-strchr: New file.
40439         * modules/unistr/u32-strchr: New file.
40440         * lib/unistr/u8-strchr.c: New file.
40441         * lib/unistr/u16-strchr.c: New file.
40442         * lib/unistr/u32-strchr.c: New file.
40443
40444         * modules/unistr/u8-strcmp: New file.
40445         * modules/unistr/u16-strcmp: New file.
40446         * modules/unistr/u32-strcmp: New file.
40447         * lib/unistr/u8-strcmp.c: New file.
40448         * lib/unistr/u16-strcmp.c: New file.
40449         * lib/unistr/u32-strcmp.c: New file.
40450
40451         * modules/unistr/u8-strcpy: New file.
40452         * modules/unistr/u16-strcpy: New file.
40453         * modules/unistr/u32-strcpy: New file.
40454         * lib/unistr/u8-strcpy.c: New file.
40455         * lib/unistr/u16-strcpy.c: New file.
40456         * lib/unistr/u32-strcpy.c: New file.
40457         * lib/unistr/u-strcpy.h: New file.
40458
40459         * modules/unistr/u8-strcspn: New file.
40460         * modules/unistr/u16-strcspn: New file.
40461         * modules/unistr/u32-strcspn: New file.
40462         * lib/unistr/u8-strcspn.c: New file.
40463         * lib/unistr/u16-strcspn.c: New file.
40464         * lib/unistr/u32-strcspn.c: New file.
40465         * lib/unistr/u-strcspn.h: New file.
40466
40467         * modules/unistr/u8-strdup: New file.
40468         * modules/unistr/u16-strdup: New file.
40469         * modules/unistr/u32-strdup: New file.
40470         * lib/unistr/u8-strdup.c: New file.
40471         * lib/unistr/u16-strdup.c: New file.
40472         * lib/unistr/u32-strdup.c: New file.
40473         * lib/unistr/u-strdup.h: New file.
40474
40475         * modules/unistr/u8-strlen: New file.
40476         * modules/unistr/u16-strlen: New file.
40477         * modules/unistr/u32-strlen: New file.
40478         * lib/unistr/u8-strlen.c: New file.
40479         * lib/unistr/u16-strlen.c: New file.
40480         * lib/unistr/u32-strlen.c: New file.
40481         * lib/unistr/u-strlen.h: New file.
40482
40483         * modules/unistr/u8-strmblen: New file.
40484         * modules/unistr/u16-strmblen: New file.
40485         * modules/unistr/u32-strmblen: New file.
40486         * lib/unistr/u8-strmblen.c: New file.
40487         * lib/unistr/u16-strmblen.c: New file.
40488         * lib/unistr/u32-strmblen.c: New file.
40489
40490         * modules/unistr/u8-strmbtouc: New file.
40491         * modules/unistr/u16-strmbtouc: New file.
40492         * modules/unistr/u32-strmbtouc: New file.
40493         * lib/unistr/u8-strmbtouc.c: New file.
40494         * lib/unistr/u16-strmbtouc.c: New file.
40495         * lib/unistr/u32-strmbtouc.c: New file.
40496
40497         * modules/unistr/u8-strncat: New file.
40498         * modules/unistr/u16-strncat: New file.
40499         * modules/unistr/u32-strncat: New file.
40500         * lib/unistr/u8-strncat.c: New file.
40501         * lib/unistr/u16-strncat.c: New file.
40502         * lib/unistr/u32-strncat.c: New file.
40503         * lib/unistr/u-strncat.h: New file.
40504
40505         * modules/unistr/u8-strncmp: New file.
40506         * modules/unistr/u16-strncmp: New file.
40507         * modules/unistr/u32-strncmp: New file.
40508         * lib/unistr/u8-strncmp.c: New file.
40509         * lib/unistr/u16-strncmp.c: New file.
40510         * lib/unistr/u32-strncmp.c: New file.
40511
40512         * modules/unistr/u8-strncpy: New file.
40513         * modules/unistr/u16-strncpy: New file.
40514         * modules/unistr/u32-strncpy: New file.
40515         * lib/unistr/u8-strncpy.c: New file.
40516         * lib/unistr/u16-strncpy.c: New file.
40517         * lib/unistr/u32-strncpy.c: New file.
40518         * lib/unistr/u-strncpy.h: New file.
40519
40520         * modules/unistr/u8-strnlen: New file.
40521         * modules/unistr/u16-strnlen: New file.
40522         * modules/unistr/u32-strnlen: New file.
40523         * lib/unistr/u8-strnlen.c: New file.
40524         * lib/unistr/u16-strnlen.c: New file.
40525         * lib/unistr/u32-strnlen.c: New file.
40526         * lib/unistr/u-strnlen.h: New file.
40527
40528         * modules/unistr/u8-strpbrk: New file.
40529         * modules/unistr/u16-strpbrk: New file.
40530         * modules/unistr/u32-strpbrk: New file.
40531         * lib/unistr/u8-strpbrk.c: New file.
40532         * lib/unistr/u16-strpbrk.c: New file.
40533         * lib/unistr/u32-strpbrk.c: New file.
40534         * lib/unistr/u-strpbrk.h: New file.
40535
40536         * modules/unistr/u8-strrchr: New file.
40537         * modules/unistr/u16-strrchr: New file.
40538         * modules/unistr/u32-strrchr: New file.
40539         * lib/unistr/u8-strrchr.c: New file.
40540         * lib/unistr/u16-strrchr.c: New file.
40541         * lib/unistr/u32-strrchr.c: New file.
40542
40543         * modules/unistr/u8-strspn: New file.
40544         * modules/unistr/u16-strspn: New file.
40545         * modules/unistr/u32-strspn: New file.
40546         * lib/unistr/u8-strspn.c: New file.
40547         * lib/unistr/u16-strspn.c: New file.
40548         * lib/unistr/u32-strspn.c: New file.
40549         * lib/unistr/u-strspn.h: New file.
40550
40551         * modules/unistr/u8-strstr: New file.
40552         * modules/unistr/u16-strstr: New file.
40553         * modules/unistr/u32-strstr: New file.
40554         * lib/unistr/u8-strstr.c: New file.
40555         * lib/unistr/u16-strstr.c: New file.
40556         * lib/unistr/u32-strstr.c: New file.
40557         * lib/unistr/u-strstr.h: New file.
40558
40559         * modules/unistr/u8-strtok: New file.
40560         * modules/unistr/u16-strtok: New file.
40561         * modules/unistr/u32-strtok: New file.
40562         * lib/unistr/u8-strtok.c: New file.
40563         * lib/unistr/u16-strtok.c: New file.
40564         * lib/unistr/u32-strtok.c: New file.
40565         * lib/unistr/u-strtok.h: New file.
40566
40567         * modules/unistr/u8-uctomb: New file.
40568         * modules/unistr/u16-uctomb: New file.
40569         * modules/unistr/u32-uctomb: New file.
40570         * lib/unistr/u8-uctomb.c: New file.
40571         * lib/unistr/u16-uctomb.c: New file.
40572         * lib/unistr/u32-uctomb.c: New file.
40573
40574         * MODULES.html.sh (Unicode string functions): Add the new modules.
40575
40576 2007-01-08  Bruno Haible  <bruno@clisp.org>
40577
40578         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
40579         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
40580         subdirectories.
40581
40582 2007-01-08  Karl Berry  <karl@gnu.org>
40583
40584         * doc/error.texi: mention that main() fns must set program_name
40585         when progname is used.
40586
40587 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
40588
40589         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
40590         WCTYPE_H is empty, for the benefit of builds from non-distclean
40591         directories.  Problem reported by Eric Blake in
40592         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
40593
40594 2007-01-08  Bruno Haible  <bruno@clisp.org>
40595
40596         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
40597         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
40598         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
40599         PROVIDE_CANONICALIZE_FILENAME_MODE.
40600         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
40601
40602 2007-01-08  Bruno Haible  <bruno@clisp.org>
40603
40604         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
40605         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
40606         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
40607         * lib/fts.c: Likewise.
40608         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
40609
40610 2006-12-25  Bruno Haible  <bruno@clisp.org>
40611
40612         * modules/utf8-ucs4-safe: New file.
40613         * lib/utf8-ucs4-safe.h: New file.
40614         * lib/unistr/utf8-ucs4-safe.c: New file.
40615
40616         * modules/utf16-ucs4-safe: New file.
40617         * lib/utf16-ucs4-safe.h: New file.
40618         * lib/unistr/utf16-ucs4-safe.c: New file.
40619
40620         * MODULES.html.sh (Unicode string functions): Add the new modules.
40621
40622 2007-01-08  Bruno Haible  <bruno@clisp.org>
40623
40624         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
40625         (Depends-on): Add unitypes.
40626         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
40627         (u8_mbtouc_aux): Move out to separate file.
40628         (u8_mbtouc): Use ucs4_t, uint8_t types.
40629         * lib/unistr/utf8-ucs4.c: New file.
40630
40631         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
40632         (Depends-on): Add unitypes.
40633         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
40634         (u16_mbtouc_aux): Move out to separate file.
40635         (u16_mbtouc): Use ucs4_t, uint16_t types.
40636         * lib/unistr/utf16-ucs4.c: New file.
40637
40638         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
40639         (Depends-on): Add unitypes.
40640         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
40641         (u8_uctomb_aux): Move out to separate file.
40642         (u8_uctomb): Use ucs4_t, uint8_t types.
40643         * lib/unistr/ucs4-utf8.c: New file.
40644
40645         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
40646         (Depends-on): Add unitypes.
40647         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
40648         (u16_uctomb_aux): Move out to separate file.
40649         (u16_uctomb): Use ucs4_t, uint16_t types.
40650         * lib/unistr/ucs4-utf16.c: New file.
40651
40652 2006-12-25  Bruno Haible  <bruno@clisp.org>
40653
40654         * modules/unitypes: New file.
40655         * lib/unitypes.h: New file.
40656         * MODULES.html.sh (func_all_modules): New section "Unicode string
40657         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
40658         this section. Add unitypes.
40659
40660 2007-01-08  Bruno Haible  <bruno@clisp.org>
40661
40662         Avoid variable names that conflict with those from libtool.
40663         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
40664         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
40665         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
40666         library_names_spec to acl_library_names_spec, hardcode_* to
40667         acl_hardcode_*.
40668         Reported by Ralf Wildenhues.
40669
40670 2007-01-08  Bruno Haible  <bruno@clisp.org>
40671
40672         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
40673         definition.
40674         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
40675         definition.
40676         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
40677         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
40678         definition.
40679         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
40680         definition.
40681         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
40682         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
40683         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
40684         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
40685         definition.
40686         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
40687         definition.
40688         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
40689         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
40690         GC_USE_<algorithm>.
40691         * lib/gc-libgcrypt.c: Likewise.
40692         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
40693         * modules/gc-arctwo (configure.ac): Likewise.
40694         * modules/gc-des (configure.ac): Likewise.
40695         * modules/gc-hmac-md5 (configure.ac): Likewise.
40696         * modules/gc-hmac-sha1 (configure.ac): Likewise.
40697         * modules/gc-md2 (configure.ac): Likewise.
40698         * modules/gc-md4 (configure.ac): Likewise.
40699         * modules/gc-md5 (configure.ac): Likewise.
40700         * modules/gc-random (configure.ac): Likewise.
40701         * modules/gc-rijndael (configure.ac): Likewise.
40702         * modules/gc-sha1 (configure.ac): Likewise.
40703
40704 2007-01-08  Bruno Haible  <bruno@clisp.org>
40705
40706         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
40707         macro definition.
40708         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
40709         definition.
40710         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
40711         definition.
40712         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
40713         * modules/fcntl-safer (configure.ac): Likewise.
40714         * modules/fopen-safer (configure.ac): Likewise.
40715         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
40716         GNULIB_FWRITEERROR macro definition.
40717
40718 2007-01-08  Bruno Haible  <bruno@clisp.org>
40719
40720         * m4/gnulib-common.m4: New file.
40721         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
40722         (func_get_filelist): Add m4/gnulib-common.m4.
40723
40724 2007-01-08  Bruno Haible  <bruno@clisp.org>
40725
40726         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
40727         command.
40728
40729 2007-01-08  Jim Meyering  <jim@meyering.net>
40730
40731         Use a more robust test for a "can't happen" condition.
40732         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
40733         narrowed the st_size value.  Presuming the "can't happen" condition
40734         is true, that narrowing could conceivably convert an invalid st_size
40735         value into a valid one.  Instead, use a change based on Matthew
40736         Woehlke's original patch.
40737
40738         Slight readability improvement: use an assert-like macro
40739         in place of literal "abort ()" uses.
40740         * lib/fts.c (fts_assert): Define.
40741         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
40742         Use this macro instead of a bare 'abort'.
40743
40744 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
40745
40746         Don't worry about using IRIX 5.3's wctype.h broken definitions;
40747         simply work around them.
40748         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
40749         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
40750         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
40751         declaring.
40752         Don't bother to define as macros, since the standard doesn't require it.
40753         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
40754         longer worry about IRIX 5.3.
40755         (HAVE_WCTYPE_CTMP_BUG): Remove.
40756
40757 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
40758
40759         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
40760         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
40761         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
40762         Problems reported by Georg Schwarz for IRIX 5.3.
40763
40764         * gnulib-tool (autoconf_minversion): Take the maximum version number
40765         found, not the minimum.  Problem reported by James Youngman.
40766
40767 2007-01-03  Karl Berry  <karl@gnu.org>
40768
40769         * doc/error.texi: new file, explaining interaction with progname.
40770         * doc/gnulib.texi: include it.  Update copyright.
40771
40772 2007-01-03  Simon Josefsson  <simon@josefsson.org>
40773
40774         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
40775         AC_CANONICAL_HOST, to improve autobuild outputs.
40776
40777 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
40778             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
40779
40780         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
40781         sockets, server sockets, and other file descriptors.  Count errors
40782         to compute the return value.  Reorder the code a bit to be easier
40783         to follow.  Don't set event bits that were not requested (except
40784         POLLERR and POLLHUP).
40785
40786 2007-01-01  Bruno Haible  <bruno@clisp.org>
40787
40788         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
40789
40790 2007-01-03  Jim Meyering  <jim@meyering.net>
40791
40792         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
40793
40794 2007-01-02  Bruno Haible  <bruno@clisp.org>
40795
40796         * modules/settime (Include): Require timespec.h.
40797         * modules/nanosleep (Include): Likewise.
40798
40799 2007-01-01  Bruno Haible  <bruno@clisp.org>
40800
40801         * gnulib-tool (func_emit_copyright_notice): Bump year.
40802         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
40803
40804 2007-01-01  Bruno Haible  <bruno@clisp.org>
40805
40806         Improve support for OpenBSD.
40807         * build-aux/config.rpath (libname_spec): Export.
40808         (library_names_spec): New variable. Export.
40809         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
40810         library_names_spec from the config.rpath output. Locate shared library
40811         through the name pattern in library_names_spec.
40812
40813 2007-01-01  Eric Blake  <ebb9@byu.net>
40814
40815         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
40816
40817 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
40818
40819         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
40820         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
40821         assume the C locale, and avoid an "eval" that could cause trouble.
40822         Problem with SORT reported by Bob Proulx.
40823
40824         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
40825         Define.  Trivial patch from Henning Nielsen Lund, originally
40826         sent to bug-grep@gnu.org today.
40827
40828 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
40829
40830         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
40831         struct stat.  Problem reported by Henning Nielsen Lund.
40832         * lib/acl.c: Include acl.h first, to check interface.  Don't
40833         bother to include sys/types.h and sys/stat.h again.
40834
40835 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
40836
40837         Import the following change from libc; problem reported by
40838         Sven Verdoolaege.
40839
40840         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
40841
40842         [BZ #1373]
40843         * lib/argp.h: Remove __NTH for __argp_usage inline function.
40844
40845 2006-12-28  Jim Meyering  <jim@meyering.net>
40846
40847         * build-aux/announce-gen: Do not assume that the package
40848         builds any of tar.gz, tar.bz2, and .xdelta files.
40849         Suggestion from Simon Josefsson.
40850
40851 2006-12-28  Simon Josefsson  <simon@josefsson.org>
40852
40853         * modules/announce-gen: New file.
40854
40855 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
40856
40857         * lib/mbchar.h: Just include <wctype.h>; the wctype module
40858         handles its gotchas now.
40859         * lib/mbswidth.c: Likewise.
40860         * lib/wcwidth.h: Likewise.
40861         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
40862         and iswcntrl; the wctype module does this stuff now.
40863         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
40864         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
40865         * modules/mbchar (Depends-on): Add wctype.
40866         * modules/mbswidth (Depends-on): Likewise.
40867         * modules/wcwidth (Depends-on): Likewise.
40868
40869 2006-12-27  Eric Blake  <ebb9@byu.net>
40870
40871         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
40872         module uses more than what <wctype.h> is required to provide.
40873
40874 2006-12-26  Eric Blake  <ebb9@byu.net>
40875
40876         * gnulib-tool (sed_extract_prog): Avoid space-tab.
40877
40878 2006-12-26  Eric Blake  <ebb9@byu.net>
40879
40880         * modules/absolute-header: New module.
40881         * modules/fcntl (Depends-on): Depend on it.
40882         * modules/inttypes (Depends-on): Likewise.
40883         * modules/stdint (Depends-on): Likewise.
40884         * modules/sys_stat (Depends-on): Likewise.
40885         * modules/wctype (Depends-on): Likewise.
40886         * MODULES.html.sh (Support for building libraries and
40887         executables): Document it.
40888
40889 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
40890
40891         * gnulib-tool (SED): Remove, undoing previous change.
40892         The problem was that it broke coreutils on Solaris, because
40893         "sed --posix" leaked into a makefile.
40894         (sed): New alias, if 'alias' and GNU sed.
40895
40896 2006-12-24  Jim Meyering  <jim@meyering.net>
40897
40898         Work around an fchownat bug in glibc-2.4:
40899         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
40900         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
40901         in spite of the -P option.
40902         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
40903         New macros.
40904         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
40905         * modules/openat (Files): Add lib/fchownat.c.
40906         * lib/openat.c (fchownat): Don't define here.  Move to...
40907         * lib/fchownat.c: ...this new file.
40908
40909 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
40910
40911         Fix bug reported by Bruno Haible in
40912         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
40913         where quotearg.c didn't compile on Mac OS X 10.2 because it
40914         lacks <wchar.h> and wint_t.
40915         * lib/wctype_.h (__wctype_wint_t): New type.
40916         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
40917         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
40918         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
40919         Arg is now of type __wctype_wint_t, not wint_t.
40920         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
40921         substitute HAVE_WINT_T.
40922         * modules/wctype (Files): Add m4/wint_t.m4.
40923         (wctype.h): Substitute HAVE_WINT_T.
40924
40925 2006-12-23  Bruno Haible  <bruno@clisp.org>
40926
40927         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
40928
40929 2006-12-23  Bruno Haible  <bruno@clisp.org>
40930
40931         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
40932         S_ISLNK.
40933         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
40934         mingw.
40935
40936 2006-12-22  Bruno Haible  <bruno@clisp.org>
40937
40938         * lib/copy-file.c: Include acl.h.
40939         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
40940         Close the file descriptors only after being done with copy_acl.
40941         * modules/copy-file (Depends-on): Add acl.
40942
40943 2006-12-22  Bruno Haible  <bruno@clisp.org>
40944
40945         * gnulib-tool (SED): New variable.
40946         Use $SED instead of sed everywhere.
40947
40948 2006-12-22  Bruno Haible  <bruno@clisp.org>
40949
40950         * modules/no-c++: New file.
40951         * m4/no-c++.m4: New file.
40952         * MODULES.html.sh (Support for building libraries and executables):
40953         Add no-c++.
40954
40955 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
40956
40957         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
40958         Include <limits.h>, and use its INT_MAX to rewrite the
40959         j loop so that it does not overflow 'int'.  Problem reported by
40960         Ralf Wildenhues in
40961         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
40962         Play it safe by shifting left by 1 rather than multiplying by 2,
40963         as GCC is less likely to optimize this away when the value
40964         is signed (when it assumes overflow leads to undefined behavior).
40965         Also, don't assume time_t uses two's complement.
40966
40967 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
40968
40969         * MODULES.html.sh: New module wctype.
40970         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
40971         * lib/fnmatch.c: Don't bother to include <wchar.h> before
40972         <wctype.h>, since the new wctype module should fix this.
40973         * lib/quotearg.c: Include <wctype.h> unconditionally, since
40974         the wctype module should arrange for it.
40975         * lib/regex_internal.h: Likewise.
40976         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
40977         since the wctype module should handle this now.
40978         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
40979         * modules/fnmatch (Depends-on): Add wctype.
40980         * modules/quotearg (Depends-on): Likewise.
40981         * modules/regex (Depends-on): Likewise.
40982
40983 2006-12-19  Bruno Haible  <bruno@clisp.org>
40984
40985         * lib/strdup.h [C++]: Wrap definitions in extern "C".
40986         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
40987
40988 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40989
40990         * modules/savewd (Depends-on): Fix dependency on fcntl.
40991
40992 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
40993
40994         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
40995         conforms to C99, rather than relying on the user's environment
40996         setting of STDINT_H.
40997
40998 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
40999         and Eric Blake  <ebb9@byu.net>
41000
41001         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
41002         This is more consistent with the other defines here.
41003         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
41004         Port to z/OS.  Problem reported by Paul Gilmartin.
41005         Change local vars to use gl_ prefix rather than ac_.
41006         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
41007         with other defines.
41008         * modules/double-slash-root: New module.
41009         * modules/dirname (Files): Remove m4/double-slash-root.m4.
41010         (Depends-on): Add double-slash-root.
41011         * MODULES.html.sh (File system functions): Mention new module.
41012
41013 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
41014
41015         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
41016         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
41017         This is for the benefit of gzip, which doesn't do i18n.
41018
41019 2006-12-12  Jim Meyering  <jim@meyering.net>
41020
41021         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
41022         Reported by Andreas Schwab <schwab@suse.de>.
41023
41024 2006-12-12  Bruno Haible  <bruno@clisp.org>
41025
41026         Merge these changes.
41027         2006-09-05  Bruno Haible  <bruno@clisp.org>
41028         * lib/iconvme.c (iconv_string): No need to save and restore errno when
41029         iconv_alloc succeeded.
41030         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
41031         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
41032         test for " && dest " at the end - dest is always != NULL there. Call
41033         iconv with 4xNULL arguments initially, to reset the state. Call iconv
41034         with 2xNULL arguments, also to flush the state storage. Handle the
41035         IRIX iconv behaviour. Realloc the final result, to throw away unused
41036         memory.
41037
41038 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
41039
41040         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
41041         and fchmodat unconditionally, since glibc 2.4 has them.
41042         Problem reported by Arkadiusz Miskiewicz.
41043
41044 2006-12-10  Bruno Haible  <bruno@clisp.org>
41045
41046         * gnulib-tool (func_import): Show the include files only for those
41047         modules that are copied and specified.
41048         Reported by Karl Berry.
41049
41050 2006-12-08  Jim Meyering  <jim@meyering.net>
41051
41052         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
41053         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
41054
41055         * build-aux/announce-gen: Add two new options, both optional:
41056         --bootstrap-tools=TOOL_LIST
41057               a comma-separated list of tools, e.g.,
41058               autoconf,automake,bison,gnulib
41059         --gnulib-snapshot-date=DATE
41060               if gnulib is in the bootstrap tool list,
41061               then report this as the snapshot date.
41062               If not specified, use the current date/time.
41063               If you specify a date here, be sure it's UTC.
41064
41065 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41066
41067         * tests/test-argp-2.sh: Fix test to match actual output.
41068         (func_compare): Fix sed script to be portable.
41069
41070 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
41071
41072         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
41073         workaround for this case.  It is not autoconfigured now; offhand
41074         it's hard to see how to autoconfigure it.
41075
41076 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
41077
41078         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
41079         a directory that is about to be chowned.  Such a directory's
41080         initial file permissions should permit the owner only and this
41081         should not be changed until after the chown, since the group and
41082         other bits would be incorrect if they granted permission before
41083         the chown.
41084
41085         Fix porting problem for iswctype reported by Georg Schwarz in:
41086         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
41087         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
41088         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
41089         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
41090         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
41091
41092 2006-12-03  Jim Meyering  <jim@meyering.net>
41093
41094         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
41095         p->fts_statp may not yet be defined.
41096         (fts_read): Instead, set it in the caller, once p->fts_statp is
41097         sure to be defined, and corresponds to a top-level directory.
41098         This bug made du -x fail.  Here's the coreutils test case:
41099         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
41100         Reported by Mike Frysinger.
41101
41102 2006-12-01  Jim Meyering  <jim@meyering.net>
41103
41104         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
41105         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
41106         Reported by Simon Josefsson.
41107
41108 2006-11-30  Jim Meyering  <jim@meyering.net>
41109
41110         * m4/warning.m4: Use the all-permissive copyright notice
41111         recommended by RMS (rather than LGPL).
41112         * m4/vararrays.m4: Likewise.
41113         * m4/flexmember.m4: Likewise.
41114
41115 2006-11-29  Bruno Haible  <bruno@clisp.org>
41116
41117         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
41118         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
41119         using +=.
41120         Reported by Simon Josefsson <simon@josefsson.org>.
41121
41122 2006-11-28  James Youngman <jay@gnu.org>
41123
41124         * README: Advise users that they might find the bug-gnulib@gnu.org
41125         and autotools-announce@gnu.org mailing lists useful.
41126
41127 2006-11-28  Bruno Haible  <bruno@clisp.org>
41128
41129         * m4/ptrdiff_max.m4: Remove file.
41130
41131 2006-11-21  Bruno Haible  <bruno@clisp.org>
41132
41133         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
41134         _AC_COMPUTE_INT.
41135         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41136         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
41137         _AC_COMPUTE_INT.
41138         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41139         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
41140         _AC_COMPUTE_INT.
41141         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41142
41143 2006-11-28  Jim Meyering  <jim@meyering.net>
41144
41145         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
41146         warning from "gcc -Wshadow" about shadowing the builtin.
41147
41148 2006-11-27  Bruno Haible  <bruno@clisp.org>
41149
41150         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
41151         _AC_COMPUTE_INT.
41152         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41153
41154 2006-11-27  Bruno Haible  <bruno@clisp.org>
41155             Paul Eggert  <eggert@cs.ucla.edu>
41156
41157         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
41158
41159 2006-11-26  Bruno Haible  <bruno@clisp.org>
41160
41161         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
41162         noinst_LTLIBRARIES.
41163
41164 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
41165             Bruno Haible  <bruno@clisp.org>
41166
41167         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
41168         if compiling with "gcc -ansi".
41169
41170 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
41171
41172         Fix some incompatibilities with gcc -ansi -pedantic.
41173         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
41174         if compiling pedantically with GCC, unless it's C99 or later.
41175         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
41176         it mishandles gcc -ansi -pedantic as well.
41177         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
41178         if gcc -pedantic.
41179         * lib/regexec.c (check_node_accept_bytes): Don't use auto
41180         initializers for struct if -pedantic, unless it's C99 or later.
41181
41182 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
41183
41184         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
41185         Don't close an fd more than once. Identical atimes indicate
41186         success, not failure.
41187
41188 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
41189
41190         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
41191
41192 2006-11-23  Jim Meyering  <jim@meyering.net>
41193
41194         * build-aux/announce-gen: New file.  From coreutils.
41195
41196 2006-11-22  Jim Meyering  <jim@meyering.net>
41197
41198         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
41199         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
41200         (fts_read): Use a temporary to narrow the overused st_size member
41201         before using it in a switch statement.  Reported by Matthew Woehlke.
41202
41203         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
41204         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
41205
41206 2006-11-20  Bruno Haible  <bruno@clisp.org>
41207
41208         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
41209         changequote instead of pairs of brackets.
41210         Reported by Andreas Schwab <schwab@suse.de>.
41211
41212 2006-11-21  Jim Meyering  <jim@meyering.net>
41213
41214         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
41215         so as to remain compatible with older compilers.
41216         Patch from Michael Deutschmann.
41217
41218 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
41219
41220         * MODULES.html.sh (File system functions): Add openat.
41221
41222         * lib/openat.h (rpl_fstatat): New macro, if
41223         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
41224         (fstatat): Define to rpl_fstatat under the same conditions,
41225         unless COMPILING_FSTATAT.
41226         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
41227         seems to have the bug.
41228         * lib/fstatat.c: New file.
41229         * modules/openat (Files): Add it.
41230
41231 2006-11-20  Bruno Haible  <bruno@clisp.org>
41232
41233         * Makefile: New file.
41234
41235 2006-11-20  Jim Meyering  <jim@meyering.net>
41236
41237         The beginnings of syntax-related checks for gnulib.
41238         * lib/Makefile: New file.
41239         * lib/t-idcache: New script.  Ensure that the two halves of
41240         idcache.c stay in sync.
41241
41242         * lib/idcache.c: Adjust comments in user- and group- portions to
41243         be more accurate, and to be consistent with one another.
41244
41245 2006-11-20  Jim Meyering  <jim@meyering.net>
41246
41247         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
41248         continue using the flexible array member (thus, this module performs
41249         half as many malloc calls), with the addition that...
41250         (getgroup, getuser): Consistently record a non-match via an empty
41251         "name" string, and map an empty string match to a NULL return value.
41252         * modules/idcache (Depends-on): Re-add flexmember.
41253
41254         * lib/idcache.c (getuser): Remove all uses of the register keyword.
41255         (getuidbyname, getgroup, getgidbyname): Likewise.
41256
41257         Use cleaner syntax: NULL rather than 0.
41258         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
41259
41260 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
41261
41262         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
41263         It mishandled the case where the group was missing.
41264         Problem reported by Greg Schafer.
41265         * modules/idcache: Likewise.
41266
41267 2006-11-18  Jim Meyering  <jim@meyering.net>
41268
41269         * check-module (%exempt_header): Add exception for some
41270         conditionally-included headers.
41271
41272         * modules/i-ring (Depends-on): Add verify.
41273         (License): Change to LGPL.
41274
41275 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
41276
41277         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
41278         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
41279         and inttostr.h.  Use snprintf rather than uinttostr, so that
41280         LGPLed code doesn't depend on GPLed.
41281
41282 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
41283
41284         * modules/inline (License): Change from GPL to LGPL.
41285
41286 2006-11-17  Jim Meyering  <jim@meyering.net>
41287
41288         * modules/d-type (License): Switch to LGPL.
41289
41290 2006-11-15  Bruno Haible  <bruno@clisp.org>
41291
41292         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
41293
41294 2006-11-15  Eric Blake  <ebb9@byu.net>
41295
41296         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
41297         the module dependency.
41298
41299 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41300             Bruno Haible  <bruno@clisp.org>
41301
41302         * gnulib-tool (func_create_testdir): Add license consistency check.
41303
41304 2006-11-15  Eric Blake  <ebb9@byu.net>
41305
41306         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
41307         random "(cached)" in configure output.
41308
41309 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41310
41311         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
41312         test for conforming inttypes.h is both announced and cached.
41313
41314         * MODULES.html.sh (seen_modules, seen_files): New variables.
41315         (func_module): Rewrite to use a few less gnulib-tool and sed
41316         invocations.  Avoid a couple of quadratic algorithms for ...
41317         (missed_modules, missed_files): ... these, with ...
41318         (func_append, func_tmpdir): ... these new functions, from
41319         gnulib-tool.  Analogously, install traps for cleanup.
41320
41321         * tests/test-gc.c (main): Remove unused variables.
41322         * tests/test-read-file.c: Include stdlib.h, for 'free'.
41323
41324 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
41325
41326         * modules/inttostr (License): Change to LGPL.
41327
41328 2006-11-14  Eric Blake  <ebb9@byu.net>
41329
41330         * modules/tempname (License): Change to LGPL.
41331
41332 2006-11-14  Eric Blake  <ebb9@byu.net>
41333
41334         * doc/functions.texi (Function Portability): *printf functions on
41335         Cygwin now understand all POSIX size specifiers.
41336
41337 2006-11-14  Bruno Haible  <bruno@clisp.org>
41338
41339         * modules/c-ctype (License): Change to LGPL.
41340
41341 2006-11-12  Bruno Haible  <bruno@clisp.org>
41342
41343         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
41344         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
41345         for GNOME libraries, for which the include files are installed in
41346         subdirectories of $prefix/include.
41347
41348 2006-11-12  Bruno Haible  <bruno@clisp.org>
41349
41350         * m4/lib-link.m4: Require at least autoconf-2.54.
41351         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
41352         name to underscores for the --with option.
41353
41354 2006-11-13  Bruno Haible  <bruno@clisp.org>
41355
41356         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
41357         the tests directory.
41358         Reported by Ralf Wildenhues.
41359
41360 2006-11-13  Bruno Haible  <bruno@clisp.org>
41361
41362         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
41363         (func_emit_initmacro_end): Undo the override here.
41364         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
41365         Works around the famous automake error in coreutils.
41366
41367 2006-11-13  Eric Blake  <ebb9@byu.net>
41368
41369         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
41370         element, not its node.
41371
41372 2006-11-12  Bruno Haible  <bruno@clisp.org>
41373
41374         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
41375         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
41376
41377 2006-11-12  Bruno Haible  <bruno@clisp.org>
41378
41379         * gnulib-tool: New option --local-symlink.
41380         (func_usage): Document it.
41381         (lsymbolic): New variable.
41382         (func_import, func_create_testdir): If --symlink was not specified,
41383         test whether --local-symlink was specified and the file comes from
41384         the local_gnulib_dir.
41385
41386 2006-11-12  Bruno Haible  <bruno@clisp.org>
41387
41388         * gnulib-tool (func_ln): New function.
41389         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
41390
41391 2006-11-12  Bruno Haible  <bruno@clisp.org>
41392
41393         Finish support for source files in subdirectories.
41394         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
41395         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
41396         AUTOMAKE_OPTIONS.
41397         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
41398
41399 2006-11-12  Bruno Haible  <bruno@clisp.org>
41400
41401         * gnulib-tool (func_get_automake_snippet): Synthesize also an
41402         EXTRA_lib_SOURCES augmentation.
41403         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
41404
41405 2006-11-12  Jim Meyering  <jim@meyering.net>
41406
41407         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
41408         file descriptors.  This also averts a failure on systems with
41409         native openat support when a traversed directory lacks "x" access.
41410         * lib/fts_.h: Include "i-ring.h"
41411         (struct FTS) [fts_fd_ring]: New member.
41412         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
41413         (FCHDIR): Add parentheses.
41414         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
41415         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
41416         When descending, rather than simply closing the previous
41417         fts_cwd_fd value, push that file descriptor onto the ring.
41418         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
41419         (fts_open): Initialize the new fd_ring member.
41420         (fts_close): Clear the ring.
41421         (fts_safe_changedir): When possible, use our new fd_ring to skip
41422         the diropen and fstat and dev/ino comparison that would normally
41423         accompany a virtual `chdir ("..")'.
41424
41425         * modules/fts (Depends-on): Add i-ring.
41426         * modules/i-ring: New module.
41427         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
41428         * m4/i-ring.m4: New file.
41429
41430 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41431
41432         * gnulib-tool (func_create_testdir): Fix replacement of
41433         `build-aux' in configure.ac.  Run autotools in gltests
41434         subdirectory.
41435         (func_create_testdir, func_create_megatestdir, test): There is
41436         no need for '--force' in most autotool invocations in a new
41437         tree.  Actually fail the whole test if any of the tools, or the
41438         configure or make stages fail.
41439
41440         Sync from Automake.
41441         * build-aux/gnupload: Revert last change.  Add pointer to upload
41442         instructions of the GNU Maintenance Instructions.
41443         Suggestion by Karl Berry.
41444
41445 2006-11-10  Jim Meyering  <jim@meyering.net>
41446
41447         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
41448
41449 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
41450
41451         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
41452         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
41453         (bind_textdomain_codeset) [! ENABLE_NLS]:
41454         Evaluate all the arguments.  That way, callers get compatible behavior
41455         if the arguments have side effects.  Also, it avoids some GCC
41456         diagnostics in some cases; Joel E. Denny reported problems when Bison
41457         was configured with --enable-gcc-warnigs.
41458
41459 2006-11-10  Jim Meyering  <jim@meyering.net>
41460
41461         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
41462         relevant options in CFLAGS (like -O, -fno-inline) are taken into
41463         account.
41464
41465 2006-11-10  Jim Meyering  <jim@meyering.net>
41466
41467         * modules/inline: New file/module.
41468         * modules/xalloc (Files): Remove m4/inline.m4.
41469         (Depends-on): Add inline, instead.
41470         * modules/oset: Likewise.
41471         * modules/list: Likewise.
41472
41473 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
41474
41475         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
41476         Problem reported by Matthew Woehlke.
41477
41478 2006-11-09  Bruno Haible  <bruno@clisp.org>
41479
41480         * lib/tempname.c (gen_tempname): Remove variant that invokes
41481         __gen_tempname.
41482         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
41483         __gen_tempname.
41484
41485 2006-11-08  Bruno Haible  <bruno@clisp.org>
41486
41487         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
41488         to 'yes' instead of 'cross-compiling'.
41489
41490 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
41491
41492         * lib/quotearg.h (quotearg_free): New decl.
41493         * lib/quotearg.c (quotearg_free): New function.
41494         (slot0, nslots, slotvec0, slotvec):
41495         Now file-scope so that quotearg_free can get at them.
41496
41497 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41498
41499         Sync from Automake.
41500         * build-aux/gnupload: Add missing 'gnu' to example URL.
41501         Report by Karl Berry.
41502
41503 2006-11-08  Bruno Haible  <bruno@clisp.org>
41504
41505         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
41506         Suggested by Paul Eggert.
41507
41508 2006-11-08  Jim Meyering  <jim@meyering.net>
41509
41510         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
41511         It's already included if !_LIBC.
41512         (fts_safe_changedir): Add a comment.
41513
41514 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
41515
41516         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
41517         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
41518         Matthew Woehlke.
41519
41520         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
41521         definitions up, to avoid colliding with change below.
41522         (static_inline) [HAVE_INLINE]: New macro.
41523         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
41524         Provide extern decls when !HAVE_INLINE.  Do not define unless
41525         static_inline is defined, either by us or by xmalloc.c.  Use
41526         static_inline rather than static inline.
41527         (XCALLOC): Optimize sizeof(T) = 1 case.
41528         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
41529
41530 2006-11-07  Bruno Haible  <bruno@clisp.org>
41531
41532         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
41533         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
41534         AC_C_INLINE.
41535         * modules/xalloc (Files): Add m4/inline.m4.
41536
41537 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41538
41539         * README: Fix typo.
41540         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
41541         (Miscellanous Notes): ...from this.
41542
41543 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
41544
41545         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
41546         Mention that offsetof should be used instead of sizeof.
41547         From Bruno Haible.
41548
41549 2006-11-07  Bruno Haible  <bruno@clisp.org>
41550
41551         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
41552
41553 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
41554
41555         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
41556         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
41557         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
41558         (gl_tree_add_before, gl_tree_add_after):
41559         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
41560         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
41561         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
41562         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
41563         (gl_linked_add_after, gl_linked_add_at): Likewise.
41564         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
41565         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
41566         (gl_tree_add_before, gl_tree_add_after): Likewise.
41567         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
41568         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
41569         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
41570
41571 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41572
41573         * lib/gl_oset.h: Use C comment style, not C++ comment style.
41574
41575 2006-11-06  Bruno Haible  <bruno@clisp.org>
41576
41577         * m4/inline.m4: New file.
41578         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
41579         * modules/list (Files): Add m4/inline.m4.
41580         * modules/oset (Files): Likewise.
41581
41582 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
41583
41584         * lib/idcache.c: Include <stddef.h>, for offsetof.
41585         (struct userid.name): Change from char * to a flexible array member.
41586         All uses changed.
41587         * modules/idcache (Depends-on): Add flexmember.
41588
41589         * MODULES.html.sh (Core language properties): New module flexmember.
41590         * modules/flexmember, m4/flexmember.m4: New files.
41591
41592         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
41593         inline functions that are identical with the old xnmalloc_inline,
41594         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
41595         that we can avoid some unnecessary integer multiplications and
41596         divisions in the common case where the element size is known at
41597         compile time.
41598         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
41599         needed.
41600         (xnboundedmalloc): Remove.
41601         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
41602         arguments, for consistency with rest of this header.
41603         (xcharalloc): Rewrite using XNMALLOC.
41604         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
41605         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
41606         versions have been moved to lib/xalloc.h and renamed to be the
41607         non-*_inline versions.
41608         (xmalloc, xrealloc): Implement without reference to the xnmalloc
41609         and xnrealloc functions, since those functions are now inline and
41610         now call us.
41611         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
41612         renaming described above.
41613         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
41614         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
41615         captures the dependency in AC_C_INLINE.
41616
41617         New module canonicalize-lgpl, proposed by Charles Wilson in
41618         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
41619         with a few small changes afterwards.
41620         * MODULES.html.sh (File system functions): New module
41621         canonicalize-lgpl.
41622         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
41623         and canonicalize_file_name.
41624         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
41625         * modules/canonicalize-lgpl: New files.
41626
41627 2006-11-05  Bruno Haible  <bruno@clisp.org>
41628
41629         * gnulib-tool (func_import, func_create_testdir): Create directories
41630         also for files in subdirectories of lib/.
41631
41632 2006-11-05  Bruno Haible  <bruno@clisp.org>
41633
41634         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
41635         ANSI C compliant.
41636
41637 2006-11-03  Bruno Haible  <bruno@clisp.org>
41638
41639         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
41640         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
41641         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
41642         (xnboundedmalloc): New inline function.
41643         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
41644         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
41645         xmalloc.
41646         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
41647         xmalloc.
41648         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
41649         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
41650         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
41651         xmalloc.
41652         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
41653         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
41654         xmalloc.
41655         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
41656         gl_tree_add_after): Use XMALLOC instead of xmalloc.
41657         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
41658         xmalloc.
41659         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
41660         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
41661         gl_tree_add_after): Use XMALLOC instead of xmalloc.
41662         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
41663         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
41664         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
41665         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
41666
41667 2006-11-03  Bruno Haible  <bruno@clisp.org>
41668
41669         * lib/c-ctype.h [C++]: Define functions without name mangling.
41670         * lib/fwriteerror.h [C++]: Likewise.
41671         * lib/gcd.h [C++]: Likewise.
41672         * lib/linebreak.h [C++]: Likewise.
41673
41674 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
41675
41676         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
41677         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
41678         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
41679         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
41680         Check for functions and headers just once.
41681         Check for declaration of canonicalize_file_name.
41682         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
41683
41684 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
41685
41686         * gnulib-tool (func_import): Fix typo in actioncmd.
41687
41688 2006-11-02  Bruno Haible  <bruno@clisp.org>
41689
41690         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
41691         newline sequence in the Makefile.am snippet as a space, like "make"
41692         does.
41693         Reported by Roger Persson <perrog@gmail.com>.
41694
41695 2006-11-01  Bruno Haible  <bruno@clisp.org>
41696
41697         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
41698         already declared in <string.h>.
41699         * lib/strcase.h (strncasecmp): Don't declare it if yes.
41700
41701 2006-11-01  Bruno Haible  <bruno@clisp.org>
41702
41703         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
41704         * lib/strcase.h: Include <string.h>.
41705         (strcasecmp): Define to rpl_strcasecmp here.
41706
41707 2006-11-01  Bruno Haible  <bruno@clisp.org>
41708
41709         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
41710
41711 2006-11-01  Eric Blake  <ebb9@byu.net>
41712
41713         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
41714
41715         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
41716
41717 2006-10-29  Bruno Haible  <bruno@clisp.org>
41718
41719         Make it compile in C++ mode.
41720         * lib/full-write.c (full_rw): Add a cast.
41721
41722 2006-11-01  Bruno Haible  <bruno@clisp.org>
41723
41724         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
41725         be POSIX compliant.
41726         Reported by Roger Persson <perrog@gmail.com>.
41727
41728 2006-11-01  Eric Blake  <ebb9@byu.net>
41729
41730         * lib/getopt_.h: Fix comments.
41731
41732 2006-10-31  Eric Blake  <ebb9@byu.net>
41733
41734         * modules/tmpdir (Depends-on): Add sys_stat.
41735         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
41736         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
41737         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
41738         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
41739         tempname.
41740
41741 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
41742
41743         Avoid some C++ diagnostics reported by Bruno Haible.
41744         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
41745         xmalloc.
41746         (quotearg_alloc): Use xcharalloc rather than xmalloc.
41747         (struct slotvec): Move to top level.
41748         (quotearg_n_options): Rewrite to avoid xmalloc.
41749         * lib/xalloc.h (xcharalloc): New function.
41750         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
41751         [defined __cplusplus]: Add function template that provides result
41752         type propagation.  This part of the change is from Bruno Haible.
41753
41754 2006-10-29  Bruno Haible  <bruno@clisp.org>
41755
41756         Make it compile in C++ mode.
41757         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
41758         * lib/strnlen1.c (strnlen1): Cast memchr result.
41759         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
41760         * lib/clean-temp.c (string_equals, string_hash): Add casts.
41761         (create_temp_dir): Rename local variable 'template'.
41762         (compile_csharp_using_sscli): Add cast.
41763         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
41764         * lib/findprog.c (find_in_path): Likewise.
41765         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
41766         * lib/wait-process.c (register_slave_subprocess): Likewise.
41767
41768 2006-10-22  Bruno Haible  <bruno@clisp.org>
41769
41770         * modules/tsearch: New file.
41771         * lib/tsearch.h: New file.
41772         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
41773         * m4/tsearch.m4: New file.
41774         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
41775
41776 2006-10-29  Eric Blake  <ebb9@byu.net>
41777
41778         * lib/arcfour.c: Assume config.h.
41779         * lib/arctwo.c: Likewise.
41780         * lib/base64.c: Likewise.
41781         * lib/check-version.c: Likewise.
41782         * lib/crc.c: Likewise.
41783         * lib/des.c: Likewise.
41784         * lib/gc-gnulib.c: Likewise.
41785         * lib/gc-libgcrypt.c: Likewise.
41786         * lib/gc-pbkdf2-sha1.c: Likewise.
41787         * lib/getaddrinfo.c: Likewise.
41788         * lib/getdelim.c: Likewise.
41789         * lib/getline.c: Likewise.
41790         * lib/hmac-md5.c: Likewise.
41791         * lib/hmac-sha1.c: Likewise.
41792         * lib/iconvme.c: Likewise.
41793         * lib/md2.c: Likewise.
41794         * lib/md4.c: Likewise.
41795         * lib/memxor.c: Likewise.
41796         * lib/read-file.c: Likewise.
41797         * lib/readline.c: Likewise.
41798         * lib/rijndael-alg-fst.c: Likewise.
41799         * lib/rijndael-api-fst.c: Likewise.
41800         * lib/xgetdomainname.c: Likewise.
41801
41802 2006-10-28  Eric Blake  <ebb9@byu.net>
41803
41804         * lib/xstrndup.c: Assume config.h.
41805
41806 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
41807
41808         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
41809         stat-macros.h is now for our own macros, whereas stat_h is for
41810         macros in the <sys/stat.h> name space.
41811         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
41812         (STAT_MACROS_H): Remove.
41813         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
41814         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
41815         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
41816         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
41817         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
41818         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
41819         Move these macros to ...
41820         * lib/stat_.h: here.  Don't include stat-macros.h.
41821         * lib/canonicalize.c: Don't include stat-macros.h.
41822         * lib/chown.c: Likewise.
41823         * lib/euidaccess.c: Likewise.
41824         * lib/file-type.c: Likewise.
41825         * lib/filemode.c: Likewise.
41826         * lib/glob.c: Likewise.
41827         * lib/isapipe.c: Likewise.
41828         * lib/lchown.c: Likewise.
41829         * lib/lstat.c: Likewise.
41830         * lib/mkdir-p.c: Likewise.
41831         * lib/rmdir.c: Likewise.
41832         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
41833         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
41834         unless mkdir isn't declared, to speed up 'configure'.
41835         Always create sys/stat.h, since it's unlikely any real sys/stat.h
41836         would define all the S_* symbols.
41837         * modules/canonicalize (Depends-on):
41838         Depend on sys_stat, not stat-macros.
41839         * modules/chown: Likewise.
41840         * modules/euidaccess: Likewise.
41841         * modules/filemode: Likewise.
41842         * modules/file-type: Likewise.
41843         * modules/glob: Likewise.
41844         * modules/isapipe: Likewise.
41845         * modules/lchown: Likewise.
41846         * modules/lstat: Likewise.
41847         * modules/mkancesdirs: Likewise.
41848         * modules/rmdir: Likewise.
41849         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
41850         * modules/modechange: Likewise.
41851         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
41852         (configure.ac): Remove gl_STAT_MACROS.
41853         * modules/sys_stat (Depends-on): Remove stat-macros.
41854
41855 2006-10-27  Bruno Haible  <bruno@clisp.org>
41856
41857         * m4/signed.m4: Remove file.
41858         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
41859         invocation.
41860         * modules/vasnprintf (Files): Remove m4/signed.m4.
41861
41862 2006-10-27  Bruno Haible  <bruno@clisp.org>
41863
41864         Update to GNU gettext 0.16.
41865         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
41866         m4/inttypes-h.m4, m4/signed.m4.
41867         * m4/gettext.m4: Update to GNU gettext 0.16.
41868         * m4/intl.m4: New file, from GNU gettext.
41869         * m4/intldir.m4: New file, from GNU gettext.
41870         * config/srclist.txt: Update
41871
41872 2006-10-27  Eric Blake  <ebb9@byu.net>
41873
41874         * MODULES.html.sh: Document tempname.
41875         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
41876         dependencies.
41877         (Files): Move lib/tempname.c...
41878         * modules/tempname: ...to this new module.
41879         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
41880         (gl_PREREQ_TEMPNAME): Move...
41881         * m4/tempname.m4: ...to this new file.
41882         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
41883         * modules/sys_stat (Depends-on): Add stat-macros.
41884         * lib/stat_.h (includes): Pick up stat macros.
41885         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
41886         if stat macros are broken.
41887         * lib/tempname.c (includes): No need to include "stat-macros.h".
41888         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
41889         (direxists, __path_search) [!_LIBC]: Don't compile these in
41890         gnulib; the tmpdir module covers that.
41891         * lib/tempname.h: New file.
41892
41893 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
41894
41895         * COPYING: Explain how gnulib-tool converts licence headers.
41896         Almost all wording by Eric Blake.
41897
41898 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
41899
41900         * lib/mbchar.h (is_basic_table): Make read-only.
41901         * lib/mbchar.c (is_basic_table): Likewise.
41902         Reported by John Darrington.
41903
41904 2006-10-25  Bruno Haible  <bruno@clisp.org>
41905
41906         * lib/progname.h (set_program_name): Undefine before defining.
41907
41908 2006-10-25  Bruno Haible  <bruno@clisp.org>
41909
41910         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
41911         false for non-gcc C++ compilers.
41912         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
41913
41914 2006-10-24  Bruno Haible  <bruno@clisp.org>
41915
41916         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
41917         iconv implementations like Irix iconv.
41918
41919 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41920
41921         * modules/vararrays: New file.
41922         * m4/vararrays.m4: New file, taken from diffutils.
41923         * MODULES.html.sh: New module vararrays.
41924
41925 2006-10-24  Karl Berry  <karl@gnu.org>
41926
41927         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
41928         Don't call GNU Unix.
41929
41930 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41931
41932         * users.txt: Add Libtool.
41933
41934         Sync from Libtool:
41935
41936         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41937
41938         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
41939         to gnulib's policy of including config.h unconditionally.
41940
41941 2006-10-24  Bruno Haible  <bruno@clisp.org>
41942
41943         * modules/wcwidth (Files): Add m4/wint_t.m4.
41944         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
41945         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
41946
41947 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41948
41949         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
41950         to pacify GCC with some -W flags enabled.  Problem reported by
41951         Bruno Haible.
41952
41953 2006-10-24  Jim Meyering  <jim@meyering.net>
41954
41955         * MODULES.html.sh: Remove uinttostr.  It's not a module.
41956         Reported by Karl Berry.
41957
41958 2006-10-23  Bruno Haible  <bruno@clisp.org>
41959
41960         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
41961
41962 2006-10-24  Bruno Haible  <bruno@clisp.org>
41963
41964         * lib/gl_list.h: Use C comment style, not C++ comment style.
41965
41966 2006-10-23  Eric Blake  <ebb9@byu.net>
41967
41968         * lib/getaddrinfo.c (includes): Add missing include.
41969
41970 2006-10-23  Bruno Haible  <bruno@clisp.org>
41971             Paul Eggert  <eggert@cs.ucla.edu>
41972
41973         Ability to rename obstack_free.
41974         * lib/obstack.h (__obstack_free): New macro. Declare instead of
41975         obstack_free.
41976         (obstack_free): Invoke the __obstack_free macro.
41977         * lib/obstack.c (obstack_free): Use __obstack_free macro.
41978
41979 2006-10-23  Bruno Haible  <bruno@clisp.org>
41980             Paul Eggert  <eggert@cs.ucla.edu>
41981
41982         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
41983         __argc, __argv from the declaration. (They are defined as macros on
41984         mingw.)
41985
41986 2006-10-22  Bruno Haible  <bruno@clisp.org>
41987
41988         * doc/gnulib-intro.texi: New file.
41989         * doc/gnulib.texi: Include it.
41990
41991 2006-10-21  Bruno Haible  <bruno@clisp.org>
41992
41993         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
41994         "Introduction", "Miscellanous Notes", "Particular Modules".
41995
41996 2006-10-21  Bruno Haible  <bruno@clisp.org>
41997
41998         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
41999         Change mostlyclean-local rule to avoid sh syntax error from bash
42000         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
42001
42002 2006-10-23  Jim Meyering  <jim@meyering.net>
42003
42004         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
42005         in place of snprintf.
42006
42007         * modules/inttostr (Files): Add lib/uinttostr.c.
42008         * lib/uinttostr.c (inttostr): New file/function.
42009         * lib/inttostr.h (uinttostr): Declare.
42010         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
42011         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
42012         Add uinttostr.
42013         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
42014
42015 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
42016
42017         * lib/canonicalize.c (ELOOP): Define if not already defined.
42018         Problem reported by Bruno Haible in
42019         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
42020
42021 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
42022
42023         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
42024         Problem reported by Perry Smith and Ville Laurikari.
42025
42026         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
42027         uses.
42028
42029 2006-10-19  Bruno Haible  <bruno@clisp.org>
42030
42031         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
42032         for mingw.
42033
42034 2006-10-19  Bruno Haible  <bruno@clisp.org>
42035
42036         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
42037         Needed for mingw.
42038
42039 2006-10-19  Bruno Haible  <bruno@clisp.org>
42040
42041         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
42042
42043 2006-10-19  Bruno Haible  <bruno@clisp.org>
42044
42045         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
42046         it.
42047
42048 2006-10-19  Bruno Haible  <bruno@clisp.org>
42049
42050         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
42051         invocation.
42052
42053 2006-10-19  Bruno Haible  <bruno@clisp.org>
42054
42055         * gnulib-tool (func_create_testdir): Don't include ftruncate and
42056         mountlist by default.
42057
42058 2006-10-16  Bruno Haible  <bruno@clisp.org>
42059
42060         * lib/c-strstr.c: Include c-strstr.h.
42061
42062 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
42063
42064         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
42065         in a slash.
42066
42067 2006-10-18  Bruno Haible  <bruno@clisp.org>
42068
42069         * lib/lock.h [C++]: Wrap definitions in extern "C".
42070
42071 2006-10-18  Bruno Haible  <bruno@clisp.org>
42072
42073         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
42074         gl_LIBOBJS list.
42075
42076 2006-10-18  Bruno Haible  <bruno@clisp.org>
42077
42078         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
42079
42080 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
42081
42082         * lib/xstrtol.h: Include gettext.h.
42083         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
42084         Problem reported by Eric Blake.
42085         * modules/xstrtol (Depends-on): Add gettext-h.
42086
42087 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
42088
42089         * lib/strftime.c (advance): New macro.
42090         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
42091         incomplete type, so you can't add 0 to it.  Problem and patch
42092         reported by Eelco Dolstra for dietlibc.
42093
42094 2006-10-18  Jim Meyering  <jim@meyering.net>
42095
42096         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
42097         type for a local, and rename it: s/up/user_proc/.
42098
42099 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
42100
42101         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
42102         READ_UTMP_USER_PROCESS.
42103         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
42104
42105 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
42106
42107         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
42108         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
42109
42110 2006-10-17  Eric Blake  <ebb9@byu.net>
42111
42112         * lib/sigprocmask.c (sigprocmask): Fix typo.
42113
42114         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
42115
42116         * modules/clean-temp (Makefile.am): Don't add to make output...
42117         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
42118         config.h.
42119
42120 2006-10-17  Bruno Haible  <bruno@clisp.org>
42121
42122         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
42123         differently if DEFAULT_TEXT_DOMAIN is set.
42124
42125 2006-10-16  Bruno Haible  <bruno@clisp.org>
42126
42127         * lib/clean-temp.c: Include fwriteerror.h.
42128
42129 2006-10-16  Bruno Haible  <bruno@clisp.org>
42130
42131         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
42132
42133 2006-10-16  Bruno Haible  <bruno@clisp.org>
42134
42135         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
42136         * lib/sigprocmask.h: Include <sys/types.h>.
42137         (sigset_t): Use the system's definition if present.
42138
42139 2006-10-17  Eric Blake  <ebb9@byu.net>
42140
42141         * lib/xvasprintf.c (includes): Assume config.h.
42142         * lib/xasprintf.c (includes): Likewise.
42143
42144 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
42145
42146         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
42147         at least as wide as intmax_t.
42148
42149 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
42150
42151         (Imported from Automake.)
42152         * build-aux/gnupload: Update to version 1.1 of directive file.
42153
42154 2006-10-16  Eric Blake  <ebb9@byu.net>
42155
42156         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
42157         match Automake 1.10a.
42158
42159 2006-10-14  Bruno Haible  <bruno@clisp.org>
42160
42161         * modules/sigprocmask: New file.
42162         * lib/sigprocmask.h: New file.
42163         * lib/sigprocmask.c: New file.
42164         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
42165         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
42166         request sigprocmask.o.
42167         (gl_PREREQ_SIGPROCMASK): New macro.
42168         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
42169         (Depends-on): Add sigprocmask.
42170         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
42171         gt_SIGNALBLOCKING. Test for 'raise' only once.
42172         * lib/fatal-signal.c: Include sigprocmask.h.
42173         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
42174         unblock_fatal_signals): Define always.
42175         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
42176         sigprocmask.
42177
42178 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
42179
42180         Sync from Automake.
42181         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
42182         which incorrectly sets the mode of an existing destination
42183         directory.  In some cases the unpatched install-sh could do the
42184         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
42185         system.  We hope this is rare in practice, but it's clearly worth
42186         fixing.  Problem reported by Alex Unleashed in
42187         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
42188         Also, don't bother to check for -m bugs unless we're using -m;
42189         suggested by Stepan Kasal.
42190
42191 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42192
42193         Sync from Automake.
42194         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
42195         `-c' flag, so they appear at the same position as in %FASTDEP%
42196         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
42197         which ignores unknown options only after the first non-option.
42198         Bug report against M4 by Nelson H. F. Beebe.
42199
42200 2006-10-13  Jim Meyering  <jim@meyering.net>
42201
42202         Fix a bug in yesterday's change.
42203         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
42204         p->fts_statp->st_dev would be used uninitialized.
42205         Ensures that we always call fts_stat on the very first entry.
42206         Miklos Szeredi reported that find -xdev stopped working.
42207
42208 2006-10-12  Bruno Haible  <bruno@clisp.org>
42209
42210         * gnulib-tool (func_get_automake_snippet): Append an automatically
42211         computed EXTRA_DIST augmentation.
42212         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
42213         * modules/alloca-opt (Makefile.am): Likewise.
42214         * modules/allocsa (Makefile.am): Likewise.
42215         * modules/arcfour (Makefile.am): Likewise.
42216         * modules/arctwo (Makefile.am): Likewise.
42217         * modules/argmatch (Makefile.am): Likewise.
42218         * modules/argz (Makefile.am): Likewise.
42219         * modules/atexit (Makefile.am): Likewise.
42220         * modules/backupfile (Makefile.am): Likewise.
42221         * modules/byteswap (Makefile.am): Likewise.
42222         * modules/c-strtod (Makefile.am): Likewise.
42223         * modules/c-strtold (Makefile.am): Likewise.
42224         * modules/calloc (Makefile.am): Likewise.
42225         * modules/canon-host (Makefile.am): Likewise.
42226         * modules/canonicalize (Makefile.am): Likewise.
42227         * modules/chdir-long (Makefile.am): Likewise.
42228         * modules/chdir-safer (Makefile.am): Likewise.
42229         * modules/check-version (Makefile.am): Likewise.
42230         * modules/chown (Makefile.am): Likewise.
42231         * modules/cloexec (Makefile.am): Likewise.
42232         * modules/close-stream (Makefile.am): Likewise.
42233         * modules/closeout (Makefile.am): Likewise.
42234         * modules/crc (Makefile.am): Likewise.
42235         * modules/csharpexec (Makefile.am): Likewise.
42236         * modules/cycle-check (Makefile.am): Likewise.
42237         * modules/des (Makefile.am): Likewise.
42238         * modules/dev-ino (Makefile.am): Likewise.
42239         * modules/dirfd (Makefile.am): Likewise.
42240         * modules/dirname (Makefile.am): Likewise.
42241         * modules/dup2 (Makefile.am): Likewise.
42242         * modules/eealloc (Makefile.am): Likewise.
42243         * modules/error (Makefile.am): Likewise.
42244         * modules/euidaccess (Makefile.am): Likewise.
42245         * modules/exclude (Makefile.am): Likewise.
42246         * modules/exitfail (Makefile.am): Likewise.
42247         * modules/fcntl-safer (Makefile.am): Likewise.
42248         * modules/fcntl (Makefile.am): Likewise.
42249         * modules/file-type (Makefile.am): Likewise.
42250         * modules/fileblocks (Makefile.am): Likewise.
42251         * modules/filemode (Makefile.am): Likewise.
42252         * modules/filenamecat (Makefile.am): Likewise.
42253         * modules/fnmatch (Makefile.am): Likewise.
42254         * modules/fopen-safer (Makefile.am): Likewise.
42255         * modules/fpending (Makefile.am): Likewise.
42256         * modules/fprintftime (Makefile.am): Likewise.
42257         * modules/free (Makefile.am): Likewise.
42258         * modules/fsusage (Makefile.am): Likewise.
42259         * modules/ftruncate (Makefile.am): Likewise.
42260         * modules/fts (Makefile.am): Likewise.
42261         * modules/gc-arcfour (Makefile.am): Likewise.
42262         * modules/gc-des (Makefile.am): Likewise.
42263         * modules/gc-hmac-md5 (Makefile.am): Likewise.
42264         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
42265         * modules/gc-md4 (Makefile.am): Likewise.
42266         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
42267         * modules/gc-sha1 (Makefile.am): Likewise.
42268         * modules/gc (Makefile.am): Likewise.
42269         * modules/getaddrinfo (Makefile.am): Likewise.
42270         * modules/getcwd (Makefile.am): Likewise.
42271         * modules/getdelim (Makefile.am): Likewise.
42272         * modules/getdomainname (Makefile.am): Likewise.
42273         * modules/getgroups (Makefile.am): Likewise.
42274         * modules/gethostname (Makefile.am): Likewise.
42275         * modules/gethrxtime (Makefile.am): Likewise.
42276         * modules/getline (Makefile.am): Likewise.
42277         * modules/getloadavg (Makefile.am): Likewise.
42278         * modules/getlogin_r (Makefile.am): Likewise.
42279         * modules/getndelim2 (Makefile.am): Likewise.
42280         * modules/getopt (Makefile.am): Likewise.
42281         * modules/getpagesize (Makefile.am): Likewise.
42282         * modules/getpass-gnu (Makefile.am): Likewise.
42283         * modules/getpass (Makefile.am): Likewise.
42284         * modules/getsubopt (Makefile.am): Likewise.
42285         * modules/gettime (Makefile.am): Likewise.
42286         * modules/gettimeofday (Makefile.am): Likewise.
42287         * modules/getugroups (Makefile.am): Likewise.
42288         * modules/getusershell (Makefile.am): Likewise.
42289         * modules/glob (Makefile.am): Likewise.
42290         * modules/group-member (Makefile.am): Likewise.
42291         * modules/hard-locale (Makefile.am): Likewise.
42292         * modules/hash (Makefile.am): Likewise.
42293         * modules/hmac-md5 (Makefile.am): Likewise.
42294         * modules/hmac-sha1 (Makefile.am): Likewise.
42295         * modules/human (Makefile.am): Likewise.
42296         * modules/idcache (Makefile.am): Likewise.
42297         * modules/imaxabs (Makefile.am): Likewise.
42298         * modules/imaxdiv (Makefile.am): Likewise.
42299         * modules/inet_ntop (Makefile.am): Likewise.
42300         * modules/inet_pton (Makefile.am): Likewise.
42301         * modules/intprops (Makefile.am): Likewise.
42302         * modules/inttostr (Makefile.am): Likewise.
42303         * modules/inttypes (Makefile.am): Likewise.
42304         * modules/isapipe (Makefile.am): Likewise.
42305         * modules/javaversion (Makefile.am): Likewise.
42306         * modules/lchmod (Makefile.am): Likewise.
42307         * modules/lchown (Makefile.am): Likewise.
42308         * modules/localcharset (Makefile.am): Likewise.
42309         * modules/long-options (Makefile.am): Likewise.
42310         * modules/lstat (Makefile.am): Likewise.
42311         * modules/malloc (Makefile.am): Likewise.
42312         * modules/mathl (Makefile.am): Likewise.
42313         * modules/mbchar (Makefile.am): Likewise.
42314         * modules/md2 (Makefile.am): Likewise.
42315         * modules/md4 (Makefile.am): Likewise.
42316         * modules/md5 (Makefile.am): Likewise.
42317         * modules/memcasecmp (Makefile.am): Likewise.
42318         * modules/memchr (Makefile.am): Likewise.
42319         * modules/memcmp (Makefile.am): Likewise.
42320         * modules/memcoll (Makefile.am): Likewise.
42321         * modules/memcpy (Makefile.am): Likewise.
42322         * modules/memmem (Makefile.am): Likewise.
42323         * modules/memmove (Makefile.am): Likewise.
42324         * modules/mempcpy (Makefile.am): Likewise.
42325         * modules/memrchr (Makefile.am): Likewise.
42326         * modules/memset (Makefile.am): Likewise.
42327         * modules/memxor (Makefile.am): Likewise.
42328         * modules/mkancesdirs (Makefile.am): Likewise.
42329         * modules/mkdir-p (Makefile.am): Likewise.
42330         * modules/mkdir (Makefile.am): Likewise.
42331         * modules/mkdtemp (Makefile.am): Likewise.
42332         * modules/mkstemp (Makefile.am): Likewise.
42333         * modules/mktime (Makefile.am): Likewise.
42334         * modules/modechange (Makefile.am): Likewise.
42335         * modules/mountlist (Makefile.am): Likewise.
42336         * modules/nanosleep (Makefile.am): Likewise.
42337         * modules/obstack (Makefile.am): Likewise.
42338         * modules/openat (Makefile.am): Likewise.
42339         * modules/pagealign_alloc (Makefile.am): Likewise.
42340         * modules/pathmax (Makefile.am): Likewise.
42341         * modules/physmem (Makefile.am): Likewise.
42342         * modules/poll (Makefile.am): Likewise.
42343         * modules/posixtm (Makefile.am): Likewise.
42344         * modules/posixver (Makefile.am): Likewise.
42345         * modules/putenv (Makefile.am): Likewise.
42346         * modules/quote (Makefile.am): Likewise.
42347         * modules/quotearg (Makefile.am): Likewise.
42348         * modules/raise (Makefile.am): Likewise.
42349         * modules/read-file (Makefile.am): Likewise.
42350         * modules/readline (Makefile.am): Likewise.
42351         * modules/readlink (Makefile.am): Likewise.
42352         * modules/readtokens (Makefile.am): Likewise.
42353         * modules/readutmp (Makefile.am): Likewise.
42354         * modules/realloc (Makefile.am): Likewise.
42355         * modules/regex (Makefile.am): Likewise.
42356         * modules/rename-dest-slash (Makefile.am): Likewise.
42357         * modules/rename (Makefile.am): Likewise.
42358         * modules/rijndael (Makefile.am): Likewise.
42359         * modules/rmdir (Makefile.am): Likewise.
42360         * modules/rpmatch (Makefile.am): Likewise.
42361         * modules/safe-read (Makefile.am): Likewise.
42362         * modules/safe-write (Makefile.am): Likewise.
42363         * modules/same-inode (Makefile.am): Likewise.
42364         * modules/same (Makefile.am): Likewise.
42365         * modules/save-cwd (Makefile.am): Likewise.
42366         * modules/savedir (Makefile.am): Likewise.
42367         * modules/setenv (Makefile.am): Likewise.
42368         * modules/settime (Makefile.am): Likewise.
42369         * modules/sha1 (Makefile.am): Likewise.
42370         * modules/sig2str (Makefile.am): Likewise.
42371         * modules/snprintf (Makefile.am): Likewise.
42372         * modules/stat-macros (Makefile.am): Likewise.
42373         * modules/stat-time (Makefile.am): Likewise.
42374         * modules/stdbool (Makefile.am): Likewise.
42375         * modules/stdint (Makefile.am): Likewise.
42376         * modules/stdlib-safer (Makefile.am): Likewise.
42377         * modules/stpcpy (Makefile.am): Likewise.
42378         * modules/stpncpy (Makefile.am): Likewise.
42379         * modules/strcase (Makefile.am): Likewise.
42380         * modules/strcasestr (Makefile.am): Likewise.
42381         * modules/strchrnul (Makefile.am): Likewise.
42382         * modules/strcspn (Makefile.am): Likewise.
42383         * modules/strdup (Makefile.am): Likewise.
42384         * modules/strerror (Makefile.am): Likewise.
42385         * modules/strftime (Makefile.am): Likewise.
42386         * modules/strndup (Makefile.am): Likewise.
42387         * modules/strnlen (Makefile.am): Likewise.
42388         * modules/strpbrk (Makefile.am): Likewise.
42389         * modules/strsep (Makefile.am): Likewise.
42390         * modules/strstr (Makefile.am): Likewise.
42391         * modules/strtod (Makefile.am): Likewise.
42392         * modules/strtoimax (Makefile.am): Likewise.
42393         * modules/strtok_r (Makefile.am): Likewise.
42394         * modules/strtol (Makefile.am): Likewise.
42395         * modules/strtoll (Makefile.am): Likewise.
42396         * modules/strtoul (Makefile.am): Likewise.
42397         * modules/strtoull (Makefile.am): Likewise.
42398         * modules/strtoumax (Makefile.am): Likewise.
42399         * modules/strverscmp (Makefile.am): Likewise.
42400         * modules/sys_socket (Makefile.am): Likewise.
42401         * modules/sys_stat (Makefile.am): Likewise.
42402         * modules/sysexits (Makefile.am): Likewise.
42403         * modules/time_r (Makefile.am): Likewise.
42404         * modules/timegm (Makefile.am): Likewise.
42405         * modules/timespec (Makefile.am): Likewise.
42406         * modules/tmpfile-safer (Makefile.am): Likewise.
42407         * modules/trim (Makefile.am): Likewise.
42408         * modules/unistd-safer (Makefile.am): Likewise.
42409         * modules/unlinkdir (Makefile.am): Likewise.
42410         * modules/unlocked-io (Makefile.am): Likewise.
42411         * modules/userspec (Makefile.am): Likewise.
42412         * modules/utime (Makefile.am): Likewise.
42413         * modules/utimecmp (Makefile.am): Likewise.
42414         * modules/utimens (Makefile.am): Likewise.
42415         * modules/vasnprintf (Makefile.am): Likewise.
42416         * modules/vasprintf (Makefile.am): Likewise.
42417         * modules/vsnprintf (Makefile.am): Likewise.
42418         * modules/xalloc (Makefile.am): Likewise.
42419         * modules/xgetcwd (Makefile.am): Likewise.
42420         * modules/xnanosleep (Makefile.am): Likewise.
42421         * modules/xreadlink (Makefile.am): Likewise.
42422         * modules/xstrtod (Makefile.am): Likewise.
42423         * modules/xstrtol (Makefile.am): Likewise.
42424         * modules/xstrtold (Makefile.am): Likewise.
42425         * modules/yesno (Makefile.am): Likewise.
42426         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
42427
42428 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
42429
42430         * modules/error (Makefile.am): Distribute files through
42431         EXTRA_DIST, not lib_SOURCES.
42432
42433 2006-10-12  Eric Blake  <ebb9@byu.net>
42434
42435         * modules/error (Makefile.am): Distribute files in /lib.
42436         * modules/obstack (Makefile.am): Likewise.
42437
42438 2006-10-12  Bruno Haible  <bruno@clisp.org>
42439
42440         * modules/acl (Makefile.am): Distribute all files in lib/ through
42441         EXTRA_DIST.
42442         * modules/arcfour (Makefile.am): Likewise.
42443         * modules/arctwo (Makefile.am): Likewise.
42444         * modules/argmatch (Makefile.am): Likewise.
42445         * modules/argz (Makefile.am): Likewise.
42446         * modules/atexit (Makefile.am): Likewise.
42447         * modules/backupfile (Makefile.am): Likewise.
42448         * modules/c-strtod (Makefile.am): Likewise.
42449         * modules/c-strtold (Makefile.am): Likewise.
42450         * modules/calloc (Makefile.am): Likewise.
42451         * modules/canon-host (Makefile.am): Likewise.
42452         * modules/canonicalize (Makefile.am): Likewise.
42453         * modules/chdir-long (Makefile.am): Likewise.
42454         * modules/chdir-safer (Makefile.am): Likewise.
42455         * modules/check-version (Makefile.am): Likewise.
42456         * modules/chown (Makefile.am): Likewise.
42457         * modules/cloexec (Makefile.am): Likewise.
42458         * modules/close-stream (Makefile.am): Likewise.
42459         * modules/closeout (Makefile.am): Likewise.
42460         * modules/crc (Makefile.am): Likewise.
42461         * modules/cycle-check (Makefile.am): Likewise.
42462         * modules/des (Makefile.am): Likewise.
42463         * modules/dirfd (Makefile.am): Likewise.
42464         * modules/dirname (Makefile.am): Likewise.
42465         * modules/dup2 (Makefile.am): Likewise.
42466         * modules/euidaccess (Makefile.am): Likewise.
42467         * modules/exclude (Makefile.am): Likewise.
42468         * modules/exitfail (Makefile.am): Likewise.
42469         * modules/fcntl-safer (Makefile.am): Likewise.
42470         * modules/file-type (Makefile.am): Likewise.
42471         * modules/fileblocks (Makefile.am): Likewise.
42472         * modules/filemode (Makefile.am): Likewise.
42473         * modules/filenamecat (Makefile.am): Likewise.
42474         * modules/fnmatch (Makefile.am): Likewise.
42475         * modules/fopen-safer (Makefile.am): Likewise.
42476         * modules/fpending (Makefile.am): Likewise.
42477         * modules/fprintftime (Makefile.am): Likewise.
42478         * modules/free (Makefile.am): Likewise.
42479         * modules/fsusage (Makefile.am): Likewise.
42480         * modules/ftruncate (Makefile.am): Likewise.
42481         * modules/fts (Makefile.am): Likewise.
42482         * modules/gc (Makefile.am): Likewise.
42483         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
42484         * modules/getaddrinfo (Makefile.am): Likewise.
42485         * modules/getcwd (Makefile.am): Likewise.
42486         * modules/getdelim (Makefile.am): Likewise.
42487         * modules/getdomainname (Makefile.am): Likewise.
42488         * modules/getgroups (Makefile.am): Likewise.
42489         * modules/gethostname (Makefile.am): Likewise.
42490         * modules/gethrxtime (Makefile.am): Likewise.
42491         * modules/getline (Makefile.am): Likewise.
42492         * modules/getloadavg (Makefile.am): Likewise.
42493         * modules/getlogin_r (Makefile.am): Likewise.
42494         * modules/getopt (Makefile.am): Likewise.
42495         * modules/getpass (Makefile.am): Likewise.
42496         * modules/getpass-gnu (Makefile.am): Likewise.
42497         * modules/getsubopt (Makefile.am): Likewise.
42498         * modules/gettime (Makefile.am): Likewise.
42499         * modules/gettimeofday (Makefile.am): Likewise.
42500         * modules/getugroups (Makefile.am): Likewise.
42501         * modules/getusershell (Makefile.am): Likewise.
42502         * modules/glob (Makefile.am): Likewise.
42503         * modules/group-member (Makefile.am): Likewise.
42504         * modules/hard-locale (Makefile.am): Likewise.
42505         * modules/hash (Makefile.am): Likewise.
42506         * modules/hmac-md5 (Makefile.am): Likewise.
42507         * modules/hmac-sha1 (Makefile.am): Likewise.
42508         * modules/human (Makefile.am): Likewise.
42509         * modules/idcache (Makefile.am): Likewise.
42510         * modules/imaxabs (Makefile.am): Likewise.
42511         * modules/imaxdiv (Makefile.am): Likewise.
42512         * modules/inet_ntop (Makefile.am): Likewise.
42513         * modules/inet_pton (Makefile.am): Likewise.
42514         * modules/inttostr (Makefile.am): Likewise.
42515         * modules/isapipe (Makefile.am): Likewise.
42516         * modules/lchown (Makefile.am): Likewise.
42517         * modules/long-options (Makefile.am): Likewise.
42518         * modules/lstat (Makefile.am): Likewise.
42519         * modules/malloc (Makefile.am): Likewise.
42520         * modules/mathl (Makefile.am): Likewise.
42521         * modules/mbchar (Makefile.am): Likewise.
42522         * modules/md2 (Makefile.am): Likewise.
42523         * modules/md4 (Makefile.am): Likewise.
42524         * modules/md5 (Makefile.am): Likewise.
42525         * modules/memcasecmp (Makefile.am): Likewise.
42526         * modules/memchr (Makefile.am): Likewise.
42527         * modules/memcmp (Makefile.am): Likewise.
42528         * modules/memcoll (Makefile.am): Likewise.
42529         * modules/memcpy (Makefile.am): Likewise.
42530         * modules/memmem (Makefile.am): Likewise.
42531         * modules/memmove (Makefile.am): Likewise.
42532         * modules/mempcpy (Makefile.am): Likewise.
42533         * modules/memrchr (Makefile.am): Likewise.
42534         * modules/memset (Makefile.am): Likewise.
42535         * modules/memxor (Makefile.am): Likewise.
42536         * modules/mkancesdirs (Makefile.am): Likewise.
42537         * modules/mkdir (Makefile.am): Likewise.
42538         * modules/mkdir-p (Makefile.am): Likewise.
42539         * modules/mkdtemp (Makefile.am): Likewise.
42540         * modules/mkstemp (Makefile.am): Likewise.
42541         * modules/mktime (Makefile.am): Likewise.
42542         * modules/modechange (Makefile.am): Likewise.
42543         * modules/mountlist (Makefile.am): Likewise.
42544         * modules/nanosleep (Makefile.am): Likewise.
42545         * modules/openat (Makefile.am): Likewise.
42546         * modules/pagealign_alloc (Makefile.am): Likewise.
42547         * modules/physmem (Makefile.am): Likewise.
42548         * modules/poll (Makefile.am): Likewise.
42549         * modules/posixtm (Makefile.am): Likewise.
42550         * modules/posixver (Makefile.am): Likewise.
42551         * modules/putenv (Makefile.am): Likewise.
42552         * modules/quote (Makefile.am): Likewise.
42553         * modules/quotearg (Makefile.am): Likewise.
42554         * modules/raise (Makefile.am): Likewise.
42555         * modules/read-file (Makefile.am): Likewise.
42556         * modules/readline (Makefile.am): Likewise.
42557         * modules/readlink (Makefile.am): Likewise.
42558         * modules/readtokens (Makefile.am): Likewise.
42559         * modules/readutmp (Makefile.am): Likewise.
42560         * modules/realloc (Makefile.am): Likewise.
42561         * modules/regex (Makefile.am): Likewise.
42562         * modules/rename (Makefile.am): Likewise.
42563         * modules/rename-dest-slash (Makefile.am): Likewise.
42564         * modules/rijndael (Makefile.am): Likewise.
42565         * modules/rmdir (Makefile.am): Likewise.
42566         * modules/rpmatch (Makefile.am): Likewise.
42567         * modules/safe-read (Makefile.am): Likewise.
42568         * modules/safe-write (Makefile.am): Likewise.
42569         * modules/same (Makefile.am): Likewise.
42570         * modules/save-cwd (Makefile.am): Likewise.
42571         * modules/savedir (Makefile.am): Likewise.
42572         * modules/setenv (Makefile.am): Likewise.
42573         * modules/settime (Makefile.am): Likewise.
42574         * modules/sha1 (Makefile.am): Likewise.
42575         * modules/sig2str (Makefile.am): Likewise.
42576         * modules/snprintf (Makefile.am): Likewise.
42577         * modules/stdlib-safer (Makefile.am): Likewise.
42578         * modules/stpcpy (Makefile.am): Likewise.
42579         * modules/stpncpy (Makefile.am): Likewise.
42580         * modules/strcase (Makefile.am): Likewise.
42581         * modules/strcasestr (Makefile.am): Likewise.
42582         * modules/strchrnul (Makefile.am): Likewise.
42583         * modules/strcspn (Makefile.am): Likewise.
42584         * modules/strdup (Makefile.am): Likewise.
42585         * modules/strerror (Makefile.am): Likewise.
42586         * modules/strftime (Makefile.am): Likewise.
42587         * modules/strndup (Makefile.am): Likewise.
42588         * modules/strnlen (Makefile.am): Likewise.
42589         * modules/strpbrk (Makefile.am): Likewise.
42590         * modules/strsep (Makefile.am): Likewise.
42591         * modules/strstr (Makefile.am): Likewise.
42592         * modules/strtod (Makefile.am): Likewise.
42593         * modules/strtoimax (Makefile.am): Likewise.
42594         * modules/strtok_r (Makefile.am): Likewise.
42595         * modules/strtol (Makefile.am): Likewise.
42596         * modules/strtoll (Makefile.am): Likewise.
42597         * modules/strtoul (Makefile.am): Likewise.
42598         * modules/strtoull (Makefile.am): Likewise.
42599         * modules/strtoumax (Makefile.am): Likewise.
42600         * modules/strverscmp (Makefile.am): Likewise.
42601         * modules/time_r (Makefile.am): Likewise.
42602         * modules/timegm (Makefile.am): Likewise.
42603         * modules/tmpfile-safer (Makefile.am): Likewise.
42604         * modules/unistd-safer (Makefile.am): Likewise.
42605         * modules/unlinkdir (Makefile.am): Likewise.
42606         * modules/userspec (Makefile.am): Likewise.
42607         * modules/utime (Makefile.am): Likewise.
42608         * modules/utimecmp (Makefile.am): Likewise.
42609         * modules/utimens (Makefile.am): Likewise.
42610         * modules/vasnprintf (Makefile.am): Likewise.
42611         * modules/vasprintf (Makefile.am): Likewise.
42612         * modules/vsnprintf (Makefile.am): Likewise.
42613         * modules/xalloc (Makefile.am): Likewise.
42614         * modules/xgetcwd (Makefile.am): Likewise.
42615         * modules/xnanosleep (Makefile.am): Likewise.
42616         * modules/xreadlink (Makefile.am): Likewise.
42617         * modules/xstrtod (Makefile.am): Likewise.
42618         * modules/xstrtol (Makefile.am): Likewise.
42619         * modules/xstrtold (Makefile.am): Likewise.
42620         * modules/yesno (Makefile.am): Likewise.
42621
42622 2006-10-12  Jim Meyering  <jim@meyering.net>
42623
42624         * m4/getloadavg.m4: Revert the change below.
42625
42626         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
42627         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
42628         fail with a symlink, which is what coreutils' ./bootstrap now
42629         creates by default.
42630
42631 2006-10-12  Bruno Haible  <bruno@clisp.org>
42632
42633         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
42634         mingw.
42635         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
42636         MSVC and mingw explicitly.
42637
42638 2006-10-11  Simon Josefsson  <jas@extundo.com>
42639             Bruno Haible  <bruno@clisp.org>
42640
42641         Add support for multiple gnulib-tool invocations in the scope of a
42642         single configure.ac file.
42643         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
42644         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
42645         with the same contents as the _LIBADD variable.
42646         (func_emit_initmacro_start, func_emit_initmacro_end,
42647         func_emit_initmacro_done): New functions.
42648         (func_import, func_create_testdir): Invoke them. Allow the identifiers
42649         gl_LIBOBJS and gl_LTLIBOBJS.
42650
42651 2006-10-11  Bruno Haible  <bruno@clisp.org>
42652
42653         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
42654         (func_create_testdir): Don't create po/Makefile.am, don't invoke
42655         autoreconf. Instead, invoke autopoint explicitly but move back the
42656         *.m4 files from gnulib.
42657
42658 2006-10-11  Bruno Haible  <bruno@clisp.org>
42659
42660         * gnulib-tool (func_usage): Make module names after --create-testdir
42661         optional.
42662         (func_create_testdir): If no module was specified, use nearly all
42663         modules.
42664
42665 2006-10-12  Jim Meyering  <jim@meyering.net>
42666
42667         Big performance improvement for fts-based tools that use FTS_NOSTAT.
42668         Avoid spurious inode-mismatch problems on non-POSIX file systems.
42669         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
42670         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
42671         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
42672         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
42673         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
42674         (fts_set_stat_required): New function.
42675         (fts_open): Defer the calls to fts_stat, if possible or requested.
42676         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
42677         into fts_stat itself.
42678         (fts_read): Perform any required (deferred) fts_stat call.
42679         (fts_build): Likewise, for the directory we're about to open and read.
42680         In the readdir loop, carefully decide whether each entry will require
42681         an eventual call to fts_stat, using dirent.d_type info if available.
42682         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
42683         a command line argument into this function.  Update all callers.
42684         Map a return value of FTS_DOT to FTS_D for a command line argument.
42685         * modules/fts (Depends-on): Add d-type.  Alphabetize.
42686         Thanks to Miklos Szeredi for his tenacity and for the initial
42687         bug report about "find" failing on a FUSE-based file system.
42688
42689         * lib/fts.c (fts_open): Use consistent indentation.
42690
42691 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
42692
42693         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
42694         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
42695         reported by Jim Meyering.  All uses of cache variables renamed
42696         to match Autoconf's.
42697         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
42698         the other one.
42699
42700         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
42701         Fix misspelling in diagnostic.
42702
42703 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
42704
42705         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
42706         defined.  Problem reported by Matthew Woehlke.
42707
42708         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
42709         Add support for Tandem NonStop R series.
42710         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
42711         Use new macro.
42712
42713         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
42714         (has_trailing_slash): Omit size arg; all callers changed.
42715         Omit 'inline', since it doesn't help performance and we'd
42716         need to configure it.
42717         Don't count //, ///, etc. as having a trailing slash.
42718         As a side effect, this removes a C99ism reported by Matthew Woehlke.
42719         (rpl_rename_dest_slash): On failure, use rename's errno rather
42720         than (in some cases) an incorrect or junk errno.
42721         Simplify code by removing need to compute length; this does
42722         cause it to make two passes instead of one over the file name,
42723         but it's worth it.
42724
42725         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
42726         change, since Autoconf's version may no longer be appropriate now
42727         that we are using CVS Autoconf's version.  Add support for Tandem.
42728
42729 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
42730             Bruno Haible  <bruno@clisp.org>
42731
42732         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
42733         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
42734         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
42735         gl_AC_TYPE_LONG_LONG.
42736
42737         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
42738         instead of HAVE_LONG_LONG.
42739         * lib/printf-args.c (printf_fetchargs): Likewise.
42740         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
42741         * lib/vasnprintf.c (VASNPRINTF): Likewise.
42742         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
42743         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
42744         gl_AC_TYPE_LONG_LONG.
42745
42746 2006-10-11  Bruno Haible  <bruno@clisp.org>
42747
42748         * m4/longlong.m4: Add comments.
42749         * m4/ulonglong.m4: Likewise.
42750
42751 2006-10-10  Bruno Haible  <bruno@clisp.org>
42752
42753         Make it possible to #define stpcpy, strdup to aliases.
42754         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
42755         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
42756
42757 2006-10-10  Bruno Haible  <bruno@clisp.org>
42758
42759         Make it possible to #define gcd to an alias.
42760         * lib/gcd.c: Include config.h.
42761
42762 2006-10-10  Bruno Haible  <bruno@clisp.org>
42763
42764         Make it possible to #define c_isascii to an alias.
42765         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
42766         defined. Undefine the macros before defining them, to avoid gcc
42767         warnings.
42768         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
42769         define NO_C_CTYPE_MACROS early.
42770
42771 2006-10-10  Bruno Haible  <bruno@clisp.org>
42772
42773         Make it possible to #define set_program_name to an alias.
42774         * lib/progname.c: Don't undefine set_program_name; instead, undefine
42775         ENABLE_RELOCATABLE early.
42776
42777 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
42778
42779         Port to Tandem NSK OSS, which has 64-bit signed int but at most
42780         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
42781         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
42782         More generally, don't assume that 64-bit signed int is available
42783         if unsigned int is, and vice versa.
42784         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
42785         unsigned symbols, not on their signed counterparts.
42786         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
42787         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
42788         (UINT64_C, UINTMAX_C):
42789         Likewise.
42790         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
42791         unsigned counterparts.
42792         (Have_long_long, Unsigned): New macros.
42793         (Int): Renamed from INT.
42794         (strtoimax): Use the new macros.
42795         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
42796         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
42797         * modules/inttypes (inttypes.h): Substitute
42798         HAVE_UNSIGNED_LONG_LONG_INT.
42799         * modules/stdint (stdint.h): Likewise.
42800         (Files): Add m4/ulonglong.m4.
42801
42802 2006-10-10  Bruno Haible  <bruno@clisp.org>
42803
42804         Fix a gcc -Wshadow warning.
42805         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
42806         to 'bucket'.
42807         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
42808         gl_linked_indexof_from_to): Likewise.
42809         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
42810         Likewise.
42811         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
42812         Likewise.
42813         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
42814         Reported by Eric Blake.
42815
42816 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
42817
42818         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
42819         for NetBSD.  Problem reported by Bruno Haible.
42820
42821 2006-10-09  Jim Meyering  <jim@meyering.net>
42822
42823         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
42824         Patch from Bruno Haible.
42825
42826 2006-10-09  Jim Meyering  <jim@meyering.net>
42827
42828         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
42829         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
42830         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
42831
42832 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
42833
42834         Don't include <config.h> twice; this doesn't work in some cases,
42835         e.g., when config.h has "#define intmax_t long long int" and
42836         we include <config.h>, <inttypes.h>, <config.h> in that order.
42837         Problem reported by Matthew Woehlke in:
42838         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
42839         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
42840         * lib/fts-cycle.c: Don't include config.h.
42841         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
42842         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
42843         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
42844         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
42845         inttypes.h.
42846         * lib/xstrtoumax.c: Likewise.
42847         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
42848         __strtol and the like, so that this module is more like its siblings.
42849         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
42850         Remove; no longer needed now that we assume gnulib inttypes.h.
42851
42852 2006-10-08  Bruno Haible  <bruno@clisp.org>
42853
42854         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
42855         option.
42856
42857 2006-10-07  Jim Meyering  <jim@meyering.net>
42858
42859         * modules/inttypes (inttypes.h): Revert what seems to have been
42860         an inadvertent part of today's change: use "|", not "/" in the
42861         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
42862
42863 2006-10-07  Bruno Haible  <bruno@clisp.org>
42864
42865         * modules/sublist: New file.
42866
42867 2006-10-07  Bruno Haible  <bruno@clisp.org>
42868
42869         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
42870         * modules/argz (argz.h): Likewise.
42871         * modules/arpa_inet (arpa/inet.h): Likewise.
42872         * modules/byteswap (byteswap.h): Likewise.
42873         * modules/configmake (configmake.h): Likewise.
42874         * modules/fcntl (fcntl.h): Likewise.
42875         * modules/fnmatch (fnmatch.h): Likewise.
42876         * modules/getopt (getopt.h): Likewise.
42877         * modules/glob (glob.h): Likewise.
42878         * modules/inttypes (inttypes.h): Likewise.
42879         * modules/netinet_in (netinet/in.h): Likewise.
42880         * modules/poll (poll.h): Likewise.
42881         * modules/stdbool (stdbool.h): Likewise.
42882         * modules/stdint (stdint.h): Likewise.
42883         * modules/sys_select (sys/select.h): Likewise.
42884         * modules/sys_socket (sys/socket.h): Likewise.
42885         * modules/sys_stat (sys/stat.h): Likewise.
42886         * modules/sysexits (sysexits.h): Likewise.
42887         * modules/unistd (unistd.h): Likewise.
42888         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
42889         Add a "DO NOT EDIT" comment to the generated file.
42890         (func_import): Likewise for gnulib-comp.m4.
42891
42892 2006-10-07  Bruno Haible  <bruno@clisp.org>
42893
42894         * lib/gl_sublist.h: New file.
42895         * lib/gl_sublist.c: New file.
42896
42897 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
42898
42899         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
42900         name (relative to the original working directory) and the file
42901         name component (relative to the temporary working directory).  All
42902         callers changed.
42903         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
42904         * lib/mkdir-p.c (make_dir_parents): Likewise.
42905         * lib/mkdir-p.h (make_dir_parents): Likewise.
42906
42907 2006-10-06  Eric Blake  <ebb9@byu.net>
42908
42909         Define several macros for use by the clean-temp module.
42910         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
42911         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
42912         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
42913
42914         * lib/clean-temp.h (close_stream_temp): New declaration.
42915         * lib/clean-temp.c (includes): Pull in headers according to what
42916         other modules are in use.
42917         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
42918
42919 2006-10-06  Bruno Haible  <bruno@clisp.org>
42920
42921         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
42922         instead of fopen, fwriteerror.
42923
42924 2006-10-06  Bruno Haible  <bruno@clisp.org>
42925
42926         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
42927         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
42928         int.
42929         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
42930         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
42931         Return an error indicator.
42932         Suggested by Eric Blake.
42933
42934 2006-10-06  Bruno Haible  <bruno@clisp.org>
42935
42936         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
42937         Reported by Eric Blake.
42938
42939 2006-10-06  Bruno Haible  <bruno@clisp.org>
42940
42941         * modules/closeout (Description): Mention stderr too.
42942
42943 2006-10-06  Bruno Haible  <bruno@clisp.org>
42944         and Paul Eggert  <eggert@cs.ucla.edu>
42945
42946         * lib/closeout.c (close_stdout): Also close stderr.
42947         * lib/closeout.h: Update comment.
42948
42949 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
42950
42951         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
42952         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
42953         * lib/dirchownmod.c: Include lchown.h.
42954         * lib/lchown.c: Don't include files that lchown.h now includes.
42955         Don't declare chown, since lchown.h now does that.
42956         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
42957         (lchown): Define to rpl_chown if lchown is declared but
42958         does not exist.  Declare using a prototype if lchown is not
42959         declared.  Add a copyright notice.
42960         * lib/mkstemp.h: Include <unistd.h>.
42961         * lib/openat.c: Include lchown.h.
42962
42963         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
42964         we now test for that separately.
42965         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
42966         rather than O_NOFOLLOW, when testing whether it's possible to
42967         avoid a race condition reliably.
42968         * lib/savewd.c (savewd_chdir): Likewise.
42969
42970         Remove macros that are no longer needed now that stdint.h is
42971         reliable.
42972         * lib/fsusage.c (UINTMAX_MAX): Remove.
42973         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
42974         * lib/utimecmp.c (SIZE_MAX): Remove.
42975
42976         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
42977
42978         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
42979         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
42980         O_NOATIME works.
42981
42982 2006-10-05  Bruno Haible  <bruno@clisp.org>
42983
42984         * lib/gl_list.h (gl_sortedlist_search_from_to,
42985         gl_sortedlist_indexof_from_to): New declarations.
42986         (gl_list_implementation): New fields sortedlist_search_from_to,
42987         sortedlist_indexof_from_to.
42988         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
42989         inline functions.
42990         * lib/gl_list.c (gl_sortedlist_search_from_to,
42991         gl_sortedlist_indexof_from_to): New functions.
42992         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
42993         function.
42994         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
42995         (gl_array_sortedlist_search_from_to): New function.
42996         (gl_array_list_implementation): Update.
42997         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
42998         function.
42999         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
43000         (gl_carray_sortedlist_search_from_to): New function.
43001         (gl_carray_list_implementation): Update.
43002         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
43003         gl_linked_sortedlist_indexof_from_to): New functions.
43004         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
43005         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
43006         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
43007         gl_tree_sortedlist_indexof_from_to): New functions.
43008         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
43009         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
43010         Update.
43011         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
43012         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
43013         Update.
43014
43015 2006-10-05  Bruno Haible  <bruno@clisp.org>
43016
43017         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
43018         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
43019         (struct gl_list_implementation): Add fields search_from_to,
43020         indexof_from_to. Remove fields search, indexof.
43021         (gl_list_search): Use the search_from_to method.
43022         (gl_list_search_from, gl_list_search_from_to): New functions.
43023         (gl_list_indexof): Use the indexof_from_to method.
43024         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
43025         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
43026         (gl_list_search_from, gl_list_search_from_to): New functions.
43027         (gl_list_indexof): Use the indexof_from_to method.
43028         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
43029         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
43030         gl_array_indexof. Add start_index, end_index arguments.
43031         (gl_array_search_from_to): Renamed from gl_array_search. Add
43032         start_index, end_index arguments.
43033         (gl_array_remove, gl_array_list_implementation): Update.
43034         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
43035         gl_carray_indexof. Add start_index, end_index arguments.
43036         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
43037         start_index, end_index arguments.
43038         (gl_carray_remove, gl_carray_list_implementation): Update.
43039         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
43040         gl_linked_search. Add start_index, end_index arguments.
43041         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
43042         start_index, end_index arguments.
43043         (gl_linked_remove): Update.
43044         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
43045         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
43046         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
43047         field to 'size_t'.
43048         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
43049         gl_tree_search. Add start_index, end_index arguments.
43050         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
43051         start_index, end_index arguments.
43052         (gl_tree_remove): Update.
43053         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
43054         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
43055         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
43056         function.
43057         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
43058         gl_tree_search. Add start_index, end_index arguments.
43059         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
43060         start_index, end_index arguments.
43061         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
43062         Update.
43063         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
43064
43065 2006-10-05  Bruno Haible  <bruno@clisp.org>
43066
43067         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
43068
43069         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
43070         fwriteerror_temp): New declarations.
43071         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
43072         (descriptors): New variable.
43073         (cleanup): First, close the descriptors.
43074         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
43075         fclose_temp, fwriteerror_temp): New functions.
43076
43077 2006-10-04  Jim Meyering  <jim@meyering.net>
43078
43079         * lib/fts.c (fts_open): Tiny comment change.
43080
43081 2006-10-04  Bruno Haible  <bruno@clisp.org>
43082
43083         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
43084         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
43085         gl_LOCK_BODY.
43086         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
43087         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
43088         gl_LOCK_EARLY_BODY.
43089         (gl_LOCK): Require gl_LOCK_BODY.
43090
43091 2006-10-04  Bruno Haible  <bruno@clisp.org>
43092
43093         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
43094         (gl_oset_search_atleast): New declaration.
43095         (struct gl_oset_implementation): Add field 'search_atleast'.
43096         (gl_oset_search_atleast): New inline function.
43097         * lib/gl_oset.c (gl_oset_search_atleast): New function.
43098         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
43099         (gl_array_oset_implementation): Update.
43100         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
43101         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
43102         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
43103
43104 2006-10-04  Bruno Haible  <bruno@clisp.org>
43105
43106         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
43107
43108 2006-10-03  Bruno Haible  <bruno@clisp.org>
43109
43110         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
43111         from gl_avltreehash_list_implementation.
43112
43113 2006-10-03  Bruno Haible  <bruno@clisp.org>
43114
43115         * lib/gl_oset.c (gl_oset_add): Fix return type.
43116
43117 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
43118
43119         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
43120
43121 2006-10-02  Eric Blake  <ebb9@byu.net>
43122
43123         * modules/strnlen (Depends-on): Add extensions.
43124
43125 2006-10-02  Eric Blake  <ebb9@byu.net>
43126
43127         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
43128         definition in 2.60+.
43129
43130 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
43131
43132         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
43133         checks.
43134
43135 2006-10-02  Bruno Haible  <bruno@clisp.org>
43136
43137         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
43138         to the AUTOMAKE_OPTIONS.
43139         Reported by Jim Meyering.
43140
43141 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
43142
43143         Work around bug in Solaris 10 /proc file system:
43144         /proc/self/fd/NNN/.. isn't the parent directory of
43145         the directory whose file descriptor is NNN.  This needs to
43146         be worked around at run time, not compile time, since a
43147         program might be built on Solaris 8, where things work, and
43148         run on Solaris 10.
43149         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
43150         to use the following interface instead:
43151         (OPENAT_BUFFER_SIZE): New macro.
43152         (openat_proc_name): New function.
43153         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
43154         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
43155         Likewise.
43156         * lib/openat-proc.c: New file.
43157         * modules/openat (Files): Add lib/openat-proc.c.
43158         (Depends-on): Add same-inode, stdbool.
43159         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
43160
43161 2006-09-29  Bruno Haible  <bruno@clisp.org>
43162
43163         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
43164         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
43165         argument. Set stdout_closed before testing for ferror, not after.
43166         (fwriteerror, fwriteerror_no_ebadf): New functions.
43167
43168 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43169
43170         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
43171
43172 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
43173
43174         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
43175         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
43176
43177 2006-09-28  Jim Meyering  <jim@meyering.net>
43178
43179         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
43180         Include <unistd.h>.
43181
43182 2006-09-28  Bruno Haible  <bruno@clisp.org>
43183
43184         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
43185         * modules/linkedhash-list (Depends-on): Likewise.
43186         * modules/rbtreehash-list (Depends-on): Likewise.
43187
43188 2006-09-28  Bruno Haible  <bruno@clisp.org>
43189
43190         * lib/strndup.h: Simplify the redefinition of strndup.
43191         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
43192         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
43193
43194 2006-09-28  Bruno Haible  <bruno@clisp.org>
43195
43196         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
43197         * lib/gl_linkedhash_list.c: Likewise.
43198         * lib/gl_rbtreehash_list.c: Likewise.
43199
43200 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
43201
43202         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
43203         getaddrinfo.
43204
43205         * lib/__fpending.h: Don't include <stdio_ext.h> unless
43206         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
43207         it causes <stdio_ext.h> to cause a compile-time error.
43208         Problem reported by Nelson H. F. Beebe.
43209         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
43210         of HAVE_DECL___PENDING.
43211
43212         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
43213         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
43214         declaration.
43215
43216 2006-09-27  Jim Meyering  <jim@meyering.net>
43217
43218         This file could end up with a definition for a function
43219         named __strndup, rather than rpl_strndup on a system with
43220         incomplete weak_alias support.
43221         * lib/strndup.c (strndup): Rename from __strndup.
43222         Remove #defines that used to map __strndup to strndup.
43223         Don't use K&R prototypes.
43224         Remove LIBC-related code, since this file is not sync'd with glibc.
43225         * lib/strndup.h: Revamp, accordingly.
43226         * m4/strndup.m4: Modernize.
43227
43228 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
43229
43230         * modules/savewd (Depends-on): Add 'raise'.
43231         * lib/savewd.c: Include <signal.h>, for 'raise'.
43232
43233 2006-09-26  Jim Meyering  <jim@meyering.net>
43234
43235         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
43236         when we detect Darwin 8.7.0's acl_get_file bug.
43237         Rearrange to perform the new (below) run-test while $LIBS
43238         contains any acl-related library.  Set USE_ACL at the end.
43239         (gl_ACL_GET_FILE): New function.
43240
43241 2006-09-26  Eric Blake  <ebb9@byu.net>
43242
43243         * lib/verror.c: Include <config.h> unconditionally.
43244
43245 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
43246
43247         * modules/clock-time (Maintainer): Add self.
43248         * modules/getlogin_r (Depends-on): Add extensions.
43249
43250 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43251
43252         * modules/clock-time: New module.
43253         * modules/nanosleep (Depends-on): Add clock-time.
43254         * modules/gethrxtime (Depends-on): Likewise.
43255         * modules/gettime (Depends-on): Likewise.
43256         * modules/settime (Depends-on): Likewise.
43257
43258         * modules/fts-lgpl: Depend on openat.
43259         * modules/mkancesdirs: Depend on savewd.
43260         * modules/mkdir-p: Likewise.
43261
43262 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43263
43264         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
43265
43266         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
43267         `gl_have_arbitrary_file_name_length_limit' to
43268         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
43269         actually works between configure runs.
43270
43271 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43272             Bruno Haible  <bruno@clisp.org>
43273
43274         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
43275
43276 2006-09-25  Jim Meyering  <jim@meyering.net>
43277
43278         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
43279         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
43280
43281 2006-09-25  Eric Blake  <ebb9@byu.net>
43282
43283         * gnulib-tool (func_import, func_create_testdir): Fix typos in
43284         exec's in 2006-09-18 patch when shuffling fds.
43285
43286 2006-09-25  Bruno Haible  <bruno@clisp.org>
43287
43288         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
43289         Reported by Jim Meyering.
43290
43291 2006-09-24  Jim Meyering  <jim@meyering.net>
43292
43293         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
43294         compare a pointer against a literal "0".  That caused failures with
43295         at least HP-UX's hpcc.
43296
43297 2006-09-22  Simon Josefsson  <jas@extundo.com>
43298
43299         * modules/gc-sha1:
43300         * modules/gc-md4:
43301         * modules/gc-hmac-sha1:
43302         * modules/gc-hmac-md5:
43303         * modules/gc-des:
43304         * modules/gc-arcfour: Distribute more files.
43305
43306 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43307
43308         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
43309         (gl_linked_iterator_from_to): Initialize struct completely.
43310         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
43311         (gl_tree_iterator_from_to): Likewise
43312         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
43313         * lib/gl_array_list.c [lint] (gl_array_iterator)
43314         (gl_array_iterator_from_to): Likewise.
43315         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
43316         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
43317         (gl_carray_iterator_from_to): Likewise.
43318
43319         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
43320         * lib/md4.c (md4_process_block): Remove unused variable.
43321         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
43322         parentheses for clarity.
43323
43324 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43325
43326         * modules/bison-i18n (Depends-on): Add gettext.
43327
43328 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43329
43330         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
43331         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
43332         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
43333         also add missing comma that caused broken test.
43334         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
43335         stdlib.h, for `abort'.
43336         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
43337         variables.
43338         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
43339         include unistd.h if present, for `rmdir'.
43340         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
43341         variables.
43342         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
43343         in the process include standard headers for prototypes.
43344         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
43345         gets declared on GNU/Linux.
43346         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
43347         unistd.h, for `rmdir'.
43348         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
43349
43350         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
43351         always true.
43352         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
43353
43354         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
43355
43356 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43357
43358         * gnulib-tool (func_version): Create output all at once.  This
43359         may help avoid triggering unnecessary SIGPIPEs, and at any
43360         rate it doesn't hurt.
43361
43362 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43363             Bruno Haible  <bruno@clisp.org>
43364
43365         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
43366         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
43367         * m4/signed.m4 (bh_C_SIGNED): Likewise.
43368
43369         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
43370         (gl_FUNC_VASPRINTF): Invoke it.
43371
43372 2006-09-22  Bruno Haible  <bruno@clisp.org>
43373
43374         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
43375         getloadavg.c as first argument.
43376
43377 2006-09-22  Bruno Haible  <bruno@clisp.org>
43378
43379         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
43380         at the beginning of the gl_INIT macro.
43381         * modules/getloadavg (configure.ac): Pass $gl_source_base to
43382         gl_GETLOADAVG.
43383
43384 2006-09-22  Bruno Haible  <bruno@clisp.org>
43385
43386         * gnulib-tool (func_create_megatestdir): Don't include the config-h
43387         module.
43388         Suggested by Ralf Wildenhues.
43389
43390 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
43391
43392         Import this patch from libc:
43393
43394         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
43395
43396         * lib/regex_internal.c (re_string_reconstruct): Handle
43397         offset < pstr->valid_raw_len && pstr->offsets_needed case.
43398         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
43399         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
43400         re_string_context_at.
43401
43402         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
43403         now requires it.
43404         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
43405         gl_REGEX now does it for us.
43406         (gl_REGEX): Add test taken from
43407         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
43408
43409         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
43410         Check that large offsets work.  Modernize Autoconf usages.
43411         Prefer "yes" to mean a good thing rather than a bad.
43412         Don't put "#define mkstemp" in config.h, as this might interfere
43413         with standard system headers that "#define mkstemp mkstemp64".
43414
43415         * modules/mkstemp (Depends-on): Add extensions, so that
43416         mkstemp is visible on some platforms.
43417         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
43418         (Include): Change to "mkstemp.h" from <stdlib.h>.
43419         (Files): Add mkstemp.h.
43420
43421         * lib/mkstemp.h: New file, since some standard headers
43422         #define mkstemp.
43423         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
43424         Include "mkstemp.h".
43425         Make the _LIBC code resemble glibc original more,
43426         e.g., use K&R style.
43427         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
43428         (mkstemp): Remove, since mkstemp.h does this for us.
43429         * lib/stdlib--.h: Include mkstemp.h.
43430
43431         Import this patch from libc:
43432
43433         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
43434
43435         * lib/tempname.c (__gen_tempname): Change attempts_min
43436         into a macro.  Use preprocessor to decide how to initialize
43437         attempts [Coverity CID 67].
43438
43439 2006-09-20  Bruno Haible  <bruno@clisp.org>
43440
43441         * lib/mkdtemp.c: Import from libc.
43442         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
43443                 * sysdeps/posix/tempname.c (__gen_tempname): Change
43444                 attempts_min into a macro.  Use preprocessor to decide how to
43445                 initialize attempts [Coverity CID 67].
43446         2001-11-27  Paul Eggert  <eggert@twinsun.com>
43447                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
43448                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
43449
43450 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43451
43452         * gnulib-tool (func_exit): New function, to allow to pass the
43453         exit status portably through the trap.  Use everywhere.
43454         (--help, --version): Signal a write error.
43455         (trap): catch SIGPIPE, for write errors.
43456         Exit at the end of the trap, with the correct exit status.
43457
43458 2006-09-19  Karl Berry  <karl@gnu.org>
43459
43460         * doc/gnulib.texi: note about the license texinfo files.
43461
43462 2006-09-19  Eric Blake  <ebb9@byu.net>
43463
43464         * gnulib-tool: Avoid space-tab.
43465
43466 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
43467
43468         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
43469         that prevented coreutils 6.1 from building.  Problem reported
43470         by Petter Reinholdtsen.
43471
43472 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
43473
43474         * gnulib-tool (avoidlist): Fix typo that broke options like
43475         --avoid=lock that are used by coreutils bootstrap.
43476
43477 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
43478
43479         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
43480         more systematically.
43481
43482 2006-09-18  Jim Meyering  <jim@meyering.net>
43483
43484         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
43485
43486 2006-09-18  Bruno Haible  <bruno@clisp.org>
43487
43488         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
43489
43490 2006-09-18  Bruno Haible  <bruno@clisp.org>
43491
43492         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
43493         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
43494         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
43495         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
43496         * m4/gettext.m4: Require autoconf >= 2.52.
43497         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
43498         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
43499         of gl_cv_header_inttypes_h.
43500
43501 2006-09-18  Bruno Haible  <bruno@clisp.org>
43502
43503         * lib/javaversion.c: Include configmake.h.
43504
43505 2006-09-18  Bruno Haible  <bruno@clisp.org>
43506
43507         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
43508         avoid that the while loops be executed in a subshell.
43509
43510 2006-09-18  Bruno Haible  <bruno@clisp.org>
43511
43512         * MODULES.html.sh (func_module): Break long lines.
43513         Suggested by Bruce Korb <bkorb@gnu.org>.
43514
43515 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43516
43517         Speed up by a factor of 1.12.
43518         * gnulib-tool (nl): New variable.
43519         (func_import): Rewrite include directive extraction to only read each
43520         directive once.
43521
43522 2006-09-17  Bruno Haible  <bruno@clisp.org>
43523
43524         * modules/javaversion (Makefile.am): Remove DEFS setting.
43525         (Depends-on): Add configmake, for PKGDATADIR definition.
43526
43527 2006-09-17  Bruno Haible  <bruno@clisp.org>
43528
43529         * gnulib-tool (func_create_testdir): Rewrite all files at once.
43530
43531 2006-09-17  Bruno Haible  <bruno@clisp.org>
43532
43533         * gnulib-tool (func_append): New function, stolen from libtool.m4.
43534         (func_modules_transitive_closure, func_modules_add_dummy,
43535         func_modules_to_filelist, func_import, func_create_testdir,
43536         func_create_megatestdir, ...): Use it wherever possible.
43537         Suggested by Ralf Wildenhues.
43538
43539 2006-09-16  Karl Berry  <karl@gnu.org>
43540
43541         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
43542         to avoid sectioning errors.
43543         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
43544         [ifinfo]: blank line after @center-ed titles.
43545         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
43546         Spell FSF address consistently with others.
43547         (These changes approved by rms.)
43548
43549 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43550
43551         Speed up by a factor of 1.61.
43552         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
43553         already checked module names again.
43554
43555 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43556
43557         Speed up by a factor of 1.13.
43558         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
43559         for new_files, and the input to func_add_or_update.
43560
43561 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43562
43563         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
43564         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
43565
43566 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43567
43568         * modules/mkancesdirs (Depends-on): Add fcntl.
43569         * modules/savewd: New file.
43570         * MODULES.html.sh (File system functions): Add savewd.
43571
43572         * modules/configmake (Makefile.am): Add support for the
43573         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
43574
43575 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43576
43577         * m4/savewd.m4: New file.
43578
43579 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43580
43581         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
43582         (dirchownmod): New arg FD.  All callers changed.
43583         Use FD rather than opening the directory ourself, as opening is
43584         now the caller's responsibility.
43585         * lib/dirchownmod.h: Likewise.
43586         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
43587         hosts that require <sys/types.h> before <sys/stat.h>.  Include
43588         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
43589         (test_dir): Remove.
43590         (mkancesdirs): Return length of prefix of FILE that has already
43591         been made, or -2 if there is a child doing the work.  Redo
43592         algorithm so that it is O(N) rather than O(N**2).  Optimize away
43593         ".", and treat ".." specially since it might stray back into
43594         already-created areas.  Use a subprocess if necessary.  New arg
43595         WD; all users changed.  MAKE_DIR function should now return 1
43596         if it creates a directory that is not readable.  Return -2 if
43597         a child process is spun off.
43598         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
43599         Adjust signature to match code.
43600         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
43601         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
43602         all users changed.
43603         * lib/savewd.c, lib/savewd.h: New files.
43604
43605 2006-09-15  Jim Meyering  <jim@meyering.net>
43606
43607         * modules/rename-dest-slash: New module.
43608         * MODULES.html.sh (posix_compat): Add it here.
43609
43610         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
43611
43612 2006-09-15  Jim Meyering  <jim@meyering.net>
43613
43614         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
43615         file.
43616
43617         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
43618
43619 2006-09-15  Jim Meyering  <jim@meyering.net>
43620
43621         * lib/rename-dest-slash.c (has_trailing_slash): Use
43622         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
43623         (rpl_rename_dest_slash): Perform the cheaper trailing slash
43624         test before testing whether SRC is a directory.
43625         Suggestions from Bruno Haible.
43626
43627         Avoid a warning about an unused variable.
43628         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
43629         into the #ifdef block where it's used.
43630
43631         * lib/rename-dest-slash.c: New file.
43632
43633 2006-09-14  Bruno Haible  <bruno@clisp.org>
43634
43635         * lib/allocsa.c: Include <config.h> unconditionally.
43636         * lib/asnprintf.c: Likewise.
43637         * lib/asprintf.c: Likewise.
43638         * lib/c-strcasecmp.c: Likewise.
43639         * lib/c-strcasestr.c: Likewise.
43640         * lib/c-strncasecmp.c: Likewise.
43641         * lib/c-strstr.c: Likewise.
43642         * lib/classpath.c: Likewise.
43643         * lib/clean-temp.c: Likewise.
43644         * lib/concatpath.c: Likewise.
43645         * lib/copy-file.c: Likewise.
43646         * lib/csharpcomp.c: Likewise.
43647         * lib/csharpexec.c: Likewise.
43648         * lib/execute.c: Likewise.
43649         * lib/fatal-signal.c: Likewise.
43650         * lib/findprog.c: Likewise.
43651         * lib/fwriteerror.c: Likewise.
43652         * lib/gl_array_list.c: Likewise.
43653         * lib/gl_array_oset.c: Likewise.
43654         * lib/gl_avltree_list.c: Likewise.
43655         * lib/gl_avltree_oset.c: Likewise.
43656         * lib/gl_avltreehash_list.c: Likewise.
43657         * lib/gl_carray_list.c: Likewise.
43658         * lib/gl_linked_list.c: Likewise.
43659         * lib/gl_linkedhash_list.c: Likewise.
43660         * lib/gl_list.c: Likewise.
43661         * lib/gl_oset.c: Likewise.
43662         * lib/gl_rbtree_list.c: Likewise.
43663         * lib/gl_rbtree_oset.c: Likewise.
43664         * lib/gl_rbtreehash_list.c: Likewise.
43665         * lib/imaxabs.c: Likewise.
43666         * lib/imaxdiv.c: Likewise.
43667         * lib/javacomp.c: Likewise.
43668         * lib/javaexec.c: Likewise.
43669         * lib/javaversion.c: Likewise.
43670         * lib/linebreak.c: Likewise.
43671         * lib/localcharset.c: Likewise.
43672         * lib/lock.c: Likewise.
43673         * lib/mbchar.c: Likewise.
43674         * lib/mbswidth.c: Likewise.
43675         * lib/mkdtemp.c: Likewise.
43676         * lib/pipe.c: Likewise.
43677         * lib/printf-args.c: Likewise.
43678         * lib/printf-parse.c: Likewise.
43679         * lib/progname.c: Likewise.
43680         * lib/progreloc.c: Likewise.
43681         * lib/readlink.c: Likewise.
43682         * lib/sh-quote.c: Likewise.
43683         * lib/stpcpy.c: Likewise.
43684         * lib/stpncpy.c: Likewise.
43685         * lib/strcasecmp.c: Likewise.
43686         * lib/strcasestr.c: Likewise.
43687         * lib/strcspn.c: Likewise.
43688         * lib/striconv.c: Likewise.
43689         * lib/strncasecmp.c: Likewise.
43690         * lib/strnlen1.c: Likewise.
43691         * lib/strstr.c: Likewise.
43692         * lib/strtok_r.c: Likewise.
43693         * lib/tls.c: Likewise.
43694         * lib/tmpdir.c: Likewise.
43695         * lib/unicodeio.c: Likewise.
43696         * lib/unsetenv.c: Likewise.
43697         * lib/vasnprintf.c: Likewise.
43698         * lib/vasprintf.c: Likewise.
43699         * lib/wait-process.c: Likewise.
43700         * lib/xallocsa.c: Likewise.
43701         * lib/xsetenv.c: Likewise.
43702         * lib/xstriconv.c: Likewise.
43703
43704 2006-09-13  Simon Josefsson  <jas@extundo.com>
43705
43706         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
43707         that internally, suggested by Ralf Wildenhues
43708         <Ralf.Wildenhues@gmx.de>.
43709
43710 2006-09-13  Simon Josefsson  <jas@extundo.com>
43711
43712         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
43713         @LIBOBJS@.
43714         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43715
43716 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
43717
43718         * lib/_fpending.c: Include <config.h> unconditionally, since we no
43719         longer worry about uses that don't define HAVE_CONFIG_H.
43720         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
43721         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
43722         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
43723         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
43724         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
43725         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
43726         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
43727         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
43728         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
43729         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
43730         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
43731         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
43732         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
43733         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
43734         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
43735         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
43736         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
43737         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
43738         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
43739         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
43740         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
43741         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
43742         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
43743         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
43744         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
43745         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
43746         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
43747         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
43748         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
43749         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
43750         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
43751         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
43752         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
43753         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
43754         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
43755         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
43756         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
43757         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
43758         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
43759         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
43760         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
43761         Likewise.
43762
43763 2006-09-13  Eric Blake  <ebb9@byu.net>
43764
43765         * lib/getopt.c: Fix typo in last commit.
43766
43767 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
43768
43769         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
43770         dgettext.
43771
43772 2006-09-12  Jim Meyering  <jim@meyering.net>
43773
43774         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
43775         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
43776         Reported by Nelson H. F. Beebe.
43777
43778 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
43779
43780         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
43781         program_invocation_name and program_invocation_short_name are
43782         initialized.
43783         * lib/argp-namefrob.h: Move declarations of program_invocation_name
43784         and program_invocation_short_name to argp.h, so they are visible
43785         to user programs.
43786         * lib/argp.h: Likewise
43787
43788 2006-09-10  Bruno Haible  <bruno@clisp.org>
43789
43790         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
43791         m4/inttypes_h.m4, m4/uintmax_t.m4.
43792
43793 2006-09-10  Bruno Haible  <bruno@clisp.org>
43794
43795         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
43796         gl_AC_TYPE_UINTMAX_T.
43797
43798 2006-09-10  Bruno Haible  <bruno@clisp.org>
43799
43800         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
43801
43802 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
43803
43804         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
43805         convention.  Text proposed by Bruno Haible.
43806         (struct argp_option): Document the use of N_() wrappers.
43807
43808         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
43809         '\v', and translate the two parts separately, instead of feeding
43810         the whole string to gettext.  This allows to exclude
43811         '\v' from the strings visible to the translator by writing doc
43812         strings as N_("..") "\v" N_("..").
43813
43814 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
43815
43816         * config/srclist.txt: Undo latest change; the bug was fixed.
43817
43818 2006-09-09  Bruno Haible  <bruno@clisp.org>
43819
43820         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
43821         assignments if building a library without libtool.
43822         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
43823         in func_emit_lib_Makefile_am.
43824         (func_import): When building a static library libfoo.a, arrange to
43825         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
43826         (func_create_testdir): Likewise.
43827         * modules/gc (configure.ac, Makefile.am): If building statically,
43828         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
43829         * modules/iconvme (configure.ac, Makefile.am): Likewise.
43830         * modules/striconv (configure.ac, Makefile.am): Likewise.
43831         Based on a suggestion by Ralf Wildenhues.
43832
43833 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43834
43835         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
43836         Check for unistd.h too, since Autoconf doesn't assume POSIX.
43837         Also:
43838
43839         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43840         Add year_2050_test to catch glibc bug 2821
43841         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
43842
43843         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
43844         Prefer #ifdef to #if.
43845
43846         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
43847         Return from 'main' instead of calling 'exit'.
43848
43849 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43850
43851         * lib/mktime.c (guess_time_tm): Fix bug where mktime
43852         returned the maximum time_t value rather than (time_t) -1.
43853         Problem originally reported by William Bardwell
43854         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
43855
43856         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
43857         Moved to here ...
43858         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
43859         ... from here.
43860
43861 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43862
43863         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
43864         2821 is fixed.
43865
43866 2006-09-08  Jim Meyering  <jim@meyering.net>
43867
43868         Don't make generated files read-only.  That would bother too many
43869         people.  However, do retain the ability to work when targets are
43870         read-only: remove the destination and temporary files before writing
43871         them (when generated via sed or echo), or by using the -f option for
43872         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
43873         * modules/alloca-opt, modules/argz, modules/arpa_inet:
43874         * modules/byteswap, modules/configmake, modules/fcntl:
43875         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
43876         * modules/localcharset, modules/netinet_in, modules/poll:
43877         * modules/stdbool, modules/stdint, modules/sys_select:
43878         * modules/sys_socket, modules/sys_stat, modules/sysexits:
43879
43880 2006-09-08  Jim Meyering  <jim@meyering.net>
43881
43882         Avoid new build failure on FreeBSD 6.0.
43883         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
43884         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
43885         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
43886
43887 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43888
43889         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
43890
43891 2006-09-07  Jim Meyering  <jim@meyering.net>
43892
43893         Fix global typo in last change: use chmod u-w, not chmod u-x.
43894         Spotted by Paul Eggert and Bruce Korb.
43895         * modules/alloca-opt, modules/argz, modules/arpa_inet:
43896         * modules/byteswap, modules/configmake, modules/fcntl:
43897         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
43898         * modules/localcharset, modules/netinet_in, modules/poll:
43899         * modules/stdbool, modules/stdint, modules/sys_select:
43900         * modules/sys_socket, modules/sys_stat, modules/sysexits:
43901
43902 2006-09-06  Jim Meyering  <jim@meyering.net>
43903
43904         Make generated files be read-only.
43905         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
43906         Ensure that each generated file is now read-only.
43907         * modules/argz: Likewise.
43908         * modules/arpa_inet: Likewise.
43909         * modules/byteswap: Likewise.
43910         * modules/configmake: Likewise.
43911         * modules/fcntl: Likewise.
43912         * modules/fnmatch: Likewise.
43913         * modules/getopt: Likewise.
43914         * modules/glob: Likewise.
43915         * modules/inttypes: Likewise.
43916         * modules/netinet_in: Likewise.
43917         * modules/poll: Likewise.
43918         * modules/stdbool: Likewise.
43919         * modules/stdint: Likewise.
43920         * modules/sys_select: Likewise.
43921         * modules/sys_socket: Likewise.
43922         * modules/sys_stat: Likewise.
43923         * modules/sysexits: Likewise.
43924         * modules/localcharset: Same as above, but continue using temporary
43925         file named "t-$@" (why different?) rather than the "$@-t" used
43926         everywhere else.
43927
43928         * modules/sysexits (Makefile.am): Replace literal occurrences
43929         of "sysexit.h" more readable, and more consistent, "$@".
43930
43931 2006-09-06  Bruno Haible  <bruno@clisp.org>
43932
43933         * modules/striconv: New file.
43934         * modules/xstriconv: New file.
43935         * MODULES.html.sh (Internationalization functions): Add striconv,
43936         xstriconv.
43937
43938 2006-09-06  Bruno Haible  <bruno@clisp.org>
43939
43940         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
43941         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
43942         not using libtool correctly.
43943
43944 2006-09-06  Bruno Haible  <bruno@clisp.org>
43945
43946         * lib/striconv.h: New file.
43947         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
43948         iconvstring.c.
43949         * lib/xstriconv.h: New file.
43950         * lib/xstriconv.c: New file.
43951
43952 2006-09-06  Bruno Haible  <bruno@clisp.org>
43953
43954         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
43955         lib_..._LDFLAGS.
43956
43957 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43958
43959         * lib/argz_.h: Sync from Libtool.
43960
43961         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
43962                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
43963
43964         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
43965
43966 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
43967
43968         * modules/trim: New file.
43969
43970 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
43971
43972         * lib/trim.h: New file.
43973         * lib/trim.c: New file.
43974
43975 2006-09-05  Bruno Haible  <bruno@clisp.org>
43976
43977         * MODULES.html.sh (String handling): Add trim.
43978
43979 2006-09-04  Karl Berry  <karl@gnu.org>
43980
43981         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
43982         until next release.
43983
43984 2006-09-03  Bruno Haible  <bruno@clisp.org>
43985
43986         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
43987         correctly.
43988
43989 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43990
43991         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
43992         not gl_GETLOADAVG.  Omit unneeded semicolons.
43993         Problems reported by Ralf Wildenhues in
43994         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
43995         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
43996         at the end, which is the usual gnulib style.
43997
43998         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
43999         of doing all the work ourselves.
44000         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
44001         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
44002
44003 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
44004
44005         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
44006         Problem reported by Ralf Wildenhues in
44007         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
44008
44009         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
44010         HAVE_STRUCT_STATFS_F_FSTYPENAME.
44011
44012 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
44013
44014         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
44015         yesterday's patch by changing test -n to test -z.
44016
44017 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44018
44019         * modules/getloadavg (Files): Add m4/getloadavg.m4.
44020         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
44021         the former is now obsolescent.
44022
44023         * modules/chdir-long (Depends-on): Add fcntl.
44024
44025 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44026
44027         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
44028         obsolescent, and programs should use gnulib instead.
44029         * m4/getloadavg.m4: New file, with contents taken from Autoconf
44030         but with prefixes changed.
44031
44032 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44033
44034         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
44035         or stdbool.h, because they might not exist while configuring.
44036
44037         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
44038         Don't include unistd.h or limits.h; not needed, since chdir-long.h
44039         does that for us.
44040         (O_DIRECTORY): Remove.
44041
44042 2006-08-31  Eric Blake  <ebb9@byu.net>
44043
44044         * gnulib-tool: Don't let emacs change spaces to TAB.
44045
44046 2006-08-31  Bruno Haible  <bruno@clisp.org>
44047
44048         * gnulib-tool: When calling func_import more than once, do it in a
44049         subshell.
44050         Reported by Eric Blake <ebb9@byu.net>.
44051
44052 2006-08-31  Bruno Haible  <bruno@clisp.org>
44053
44054         * gnulib-tool (nl): Remove variable.
44055         (sed_transform_lib_file): Use more robust test for config-h module.
44056         (func_import): Fix typo in 2006-08-25 patch.
44057
44058 2006-08-31  Bruno Haible  <bruno@clisp.org>
44059
44060         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
44061         specified, augment Makefile.am variables instead of assigning them.
44062
44063 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44064
44065         Work around a bug in both the Linux and SunOS 64-bit kernels:
44066         nanosleep mishandles sleeps for longer than 2**31 seconds.
44067         Problem reported by Frank v Waveren in
44068         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
44069         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
44070         Check for nanosleep bug.
44071         (LIB_NANOSLEEP): Append clock_gettime library if needed.
44072
44073 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44074
44075         Work around a bug in both the Linux and SunOS 64-bit kernels:
44076         nanosleep mishandles sleeps for longer than 2**31 seconds.
44077         Problem reported by Frank v Waveren in
44078         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
44079         * lib/nanosleep.c (BILLION): New constant.
44080         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
44081         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
44082         implementation.
44083
44084 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44085
44086         * modules/nanosleep (Depends-on): Add gettime.
44087
44088 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44089         and Simon Josefsson  <jas@extundo.com>
44090         and Oskar Liljeblad  <oskar@osk.mine.nu>
44091
44092         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
44093         * gnulib-tool (func_import): New license type 'unmodifiable license
44094         text'.
44095         * modules/fdl: Use it.  Longer description.
44096         * module/gpl, module/lgpl: New files.
44097
44098 2006-08-30  Jim Meyering  <jim@meyering.net>
44099
44100         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
44101         shadowing the parameter.
44102
44103 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44104
44105         Sync from Libtool:
44106
44107         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44108
44109         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
44110         sharing with gnulib.  Report by Eric Blake.
44111
44112 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44113
44114         * modules/isapipe: New file.
44115         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
44116
44117 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44118
44119         * modules/configmake (Makefile.am): Add a comment, and omit
44120         the CONFIGMAKE_ prefix from generated macro names.  Suggested
44121         by Bruno Haible.
44122
44123 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44124
44125         * m4/isapipe.m4: New file.
44126
44127 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44128
44129         * lib/isapipe.c, lib/isapipe.h: New files.
44130
44131 2006-08-29  Jim Meyering  <jim@meyering.net>
44132
44133         * modules/configmake (Makefile.am): Make configmake.h depend on
44134         Makefile.  Otherwise, a stale configmake.h could hang around.
44135
44136 2006-08-29  Eric Blake  <ebb9@byu.net>
44137
44138         * lib/error.c (error_at_line, print_errno_message): Match libc, after
44139         resolution of upstream bug 3044.
44140
44141 2006-08-29  Bruno Haible  <bruno@clisp.org>
44142
44143         * modules/localcharset (Depends-on): Add configmake.
44144         (Makefile.am): Remove setting of LIBDIR through DEFS.
44145
44146 2006-08-29  Bruno Haible  <bruno@clisp.org>
44147
44148         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
44149         defined.
44150
44151 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44152
44153         * modules/fcntl: New file.
44154         * modules/chdir-safer (Depends-on): Add fcntl.
44155         * modules/fts: Likewise.
44156         * modules/mkdir-p: Likewise.
44157
44158         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
44159         This undoes the most recent change, since we're now addressing the
44160         problem in a different way.
44161
44162         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
44163         into output, since the output might be called Makefile.am even
44164         if $makefile_name is something different.
44165         (func_import): Use $makefile_am rather than
44166         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
44167         empty.
44168
44169         * modules/inttypes (Files): Add m4/inttypes-h.m4.
44170
44171 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44172
44173         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
44174         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
44175         recent change to stdint.m4, since we're now addressing the problem in a
44176         different way.
44177
44178 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44179
44180         * m4/fcntl_h.m4: New file.
44181
44182 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44183
44184         * lib/fcntl_.h: New file.
44185         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
44186         the fcntl module.
44187         * lib/dirchownmod.c: Likewise.
44188         * lib/fts.c: Likewise.
44189
44190         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
44191         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
44192         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
44193         just before including <inttypes.h>, to avoid circular inclusion.
44194
44195 2006-08-28  Jim Meyering  <jim@meyering.net>
44196
44197         * doc/visibility.texi: Actually read and correct the grammar of the
44198         sentence affected by yesterday's change.
44199
44200 2006-08-28  Eric Blake  <ebb9@byu.net>
44201
44202         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
44203         needs wrapper.
44204
44205 2006-08-28  Eric Blake  <ebb9@byu.net>
44206
44207         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
44208
44209 2006-08-28  Eric Blake  <ebb9@byu.net>
44210
44211         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
44212
44213 2006-08-28  Bruno Haible  <bruno@clisp.org>
44214
44215         * modules/c-strstr: New file, from GNU gettext.
44216         * MODULES.html.sh (String handling): Add c-strstr.
44217
44218 2006-08-28  Bruno Haible  <bruno@clisp.org>
44219
44220         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
44221         macros.
44222         Reported by Eric Blake.
44223
44224 2006-08-28  Bruno Haible  <bruno@clisp.org>
44225
44226         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
44227         (VASNPRINTF): Return a string of length > INT_MAX without failing.
44228         * lib/vasprintf.c: Include errno.h, limits.h.
44229         (EOVERFLOW): New fallback definition.
44230         (vasprintf): Test here whether the string length is > INT_MAX.
44231         * lib/vsnprintf.c: Include errno.h, limits.h.
44232         (EOVERFLOW): New fallback definition.
44233         (vsnprintf): Fix bug when generated string was too long for the buffer.
44234         Test here whether the string length is > INT_MAX.
44235
44236 2006-08-28  Bruno Haible  <bruno@clisp.org>
44237
44238         * lib/inttypes_.h (SCNX*): Remove definitions.
44239         Reported by Eric Blake.
44240
44241 2006-08-28  Bruno Haible  <bruno@clisp.org>
44242
44243         * lib/c-strstr.h: New file, from GNU gettext.
44244         * lib/c-strstr.c: New file, from GNU gettext.
44245
44246 2006-08-28  Bruno Haible  <bruno@clisp.org>
44247
44248         * gnulib-tool: Reorder some statements.
44249
44250 2006-08-28  Bruno Haible  <bruno@clisp.org>
44251
44252         * gnulib-tool: New option --makefile-name.
44253         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
44254         $makefile_name.
44255         (func_import): Write $makefile_name to the cache file, and read it from
44256         there unless explicitly specified. Use $makefile_name as file name
44257         instead of Makefile.am. Adjust the recommendations accordingly.
44258
44259 2006-08-28  Bruno Haible  <bruno@clisp.org>
44260
44261         * gnulib-tool (func_verify_module): Check against misapplying patch.
44262
44263 2006-08-28  Bruno Haible  <bruno@clisp.org>
44264
44265         * gnulib-tool (func_relativize, func_relconcat): New functions.
44266         Give an error if --local-dir is given with --update.
44267         Remove trailing slashes from $local_gnulib_dir.
44268         (func_import): Store the relativized $local_gnulib_dir in
44269         gnulib-cache.m4, and read it from there if not specified explicitly.
44270
44271 2006-08-28  Bruno Haible  <bruno@clisp.org>
44272
44273         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
44274         is the current directory. Respect also $local_gnulib_dir.
44275
44276 2006-08-28  Bruno Haible  <bruno@clisp.org>
44277             Simon Josefsson  <jas@extundo.com>
44278
44279         BeOS portability.
44280         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
44281
44282 2006-08-27  Jim Meyering  <jim@meyering.net>
44283
44284         * doc/visibility.texi: Remove duplicate word: "pointer".
44285
44286 2006-08-26  Bruno Haible  <bruno@clisp.org>
44287
44288         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
44289         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
44290         (Makefile.am): Create inttypes.h from inttypes_.h.
44291         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
44292
44293         * modules/imaxabs: New file.
44294
44295         * modules/imaxdiv: New file.
44296
44297 2006-08-26  Bruno Haible  <bruno@clisp.org>
44298
44299         * m4/inttypes.m4: New file.
44300         * m4/_inttypes_h.m4: Remove file.
44301         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
44302         PRI_MACROS_BROKEN.
44303         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
44304
44305         * m4/imaxabs.m4: New file.
44306
44307         * m4/imaxdiv.m4: New file.
44308
44309 2006-08-26  Bruno Haible  <bruno@clisp.org>
44310
44311         * lib/inttypes_.h: New file.
44312         * lib/inttypes.h: Remove file.
44313         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
44314
44315         * lib/imaxabs.c: New file.
44316
44317         * lib/imaxdiv.c: New file.
44318
44319 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44320
44321         New config-h module, so that "make" output needn't be cluttered
44322         by -DHAVE_CONFIG_H.
44323         * MODULES.html.sh (Support for building libraries and executables):
44324         Add config-h.
44325         * modules/config-h: New file.
44326         * gnulib-tool (nl, sed_transform_lib_file): New vars.
44327         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
44328         the config-h module is used.
44329
44330         New configmake module, so that "make" output needn't be cluttered
44331         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
44332         * MODULES.html.sh (Support for building libraries and executables):
44333         Add configmake.
44334         * modules/configmake: New file.
44335
44336 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44337
44338         * m4/config-h.m4: New file.
44339
44340 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
44341
44342         * config/srclist.txt: Add elisp-comp.
44343
44344 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
44345
44346         * MODULES.html.sh (Support for building libraries and executables):
44347         Add elisp-comp.
44348         * build-aux/elisp-comp: New file.
44349         * modules/elisp-comp: New file.
44350
44351 2006-08-24  Bruno Haible  <bruno@clisp.org>
44352
44353         * gnulib-tool (func_create_testdir): Use non-default values of
44354         sourcebase and m4base.
44355
44356 2006-08-24  Bruno Haible  <bruno@clisp.org>
44357
44358         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
44359         HTML structure.
44360
44361 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
44362
44363         * modules/openat (Depends-on): Add lchown.
44364
44365 2006-08-23  Bruno Haible  <bruno@clisp.org>
44366
44367         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
44368         of gl_LOCK_EARLY instead of gl_LOCK.
44369
44370 2006-08-23  Bruno Haible  <bruno@clisp.org>
44371
44372         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
44373         on OSF/1 to no.
44374         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
44375
44376 2006-08-23  Bruno Haible  <bruno@clisp.org>
44377
44378         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
44379         as unusable.
44380
44381         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
44382         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
44383         (gl_LOCK): New macro.
44384
44385 2006-08-22  Simon Josefsson  <jas@extundo.com>
44386
44387         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
44388         to md5 module.
44389
44390 2006-08-22  Simon Josefsson  <jas@extundo.com>
44391
44392         * MODULES.html.sh: Add "Support for maintaining and release
44393         projects".
44394
44395         * build-aux/gnupload: New file, from coreutils.
44396
44397 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44398
44399         Avoid the need for AC_LIBSOURCES in m4 macros.
44400         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
44401         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
44402         * modules/check-version (EXTRA_DIST): Add check-version.h.
44403         * modules/crc (EXTRA_DIST): Add crc.h.
44404         * modules/des (EXTRA_DIST): Add des.h.
44405         * modules/gc (EXTRA_DIST): Add gc.h.
44406         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
44407         * modules/getline (EXTRA_DIST): Add getline.h.
44408         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
44409         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
44410         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
44411         * modules/md2 (EXTRA_DIST): Add md2.h.
44412         * modules/md4 (EXTRA_DIST): Add md4.h.
44413         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
44414         * modules/read-file (EXTRA_DIST): Add read-file.h.
44415         * modules/readline (EXTRA_DIST): Add readline.h.
44416         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
44417         rijndael-api-fst.h.
44418
44419 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44420
44421         * m4/rijndael.m4 (gl_ARCFOUR):
44422         * m4/arctwo.m4 (gl_ARCTWO):
44423         * m4/check-version.m4 (gl_CHECK_VERSION):
44424         * m4/crc.m4 (gl_CRC):
44425         * m4/des.m4 (gl_DES):
44426         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
44427         * m4/gc.m4 (gl_GC):
44428         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
44429         * m4/getline.m4 (gl_FUNC_GETLINE):
44430         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
44431         * m4/hmac-md5.m4 (gl_HMAC_MD5):
44432         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
44433         * m4/md2.m4 (gl_MD2):
44434         * m4/md4.m4 (gl_MD4):
44435         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
44436         * m4/read-file.m4 (gl_FUNC_READ_FILE):
44437         * m4/readline.m4 (gl_FUNC_READLINE):
44438         * m4/rijndael.m4 (gl_RIJNDAEL):
44439         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
44440         to get the necessary .h files and whatnot.
44441
44442 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44443
44444         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
44445         gnulib rather than the other way around.
44446         * config/srclistvars.sh (COREUTILS): Remove.
44447
44448 2006-08-22  Jim Meyering  <jim@meyering.net>
44449
44450         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
44451
44452         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
44453
44454 2006-08-22  Eric Blake  <ebb9@byu.net>
44455
44456         * modules/regexprops-generic: New file.
44457         * MODULES.html.sh (Support for building documentation): List it.
44458
44459 2006-08-22  Eric Blake  <ebb9@byu.net>
44460
44461         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
44462         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
44463         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
44464         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
44465
44466 2006-08-22  Bruno Haible  <bruno@clisp.org>
44467
44468         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
44469         and lib_LTLIBRARIES like the other lib_* variables.
44470
44471 2006-08-22  Bruno Haible  <bruno@clisp.org>
44472
44473         * build-aux/x-to-1.in: New file, from GNU gettext.
44474
44475 2006-08-22  Bruno Haible  <bruno@clisp.org>
44476
44477         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
44478         <utmpx.h> exists.
44479
44480 2006-08-22  Bruno Haible  <bruno@clisp.org>
44481
44482         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
44483         <utmpx.h> exists.
44484
44485 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44486
44487         BeOS portability.
44488         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
44489         exist.
44490         Problem reported by Bruno Haible.
44491
44492 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44493
44494         Avoid the need for AC_LIBSOURCES in m4 macros.
44495         * modules/acl (EXTRA_DIST): Add acl.h.
44496         * modules/argmatch (Files): Add m4/argmatch.m4.
44497         (configure.ac): Add gl_ARGMATCH.
44498         (EXTRA_DIST): Renamed from lib_SOURCES, for
44499         consistency with the other modules.  Remove argmatch.c.
44500         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
44501         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
44502         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
44503         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
44504         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
44505         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
44506         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
44507         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
44508         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
44509         * modules/closeout (EXTRA_DIST): Add closeout.h.
44510         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
44511         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
44512         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
44513         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
44514         dirname.h; remove basename.c and stripslash.c.
44515         * modules/exclude (EXTRA_DIST): Add exclude.h.
44516         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
44517         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
44518         * modules/file-type (EXTRA_DIST): Add file-type.h.
44519         * modules/filemode (EXTRA_DIST): Add filemode.h.
44520         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
44521         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
44522         * modules/fpending (EXTRA_DIST): Add __fpending.h.
44523         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
44524         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
44525         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
44526         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
44527         * modules/getdate (EXTRA_DIST): Add getdate.c.
44528         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
44529         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
44530         * modules/getpass (EXTRA_DIST): Add getpass.h.
44531         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
44532         * modules/group-member (EXTRA_DIST): Add group-member.h.
44533         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
44534         * modules/hash (EXTRA_DIST): Add hash.h.
44535         * modules/human (EXTRA_DIST): Add human.h.
44536         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
44537         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
44538         * modules/lchown (EXTRA_DIST): Add lchown.h.
44539         * modules/long-options (EXTRA_DIST): Add long-options.h.
44540         * modules/lstat (EXTRA_DIST): Add lstat.h.
44541         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
44542         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
44543         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
44544         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
44545         * modules/memxor (EXTRA_DIST): Add memxor.h.
44546         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
44547         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
44548         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
44549         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
44550         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
44551         * modules/physmem (EXTRA_DIST): Add physmem.h.
44552         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
44553         * modules/posixver (EXTRA_DIST): Add posixver.h.
44554         * modules/quote (EXTRA_DIST): Add quote.h.
44555         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
44556         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
44557         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
44558         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
44559         regex_internal.h regexec.c.
44560         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
44561         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
44562         * modules/same (EXTRA_DIST): Add same.h.
44563         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
44564         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
44565         * modules/savedir (EXTRA_DIST): Add savedir.h.
44566         * modules/sha1 (EXTRA_DIST): Add sha1.h.
44567         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
44568         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
44569         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
44570         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
44571         * modules/strdup (EXTRA_DIST): Add strdup.h.
44572         * modules/strftime (EXTRA_DIST): Add strftime.h.
44573         * modules/strndup (EXTRA_DIST): Add strndup.h.
44574         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
44575         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
44576         * modules/time_r (EXTRA_DIST): Add time_r.h.
44577         * modules/timespec (EXTRA_DIST): Add timespec.h.
44578         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
44579         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
44580         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
44581         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
44582         * modules/userspec (EXTRA_DIST): Add userspec.h.
44583         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
44584         * modules/utimens (EXTRA_DIST): Add utimens.h.
44585         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
44586         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
44587         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
44588         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
44589         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
44590         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
44591         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
44592         * modules/yesno (EXTRA_DIST): Add yesno.h.
44593
44594 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44595
44596         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
44597
44598         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
44599         * m4/dev-ino.m4, same-inode.m4: Remove.
44600
44601         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
44602         * m4/acl.m4 (AC_FUNC_ACL):
44603         * m4/backupfile.m4 (gl_BACKUPFILE):
44604         * m4/c-strtod.m4 (gl_C99_STRTOLD):
44605         * m4/canon-host.m4 (gl_CANON_HOST):
44606         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
44607         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
44608         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
44609         * m4/cloexec.m4 (gl_CLOEXEC):
44610         * m4/close-stream.m4 (gl_CLOSE_STREAM):
44611         * m4/closeout.m4 (gl_CLOSEOUT):
44612         * m4/dirfd.m4 (gl_FUNC_DIRFD):
44613         * m4/dirname.m4 (gl_DIRNAME):
44614         * m4/exclude.m4 (gl_EXCLUDE):
44615         * m4/exitfail.m4 (gl_EXITFAIL):
44616         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
44617         * m4/file-type.m4 (gl_FILE_TYPE):
44618         * m4/filemode.m4 (gl_FILEMODE):
44619         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
44620         * m4/fpending.m4 (gl_FUNC_FPENDING):
44621         * m4/fprintftime.m4 (gl_FPRINTFTIME):
44622         * m4/fts.m4 (gl_FUNC_FTS):
44623         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
44624         * m4/getdate.m4 (gl_GETDATE):
44625         * m4/gethrxtime.m4 (gl_GETHRXTIME):
44626         * m4/getpagesize.m4 (gl_GETPAGESIZE):
44627         * m4/getpass.m4 (gl_FUNC_GETPASS):
44628         * m4/gettime.m4 (gl_GETTIME):
44629         * m4/getugroups.m4 (gl_GETUGROUPS):
44630         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
44631         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
44632         * m4/hard-locale.m4 (gl_HARD_LOCALE):
44633         * m4/hash.m4 (gl_HASH):
44634         * m4/idcache.m4 (gl_IDCACHE):
44635         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
44636         * m4/lchown.m4 (gl_FUNC_LCHOWN):
44637         * m4/long-options.m4 (gl_LONG_OPTIONS):
44638         * m4/lstat.m4 (gl_FUNC_LSTAT):
44639         * m4/md5.m4 (gl_MD5):
44640         * m4/memcasecmp.m4 (gl_MEMCASECMP):
44641         * m4/memcoll.m4 (gl_MEMCOLL):
44642         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
44643         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
44644         * m4/memxor.m4 (gl_MEMXOR):
44645         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
44646         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
44647         * m4/modechange.m4 (gl_MODECHANGE):
44648         * m4/mountlist.m4 (gl_MOUNTLIST):
44649         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
44650         * m4/openat.m4 (gl_FUNC_OPENAT):
44651         * m4/pathmax.m4 (gl_PATHMAX):
44652         * m4/physmem.m4 (gl_PHYSMEM):
44653         * m4/posixtm.m4 (gl_POSIXTM):
44654         * m4/posixver.m4 (gl_POSIXVER):
44655         * m4/quote.m4 (gl_QUOTE):
44656         * m4/quotearg.m4 (gl_QUOTEARG):
44657         * m4/readtokens.m4 (gl_READTOKENS):
44658         * m4/readutmp.m4 (gl_READUTMP):
44659         * m4/regex.m4 (gl_REGEX):
44660         * m4/safe-read.m4 (gl_SAFE_READ):
44661         * m4/safe-write.m4 (gl_SAFE_WRITE):
44662         * m4/same.m4 (gl_SAME):
44663         * m4/save-cwd.m4 (gl_SAVE_CWD):
44664         * m4/savedir.m4 (gl_SAVEDIR):
44665         * m4/settime.m4 (gl_SETTIME):
44666         * m4/sha1.m4 (gl_SHA1):
44667         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
44668         * m4/stat-macros.m4 (gl_STAT_MACROS):
44669         * m4/stat-time.m4 (gl_STAT_TIME):
44670         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
44671         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
44672         * m4/strdup.m4 (gl_FUNC_STRDUP):
44673         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
44674         * m4/strndup.m4 (gl_FUNC_STRNDUP):
44675         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
44676         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
44677         * m4/time_r.m4 (gl_TIME_R):
44678         * m4/timespec.m4 (gl_TIMESPEC):
44679         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
44680         * m4/unlinkdir.m4 (gl_UNLINKDIR):
44681         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
44682         * m4/userspec.m4 (gl_USERSPEC):
44683         * m4/utimecmp.m4 (gl_UTIMECMP):
44684         * m4/utimens.m4 (gl_UTIMENS):
44685         * m4/xalloc.m4 (gl_XALLOC):
44686         * m4/xgetcwd.m4 (gl_XGETCWD):
44687         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
44688         * m4/xreadlink.m4 (gl_XREADLINK):
44689         * m4/xstrtod.m4 (gl_XSTRTOD):
44690         * m4/yesno.m4 (gl_YESNO):
44691         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
44692         to get the necessary .h files and whatnot.
44693
44694 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
44695             Bruno Haible  <bruno@clisp.org>
44696
44697         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
44698         /bin/sh understanding of '!' conditional negation.
44699
44700 2006-08-21  Jim Meyering  <jim@meyering.net>
44701
44702         * modules/openat (Depends-on): Really alphabetize.
44703
44704         * modules/acl (Depends-on): Add error and quote.
44705
44706         * check-module (find_included_lib_files): Add at-func.c to the
44707         ok-to-include-more-than-once white list.
44708
44709         * modules/openat (Depends-on): Add lstat.  Alphabetize.
44710
44711 2006-08-21  Bruno Haible  <bruno@clisp.org>
44712
44713         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44714         Emit a pkgdata_DATA variable only if some snippets add contents to it.
44715         Reported by Martin Lambers <marlam@marlam.de>.
44716
44717 2006-08-21  Bruno Haible  <bruno@clisp.org>
44718
44719         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
44720         specify an installation location, don't emit a noinst_LIBRARIES or
44721         noinst_LTLIBRARIES assignment.
44722
44723 2006-08-21  Bruno Haible  <bruno@clisp.org>
44724
44725         BeOS portability.
44726         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
44727         BeOS has mbrtowc() but no <wctype.h>.
44728
44729 2006-08-21  Bruno Haible  <bruno@clisp.org>
44730
44731         BeOS portability.
44732         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
44733         exist.
44734
44735 2006-08-21  Bruno Haible  <bruno@clisp.org>
44736
44737         BeOS portability.
44738         * lib/mbchar.h: Include <wctype.h> only if it exists.
44739
44740 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44741
44742         Remove files that are no longer needed by their respective modules.
44743         * m4/obstack.m4: Remove.
44744         * m4/strerror_r.m4: Remove.
44745         * m4/uint32_t.m4: Remove.
44746         * m4/uintptr_t.m4: Remove.
44747         * m4/ullong_max.m4: Remove.
44748         * m4/xstrtoimax.m4: Remove.
44749         * m4/xstrtoumax.m4: Remove.
44750
44751         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
44752         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
44753         dependencies now capture this.
44754
44755         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
44756         Do not use AC_LIBSOURCES, since gnulib modules now do this.
44757         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
44758         * m4/human.m4 (gl_HUMAN): Likewise.
44759         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
44760         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
44761
44762         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
44763
44764         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
44765         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
44766         stdint.
44767         * m4/human.m4 (gl_HUMAN): Likewise.
44768         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
44769         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
44770         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
44771         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
44772         * m4/xstrtol (gl_XSTRTOL): Likewise.
44773
44774         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
44775         AC_TYPE_LONG_LONG_INT.
44776         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
44777         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
44778         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
44779         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
44780
44781         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
44782         on stdbool.
44783
44784         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
44785         (gl_PREREQ_XSTRTOUL): Remove.
44786
44787         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
44788
44789         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
44790         mode.
44791
44792 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44793
44794         Add and change modules to make it easier for coreutils to use
44795         gnulib-tool.
44796         * modules/backupfile (Files): Remove m4/d-ino.m4.
44797         (Depends-on): Add d-ino.
44798         * modules/cycle-check (Depends-on): Add stdint.
44799         (lib_SOURCES): Add cycle-check.h.
44800         * modules/d-ino: New module.
44801         * modules/d-type: New module.
44802         * modules/error (Files): Remove m4/strerror_r.m4.
44803         * modules/filemode (Files): Add m4/st_dm_mode.m4.
44804         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
44805         m4/inttypes_h.m4, m4/uintmax_t.m4.
44806         (Depends-on): Add stdint.
44807         (lib_SOURCES): Add fsusage.h.
44808         * modules/getcwd (Files): Remove d-ino.m4.
44809         (Depends-on): Add d-ino.
44810         * modules/getndelim2 (Depends-on): Add stdint.
44811         * modules/glob (Files): Remove m4/d-type.m4.
44812         (Depends-on): Add d-type.
44813         * modules/host-os: New module.
44814         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
44815         m4/inttypes_h.m4, m4/uintmax_t.m4.
44816         * Depends-on: Add stdint.
44817         (lib_SOURCES): Add human.h.
44818         * modules/inttostr (Files): Remove m4/intmax_t.m4,
44819         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
44820         m4/uintmax_t.m4, m4/ulonglong.m4.
44821         (Depends-on): Add stdint.
44822         (EXTRA_DIST): Add inttostr.h.
44823         * modules/lchmod: New module.
44824         * modules/link-follow: New module.
44825         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
44826         (Depends-on): Add lchmod.
44827         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
44828         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
44829         (Depends-on): Add stdint.
44830         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
44831         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
44832         (Depends-on): Add stdint.
44833         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
44834         * modules/perl: New module.
44835         * modules/regex (Depends-on): Add stdint.
44836         * modules/rmdir-errno: New module.
44837         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
44838         m4/intmax_t.m4.
44839         (Depends-on): Add stdint.
44840         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
44841         m4/uintmax_t.m4.
44842         (Depends-on): Add stdint.
44843         * modules/unlink-busy: New module.
44844         * modules/utimecmp (Depends-on): Add stdint.
44845         * modules/uptime: New module.
44846         * modules/winsz-ioctl: New module.
44847         * modules/winsz-termios: New module.
44848         * modules/xnanosleep (Depends-on): Add nanosleep.
44849         * modules/ullong_max: Remove.
44850         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
44851         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
44852         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
44853         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
44854         (Depends-on): Add inttypes.
44855         (lib_SOURCES): Add xstrtol.h.
44856         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
44857         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
44858         * MODULES.html.sh: Move 'assert' into the assert section.
44859         Move 'dummy' into the linking section.
44860         Remove ullong_max.
44861         Add section for compatibility checks for POSIX:2001 functions,
44862         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
44863         winsz-ioctl, and winsz-termios into it.
44864         Add lchmod.
44865         Add top-level Misc section and put host-os, perl, and uptime
44866         into it.
44867
44868 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44869
44870         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
44871         now assume the stdint module.  Do not include inttypes.h.
44872         * lib/fsusage.h: Likewise.
44873         * lib/getndelim2.c: Likewise.
44874         * lib/human.h: Likewise.
44875         * lib/inttostr.h: Likewise.
44876         * lib/obstack.c: Likewise.
44877         * lib/regex_internal.h: Likewise.
44878         * lib/tempname.c: Likewise.
44879         * lib/utimecmp.c: Likewise.
44880         * lib/xstrtol.h: Likewise.
44881
44882         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
44883
44884         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
44885         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
44886         * lib/xtime.h: Likewise.
44887
44888 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44889
44890         * modules/openat (Files): Add lib/fchmodat.c.
44891         Fixes problem reported by Jay Youngman.
44892
44893 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44894
44895         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
44896         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
44897
44898 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
44899             Bruno Haible  <bruno@clisp.org>
44900
44901         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
44902         and is a script that invokes bison. Tighten the code. Add comments.
44903
44904 2006-08-18  Jim Meyering  <jim@meyering.net>
44905
44906         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
44907         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
44908         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
44909         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
44910
44911 2006-08-18  Bruno Haible  <bruno@clisp.org>
44912
44913         * modules/bison-i18n: New file.
44914         * MODULES.html.sh (Internationalization functions): Add it.
44915
44916 2006-08-18  Bruno Haible  <bruno@clisp.org>
44917
44918         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
44919         sys/statvfs.h. When getmntinfo was found, check its declaration and
44920         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
44921
44922 2006-08-18  Bruno Haible  <bruno@clisp.org>
44923
44924         * m4/bison-i18n.m4: New file, from bison.
44925
44926 2006-08-18  Bruno Haible  <bruno@clisp.org>
44927
44928         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
44929         (ME_DUMMY): Treat "kernfs" as a dummy.
44930         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
44931
44932 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
44933
44934         Update from coreutils.
44935
44936         2006-08-15  Jim Meyering  <jim@meyering.net>
44937
44938         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
44939
44940         2006-01-17  Jim Meyering  <jim@meyering.net>
44941
44942         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
44943
44944         2006-01-11  Jim Meyering  <jim@meyering.net>
44945
44946         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
44947         Check for the lchmod function.
44948
44949 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
44950
44951         Update from coreutils.
44952
44953         * lib/__fpending.h: Add copyright notice.
44954         * lib/fprintftime.h: Likewise.
44955         * lib/savedir.c: Use (C) in copyright notice.
44956         * lib/savedir.h: Likewise.
44957
44958         2006-08-15  Jim Meyering  <jim@meyering.net>
44959
44960         * lib/at-func.c: New file, with the logic of all emulated at-functions.
44961         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
44962         in support of the EXPECTED_ERRNO macro.
44963         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
44964         definitions.  Instead, define the appropriate symbols and include
44965         "at-func.c".
44966         * lib/mkdirat.c (mkdirat): Likewise.
44967         * lib/fchmodat.c (fchmodat): Likewise.
44968         (ENOSYS): Remove definition.
44969         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
44970         it.  Don't include "unistd--.h" -- it wasn't ever used.
44971
44972         2006-01-17  Jim Meyering  <jim@meyering.net>
44973
44974         Rewrite fts.c not to change the current working directory,
44975         by using openat, fstatat, fdopendir, etc..
44976
44977         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
44978         (HAVE_OPENAT_SUPPORT): Define.
44979         [_LIBC] (fchdir): Don't undef or define; no longer used.
44980         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
44981         Now, this `function' always succeeds, and consumes its file descriptor
44982         parameter -- so callers must not close such FDs.  Update callers.
44983         (diropen_fd, opendirat, cwd_advance_fd): New functions.
44984         (diropen): Add parameter, SP.  Adjust all callers.
44985         Implement using diropen_fd, rather than open.
44986         (fts_open): Initialize new member, fts_cwd_fd.
44987         Remove fts_rft-setting code.
44988         (fts_close): Close fts_cwd_fd, if necessary.
44989         (__opendir2): Define in terms of opendir or opendirat,
44990         depending on whether the FST_NOCHDIR flag is set.
44991         (fts_build): Since fts_safe_changedir consumes its FD, and since
44992         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
44993         and close the dup'd file descriptor upon failure.
44994         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
44995         (fts_safe_changedir): Tweak semantics to reflect that this function
44996         now calls cwd_advance_fd and hence consumes its FD argument.
44997         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
44998         [struct FTS] (fts_rft): Remove now-unused member.
44999         [struct FTS] (fts_cycle.state): Improve comment.
45000
45001         * lib/openat.c (openat_needs_fchdir): New function.
45002         * lib/openat.h (openat_needs_fchdir): Declare it.
45003
45004 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
45005
45006         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
45007         Problem and fix reported by Pádraig Brady in
45008         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
45009
45010 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45011
45012         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
45013
45014 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45015
45016         * lib/memcoll.c (memcoll): Optimize for the common case where the
45017         arguments are bytewise equal.
45018
45019 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45020
45021         * doc/regexprops-generic.texi: Add a copyright notice.
45022
45023 2006-08-15  Bruno Haible  <bruno@clisp.org>
45024
45025         * modules/tmpdir (License): Change to LGPL.
45026
45027 2006-08-15  Bruno Haible  <bruno@clisp.org>
45028
45029         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
45030         module.
45031
45032 2006-08-14  Simon Josefsson  <jas@extundo.com>
45033
45034         * config/srclist.txt: Add gnupload.
45035
45036 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45037
45038         Change copyright notice from LGPL 2 to GPL 2, since that's the
45039         standard form used in the gnulib repository.
45040         * tests/test-lock.c: Likewise.
45041         * tests/test-stdint.c: Likewise.
45042         * tests/test-tls.c: Likewise.
45043
45044         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
45045         prelude-manager.  User shorter URLs for GNU projects, without '?'.
45046         Add copyright notice.
45047
45048         * check-module: Add copyright notice.  Output a copyright
45049         notice if "--version" is specified.
45050         * modules/COPYING: New file.
45051         * tests/test-getaddrinfo.c: Add copyright notice.
45052         * tests/test-verify.c: Likewise.
45053
45054 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45055
45056         Change copyright notice from LGPL 2 to GPL 2, since that's the
45057         standard form used in the gnulib repository.
45058         * lib/lock.c: LGPL -> GPL.
45059         * lib/lock.h: Likewise.
45060         * lib/strnlen1.c: Likewise.
45061         * lib/strnlen1.h: Likewise.
45062         * lib/tls.c: Likewise.
45063         * lib/tls.h: Likewise.
45064         * lib/tmpdir.c: Likewise.
45065
45066         * lib/TODO: Remove; this belongs only in coreutils.
45067
45068 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45069
45070         Add copyright notices to long-enough files that lack them, since
45071         otherwise the files aren't clearly free.  Use the same notice that
45072         getdate.texi already uses.
45073         * doc/alloca-opt.texi: Add copyright notice.
45074         * doc/alloca.texi: Likewise.
45075         * doc/ctime.texi: Likewise.
45076         * doc/functions.texi: Likewise.
45077         * doc/gcd.texi: Likewise.
45078         * doc/gnulib-tool.texi: Likewise.
45079         * doc/inet_ntoa.texi: Likewise.
45080         * doc/visibility.texi: Likewise.
45081
45082         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
45083         * doc/quote.texi: Add copyright notice.
45084
45085         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
45086         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
45087         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
45088         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
45089         is now obsolete, and give a pointer to the Sun list.
45090         Add copyright notice.
45091
45092 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45093
45094         * config/srclistvars.sh: Add copyright notice.
45095
45096 2006-08-14  Eric Blake  <ebb9@byu.net>
45097
45098         Import the following change from libc:
45099
45100         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
45101
45102         Upstream bug 2997.
45103         * lib/misc/error.c: Add space between program name and message if file
45104         name is missing.
45105
45106 2006-08-12  Karl Berry  <karl@gnu.org>
45107
45108         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
45109         remove, these originate in gnulib now.
45110
45111 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45112
45113         * doc/Makefile (standards.info standards.html standards.dvi):
45114         Also depend on make-stds.texi.
45115
45116 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
45117
45118         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
45119         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
45120
45121         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
45122         in wchar_t.  Problem reported by Eric Blake.
45123
45124         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
45125         LEN is smaller than SIZE.  Suggested by Bruno Haible.
45126         Also, help the compiler to keep LEN in a register.
45127
45128 2006-08-11  Eric Blake  <ebb9@byu.net>
45129
45130         * users.txt: Sort.  Add tar.
45131
45132 2006-08-11  Bruno Haible  <bruno@clisp.org>
45133
45134         * users.txt: New file.
45135
45136 2006-08-11  Bruno Haible  <bruno@clisp.org>
45137
45138         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
45139         before <wchar.h>. Needed for OSF/1 and BSD/OS.
45140
45141 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
45142
45143         * modules/snprintf (Depends-on): Remove minmax.
45144         (Maintainer): Add self and Bruno.
45145
45146 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
45147
45148         * lib/.cppi-disable: Add snprintf.h, socket_.h.
45149         * lib/snprintf.c: Include <errno.h> and <limits.h>.
45150         (EOVERFLOW): Define if the system does not.
45151         Do not include "minmax.h"; it wasn't used.
45152         (snprintf): Don't assume size_t promotes to an unsigned type.
45153         Fix bug when generated string was too long for the buffer: the
45154         buffer's contents are supposed to be the initial prefix of the
45155         output.  Don't assume vasnprintf returns EOVERFLOW if the size
45156         exceeds INT_MAX; do the check ourselves.
45157
45158         Import the following changes from libc:
45159
45160         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
45161
45162         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
45163         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
45164         set wc to the byte which couldn't be converted.
45165         (re_string_reconstruct): Don't clear valid_raw_len before calling
45166         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
45167         tip_context using re_string_context_at.
45168
45169         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
45170
45171         * lib/posix/regex.h: g++ still cannot handled [restrict].
45172
45173         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
45174
45175         * lib/posix/regex.h: Remove special handling for VMS.
45176
45177 2006-08-10  Jim Meyering  <jim@meyering.net>
45178
45179         * modules/same-inode: New module.
45180         * modules/dev-ino: New module.
45181         * modules/cycle-check: Depend on these modules, rather than simply
45182         including their .h files.
45183         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
45184         required via m4/cycle-check.m4.
45185         * modules/same: Depend on new same-inode module, rather than
45186         including same-inode.h.
45187         * modules/chdir-safer: New file.
45188
45189         * modules/chown (Depends-on): Add stat-macros.
45190
45191 2006-08-10  Jim Meyering  <jim@meyering.net>
45192
45193         * m4/cycle-check.m4: New file.
45194         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
45195         * m4/dev-ino.m4, m4/same-inode.m4: New files.
45196
45197 2006-08-10  Eric Blake  <ebb9@byu.net>
45198
45199         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
45200         in from original proposal.
45201
45202 2006-08-10  Eric Blake  <ebb9@byu.net>
45203         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
45204
45205         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
45206         namespace.
45207
45208 2006-08-10  Bruno Haible  <bruno@clisp.org>
45209
45210         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
45211         as well.
45212
45213 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45214
45215         Sync from coreutils.
45216
45217         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
45218
45219         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
45220         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
45221
45222 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45223
45224         * modules/restrict: Remove; no longer needed now that we assume
45225         Autoconf 2.59 or later.
45226         * MODULES.html.sh: Remove 'restrict'.
45227         * modules/argp (Depends-on): Remove 'restrict'.
45228         * modules/base64 (Depends-on): Likewise.
45229         * modules/gc (Depends-on): Likewise.
45230         * modules/getaddrinfo (Depends-on): Likewise.
45231         * modules/glob (Depends-on): Likewise.
45232         * modules/inet_ntop (Depends-on): Likewise.
45233         * modules/inet_pton (Depends-on): Likewise.
45234         * modules/memxor (Depends-on): Likewise.
45235         * modules/regex (Depends-on): Likewise.
45236         * modules/strtok_r (Depends-on): Likewise.
45237         * modules/time_r (Depends-on): Likewise.
45238
45239 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45240
45241         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
45242         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
45243         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
45244         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
45245         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
45246         * m4/memxor.m4 (gl_MEMXOR): Likewise.
45247         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
45248         gl_C_RESTRICT replaced by AC_C_RESTRICT.
45249
45250         Merge from coreutils.
45251         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
45252         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
45253         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
45254         * m4/time_r.m4 (gl_TIME_R): Likewise.
45255
45256 2006-08-09  Karl Berry  <karl@gnu.org>
45257
45258         * config/srclist.txt: no more gettext-tools, per Bruno.
45259
45260 2006-08-08  Eric Blake  <ebb9@byu.net>
45261
45262         * modules/verror: New module.
45263         * MODULES.html.sh: Document it.
45264
45265 2006-08-08  Eric Blake  <ebb9@byu.net>
45266
45267         * lib/verror.h, lib/verror.c: New files.
45268
45269 2006-08-08  Eric Blake  <ebb9@byu.net>
45270
45271         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
45272         verror_at_line output complies with GNU Coding Standards even when
45273         file is NULL.
45274
45275 2006-08-07  Bruno Haible  <bruno@clisp.org>
45276
45277         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
45278         versions of AIX.
45279         Reported by Ralf Wildenhues.
45280
45281 2006-08-07  Bruno Haible  <bruno@clisp.org>
45282
45283         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
45284         in an AC_DEFUN. Needed so that the autoconf snippets can use
45285         AC_REQUIRE.
45286
45287 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45288
45289         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45290         Initialize pkgdata_DATA.
45291         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
45292         overriding it.
45293
45294 2006-08-06  Eric Blake  <ebb9@byu.net>
45295
45296         * lib/error.h: Fold in some upstream changes from glibc.
45297         * lib/error.c: Likewise.
45298
45299 2006-08-04  Bruno Haible  <bruno@clisp.org>
45300
45301         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45302         Make the mostlyclean-local rule depend on mostlyclean-generic.
45303         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
45304
45305 2006-07-31  Bruno Haible  <bruno@clisp.org>
45306
45307         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
45308         <stdlib.h>, <string.h>.
45309
45310 2006-07-30  Bruno Haible  <bruno@clisp.org>
45311
45312         * modules/readlink (License): Change to LGPL.
45313
45314 2006-07-30  Bruno Haible  <bruno@clisp.org>
45315
45316         * modules/javaversion (Makefile.am): Distribute javaversion.java and
45317         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
45318         set PKGDATADIR to point to it.
45319
45320 2006-07-30  Bruno Haible  <bruno@clisp.org>
45321
45322         * modules/csharpexec (configure.ac): Comment out macro invocation.
45323         * modules/javaexec (configure.ac): Likewise.
45324         * modules/javacomp-script (configure.ac): Likewise.
45325
45326         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
45327
45328 2006-07-30  Bruno Haible  <bruno@clisp.org>
45329
45330         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
45331         linked-list.
45332
45333 2006-07-30  Bruno Haible  <bruno@clisp.org>
45334
45335         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
45336
45337 2006-07-30  Bruno Haible  <bruno@clisp.org>
45338
45339         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45340         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
45341         get removed.
45342
45343 2006-07-29  Bruno Haible  <bruno@clisp.org>
45344
45345         Make it possible for gnulib-tool to work with locally modified or
45346         augmented gnulib repositories.
45347         * gnulib-tool (func_usage): Document --local-dir option.
45348         (local_gnulib_dir): New variable.
45349         Handle --local-dir option.
45350         (func_lookup_file): New function.
45351         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
45352         (func_get_description, func_get_filelist, func_get_description,
45353         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
45354         func_get_automake_snippet, func_get_include_directive,
45355         func_get_license, func_get_maintainer): Use func_lookup_file.
45356         (func_import, func_create_testdir): Use func_lookup_file.
45357
45358 2006-07-29  Bruno Haible  <bruno@clisp.org>
45359
45360         * modules/setenv (Depends-on): Add unistd.
45361
45362 2006-07-29  Bruno Haible  <bruno@clisp.org>
45363
45364         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
45365
45366 2006-07-29  Bruno Haible  <bruno@clisp.org>
45367
45368         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
45369
45370 2006-07-29  Bruno Haible  <bruno@clisp.org>
45371
45372         * gnulib-tool (import, update): If there is no Makefile.am, look at
45373         aclocal.m4, instead of bailing out.
45374
45375 2006-07-29  Bruno Haible  <bruno@clisp.org>
45376
45377         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
45378         Categorize the options by when they are useful.
45379
45380 2006-07-29  Bruno Haible  <bruno@clisp.org>
45381
45382         * gnulib-tool (func_usage): Document option --no-libtool.
45383         Handle option --no-libtool.
45384         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
45385         for changed semantics of $libtool variable.
45386         (func_import): Likewise. If libtool is not used, show this through
45387         an option --no-libtool.
45388         (func_create_testdir): Update.
45389
45390 2006-07-29  Bruno Haible  <bruno@clisp.org>
45391
45392         * gnulib-tool (func_import): Extend error message about missing
45393         --doc-base.
45394
45395 2006-07-29  Bruno Haible  <bruno@clisp.org>
45396
45397         * gnulib-tool (func_import): Don't create the $docbase directory if
45398         there is no file to store there.
45399
45400 2006-07-29  Bruno Haible  <bruno@clisp.org>
45401
45402         * gnulib-tool (autoconf_minversion): If a --dir option is given and
45403         relevant, look for configure.ac there, not in the current directory.
45404         Also use a simple search for AC_PREREQ, not "autoconf --trace".
45405
45406 2006-07-29  Bruno Haible  <bruno@clisp.org>
45407
45408         * gnulib-tool (SORT): New variable.
45409         (func_usage): Undocument --assume-autoconf option.
45410         Remove --assume-autoconf option handling.
45411         (autoconf_minversion): Determine from the contents of configure.ac.
45412         (func_import): Remove autoconf_minversion handling.
45413         Suggested by Eric Blake.
45414
45415 2006-07-29  Bruno Haible  <bruno@clisp.org>
45416
45417         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
45418
45419 2006-07-29  Bruno Haible  <bruno@clisp.org>
45420
45421         * config/srclist.txt (*setenv.[ch]): Remove rules.
45422
45423 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45424
45425         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
45426
45427 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45428
45429         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
45430         arpa/inet.h.
45431
45432 2006-07-28  Simon Josefsson  <jas@extundo.com>
45433
45434         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
45435         * modules/inet_pton (Depends-on): Likewise.
45436
45437 2006-07-28  Simon Josefsson  <jas@extundo.com>
45438
45439         * m4/netinet_in_h.m4: New file.
45440
45441 2006-07-28  Simon Josefsson  <jas@extundo.com>
45442
45443         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
45444         #include's.
45445
45446 2006-07-28  Simon Josefsson  <jas@extundo.com>
45447
45448         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
45449         #include's.
45450
45451 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
45452
45453         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
45454         setgid on directories only if they set these bits.
45455         * lib/modechange.h: Remove obsolete comment about masks.
45456
45457 2006-07-28  Eric Blake  <ebb9@byu.net>
45458
45459         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
45460         macro expansion.
45461
45462 2006-07-28  Bruno Haible  <bruno@clisp.org>
45463
45464         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
45465
45466 2006-07-28  Bruno Haible  <bruno@clisp.org>
45467
45468         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
45469
45470 2006-07-28  Bruno Haible  <bruno@clisp.org>
45471
45472         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
45473         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
45474         Define fallbacks.
45475         Avoids link error on FreeBSD 4.x.
45476         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
45477
45478         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
45479         encoding.
45480         * lib/mbswidth.c (iswcntrl): Likewise.
45481
45482 2006-07-27  Bruno Haible  <bruno@clisp.org>
45483
45484         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
45485         test.
45486
45487 2006-07-27  Bruno Haible  <bruno@clisp.org>
45488
45489         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
45490         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
45491         defined.
45492
45493 2006-07-26  Eric Blake  <ebb9@byu.net>
45494
45495         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
45496
45497 2006-07-26  Eric Blake  <ebb9@byu.net>
45498
45499         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
45500         like mingw that lack mkstemp.
45501         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
45502         avoid compilation warning on mingw.
45503
45504 2006-07-26  Bruno Haible  <bruno@clisp.org>
45505
45506         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
45507         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
45508         INT_FAST*_MIN, INTPTR_MIN.
45509
45510 2006-07-25  Bruno Haible  <bruno@clisp.org>
45511
45512         * modules/version-etc (Depends-on): Add stdarg.
45513
45514 2006-07-25  Bruno Haible  <bruno@clisp.org>
45515
45516         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
45517         complex commands.
45518
45519 2006-07-25  Bruno Haible  <bruno@clisp.org>
45520
45521         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
45522         defined in <stdarg.h> or config.h.
45523
45524 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
45525
45526         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
45527         (gl_STDIO_SAFER): Remove.
45528
45529 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
45530
45531         * MODULES.html.sh (File stream based Input/Output):
45532         Add fopen-safer, tmpfile-safer; remove stdio-safer.
45533         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
45534         * modules/fopen-safer, modules/tmpfile-safer: New files.
45535         * modules/stdio-safer: Remove.
45536
45537 2006-07-24  Bruno Haible  <bruno@clisp.org>
45538
45539         * modules/tmpdir: New file.
45540         * MODULES.html.sh (File system functions): Add it.
45541
45542 2006-07-24  Bruno Haible  <bruno@clisp.org>
45543
45544         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
45545         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
45546
45547 2006-07-24  Bruno Haible  <bruno@clisp.org>
45548
45549         * modules/clean-temp: New file.
45550
45551 2006-07-24  Bruno Haible  <bruno@clisp.org>
45552
45553         * m4/tmpdir.m4: New file, from GNU gettext.
45554
45555 2006-07-24  Bruno Haible  <bruno@clisp.org>
45556
45557         * lib/tmpdir.h: New file, from GNU gettext.
45558         * lib/tmpdir.c: New file, from GNU gettext.
45559
45560 2006-07-24  Bruno Haible  <bruno@clisp.org>
45561
45562         * lib/clean-temp.h: New file, from GNU gettext.
45563         * lib/clean-temp.c: New file, from GNU gettext.
45564
45565 2006-07-23  Eric Blake  <ebb9@byu.net>
45566
45567         * modules/stdio-safer (Files): Add tmpfile-safer.c.
45568         (Depends-on): Add binary-io.
45569
45570 2006-07-23  Eric Blake  <ebb9@byu.net>
45571
45572         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
45573
45574 2006-07-23  Eric Blake  <ebb9@byu.net>
45575
45576         * lib/tmpfile-safer.c: New file.
45577         * lib/stdio-safer.h (fopen_safer): Add prototype.
45578         * lib/stdio--.h (tmpfile): Make safer.
45579
45580 2006-07-23  Bruno Haible  <bruno@clisp.org>
45581
45582         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
45583         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
45584         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
45585         gl_linked_remove_at): Use it.
45586
45587 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45588         and Simon Josefsson <jas@extundo.com>
45589
45590         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
45591
45592         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
45593
45594 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45595
45596         * modules/close-stream: New file.
45597         * modules/closeout (Description): Make it clear that it exits
45598         with a diagnostic on error.
45599         (Depends-on): Add close-stream.  Remove fpending, stdbool.
45600         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
45601
45602 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45603
45604         * m4/close-stream.m4: New file.
45605
45606 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45607
45608         * lib/close-stream.c, lib/close-stream.h: New files.
45609
45610 2006-07-22  Bruno Haible  <bruno@clisp.org>
45611
45612         Merge from GNU gettext 0.15.
45613
45614         2006-05-01  Bruno Haible  <bruno@clisp.org>
45615
45616                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
45617
45618         2006-07-22  Bruno Haible  <bruno@clisp.org>
45619
45620                 * modules/javaversion: New file.
45621                 * MODULES.html.sh (Java): Add javaversion.
45622
45623         2006-03-12  Bruno Haible  <bruno@clisp.org>
45624
45625                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
45626
45627         2005-12-04  Bruno Haible  <bruno@clisp.org>
45628
45629                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
45630                 (untested).
45631
45632         2006-06-21  Bruno Haible  <bruno@clisp.org>
45633
45634                 Avoid warnings from recent versions of mcs.
45635                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
45636                 -o, -L, -r any more. Use options documented since mcs-1.0
45637                 instead. Similarly for -g.
45638
45639         2005-12-04  Bruno Haible  <bruno@clisp.org>
45640
45641                 * build-aux/csharpcomp.sh.in: Suffix for resources is
45642                 .resources, not .resource.
45643
45644         2005-07-09  Bruno Haible  <bruno@clisp.org>
45645
45646                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
45647                 add a .dll suffix.
45648                 Reported by Mark Junker <mjscod@gmx.de>.
45649
45650         2006-07-22  Bruno Haible  <bruno@clisp.org>
45651
45652                 * modules/gettext: Upgrade to gettext-0.15.
45653                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
45654                 m4/visibility.m4.
45655                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
45656
45657 2006-07-22  Bruno Haible  <bruno@clisp.org>
45658
45659         Merge from GNU gettext 0.15.
45660
45661         2006-03-25  Bruno Haible  <bruno@clisp.org>
45662
45663                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
45664
45665         2006-07-21  Bruno Haible  <bruno@clisp.org>
45666
45667                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
45668                 "1.1".
45669
45670         2006-05-09  Bruno Haible  <bruno@clisp.org>
45671
45672                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
45673                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
45674                 for the conftestver execution.
45675
45676         2006-05-01  Bruno Haible  <bruno@clisp.org>
45677
45678                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
45679                 optional target-version argument. Verify that the compiler
45680                 groks source of the specified source-version, or add -source
45681                 option as necessary. Verify that the compiler produces
45682                 bytecode in the specified target-version, or add -target and
45683                 -source options as necessary. Make the result of the test
45684                 available as variable CONF_JAVAC. Also log error output in
45685                 config.log.
45686
45687         2006-03-11  Bruno Haible  <bruno@clisp.org>
45688
45689                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
45690
45691         2006-05-09  Bruno Haible  <bruno@clisp.org>
45692
45693                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
45694                 CLASSPATH_SEPARATOR to a semicolon.
45695
45696         2006-03-12  Bruno Haible  <bruno@clisp.org>
45697
45698                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
45699                 available as variable CONF_JAVA, for subsequent autoconf
45700                 tests. Also log error output in config.log.
45701
45702         2006-07-19  Bruno Haible  <bruno@clisp.org>
45703
45704                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
45705                 that getline works on glibc2 systems. Needed to avoid trouble
45706                 in relocatable.c.
45707                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
45708
45709         2005-12-04  Bruno Haible  <bruno@clisp.org>
45710
45711                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
45712                 launcher (untested).
45713
45714         2005-12-04  Bruno Haible  <bruno@clisp.org>
45715
45716                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
45717
45718         2006-07-22  Bruno Haible  <bruno@clisp.org>
45719
45720                 * gettext.m4: Update from GNU gettext-0.15.
45721                 * nls.m4: Likewise.
45722                 * po.m4: Likewise.
45723                 * inttypes-pri.m4: Likewise.
45724                 * inttypes-h.m4: Renamed from inttypes.m4.
45725                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
45726
45727 2006-07-22  Bruno Haible  <bruno@clisp.org>
45728
45729         Merge from GNU gettext 0.15.
45730
45731         2005-07-05  Bruno Haible  <bruno@clisp.org>
45732
45733                 * printf-args.c (printf_fetchargs): Work around broken
45734                 definition of wint_t on mingw.
45735
45736         2005-02-12  Bruno Haible  <bruno@clisp.org>
45737
45738                 * xallocsa.h: Add extern "C" for C++.
45739
45740         2006-05-17  Bruno Haible  <bruno@clisp.org>
45741
45742                 Cygwin portability.
45743                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
45744
45745         2006-04-30  Bruno Haible  <bruno@clisp.org>
45746
45747                 * progreloc.c: Include <mach-o/dyld.h> if available.
45748                 (find_executable): Use _NSGetExecutablePath when possible.
45749
45750         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
45751
45752                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
45753                 function.
45754
45755         2005-12-29  Bruno Haible  <bruno@clisp.org>
45756
45757                 * progreloc.c (set_program_name_and_installdir): Fix
45758                 compilation error.
45759
45760         2005-12-04  Bruno Haible  <bruno@clisp.org>
45761
45762                 Cygwin portability.
45763                 * progreloc.c: Include <windows.h> also on Cygwin.
45764                 (find_executable): Add support for Cygwin.
45765                 (set_program_name_and_installdir): Handle also platforms with
45766                 nonempty EXEEXT.
45767
45768         2006-07-11  Bruno Haible  <bruno@clisp.org>
45769
45770                 * javacomp.c: Fix a comment.
45771                 Reported by Jim Meyering.
45772
45773         2006-04-30  Bruno Haible  <bruno@clisp.org>
45774
45775                 * javacomp.h (compile_java_class): Add source_version,
45776                 target_version arguments.
45777                 * javacomp.c: Rewritten to choose only a compiler that
45778                 respects the specified source_version and target_version.
45779
45780         2006-06-27  Bruno Haible  <bruno@clisp.org>
45781
45782                 Assume correct S_ISDIR macro.
45783                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
45784
45785         2006-07-22  Bruno Haible  <bruno@clisp.org>
45786
45787                 * javaversion.h: New file, from GNU gettext.
45788                 * javaversion.c: New file, from GNU gettext.
45789                 * javaversion.java: New file, from GNU gettext.
45790                 * javaversion.class: New file, from GNU gettext.
45791
45792         2006-05-17  Bruno Haible  <bruno@clisp.org>
45793
45794                 Cygwin portability.
45795                 * javaexec.c (execute_java_class): Test for jview program
45796                 also on Cygwin.
45797
45798         2006-04-09  Bruno Haible  <bruno@clisp.org>
45799
45800                 * fatal-signal.c: Don't include string.h.
45801                 (at_fatal_signal): Use a copying loop instead of memcpy.
45802
45803         2005-12-04  Bruno Haible  <bruno@clisp.org>
45804
45805                 * csharpexec.c: Add support for 'clix' launcher (untested).
45806                 (execute_csharp_using_sscli): New function.
45807                 (execute_csharp_program): Call it.
45808
45809         2006-06-21  Bruno Haible  <bruno@clisp.org>
45810
45811                 Avoid warnings from recent versions of mcs.
45812                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
45813                 -o, -L, -r any more. Use options documented since mcs-1.0
45814                 instead. Similarly for -g.
45815
45816         2005-07-09  Bruno Haible  <bruno@clisp.org>
45817
45818                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
45819                 add a .dll suffix.
45820                 Reported by Mark Junker <mjscod@gmx.de>.
45821
45822         2006-06-17  Bruno Haible  <bruno@clisp.org>
45823
45824                 * config.charset: Update for NetBSD 3.0.
45825
45826         2006-05-17  Bruno Haible  <bruno@clisp.org>
45827
45828                 Cygwin portability.
45829                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
45830
45831         2006-05-16  Bruno Haible  <bruno@clisp.org>
45832
45833                 * localcharset.c [CYGWIN]: Include <windows.h>.
45834                 (get_charset_aliases): For Cygwin, return the same CPxxx
45835                 aliases list as under WIN32.
45836                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
45837                 the environment variables. Fall back to GetACP().
45838
45839         2006-04-05  Bruno Haible  <bruno@clisp.org>
45840
45841                 * config.charset: Update Juan Manuel Guerrero's address.
45842
45843         2005-02-12  Bruno Haible  <bruno@clisp.org>
45844
45845                 * allocsa.h: Add extern "C" for C++.
45846
45847         2005-02-10  Bruno Haible  <bruno@clisp.org>
45848
45849                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
45850                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
45851
45852         2006-07-22  Bruno Haible  <bruno@clisp.org>
45853
45854                 * gettext.h: Update to GNU gettext-0.15.
45855
45856 2006-07-22  Bruno Haible  <bruno@clisp.org>
45857
45858         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
45859         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
45860         lib-prefix.m4, longdouble.m4, ssize_t.m4.
45861
45862 2006-07-21  Eric Blake  <ebb9@byu.net>
45863
45864         * modules/stdlib-safer: New file.
45865         * MODULES.html.sh (File stream based Input/Output): Add
45866         stdlib-safer.
45867
45868 2006-07-21  Eric Blake  <ebb9@byu.net>
45869
45870         * lib/stdlib-safer.h: New file from coreutils, required by
45871         stdlib--.h.
45872
45873 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
45874
45875         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
45876
45877 2006-07-20  Bruno Haible  <bruno@clisp.org>
45878
45879         * gnulib-tool: Recognize new option --assume-autoconf.
45880         (autoconf_minversion): New variable.
45881         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
45882
45883 2006-07-20  Bruno Haible  <bruno@clisp.org>
45884
45885         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
45886
45887 2006-07-19  Derek R. Price  <derek@ximbiot.com>
45888
45889         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
45890         Reindent and repaginate.
45891
45892 2006-07-19  Derek Price  <derek@ximbiot.com>
45893
45894         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
45895         Correct grammar.
45896
45897 2006-07-17  Bruno Haible  <bruno@clisp.org>
45898
45899         * modules/list: New file.
45900         * modules/array-list: New file.
45901         * modules/carray-list, modules/carray-list-tests: New files.
45902         * modules/linked-list, modules/linked-list-tests: New files.
45903         * modules/avltree-list, modules/avltree-list-tests: New files.
45904         * modules/rbtree-list, modules/rbtree-list-tests: New files.
45905         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
45906         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
45907         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
45908         * modules/oset: New file.
45909         * modules/array-oset: New file.
45910         * modules/avltree-oset, modules/avltree-oset-tests: New files.
45911         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
45912         * tests/test-carray_list.c: New file.
45913         * tests/test-linked_list.c: New file.
45914         * tests/test-avltree_list.c: New file.
45915         * tests/test-rbtree_list.c: New file.
45916         * tests/test-linkedhash_list.c: New file.
45917         * tests/test-avltreehash_list.c: New file.
45918         * tests/test-rbtreehash_list.c: New file.
45919         * tests/test-avltree_oset.c: New file.
45920         * tests/test-rbtree_oset.c: New file.
45921         * MODULES.html.sh (Container data structures): New section.
45922
45923 2006-07-17  Bruno Haible  <bruno@clisp.org>
45924
45925         * m4/gl_list.m4: New file.
45926
45927 2006-07-17  Bruno Haible  <bruno@clisp.org>
45928
45929         * lib/gl_list.h: New file.
45930         * lib/gl_list.c: New file.
45931         * lib/gl_array_list.h: New file.
45932         * lib/gl_array_list.c: New file.
45933         * lib/gl_carray_list.h: New file.
45934         * lib/gl_carray_list.c: New file.
45935         * lib/gl_linked_list.h: New file.
45936         * lib/gl_linked_list.c: New file.
45937         * lib/gl_anylinked_list1.h: New file.
45938         * lib/gl_anylinked_list2.h: New file.
45939         * lib/gl_avltree_list.h: New file.
45940         * lib/gl_avltree_list.c: New file.
45941         * lib/gl_anyavltree_list1.h: New file.
45942         * lib/gl_anyavltree_list2.h: New file.
45943         * lib/gl_rbtree_list.h: New file.
45944         * lib/gl_rbtree_list.c: New file.
45945         * lib/gl_anyrbtree_list1.h: New file.
45946         * lib/gl_anyrbtree_list2.h: New file.
45947         * lib/gl_anytree_list1.h: New file.
45948         * lib/gl_anytree_list2.h: New file.
45949         * lib/gl_linkedhash_list.h: New file.
45950         * lib/gl_linkedhash_list.c: New file.
45951         * lib/gl_anyhash_list1.h: New file.
45952         * lib/gl_anyhash_list2.h: New file.
45953         * lib/gl_avltreehash_list.h: New file.
45954         * lib/gl_avltreehash_list.c: New file.
45955         * lib/gl_rbtreehash_list.h: New file.
45956         * lib/gl_rbtreehash_list.c: New file.
45957         * lib/gl_anytreehash_list1.h: New file.
45958         * lib/gl_anytreehash_list2.h: New file.
45959
45960         * lib/gl_oset.h: New file.
45961         * lib/gl_oset.c: New file.
45962         * lib/gl_array_oset.h: New file.
45963         * lib/gl_array_oset.c: New file.
45964         * lib/gl_avltree_oset.h: New file.
45965         * lib/gl_avltree_oset.c: New file.
45966         * lib/gl_rbtree_oset.h: New file.
45967         * lib/gl_rbtree_oset.c: New file.
45968         * lib/gl_anytree_oset.h: New file.
45969
45970 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45971
45972         * m4/mkancesdirs.m4: New file.
45973         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
45974         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
45975         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
45976         it.
45977
45978 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45979
45980         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
45981         * lib/mkancesdirs.h: New files.
45982         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
45983         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
45984         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
45985         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
45986         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
45987         callers changed.  Revamp internals significantly, by not
45988         attempting to create directories that are temporarily more
45989         permissive than the final results.  Do not attempt to use
45990         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
45991         This removes some race conditions, fixes some bugs, and simplifies
45992         things.  Use new dirchownmod function to do owner and mode changes.
45993         * lib/mkdir-p.h: Likewise.
45994         * lib/modechange.c (octal_to_mode): New function.
45995         (struct mode_change): New member mentioned.
45996         (make_node_op_equals): New arg mentioned.  All callers changed.
45997         (mode_compile): Keep track of which mode bits the user has explicitly
45998         mentioned.
45999         (mode_adjust): New arg DIR, so that we implement the X op correctly.
46000         New arg PMODE_BITS, to keep track of which mode bits the user
46001         mentioned; it treats S_ISUID and S_ISGID speciall.
46002         All callers changed.
46003         * lib/modechange.h: Likewise.
46004
46005 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
46006
46007         * MODULES.html.sh: Add mkancestors.
46008         * modules/mkancesdirs: New module.
46009         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
46010         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
46011         The chdir-safer and afs files are now orphans; I'll remove them
46012         unless someone speaks up.
46013         Add lib/dirchownmod.c, lib/dirchownmod.h.
46014         (Depends-on): Remove alloca, chown, save-cwd, dirname.
46015         Add lchown, mkancesdirs.
46016         (Maintainer): Add self.
46017
46018 2006-07-15  Karl Berry  <karl@gnu.org>
46019
46020         * gnulib-tool: help message wording/arrangement.
46021
46022 2006-07-14  Simon Josefsson  <jas@extundo.com>
46023
46024         * doc/gnulib.texi (Libtool and Windows): New section.
46025
46026 2006-07-12  Simon Josefsson  <jas@extundo.com>
46027
46028         * modules/gendocs (License): Fix license, approved by Karl.
46029
46030 2006-07-12  Eric Blake  <ebb9@byu.net>
46031
46032         * MODULES.html.sh: Add gendocs.
46033
46034 2006-07-11  Eric Blake  <ebb9@byu.net>
46035
46036         * modules/fdl: New module, to install doc/fdl.texi.
46037         * MODULES.html.sh: Add new section for documentation modules.
46038         * gnulib-tool: Avoid space-tab.
46039         (--doc-base): New option, to manage files from doc.
46040
46041 2006-07-11  Eric Blake  <ebb9@byu.net>
46042
46043         * m4/absolute-header.m4: Fix comments to match recent change.
46044
46045 2006-07-11  Eric Blake  <ebb9@byu.net>
46046
46047         * gnulib-tool: List --doc-base before --tests-base.
46048
46049 2006-07-11  Derek R. Price  <derek@ximbiot.com>
46050
46051         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
46052
46053 2006-07-11  Bruno Haible  <bruno@clisp.org>
46054
46055         * README: Mention where to put documentation.
46056
46057 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46058
46059         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
46060
46061 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
46062
46063         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
46064         to stdint.m4.
46065
46066 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
46067
46068         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
46069         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
46070         "no/such/file/stdint.h" when there is no such file, so that
46071         the resulting C code can be parsed by dodgy compilers.
46072         Problems reported by Bob Proulx.
46073
46074 2006-07-10  Derek R. Price  <derek@ximbiot.com>
46075
46076         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
46077         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
46078         macros into the GNU _D_EXACT_NAMLEN.
46079         * lib/savedir.c:  Likewise.
46080         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
46081
46082 2006-07-10  Derek R. Price  <derek@ximbiot.com>
46083         and Paul Eggert  <eggert@cs.ucla.edu>
46084
46085         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
46086         * m4/savedir.m4:
46087         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
46088         macros into the GNU _D_EXACT_NAMLEN.
46089
46090 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
46091
46092         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
46093         around the absolute name, to work around a problem with the HP-UX
46094         11.23 native C compiler, reported by Bob Proulx.
46095
46096 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
46097
46098         * doc/maintain.texi, make-stds.texi: Sync from
46099         <http://savannah.gnu.org/projects/gnustandards>.
46100
46101 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
46102
46103         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
46104
46105 2006-07-09  Jim Meyering  <jim@meyering.net>
46106
46107         * m4/glob.m4: Remove a doubled word in a comment.
46108
46109 2006-07-09  Jim Meyering  <jim@meyering.net>
46110
46111         * lib/argp-pv.c: Remove a doubled word in a comment.
46112         * lib/check-version.c (check_version): Likewise.
46113         * lib/javacomp.c (compile_java_class): Likewise.
46114
46115 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
46116
46117         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
46118         for the benefit of people using Autoconf 2.60.  If you want to
46119         support older Autoconf versions you can copy m4/onceonly_2_57.m4
46120         (or m4/onceonly.m4, if pre-2.57) manually.
46121
46122 2006-07-08  Jim Meyering  <jim@meyering.net>
46123
46124         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
46125         comment.
46126         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
46127         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
46128         comment.
46129
46130 2006-07-08  Jim Meyering  <jim@meyering.net>
46131
46132         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
46133
46134 2006-07-07  Simon Josefsson  <jas@extundo.com>
46135
46136         * tests/test-crc.c: Change expected crc value, the test vector
46137         were probably computed using the old broken crc.c?
46138
46139 2006-07-06  Simon Josefsson  <jas@extundo.com>
46140
46141         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
46142         now the canonical place for the M4 file).
46143
46144         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
46145         from the sys_socket dependency now.
46146
46147         * modules/inet_pton (Files): Ditto.
46148
46149         * modules/inet_ntop (Files): Ditto.
46150
46151 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
46152
46153         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
46154         not gl_PREREQ_GETUSERSHELL.
46155
46156 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46157
46158         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
46159         with only one argument, for Autoconf 2.60.
46160         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
46161         expand to nothing, so add a shell command to avoid syntax error.
46162         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
46163
46164 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46165
46166         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
46167
46168 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46169
46170         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
46171         no longer needed.  Check for isblank decl.
46172         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
46173         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
46174         of existence.
46175
46176 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46177
46178         * lib/getloadavg.c: Use __VMS, not VMS.
46179         * lib/getopt.c: Likewise.
46180         * lib/getpagesize.h: Likewise.
46181         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
46182         and probably does not work.
46183
46184 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46185
46186         * lib/.cppi-disable: Add wcwidth.
46187         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
46188         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
46189         (ISGRAPH): Remove.  All uses changed to isgraph.
46190         (FOLD) [!defined _LIBC]: Remove special case.
46191         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
46192         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
46193         HAVE_ISBLANK.
46194         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
46195         case.
46196
46197 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
46198
46199         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
46200         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
46201         brackets.  Other minor changes to suppress some compiler
46202         warnings.
46203
46204 2006-07-06  Derek R. Price  <derek@ximbiot.com>
46205         and Paul Eggert  <eggert@cs.ucla.edu>
46206
46207         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
46208         of invoking obsolescent AC_HEADER_DIRENT macro.
46209         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
46210         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
46211         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
46212         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
46213         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
46214         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
46215         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
46216         * m4/readdir.m4: Remove; no longer needed.
46217
46218 2006-07-06  Derek R. Price  <derek@ximbiot.com>
46219         and Paul Eggert  <eggert@cs.ucla.edu>
46220
46221         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
46222         Don't worry about this obsolete case any more.
46223         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
46224         directories.
46225         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
46226         worry about this obsolete case any more.
46227         * lib/fts.c: Likewise.
46228         * lib/getcwd.c: Likewise.
46229         * lib/glob.h: Likewise.
46230         * lib/savedir.c: Likewise.
46231
46232 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
46233
46234         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
46235         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
46236         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
46237         needed.
46238         All uses removed.
46239         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46240         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
46241         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
46242         needed.
46243         * m4/getdate.m4 (gl_GETDATE): Likewise.
46244         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
46245         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
46246         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
46247         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46248         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
46249         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
46250         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
46251         needed.
46252
46253 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
46254
46255         * lib/memcasecmp.c: Include <limits.h>.
46256         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
46257         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
46258         Don't assume isdigit succeeds only on '0' through '9'.
46259
46260 2006-07-05  Eric Blake  <ebb9@byu.net>
46261
46262         * modules/getaddrinfo (Depends-on): Add snprintf.
46263
46264 2006-07-05  Eric Blake  <ebb9@byu.net>
46265
46266         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
46267         to avoid 'header present but could not be compiled' on cygwin.
46268
46269 2006-07-05  Eric Blake  <ebb9@byu.net>
46270
46271         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
46272         missing from netdb.h.
46273         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
46274
46275 2006-07-05  Derek R. Price  <derek@ximbiot.com>
46276
46277         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
46278         no longer needed.
46279         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
46280         * m4/getdate.m4 (gl_GETDATE): Likewise.
46281         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
46282         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
46283         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
46284         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46285         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
46286
46287 2006-07-05  Derek R. Price  <derek@ximbiot.com>
46288
46289         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
46290         All uses of is_space replaced by isspace.
46291         * lib/exit.h: Don't talk about STDC_HEADERS.
46292         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
46293         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
46294         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
46295         replaced by isprint etc.
46296         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
46297         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
46298         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
46299         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
46300         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
46301         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
46302
46303 2006-07-05  Bruno Haible  <bruno@clisp.org>
46304
46305         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
46306         the function exists, before testing against AIX.
46307         Reported by Martin Lambers <marlam@marlam.de>.
46308
46309 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
46310
46311         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
46312         From Mark D. Baushke.
46313
46314 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
46315
46316         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
46317         to the absolute name, not just one, to bypass Sun C 5.8's
46318         "warning: #include of /usr/include/... may be non-portable".
46319
46320 2006-07-04  Eric Blake  <ebb9@byu.net>
46321
46322         * modules/dirname-tests: New test module.
46323         * tests/test-dirname.c: New file, replacing dirname.c
46324         TEST_DIRNAME section that was recently deleted.
46325
46326 2006-07-04  Bruno Haible  <bruno@clisp.org>
46327
46328         Assume ANSI C header files and <ctype.h> functions.
46329         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
46330         (mbsnwidth): Use isprint, iscntrl instead.
46331
46332 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46333
46334         Merge from coreutils.
46335         * MODULES.html.sh: Add xstrtold.
46336         * modules/xstrtold: New file.
46337         * modules/cycle-check (Files): Add lib/same-inode.h.
46338         * modules/dirname (Files): Add m4/double-slash-root.m4.
46339         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
46340         * modules/mkdir-p (Files): Add lib/same-inode.h.
46341         * modules/same (Files): Add lib/same-inode.h.
46342
46343 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46344
46345         * m4/absolute-header.m4: Renamed from full-header-path.m4.
46346         This is to keep the terminology clean; POSIX talks about
46347         "absolute pathnames", not "full pathnames", but the GNU
46348         Coding Standards say to use "path" for something else;
46349         so use "absolute" to keep both sides happy.
46350         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
46351         Set gl_absolute_header, not gl_full_header_path.
46352         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
46353         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
46354         All uses changed.
46355
46356         Merge from coreutils.
46357
46358         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
46359
46360         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
46361         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
46362         want to require the building of c-strtod.o.
46363         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
46364         needs -lm directly.
46365         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
46366
46367         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
46368
46369         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
46370         --as-needed option if available.  Problem reported by Albert Chin in
46371         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
46372         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
46373         cc merely issues a bunch of annoying warnings for --as-needed
46374         (this problem was reported by Bob Proulx).  Also, try linking with
46375         -lm to detect a bug in binutils 2.16 (this problem was reported
46376         by Ralf Wildenhues).
46377
46378         2006-06-18  Jim Meyering  <jim@meyering.net>
46379
46380         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
46381         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
46382         macro.
46383         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
46384         also check for glibc-2.4's abort-inducing bug.
46385
46386         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
46387         Low-probability clean-up should be to use rmdir to get rid of
46388         the just-created directory, not unlink.
46389
46390         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
46391         configure fail, and request a bug report to inform us about it.
46392         Add a comment that, barring reports to the contrary, in 2007 we'll
46393         assume ftruncate is universally available.
46394
46395         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
46396
46397         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
46398
46399         2006-03-12  Jim Meyering  <jim@meyering.net>
46400
46401         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
46402         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
46403         * m4/same.m4 (gl_SAME): Likewise.
46404         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
46405
46406         2006-03-11  Eric Blake  <ebb9@byu.net>
46407
46408         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
46409         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
46410         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
46411         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
46412
46413 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46414
46415         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
46416         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
46417         reported by Mark D. Baushke, one in
46418         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
46419
46420         Merge from coreutils.
46421
46422         * lib/.cppi-disable: Add stdint_.h.
46423         * lib/.cvsignore: Add stdint.h.
46424
46425         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
46426
46427         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
46428         both double and long double versions.
46429         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
46430         * lib/xstrtold.c: New file.
46431         * lib/xstrtod.h (xstrtold): New decl.
46432
46433         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
46434
46435         * lib/filemode.c (setst): Remove.
46436         (strmode): Rewrite to avoid setst.  This makes the code shorter,
46437         (arguably) clearer, and the generated code is a bit smaller on my
46438         Debian GNU/Linux stable x86 host.
46439
46440         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
46441
46442         * lib/filemode.c: Include "filemode.h" first, to test the interface.
46443         Assume that filemode.h includes sys/types.h and sys/stat.h.
46444         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
46445         (ftypelet): Reorder to put common cases first, for efficiency.
46446         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
46447         to do 'M'.
46448         (strmode): Renamed from mode_string, and now stores 12 bytes instead
46449         of 10, for compatibility with FreeBSD.  All callers changed.
46450         (filemodestring): Now stores 12 bytes instead of 10, and sets file
46451         types that can't be deduced solely from st_mode.  First arg is now a
46452         const pointer.
46453         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
46454         (strmode): Renamed from mode_string.
46455         (filemodestring): New decl.
46456         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
46457         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
46458         needed.
46459         (S_ISPORT, S_ISWHT): New macros, if not already defined.
46460
46461         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
46462
46463         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
46464         fsusage.h now does that.  Include fsusage.h first, to test interface.
46465         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
46466         at most one method (the old code could have generated decls that
46467         didn't conform to C89, not that this was ever exercised).
46468         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
46469
46470         2006-03-19  Jim Meyering  <jim@meyering.net>
46471
46472         Work even in a chroot where d_ino values for entries in "/"
46473         don't match the stat.st_ino values for the same names.
46474         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
46475         number, iterate through all entries again, using lstat instead.
46476         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
46477         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
46478
46479         * lib/getcwd.c (__getcwd): Clarify a comment.
46480         Use memcpy in place of a call to strcpy.
46481
46482         2006-03-12  Jim Meyering  <jim@meyering.net>
46483
46484         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
46485         matches that of the current directory (which we're about to chdir ".."
46486         out of), then save the dev-ino of the parent, instead.
46487
46488         * lib/same-inode.h (SAME_INODE): New file/macro.
46489         * lib/chdir-safer.c (SAME_INODE): Remove definition.
46490         Include "same-inode.h", instead.
46491         * lib/same.c: Likewise.
46492         * lib/cycle-check.h: Include "same-inode.h".
46493         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
46494         * lib/cycle-check.c (SAME_INODE): Remove definition.
46495         * lib/root-dev-ino.h: Include "same-inode.h".
46496
46497         2006-03-11  Eric Blake  <ebb9@byu.net>
46498
46499         * lib/same.c (same_name): s/base_name/last_component/
46500         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
46501         * lib/filenamecat.c (file_name_concat): Likewise.
46502
46503         2006-03-11  Eric Blake  <ebb9@byu.net>,
46504                     Paul Eggert  <eggert@cs.ucla.edu>
46505
46506         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
46507         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
46508         drive prefix.
46509         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
46510         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
46511         (last_component): New method.
46512         * lib/dirname.c (dir_len): Determine when drive letters need a
46513         subsequent slash.  Preserve // when it is special.
46514         (dir_name): Don't append dot when drive letter is absolute.
46515         [TEST_DIRNAME]: Move into a full-blown gnulib test.
46516         * lib/basename.c (base_name): New semantics - malloc the result.
46517         Preserve // when it is special.  Preserve relative files that look
46518         like drive letters.
46519         (base_len): Preserve // when it is special.
46520         (last_component): New method, similar to old base_name semantics.
46521         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
46522         base_name.  Strip redundant slashes from ///.
46523
46524 2006-07-03  Jim Meyering  <jim@meyering.net>
46525
46526         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
46527         macro is used before the first cycle_check call.
46528
46529 2006-07-03  Eric Blake  <ebb9@byu.net>
46530
46531         * modules/dirname (Depends-on): Add xstrndup.
46532
46533 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
46534
46535         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
46536         test cases, so that config.log is a bit easier to follow.
46537
46538 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
46539
46540         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
46541         both are 64 bits, since this seems to be the tradition, and this
46542         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
46543         we ever run into a host that prefers long long to long in this
46544         case, we'll need another configure-time test.  Problem reported by
46545         Jim Meyering.
46546
46547 2006-07-02  Eric Blake  <ebb9@byu.net>
46548
46549         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
46550
46551 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46552
46553         * modules/inttypes (Depends-on): No longer depends on stdint.
46554         * modules/stdint (Description): Say more about assumptions.
46555         Say that the fast types might differ.  Say macros are used.
46556         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
46557         (Makefile.am): Revise list of substituted symbols to match
46558         new stdint.m4.
46559         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
46560         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
46561         * tests/test-stdint.c (verify_same_types)
46562         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
46563         the code conforms to C99/C89.
46564         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
46565         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
46566
46567 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46568
46569         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
46570         but fix a bug, by requiring at least 64 bits.
46571         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
46572         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
46573         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
46574         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
46575
46576         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
46577         changes.  Make 2.59 a prerequisite.  Check and substitute for
46578         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
46579         inttypes.h.  Do not use special include files; just use the
46580         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
46581         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
46582         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
46583         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
46584         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
46585         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
46586         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
46587         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
46588         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
46589         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
46590         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
46591         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
46592         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
46593         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
46594         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
46595         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
46596         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
46597         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
46598         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
46599         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
46600         WINT_MAX.  Check for C99 conformance more strictly, by detecting
46601         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
46602         not check for things that C99 does not require, e.g., int8_t.  If
46603         a test isn't needed unless <stdint.h> isn't working, and is
46604         unlikely to be needed for any other reason, then don't do it
46605         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
46606         size_t, since we assume C89 freestanding at least.  Do not check
46607         for sig_atomic_t, wchar_t, or wint_t, since the code now does
46608         the right thing even if the types are not defined.  Instead use:
46609         (gl_STDINT_TYPE_PROPERTIES): New macro.
46610         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
46611         testing whether <sys/types.h> clashes, as Autoconf does this for
46612         us now.  All uses removed.
46613         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
46614         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
46615         (gl_CHECK_TYPE_SAME):
46616         Remove; no longer needed.
46617         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
46618         exists, since we'll return 0 anyway in that case.
46619         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
46620
46621 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46622
46623         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
46624         possible collision with system files.
46625         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
46626         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
46627         WCHAR_MIN and WCHAR_MAX in this case.
46628         (<stddef.h>): Do not include; no longer needed.
46629         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
46630         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
46631         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
46632         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
46633         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
46634         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
46635         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
46636         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
46637         !defined(__c99))]: Include in this case too, since it's harmless
46638         now.
46639         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
46640         dangerous to do so.
46641         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
46642         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
46643         (_STDINT_MIN, _STDINT_MAX): New macros.
46644         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
46645         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
46646         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
46647         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
46648         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
46649         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
46650         macros, not typedefs; this simplifies things quite a bit.
46651         Use long int for all types narrower than int64_t.
46652         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
46653         Define in terms of long long int or int64_t or long int,
46654         not int64_t or int32_t.  This saves some compile-time testing.
46655         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
46656         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
46657         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
46658         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
46659         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
46660         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
46661         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
46662         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
46663         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
46664         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
46665         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
46666         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
46667         undef any previous version and define our own version, for
46668         simplicity and consistency with the new macros for types.
46669         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
46670         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
46671         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
46672         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
46673         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
46674         @WINT_T_SUFFIX@ to keep things simple here.
46675         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
46676         Simplify by assuming typical 8/16/32/64 host, since we're
46677         already doing that elsewhere anyway.
46678         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
46679         and assume long long int is 64 bits if available.  This
46680         speeds up 'configure'.
46681
46682 2006-07-01  Eric Blake  <ebb9@byu.net>
46683
46684         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
46685         Reported by Andreas Buening.
46686
46687 2006-07-01  Eric Blake  <ebb9@byu.net>
46688
46689         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
46690
46691 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
46692
46693         * lib/getaddrinfo.c: fixed typo
46694
46695 2006-06-29  Jim Meyering  <jim@meyering.net>
46696
46697         * modules/strftime (Maintainer): Add my name, since with the
46698         FPRINTFTIME changes strftime.c has forked from glibc.
46699
46700 2006-06-29  Eric Blake  <ebb9@byu.net>
46701
46702         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
46703
46704 2006-06-29  Eric Blake  <ebb9@byu.net>
46705
46706         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
46707
46708 2006-06-29  Eric Blake  <ebb9@byu.net>
46709
46710         * lib/stat_.h: New file.
46711
46712 2006-06-29  Eric Blake  <ebb9@byu.net>
46713
46714         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
46715         unused static function.
46716
46717 2006-06-29  Eric Blake  <ebb9@byu.net>
46718
46719         * doc/functions.texi (Function Portability): Document missing lstat
46720         on mingw.
46721
46722 2006-06-29  Eric Blake  <ebb9@byu.net>
46723
46724         * MODULES.html.sh: Add sys_stat.
46725         * modules/sys_stat: New module.
46726         * modules/mkstemp (Depends-on): Add sys_stat.
46727
46728 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46729
46730         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
46731
46732 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46733
46734         * m4/c-bs-a.m4: Removed.
46735
46736 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46737
46738         * lib/strftime.c: Assume strftime() exists.
46739
46740 2006-06-29  Derek Price  <derek@ximbiot.com>
46741
46742         * modules/c-bs-a: Removed - \a is C89.
46743         * MODULES.html.sh: Remove c-bs-a.
46744
46745 2006-06-29  Bruno Haible  <bruno@clisp.org>
46746
46747         * modules/wcwidth (License): Change to LGPL.
46748
46749 2006-06-28  Simon Josefsson  <jas@extundo.com>
46750
46751         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
46752         on _WIN32.
46753
46754         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
46755         getnameinfo.
46756
46757 2006-06-28  Simon Josefsson  <jas@extundo.com>
46758
46759         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
46760
46761 2006-06-28  Simon Josefsson  <jas@extundo.com>
46762
46763         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
46764         functions there.  It will succeed on Windows XP, but on Windows
46765         2000 and (presumably) earlier, it will fail, and use the internal
46766         re-implementation.
46767         (use_win32_p): New function.
46768         (getaddrinfo): Use strtoul on servname, to support numeric ports.
46769         Support AI_NUMERICSERV to disable getservbyname.
46770         (getnameinfo): New function, only supports
46771         NI_NUMERICHOST|NI_NUMERICSERV for now.
46772
46773         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
46774         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
46775         getnameinfo.
46776
46777 2006-06-28  Eric Blake  <ebb9@byu.net>
46778
46779         * modules/wcwidth: New file.
46780         * modules/mbchar (Depends-on): Add wcwidth.
46781         * modules/mbswidth (Depends-on): Add wcwidth.
46782         * MODULES.html.sh: Add wcwidth.
46783
46784 2006-06-28  Eric Blake  <ebb9@byu.net>
46785
46786         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
46787         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
46788
46789 2006-06-28  Eric Blake  <ebb9@byu.net>
46790
46791         * lib/xvasprintf.h: Fix comments.
46792
46793 2006-06-28  Eric Blake  <ebb9@byu.net>
46794
46795         * lib/mbchar.h (wcwidth): Include wcwidth.h.
46796         * lib/mbswidth.c (wcwidth): Move from here...
46797         * lib/wcwidth.h: ...to this new file.
46798
46799 2006-06-28  Derek R. Price  <derek@ximbiot.com>
46800
46801         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
46802
46803         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
46804         it's obsolete.
46805         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
46806
46807 2006-06-28  Derek R. Price  <derek@ximbiot.com>
46808
46809         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
46810         Autoconf 2.60 says this stuff was obsolete.
46811
46812 2006-06-28  Bruno Haible  <bruno@clisp.org>
46813
46814         * modules/wcwidth (Files): Add m4/wchar_t.m4.
46815
46816 2006-06-28  Bruno Haible  <bruno@clisp.org>
46817
46818         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
46819         gt_TYPE_WCHAR_T.
46820
46821 2006-06-28  Bruno Haible  <bruno@clisp.org>
46822
46823         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
46824         declaration for wcwidth.
46825         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
46826
46827 2006-06-28  Bruno Haible  <bruno@clisp.org>
46828
46829         * lib/mkdtemp.c [MINGW]: Include <io.h>.
46830         (mkdir): Define using _mkdir.
46831
46832 2006-06-28  Bruno Haible  <bruno@clisp.org>
46833
46834         * lib/getaddrinfo.h: Fix POSIX URL.
46835         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
46836         _WIN32.
46837         (use_win32_p): Make static.
46838         (getaddrinfo): Reject service name if it is empty or does not consist
46839         solely of decimal digits, or if its value is > 65535.
46840         (getnameinfo): Remove useless casts.
46841
46842 2006-06-27  Simon Josefsson  <jas@extundo.com>
46843
46844         * modules/sys_select: New file, suggested by Bruno Haible, Paul
46845         Eggert and Martin Lambers.
46846
46847 2006-06-27  Simon Josefsson  <jas@extundo.com>
46848
46849         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
46850         Eggert and Martin Lambers.
46851
46852 2006-06-27  Bruno Haible  <bruno@clisp.org>
46853
46854         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
46855         result to 0, not to empty.
46856         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
46857
46858 2006-06-27  Bruno Haible  <bruno@clisp.org>
46859
46860         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
46861
46862 2006-06-26  Simon Josefsson  <jas@extundo.com>
46863
46864         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
46865         present.
46866
46867 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
46868
46869         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
46870         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
46871         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
46872
46873 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
46874
46875         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
46876
46877 2006-06-26  Bruno Haible  <bruno@clisp.org>
46878
46879         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
46880
46881 2006-06-26  Bruno Haible  <bruno@clisp.org>
46882
46883         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
46884
46885 2006-06-26  Bruno Haible  <bruno@clisp.org>
46886
46887         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
46888         SGI C compiler in pre-C99 mode.
46889         Suggested by Mark D. Baushke and Larry Jones.
46890
46891 2006-06-26  Bruno Haible  <bruno@clisp.org>
46892
46893         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
46894         WCHAR_MAX.
46895         Reported by Mark D. Baushke and Larry Jones.
46896
46897 2006-06-26  Bruno Haible  <bruno@clisp.org>
46898
46899         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
46900         in pre-C99 mode.
46901         Suggested by Mark D. Baushke and Larry Jones.
46902
46903 2006-06-23  Simon Josefsson  <jas@extundo.com>
46904             Bruno Haible  <bruno@clisp.org>
46905
46906         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
46907         Emit mostlyclean-local rule.
46908         (func_emit_tests_Makefile_am): Likewise.
46909         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
46910
46911 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
46912
46913         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
46914
46915 2006-06-23  Bruno Haible  <bruno@clisp.org>
46916
46917         * tests/test-stdint.c: Update to match ISO C 99 Technical
46918         Corrigendum 1.
46919
46920 2006-06-23  Bruno Haible  <bruno@clisp.org>
46921
46922         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
46923
46924 2006-06-23  Bruno Haible  <bruno@clisp.org>
46925
46926         * lib/stdint_.h: Treat IRIX like OpenBSD.
46927
46928 2006-06-23  Bruno Haible  <bruno@clisp.org>
46929
46930         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
46931         ISO C 99 Technical Corrigendum 1.
46932
46933 2006-06-22  Simon Josefsson  <jas@extundo.com>
46934
46935         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
46936         MinGW.
46937
46938 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
46939
46940         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
46941         needed.  Some compiler complained about some of them.  Problem reported
46942         by Larry Jones in
46943         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
46944
46945 2006-06-21  Simon Josefsson  <jas@extundo.com>
46946
46947         * tests/test-getaddrinfo.c: New file.
46948
46949         * modules/getaddrinfo-tests: New file.
46950
46951         * MODULES.html.sh: Add inet_pton.
46952
46953         * modules/inet_pton: New file.
46954
46955 2006-06-21  Simon Josefsson  <jas@extundo.com>
46956
46957         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
46958         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
46959         of using the (limited) gnulib implementation on Windows XP.
46960
46961         * m4/inet_pton.m4: New file.
46962
46963 2006-06-21  Simon Josefsson  <jas@extundo.com>
46964
46965         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
46966         variable.
46967
46968         * lib/socket_.h: Don't define WINVER.
46969
46970         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
46971         slightly modified to work in gnulib.
46972
46973 2006-06-21  Simon Josefsson  <jas@extundo.com>
46974
46975         * doc/gnulib.texi (Windows sockets): Add.
46976
46977 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
46978
46979         * lib/read-file.c (fread_file): Start with buffer allocation of
46980         0 bytes rather than 1 byte; this simplifies the code.
46981         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
46982         code to free buffer and save/restore errno.
46983         (internal_read_file): Remove unused local.
46984
46985 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
46986
46987         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
46988         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
46989         Problem reported by Denis Excoffier in
46990         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
46991
46992 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46993
46994         * modules/sys_socket, modules/socklen: Include sys/types since
46995         FreeBSD 4.x's sys/socket.h needs it.
46996
46997 2006-06-19  Simon Josefsson  <jas@extundo.com>
46998
46999         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
47000
47001 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
47002
47003         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
47004
47005 2006-06-19  Bruno Haible  <bruno@clisp.org>
47006
47007         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
47008         and FULL_PATH_INTTYPES_H in angle brackets.
47009         Reported by Mark D. Baushke <mdb@gnu.org>.
47010
47011 2006-06-17  Eric Blake  <ebb9@byu.net>
47012
47013         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
47014         errno.
47015
47016 2006-06-17  Bruno Haible  <bruno@clisp.org>
47017
47018         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
47019         <sys/inttypes.h>.
47020
47021 2006-06-17  Bruno Haible  <bruno@clisp.org>
47022
47023         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
47024         whether errno is declared. Assume <errno.h> declares errno.
47025
47026 2006-06-17  Bruno Haible  <bruno@clisp.org>
47027
47028         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
47029
47030 2006-06-17  Bruno Haible  <bruno@clisp.org>
47031
47032         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
47033         problem on Solaris 2.5.1.
47034
47035 2006-06-16  Eric Blake  <ebb9@byu.net>
47036
47037         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
47038         * lib/unicodeio.c [!defined errno]: Likewise.
47039         * lib/strtol.c [!defined errno]: Likewise.
47040         * lib/strtod.c [!defined errno]: Likewise.
47041
47042 2006-06-15  Eric Blake  <ebb9@byu.net>
47043
47044         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
47045
47046 2006-06-15  Eric Blake  <ebb9@byu.net>
47047
47048         * config/srclist.txt (ssize_t.m4): Lose sync.
47049
47050 2006-06-15  Bruno Haible  <bruno@clisp.org>
47051
47052         * modules/stdint (Files): Include m4/full-header-path.m4,
47053         m4/size_max.m4, m4/wchar_t.m4.
47054         (Makefile.am): Many more substitutions.
47055         * modules/stdint-tests: New file.
47056         * tests/test-stdint.c: New file.
47057
47058 2006-06-15  Bruno Haible  <bruno@clisp.org>
47059
47060         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
47061         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
47062         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
47063         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
47064         gl_CHECK_TYPE_SAME): New macros.
47065
47066 2006-06-15  Bruno Haible  <bruno@clisp.org>
47067
47068         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
47069
47070 2006-06-15  Bruno Haible  <bruno@clisp.org>
47071
47072         * lib/stdint_.h: Rewritten to be fully auto-configured.
47073         Fixes bug on HP-UX/IA64.
47074
47075 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
47076
47077         * lib/getdate.y (__attribute__): Don't define if already defined.
47078         Problem reported by Larry Jones.
47079         * lib/utimens.c (__attribute__): Likewise.
47080
47081 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
47082
47083         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
47084         reported by Andreas Schwab.
47085
47086 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47087             Bruno Haible  <bruno@clisp.org>
47088
47089         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
47090         check for the declaration of strnlen and a run test that exposes the
47091         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
47092         rpl_strndup.
47093
47094 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47095             Bruno Haible  <bruno@clisp.org>
47096
47097         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
47098
47099 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47100
47101         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
47102         compile test, for Tru64 4.0D.
47103
47104 2006-05-28  Karl Berry  <karl@gnu.org>
47105
47106         * config/srclist.txt (printf-args.c): lose sync.
47107
47108 2006-05-26  Martin Lambers  <marlam@marlam.de>
47109
47110         * lib/getpass.c: Updates the test for the native W32 API, and adds
47111         missing includes, thus fixing compilation warnings.
47112
47113 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
47114
47115         * lib/exclude.c (exclude_fnmatch): New function.
47116         (excluded_file_name): Call exclude_fnmatch.
47117         * lib/exclude.h (excluded_file_name): New prototype
47118
47119 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
47120
47121         * lib/tempname.c (small_open, large_open): New macros.
47122         (__open, __open64) [!_LIBC]: Remove.
47123         (__gen_tempname): Use small_open and large_open instead of __open
47124         and __open64.  This fixes a portability bug on HP-UX 11.11i
47125         reported by Simon Wing-Tang in
47126         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
47127
47128 2006-05-24  Bruno Haible  <bruno@clisp.org>
47129
47130         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
47131         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
47132         Reported by Thorsten Maerz <torte@netztorte.de> via
47133         Aaron Stone <aaron@serendipity.cx>.
47134
47135 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
47136
47137         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
47138         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
47139         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
47140         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
47141         not really conditional on the cache.
47142         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
47143
47144 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
47145
47146         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
47147         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
47148         (my_usleep): Don't mishandle maximum value.
47149
47150 2006-05-19  Jim Meyering  <jim@meyering.net>
47151
47152         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
47153
47154 2006-05-17  Bruno Haible  <bruno@clisp.org>
47155
47156         Cygwin portability.
47157         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
47158
47159 2006-05-17  Bruno Haible  <bruno@clisp.org>
47160
47161         * lib/stdint_.h: Fix recognition of Cygwin.
47162
47163 2006-05-15  Bruno Haible  <bruno@clisp.org>
47164
47165         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
47166         on libtool patch by Ralf Wildenhues.
47167
47168 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
47169
47170         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
47171         test for C99 conformance; (bool) 0.5 is an integer constant
47172         expression, but (bool) -0.5 is not.  Problem reported by Fedor
47173         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
47174
47175 2006-05-11  Simon Josefsson  <jas@extundo.com>
47176
47177         * m4/xvasprintf.m4: Fix obvious typo.
47178
47179 2006-05-11  Jim Meyering  <jim@meyering.net>
47180
47181         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
47182         James Lemley.
47183
47184 2006-05-10  Simon Josefsson  <jas@extundo.com>
47185
47186         * lib/md4.c: Typo fix, update copyright years.
47187         (K1, K2): Don't use L because it turn computations into 64-bit on
47188         64-bit platforms.
47189
47190 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
47191
47192         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
47193         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
47194         unwanted sign propagation, e.g., on hosts with 64-bit int.
47195         There still are some problems with reeelly weird theoretical hosts
47196         (e.g., 33-bit int) but it's not worth worrying about now.
47197         * lib/sha1.c (rol): Likewise.
47198         (K1, K2, K3, K4): Remove unnecessary L suffix.
47199
47200 2006-05-10  Bruno Haible  <bruno@clisp.org>
47201
47202         * lib/des.c: Cast to avoid warnings.
47203
47204 2006-05-09  Bruno Haible  <bruno@clisp.org>
47205
47206         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
47207         (Depends-on): Depend also on xsize, stdarg.
47208         (configure.ac): Add gl_XVASPRINTF.
47209
47210 2006-05-09  Bruno Haible  <bruno@clisp.org>
47211
47212         * m4/xvasprintf.m4: New file.
47213
47214 2006-05-09  Bruno Haible  <bruno@clisp.org>
47215
47216         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
47217         (EOVERFLOW): Define fallback value.
47218         (xstrcat): New function.
47219         (xvasprintf): Recognize the special case of a string concatenation.
47220
47221 2006-05-08  Eric Blake  <ebb9@byu.net>
47222
47223         * gnulib-tool (func_version): Base copyright year on CVS date.
47224         (func_emit_copyright_notice): New function.
47225         (func_emit_lib_Makefile_am): Use it.
47226         (func_emit_tests_Makefile_am): Likewise.
47227         (func_import): Likewise.
47228
47229 2006-05-08  Bruno Haible  <bruno@clisp.org>
47230
47231         * modules/stdarg: New file.
47232         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
47233
47234 2006-05-08  Bruno Haible  <bruno@clisp.org>
47235
47236         * m4/stdarg.m4: New file, from GNU gettext.
47237
47238 2006-05-08  Bruno Haible  <bruno@clisp.org>
47239
47240         * config/srclist.txt (build-aux/config.rpath): different from latest
47241         release.
47242
47243 2006-05-08  Bruno Haible  <bruno@clisp.org>
47244
47245         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
47246
47247 2006-05-05  Jim Meyering  <jim@meyering.net>
47248
47249         * m4/warning.m4: New file, derived from bison's file by the same name.
47250
47251 2006-05-03  Bruno Haible  <bruno@clisp.org>
47252
47253         * lib/stdint_.h: Shorter URL.
47254         * lib/inttypes.h: Likewise.
47255
47256 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47257
47258         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
47259
47260 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47261
47262         * lib/verify.h: Document the internals better.  Most of this change
47263         was written by Bruno Haible.
47264
47265 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47266
47267         * doc/verify.texi: New file, partly based on a proposal by
47268         Bruno Haible.
47269
47270 2006-05-02  Bruno Haible  <bruno@clisp.org>
47271
47272         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
47273         test from here...
47274         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
47275
47276 2006-04-29  Bruno Haible  <bruno@clisp.org>
47277
47278         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
47279         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
47280
47281 2006-04-29  Bruno Haible  <bruno@clisp.org>
47282
47283         * gnulib-tool: Make --update option actually work.
47284
47285 2006-04-29  Bruno Haible  <bruno@clisp.org>
47286
47287         * doc/gcd.texi: New file.
47288         * doc/gnulib.texi: Include it.
47289
47290 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
47291
47292         * lib/getdate.y (get_date): When adding relative date, start with the
47293         initial time, not with the result of the first mktime call.
47294
47295 2006-04-25  Bruno Haible  <bruno@clisp.org>
47296
47297         * gnulib-tool (func_import): Output the include directives in three
47298         blocks, sorted separately.
47299         Reported by Ben Pfaff <blp@cs.stanford.edu>.
47300
47301 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
47302
47303         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
47304         to define main with arguments, for C++.  Reported by Eric Blake.
47305         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
47306         Prefer 'int main ()' to 'int main (void)', for C++.
47307         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
47308         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
47309         for 'main', for C99 and C++.
47310
47311 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
47312
47313         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
47314         Don't assume that exit status -1 is valid.
47315         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
47316         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
47317         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
47318         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
47319         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
47320         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
47321         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
47322         functions can be used without declaring them, or that you can
47323         exit with status -1.
47324         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
47325
47326 2006-04-24  Karl Berry  <karl@gnu.org>
47327
47328         * config/srclist.txt (longdouble.m4): sync lost.
47329
47330 2006-04-24  Eric Blake  <ebb9@byu.net>
47331
47332         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
47333
47334 2006-04-24  Bruno Haible  <bruno@clisp.org>
47335
47336         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
47337         poll() implementation in AIX.
47338         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47339
47340 2006-04-24  Bruno Haible  <bruno@clisp.org>
47341
47342         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
47343         assigned exactly once.
47344
47345 2006-04-23  Claudio Fontana  <claudio@gnu.org>
47346             Bruno Haible  <bruno@clisp.org>
47347
47348         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
47349         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
47350         for AM_CPPFLAGS.
47351
47352 2006-04-23  Bruno Haible  <bruno@clisp.org>
47353
47354         * modules/copy-file: Depend on unistd.
47355         * modules/execute: Likewise.
47356         * modules/fatal-signal: Likewise.
47357         * modules/findprog: Likewise.
47358         * modules/mkdtemp : Likewise.
47359         * modules/pipe: Likewise.
47360         * modules/wait-process: Likewise.
47361
47362 2006-04-23  Bruno Haible  <bruno@clisp.org>
47363
47364         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
47365         condition was already detected.
47366         Reported by Ben Pfaff <blp@cs.stanford.edu>.
47367
47368 2006-04-23  Bruno Haible  <bruno@clisp.org>
47369
47370         * lib/copy-file.c: Include <unistd.h> unconditionally.
47371         * lib/execute.c: Likewise.
47372         * lib/fatal-signal.c: Likewise.
47373         * lib/findprog.c: Likewise.
47374         * lib/mkdtemp.c: Likewise.
47375         * lib/pipe.h: Likewise.
47376         * lib/pipe.c: Likewise.
47377         * lib/wait-process.h: Likewise.
47378
47379 2006-04-23  Bruno Haible  <bruno@clisp.org>
47380
47381         * gnulib-tool (func_usage): Fix --import description. Document
47382         --update.
47383         (func_import): Create temporary file in a temporary directory, if
47384         --dry-run is specified. Silence errors from 'grep' when there are no
47385         m4 files in $m4dir.
47386         (func_create_testdir): Silence errors from 'grep' when there are no
47387         m4 files in $m4dir.
47388         Reported by Karl Berry <karl@freefriends.org>.
47389
47390 2006-04-20  Bruno Haible  <bruno@clisp.org>
47391
47392         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
47393         one argument, so that the code will be portable to Autoconf 2.60.
47394         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
47395         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
47396         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
47397
47398 2006-04-19  Derek Price  <derek@ximbiot.com>
47399             Eric Blake  <ebb9@byu.net>
47400
47401         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
47402         rather than "/full/path.h".  Update comment to match.  Shorten &
47403         generalize m4_translit call via AS_TR_CPP.
47404
47405 2006-04-19  Derek Price  <derek@ximbiot.com>
47406             Eric Blake  <ebb9@byu.net>
47407
47408         * lib/inttypes.h: Correct grammar in comment.
47409
47410 2006-04-18  Derek Price  <derek@ximbiot.com>
47411             Paul Eggert  <eggert@cs.ucla.edu>
47412
47413         * modules/inttypes: New file.
47414         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
47415
47416 2006-04-18  Derek Price  <derek@ximbiot.com>
47417             Paul Eggert  <eggert@cs.ucla.edu>
47418
47419         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
47420         New files.
47421
47422 2006-04-18  Derek Price  <derek@ximbiot.com>
47423             Paul Eggert  <eggert@cs.ucla.edu>
47424
47425         * lib/inttypes.h: New file.
47426         * lib/strtoimax.c: Assume <inttypes.h>.
47427
47428 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
47429
47430         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
47431         isn't mounted.  Problem reported by Kir Kolyshkin.
47432
47433 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
47434
47435         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
47436         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
47437         Derek R. Price.
47438         * lib/regex.h (RE_DUP_MAX): Update comment to match current
47439         implementation.
47440
47441 2006-04-12  Eric Blake  <ebb9@byu.net>
47442
47443         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
47444         is now done automatically by the corresponding Autoconf macro.
47445
47446 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
47447
47448         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
47449         time_r.h.
47450
47451 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47452
47453         Merge regex changes from libc, removing some of our
47454         POSIX-conformance changes that were rejected and redoing them in a
47455         less-intrusive way.
47456
47457         * lib/regcomp.c (re_compile_internal, init_dfa):
47458         Length arg is now size_t, not Idx.  All uses changed.
47459         (peek_token): Forward decl now says internal_function.
47460         (__re_error_msgid, __re_error_msgid_idx):
47461         Now static rather than extern with attribute_hidden.
47462         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
47463         For some reason libc prefers K&R style defns for external functions.
47464         (regerror) [!defined _LIBC]: Likewise.
47465         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
47466         (seek_collating_symbol_entry, lookup_collation_sequence_value):
47467         (build_range_exp, build_collating_symbol):
47468         Use K&R-style defn.
47469         (re_compile_fastmap): Use '\0' to memset, not 0.
47470         (utf8_sb_map): Make the calculations more obvious.
47471         (init_dfa, parse_bracket_exp, build_charclass_op):
47472         Call calloc and cast result, as glibc does.
47473         (init_word_char, fetch_token, peek_token, peek_token_bracket):
47474         (build_range_exp, build_collating_symbol):
47475         Now internal functions.
47476
47477         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
47478
47479         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
47480         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
47481         Don't depend on VMS; depend on __VMS instead, for POSIX
47482         namespace cleanness.
47483         (regoff_t): Define to ssize_t, not long int.
47484
47485         Remove the REG_ macros named below.  Instead, make the old names
47486         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
47487         __USE_GNU_REGEX.
47488         (REG_BACKSLASH_ESCAPE_IN_LISTS):
47489         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
47490         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
47491         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
47492         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
47493         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
47494         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
47495         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
47496         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
47497         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
47498         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
47499         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
47500         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
47501         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
47502         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
47503         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
47504         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
47505         (REG_NREGS):
47506         Remove.  All uses replaced by the old RE_* names.
47507         (RE_BACKSLASH_ESCAPE_IN_LISTS):
47508         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
47509         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
47510         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
47511         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
47512         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
47513         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
47514         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
47515         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
47516         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
47517         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
47518         Don't bother having these macros be independent of each others'
47519         values, since they no longer exist in the POSIX name space.
47520
47521         Rename the following member names back to their old names,
47522         unless !__USE_GNU_REGEX.  All uses changed back.
47523         (buffer): Renamed from re_buffer.
47524         (allocated): Renamed from re_allocated.
47525         (used): Renamed from re_used.
47526         (syntax): Renamed from re_syntax.
47527         (fastmap): Renamed from re_fastmap.
47528         (translate): Renamed from re_translate.
47529         (can_be_null): Renamed from re_can_be_null.
47530         (regs_allocated): Renamed from re_regs_allocated.
47531         (fastmap_accurate): Renamed from re_fastmap_accurate.
47532         (no_sub): Renamed from re_no_sub.
47533         (not_bol): Renamed from re_not_bol.
47534         (not_eol): Renamed from re_not_eol.
47535         (newline_anchor): Renamed from re_newline_anchor.
47536         (num_regs): Renamed from rm_num_regs.
47537         (start): Renamed from rm_start.
47538         (end): Renamed from rm_end.
47539
47540         (free_state): Move up a bit.
47541
47542         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
47543         #define to be empty.
47544         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
47545         when that is what is intended.
47546         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
47547         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
47548         (MAX): New macro.
47549         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
47550         All uses changed back to re_malloc, etc.  It's now the caller's
47551         responsibility to check for overflow; all callers changed.
47552         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
47553         (re_x2nrealloc): Remove.
47554         (free_state): Remove decl.
47555
47556         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
47557         (re_set_registers, re_exec):
47558         Use K&R-style defn.
47559
47560         2006-01-31  Roland McGrath  <roland@redhat.com>
47561
47562         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
47563         Reported by Mike Frysinger <vapier@gentoo.org>.
47564
47565         2006-01-15  Andreas Jaeger  <aj@suse.de>
47566
47567         [BZ #1950]
47568         * lib/regex_internal.c (re_string_reconstruct): Adjust for
47569         build_wcs_upper_buffer change.
47570         (build_wcs_upper_buffer): Change return type.
47571
47572         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
47573
47574         * lib/regex_internal.h: Include <stdint.h> if available.
47575
47576         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
47577
47578         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
47579
47580         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
47581
47582         * lib/regcomp.c: Adjust for changed secondary hash function.
47583
47584         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
47585
47586         * lib/regex.h: Pretty printing.
47587         Clean up namespace a bit.
47588
47589         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
47590
47591         * lib/regexec.c (update_cur_sifted_state, check_arrival,
47592         check_arrival_add_next_nodes): Avoid using uninitialized variable.
47593
47594         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
47595                     Ulrich Drepper  <drepper@redhat.com>
47596
47597         [BZ #1302]
47598         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
47599         changed.
47600         (bitset_word_t): Renamed from bitset_word.  All uses changed.
47601
47602         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
47603
47604         [BZ #281]
47605         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
47606         * lib/regcomp.c: Remove unnecessary uses of
47607         unsigned RE_TRANSLATE_TYPE.
47608         * lib/regex_internal.h: Likewise.
47609         * lib/regex_internal.c: Likewise.
47610         * lib/regexec.c: Likewise.
47611         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
47612
47613         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
47614
47615         * lib/regexec.c (find_recover_state): Remove unnecessary
47616         initialization.
47617         (transit_state_bkref): Make DFA a const pointer.
47618         (get_subexp): Likewise.
47619         (check_arrival): Likewise.
47620         (update_cur_sifted_state): Likewise.
47621         (re_search_internal): Likewise.
47622         (prune_impossible_nodes): Likewise.
47623         (acquire_init_state_context): Likewise.
47624         (proceed_next_node): Likewise.
47625         (set_regs): Likewise.
47626         (free_fail_stack_return): Likewise.
47627         (check_arrival_expand_ecl): Mark DFA parameter as const.
47628         (check_arrival_expand_ecl_sub): Likewise.
47629         (check_subexp_limits): Likewise.
47630         (sub_epsilon_src_nodes):  Likewise.
47631         (add_epsilon_src_nodes):  Likewise.
47632         (merge_state_array): Likewise.
47633         (update_regs): Likewise.
47634         (build_trtable): Likewise.
47635         (sift_states_backward): Mark MCTX parameter as const.
47636         (build_sifted_states): Likewise.
47637         (update_cur_sifted_state): Likewise.
47638         (sift_states_mkref): Likewise.
47639         (check_arrival_expand_ecl): Mark eclosure as const.
47640         (check_dst_limits_calc_pos_1): Likewise.
47641         * lib/regex_internal.h (re_match_context_t): Make dfa a const
47642         pointer.
47643
47644         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
47645
47646         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
47647         (transit_state_sb): Likewise.
47648         (transit_state_mb): Likewise.
47649         (sift_states_iter_mb): Likewise.
47650         (check_arrival_add_next_nodes): Likewise.
47651         (check_node_accept_bytes): Change first parameter to pointer-to-const.
47652         [_LIBC] (re_search_2_stub): Use mempcpy.
47653
47654         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
47655         mbrtowc for very simple UTF-8 case.
47656
47657         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
47658         a pointer-to-const.
47659         (re_acquire_state_context): Likewise.
47660         * lib/regex_internal.h: Adjust prototypes.
47661
47662         * lib/regex.c: Prevent using C++ compilers.
47663
47664         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
47665         (re_acquire_state_context): Likewise.
47666
47667 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47668
47669         * modules/regex (Depends-on): Add ssize_t.
47670
47671 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47672
47673         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
47674         translation table.
47675
47676 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47677
47678         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
47679
47680 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
47681             Bruno Haible  <bruno@clisp.org>
47682
47683         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
47684         <sys/types.h> and <inttypes.h>.
47685
47686 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47687
47688         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
47689         `__error_t_defined', so argp.h will not typedef the former.
47690
47691 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
47692
47693         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
47694         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
47695         glibc names.  Even if glibc is changed to conform to POSIX, the
47696         traditional names will be available anyway, since regex depends on
47697         the extensions module.  Also, fix a longstanding typo in the
47698         implementation of Spencer ERE test #75 from grep 2.3.  Problems
47699         reported by Emanuele Giaquinta.  Also, change sense of cached
47700         variable, so that the message makes sense.
47701
47702 2006-03-24  Simon Josefsson  <jas@extundo.com>
47703
47704         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
47705         including some doc fixes.
47706         (base64_encode_alloc): Fix +1 bug on allocation failures.
47707
47708 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47709
47710         * lib/base64.c (base64_encode): Do not read past end of array with
47711         unsanitized input on systems with CHAR_BIT > 8.
47712
47713 2006-03-24  Eric Blake  <ebb9@byu.net>
47714
47715         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
47716
47717 2006-03-22  Karl Berry  <karl@gnu.org>
47718
47719         * config/srclist.txt (*setenv.[ch]): get from coreutils.
47720         * config/srclistvars.sh (COREUTILS): new var.
47721
47722 2006-03-17  Jim Meyering  <jim@meyering.net>
47723
47724         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
47725         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
47726
47727 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
47728
47729         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
47730         no longer needs it.  Instead, check that regoff_t is as least
47731         as wide as ptrdiff_t.
47732
47733         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
47734         so that our regex.h stays compatible with the installed regex.
47735         This is helpful for installers who configure --without-included-regex.
47736         Problem reported by Emanuele Giaquinta.
47737
47738 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
47739
47740         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
47741         Typedef to long int, not to off_, as POSIX will likely change
47742         in that direction.
47743
47744 2006-03-15  Eric Blake  <ebb9@byu.net>
47745
47746         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
47747
47748 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
47749
47750         * lib/argp-help.c (validate_uparams): Fix typo
47751         * lib/argp-parse.c (argp_default_options): Consistently begin help
47752         messages with a lowercase letter.
47753
47754 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
47755
47756         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
47757         overrun buffers and shouldn't be used (much as gets shouldn't be
47758         used).
47759         * lib/time_r.c (asctime_r, ctime_r): Likewise.
47760
47761 2006-03-08  Simon Josefsson  <jas@extundo.com>
47762
47763         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
47764         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47765
47766 2006-03-08  Simon Josefsson  <jas@extundo.com>
47767
47768         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
47769         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47770
47771 2006-03-08  Simon Josefsson  <jas@extundo.com>
47772
47773         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
47774         signal that configure disabled the device.
47775
47776 2006-03-08  Simon Josefsson  <jas@extundo.com>
47777
47778         * build-aux/maint.mk: Fix refresh-po, to handle no translated
47779         languages.
47780
47781 2006-03-07  Simon Josefsson  <jas@extundo.com>
47782
47783         * modules/getopt (Depends-on): Add unistd.
47784
47785         * modules/unistd: New file.
47786
47787 2006-03-07  Simon Josefsson  <jas@extundo.com>
47788
47789         * modules/gc-random: New file.
47790
47791 2006-03-07  Simon Josefsson  <jas@extundo.com>
47792
47793         * m4/unistd_h.m4: New file.
47794
47795 2006-03-07  Simon Josefsson  <jas@extundo.com>
47796
47797         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
47798         test to be side-effect free by storing the result in the cache
47799         variable gl_cv_lib_readline, and moving the assignment of
47800         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
47801         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47802
47803 2006-03-07  Simon Josefsson  <jas@extundo.com>
47804
47805         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
47806         error on missing devices (the functions will return an error).
47807
47808         * m4/gc.m4: Move random stuff to gc-random.m4
47809
47810 2006-03-07  Simon Josefsson  <jas@extundo.com>
47811
47812         * lib/unistd_.h: New file.
47813
47814 2006-03-07  Simon Josefsson  <jas@extundo.com>
47815
47816         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
47817
47818 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47819
47820         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
47821         Problem reported by Juan Manuel Guerrero.
47822
47823 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47824
47825         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
47826         the unistd module.
47827         * lib/getlogin_r.c: Likewise.
47828         * lib/getlogin_r.h: Likewise.
47829         * lib/glob.c: Likewise.
47830         * lib/pagealign_alloc.c: Likewise.
47831         * lib/unistd_.h: Remove; no longer needed.
47832
47833 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47834
47835         * MODULES.html.sh (Support for systems lacking POSIX:2001):
47836         Add unistd.
47837         * modules/c-stack (Depends-on): Add unistd.
47838         * modules/getlogin_r: Likewise.
47839         * modules/glob: Likewise.
47840         * modules/pagealign_alloc: Likewise.
47841         * modules/unistd (Files): Remove lib/unistd_.h.
47842         (EXTRA_DIST): Remove.
47843         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
47844         need unistd_.h.
47845         (MOSTLYCLEANFILES): Remove unistd.h-t.
47846
47847 2006-03-03  Simon Josefsson  <jas@extundo.com>
47848
47849         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
47850
47851 2006-03-03  Simon Josefsson  <jas@extundo.com>
47852
47853         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
47854         libidn and bison.
47855
47856 2006-03-03  Simon Josefsson  <jas@extundo.com>
47857
47858         * build-aux/maint.mk: Add indent target.
47859
47860 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
47861
47862         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
47863         our replacement poll.h in any case, to avoid a differing
47864         declaration from a system header.  Seen on AIX.
47865
47866 2006-03-01  Simon Josefsson  <jas@extundo.com>
47867
47868         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
47869         <kasal@ucw.cz>.
47870
47871 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47872
47873         * modules/gettime (Depends-on): Add extensions module.
47874         * modules/nanosleep (Depends-on): Likewise.
47875         * modules/settime (Depends-on): Likewise.
47876
47877 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47878
47879         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
47880         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
47881         pedantically.
47882         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
47883         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
47884
47885         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
47886         not "==".  Reported by Ralf Wildenhues.
47887
47888 2006-03-01  Karl Berry  <karl@gnu.org>
47889
47890         * doc/Copyright/request-*: new files, synced from gnuorg.
47891
47892 2006-03-01  Karl Berry  <karl@gnu.org>
47893
47894         * config/srclist.txt (Copyright/*): new entries.
47895
47896 2006-02-28  Simon Josefsson  <jas@extundo.com>
47897
47898         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
47899
47900 2006-02-27  Simon Josefsson  <jas@extundo.com>
47901
47902         * lib/base64.h: Indent #define's.  From Jim Meyering
47903         <jim@meyering.net>.
47904
47905 2006-02-27  Jim Meyering  <jim@meyering.net>
47906
47907         Revert the change of 2006-02-24, so these files can continue
47908         to be sync'd from gettext.
47909         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
47910         of `config.h'.
47911
47912 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
47913
47914         * modules/intprops: New file.
47915         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
47916         Add intprops.
47917         * modules/getloadavg (Files): Remove lib/intprops.h.
47918         (Depends-on): Add intprops.
47919         * modules/human: Likewise.
47920         * modules/inttostr: Likewise.
47921         * modules/openat: Likewise.
47922         * modules/sig2str: Likewise.
47923         * modules/userspec: Likewise.
47924         * modules/utimecmp: Likewise.
47925         * modules/xnanosleep: Likewise.
47926         * modules/xstrtol: Likewise.
47927
47928 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
47929
47930         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
47931         * modules/lock-tests (TESTS): Use $(EXEEXT).
47932         * modules/tls-tests: Likewise.
47933         * modules/argp-tests: Likewise.
47934         (check_PROGRAMS): New var, replacing...
47935         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
47936
47937 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47938
47939         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
47940         `config.h'.
47941
47942 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
47943
47944         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
47945
47946 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47947
47948         Sync from coreutils.
47949         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
47950         gl_CHDIR_SAFER.
47951
47952 2006-02-22  Jim Meyering  <jim@meyering.net>
47953
47954         Sync from coreutils.
47955         * m4/chdir-safer.m4: New file.
47956
47957 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
47958
47959         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
47960         AT_FDCWD exceeds INT_MAX.
47961         * lib/openat.h (AT_FDCWD): Likewise.
47962
47963 2006-02-17  Eric Blake  <address@hidden>
47964
47965         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
47966
47967 2006-02-16  Simon Josefsson  <jas@extundo.com>
47968
47969         * modules/getaddrinfo (Depends-on): Add sys_socket.
47970
47971 2006-02-15  Simon Josefsson  <jas@extundo.com>
47972
47973         * build-aux/maint.mk: Add dsyntax-check rule.
47974
47975 2006-02-15  Eric Blake  <ebb9@byu.net>
47976
47977         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
47978         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
47979         'present but cannot compile' warnings on cygwin.
47980         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
47981         use ws2tcpip.h if sys/socket.h works.
47982         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
47983         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
47984
47985 2006-02-14  Simon Josefsson  <jas@extundo.com>
47986
47987         * modules/maintainer-makefile (Files): Rename.
47988
47989         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
47990         and (the local) Makefile.cfg to maint-cfg.mk.
47991
47992         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
47993         to the latter.
47994
47995         * modules/maintainer-makefile: New module.
47996
47997         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
47998         severaly stripped to make it possible to build it up from scratch
47999         with reliable tests.
48000
48001         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
48002         fixes to permit overriding the default actions when configure and
48003         makefile are not available.
48004
48005 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
48006
48007         Sync from coreutils.
48008         * modules/lstat (Depends-on): Don't depend on xalloc.
48009         (License): Change from GPL to LGPL, since this is now simply a
48010         replacement for a libc function.
48011
48012 2006-02-14  Jim Meyering  <jim@meyering.net>
48013
48014         Sync from coreutils.
48015
48016         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
48017         failure on deficient systems, and simplify gnulib lgpl dependencies.
48018         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
48019         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
48020
48021         * lib/xalloc-die.c: Remove unused definition of N_.
48022
48023 2006-02-14  Jim Meyering  <jim@meyering.net>
48024
48025         Sync from coreutils.
48026         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
48027         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
48028         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
48029         double-quote uses of that variable, to accommodate the rare case in
48030         which getmntent is available in none of the libraries checked.  This
48031         happens at least on FreeBSD 5.0.
48032
48033 2006-02-13  Simon Josefsson  <jas@extundo.com>
48034
48035         * gnulib-tool (Usage): Fix --import, from
48036         karl@freefriends.org (Karl Berry).
48037
48038 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
48039
48040         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
48041
48042 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
48043
48044         * lib/argp-namefrob.h: Restore changes accidentally lost during the
48045         "autoupdate" on 2005-12-12.
48046
48047 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
48048
48049         * modules/closeout (Depends-on): Remove atexit.
48050
48051 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
48052
48053         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
48054         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
48055
48056 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
48057
48058         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
48059         __EXTENSIONS__ if this causes compilation to fail.  Problem
48060         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
48061         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
48062
48063 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
48064
48065         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
48066         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
48067         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
48068         All uses changed.
48069
48070 2006-01-26  Simon Josefsson  <jas@extundo.com>
48071
48072         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
48073         prototype is visible on mingw32.
48074
48075         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
48076         for mingw32.
48077
48078         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
48079         mingw32).
48080
48081 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
48082
48083         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
48084         attempt to open for write; this always fails, at least on POSIX
48085         hosts.  This reinstates the 2006-01-09 change, which was
48086         inadvertently removed.
48087
48088 2006-01-26  Bruno Haible  <bruno@clisp.org>
48089
48090         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
48091         Reported by Paul Eggert.
48092
48093 2006-01-26  Bruno Haible  <bruno@clisp.org>
48094             Paul Eggert  <eggert@cs.ucla.edu>
48095
48096         * lib/stdbool_.h (_Bool)
48097         [(! (defined __cplusplus || defined __BEOS__)
48098           && !defined __GNUC__
48099           && !(defined __HP_cc || defined __xlc__
48100                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
48101                || defined __sgi))]:
48102         #define to signed char in these cases too; this simplifies
48103         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
48104         etc., separately) and makes it more conservative.
48105
48106 2006-01-25  Simon Josefsson  <jas@extundo.com>
48107
48108         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
48109         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
48110         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
48111
48112 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
48113
48114         * lib/argp-namefrob.h: Bugfix. Remove stray #
48115
48116 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
48117
48118         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
48119         so that we test the test.
48120         Check for yet another HP-UX cc bug involving *bool |= bool.
48121
48122 2006-01-25  Karl Berry  <karl@gnu.org>
48123
48124         * config/srclist.txt (vasnprintf.c): sync lost.
48125
48126 2006-01-25  Jim Meyering  <jim@meyering.net>
48127
48128         Sync from the stable (b5) branch of coreutils:
48129
48130         * lib/fts.c (fts_children): Don't let close() clobber errno from
48131         failed fchdir().
48132
48133         * lib/fts.c (fts_stat): When following a symlink-to-directory,
48134         don't necessarily interpret stat-fails+lstat-succeeds as indicating
48135         a dangling symlink.  That can also happen at least for ELOOP.
48136         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
48137         FYI, this bug predates the inclusion of fts.c in coreutils.
48138
48139         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
48140         in their own block, so pre-c99 compilers don't object.
48141
48142         Avoid the double-free (first in fts_read, second in fts_close) that
48143         would occur when an `active' directory is made inaccessible (e.g.,
48144         via chmod a-x) during a traversal.
48145         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
48146         before returning.  Reproduce this failure by
48147         mkdir -p a/b; cd a; chmod a-x . b
48148         Reported by Stavros Passas.
48149
48150 2006-01-25  Jim Meyering  <jim@meyering.net>
48151
48152         * lib/fileblocks.c: Remove more useless parentheses.
48153         * lib/readutmp.h: Likewise.
48154
48155 2006-01-25  Bruno Haible  <bruno@clisp.org>
48156
48157         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
48158         warnings.
48159         Reported by Paul Eggert.
48160
48161 2006-01-25  Bruno Haible  <bruno@clisp.org>
48162
48163         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
48164         rid of a trap command. For Solaris sh.
48165         Reported by Mark D. Baushke <mdb@gnu.org>.
48166
48167 2006-01-24  Simon Josefsson  <jas@extundo.com>
48168
48169         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
48170         Bruno.
48171
48172 2006-01-24  Karl Berry  <karl@gnu.org>
48173
48174         * config/srclist.txt (argp-namefrob.h): sync lost.
48175
48176 2006-01-24  Jim Meyering  <jim@meyering.net>
48177
48178         * modules/openat (Files): Add lib/intprops.h.
48179         From Mark D. Baushke.
48180
48181 2006-01-24  Jim Meyering  <jim@meyering.net>
48182
48183         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
48184         Reported by Mark D. Baushke.
48185
48186 2006-01-24  Jim Meyering  <jim@meyering.net>
48187
48188         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
48189
48190 2006-01-24  Bruno Haible  <bruno@clisp.org>
48191
48192         * modules/strnlen (Maintainer): Change from glibc to all.
48193
48194 2006-01-24  Bruno Haible  <bruno@clisp.org>
48195
48196         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
48197         Patch by Paul Eggert.
48198
48199 2006-01-24  Bruno Haible  <bruno@clisp.org>
48200
48201         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
48202         already has it.
48203         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
48204         2005-11-26.
48205
48206         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
48207         'signed char' to avoid problems with the built-in _Bool type.
48208         Reported by Paul Eggert on 2005-11-26.
48209
48210 2006-01-24  Bruno Haible  <bruno@clisp.org>
48211
48212         * gnulib-tool (func_import): Avoid constructing complicated sed
48213         expressions inside backquote.
48214         Report and solution by Mark D. Baushke <mdb@gnu.org>.
48215
48216 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
48217
48218         These changes imported from libc.
48219         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
48220         test and two separate function calls.
48221         * lib/strndup.c (__strndup): Add libc_hidden_def.
48222
48223 2006-01-23  Simon Josefsson  <jas@extundo.com>
48224
48225         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
48226         Remove the test_*_SOURCES variable: automake infers it by default.
48227         * modules/tls-tests: Likewise.
48228
48229 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48230
48231         Work around porting bugs reported by Dieter in
48232         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
48233         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
48234         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
48235         Include "getopt.h" first, to check interface.
48236         (getenv): Declare only if defined HAVE_DECL_GETENV &&
48237         !HAVE_DECL_GETENV.
48238         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
48239         (__strndup): Revert to K&R-style function dfns, the glibc style.
48240         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
48241         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
48242         Include strnlen.h first, to get prototype properly.
48243         (strnlen): Renamed from __strnlen.
48244         Remove weak alias.
48245
48246 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48247
48248         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
48249
48250 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48251
48252         * config/srclist.txt: Adjust to reflect glibc reorganization.
48253         This affects only comments.
48254
48255 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
48256
48257          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
48258          Reported by Bruce Korb <bkorb@gnu.org>.
48259
48260 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
48261
48262         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
48263         to pacify gcc -Wswitch-default.
48264
48265 2006-01-22  Bruno Haible  <bruno@clisp.org>
48266
48267         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
48268         temporary buffer for sprintf, take into account the precision also
48269         for 'd', 'i', 'u', 'o', 'x', 'X'.
48270
48271 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
48272
48273         * modules/argp-tests: New module
48274         * tests/test-argp.c: New file
48275         * tests/test-argp-2.sh: New file
48276
48277 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
48278
48279         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
48280         (__argp_base_name): Removed
48281         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
48282         typo.
48283         (__argp_base_name): Provide macro definition or extern declaration
48284         depending on the configuration
48285
48286 2006-01-20  Simon Josefsson  <jas@extundo.com>
48287
48288         * modules/inet_ntop (Depends-on): Depend on sys_socket.
48289
48290 2006-01-20  Simon Josefsson  <jas@extundo.com>
48291
48292         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
48293
48294 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
48295
48296         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
48297         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
48298         Suggested by Bruno Haible.
48299
48300 2006-01-20  Karl Berry  <karl@gnu.org>
48301
48302         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
48303         until changes propagate, I guess.
48304
48305 2006-01-19  Simon Josefsson  <jas@extundo.com>
48306
48307         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
48308
48309 2006-01-19  Simon Josefsson  <jas@extundo.com>
48310
48311         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
48312
48313 2006-01-19  Simon Josefsson  <jas@extundo.com>
48314
48315         * gnulib-tool: Set check_PROGRAMS.
48316
48317         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
48318         modules/des-tests, modules/gc-arcfour-tests,
48319         modules/gc-arctwo-tests, modules/gc-des-tests,
48320         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
48321         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
48322         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
48323         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
48324         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
48325         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
48326         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
48327         test_*_SOURCES.
48328
48329 2006-01-18  Simon Josefsson  <jas@extundo.com>
48330
48331         * modules/socklen (Depends-on): Depend on sys_socket.
48332
48333 2006-01-18  Simon Josefsson  <jas@extundo.com>
48334
48335         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
48336         modules/des-tests, modules/gc-arcfour-tests,
48337         modules/gc-arctwo-tests, modules/gc-des-tests,
48338         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
48339         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
48340         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
48341         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
48342         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
48343         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
48344         $(EXEEXT) to automake TESTS variable, for mingw32.
48345
48346 2006-01-17  Simon Josefsson  <jas@extundo.com>
48347
48348         * modules/socklen (Include): Need sys/socket.h.
48349
48350 2006-01-17  Bruno Haible  <bruno@clisp.org>
48351
48352         * modules/ssize_t (Include): Add <sys/types.h>.
48353
48354 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
48355
48356         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
48357         it's not portable and it doesn't work with cross-compiles.
48358         Problem reported by Bruno Haible.  Fix missing-$ typo in
48359         'test "gl_cv_ignore_unused_libraries" ...' that prevented
48360         -zignore from being used with Sun's C compiler.
48361
48362 2006-01-12  Simon Josefsson  <jas@extundo.com>
48363
48364         * lib/base64.c: Fix warning, reported by Bruno Haible
48365         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
48366
48367 2006-01-12  Bruno Haible  <bruno@clisp.org>
48368
48369         * modules/ldd: New file.
48370         * build-aux/ldd.sh.in: New file.
48371         * MODULES.html.sh (Support for building libraries and executables): Add
48372         ldd.
48373
48374 2006-01-12  Bruno Haible  <bruno@clisp.org>
48375
48376         * m4/ldd.m4: New file.
48377
48378 2006-01-12  Bruno Haible  <bruno@clisp.org>
48379
48380         * gnulib-tool (func_import, func_create_testdir): Don't go into an
48381         endless loop while replacing $auxdir with build-aux.
48382
48383 2006-01-11  Simon Josefsson  <jas@extundo.com>
48384
48385         * lib/stdint_.h (SIZE_MAX): Add missing (.
48386
48387 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
48388
48389         Sync from coreutils.
48390         * lib/md5.c: Fix commentary typos.
48391         (alignof, UNALIGNED_P): No need for a GCC-specific version.
48392         * lib/md5.h (__attribute__): Remove; unused.
48393         * lib/sha1.c: Fix commentary to match md5 better.
48394         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
48395         so that we don't need to worry about alignment.  All uses changed.
48396         This merges the 2005-10-28 md5 change into sha1.
48397
48398 2006-01-11  Jim Meyering  <jim@meyering.net>
48399
48400         Sync from coreutils.
48401         * lib/md5.c (OP): Fix spacing.
48402
48403 2006-01-11  Bruno Haible  <bruno@clisp.org>
48404
48405         Ensure automatic ordering between gl_LOCK and gl_ARGP.
48406         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
48407         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
48408
48409 2006-01-11  Bruno Haible  <bruno@clisp.org>
48410
48411         Ensure automatic ordering between gl_LOCK and gl_ARGP.
48412         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
48413         the "early" section as well.
48414
48415 2006-01-11  Bruno Haible  <bruno@clisp.org>
48416
48417         Avoid "ar: no archive members specified" error on MacOS X.
48418         * gnulib-tool (func_modules_add_dummy): New function.
48419         (func_import, func_create_testdir): Invoke it.
48420
48421 2006-01-11  Bruno Haible  <bruno@clisp.org>
48422
48423         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
48424         with $auxdir in AC_CONFIG_FILES statements.
48425
48426 2006-01-11  Bruno Haible  <bruno@clisp.org>
48427
48428         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
48429         Initialize also noinst_HEADERS to empty.
48430
48431 2006-01-11  Bruno Haible  <bruno@clisp.org>
48432
48433         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
48434         variables.
48435         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
48436         autoreconf.
48437
48438 2006-01-11  Bruno Haible  <bruno@clisp.org>
48439
48440         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
48441         overridable by the user.
48442         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48443
48444 2006-01-10  Simon Josefsson  <jas@extundo.com>
48445
48446         * modules/sys_socket: New file.
48447
48448 2006-01-10  Simon Josefsson  <jas@extundo.com>
48449
48450         * m4/sys_socket_h.m4: New file.
48451
48452 2006-01-10  Simon Josefsson  <jas@extundo.com>
48453
48454         * lib/socket_.h: New file.
48455
48456 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48457
48458         * modules/readutmp (Maintainer): Add myself.
48459
48460 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48461
48462         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
48463         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
48464         People who are still concerned with buggy memcmp implementations
48465         can invoke gl_FUNC_MEMCMP themselves.
48466
48467 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48468
48469         * lib/regex_internal.h (BITSET_WORD_BITS):
48470         Work around a bug in 64-bit PGC (before version 6.1-2), where the
48471         preprocessor mishandles large unsigned values as if they were signed.
48472         Problem reported by Claudio Fontana in
48473         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
48474
48475 2006-01-10  Jim Meyering  <jim@meyering.net>
48476
48477         Avoid the double-free (first in fts_read, second in fts_close) that
48478         would occur when an `active' directory is made inaccessible (e.g.,
48479         via chmod a-x) during a traversal.
48480         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
48481         before returning.  Reproduce this failure by
48482         mkdir -p a/b; cd a; chmod a-x . b
48483         Reported by Stavros Passas.
48484
48485         Sync from coreutils.
48486         * lib/sha1.c: Tweak grammar in a comment.
48487
48488 2006-01-10  Jim Meyering  <jim@meyering.net>
48489
48490         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
48491         Patch by Joerg Sonnenberger.
48492
48493 2006-01-10  Bruno Haible  <bruno@clisp.org>
48494
48495         * modules/readutmp: Depend on module free.
48496         * modules/strtok_r: Depend on module restrict.
48497
48498 2006-01-10  Bruno Haible  <bruno@clisp.org>
48499
48500         * modules/gettext (configure.ac): Add an invocation of
48501         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
48502
48503 2006-01-10  Bruno Haible  <bruno@clisp.org>
48504
48505         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
48506         Reported by Werner Lemberg <wl@gnu.org>.
48507
48508 2006-01-10  Bruno Haible  <bruno@clisp.org>
48509
48510         * lib/localcharset.c: Update from GNU gettext.
48511
48512 2006-01-10  Bruno Haible  <bruno@clisp.org>
48513
48514         * lib/argp.h (__const): Remove macro. Use const instead.
48515         * lib/argp-fmtstream.h (__const): Likewise.
48516         * lib/glob_.h (__const): Remove macro.
48517         * lib/glob-libc.h: Use const instead of __const.
48518
48519 2006-01-10  Bruno Haible  <bruno@clisp.org>
48520
48521         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
48522         variable.
48523         Needed to avoid an automake error regarding the 'gettext' module.
48524
48525 2006-01-09  Simon Josefsson  <jas@extundo.com>
48526
48527         * modules/inet_ntop (Depends-on): Add restrict.
48528
48529 2006-01-09  Simon Josefsson  <jas@extundo.com>
48530
48531         * modules/gc-rijndael-tests (License): Put under LGPL.
48532
48533         * modules/gc-des-tests (License): Likewise.
48534
48535         * modules/gc-arcfour-tests (License): Likewise.
48536
48537         * modules/gc-arctwo-tests (License): Likewise.
48538
48539         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
48540
48541         * modules/gc-hmac-sha1-tests (Files): Likewise.
48542
48543         * modules/gc-hmac-md5-tests (License): Likewise.
48544
48545         * modules/gc-sha1-tests (License): Likewise.
48546
48547         * modules/gc-md5-tests (License): Likewise.
48548
48549         * modules/gc-md4-tests (License): Likewise.
48550
48551         * modules/gc-md2-tests (License): Likewise.
48552
48553         * modules/gc-tests (License): Likewise.
48554
48555         * modules/des-tests (License): Likewise.
48556
48557         * modules/md4-tests (License): Likewise.
48558
48559         * modules/md2-tests (License): Likewise.
48560
48561 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48562
48563         Sync from coreutils:
48564
48565         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
48566         * modules/lib-ignore: New file.
48567         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
48568         chdir-safer.m4, lchmod.m4.
48569         * modules/openat: Add mkdirat.c, openat-priv.h.
48570
48571 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48572
48573         Sync from coreutils.
48574         * m4/lib-ignore.m4: New file.
48575         * m4/lchmod.m4: New file.
48576
48577 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48578
48579         Sync from coreutils.
48580         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
48581         for write access: POSIX says that must fail.
48582         * lib/fts.c (diropen): Likewise.
48583         * lib/save-cwd.c (save_cwd): Likewise.
48584         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
48585         well, for minor improvements on hosts that lack O_DIRECTORY.
48586         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
48587         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
48588         Fall back on chown if open failed with EACCES.
48589
48590         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
48591         Report an error at compile-time if only a 1-second nominal clock
48592         resolution is found.
48593
48594         * lib/lchmod.h: New file.
48595         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
48596         (make_dir_parents): Use lchown rather than chown, and
48597         lchmod rather than chmod.
48598
48599         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
48600         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
48601         "proc" reported by n0dalus.
48602
48603         * lib/mountlist.c: Include <limits.h>.
48604         (dev_from_mount_options)
48605         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
48606         New function.  It no longer assumes "dev=" has the System V meaning
48607         on Linux (since it doesn't).  It also parses "dev=" more carefully.
48608         (read_file_system_list)
48609         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
48610         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
48611         dev= in that case.
48612
48613         * lib/posixtm.h (PDS_PRE_2000): New macro.
48614         * lib/posixtm.c (year): Arg is now syntax_bits rather than
48615         allow_century.  All usages changed.  Reject dates outside the range
48616         1969-1999 if PDS_PRE_2000 is used.
48617
48618 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48619
48620         Sync from coreutils.
48621         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
48622         (Time of day items): Mention the possibility of leap seconds.
48623         Problem reported by Dr. David Alan Gilbert.
48624
48625 2006-01-09  Jim Meyering  <jim@meyering.net>
48626
48627         Sync from coreutils.
48628
48629         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
48630
48631         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
48632
48633         * lib/modechange.c (mode_compile): Reject an invalid mode string
48634         that starts with an octal digit.  From Andreas Gruenbacher.
48635
48636         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
48637         and dup to open_safer and dup_safer, respectively.
48638         (openat_permissive): Fix typo in comment.
48639
48640         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
48641         "gettext.h"; either no longer needed or are guaranteed by openat.h.
48642         (_): Remove; no longer needed.
48643         (openat): Renamed from rpl_openat; no need for rpl_openat
48644         since openat.h renames openat for us.
48645         Replace most of the body with a call to openat_permissive,
48646         to avoid duplicate code.
48647         Port to (probably hypothetical) environments were mode_t is
48648         wider than int.
48649         (openat_permissive): Require mode arg, so that we can check
48650         types better.  Put it just after flags.  Change cwd failure
48651         indicator from pointer-to-bool to pointer-to-errno-value.
48652         All callers changed.
48653         Invoke openat_save_fail and/or openat_restore_fail if
48654         cwd_errno is null, so that openat can call us.
48655         (openat_permissive, fdopendir, fstatat, unlinkat):
48656         Simplify errno handling to avoid some duplicate code,
48657         as it's OK to set errno on success.
48658         * lib/openat.h: Revamp code so that function macros depend on
48659         __OPENAT_PREFIX only, not also on AT_FDCWD.
48660         (openat_ro): Remove.  Caller changed to use openat_permissive.
48661         (openat_permissive): Now a macro, if not a function.
48662         (openat_restore_fail, openat_save_fail): Now always functions,
48663         since mkdirat needs them even if __OPENAT_PREFIX is defined.
48664
48665         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
48666         and openat.c.
48667         * lib/mkdirat.c: Include openat-priv.h.
48668         Remove definitions of macros defined therein.
48669         * lib/openat.c: Likewise.
48670
48671         * lib/mkdirat.c (mkdirat): New file and function.
48672         * lib/openat.h (mkdirat): Declare.
48673
48674         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
48675
48676         * lib/openat.h (openat_permissive): Declare.
48677         (openat_ro): Define.
48678
48679         * lib/openat.c (EXPECTED_ERRNO): New macro.
48680         (openat_permissive): New function -- used in remove.c rewrite.
48681         (all functions): Set errno just before returning, only if there
48682         was an actual failure.
48683         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
48684
48685         Emulate openat-family functions using Linux's procfs, if possible.
48686         Idea and some code based on Ulrich Drepper's glibc changes.
48687
48688         * lib/openat.c: (BUILD_PROC_NAME): New macro.
48689         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
48690         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
48691         before falling back on save_cwd and restore_cwd.
48692         (fdopendir, fstatat, unlinkat): Likewise.
48693
48694         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
48695         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
48696
48697         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
48698         as second argument to va_arg.  Otherwise, some versions of gcc
48699         warn that `if this code is reached, the program will abort'.
48700
48701 2006-01-09  Jim Meyering  <jim@meyering.net>
48702
48703         Sync from coreutils.
48704         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
48705         Require openat-priv.h.
48706
48707 2006-01-09  Bruno Haible  <bruno@clisp.org>
48708
48709         * modules/strnlen (Include): Use strnlen.h.
48710
48711 2006-01-09  Bruno Haible  <bruno@clisp.org>
48712
48713         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
48714
48715 2006-01-09  Bruno Haible  <bruno@clisp.org>
48716
48717         * lib/sysexit_.h (EX_OK): New macro.
48718         Suggested by Martin Lambers <marlam@marlam.de>.
48719
48720 2006-01-09  Bruno Haible  <bruno@clisp.org>
48721
48722         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
48723         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
48724
48725 2006-01-09  Bruno Haible  <bruno@clisp.org>
48726
48727         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
48728         numbers.
48729
48730 2006-01-09  Bruno Haible  <bruno@clisp.org>
48731
48732         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
48733         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
48734         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
48735         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
48736
48737 2006-01-09  Bruno Haible  <bruno@clisp.org>
48738
48739         * build-aux/javacomp.sh.in: New file, moved from lib/.
48740         * modules/javacomp-script (Files): Update.
48741         (configure.ac): Add AC_CONFIG_FILES invocation.
48742         (EXTRA_DIST): Remove variable.
48743
48744         * build-aux/javaexec.sh.in: New file, moved from lib/.
48745         * modules/javaexec (Files): Update.
48746         (configure.ac): Add AC_CONFIG_FILES invocation.
48747         (EXTRA_DIST): Remove javaexec.sh.in.
48748
48749         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
48750         * modules/csharpcomp-script (Files): Update.
48751         (configure.ac): Add AC_CONFIG_FILES invocation.
48752         (EXTRA_DIST): Remove variable.
48753
48754         * build-aux/csharpexec.sh.in: New file, moved from lib/.
48755         * modules/csharpexec (Files): Update.
48756         (configure.ac): Add AC_CONFIG_FILES invocation.
48757         (EXTRA_DIST): Remove csharpexec.sh.in.
48758
48759 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
48760
48761         Sync from coreutils.
48762
48763         Add POSIX ACL support
48764         * lib/acl.h (copy_acl, set_acl): Add declarations.
48765         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
48766         systems other than Linux.
48767         (chmod_or_fchmod): New function: use fchmod when possible,
48768         and chmod otherwise.
48769         (file_has_acl): Add a POSIX ACL implementation, with a
48770         Linux-specific subcase.
48771         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
48772         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
48773         acls are unsupported.
48774         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
48775         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
48776         are unsupported.
48777
48778 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
48779
48780         Sync from coreutils.
48781         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
48782
48783 2006-01-07  Bruno Haible  <bruno@clisp.org>
48784
48785         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
48786         gl_EARLY.
48787
48788 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
48789
48790         * lib/strftime.c (tzname): Don't declare if it is already #defined.
48791         Problem reported for Mingw by Mark Junker.
48792
48793 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
48794
48795         * README: Gnulib normally doesn't generate a tarball.
48796
48797 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
48798
48799         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
48800         long int, not int, for nanosecond counts, so that people who are
48801         used to POSIX struct timespec won't be surprised.  Reported by Jim
48802         Meyering.
48803
48804 2005-12-28  Bruno Haible  <bruno@clisp.org>
48805
48806         * build-aux/config.rpath: Update from GNU gettext.
48807
48808 2005-12-16  Jim Meyering  <jim@meyering.net>
48809
48810         * modules/fprintftime: New module.
48811         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
48812
48813 2005-12-16  Jim Meyering  <jim@meyering.net>
48814
48815         * m4/fprintftime.m4: New file.
48816
48817 2005-12-16  Jim Meyering  <jim@meyering.net>
48818
48819         * lib/fprintftime.c, lib/fprintftime.h: New files.
48820
48821 2005-12-15  Simon Josefsson  <jas@extundo.com>
48822
48823         * modules/socklen (configure.ac): Fix M4 macro name, to align with
48824         new m4/socklen.m4.
48825
48826 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
48827
48828         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
48829         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
48830
48831 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
48832
48833         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
48834         * lib/argp-help.c (fill_in_uparams): Check if the constructed
48835         struct uparams is valid. Fall back to the default values if it is
48836         not.
48837
48838 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48839
48840         * modules/argp (Files): Add argp-pin.c
48841         (Depends-on): dirname
48842         (lib_SOURCES): Add argp-pin.c
48843
48844 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48845
48846         * m4/argp.m4:  Check if program_invocation_name and
48847         program_invocation_short_name are declared and define appropriate
48848         macros if they are not.
48849
48850 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48851
48852         * lib/argp-help.c (__argp_base_name): New function
48853         (__argp_short_program_name): Rewrite using __argp_base_name
48854         * lib/argp-namefrob.h: Define program_invocation_name and
48855         program_invocation_short_name if requested
48856         (__argp_base_name): Add prototype
48857         * lib/argp-parse.c (argp_def): Use gettext wrappers
48858         (argp_default_parser): Use __argp_base_name
48859         * lib/argp-pin.c: New file. Defines program_invocation_name and
48860         program_invocation_short_name on systems that lack them.
48861
48862 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
48863
48864         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
48865         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
48866         porting problem reported by Georg Schwarz in
48867         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
48868
48869 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
48870
48871         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
48872         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
48873         porting problem reported by Georg Schwarz in
48874         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
48875
48876 2005-12-05  Bruno Haible  <bruno@clisp.org>
48877
48878         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
48879         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
48880         Reported by Mark Junker <mjscod@gmx.de>.
48881
48882 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
48883
48884         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
48885         Use implementation from Albert Chin, with some
48886         comments/corrections by Stepan Kasal and myself.
48887
48888 2005-12-02  Bruno Haible  <bruno@clisp.org>
48889
48890         * gnulib-tool (func_import): Accept GPLed build tool modules when
48891         --lgpl is given.
48892         * modules/csharpcomp-script: New file.
48893         * modules/csharpcomp: Depend on it.
48894         * modules/javacomp-script: New file.
48895         * modules/javacomp: Depend on it.
48896         Suggested by Simon Josefsson.
48897
48898 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
48899
48900         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
48901         statement, to work around an HP-UX 10.20 compiler bug reported by
48902         Peter O'Gorman.
48903
48904 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
48905
48906         * modules/savedir (Depends-on): Add openat.
48907
48908 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
48909
48910         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
48911         (uintmax_t) [defined uintmax_t]: Do not declare.
48912         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
48913         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
48914         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
48915         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
48916         sake of portability to weird hosts that C allows (though we don't
48917         know of any practical examples).
48918
48919         * lib/savedir.h (fdsavedir): New decl.
48920         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
48921         contains most of the former guts of savedir.
48922         (savedir): Use savedirstream.
48923         Include "openat.h".
48924
48925 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
48926
48927         * modules/obstack (Files): Add m4/ulonglong.m4.
48928         Problem reported by Davide Angelocola.
48929
48930 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
48931
48932         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
48933         coreutils no longer futzes with rounding modes.
48934
48935 2005-11-14  Jim Meyering  <jim@meyering.net>
48936
48937         * lib/mkstemp-safer.c: Include <config.h>, required for possible
48938         replacement of mkstemp.
48939
48940 2005-11-10  Simon Josefsson  <jas@extundo.com>
48941
48942         * lib/readline.c: Remove EOL.
48943
48944 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48945
48946         * modules/gethrxtime (Depends-on): Add gettime.
48947
48948 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48949
48950         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
48951         or gettimeofday; no longer needed.
48952
48953 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48954
48955         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
48956         time business.
48957         (gethrxtime) [! (HAVE_NANOUPTIME
48958         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
48959         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
48960         our own approximation.
48961
48962 2005-11-08  Eric Blake  <ebb9@byu.net>
48963
48964         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
48965
48966 2005-11-08  Eric Blake  <ebb9@byu.net>
48967
48968         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
48969
48970 2005-11-04  Bruno Haible  <bruno@clisp.org>
48971
48972         * gnulib-tool: Implement --update mode.
48973
48974 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
48975
48976         Fix porting problem reported by Theodoros V. Kalamatianos.
48977         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
48978         Don't assume that futimes failing means we must fail.
48979
48980 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
48981
48982         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
48983         variables to suggest the intended function of the PATH_MAX check.
48984
48985 2005-10-30  Kean Johnston  <jkj@sco.com>
48986
48987         Trivial changes to support SCO systems.
48988         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
48989         as PATH_MAX.
48990         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
48991         where __ptr is null when no I/O is pending.
48992
48993 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
48994
48995         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
48996         leave errno alone.  Problem reported by Dmitry V. Levin.
48997
48998 2005-10-28  Simon Josefsson  <jas@extundo.com>
48999
49000         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
49001         Test more.
49002
49003         * tests/test-gc-md2.c, tests/test-md2.c: New files.
49004
49005         * modules/md2, modules/md2-tests: New files.
49006
49007 2005-10-28  Simon Josefsson  <jas@extundo.com>
49008
49009         * m4/inet_ntop.m4: More tests.
49010
49011         * m4/gc-md2.m4, md2.m4: New file.
49012
49013 2005-10-28  Simon Josefsson  <jas@extundo.com>
49014
49015         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
49016         "restrict" keywords, as per POSIX.  Protect the function
49017         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
49018         Don't use K&R prototypes.  Check the sprintf return values.
49019         Re-define EAFNOSUPPORT if not present.  Indent.
49020
49021         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
49022         suggested by Bruno Haible <bruno@clisp.org>.
49023
49024         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
49025
49026         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
49027
49028         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
49029         libgcrypt).
49030
49031         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
49032
49033         * lib/md2.h, lib/md2.c: New files.
49034
49035 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
49036
49037         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
49038         errno alone.  Problem reported by Frederic Jolliton.
49039
49040 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
49041
49042         * modules/verify (License): Change from GPL to LGPL.  This is a
49043         tiny module and there are apparently near-equivalents that are
49044         under the BSD license.
49045
49046 2005-10-24  Simon Josefsson  <jas@extundo.com>
49047
49048         * modules/sha1: Relicense to LGPL.
49049
49050 2005-10-24  Simon Josefsson  <jas@extundo.com>
49051
49052         * lib/md4.h: Shrink buffer size, now that we changed the type.
49053
49054 2005-10-23  Simon Josefsson  <jas@extundo.com>
49055
49056         * gnulib-tool (func_import): Fix --tests-base.
49057
49058 2005-10-22  Simon Josefsson  <jas@extundo.com>
49059
49060         * modules/arcfour (Depends-on): Need stdint.
49061
49062 2005-10-22  Simon Josefsson  <jas@extundo.com>
49063
49064         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
49065         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
49066
49067 2005-10-22  Simon Josefsson  <jas@extundo.com>
49068
49069         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
49070         suggested by Bruno Haible <bruno@clisp.org>.
49071
49072 2005-10-22  Simon Josefsson  <jas@extundo.com>
49073
49074         * lib/crc.h: Include stddef.h, for size_t.
49075
49076 2005-10-22  Simon Josefsson  <jas@extundo.com>
49077
49078         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
49079         arcfour_context struct (simplify test vector testing in GNU
49080         Shishi).
49081
49082 2005-10-21  Simon Josefsson  <jas@extundo.com>
49083
49084         * modules/des, modules/des-tests: New files.
49085
49086         * modules/gc-des, modules/gc-des-tests: New files.
49087
49088         * tests/test-des.c, tests/test-gc-des.c: New file.
49089
49090 2005-10-21  Simon Josefsson  <jas@extundo.com>
49091
49092         * modules/arctwo, modules/arctwo-tests: New files.
49093
49094         * tests/test-arctwo.c: New file.
49095
49096         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
49097
49098         * tests/test-gc-arctwo.c: New file.
49099
49100 2005-10-21  Simon Josefsson  <jas@extundo.com>
49101
49102         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
49103         Bruno Haible <bruno@clisp.org>.
49104
49105         * m4/gc-des.m4: New file.
49106
49107 2005-10-21  Simon Josefsson  <jas@extundo.com>
49108
49109         * m4/arctwo.m4: New file.
49110
49111         * m4/gc-arctwo.m4: New file.
49112
49113 2005-10-21  Simon Josefsson  <jas@extundo.com>
49114
49115         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
49116         block.
49117
49118 2005-10-21  Simon Josefsson  <jas@extundo.com>
49119
49120         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
49121         <bruno@clisp.org>.
49122
49123         * lib/hmac-sha1.c (hmac_sha1): Likewise.
49124
49125         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
49126         Bruno Haible <bruno@clisp.org>.
49127
49128         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
49129         <bruno@clisp.org>.
49130
49131 2005-10-21  Simon Josefsson  <jas@extundo.com>
49132
49133         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
49134
49135 2005-10-21  Simon Josefsson  <jas@extundo.com>
49136
49137         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
49138
49139 2005-10-21  Simon Josefsson  <jas@extundo.com>
49140
49141         * lib/des.h, lib/des.c: New files.
49142
49143         * lib/gc-gnulib.c: Support DES.c
49144
49145 2005-10-21  Simon Josefsson  <jas@extundo.com>
49146
49147         * lib/arctwo.h, lib/arctwo.c: New files.
49148
49149         * lib/gc-gnulib.c: Support ARCTWO.
49150
49151 2005-10-21  Simon Josefsson  <jas@extundo.com>
49152
49153         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
49154         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
49155
49156 2005-10-21  Simon Josefsson  <jas@extundo.com>
49157
49158         * gnulib-tool (func_import, func_create_testdir): Define automake
49159         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
49160         Makefile.am snippet),
49161         suggested by Bruno Haible <bruno@clisp.org>.
49162
49163         * modules/gc (Makefile.am): Use it.
49164
49165 2005-10-21  Bruno Haible  <bruno@clisp.org>
49166
49167         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
49168         patch.
49169
49170 2005-10-19  Simon Josefsson  <jas@extundo.com>
49171
49172         * tests/test-gc-rijndael.c: New file.
49173
49174         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
49175
49176 2005-10-19  Simon Josefsson  <jas@extundo.com>
49177
49178         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
49179         interface too.
49180
49181 2005-10-19  Simon Josefsson  <jas@extundo.com>
49182
49183         * tests/test-gc-arcfour.c: New file.
49184
49185         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
49186
49187 2005-10-19  Simon Josefsson  <jas@extundo.com>
49188
49189         * modules/gc-md4, modules/gc-md4-tests: New file.
49190
49191         * tests/test-gc-md4.c: New file.
49192
49193 2005-10-19  Simon Josefsson  <jas@extundo.com>
49194
49195         * m4/gc-md4.m4: New file.
49196
49197 2005-10-19  Simon Josefsson  <jas@extundo.com>
49198
49199         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
49200         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
49201         <kasal@ucw.cz>.
49202
49203 2005-10-19  Simon Josefsson  <jas@extundo.com>
49204
49205         * m4/gc-arcfour.m4: New file.
49206
49207         * m4/gc-rijndael.m4: New file.
49208
49209 2005-10-19  Simon Josefsson  <jas@extundo.com>
49210
49211         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
49212
49213 2005-10-19  Simon Josefsson  <jas@extundo.com>
49214
49215         * lib/gc-gnulib.c: Support ARCFOUR.
49216
49217 2005-10-19  Simon Josefsson  <jas@extundo.com>
49218
49219         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
49220         support.
49221
49222         * lib/gc.h: Add ECB enum type.
49223
49224         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
49225
49226 2005-10-18  Simon Josefsson  <jas@extundo.com>
49227
49228         * tests/test-md5.c: New file.
49229
49230         * modules/md5-tests: New file.
49231
49232 2005-10-18  Simon Josefsson  <jas@extundo.com>
49233
49234         * tests/test-md4.c: New file.
49235
49236         * modules/md4, modules/md4-tests: New files.
49237
49238 2005-10-18  Simon Josefsson  <jas@extundo.com>
49239
49240         * m4/md4.m4: New file.
49241
49242 2005-10-18  Simon Josefsson  <jas@extundo.com>
49243
49244         * lib/md4.h, lib/md4.c: New files, based on md5.?.
49245
49246 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
49247
49248         * gnulib-tool (func_create_testdir): Omit the second check whether
49249         BUILT_SOURCES in nonempty.
49250
49251 2005-10-17  Simon Josefsson  <jas@extundo.com>
49252
49253         * tests/test-rijndael.c: New file.
49254
49255 2005-10-17  Simon Josefsson  <jas@extundo.com>
49256
49257         * modules/sha1: Depend on stdint instead of md5.
49258
49259         * modules/md5: Depend on stdint, remove uint32_t.
49260
49261 2005-10-17  Simon Josefsson  <jas@extundo.com>
49262
49263         * modules/gc-sha1-tests: New file.
49264
49265         * tests/test-gc-sha1.c: New file.
49266
49267 2005-10-17  Simon Josefsson  <jas@extundo.com>
49268
49269         * m4/md5.m4: Remove call to uint32_t.m4.
49270
49271 2005-10-17  Simon Josefsson  <jas@extundo.com>
49272
49273         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
49274
49275         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
49276         md5.h.
49277
49278         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
49279
49280         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
49281
49282 2005-10-17  Simon Josefsson  <jas@extundo.com>
49283
49284         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
49285
49286 2005-10-17  Simon Josefsson  <jas@extundo.com>
49287
49288         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
49289
49290 2005-10-17  Simon Josefsson  <jas@extundo.com>
49291
49292         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
49293
49294         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
49295
49296 2005-10-17  Bruno Haible  <bruno@clisp.org>
49297
49298         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
49299         that it can also be used in a test.
49300
49301 2005-10-16  Bruno Haible  <bruno@clisp.org>
49302
49303         * gnulib-tool (func_emit_tests_Makefile_am): Also define
49304         TESTS_ENVIRONMENT, so that individual tests can augment it.
49305
49306         * gnulib-tool (func_create_testdir): Use an intermediate target for
49307         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
49308         macros, like $(ALLOCA_H), which cannot be passed through the command
49309         line.
49310
49311 2005-10-15  Simon Josefsson  <jas@extundo.com>
49312
49313         * modules/rijndael-tests: New file.
49314
49315         * modules/rijndael: New file.
49316
49317 2005-10-15  Simon Josefsson  <jas@extundo.com>
49318
49319         * m4/rijndael.m4: New file.
49320
49321 2005-10-15  Simon Josefsson  <jas@extundo.com>
49322
49323         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
49324
49325         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
49326
49327 2005-10-14  Simon Josefsson  <jas@extundo.com>
49328
49329         * tests/test-arcfour.c: New file.
49330
49331         * modules/arcfour, modules/arcfour-tests: New files.
49332
49333 2005-10-14  Simon Josefsson  <jas@extundo.com>
49334
49335         * m4/arcfour.m4: New file.
49336
49337 2005-10-14  Simon Josefsson  <jas@extundo.com>
49338
49339         * lib/arcfour.h, lib/arcfour.c: New files.
49340
49341 2005-10-14  Roland McGrath  <roland@redhat.com>
49342
49343         Import from libc.  [BZ #1331]
49344         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
49345         macro argument.
49346         Reported by Matej Vela <vela@debian.org>.
49347
49348 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
49349
49350         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
49351         include <wchar.h>; no longer needed.
49352
49353 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
49354
49355         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
49356
49357 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
49358         and  Ulrich Drepper  <drepper@redhat.com>
49359
49360         Import from libc.
49361         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
49362         instead of inline stream orientation test and two separate
49363         function calls.  Pay no attention to USE_IN_LIBIO.
49364
49365 2005-10-13  Simon Josefsson  <jas@extundo.com>
49366
49367         * modules/gc-hmac-md5-tests: New file.
49368
49369         * tests/test-gc-hmac-sha1.c: New file.
49370
49371         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
49372
49373         * modules/gc-hmac-md5-tests: New file.
49374
49375         * tests/test-gc-md5.c: New file.
49376
49377         * modules/gc-md5-tests: New file.
49378
49379 2005-10-13  Simon Josefsson  <jas@extundo.com>
49380
49381         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
49382         Move memory allocation outside of loop.
49383
49384 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
49385
49386         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
49387         intermediate directory is in a read-only file system.  Problem
49388         reported by Eric Blake.
49389
49390 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
49391
49392         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
49393
49394 2005-10-12  Simon Josefsson  <jas@extundo.com>
49395
49396         * tests/test-hmac-sha1.c: New file.
49397
49398         * modules/hmac-sha1-tests: New file.
49399
49400         * modules/hmac-sha1: New file.
49401
49402 2005-10-12  Simon Josefsson  <jas@extundo.com>
49403
49404         * modules/gc-sha1: New file.
49405
49406 2005-10-12  Simon Josefsson  <jas@extundo.com>
49407
49408         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
49409
49410         * tests/test-gc-pbkdf2-sha1.c: New file.
49411
49412 2005-10-12  Simon Josefsson  <jas@extundo.com>
49413
49414         * modules/gc-md5, modules/gc-hmac-md5: New files.
49415
49416         * modules/gc (Files): Remove md5, memxor and hmac files.
49417
49418 2005-10-12  Simon Josefsson  <jas@extundo.com>
49419
49420         * m4/gc-pbkdf2-sha1.m4: New file.
49421
49422         * m4/gc-hmac-sha1.m4: New file.
49423
49424         * m4/gc-sha1: New file.
49425
49426         * m4/hmac-sha1.m4: New file.
49427
49428 2005-10-12  Simon Josefsson  <jas@extundo.com>
49429
49430         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
49431
49432         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
49433
49434 2005-10-12  Simon Josefsson  <jas@extundo.com>
49435
49436         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
49437         suggested by Bruno Haible <bruno@clisp.org>.
49438
49439 2005-10-12  Simon Josefsson  <jas@extundo.com>
49440
49441         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
49442
49443 2005-10-12  Simon Josefsson  <jas@extundo.com>
49444
49445         * lib/gc-pbkdf2-sha1.c: New file.
49446
49447         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
49448
49449 2005-10-12  Simon Josefsson  <jas@extundo.com>
49450
49451         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
49452
49453         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
49454
49455 2005-10-12  Simon Josefsson  <jas@extundo.com>
49456
49457         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
49458         GC_USE_HMAC_MD5, respectively.
49459
49460         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
49461         (gc_md5): Fix typo.
49462
49463         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
49464
49465         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
49466
49467         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
49468
49469 2005-10-12  Bruno Haible  <bruno@clisp.org>
49470
49471         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
49472         Reported by Stepan Kasal <kasal@ucw.cz>.
49473
49474 2005-10-11  Simon Josefsson  <jas@extundo.com>
49475
49476         * tests/test-crc.c: New file.
49477
49478         * modules/crc, modules/crc-tests: New files.
49479
49480 2005-10-11  Simon Josefsson  <jas@extundo.com>
49481
49482         * m4/crc.m4: New file.
49483
49484 2005-10-11  Simon Josefsson  <jas@extundo.com>
49485
49486         * lib/gc.h: Add gc_hash and gc_hash_buffer.
49487
49488         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
49489
49490         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
49491
49492 2005-10-11  Simon Josefsson  <jas@extundo.com>
49493
49494         * lib/crc.h, lib/crc.c: New files.
49495
49496         * lib/gc.h (gc_hash_buffer): Add doc.
49497
49498 2005-10-11  Bruno Haible  <bruno@clisp.org>
49499
49500         * modules/c-strcasestr: New file.
49501         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
49502
49503 2005-10-11  Bruno Haible  <bruno@clisp.org>
49504
49505         * modules/c-strcase: New file.
49506         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
49507
49508 2005-10-11  Bruno Haible  <bruno@clisp.org>
49509
49510         * lib/strcasecmp.c: Include limits.h.
49511         (strcasecmp): Avoid integer overflow on exotic platforms.
49512         * lib/strncasecmp.c: Include limits.h.
49513         (strncasecmp): Avoid integer overflow on exotic platforms.
49514         Reported by Paul Eggert.
49515
49516 2005-10-11  Bruno Haible  <bruno@clisp.org>
49517
49518         * lib/c-strcasestr.h: New file, from GNU gettext.
49519         * lib/c-strcasestr.c: New file, from GNU gettext.
49520
49521 2005-10-11  Bruno Haible  <bruno@clisp.org>
49522
49523         * lib/c-strcase.h: New file, from GNU gettext.
49524         * lib/c-strcasecmp.c: New file, from GNU gettext.
49525         * lib/c-strncasecmp.c: New file, from GNU gettext.
49526
49527 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
49528
49529         * modules/mempcpy (License): GPL -> LGPL.
49530         * modules/strchrnul (License): Likewise.
49531         * modules/sysexits (License): Likewise.
49532
49533 2005-10-08  Simon Josefsson  <jas@extundo.com>
49534
49535         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
49536
49537 2005-10-07  Simon Josefsson  <jas@extundo.com>
49538
49539         * m4/memxor.m4: Remove gl_C_RESTRICT call.
49540
49541 2005-10-06  Simon Josefsson  <jas@extundo.com>
49542
49543         * tests/test-hmac-md5.c: New file.
49544
49545         * modules/hmac-md5-tests: New file.
49546
49547         * modules/hmac-md5: New file.
49548
49549 2005-10-06  Simon Josefsson  <jas@extundo.com>
49550
49551         * m4/hmac-md5.m4: New file.
49552
49553         * m4/memxor.m4: Require gl_C_RESTRICT.
49554
49555 2005-10-06  Simon Josefsson  <jas@extundo.com>
49556
49557         * lib/memxor.c (memxor): Avoid casts and warnings.
49558
49559 2005-10-06  Simon Josefsson  <jas@extundo.com>
49560
49561         * lib/hmac-md5.c: New file.
49562
49563         * lib/hmac.h: New file.
49564
49565 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
49566
49567         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
49568         promotes to int, not unsigned int, to catch the AIX 5.3
49569         compiler bug.
49570
49571 2005-10-05  Simon Josefsson  <jas@extundo.com>
49572
49573         * modules/memxor: New file.
49574
49575         * modules/iconv (Files): Move config.rpath to havelib, it is used
49576         there.
49577
49578         * modules/havelib (Files): Add config.rpath.
49579
49580 2005-10-05  Simon Josefsson  <jas@extundo.com>
49581
49582         * m4/memxor.m4: New file.
49583
49584 2005-10-05  Simon Josefsson  <jas@extundo.com>
49585
49586         * lib/memxor.c (memxor): Fix compiler error.
49587
49588         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
49589         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
49590
49591         * lib/memxor.h, lib/memxor.c: New files.
49592
49593         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
49594         we assume all systems have it, suggested by Jim Meyering
49595         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
49596         any systems lack sys/socket.h; mingw32 is known to lack it, but we
49597         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
49598         same reasons.
49599
49600 2005-10-05  Simon Josefsson  <jas@extundo.com>
49601
49602         * config/srclist.txt: Add glibc bug 1423 for md5.h.
49603
49604 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
49605
49606         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
49607         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
49608         needed, since the source code now assumes these .h files.
49609
49610 2005-10-05  Derek Price  <derek@ximbiot.com>
49611
49612         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
49613
49614 2005-10-05  Bruno Haible  <bruno@clisp.org>
49615
49616         * modules/stdint (License): Change to LGPL.
49617
49618 2005-10-04  Simon Josefsson  <jas@extundo.com>
49619
49620         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
49621         D. Baushke" <mdb@gnu.org>.
49622
49623 2005-10-04  Bruno Haible  <bruno@clisp.org>
49624
49625         * lib/verify.h (verify_true): Provide alternative definition for C++.
49626
49627 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
49628
49629         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
49630         (SSIZE_MAX): New macro, if not already defined.
49631         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
49632         than 2 GiB.
49633
49634 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49635
49636         Sync from coreutils.
49637         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
49638         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
49639         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
49640         ULLONG_MAX doesn't work with 2.7.2.1.
49641
49642 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49643
49644         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
49645         From Ben Pfaff.
49646
49647         * modules/exclude (Depends-on): Depend on verify.
49648         * modules/strtoimax (Depends-on): Likewise.
49649         * modules/utimecmp (Depends-on): Likewise.
49650
49651 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49652
49653         * lib/exclude.c: Include verify.h.
49654         (verify): Remove.  All callers changed to use verify.h's version.
49655         * lib/strtoimax.c: Likewise.
49656         * lib/utimecmp.c: Likewis.e
49657
49658         Sync from coreutils.
49659         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
49660         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
49661         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
49662         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
49663         bother returning ENOSYS if settimeofday or stime fails; just let
49664         them return whatever errno they want to return.
49665         * lib/utimens.c: Include unistd.h, for dup2.
49666         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
49667         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
49668
49669 2005-10-02  Jim Meyering  <jim@meyering.net>
49670
49671         Sync from coreutils.
49672         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
49673         from glibc-2.2.5 that fails for read-only files.
49674
49675 2005-10-02  Jim Meyering  <jim@meyering.net>
49676
49677         Sync from coreutils.
49678         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
49679         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
49680         `#if HAVE_CONFIG_H'.
49681         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
49682         Remove AT_FDCWD test.
49683         Do not consume the fd unless successful.
49684         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
49685         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
49686         block, so that we don't even try to compile it if settimeofday is
49687         available.  This works around a compilation failure on OSF1 V5.1,
49688         due to stime requiring a `long int*' while tv_sec is `int'.
49689
49690 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
49691
49692         Sync from coreutils.
49693         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
49694         against `yes', rather than just testing for nonempty.
49695
49696 2005-10-01  Simon Josefsson  <jas@extundo.com>
49697
49698         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
49699         and Darwin.
49700
49701         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
49702         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
49703         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
49704         freeaddrinfo and gai_strerror are declared by the POSIX headers.
49705         Check if struct addrinfo is declared.
49706
49707 2005-10-01  Simon Josefsson  <jas@extundo.com>
49708
49709         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
49710         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
49711         AI_* and EAI_* definitions.  Protect function declarations.
49712
49713 2005-10-01  Jim Meyering  <jim@meyering.net>
49714
49715         Sync from coreutils.
49716
49717         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
49718         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
49719         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
49720         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
49721         in the inet and nsl libraries.  Required on Solaris 5.7.
49722
49723 2005-10-01  Jim Meyering  <jim@meyering.net>
49724
49725         Sync from coreutils.
49726         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
49727         in the inet and nsl libraries.  Required on Solaris 5.7.
49728
49729 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
49730
49731         * lib/getdelim.c (getdelim): Remove unused variables.
49732
49733 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
49734
49735         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
49736         so that the code works even with ancient cpp.  Portability problem
49737         with GCC 2.7.2.1 reported by Thomas M.Ott.
49738
49739 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
49740
49741         * modules/regex (Depends-on): Add strcase.
49742
49743         * modules/gethostname (Licence): Change from GPL to LGPL, since
49744         gethostname.c is a trivial implementation of a standard library
49745         function.
49746         * modules/poll (License): Change from GPL to LGPL, since it's
49747         derived from LGPL code.
49748
49749 2005-09-27  Jim Meyering  <jim@meyering.net>
49750
49751         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
49752         HAVE_CONFIG_H.
49753
49754         * lib/intprops.h (signed_type_or_expr__): Define.
49755         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
49756         for unsigned types.
49757
49758 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
49759
49760         * lib/verify.h (verify_expr): Remove, replacing with:
49761         (verify_true): New macro that returns true instead of void.
49762         (verify_type__): Remove.
49763         (verify): Use verify_true rather than verify_type__.
49764
49765 2005-09-26  Bruno Haible  <bruno@clisp.org>
49766
49767         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
49768         is necessary.
49769         (lib_SOURCES): Remove mbchar.c.
49770         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
49771         (Files): Add m4/mbrtowc.m4.
49772         * modules/mbiter: Likewise.
49773         * modules/mbuiter: Likewise.
49774
49775 2005-09-26  Bruno Haible  <bruno@clisp.org>
49776
49777         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
49778         compile mbchar.c if they are not both present.
49779         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
49780         * m4/mbiter.m4 (gl_MBITER): Likewise.
49781         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
49782         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
49783         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
49784
49785 2005-09-25  Jim Meyering  <jim@meyering.net>
49786
49787         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
49788         also uses socklen_t.
49789
49790 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
49791
49792         * lib/utimens.c (ENOSYS): Define if not already defined.
49793         (futimens): Support having a null PATH if the file descriptor
49794         is nonnegative.
49795
49796         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
49797         Remove.
49798         (__attribute): Define to empty unless GCC 3.1 or later.
49799         This works around a core dump on OpenBSD 3.4, which has GCC
49800         2.95.3, which dumps core when given __attribute__(()).  It also
49801         simplifies other tests, since we really don't want to bother with
49802         worrying about which ancient version of GCC supported what.
49803         Original problem reported by Yoann Vandoorselaere, with part of
49804         the fix suggested by Derek Price.
49805
49806 2005-09-24  Jim Meyering  <jim@meyering.net>
49807
49808         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
49809         so we can once again use a positive bitfield width of 1 -- now we
49810         don't have to explain why we were using a bitfield width of 2.
49811
49812 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
49813
49814         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
49815         and similarly for the other external symbols.  Problem reported
49816         by James Gallager.
49817
49818         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
49819         bug reported by Jim Meyering.
49820
49821         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
49822         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
49823         not needed, since socklen is a prerequisite module.
49824
49825 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
49826
49827         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
49828         Problem reported by Eric Blake.
49829         (getaddrinfo): Initialize se so that it's not garbage.
49830         Redo internal storage allocation so that it doesn't make unportable
49831         assumptions about alignment.
49832         Fix a memory leak.
49833
49834         * lib/utimens.c (futimens): Use futimesat if available.
49835         Prefer it to futimes since it doesn't have the futimes bug.
49836
49837         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
49838         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
49839         Instead, declare a function that returns a pointer to an array,
49840         and use verify_type__ to declare the size of the array.
49841         Problem and germ of a solution reported by Bruno Haible.
49842         (verify_type__): Use 2, not 1, for bitfield size, to avoid
49843         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
49844
49845 2005-09-23  Jim Meyering  <jim@meyering.net>
49846
49847         Sync from coreutils.
49848         Correct build failure (socklen_t not defined) on at least
49849         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
49850         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
49851
49852 2005-09-23  Jim Meyering  <jim@meyering.net>
49853
49854         * modules/getaddrinfo (Depends-on): Add socklen.
49855
49856 2005-09-23  Bruno Haible  <bruno@clisp.org>
49857
49858         * tests/test-verify.c: New file.
49859
49860 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49861
49862         Sync from coreutils.
49863
49864         * modules/argmatch (Depends-on): Add verify.
49865         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
49866         unistd-safer.
49867         * modules/save-cwd (Depends-on): Likewise.
49868
49869         * modules/openat (Files): Add lib/openat-die.c.
49870         (Depends-on): Remove error, exitfail.
49871         Add dirname.
49872
49873         * modules/verify: New file.
49874         * MODULES.html.sh (Diagnostics <assert.h>): New section,
49875         with "verify" module.
49876
49877 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49878
49879         Sync from coreutils.
49880
49881         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
49882         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
49883         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
49884         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
49885         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
49886         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
49887         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
49888         Don't bother checking for string.h, stdlib.h, unistd.h.
49889         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
49890         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
49891         module's job.
49892         * m4/jm-macros.m4 (gl_MACROS): Likewise.
49893         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
49894
49895         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
49896         (gl_GETDATE): Use it.
49897
49898         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
49899
49900 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49901
49902         Sync from coreutils.
49903
49904         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
49905         stat-time.h.
49906         * lib/argmatch.h: Include verify.h
49907         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
49908         (ARGMATCH_ASSERT): Remove; unused.
49909         * lib/canonicalize.c: Assume STDC_HEADERS.
49910         * lib/exclude.c: Include "strcase.h".
49911         * lib/regex_internal.h [!defined _LIBC]: Likewise.
49912         * lib/getusershell.c: Include stdio--.h rather than stdio.h
49913         and stdio-safer.h.
49914         (getusershell): Call fopen, not fopen_safer.
49915         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
49916         Do not include unistd-safer.h.
49917         (save_cwd): Don't call fd_safer; no longer needed
49918         now that we include fcntl--.h.
49919
49920         * lib/getdate.y (relative_time): New type.
49921         (RELATIVE_TIME_0): New constant.
49922         (parser_control): Use relative_time instead of doing it ourselves.
49923         (%union): Add new relative_time rel member.
49924         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
49925         Now typeless.
49926         (relunit, relunit_snumber): Now of type rel.
49927         (zone, rel, relunit, get_date): Adjust to above changes.
49928
49929         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
49930         Do not include unistd-safer.h.
49931         (getloadavg): Don't call fd_safer; no longer needed
49932         now that we include fcntl--.h.
49933
49934         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
49935         (make_dir_parents): Treat ENOSYS like EEXIST.
49936
49937         Improve quality of diagnostics on restore_cwd failure.
49938         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
49939         (make_dir_parents): Last arg is now int * (for errno), not bool *.
49940         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
49941         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
49942         each time through the loop.  Do not diagnose restore_cwd failure;
49943         that is the caller's job (and perhaps the caller does not care).
49944
49945         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
49946         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
49947         If the file already exists but is not a directory, don't bother
49948         to try to make its parents.
49949         Close potential file descriptor leak if we can't chdir("/") (!).
49950         Don't always return true if chdir($PWD) fails; return true only
49951         if the requested action was done successfully (except for the
49952         chdir($PWD)).
49953         Don't log final directory unless we actually made it.
49954         Refactor to avoid duplicate code to fix up permissions.
49955         Don't attempt to fix up parent permissions if chdir($PWD) fails.
49956
49957         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
49958         to make it a bit faster and (I hope) clearer.
49959         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
49960         Fix bug in formats like %2N.
49961
49962         * lib/verify.h: New file.
49963
49964 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49965
49966         Sync from coreutils.
49967         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
49968
49969 2005-09-22  Jim Meyering  <jim@meyering.net>
49970
49971         Sync from coreutils.
49972
49973         * m4/lstat.m4 (gl_FUNC_LSTAT):
49974         Use AC_LIBSOURCES to require lstat.c and lstat.h.
49975         Remove obsolete comment.
49976         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
49977         * m4/xstrtod.m4: Likewise.
49978
49979         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
49980
49981 2005-09-22  Jim Meyering  <jim@meyering.net>
49982
49983         Sync from coreutils.
49984
49985         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
49986
49987         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
49988         the .tm_year member, since otherwise gcc-4.0 would now warn about
49989         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
49990
49991         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
49992         order to avoid an unsuppressible warning from gcc on 64-bit systems.
49993
49994         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
49995         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
49996         when run in a time zone for which daylight savings time is in effect
49997         for the starting date.
49998
49999         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
50000         stop us from restricting permissions of just-created absolute-named
50001         directories.
50002         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
50003         to restore initial working directory.
50004         * lib/mkdir-p.c (make_dir_parents): New parameter:
50005         different_working_dir, to tell caller if/when we change the working
50006         directory and are unable to return to the initial one.
50007         * lib/mkdir-p.h (make_dir_parents): Update prototype.
50008         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
50009         `return false'.  This fixes a bug introduced on 2004-07-30.
50010
50011         * lib/openat.c (fdopendir): Be sure to close the supplied
50012         file descriptor before returning.  This makes our replacement
50013         implementation a little closer to Solaris's, where fdopendir
50014         ties the file descriptor to the returned DIR* pointer.
50015         * lib/openat.c (unlinkat): New function.
50016         * lib/openat.h (unlinkat): Add prototype.
50017         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
50018         (openat_restore_fail): Rename from openat_restore_die.
50019         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
50020
50021         Provide an alternative to exiting immediately upon save_cwd or
50022         restore_cwd failure.  Now, an application can arrange e.g.,
50023         to perform a longjump in that case.
50024         * lib/openat.c: Include dirname.h.
50025         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
50026         (rpl_openat, fdopendir, fstatat): Call openat_save_die
50027         and openat_restore_die rather than calling error directly.
50028         Don't include "error.h" or "exitfail.h"; they're no longer needed.
50029
50030         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
50031         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
50032         define.
50033
50034         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
50035         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
50036                             int utc, int nanoseconds);
50037         Background:
50038         date should not have to allocate a megabyte of virtual memory to
50039         handle a format argument like +%1048575T.  When implemented with
50040         strftime, it must allocate such a buffer, use strftime to fill it
50041         in, print it, then free it.
50042         With fprintftime, it simply prints everything and exits.
50043         With no need for memory allocation, that's one fewer way to fail.
50044         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
50045         optional field width, not before, so we accept %9:z, not %:9z.
50046         (my_strftime): Be sure to use L_('x') for literals.
50047
50048         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
50049         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
50050         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
50051         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
50052         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
50053         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
50054         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
50055         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
50056         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
50057         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
50058         * lib/xgethostname.c, lib/xreadlink.c:
50059         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
50060
50061         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
50062         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
50063         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
50064         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
50065         and don't include <sys/file.h>).
50066
50067 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
50068
50069         Sync from coreutils.
50070
50071         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
50072         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
50073         [!LDAV_DONE]: Avoid unused variable warning.
50074
50075 2005-09-21  Bruno Haible  <bruno@clisp.org>
50076
50077         * lib/unicodeio.h (unicode_to_mb): New declaration.
50078
50079 2005-09-20  Derek Price  <derek@ximbiot.com>
50080
50081         * lib/getaddrinfo.c: Don't include <netdb.h> included from
50082         getaddrinfo.h.
50083
50084 2005-09-20  Bruno Haible  <bruno@clisp.org>
50085
50086         * gnulib-tool: Remove trailing slashes from the values specified for
50087         --source-base, --m4-base, --tests-base, --aux-dir.
50088         Suggested by Simon Josefsson <jas@extundo.com>.
50089
50090 2005-09-20  Bruno Haible  <bruno@clisp.org>
50091
50092         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
50093         func_modules_to_filelist, func_import, func_create_testdir): Make all
50094         sorting results locale-independent, so that gnulib-cache.m4 doesn't
50095         change when gnulib-tool is invoked in a different locale.
50096
50097 2005-09-19  Simon Josefsson  <jas@extundo.com>
50098
50099         * m4/socklen.m4: Fix typo.
50100
50101 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
50102
50103         Use a consistent style for including <config.h>.
50104         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
50105         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
50106         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
50107         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
50108         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
50109         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
50110         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
50111         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
50112         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
50113         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
50114         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
50115         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
50116         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
50117         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
50118         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
50119         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
50120         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
50121         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
50122         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
50123         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
50124         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
50125         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
50126         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
50127         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
50128         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
50129         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
50130         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
50131         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
50132         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
50133         lib/xstrtoumax.c, lib/yesno.c:
50134         Standardize inclusion of config.h.
50135         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
50136         lib/inttostr.h:  Removed inclusion of config.h from header files.
50137         * lib/inttostr.c:  Adjusted in-tree users.
50138         * lib/timespec.h: Remove superfluous warning to include config.h.
50139         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
50140         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
50141         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
50142         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
50143         config.h with HAVE_CONFIG_H.
50144
50145 2005-09-19  Jim Meyering  <jim@meyering.net>
50146
50147         * modules/pathmax (License): Change to LGPL.
50148
50149 2005-09-19  Derek Price  <derek@ximbiot.com>
50150
50151         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
50152
50153 2005-09-19  Bruno Haible  <bruno@clisp.org>
50154
50155         * gnulib-tool (import): Provide default for --tests-base.
50156
50157 2005-09-19  Bruno Haible  <bruno@clisp.org>
50158
50159         * doc/quote.texi: New file, extracted from gnulib.texi.
50160         * doc/ctime.texi: New file, extracted from gnulib.texi.
50161         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
50162         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
50163         * doc/gnulib.texi: Include them.
50164
50165 2005-09-18  Bruno Haible  <bruno@clisp.org>
50166
50167         Portability fix.
50168         * gnulib-tool (func_readlink): New function.
50169         (func_ln_if_changed): Use it.
50170
50171 2005-09-18  Bruno Haible  <bruno@clisp.org>
50172
50173         * gnulib-tool: Support --with-tests also with --import.
50174         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
50175         (func_import): Use variables $testsbase and $inctests. Emit a
50176         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
50177         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
50178         SUBDIRS += $testsdir.
50179         (func_create_testdir): Update.
50180
50181 2005-09-18  Bruno Haible  <bruno@clisp.org>
50182
50183         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
50184         instead of $dry_run.
50185         (func_cp_if_changed, func_mv_if_changed): Remove functions.
50186         (func_ln_if_changed): Don't handle dry-run here.
50187         (func_import): In dry-run mode, detect more precisely which actions
50188         would be performed, and don't use "...ing" verbs.
50189
50190 2005-09-18  Bruno Haible  <bruno@clisp.org>
50191
50192         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
50193         (func_import): Use join on two temporary files instead of three nested
50194         loops, in order to determine which files are new or old.
50195
50196 2005-09-18  Bruno Haible  <bruno@clisp.org>
50197
50198         * gnulib-tool (func_import): Comment out code that spits out the
50199         new files with --dry-run.
50200
50201 2005-09-18  Bruno Haible  <bruno@clisp.org>
50202
50203         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
50204
50205 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
50206
50207         * lib/stat-time.h: New file.
50208         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
50209         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
50210         in a different way.
50211         (timespec_cmp): New function.
50212         * lib/utimecmp.c: Include stat-time.h.
50213         (SYSCALL_RESOLUTION): Depend on whether various struct stat
50214         members exist, not on the obsolescent ST_MTIM_NSEC.
50215         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
50216
50217 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
50218
50219         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
50220
50221 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
50222
50223         * MODULES.html.sh (File system functions): Add stat-time.
50224         * modules/stat-time: New file.
50225         * modules/timespec (Files): Remove m4/st_mtim.m4; this
50226         is now done in a different way, by the stat-time module.
50227         * modules/utimecmp (Depends-on): Add stat-time.
50228
50229 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
50230
50231         * m4/st_mtim.m4: Remove.  Superseded by...
50232         * m4/stat-time.m4: New file.
50233         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
50234         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
50235
50236 2005-09-15  Derek Price  <derek@ximbiot.com>
50237
50238         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
50239
50240 2005-09-15  Derek Price  <derek@ximbiot.com>
50241
50242         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
50243         * lib/regex_internal.c: Ditto, using this...
50244         (__GNUC_PREREQ): ...new macro.
50245         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
50246         using...
50247         (__GNUC_PREREQ): ...this new macro.
50248
50249         * lib/strstr.h: Include string.h. Define strstr as a macro here.
50250
50251 2005-09-15  Derek Price  <derek@ximbiot.com>
50252             Paul Eggert  <eggert@cs.ucla.edu>
50253
50254         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
50255         changes, consolidating in...
50256         * lib/regex_internal.h: ...this file.
50257
50258 2005-09-13  Jim Meyering  <jim@meyering.net>
50259
50260         * lib/canon-host.c: Filter through gnu indent and reword comments
50261         slightly.
50262         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
50263
50264 2005-09-13  Derek Price  <derek@ximbiot.com>
50265
50266         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
50267         failure.
50268         Reported by Jim Meyering  <jim@meyering.net>.
50269
50270 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
50271
50272         * lib/base64.c: Typo.
50273         (base64_encode): Put b64str in initialized data section.
50274
50275 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
50276
50277         Merge glibc and coreutils changes into gnulib, plus a few
50278         extra fixes.
50279         * lib/md5.c: Use #error rather than a string.
50280         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
50281         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
50282         (__attribute__): Define to empty for non recent-GCC.
50283         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
50284         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
50285         Renamed from their non-__ counterparts, with new macros replacing
50286         them if not _LIBC.  Add __THROW attribute.
50287         (rol): Remove.
50288         (struct md5_ctx): Align buffer if using GCC.
50289         * lib/sha1.h (struct sha1_ctx): Likewise.
50290         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
50291         The old name was backwards.
50292         (NOTSWAP): Remove; not used.
50293         (rol): New macro, moved here from md5.h.
50294         (sha1_process_block): Remove a FIXME that doesn't make sense.
50295
50296 2005-09-12  Derek Price  <derek@ximbiot.com>
50297
50298         Return usable errors from canon-host.
50299         * lib/canon-host.h: New file.
50300         * lib/canon-host.c (canon_host): Wrap...
50301         (canon_host_r): ...this new function, which now relies exclusively on
50302         getaddrinfo.
50303         (ch_strerror): New function.
50304         (last_cherror): New global.
50305         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
50306         interface.
50307         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
50308         void *.
50309         (freeaddrinfo): Free ai->ai_canonname when set.
50310
50311 2005-09-12  Derek Price  <derek@ximbiot.com>
50312
50313         Make canon-host require getaddrinfo.
50314         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
50315         AC_LIBSOURCE canon-host.h.  Call...
50316         (gl_PREREQ_CANON_HOST): ...this new function, which requires
50317         gl_GETADDRINFO.
50318         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
50319
50320 2005-09-12  Derek Price  <derek@ximbiot.com>
50321
50322         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
50323         LGPL.
50324         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
50325
50326 2005-09-12  Derek Price  <derek@ximbiot.com>
50327
50328         * lib/gai_strerror.c: Include config.h when available.  Include
50329         getaddrinfo.h before other headers to test interface.
50330         Reported by Larry Jones <lawrence.jones@ugs.com>.
50331
50332 2005-09-12  Derek Price  <derek@ximbiot.com>
50333             Paul Eggert  <eggert@cs.ucla.edu>
50334
50335         * modules/glob (Files): Add glob-libc.h.
50336
50337 2005-09-12  Derek Price  <derek@ximbiot.com>
50338             Paul Eggert  <eggert@cs.ucla.edu>
50339
50340         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
50341         glob_.h, glob-libc.h.
50342         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
50343
50344 2005-09-12  Derek Price  <derek@ximbiot.com>
50345             Paul Eggert  <eggert@cs.ucla.edu>
50346
50347         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
50348         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
50349         protecting things that should be done only in gnulib contexts.
50350         * lib/glob_.h: New file, containing only the glob things needed for
50351         gnulib.
50352         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
50353         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
50354         (glob, globfree, glob_pattern_p): Now defined simply in terms of
50355         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
50356         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
50357         and to respect the namespace rules better.
50358
50359 2005-09-08  Simon Josefsson  <jas@extundo.com>
50360
50361         * modules/socklen: New file.
50362
50363 2005-09-08  Simon Josefsson  <jas@extundo.com>
50364
50365         * m4/socklen.m4: New file.
50366
50367 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50368
50369         * modules/utimens (Files): Add m4/utimbuf.m4, since
50370         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
50371         Reported by Sergey Poznyakoff.
50372
50373 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50374
50375         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
50376         definitions, since that's the preferred style in glibc.
50377         Fix a minor spacing issue, and update copyright notice to match
50378         glibc's.
50379
50380 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50381
50382         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
50383
50384 2005-09-06  Simon Josefsson  <jas@extundo.com>
50385
50386         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
50387         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
50388
50389 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
50390
50391         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
50392         warning.
50393
50394 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
50395
50396         * config/srclist.txt: Add glibc bug 1302.
50397
50398 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
50399
50400         Change bitset word type from unsigned int to unsigned long int,
50401         as this has better performance on typical 64-bit hosts.
50402         Port bitset code to hosts with unusual word sizes.
50403         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
50404         (build_collating_symbol):
50405         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
50406         argument is a bitset.  This is merely a style issue, but it makes
50407         it clearer that an entire array is expected.
50408         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
50409         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
50410         Port to the case where bitset_word is not the same as unsigned int.
50411         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
50412         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
50413         Likewise.
50414         * lib/regexec.c (check_dst_limits_calc_pos_1,
50415         check_subexp_matching_top):
50416         (build_trtable, group_nodes_into_DFAstates):
50417         Likewise.
50418         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
50419         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
50420         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
50421         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
50422         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
50423         * lib/regcomp.c (optimize_subexps, lower_subexp):
50424         Work even if bitset_word has holes in its bitwise representation.
50425         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
50426         * lib/regexec.c (check_dst_limits_calc_pos_1,
50427         check_subexp_matching_top):
50428         Likewise.
50429         * lib/regex_internal.c (re_string_reconstruct):
50430         Don't assume UCHAR_MAX == 255.
50431         * lib/regex_internal.h (bitset_set_all): Likewise.
50432         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
50433         All uses changed.
50434         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
50435         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
50436         All uses changed.
50437         (BITSET_WORD_MAX): New macro.
50438         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
50439         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
50440         (bitset_empty, bitset_copy):
50441         Prefer sizeof (bitset) to multiplying it out ourselves.
50442         (bitset_not_merge): Remove; unused.
50443         (bitset_contain): Return bool, not unsigned int with one bit on.
50444         All callers changed.
50445         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
50446         alignment than re_node_set; do this by defining a new internal
50447         type struct dests_alloc and using it to allocate memory.
50448
50449 2005-09-05  Bruno Haible  <bruno@clisp.org>
50450
50451         * gnulib-tool (func_import): Fix comparison in handling of symbolic
50452         links.
50453
50454 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
50455
50456         * modules/size_max (Makefile.am): Add size_max.h
50457
50458 2005-09-04  Derek Price  <derek@ximbiot.com>
50459
50460         * gnulib-tool (func_import): Fix reversed $symbolic logic.
50461
50462 2005-09-03  Simon Josefsson  <jas@extundo.com>
50463
50464         * gnulib-tool: Fix typo.
50465
50466 2005-09-03  Simon Josefsson  <jas@extundo.com>
50467
50468         * config/srclist.txt: Add glibc bug 1293.
50469
50470 2005-09-03  Derek Price  <derek@ximbiot.com>
50471
50472         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
50473         From Larry Jones <lawrence.jones@ugs.com>.
50474
50475 2005-09-02  Simon Josefsson  <jas@extundo.com>
50476
50477         * modules/socklen: New file.
50478
50479 2005-09-02  Simon Josefsson  <jas@extundo.com>
50480
50481         * modules/havelib: New module.
50482
50483         * modules/gettext, modules/iconv, modules/lock, modules/readline:
50484         Use havelib.
50485
50486 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
50487
50488         Check for arithmetic overflow when calculating sizes, to prevent
50489         some buffer-overflow issues.  These patches are conservative, in the
50490         sense that when I couldn't determine whether an overflow was possible,
50491         I inserted a run-time check.
50492         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
50493         macros.
50494         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
50495         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
50496         (re_xnrealloc, re_x2nrealloc): New inline functions.
50497         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
50498         parse_bracket_exp):
50499         (build_equiv_class, build_charclass): Check for arithmetic overflow
50500         in size expression calculations.
50501         * lib/regex_internal.c (re_string_realloc_buffers):
50502         (build_wcs_upper_buffer, re_node_set_add_intersect):
50503         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
50504         (re_dfa_add_node, register_state): Likewise.
50505         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
50506         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
50507         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
50508         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
50509
50510 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
50511
50512         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
50513         m4/ulonglong.m4.  Problem reported by Martin Lambers.
50514
50515 2005-09-02  Bruno Haible  <bruno@clisp.org>
50516
50517         Support for lib vs. lib64 distinction on biarch platforms.
50518         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
50519         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
50520         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
50521
50522 2005-09-02  Bruno Haible  <bruno@clisp.org>
50523
50524         * gnulib-tool (import): In the other first-use case, provide defaults
50525         as well.
50526
50527 2005-09-02  Bruno Haible  <bruno@clisp.org>
50528
50529         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
50530         patches not yet found in the latest gettext release.
50531
50532 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
50533
50534         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
50535         to avoid a collision with bits/local_lim.h in glibc.
50536         All uses changed.  Problem reported by Dmitry V. Levin in
50537         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
50538
50539         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
50540         bugs in int versus size_t comparisons.
50541         (re_string_context_at): Fix bug where the code assumed that
50542         Idx is signed.
50543
50544         Use bool where appropriate.
50545         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
50546         All callers changed.
50547         (calc_eclosure_iter): Likewise, for ROOT arg.
50548         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
50549         (build_charclass_op): Likewise, for NON_MATCH arg.
50550         * lib/regex_internal.c (re_string_allocate, re_string_construct):
50551         (re_string_construct_common): Likewise, for ICASE arg.
50552         * lib/regexec.c (re_search_2_stub, re_search_stub):
50553         Likewise, for RET_LEN arg.
50554         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
50555         (set_regs): Likewise, for FL_BACKTRACK arg.
50556         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
50557         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
50558         (calc_eclosure_iter, parse_bracket_exp):
50559         Use bool for internal variables that are booleans.
50560         * lib/regexec.c (re_search_internal, check_matching,
50561         proceed_next_node):
50562         (set_regs, build_sifted_states, sift_states_bkref):
50563         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
50564         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
50565         (find_collation_sequence_value):
50566         Likewise.
50567         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
50568         (re_node_set_compare):
50569         Return bool, not int. All callers changed.
50570         * lib/regexec.c (check_halt_node_context, check_dst_limits):
50571         (build_trtable, check_node_accept): Likewise.
50572         * lib/regex_internal.h: Include stdbool.h.
50573
50574         Fix bugs uncovered when converting to bool.
50575         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
50576         failure instead of charging ahead blindly.
50577         * lib/regex_internal.c (register_state): Likewise.
50578         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
50579         for freeing internal storage.
50580         (group_nodes_into_DFA_states): Use unsigned int, not int, for
50581         bitset pieces used as boolean, to avoid undefined behavior
50582         on hosts that do int overflow checking.
50583
50584 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
50585
50586         * config/srclist.txt: Add glibc bugs 1285-1287.
50587
50588 2005-09-01  Jim Meyering  <jim@meyering.net>
50589
50590         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
50591         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
50592         Require gl_STAT_MACROS, too.
50593
50594 2005-09-01  Bruno Haible  <bruno@clisp.org>
50595
50596         * gnulib-tool (import): In the first-use case, provide defaults.
50597
50598 2005-09-01  Bruno Haible  <bruno@clisp.org>
50599
50600         * gnulib-tool (func_import): Remove the .tmp files.
50601
50602 2005-09-01  Bruno Haible  <bruno@clisp.org>
50603
50604         * gnulib-tool (func_import): Fix handling of symbolic links.
50605
50606 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50607
50608         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
50609         old glibc regex code mishandles strings longer than 2**31 bytes.
50610         This patch fixes this when the regex code is used in gnulib
50611         (i.e., outside glibc).
50612
50613         This patch should not affect the use of the regex code inside
50614         glibc.  No doubt this problem also needs to be handled for glibc
50615         as well, but the result will be an incompatible change to the
50616         glibc ABI, and the old ABI will have to be supported too.  That
50617         can be the the subject for another patch.
50618
50619         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
50620         governing whether the rest of this patch is active.  By default,
50621         the macro is disabled and the patch has no effect.
50622         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
50623         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
50624         (struct re_pattern_buffer, re_search, re_search_2, re_match):
50625         (re_match_2, re_set_registers): Use the new types.
50626         * lib/regex_internal.h (Idx, re_hashval_t): New types.
50627         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
50628         New macros.
50629         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
50630         (re_string_context_at, bin_tree_t, re_dfastate_t):
50631         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
50632         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
50633         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
50634         (re_string_char_size_at, re_string_wchar_at):
50635         (re_string_elem_size_at):
50636         Use the new types and macros to port to 64-bit hosts.
50637         Use unsigned types for internal values, so that the code
50638         mostly works even for arrays larger than SSIZE_MAX.
50639         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
50640         (search_duplicated_node, calc_eclosure_iter, fetch_number):
50641         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
50642         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
50643         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
50644         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
50645         (calc_inveclosure, parse_dup_op, build_range_exp):
50646         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
50647         (fetch_number, create_token_tree, mark_opt_subexp):
50648         Likewise.
50649         * lib/regex_internal.c (re_string_construct_common,
50650         create_ci_newstate):
50651         (create_cd_newstate, re_string_allocate, re_string_construct):
50652         (re_string_realloc_buffers, build_wcs_upper_buffer):
50653         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
50654         (re_string_reconstruct, re_string_peek_byte_case):
50655         (re_string_fetch_byte_case, re_string_context_at):
50656         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
50657         (re_node_set_init_copy, re_node_set_add_intersect):
50658         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
50659         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
50660         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
50661         (re_acquire_state, re_acquire_state_context, register_state):
50662         Likewise.
50663         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
50664         search_cur_bkref_entry):
50665         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
50666         (re_search_internal, re_search_2_stub, re_search_stub)
50667         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
50668         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
50669         (update_cur_sifted_state, check_dst_limits):
50670         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
50671         (check_subexp_limits, sift_states_bkref, merge_state_array):
50672         (check_subexp_matching_top, get_subexp, get_subexp_sub):
50673         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
50674         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
50675         (expand_bkref_cache, check_node_accept_bytes):
50676         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
50677         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
50678         (acquire_init_state_context, check_halt_node_context):
50679         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
50680         (sift_states_backward, clean_state_log_if_needed):
50681         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
50682         (find_recover_state, transit_state_sb, transit_state_mb):
50683         (transit_state_bkref, build_trtable, match_ctx_clean):
50684         Likewise.
50685         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
50686         to work around an assumption that REG_MISSING is negative.
50687
50688         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
50689         (seek_collating_symbol_entry) [defined _LIBC]:
50690         (lookup_collation_sequence_value) [defined _LIBC]:
50691         (build_range_exp, build_collating_symbol) [defined _LIBC]:
50692         Use prototypes rather than old-style function definitions.
50693         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
50694         (transit_state_sb) [0]:
50695         (find_collation_sequence_value) [defined _LIBC]: Likewise.
50696
50697         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
50698         rm_eo.
50699
50700         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
50701         (optimize_subexps, lower_subexp):
50702         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
50703         since the signed shift might overflow.  Use 1u<<31 instead.
50704         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
50705         Likewise.
50706         * lib/regexec.c (check_dst_limits_calc_pos_1,
50707         check_subexp_matching_top): Likewise.
50708
50709         * lib/regcomp.c (optimize_subexps, lower_subexp):
50710         Use CHAR_BIT rather than 8, for clarity.
50711         * lib/regexec.c (check_dst_limits_calc_pos_1):
50712         (check_subexp_matching_top): Likewise.
50713         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
50714         have to worry about portability issues when shifting it left.
50715         Remove no-longer-needed test for table_size > 0.
50716         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
50717         in a word, as the resulting behavior is undefined.
50718         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
50719         in one case, a <= should have been an <, and in another case the
50720         whole test was missing.
50721         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
50722         the standard name CHAR_BIT.
50723         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
50724         this is not true on one's complement and signed-magnitude hosts.
50725
50726         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
50727         next_last_offset.
50728         (struct re_dfa_t): Remove unused member states_alloc.
50729         * lib/regcomp.c (init_dfa): Don't initialize unused members.
50730
50731 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50732
50733         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
50734         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
50735         and large-file glibc and in 32-bit large-file Solaris.
50736
50737 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50738
50739         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
50740         lengths fit in regoff_t; this isn't true if regoff_t is the same
50741         width as size_t.
50742         * lib/regex.c (re_search_internal): 5th arg is LAST_START
50743         (= START + RANGE) instead of RANGE.  This avoids overflow
50744         problems when regoff_t is the same width as size_t.
50745         All callers changed.
50746         (re_search_2_stub): Check for overflow when adding the
50747         sizes of the two strings.
50748         (re_search_stub): Check for overflow when adding START
50749         to RANGE; if it occurs, substitute the extreme value.
50750
50751 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50752
50753         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
50754
50755 2005-08-31  Jim Meyering  <jim@meyering.net>
50756
50757         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
50758         a pointer-to-const.
50759         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
50760         (register_state): Likewise.
50761         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
50762         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
50763         (group_nodes_into_DFAstates): Likewise.
50764
50765 2005-08-31  Jim Meyering  <jim@meyering.net>
50766
50767         * check-module: Add a FIXME comment.
50768
50769 2005-08-31  Eric Blake  <ebb9@byu.net>
50770
50771         * modules/unistd-safer (Files): Add unistd--.h.
50772         * modules/stdio-safer (Files): Add stdio--.h.
50773
50774 2005-08-31  Derek Price  <derek@ximbiot.com>
50775
50776         * lib/getdelim.c (getdelim): Return EOF on EOF.
50777         Reported by Larry Jones <lawrence.jones@ugs.com>.
50778
50779 2005-08-31  Bruno Haible  <bruno@clisp.org>
50780
50781         Avoid unnecessary diffs in the generated lib/Makefile.am.
50782         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
50783         the generated files.
50784         (func_import): Don't set cmd.
50785
50786 2005-08-31  Bruno Haible  <bruno@clisp.org>
50787
50788         * lib/strstr.c: Include <stddef.h>, for NULL.
50789         * lib/strcasestr.c: Likewise.
50790         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
50791
50792 2005-08-31  Bruno Haible  <bruno@clisp.org>
50793
50794         * gnulib-tool: New option --macro-prefix.
50795         (func_import): Use macro_prefix.
50796         (import): Handle option --macro-prefix.
50797
50798 2005-08-31  Bruno Haible  <bruno@clisp.org>
50799
50800         * gnulib-tool (import): Rename most ac_* variables to cached_*.
50801         Also use new variables cached_lgpl, cached_libtool.
50802
50803 2005-08-31  Bruno Haible  <bruno@clisp.org>
50804
50805         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
50806         always instantiating them.
50807
50808 2005-08-31  Bruno Haible  <bruno@clisp.org>
50809
50810         * gnulib-tool (func_import): Read the previous cached settings
50811         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
50812         earlier added by gnulib but are now dropped. Warn when a gnulib file
50813         overwrites a non-gnulib file.
50814
50815 2005-08-31  Bruno Haible  <bruno@clisp.org>
50816
50817         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
50818         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
50819         projects that don't keep autogenerated files in CVS. Put into
50820         actioncmd only the specified modules, not the transitive closure.
50821
50822 2005-08-31  Bruno Haible  <bruno@clisp.org>
50823
50824         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
50825         Create directories that shall be filled.
50826         (import): Don't look for gl_* macros in configure.ac. Recurse across
50827         all directories containing a gnulib-cache.m4 files, if meaningful.
50828
50829 2005-08-31  Bruno Haible  <bruno@clisp.org>
50830
50831         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
50832         (import): Set seen_libtool when we see gl_LIBTOOL.
50833
50834 2005-08-31  Bruno Haible  <bruno@clisp.org>
50835
50836         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
50837         declaration macro definitions from generated gnulib.m4.
50838
50839 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
50840
50841         * lib/iconvme.h: Add prototype for iconv_alloc.
50842
50843 2005-08-29  Simon Josefsson  <jas@extundo.com>
50844
50845         * lib/iconvme.c: Fix errno.
50846
50847 2005-08-29  Bruno Haible  <bruno@clisp.org>
50848
50849         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
50850         that it works when the directory contains spaces.
50851
50852 2005-08-29  Bruno Haible  <bruno@clisp.org>
50853
50854         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
50855
50856 2005-08-29  Bruno Haible  <bruno@clisp.org>
50857
50858         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
50859         Emit more advice.
50860
50861 2005-08-29  Bruno Haible  <bruno@clisp.org>
50862         and Stepan Kasal  <kasal@ucw.cz>
50863
50864         * check-module: If more parameters are given, check each of them
50865         separately; add more exceptions, as noted by Jim Meyering.
50866         (check_module): New procedure.
50867         (%exempt_header): Now contains all exceptions.
50868
50869 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
50870
50871         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
50872
50873 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
50874
50875         * lib/iconvme.c: Split iconv_string into iconv_alloc.
50876
50877 2005-08-28  Bruno Haible  <bruno@clisp.org>
50878
50879         * m4/gnulib-tool.m4: New file.
50880
50881 2005-08-27  Jim Meyering  <jim@meyering.net>
50882
50883         * modules/unistd-safer (Files): Add pipe-safer.c.
50884         * modules/fcntl-safer (Files): Add creat-safer.c.
50885
50886 2005-08-27  Jim Meyering  <jim@meyering.net>
50887
50888         * m4/stdlib-safer.m4: New file.  From coreutils.
50889         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
50890         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
50891         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
50892         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
50893         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
50894
50895 2005-08-27  Jim Meyering  <jim@meyering.net>
50896
50897         * lib/fopen-safer.c: Merge minor changes from coreutils.
50898         * lib/dup-safer.c: Likewise.
50899         * lib/fd-safer.c: Likewise.
50900
50901         Merge from coreutils.
50902         * lib/stdio--.h: New file.
50903         * lib/stdlib--.h: New file.
50904         * lib/mkstemp-safer.c: New file.
50905
50906         GNU tar needs these.
50907         * lib/pipe-safer.c: New file.
50908         * lib/creat-safer.c: New file.
50909         * lib/fcntl--.h (creat): Define to creat_safer.
50910         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
50911         * lib/unistd--.h (pipe): Define to pipe_safer.
50912         * lib/unistd-safer.h: Declare pipe_safer.
50913
50914 2005-08-26  Simon Josefsson  <jas@extundo.com>
50915
50916         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
50917         Haible <bruno@clisp.org>.
50918
50919 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
50920
50921         * lib/regex_internal.h: Remove all references to
50922         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
50923         or better.
50924         (bitset_not, bitset_merge, bitset_not_merge):
50925         (bitset_mask, re_string_allocate, re_string_construct):
50926         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
50927         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
50928         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
50929         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
50930         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
50931         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
50932         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
50933         (re_acquire_state_context):
50934         Remove unnecessary forward decls.
50935         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
50936         Put __attribute at function definition,
50937         now that the function decl has been removed.
50938         * lib/regex_internal.c (re_string_peek_byte_case):
50939         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
50940         Likewise.
50941
50942 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
50943
50944         * m4/regex.m4: Add AC_PREREQ(2.50).
50945         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
50946
50947 2005-08-25  Simon Josefsson  <jas@extundo.com>
50948
50949         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
50950         __fsetlocking.
50951
50952 2005-08-25  Simon Josefsson  <jas@extundo.com>
50953
50954         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
50955         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
50956         GLIBC specific code.
50957
50958 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50959
50960         Make regex safe for g++.  This fixes one real bug (an "err"
50961         that should have been "*err").  g++ problem reported by
50962         Sam Steingold.
50963         * lib/regex_internal.h (re_calloc): New macro, consistent with
50964         re_malloc etc.  All callers of calloc changed to use re_calloc.
50965         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
50966         not int.  All callers changed.
50967         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
50968         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
50969         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
50970         (find_recover_state): Change "err" to "*err"; this fixes what
50971         appears to be a real bug.
50972         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
50973         versus int.
50974
50975 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50976
50977         * modules/regex (Depends-on): Add malloc, since the code
50978         assumes that !malloc(0) means failure.
50979
50980 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50981
50982         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
50983
50984         alloca modernization/simplification for regex.
50985         * lib/regex.c: Remove portability cruft for alloca.  This no longer
50986         needs to be at the start of the file, and can be moved into
50987         regex_internal.h and simplified.
50988         * lib/regex_internal.h: Include <alloca.h>.
50989         (__libc_use_alloca) [!defined _LIBC]: New macro.
50990         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
50991         now works outside glibc.
50992
50993 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50994
50995         * config/srclist.txt: Add glibc bugs 1241, 1245.
50996
50997 2005-08-25  Jim Meyering  <jim@meyering.net>
50998
50999         * lib/open-safer.c: Include <config.h>.
51000         Otherwise, we'd lose LARGEFILE support in any file using
51001         e.g. "fcntl--.h"
51002
51003 2005-08-25  Bruno Haible  <bruno@clisp.org>
51004
51005         * m4/minmax.m4: Require autoconf 2.52.
51006         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
51007         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
51008         alternatives of translit over the alphabet.
51009         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
51010
51011 2005-08-24  Simon Josefsson  <jas@extundo.com>
51012
51013         * tests/test-getpass.c: New file.
51014
51015 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
51016
51017         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
51018         for GNU regex features.
51019
51020 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
51021
51022         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
51023         * lib/regex.h (regerror): Likewise.
51024
51025         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
51026         requires this.  (The code never needed it.)
51027
51028         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
51029         All uses of recently-renamed identifiers changed to use the new,
51030         POSIX-compliant names.  The code will build and run just fine
51031         without these changes, but it's better to eat our own dog food
51032         and use the standard-conforming names.
51033
51034         * lib/regex.h: Fix a multitude of POSIX name space violations.
51035         These changes have an effect only for programs that define
51036         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
51037         do not change anything for programs compiled in the normal way.
51038         Also, there is no effect on the ABI.
51039
51040         (_REGEX_SOURCE): New macro.
51041         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
51042         defined and _GNU_SOURCE is not; this fixes a name space violation.
51043
51044         Rename the following macros to obey POSIX requirements.
51045         The old names are still visible as macros if _REGEX_SOURCE is defined.
51046         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
51047         RE_BACKSLASH_ESCAPE_IN_LISTS.
51048         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
51049         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
51050         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
51051         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
51052         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
51053         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
51054         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
51055         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
51056         (REG_INTERVALS): renamed from RE_INTERVALS.
51057         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
51058         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
51059         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
51060         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
51061         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
51062         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
51063         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
51064         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
51065         RE_UNMATCHED_RIGHT_PAREN_ORD.
51066         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
51067         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
51068         (REG_DEBUG): renamed from RE_DEBUG.
51069         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
51070         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
51071         unusual, since we can't clash with the POSIX REG_ICASE.
51072         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
51073         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
51074         (REG_NO_SUB): renamed from RE_NO_SUB.
51075         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
51076         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
51077         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
51078         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
51079         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
51080         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
51081         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
51082         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
51083         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
51084         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
51085         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
51086         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
51087         RE_SYNTAX_POSIX_MINIMAL_BASIC.
51088         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
51089         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
51090         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
51091         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
51092         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
51093         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
51094         (REG_FIXED): Renamed from REGS_FIXED.
51095         (REG_NREGS): Renamed from RE_NREGS.
51096
51097         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
51098         of other REG_* macros, since POSIX says the user is allowed to
51099         #undef these macros selectively.
51100
51101         (reg_errcode_t): Update comment stating what other tables need
51102         to be consistent.
51103
51104         Rename the following enum values to obey POSIX requirements.
51105         The old names are still visible as macros.
51106         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
51107         is not defined, since GNU is supposed to be a superset of POSIX as
51108         much as possible, and since we want reg_errcode_t to be a signed
51109         type for implementation consistency.
51110         (_REG_NOERROR): Renamed from REG_NOERROR.
51111         (_REG_NOMATCH): Renamed from REG_NOMATCH.
51112         (_REG_BADPAT): Renamed from REG_BADPAT.
51113         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
51114         (_REG_ECTYPE): Renamed from REG_ECTYPE.
51115         (_REG_EESCAPE): Renamed from REG_EESCAPE.
51116         (_REG_ESUBREG): Renamed from REG_ESUBREG.
51117         (_REG_EBRACK): Renamed from REG_EBRACK.
51118         (_REG_EPAREN): Renamed from REG_EPAREN.
51119         (_REG_EBRACE): Renamed from REG_EBRACE.
51120         (_REG_BADBR): Renamed from REG_BADBR.
51121         (_REG_ERANGE): Renamed from REG_ERANGE.
51122         (_REG_ESPACE): Renamed from REG_ESPACE.
51123         (_REG_BADRPT): Renamed from REG_BADRPT.
51124         (_REG_EEND): Renamed from REG_EEND.
51125         (_REG_ESIZE): Renamed from REG_ESIZE.
51126         (_REG_ERPAREN): Renamed from REG_ERPAREN.
51127         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
51128         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
51129         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
51130         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
51131
51132         (_REG_RE_NAME, _REG_RM_NAME): New macros.
51133         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
51134         changed.  But support the old name if the new one is not defined
51135         and if _REGEX_SOURCE.
51136
51137         Change the following member names in struct re_pattern_buffer.
51138         The old names are still supported if !_REGEX_SOURCE.
51139         The new names are always supported, regardless of _REGEX_SOURCE.
51140         (re_buffer): Renamed from buffer.
51141         (re_allocated): Renamed from allocated.
51142         (re_used): Renamed from used.
51143         (re_syntax): Renamed from syntax.
51144         (re_fastmap): Renamed from fastmap.
51145         (re_translate): Renamed from translate.
51146         (re_can_be_null): Renamed from can_be_null.
51147         (re_regs_allocated): Renamed from regs_allocated.
51148         (re_fastmap_accurate): Renamed from fastmap_accurate.
51149         (re_no_sub): Renamed from no_sub.
51150         (re_not_bol): Renamed from not_bol.
51151         (re_not_eol): Renamed from not_eol.
51152         (re_newline_anchor): Renamed from newline_anchor.
51153
51154         Change the following member names in struct re_registers.
51155         The old names are still supported if !_REGEX_SOURCE.
51156         The new names are always supported, regardless of _REGEX_SOURCE.
51157         (rm_num_regs): Renamed from num_regs.
51158         (rm_start): Renamed from start.
51159         (rm_end): Renamed from end.
51160
51161         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
51162         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
51163         Prepend __ to parameter names.
51164
51165         Undo yesterday's changes.
51166
51167 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
51168
51169         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
51170         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
51171         lib/regex.c.
51172
51173 2005-08-24  Jim Meyering  <jim@meyering.net>
51174
51175         Sync from coreutils.
51176         * m4/fcntl-safer.m4: New file.
51177
51178         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
51179         and object files for this module.
51180
51181 2005-08-24  Jim Meyering  <jim@meyering.net>
51182
51183         Sync from coreutils.
51184         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
51185
51186 2005-08-24  Jim Meyering  <jim@meyering.net>
51187
51188         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
51189         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
51190
51191 2005-08-24  Jim Meyering  <jim@meyering.net>
51192
51193         * modules/fcntl-safer: New module.
51194         * modules/fts (Depends-on): Add fcntl-safer.
51195         * MODULES.html.sh (File descriptor based Input/Output):
51196         Add fcntl-safer.
51197
51198 2005-08-24  Bruno Haible  <bruno@clisp.org>
51199
51200         Support for unit test modules.
51201         * modules/README: Mention tests modules.
51202         * modules/TEMPLATE-TESTS: New file.
51203         * gnulib-tool: New options --extract-tests-module, --with-tests and
51204         --tests-base (unused for the moment).
51205         (testsbase, inctests): New variables.
51206         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
51207         (func_verify_module): Exclude TEMPLATE-TESTS.
51208         (func_verify_nontests_module, func_verify_tests_module): New functions.
51209         (func_get_dependencies): Add implicit dependency for tests modules.
51210         (func_get_tests_module): New function.
51211         (func_modules_transitive_closure): When --with-tests was specified,
51212         include the unit tests as well, unless explicitly avoided.
51213         (func_emit_lib_Makefile_am): Ignore the tests modules here.
51214         (func_emit_tests_Makefile_am): New function.
51215         (func_create_testdir): When --with-tests was specified, emit a
51216         tests/ directory.
51217         * MODULES.html.sh (Future developments): Update.
51218
51219 2005-08-24  Bruno Haible  <bruno@clisp.org>
51220
51221         * modules/tls-tests: New file.
51222         * tests/test-tls.c: New file, from GNU gettext.
51223
51224 2005-08-24  Bruno Haible  <bruno@clisp.org>
51225
51226         * modules/lock-tests: New file.
51227         * tests/test-lock.c: New file, from GNU gettext.
51228
51229 2005-08-24  Bruno Haible  <bruno@clisp.org>
51230
51231         * lib/lock.h: Add multiple inclusion guard.
51232         * lib/tls.h: Add multiple inclusion guard.
51233
51234 2005-08-24  Bruno Haible  <bruno@clisp.org>
51235
51236         * gnulib-tool: Add support for the --aux-dir option to
51237         --create-testdir, --create-megatestdir, --test, --megatest.
51238         (func_create_testdir, func_create_megatestdir): Optionally emit a
51239         AC_CONFIG_AUX_DIR directive.
51240         (create-testdir, create-megatestdir, test, megatest): Provide a
51241         default value for $auxdir.
51242
51243 2005-08-24  Bruno Haible  <bruno@clisp.org>
51244
51245         * gnulib-tool (import): Use compound statement instead of subshell
51246         where possible.
51247
51248 2005-08-24  Bruno Haible  <bruno@clisp.org>
51249
51250         * gnulib-tool (import): Change --aux-dir default to "build-aux".
51251
51252 2005-08-24  Bruno Haible  <bruno@clisp.org>
51253
51254         * gnulib-tool (func_version): Update.
51255
51256 2005-08-24  Bruno Haible  <bruno@clisp.org>
51257
51258         * gnulib-tool (func_import, func_create_testdir,
51259         func_create_megatestdir): Quote all autoconf macro arguments.
51260
51261 2005-08-24  Bruno Haible  <bruno@clisp.org>
51262
51263         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
51264         option --force, because --force causes the aclocal.m4 of each
51265         subdirectory to be newer than the corresponding config.h.in.
51266
51267 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51268
51269         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
51270         All contents moved to gl_REGEX.
51271         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
51272         assume that it does.
51273
51274 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51275
51276         * lib/regex.h (REG_NOSYS)
51277         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
51278         Define, since POSIX requires it as of 2001.
51279         (_REG_ENOSYS)
51280         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
51281         New private symbol, used to keep the enum signed in all cases.
51282         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
51283         Youngman in
51284         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
51285
51286         * lib/regex_internal.c (re_string_skip_chars, register_state):
51287         (calc_state_hash):
51288         Remove forward decls; no longer needed now that we use prototypes.
51289         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
51290         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
51291         (clean_state_log_if_needed): Likewise.
51292
51293 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51294
51295         * config/srclist.txt: Add glibc bugs 1231-1233.
51296
51297 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51298
51299         Fix problems reported by Sam Steingold in
51300         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
51301         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
51302         assumed that reg_errcode_t is a signed type, which is not
51303         necessarily true if _XOPEN_SOURCE is not defined.
51304         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
51305         since some compilers warn about it otherwise.
51306
51307 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51308
51309         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
51310         (init_word_char, create_initial_state, duplicate_node_closure):
51311         (fetch_token, peek_token_bracket, build_range_exp):
51312         (build_collating_symbol): Remove forward decls; no longer needed
51313         now that we use prototypes.
51314
51315         * lib/regcomp.c:
51316         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
51317         (re_compile_fastmap_iter, regcomp, regerror, regfree):
51318         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
51319         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
51320         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
51321         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
51322         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
51323         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
51324         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
51325         (build_range_exp, build_collating_symbol, parse_bracket_exp):
51326         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
51327         (build_charclass, build_charclass_op, fetch_number, create_tree):
51328         (create_token_tree, mark_opt_subexp, duplicate_tree):
51329         Use prototypes rather than old-style definitions.
51330
51331         * lib/regex_internal.c:
51332         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
51333         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
51334         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
51335         (re_string_reconstruct, re_string_peek_byte_case):
51336         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
51337         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
51338         (re_node_set_init_copy, re_node_set_add_intersect):
51339         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
51340         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
51341         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
51342         (re_acquire_state, re_acquire_state_context, register_state):
51343         (create_ci_newstate, create_cd_newstate, free_state):
51344         Likewise.
51345         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
51346         re_search_2):
51347         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
51348         (re_search_internal, prune_impossible_nodes):
51349         (acquire_init_state_context, check_matching, static):
51350         (check_halt_node_context, check_halt_state_context, proceed_next_node):
51351         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
51352         (update_regs, sift_states_backward, build_sifted_states):
51353         (clean_state_log_if_needed, merge_state_array):
51354         (update_cur_sifted_state, add_epsilon_src_nodes):
51355         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
51356         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
51357         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
51358         (find_recover_state, check_subexp_matching_top, transit_state_mb):
51359         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
51360         (check_arrival, check_arrival_add_next_nodes):
51361         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
51362         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
51363         (check_node_accept_bytes, check_node_accept, extend_buffers):
51364         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
51365         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
51366         (sift_ctx_init):
51367         Likewise.
51368
51369         * lib/regex_internal.h:
51370         (re_string_allocate, re_string_construct, re_string_reconstruct):
51371         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
51372         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
51373         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
51374         (re_string_context_at, re_string_peek_byte_case):
51375         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
51376         is defined, since we now use prototypes always.
51377
51378         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
51379         C89 or better.  All uses removed.
51380
51381 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51382
51383         * config/srclist.txt: Add glibc bugs 1220-1227.
51384
51385 2005-08-20  Jim Meyering  <jim@meyering.net>
51386
51387         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
51388         of unused local, dfa.
51389
51390 2005-08-20  Bruno Haible  <bruno@clisp.org>
51391
51392         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
51393
51394 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51395
51396         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
51397         (re_node_set_insert_last, re_dfa_add_node):
51398         Rename local variables to avoid GCC shadowing warnings.
51399
51400 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51401
51402         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
51403         [defined lint]: Suppress bogus uninitialized-variable warnings.
51404
51405         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
51406         and let the caller return REG_ESPACE if out of space.  This
51407         removes an uninitialied-variable warning with GCC 4.0.1, and also
51408         avoids taking the address of a local variable.  All callers
51409         changed.
51410
51411 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51412
51413         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
51414         $LIBCSRC/posix/regexec.c.
51415         Add glibc bug 1217 for regcomp.c.
51416
51417 2005-08-19  Jim Meyering  <jim@meyering.net>
51418
51419         * lib/regexec.c (proceed_next_node): Redo local variables to
51420         avoid GCC shadowing warnings.
51421
51422 2005-08-18  Bruno Haible  <bruno@clisp.org>
51423
51424         * lib/strstr.c (strstr): Fix return value in multibyte case.
51425         * lib/strcasestr.c (strcasestr): Likewise.
51426
51427 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
51428
51429         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
51430
51431 2005-08-17  Jim Meyering  <jim@meyering.net>
51432
51433         Make the %s format (seconds since the epoch) work for a negative
51434         number and when used with a zero-padded field width, e.g. %015s.
51435
51436         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
51437         label so that it precedes the code to set `digits'.  Otherwise,
51438         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
51439         print `00-22'.  Now, it prints `-0022', as it should.
51440
51441 2005-08-17  Bruno Haible  <bruno@clisp.org>
51442
51443         * modules/strstr (Files): Add m4/mbrtowc.m4.
51444         (Depends-on): Add mbuiter.
51445
51446 2005-08-17  Bruno Haible  <bruno@clisp.org>
51447
51448         * modules/strcasestr: New file.
51449         * MODULES.html.sh (String handling, based on ANSI C 89): Add
51450         strcasestr.
51451
51452 2005-08-17  Bruno Haible  <bruno@clisp.org>
51453
51454         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
51455
51456 2005-08-17  Bruno Haible  <bruno@clisp.org>
51457
51458         * modules/mbuiter: New file.
51459         * MODULES.html.sh (Extended multibyte and wide character utilities):
51460         Add mbuiter.
51461
51462 2005-08-17  Bruno Haible  <bruno@clisp.org>
51463
51464         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
51465         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
51466
51467 2005-08-17  Bruno Haible  <bruno@clisp.org>
51468
51469         * m4/strcasestr.m4: New file.
51470
51471 2005-08-17  Bruno Haible  <bruno@clisp.org>
51472
51473         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
51474         * lib/strstr.c: Completely rewritten, with multibyte locale support.
51475
51476 2005-08-17  Bruno Haible  <bruno@clisp.org>
51477
51478         * lib/strcasestr.h: New file.
51479         * lib/strcasestr.c: New file.
51480
51481 2005-08-17  Bruno Haible  <bruno@clisp.org>
51482
51483         * lib/strcasecmp.c: Use mbuiter.h.
51484
51485 2005-08-17  Bruno Haible  <bruno@clisp.org>
51486
51487         * lib/mbuiter.h: New file.
51488
51489 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
51490
51491         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
51492         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
51493         and gl_GETOPT are both invoked via different paths (as happens
51494         with GNU tar CVS because it uses both argp and getopt), the former
51495         wins.
51496
51497 2005-08-16  Bruno Haible  <bruno@clisp.org>
51498
51499         * modules/tls: New file.
51500         * MODULES.html.sh (Multithreading): Add tls.
51501
51502 2005-08-16  Bruno Haible  <bruno@clisp.org>
51503
51504         * modules/strnlen1: New file.
51505         * MODULES.html.sh (String handling): Add strnlen1.
51506
51507 2005-08-16  Bruno Haible  <bruno@clisp.org>
51508
51509         * modules/strcase (Files): Add m4/mbrtowc.m4.
51510         (Depends-on): Add strnlen1, mbchar.
51511
51512 2005-08-16  Bruno Haible  <bruno@clisp.org>
51513
51514         * modules/mbiter: New file.
51515         * MODULES.html.sh (Extended multibyte and wide character utilities):
51516         Add mbiter.
51517
51518 2005-08-16  Bruno Haible  <bruno@clisp.org>
51519
51520         * modules/mbfile: New file.
51521         * MODULES.html.sh (Extended multibyte and wide character utilities):
51522         Add mbfile.
51523
51524 2005-08-16  Bruno Haible  <bruno@clisp.org>
51525
51526         * modules/mbchar: New file.
51527         * MODULES.html.sh (Extended multibyte and wide character utilities):
51528         New section.
51529
51530 2005-08-16  Bruno Haible  <bruno@clisp.org>
51531
51532         * m4/tls.m4: New file, from GNU gettext.
51533
51534 2005-08-16  Bruno Haible  <bruno@clisp.org>
51535
51536         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
51537         always.
51538         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
51539
51540 2005-08-16  Bruno Haible  <bruno@clisp.org>
51541
51542         * m4/mbiter.m4: New file.
51543
51544 2005-08-16  Bruno Haible  <bruno@clisp.org>
51545
51546         * m4/mbfile.m4: New file.
51547
51548 2005-08-16  Bruno Haible  <bruno@clisp.org>
51549
51550         * m4/mbchar.m4: New file.
51551
51552 2005-08-16  Bruno Haible  <bruno@clisp.org>
51553
51554         * lib/tls.h: New file, from GNU gettext.
51555         * lib/tls.c: New file, from GNU gettext.
51556
51557 2005-08-16  Bruno Haible  <bruno@clisp.org>
51558
51559         * lib/strnlen1.h: New file.
51560         * lib/strnlen1.c: New file.
51561
51562 2005-08-16  Bruno Haible  <bruno@clisp.org>
51563
51564         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
51565         (mbi_init): Update.
51566         (mbi_avail, mbi_advance): Let the iteration end before the terminating
51567         NUL byte, not after it.
51568
51569 2005-08-16  Bruno Haible  <bruno@clisp.org>
51570
51571         * lib/strcase.h (strcasecmp): Add note in comments.
51572         * lib/strncasecmp.c: Use code from strcasecmp.c.
51573         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
51574         (strcasecmp): Work correctly in multibyte locales.
51575
51576 2005-08-16  Bruno Haible  <bruno@clisp.org>
51577
51578         * lib/mbiter.h: New file.
51579
51580 2005-08-16  Bruno Haible  <bruno@clisp.org>
51581
51582         * lib/mbfile.h: New file.
51583
51584 2005-08-16  Bruno Haible  <bruno@clisp.org>
51585
51586         * lib/mbchar.h: New file.
51587         * lib/mbchar.c: New file.
51588
51589 2005-08-16  Bruno Haible  <bruno@clisp.org>
51590
51591         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
51592         the valid ones. Makes the comparison operations transitive:
51593         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
51594         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
51595
51596 2005-08-15  Simon Josefsson  <jas@extundo.com>
51597
51598         * modules/ssize_t (License): Change to 'unlimited'.
51599
51600         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
51601
51602 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
51603
51604         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
51605         Add comments for each pending glibc patch.
51606
51607 2005-08-15  Bruno Haible  <bruno@clisp.org>
51608
51609         * lib/regex.h (__restrict_arr): Don't define to __restrict if
51610         __cplusplus is defined.
51611
51612 2005-08-14  Jim Meyering  <jim@meyering.net>
51613
51614         Sync from coreutils.
51615
51616         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
51617         Use the hash-table-based cycle-detection code not just when
51618         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
51619         Reported by James Youngman in
51620         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
51621         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
51622         FTS_TIGHT_CYCLE_CHECK.
51623         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
51624         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
51625         once again.
51626         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
51627         * lib/fts.c (fd_safer): Remove decl.
51628         Include fcntl--.h rather than unistd-safer.h
51629         (fts_safe_changedir): Don't call fd_safer; no longer needed
51630         now that we include fcntl--.h.
51631
51632 2005-08-12  Simon Josefsson  <jas@extundo.com>
51633
51634         * modules/getndelim2: Use ssize_t module.
51635         * modules/getnline: Likewise.
51636         * modules/safe-read: Likewise.
51637         * modules/xreadlink: Likewise.
51638
51639         * modules/ssize_t: New file.
51640
51641 2005-08-12  Simon Josefsson  <jas@extundo.com>
51642
51643         * m4/readline.m4: Look for termcap, curses or ncurses if required.
51644
51645 2005-08-12  Simon Josefsson  <jas@extundo.com>
51646
51647         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
51648         ssize_t.
51649
51650 2005-08-12  Simon Josefsson  <jas@extundo.com>
51651
51652         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
51653         readline, getdelim and check_version.
51654         (Support for systems lacking ISO C 99: Sizes of integer types):
51655         Add size_max.
51656
51657 2005-08-12  Bruno Haible  <bruno@clisp.org>
51658
51659         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
51660
51661 2005-08-11  Simon Josefsson  <jas@extundo.com>
51662
51663         * modules/readline: New file.
51664
51665         * modules/strnlen (Files): Add strnlen.h.
51666
51667 2005-08-11  Simon Josefsson  <jas@extundo.com>
51668
51669         * m4/readline.m4: New file.
51670
51671 2005-08-11  Simon Josefsson  <jas@extundo.com>
51672
51673         * lib/readline.h, readline.c: New file.
51674
51675 2005-08-11  Simon Josefsson  <jas@extundo.com>
51676
51677         * doc/gnulib.texi (Initial import, Finishing touches): Mention
51678         gl_AVOID.
51679
51680 2005-08-11  Bruno Haible  <bruno@clisp.org>
51681
51682         * lib/strnlen.h (strnlen): Change parameter name to match comment.
51683
51684 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
51685
51686         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
51687
51688 2005-08-10  Simon Josefsson  <jas@extundo.com>
51689
51690         * tests/test-iconvme.c: New file.
51691
51692 2005-08-10  Simon Josefsson  <jas@extundo.com>
51693
51694         * m4/strnlen.m4: New file.
51695
51696         * m4/strndup.m4: Don't check for strnlen declaration, done in
51697         strnlen.m4.
51698
51699 2005-08-10  Simon Josefsson  <jas@extundo.com>
51700
51701         * lib/strndup.c: Use strnlen.h.
51702
51703         * lib/strnlen.h: New file.
51704
51705 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
51706
51707         * README: Typos.
51708
51709 2005-08-02  Simon Josefsson  <jas@extundo.com>
51710
51711         * modules/readline: New file.
51712
51713 2005-08-02  Simon Josefsson  <jas@extundo.com>
51714
51715         * modules/getdelim: New file.
51716
51717         * modules/getline: Rewrite, don't use getndelim2.
51718
51719 2005-08-02  Simon Josefsson  <jas@extundo.com>
51720
51721         * m4/getline.m4: Separate out getdelim stuff into separate module.
51722
51723         * m4/getdelim.m4: New file.
51724
51725 2005-08-02  Simon Josefsson  <jas@extundo.com>
51726
51727         * lib/getline.h, getline.c: Rewrite.
51728
51729         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
51730
51731 2005-07-31  Bruno Haible  <bruno@clisp.org>
51732
51733         * lib/lock.h (gl_lock_initializer): New macro.
51734         (gl_lock_define_initialized): Use it.
51735         (gl_rwlock_initializer): New macro.
51736         (gl_rwlock_define_initialized): Use it.
51737         (gl_recursive_lock_initializer): New macro.
51738         (gl_recursive_lock_define_initialized): Use it.
51739
51740 2005-07-30  Karl Berry  <karl@gnu.org>
51741
51742         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
51743         Report from Ben Pfaff, regarding getopt.
51744
51745 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
51746
51747         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
51748         normal way.
51749         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
51750         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
51751         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
51752         (gl_GETOPT): Use the new macros.  Most of the implementation
51753         is moved to the new macros.  This is for programs like Emacs
51754         that don't want all the functionality of gl_GETOPT.
51755
51756 2005-07-26  Bruno Haible  <bruno@clisp.org>
51757
51758         * m4/lock.m4: Update from GNU gettext.
51759
51760 2005-07-26  Bruno Haible  <bruno@clisp.org>
51761
51762         * lib/lock.h: Update from GNU gettext.
51763         * lib/lock.c: Update from GNU gettext.
51764
51765 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
51766
51767         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
51768         obsolescent AC_TRY_RUN.  Include the default includes files, for
51769         'exit'.
51770
51771 2005-07-24  Bruno Haible  <bruno@clisp.org>
51772
51773         * modules/visibility: New file.
51774         * MODULES.html.sh (Misc): Add visibility.
51775
51776 2005-07-24  Bruno Haible  <bruno@clisp.org>
51777
51778         * m4/visibility.m4: New file.
51779
51780 2005-07-24  Bruno Haible  <bruno@clisp.org>
51781
51782         * doc/visibility.texi: New file.
51783
51784 2005-07-22  Bruno Haible  <bruno@clisp.org>
51785
51786         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
51787         $(ALLOCA_H), redundant through BUILT_SOURCES.
51788         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
51789         redundant through BUILT_SOURCES.
51790         * modules/byteswap (Makefile.am): Remove explicit dependency on
51791         $(BYTESWAP_H), redundant through BUILT_SOURCES.
51792         * modules/fnmatch (Makefile.am): Remove explicit dependency on
51793         $(FNMATCH_H), redundant through BUILT_SOURCES.
51794         * modules/getopt (Makefile.am): Remove explicit dependency on
51795         $(GETOPT_H), redundant through BUILT_SOURCES.
51796         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
51797         redundant through BUILT_SOURCES.
51798         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
51799         redundant through BUILT_SOURCES.
51800         * modules/stdbool (Makefile.am): Remove explicit dependency on
51801         $(STDBOOL_H), redundant through BUILT_SOURCES.
51802         * modules/stdint (Makefile.am): Remove explicit dependency on
51803         $(STDINT_H), redundant through BUILT_SOURCES.
51804         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
51805         Remove explicit dependency on $(SYSEXITS_H).
51806         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
51807
51808 2005-07-18  Simon Josefsson  <jas@extundo.com>
51809
51810         * lib/check-version.c (check_version): Accept identical versions too.
51811
51812 2005-07-18  Bruno Haible  <bruno@clisp.org>
51813
51814         * modules/lock: New file.
51815         * MODULES.html.sh (Multithreading): New section.
51816
51817 2005-07-18  Bruno Haible  <bruno@clisp.org>
51818
51819         * m4/lock.m4: New file, from GNU gettext.
51820
51821 2005-07-18  Bruno Haible  <bruno@clisp.org>
51822
51823         * lib/lock.h: New file, from GNU gettext.
51824         * lib/lock.c: New file, from GNU gettext.
51825
51826 2005-07-18  Bruno Haible  <bruno@clisp.org>
51827
51828         * lib/lock.h (gl_once_t): New type.
51829         (gl_once_define, gl_once): New macros.
51830         * lib/lock.c (fresh_once): New variable.
51831         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
51832         functions.
51833
51834 2005-07-16  Simon Josefsson  <jas@extundo.com>
51835
51836         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
51837         workaround, suggested by Bruno.
51838
51839 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
51840
51841         * modules/xalloc (Depends-on): Add xalloc-die.
51842         * modules/xvasprintf (Depends-on): Add xalloc-die.
51843
51844 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
51845
51846         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
51847         with a minor change.
51848
51849 2005-07-15  Bruno Haible  <bruno@clisp.org>
51850
51851         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
51852         When using lib/poll.c, define poll as rpl_poll.
51853
51854 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
51855
51856         * modules/argp (Depends-on): Remove unlocked-io.
51857
51858 2005-07-14  Derek Price  <derek@ximbiot.com>
51859
51860         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
51861         for glob symlink bug.
51862
51863 2005-07-14  Bruno Haible  <bruno@clisp.org>
51864
51865         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
51866         Instead, test for *_unlocked function declarations directly.
51867
51868 2005-07-11  Simon Josefsson  <jas@extundo.com>
51869
51870         * modules/size_max: New file.
51871
51872         * modules/xsize: Depend on size_max module for size_max.m4.
51873
51874 2005-07-11  Simon Josefsson  <jas@extundo.com>
51875
51876         * lib/size_max.h: New file.
51877
51878 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
51879
51880         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
51881         copyright symbol and the year.
51882         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
51883         (version_etc_va): Use parameterized copyright notice.
51884         Reword to conform to the current GNU coding standards.
51885
51886 2005-07-11  Karl Berry  <karl@gnu.org>
51887
51888         * doc/gnulib.texi (Quoting): new node.
51889         (Initial import): more info, from Patrice.
51890
51891 2005-07-11  Bruno Haible  <bruno@clisp.org>
51892
51893         * gnulib-tool (func_usage): Document option --avoid.
51894         (Command line options): Handle --avoid.
51895         (func_acceptable): New function.
51896         (func_modules_transitive_closure): Use it.
51897
51898 2005-07-11  Bruno Haible  <bruno@clisp.org>
51899
51900         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
51901         Reported by Jim Meyering.
51902
51903 2005-07-10  Bruno Haible  <bruno@clisp.org>
51904
51905         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
51906         Needed when size_t is smaller than 'unsigned int'.
51907         Reported by Paul Eggert.
51908
51909 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
51910
51911         * modules/argp (Depends-on): Add unlocked-io
51912
51913 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
51914
51915         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
51916         block of defines.
51917
51918 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
51919
51920         * config/srclist.txt: Comment out regcomp.c, since we have a porting
51921         fix now.
51922
51923 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
51924         and Paul Eggert  <eggert@cs.ucla.edu>
51925
51926         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
51927         in wint_t, not wchar_t.  Remove now-unnecessary cast.
51928
51929 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51930
51931         * modules/regex (Files): Add lib/regex_internal.c,
51932         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
51933         (Depends-on): Add extensions.
51934         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
51935
51936 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51937
51938         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
51939         pathconf.
51940         * m4/same.m4 (gl_SAME): Likewise.
51941         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
51942
51943         * m4/regex.m4: Adjust to new libc regex implementation.
51944         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
51945         all the .c and .h parts of (the new) regex.
51946         Quote the m4 stuff better.
51947         Check for RE_ICASE bug of old gnulib.
51948         Check for REG_STARTEND of recent libc.
51949         Rename local variables from jm_* to gl_*.
51950         Quote operand of "test -f".
51951         Say "recent enough" version of libc, not "version 2".
51952         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
51953         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
51954         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
51955         Remove check for btowc, isascii.
51956         Require AM_LANGINFO_CODESET.
51957
51958 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51959
51960         * lib/regex.c, regex.h: Sync from libc.
51961         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
51962         * lib/regexec.c:
51963         New files, synced from libc, except that regex_internal.h
51964         currently has a small porting fix.
51965
51966 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51967
51968         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
51969         regex_internal.c, regexec.c.
51970         Add regex_internal.h too, but as a comment, since the libc version
51971         is currently broken in gnulib mode.
51972
51973 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
51974
51975         Support programs like Emacs that use gnulib but not gettext.
51976         * MODULES.html.sh (Internationalization functions): Add gettext-h.
51977         * modules/gettext-h: New file.
51978         * modules/gettext (Files): Remove lib/gettext.h.
51979         (Depends-on): Add gettext-h.
51980         (Makefile.am): Remove lib_SOURCES.
51981         * modules/argmatch, modules/c-stack, modules/closeout:
51982         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
51983         * modules/execute, modules/file-type, modules/getaddrinfo:
51984         * modules/getopt, modules/human, modules/javacomp:
51985         * modules/javaexec, modules/mkdir-p, modules/obstack:
51986         * modules/openat, modules/pagealign_alloc, modules/pipe:
51987         * modules/quotearg, modules/regex, modules/rpmatch:
51988         * modules/unicodeio, modules/userspec, modules/version-etc:
51989         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
51990         * modules/xsetenv:
51991         Depend on gettext-h, not gettext.
51992
51993 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
51994
51995         * gnulib-tool (func_import): Add support for 'public domain' license.
51996         * modules/alloca, modules/atexit, modules/memmove:
51997         Now public domain, not GPL.
51998         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
51999         * modules/realloc, modules/strerror, modules/strtod:
52000         Now LGPL, not GPL.
52001
52002 2005-07-05  Bruno Haible  <bruno@clisp.org>
52003
52004         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
52005         autoconf CVS. Needed for mingw.
52006
52007 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
52008
52009         Remove the dependency of the strftime module on the tzset module.
52010         * modules/strftime (Depends-on): Remove dependency on tzset.
52011
52012 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
52013
52014         Remove the dependency of the strftime module on the tzset module.
52015         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
52016         gl_FUNC_TZSET_CLOBBER.
52017
52018 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
52019
52020         Remove the dependency of the strftime module on the tzset module.
52021         * lib/strftime.c (my_strftime)
52022         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
52023         Copy the input structure, to work around some of the bug with
52024         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
52025         Solaris releases, you should also use the tzset module, but we won't
52026         require it as a dependency any more since we don't want LGPLed code
52027         to depend on GPLed code.
52028
52029 2005-07-02  Jim Meyering  <jim@meyering.net>
52030
52031         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
52032         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
52033         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
52034         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
52035
52036 2005-07-02  Jim Meyering  <jim@meyering.net>
52037
52038         * lib/backupfile.c (backup_args): Change a `0' to NULL.
52039
52040 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
52041
52042         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
52043         declares only 'struct timespec;' (!).
52044
52045 2005-07-01  Jim Meyering  <jim@meyering.net>
52046
52047         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
52048         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
52049         * lib/save-cwd.c, tempname.c:
52050         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
52051         and don't include <sys/file.h>).
52052
52053 2005-06-29  Jim Meyering  <jim@meyering.net>
52054
52055         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
52056         type name.  Use the variable name instead.
52057         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
52058         Likewise.
52059
52060 2005-06-28  Simon Josefsson  <jas@extundo.com>
52061
52062         * modules/check-version (Files): Add check-version.m4.
52063
52064 2005-06-28  Simon Josefsson  <jas@extundo.com>
52065
52066         * m4/check-version.m4: New file, suggested by Jim Meyering
52067         <jim@meyering.net>.
52068
52069 2005-06-28  Simon Josefsson  <jas@extundo.com>
52070
52071         * lib/check-version.h, lib/check-version.c: New files.
52072
52073 2005-06-28  Simon Josefsson  <jas@extundo.com>
52074
52075         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
52076         collision with global variable.  Better indentation.  Don't
52077         increment buffer pointer beyond buffer end.  Based on comments
52078         from Paul Eggert <eggert@cs.ucla.edu>.
52079
52080         * lib/base64.h: Indent.
52081
52082 2005-06-28  Simon Josefsson  <jas@extundo.com>
52083
52084         * doc/gnulib.texi (Library version handling): New section.
52085
52086 2005-06-28  Jim Meyering  <jim@meyering.net>
52087
52088         * check-module (find_included_lib_files): Hard-code another
52089         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
52090         but modules/fts-lgpl (correctly) does not list those files.
52091
52092         * modules/canonicalize (Files): Add lib/pathmax.h.
52093
52094 2005-06-25  Simon Josefsson  <jas@extundo.com>
52095
52096         * modules/check-version: New file.
52097
52098 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
52099
52100         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
52101         initializer of struct addrinfo, as an indication that we don't
52102         care how many members the structure has.
52103
52104 2005-06-24  Derek Price  <derek@ximbiot.com>
52105         and Bruno Haible  <bruno@clisp.org>
52106
52107         Remove stat module & update lstat.
52108         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
52109         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
52110         * m4/stat.m4: Remove this file.
52111
52112 2005-06-24  Derek Price  <derek@ximbiot.com>
52113         and Bruno Haible  <bruno@clisp.org>
52114
52115         Remove stat module & update lstat.
52116         * lib/stat.c: Remove this file...
52117         (slash_aware_lstat): ...moving this content and its support...
52118         * lib/lstat.c (rpl_lstat): ...into here.
52119         * lib/lstat.h: New file.
52120
52121 2005-06-24  Derek Price  <derek@ximbiot.com>
52122         and Bruno Haible  <bruno@clisp.org>
52123
52124         Remove stat module & update lstat.
52125         * config/srclist.txt (libc sources): Remove stat.
52126
52127 2005-06-24  Derek Price  <derek@ximbiot.com>
52128         and Bruno Haible  <bruno@clisp.org>
52129
52130         Remove stat module & update lstat.
52131         * MODULES.html.sh (stat): Remove.
52132         * MODULES.html: Regenerated.
52133         * modules/lstat (Description): Correct function name.
52134         (Files): Add "lstat.h".
52135         (Depends-on): Remove stat, add xalloc, stat-macros.
52136         * modules/stat: Remove this file.
52137         (Include): Add "lstat.h", remove <sys/stat.h>.
52138
52139 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
52140
52141         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
52142         (ranged_convert): Don't save conversion in a temporary struct.
52143         This causes a warning with GCC 4.0.0, and anyway in the typical
52144         case it's not worth the extra 100 bytes or so of code.
52145         (ranged_convert, __mktime_internal): When calling a function via a
52146         pointer P, use P () rather than (*P) (), as we now assume C89 or
52147         better.
52148
52149 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
52150
52151         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
52152         "who -r" failed to give output.  Problem reported by Tim Waugh.
52153
52154         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
52155         (xcalloc): Use it to avoid needless tests.
52156         Problem reported by Jim Meyering.
52157
52158 2005-06-20  Derek Price  <derek@ximbiot.com>
52159
52160         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
52161         unnecessary for Autoconfs > 2.59c.
52162
52163 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52164
52165         * lib/argp.h (__option_is_short): Check upper limit of
52166         __key. Isprint() requires its argument to have the value
52167         of an unsigned char or EOF.
52168
52169 2005-06-16  Jim Meyering  <jim@meyering.net>
52170
52171         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
52172         when either N or S is zero.
52173
52174 2005-06-16  Derek Price  <derek@ximbiot.com>
52175
52176         * m4/bison.m4: Declare YACC & YFLAGS precious.
52177
52178 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
52179
52180         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
52181         multibyte string or pattern, fall back on unibyte matching.
52182         Problem reported by James Youngman.
52183
52184 2005-06-08  Bruno Haible  <bruno@clisp.org>
52185
52186         * modules/csharpcomp: New file.
52187         * MODULES.html.sh (C#): Add csharpcomp.
52188
52189 2005-06-08  Bruno Haible  <bruno@clisp.org>
52190
52191         * m4/csharpcomp.m4: New file, from GNU gettext.
52192
52193 2005-06-08  Bruno Haible  <bruno@clisp.org>
52194
52195         * lib/csharpcomp.h: New file, from GNU gettext.
52196         * lib/csharpcomp.c: New file, from GNU gettext.
52197         * lib/csharpcomp.sh.in: New file, from GNU gettext.
52198
52199 2005-06-08  Bruno Haible  <bruno@clisp.org>
52200
52201         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
52202         warning on mingw.
52203
52204 2005-06-07  Derek Price  <derek@ximbiot.com>
52205
52206         Sync from CVS.
52207         * lib/glob_.h: Indent nested #ifdef.
52208
52209 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52210
52211         Sync from coreutils.
52212         Use "file name" when talking about file names, instead of "filename"
52213         or "path", as per the GNU coding standards.
52214         * lib/mkdir-p.c: Renamed from makepath.c.
52215         (make_dir_parents): Renamed from make_path.  All callers changed.
52216         * lib/mkdir-p.h: Likewise.  All includers changed.
52217         * lib/filenamecat.c: Renamed from path-concat.c.
52218         (file_name_concat): Renamed from path_concat.  All callers changed.
52219         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
52220         * lib/filenamecat.h: Likewise.  All includers changed.
52221         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
52222         in comments or local variable names.
52223         * lib/basename.c: Likewise.
52224         * lib/canonicalize.c, canonicalize.h: Likewise.
52225         * lib/dirname.c, dirname.h: Likewise.
52226         * lib/euidaccess.c: Likewise.
52227         * lib/exclude.c: Likewise
52228         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
52229         * lib/fsusage.c, fsuage.h: Likewise.
52230         * lib/fts.c, fts_.h: Likewise.
52231         * lib/getcwd.c: Likewise.
52232         * lib/getloadavg.c: Likewise.
52233         * lib/mkstemp.c: Likewise.
52234         * lib/mountlist.c, mountlist.h: Likewise.
52235         * lib/openat.c, openat.h: Likewise.
52236         * lib/readlink-stub.c: Likewise.
52237         * lib/readutmp.c, readutmp.h: Likewise.
52238         * lib/rename.c: Likewise.
52239         * lib/rmdir.c: Likewise.
52240         * lib/same.c: Likewise.
52241         * lib/savedir.c: Likewise.
52242         * lib/stripslash.c: Likewise.
52243         * lib/tempname.c: Likewise.
52244         * lib/xreadlink.c: Likewise.
52245         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
52246         All uses changed.
52247         * lib/exclude.h: Likewise.
52248
52249         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
52250         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52251         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
52252         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52253         * lib/pathmax.h: Include <limits.h> unconditionally, since other
52254         files have been getting away with it for years (MORE/BSD 4.3
52255         is extinct now).
52256         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
52257         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52258
52259         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
52260         Define to 256, not 255, as per modern POSIX.
52261
52262 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52263
52264         Sync from coreutils.
52265         Use "file name" when talking about file names, instead of "filename"
52266         or "path", as per the GNU coding standards.
52267         * MODULES.html.sh: mkdir-p renamed from makepath.
52268         filenamecat renamed from path-concat.
52269         * modules/filenamecat: Renamed from modules/path-concat.
52270         (Files): filenamecat.h and filenamecat.c renamed from
52271         path-concat.h and path-concat.c.
52272         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
52273         (Include): filenamecat.h, not path-concat.h.
52274         * modules/mkdir-p: Renamed from modules/makepath.
52275         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
52276         makepath.c.
52277         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
52278         (Include): mkdir-p.h, not makepath.h.
52279
52280 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52281
52282         Sync from coreutils.
52283         * m4/mkdir-p.m4: Renamed from makepath.m4.
52284         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
52285         Rename files from makepath.c to mkdir-p.c, and from
52286         makepath.h to mkdir-p.h.
52287         * m4/filenamecat.m4: Renamed from path-concat.m4.
52288         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
52289         Rename files from path-concat.c to filenamecat.c,
52290         and from path-concat.h to filenamecat.h.
52291         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
52292         "file name" in local variables or comments.
52293         * m4/rename.m4: Likewise.
52294
52295 2005-06-01  Bruno Haible  <bruno@clisp.org>
52296
52297         * modules/csharpexec: New file.
52298         * MODULES.html.sh (C#): New section.
52299
52300 2005-06-01  Bruno Haible  <bruno@clisp.org>
52301
52302         * m4/csharp.m4: New file, from GNU gettext.
52303         * m4/csharpexec.m4: New file, from GNU gettext.
52304
52305 2005-06-01  Bruno Haible  <bruno@clisp.org>
52306
52307         * lib/csharpexec.h: New file, from GNU gettext.
52308         * lib/csharpexec.c: New file, from GNU gettext.
52309         * lib/csharpexec.sh.in: New file, from GNU gettext.
52310
52311 2005-05-31  Derek Price  <derek@ximbiot.com>
52312             Paul Eggert  <eggert@cs.ucla.edu>
52313
52314         Sync from cvs.
52315         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
52316
52317 2005-05-31  Derek Price  <derek@ximbiot.com>
52318             Paul Eggert  <eggert@cs.ucla.edu>
52319
52320         Sync from cvs.
52321         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
52322
52323 2005-05-29  Derek Price  <derek@ximbiot.com>
52324
52325         * config/srclist.txt (glob_.h, glob.c): Add these files.
52326
52327 2005-05-29  Derek Price  <derek@ximbiot.com>
52328
52329         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
52330         * modules/glob: New file.
52331         * modules/getlogin_r: Add link to POSIX spec in description.
52332
52333 2005-05-29  Derek Price  <derek@ximbiot.com>
52334             Paul Eggert  <eggert@cs.ucla.edu>
52335
52336         * m4/glob.m4: New file.
52337
52338 2005-05-29  Derek Price  <derek@ximbiot.com>
52339             Paul Eggert  <eggert@cs.ucla.edu>
52340
52341         * lib/glob_.h, lib/glob.c: New files.
52342
52343 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52344
52345         * modules/fts (Files): Remove m4/inttypes-pri.m4.
52346         * modules/fts-lgpl (Depends-on): Remove gettext.
52347
52348 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52349
52350         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
52351         and don't require gt_INTTYPES_PRI.
52352
52353 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52354
52355         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
52356
52357         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
52358         the configuration hassle isn't worth it.
52359         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
52360         (LONGEST_MODIFIER, PRIuMAX): Remove.
52361
52362 2005-05-27  Bruno Haible  <bruno@clisp.org>
52363
52364         * lib/getlogin_r.h: Remove second include of <stddef.h>.
52365
52366 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
52367
52368         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
52369         _POSIX_PTHREAD_SEMANTICS for Solaris.
52370
52371 2005-05-25  Derek Price  <derek@ximbiot.com>
52372
52373         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
52374
52375 2005-05-25  Derek Price  <derek@ximbiot.com>
52376             Paul Eggert  <eggert@cs.ucla.edu>
52377
52378         * modules/getlogin_r, m4/getlogin_r.m4: New files.
52379         * lib/getlogin_r.c, getlogin_r.h: New files.
52380
52381 2005-05-25  Bruno Haible  <bruno@clisp.org>
52382             Derek Price  <derek@ximbiot.com>
52383
52384         * lib/getlogin_r.h: Simplify API documentation.
52385
52386 2005-05-23  Derek Price  <derek@ximbiot.com>
52387
52388         * modules/minmax (Files): Add m4/minmax.m4.
52389         (configure.ac): Add gl_MINMAX.
52390
52391 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
52392
52393         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
52394         so that unistd-safer.h (GPL'ed code) need not be included.
52395
52396 2005-05-22  Bruno Haible  <bruno@clisp.org>
52397
52398         * m4/minmax.m4: New file.
52399         Based on a patch by Derek Price <derek@ximbiot.com>.
52400
52401 2005-05-22  Bruno Haible  <bruno@clisp.org>
52402
52403         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
52404         (INT64_MIN): Fix definition.
52405         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
52406
52407         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
52408         NEED_SIGNED_INT_TYPES.
52409
52410         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
52411         HAVE_SYSTEM_INTTYPES.
52412
52413 2005-05-22  Bruno Haible  <bruno@clisp.org>
52414
52415         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
52416         Also include <sys/param.h> if it defines MIN, MAX.
52417         Based on a patch by Derek Price <derek@ximbiot.com>.
52418
52419 2005-05-21  Jim Meyering  <jim@meyering.net>
52420
52421         * modules/fts (Files): Add m4/inttypes-pri.m4.
52422         (Depends-on): Add lstat and remove gettext.  Alphabetize.
52423
52424 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52425
52426         New fts module.
52427         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
52428         (setup_dir, free_dir): New functions.
52429         (enter_dir, leave_dir): Define trivial
52430         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
52431         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
52432         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
52433         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
52434         Move to fts-cycle.c.
52435         (fts_open): Use setup_dir.
52436         (fts_close): Use free_dir.
52437         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
52438         This adds a label and some gotos, but the alternatives were messier.
52439         Check for memory allocation failure when entering a dir.
52440         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
52441         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
52442         (FTS): New member fts_cycle, that is a union that contains the
52443         old active_dir_ht and cycle_state.  All uses changed to mention
52444         fts_cycle.ht and fts_cycle.state.
52445         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
52446         fts.c, with the following changes:
52447         (setup_dir, free_dir): New functions.
52448         (enter_dir): Now returns bool.  Return true if successful, false
52449         if memory exhausted.  All callers changed.
52450         Do not bother partly cleaning up on
52451         memory allocation failure; that is free_dir's job.
52452         However, free ad if hash_insert fails, to avoid memory leak.
52453         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
52454         fts->fts_options to see which union member to use.
52455
52456 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52457
52458         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
52459         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
52460
52461 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52462
52463         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
52464
52465 2005-05-20  Jim Meyering  <jim@meyering.net>
52466
52467         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
52468         Now a macro, to pacify GCC.
52469
52470 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
52471
52472         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
52473         of -1.
52474
52475 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
52476
52477         * lib/chown.c (rpl_chown): Return -1 on failure.
52478
52479 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
52480
52481         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
52482         Don't check for stddef.h.
52483         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
52484         don't use its results.
52485         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
52486         since we include them unconditionally.  Don't require
52487         AM_STDBOOL_H, since stdbool is a prerequisite.
52488         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
52489         since we assume C89 or better.
52490         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
52491         as we don't use their results.
52492         Don't check for fchdir, memmove, memset, strrchr, as we use
52493         them unconditionally.
52494         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
52495         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
52496
52497 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
52498
52499         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
52500         Include <stddef.h> unconditionally, since we assume C89 now.
52501         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
52502         * lib/fts.c: Include fts_.h first, to check interface.
52503         Do not include intprops.h; no longer needed.
52504         Include cycle-check.h and hash.h, since fts_.h no longer does.
52505         Remove unnecessary casts of closedir to void.
52506         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
52507         decide whether to decrement nlinks.
52508         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
52509         (FTS): Use struct hash_table * instead of Hash_table, so that
52510         we no longer need to include hash.h here.
52511
52512 2005-05-18  Jim Meyering  <jim@meyering.net>
52513
52514         * modules/dirfd (License): Change to LGPL.  Most of the code
52515         is already in the public domain.
52516
52517 2005-05-18  Jim Meyering  <jim@meyering.net>
52518
52519         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
52520         Reported by Yoann Vandoorselaere.
52521
52522 2005-05-17  Jim Meyering  <jim@meyering.net>
52523
52524         * m4/fts.m4: New file, from coreutils.
52525
52526 2005-05-17  Jim Meyering  <jim@meyering.net>
52527
52528         * lib/fts.c, lib/fts_.h: New files, from coreutils.
52529
52530 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52531
52532         Sync from coreutils.
52533         * m4/unlinkdir.m4: New file.
52534
52535 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52536
52537         Sync from coreutils.
52538         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
52539         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
52540         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
52541         White space changes only.
52542         * lib/makepath.c (make_path): Port to hosts where leading "//" is
52543         special.
52544         * lib/yesno.c: Include getline.h, not ctype.h.
52545         (yesno): Don't remove leading white space; POSIX doesn't allow it.
52546         Use getline to remove arbitrary restriction on response length.
52547
52548 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52549
52550         * config/srclist-update: Spell out "Street" in FSF postal
52551         mail address; this is the style the FSF seems to prefer.
52552
52553         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
52554         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
52555         this updates FSF postal mail address.
52556
52557         Sync from coreutils.
52558         * modules/unlinkdir: New file.
52559         * modules/yesno (Depends-on): Add getline.
52560         * MODULES.html.sh (File system functions): Add unlinkdir.
52561
52562 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52563
52564         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
52565         lib/strsep.h:
52566         Change the initial comment to refer to GPL, not LGPL.
52567         gnulib-tool will change it to LGPL as needed.
52568
52569         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
52570         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
52571         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
52572         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
52573         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
52574         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
52575         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
52576         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
52577         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
52578         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
52579         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
52580         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
52581         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
52582         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
52583         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
52584         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
52585         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
52586         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
52587         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
52588         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
52589         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
52590         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
52591         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
52592         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
52593         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
52594         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
52595         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
52596         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
52597         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
52598         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
52599         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
52600         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
52601         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
52602         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
52603         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
52604         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
52605         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
52606         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
52607         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
52608         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
52609         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
52610         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
52611         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
52612         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
52613         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
52614         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
52615         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
52616         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
52617         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
52618         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
52619         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
52620         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
52621         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
52622         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
52623         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
52624         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
52625         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
52626         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
52627         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
52628         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
52629         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
52630         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
52631         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
52632         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
52633         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
52634         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
52635         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
52636         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
52637         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
52638         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
52639         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
52640         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
52641         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
52642         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
52643         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
52644         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
52645         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
52646         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
52647         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
52648         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
52649         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
52650         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
52651         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
52652         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
52653         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
52654         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
52655         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
52656         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
52657         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
52658         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
52659         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
52660         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
52661         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
52662         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
52663         lib/yesno.c, lib/yesno.h:
52664         Update FSF postal mail address.
52665
52666 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52667
52668         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
52669         tests/test-memmem.c, tests/test-stpncpy.c:
52670         Update FSF postal mail address.
52671
52672 2005-05-13  Bruno Haible  <bruno@clisp.org>
52673
52674         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
52675         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
52676         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
52677         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
52678         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
52679         Add support for 64-bit integers in the MSVC compiler.
52680
52681 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52682
52683         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
52684
52685 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
52686
52687         * gnulib-tool (func_import): Sort and uniquify recommended includes.
52688
52689 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
52690
52691         * doc/getdate.texi (General date syntax): Don't say that date
52692         date --iso-8601=ns generates acceptable dates; it doesn't yet.
52693         Problem reported by Nic Ferrier.
52694
52695 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52696
52697         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
52698         specified in ai_socktype. Fix invalid ai_protocol
52699         check. ai_protocol is usually set to 0 or depending on
52700         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
52701         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
52702         ai_socktype / ai_protocol in the returned addrinfo structure.
52703
52704 2005-05-10  Simon Josefsson  <jas@extundo.com>
52705
52706         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
52707         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
52708
52709 2005-05-10  Karl Berry  <karl@gnu.org>
52710
52711         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
52712         (from http://www.gnu.org/licenses).
52713         * doc/COPYING.LIB: also rename to COPYING.LESSER.
52714         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
52715         fdl.texi suffices.
52716
52717 2005-05-10  Karl Berry  <karl@gnu.org>
52718
52719         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
52720         (COPYING.DOC): remove.
52721
52722         * config/srclist-update: new FSF address.
52723
52724 2005-05-10  Derek Price  <derek@ximbiot.com>
52725
52726         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
52727         possible.
52728
52729 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52730             Bruno Haible  <bruno@clisp.org>
52731
52732         * modules/inet_ntop: New file.
52733         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52734         inet_ntop.
52735
52736 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52737             Bruno Haible  <bruno@clisp.org>
52738
52739         * m4/inet_ntop.m4: New file.
52740
52741 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52742             Bruno Haible  <bruno@clisp.org>
52743
52744         * lib/inet_ntop.h: New file.
52745         * lib/inet_ntop.c: New file, from glibc with modifications.
52746
52747 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
52748
52749         * modules/time_r (License): Change to LGPL.
52750         * modules/extensions (License): Change to LGPL.  Actually,
52751         the license is more permissive than that, but currently gnulib-tool
52752         doesn't know how to handle more-permissive licenses.
52753
52754         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
52755         Problem reported by Dave Love.
52756
52757 2005-05-08  Jim Meyering  <jim@meyering.net>
52758
52759         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
52760         blank.
52761
52762 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
52763
52764         * modules/argmatch (Depends-on): Add stdbool.
52765         * modules/backupfile (Depends-on): Likewise.
52766         * modules/chdir-long (Depends-on): Likewise.
52767         * modules/closeout (Depends-on): Likewise.
52768         * modules/cycle-check (Depends-on): Likewise.
52769         * modules/dirname (Depends-on): Likewise.
52770         * modules/fnmatch (Depends-on): Likewise.
52771         * modules/fsusage (Depends-on): Likewise.
52772         * modules/fwriteerror (Depends-on): Likewise.
52773         * modules/getcwd (Depends-on): Likewise.
52774         * modules/getloadavg (Depends-on): Likewise.
52775         * modules/hard-locale (Depends-on): Likewise.
52776         * modules/makepath (Depends-on): Likewise.
52777         * modules/mountlist (Depends-on): Likewise.
52778         * modules/nanosleep (Depends-on): Likewise.
52779         * modules/posixtm (Depends-on): Likewise.
52780         * modules/quotearg (Depends-on): Likewise.
52781         * modules/readtokens (Depends-on): Likewise.
52782         * modules/readtokens0 (Depends-on): Likewise.
52783         * modules/readutmp (Depends-on): Likewise.
52784         * modules/save-cwd (Depends-on): Likewise.
52785         * modules/strftime (Depends-on): Likewise.
52786         * modules/userspec (Depends-on): Likewise.
52787         * modules/utimecmp (Depends-on): Likewise.
52788         * modules/xgetcwd (Depends-on): Likewise.
52789         * modules/xnanosleep (Depends-on): Likewise.
52790         * modules/xstrtod (Depends-on): Likewise.
52791         * modules/yesno (Depends-on): Likewise.
52792
52793 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
52794
52795         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
52796         needless checks.
52797
52798 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52799
52800         Merge from coreutils.  Among other things,
52801         add bulletproofing for cases where stdin, stdout, or stderr are closed.
52802         * lib/fd-safer.c: New file.
52803         * lib/fcntl-safer.h, open-safer.c: Remove.
52804         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
52805         * lib/dup-safer.c: Include unistd-safer.h first.
52806         Don't include errno.h.
52807         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
52808         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
52809         * lib/file-type.c: Rely on file-type.h change.
52810         * lib/getloadavg.c: Include unistd-safer.h.
52811         (getloadavg): Use safer open.
52812         * lib/getusershell.c: Include "stdio-safer.h".
52813         (getusershell): Use safer fopen.
52814         * lib/long-options.c (long_options): Use NULL rather than 0.
52815         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
52816         'free'.
52817         * lib/modechange.c: Likewise.
52818         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
52819         (MODE_DONE): New constant.
52820         (struct mode_change): Remove 'next' member.
52821         (make_node_op_equals): New function; like the old one of the
52822         same name, except it allocates an array.
52823         (mode_compile, mode_create_from_ref): Use it.
52824         (mode_compile): Allocate result as an array, not a linked list.
52825         Parse octal string ourself, so that we catch mistakes like "+0".
52826         (mode_adjust): Arg is an array, not a linked list.
52827         * lib/modechange.c: Include stat-macros.h, xalloc.h.
52828         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
52829         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
52830         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
52831         Remove.  This is now stat-macros.h's job.
52832         (talloc): Remove.  All callers replaced by xalloc, so that
52833         our invokers don't have to worry about reporting memory failures.
52834         (make_node_op_equals): Remove.
52835         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
52836         New constants.
52837         (struct mode_change): Moved here from modechange.h.
52838         (mode_append_entry): Remove.
52839         (mode_compile): Remove MASKED_OPS arg, since it encouraged
52840         apps to have incorrect behavior.  Use simpler algorithm for head
52841         and tail.  Don't futz with umask; that's now the job of mode_adjust.
52842         Detect more invalid usages rather than having somewhat-random behavior.
52843         Don't insert an "a=" action, as that leads to incorrect behavior.
52844         (mode_compile, mode_create_from_ref): Return NULL on error instead
52845         of an enum, since now there's only one way to have an error.  All
52846         callers changed.
52847         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
52848         at the correct time.  Simplify calculation of "+u" and its ilk.
52849         Don't mishandle "+X".
52850         (mode_free): Remove "register" and localize decls.
52851         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
52852         (struct mode_change): Move to modechange.c; callers don't
52853         need to see this stuff.
52854         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
52855         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
52856         (mode_change, mode_adjust): Reflect the new signatures noted above.
52857         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
52858         that might redefine system include files.
52859         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
52860         (my_usleep): Use NULL rather than (void *) 0.
52861         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
52862         Use siginterrupt to specify that system calls should be interrupted.
52863         (rpl_nanosleep): Move initialization of suspended closer to call of
52864         my_usleep.
52865         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
52866         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
52867         (desirable_utmp_entry): New function.
52868         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
52869         using x2nrealloc, to simplify logic.
52870         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
52871         size calculation.  Do not assume utmp file is a regular file.
52872         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
52873         (READ_UTMP_CHECK_PIDS): New constant.
52874         * lib/save-cwd.c: Include unistd-safer.h.
52875         (save_cwd): Use fd_safer.
52876         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
52877         [!_LIBC] Include "stat-macros.h" instead.
52878         * lib/unistd-safer.h (fd_safer): New decl.
52879
52880 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52881
52882         * modules/getloadavg (Depends-on): Add unistd-safer.
52883         * modules/getusershell (Depends-on): Add stdio-safer.
52884         * modules/lstat (Depends-on): Remove xalloc.
52885         * modules/mkstemp (Depends-on): Add stat-macros.
52886         * modules/modechange (Depends-on): Remove xstrtol.
52887         Add stat-macros, xalloc.
52888         * modules/save-cwd (Depends-on): Add unistd-safer.
52889         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
52890         * modules/unistd-safer (Files): Add lib/fd-safer.c
52891         (Makefile.am): Remove lib_SOURCES.
52892
52893         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
52894         Remove fcntl-safer; unistd-safer supersedes it.
52895
52896 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52897
52898         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
52899         AC_HEADER_STAT.
52900         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
52901         (gl_PREREQ_CHOWN): Remove.
52902         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
52903         it.  Don't require AC_HEADER_STAT.
52904         (gl_PREREQ_LSTAT): Remove.
52905         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
52906         Don't require AC_HEADER_STAT.
52907         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
52908         (gl_PREREQ_RMDIR): Remove.
52909         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
52910         mention stat-macros.h or AC_HEADER_STAT, since we'll make
52911         the stat-macros module a prerequisite.
52912         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
52913         * m4/filemode.m4 (gl_FILEMODE): Likewise.
52914         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
52915         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
52916         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
52917         variable names.
52918         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
52919         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
52920         variable prefixes.
52921         * m4/fcntl-safer.m4: Remove.
52922         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
52923         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
52924         Invoke gl_PREREQ_FD_SAFER.
52925         (gl_PREREQ_FD_SAFER): New macro.
52926         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
52927         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
52928         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
52929         Remove duplicate call to AC_LIBOBJ(readutmp).
52930         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
52931
52932         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
52933         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
52934
52935 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52936
52937         * MODULES.html.sh (Misc): Add byteswap.
52938
52939 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52940
52941         * modules/getcwd (Depends-on): Add extensions.
52942         * modules/openat (Depends-on): Likewise.
52943
52944 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52945
52946         * modules/byteswap: New file.
52947
52948 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52949
52950         * m4/byteswap.m4: New file.
52951
52952 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52953
52954         * lib/byteswap_.h: New file.
52955
52956 2005-04-25  Karl Berry  <karl@gnu.org>
52957
52958         * m4/gettext.m4: Update from GNU gettext 0.14.4.
52959
52960 2005-04-25  Albert Chin  <china@thewrittenword.com>
52961
52962         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
52963         Toolkit C bug.
52964
52965 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
52966
52967         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
52968         (func_ln_if_changed) Remove forcibly for no error message
52969         in case file does not exist.
52970
52971 2005-04-19  Simon Josefsson  <jas@extundo.com>
52972
52973         * gnulib-tool (Options): Make --symlink mean --symbolic.
52974
52975 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
52976
52977         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
52978
52979 2005-04-16  Simon Josefsson  <jas@extundo.com>
52980
52981         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
52982
52983 2005-04-15  Simon Josefsson  <jas@extundo.com>
52984
52985         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
52986
52987 2005-04-15  Simon Josefsson  <jas@extundo.com>
52988
52989         * gnulib-tool: Rename --symlink to --symbolic.
52990
52991 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
52992
52993         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
52994         symbolic links to files instead of copying/moving.  Add --aux-dir,
52995         specifying directory relative --dir where auxiliary build tools
52996         are placed.
52997
52998 2005-04-14  Bruno Haible  <bruno@clisp.org>
52999
53000         * modules/allocsa (License): Change to LGPL.
53001         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
53002
53003 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
53004
53005         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
53006         that "UTC +1 second" continues to work.  Problem reported
53007         by Dmitry V. Levin.
53008         (relunit_snumber): New rule.
53009         (relunit): Use it.
53010
53011 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
53012
53013         * lib/getdate.y (universal_time_zone_table): New constant.
53014         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
53015         universal_time_zone_table.
53016         (lookup_zone): Prefer universal_time_zone_table to
53017         local_time_zone_table, so that "GMT" time stamps are allowed in
53018         London during the summer.  Problem reported by Ian Abbott.
53019
53020 2005-04-12  Jim Meyering  <jim@meyering.net>
53021
53022         * lib/human.c (humblock): Set *options even when returning due to
53023         xstrtoumax conversion failure.  Thanks to a used-uninitialized
53024         warning from gcc-4.
53025
53026 2005-04-09  Jim Meyering  <jim@meyering.net>
53027
53028         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
53029         -Wuninitialized: initialize tm0.tm_year.
53030
53031 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
53032
53033         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
53034         count, since there's no maximum.  All uses changed.
53035         Add member dsts_seen.
53036         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
53037         not being INT_MAX.
53038         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
53039         Use pc_rels_seen to decide whther a date is absolute.
53040
53041         * lib/getdate.y (number): Don't overwrite year.
53042         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
53043         check.
53044
53045 2005-04-02  Simon Josefsson  <jas@extundo.com>
53046
53047         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
53048         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
53049
53050 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
53051
53052         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
53053         where no absolute path name can be longer than PATH_MAX.
53054
53055 2005-03-27  Jim Meyering  <jim@meyering.net>
53056
53057         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
53058
53059 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
53060
53061         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
53062         "one's complement" -> "ones' complement" in comment, as per Knuth.
53063         "value of type" -> "type or expression" in comment.
53064         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
53065
53066 2005-03-26  Jim Meyering  <jim@meyering.net>
53067
53068         Comment nits.
53069         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
53070         Correct typos: s/or/of/.
53071
53072 2005-03-26  Jim Meyering  <jim@meyering.net>
53073
53074         * modules/check-include-files: Move to ../ and rename to...
53075         * check-module: ...this.
53076
53077 2005-03-25  Jim Meyering  <jim@meyering.net>
53078
53079         * modules/xvasprintf (Files): Add xalloc.h.
53080
53081 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
53082
53083         * modules/gettext (Files): config/config.rpath ->
53084         build-aux/config.rpath
53085         * modules/iconv (Files): Likewise.
53086         Problem reported by Oskar Liljeblad.
53087
53088 2005-03-23  Jim Meyering  <jim@meyering.net>
53089
53090         * modules/check-include-files: New script to check for
53091         missing dependencies, multiple includes, etc.
53092
53093         * modules/c-strtold (Depends-on): Add xalloc.
53094         * modules/c-strtod (Depends-on): Add xalloc.
53095         * modules/hash (Depends-on): Add xalloc.
53096         (Files): Remove lib/xalloc.h.
53097
53098         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
53099         * modules/userspec (Files): Add lib/inttostr.h.
53100
53101 2005-03-23  Jim Meyering  <jim@meyering.net>
53102
53103         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
53104
53105 2005-03-22  Jim Meyering  <jim@meyering.net>
53106
53107         * modules/stat-macros: New module.
53108         * modules/canonicalize, modules/euidaccess, modules/file-type,
53109         * modules/filemode, modules/lchown, modules/makepath,
53110         * modules/rmdir, modules/stat: Depend on new stat-macros module
53111         rather than listing lib/stat-macros.h manually.
53112         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
53113
53114 2005-03-22  Jim Meyering  <jim@meyering.net>
53115
53116         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
53117
53118 2005-03-22  Bruno Haible  <bruno@clisp.org>
53119
53120         * config/srclist.txt: Replace target directory 'config' with
53121         'build-aux'.
53122         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
53123         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
53124         ../build-aux/.
53125
53126 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
53127
53128         * modules/chdir-long (Depends-on): Add mempcpy.
53129
53130         * modules/acl, modules/backupfile, modules/c-strtod,
53131         modules/c-strtold, modules/canon-host, modules/canonicalize,
53132         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
53133         modules/exclude, modules/exitfail, modules/file-type,
53134         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
53135         modules/getdate, modules/getline, modules/getpagesize,
53136         modules/getpass, modules/getugroups, modules/group-member,
53137         modules/hard-locale, modules/hash, modules/human, modules/idcache,
53138         modules/inttostr, modules/long-options, modules/makepath,
53139         modules/md5, modules/memcasecmp, modules/memcoll,
53140         modules/modechange, modules/mountlist, modules/path-concat,
53141         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
53142         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
53143         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
53144         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
53145         modules/strftime, modules/strndup, modules/strverscmp,
53146         modules/timespec, modules/unlocked-io, modules/userspec,
53147         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
53148         modules/yesno:
53149         Remove lib_SOURCES line from Makefile.am section, as this is now
53150         done automatically by the corresponding Autoconf macro.
53151
53152 2005-03-21  Jim Meyering  <jim@meyering.net>
53153
53154         Changes imported from coreutils.
53155
53156         * lib/cycle-check.c: Don't include xalloc.h.
53157
53158         * lib/path-concat.c: Don't include assert.h.
53159         (path_concat): Remove assertion that would have triggered
53160         for ABASE starting with more than one slash.
53161         Reported by Andreas Schwab.
53162
53163         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
53164         properly when ABASE is an absolute file name.
53165         Correct the description of this function.
53166         Include <assert.h>.
53167         Add an assertion and a test driver.
53168         This fixes a bug introduced on 2004-07-02.
53169         Andreas Schwab reported the resulting failure of cp --parents:
53170         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
53171
53172 2005-03-21  Jim Meyering  <jim@meyering.net>
53173
53174         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
53175         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
53176
53177 2005-03-21  Jim Meyering  <jim@meyering.net>
53178         and  Paul Eggert  <eggert@cs.ucla.edu>
53179
53180         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
53181         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
53182         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
53183         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
53184         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
53185         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
53186         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
53187         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
53188         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
53189         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
53190         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
53191         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
53192         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
53193         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
53194         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
53195         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
53196         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
53197         for these modules.
53198
53199 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
53200
53201         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
53202         (which shouldn't happen), generate nothing instead of returning 0
53203         immediately, so that nstrftime (NULL, ...) doesn't return 0.
53204
53205 2005-03-16  Bruno Haible  <bruno@clisp.org>
53206
53207         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
53208         HAVE_LONGLONG_64BIT.
53209
53210 2005-03-16  Bruno Haible  <bruno@clisp.org>
53211
53212         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
53213         HAVE_LONGLONG_64BIT.
53214
53215 2005-03-16  Bruno Haible  <bruno@clisp.org>
53216
53217         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
53218         HAVE_LONGLONG_64BIT.
53219
53220 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
53221
53222         * lib/strftime.c (my_strftime): Prepend space to format so that we can
53223         reliably distinguish strftime failure from empty output on POSIX
53224         hosts.
53225
53226 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
53227
53228         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
53229         (iconv_string): Don't guess a size-zero buffer, as that might cause
53230         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
53231         result would be 'too large', where 'too large' is (heuristically)
53232         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
53233         overflow concerns.  This will prevent some unwanted malloc failures
53234         when the inputs are very large.
53235
53236 2005-03-15  Karl Berry  <karl@gnu.org>
53237
53238         * config/srclist.txt (config.rpath): from gettext.
53239         * config/config.rpath: update.
53240
53241 2005-03-15  Bruno Haible  <bruno@clisp.org>
53242
53243         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
53244         to 'negate'.
53245
53246         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
53247         variable.
53248
53249         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
53250         results.
53251
53252 2005-03-14  Simon Josefsson  <jas@extundo.com>
53253
53254         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
53255         <fx@gnu.org>.
53256
53257 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
53258
53259         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
53260         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
53261         intprops.h.
53262         * lib/strtol.c: Likewise.
53263
53264 2005-03-14  Jim Meyering  <jim@meyering.net>
53265
53266         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
53267         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
53268         to be nonzero so that we (and caller) can detect the difference
53269         between a valid zero-length expansion and an error return, even
53270         when the underlying strftime fails before writing anything into
53271         that location.
53272
53273 2005-03-14  Bruno Haible  <bruno@clisp.org>
53274
53275         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
53276         Update from GNU gettext 0.14.3.
53277
53278 2005-03-10  Jim Meyering  <jim@meyering.net>
53279
53280         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
53281
53282 2005-03-10  Jim Meyering  <jim@meyering.net>
53283
53284         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
53285         so that this module works on systems without fchdir.
53286
53287 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
53288
53289         Factor int-properties macros into a single file, except for
53290         glibc-related files.
53291         * lib/intprops.h: New file.
53292         * lib/getloadavg.c: Include it instead of limits.h.
53293         (INT_STRLEN_BOUND): Remove.
53294         * lib/human.c: Include intprops.h.
53295         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
53296         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
53297         302/1000.
53298         * lib/inttostr.h: Include intprops.h instead of limits.h.
53299         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
53300         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
53301         for consistency with intprops.h.
53302         (time_t_is_integer, twos_complement_arithmetic): Use them.
53303         * lib/sig2str.h: Include <signal.h>, intprops.h.
53304         (INT_STRLEN_BOUND): Remove.
53305         * lib/strftime.c (TYPE_SIGNED): Remove.
53306         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
53307         * lib/strtol.c: Adjust comments to match intprops.h.
53308         * lib/userspec.c: Include intprops.h.
53309         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
53310         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
53311         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
53312         instead of rolling our own expressions.
53313         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
53314
53315         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
53316         instead of int.
53317         (my_strftime): Do not mishandle years close to INT_MAX, by doing
53318         the right thing even if adding 1900 would overflow.  Similarly
53319         for tm_mon + 1 and tm_yday + 1.
53320         Make %Y always equivalent to %C%y, and similarly for %G and %g.
53321         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
53322         (DO_SIGNED_NUMBER): New macro.
53323         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
53324
53325 2005-03-07  Bruno Haible  <bruno@clisp.org>
53326
53327         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
53328
53329 2005-03-07  Bruno Haible  <bruno@clisp.org>
53330
53331         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
53332
53333 2005-03-04  Derek R. Price  <derek@ximbiot.com>
53334
53335         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
53336         (func_import): Only replace files via --import when they have actually
53337         changed.
53338
53339 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53340
53341         * m4/mmap-anon.m4: New file.
53342         * m4/pagealign_alloc.m4: New file.
53343
53344 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53345             Bruno Haible  <bruno@clisp.org>
53346
53347         * modules/pagealign_alloc: New file.
53348         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
53349
53350 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53351             Bruno Haible  <bruno@clisp.org>
53352
53353         * lib/pagealign_alloc.h: New file.
53354         * lib/pagealign_alloc.c: New file.
53355
53356 2005-03-03  Bruno Haible  <bruno@clisp.org>
53357
53358         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
53359         Use an all-permissive copyright notice, recommended by RMS.
53360
53361 2005-03-02  Bruno Haible  <bruno@clisp.org>
53362
53363         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
53364         of AIX, the replacement has to be done only after <string.h> is
53365         included, therefore not in config.h. stpncpy.h does the replacement,
53366         and stpncpy.c uses it.
53367
53368 2005-03-02  Bruno Haible  <bruno@clisp.org>
53369
53370         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
53371         stpncpy.c uses it.
53372
53373 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53374
53375         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
53376         The workaround isn't strictly needed for POSIX conformance, and
53377         it's too much of a pain to configure and maintain.  We'll ask
53378         people to fix their kernels instead.
53379         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
53380         (NANOSLEEP_BUG_WORKAROUND): Remove.
53381         (xnanosleep): Remove the workaround.
53382
53383 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53384
53385         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
53386         Reported by Derek Price.
53387         (Include): Add "timespec.h".
53388
53389         * modules/xnanosleep (Depends-on): Remove gethrxtime.
53390
53391 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53392
53393         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
53394         to detect nanosleep bug.
53395
53396 2005-03-01  Bruno Haible  <bruno@clisp.org>
53397
53398         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
53399
53400 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
53401
53402         * modules/gethrxtime: New file.
53403         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
53404         (Depends-on): Add gethrxtime.
53405         (configure.ac): Add gl_XNANOSLEEP.
53406         (Makefile.am): Remove lib_SOURCES line.
53407
53408 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
53409
53410         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
53411         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
53412
53413 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
53414
53415         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
53416         * lib/timespec.h (gettime): Return void, since it always
53417         succeeds now.  All uses changed.
53418         * lib/gettime.c (gettime) Likewise.
53419         [HAVE_NANOTIME]: Prefer nanotime.
53420         Assume gettimeofday succeeds, as POSIX requires.
53421         Assime time () succeeds, since other code already does.
53422         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
53423         (timespec_subtract): Remove.
53424         (NANOSLEEP_BUG_WORKAROUND): New constant.
53425         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
53426         things considerably.  Use it only on GNU/Linux hosts, since the
53427         workaround shouldn't be needed elsewhere.
53428
53429 2005-02-24  Bruno Haible  <bruno@clisp.org>
53430
53431         * modules/gettext (Files): Add m4/glibc2.m4.
53432
53433 2005-02-24  Bruno Haible  <bruno@clisp.org>
53434
53435         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
53436         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
53437         * m4/progtest.m4:
53438         Update from GNU gettext 0.14.2.
53439         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
53440
53441 2005-02-24  Bruno Haible  <bruno@clisp.org>
53442
53443         * lib/localcharset.c: Update from GNU gettext 0.14.2.
53444         * lib/config.charset: Update from GNU gettext 0.14.2.
53445
53446 2005-02-24  Bruno Haible  <bruno@clisp.org>
53447
53448         * lib/gettext.h: Update from GNU gettext 0.14.2.
53449
53450 2005-02-23  Simon Josefsson  <jas@extundo.com>
53451
53452         * m4/iconvme.m4: New file.
53453
53454 2005-02-23  Jim Meyering  <jim@meyering.net>
53455
53456         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
53457         change.
53458         Thanks to Bruno Haible for catching it.
53459
53460 2005-02-22  Simon Josefsson  <jas@extundo.com>
53461
53462         * modules/iconvme: New file.
53463
53464         * MODULES.html.sh: Add iconvme.
53465
53466 2005-02-22  Simon Josefsson  <jas@extundo.com>
53467
53468         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
53469
53470 2005-02-22  Simon Josefsson  <jas@extundo.com>
53471
53472         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
53473
53474 2005-02-22  Jim Meyering  <jim@meyering.net>
53475
53476         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
53477         s/ifndef/ifdef/.
53478
53479 2005-02-20  Neil Conway  <neilc@samurai.com>
53480
53481         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
53482         returned by OSX/Darwin if the specified buffer is not large
53483         enough for the hostname.
53484
53485 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53486
53487         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
53488         pass it to _help, otherwise the latter coredumps trying to
53489         dereference state.root_argp.
53490
53491 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53492
53493         * modules/chdir-long (Depends-on): Add memrchr.
53494         * modules/memrchr (Files): Add lib/memrchr.h.
53495         (Include): "memrchr.h".
53496
53497 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53498
53499         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
53500
53501 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53502
53503         * lib/memrchr.h: New file.
53504         * lib/chdir-long.c: Include it.
53505         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
53506         Don't bother including stddef.h.
53507
53508 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
53509
53510         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
53511         inclusion.
53512         Include <sys/types.h>, for dev_t.
53513         (ME_DUMMY, ME_REMOTE): Move from here....
53514         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
53515         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
53516         Dmitry V. Levin.
53517         Include mountlist.h first, to test the interface.
53518
53519 2005-01-29  Bruno Haible  <bruno@clisp.org>
53520
53521         * lib/progname.c (program_name): Initialize.
53522         Needed when linking statically on MacOS X.
53523
53524 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
53525
53526         Sync from coreutils.
53527         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
53528         (Depends-on): Add c-strtod.
53529         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
53530
53531 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
53532
53533         Sync from coreutils.
53534         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
53535
53536         Remove files that are specific to coreutils.
53537         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
53538
53539 2005-01-28  Bruno Haible  <bruno@clisp.org>
53540
53541         * modules/javacomp: New file.
53542         * MODULES.html.sh (Java): Add javacomp.
53543
53544 2005-01-28  Bruno Haible  <bruno@clisp.org>
53545
53546         * m4/javacomp.m4: New file, from GNU gettext.
53547
53548 2005-01-28  Bruno Haible  <bruno@clisp.org>
53549
53550         * lib/javacomp.sh.in: New file, from GNU gettext.
53551         * lib/javacomp.h: New file, from GNU gettext.
53552         * lib/javacomp.c: New file, from GNU gettext.
53553
53554 2005-01-26  Simon Josefsson  <jas@extundo.com>
53555
53556         * lib/gai_strerror.c: Use GPL in header.
53557
53558 2005-01-26  Bruno Haible  <bruno@clisp.org>
53559
53560         * modules/javaexec: New file.
53561         * MODULES.html.sh (Java): Add javaexec.
53562
53563 2005-01-26  Bruno Haible  <bruno@clisp.org>
53564
53565         * m4/javaexec.m4: New file, from GNU gettext.
53566
53567 2005-01-26  Bruno Haible  <bruno@clisp.org>
53568
53569         * lib/javaexec.sh.in: New file, from GNU gettext.
53570         * lib/javaexec.h: New file, from GNU gettext.
53571         * lib/javaexec.c: New file, from GNU gettext.
53572
53573 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53574
53575         * modules/lchown (Depends-on): Remove lchown.h
53576
53577 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53578
53579         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
53580         must be defined if the header file was not found, in order
53581         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
53582
53583 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53584
53585         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
53586         initializers for struct pentry_state.
53587         (__argp_error): Check return value of __asprintf
53588         (__argp_failure): Translate error message
53589
53590         * lib/argp-parse.c: Removed braces around the expansion of N_()
53591
53592 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
53593
53594         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
53595         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
53596         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
53597         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
53598         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
53599         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
53600         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
53601         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
53602         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
53603         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
53604         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
53605         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
53606         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
53607         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
53608         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
53609         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
53610         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
53611         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
53612         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
53613         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
53614         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
53615         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
53616         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
53617         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
53618         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
53619         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
53620         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
53621         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
53622         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
53623         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
53624         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
53625         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
53626         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
53627         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
53628         xstrtol.m4, xstrtoumax.m4, yesno.m4:
53629         Use an all-permissive copyright notice, recommended by RMS.
53630
53631 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
53632
53633         * modules/chdir-long (Depends-on): Remove mempcpy.
53634
53635 2005-01-21  Jim Meyering  <jim@meyering.net>
53636
53637         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
53638         same value as for Solaris 9.
53639
53640         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
53641         component length.  This included changing the parameter to be
53642         of type `char *' rather than `char const *'.
53643         * lib/chdir-long.h (chdir_long): Update prototype.
53644
53645         * lib/openat.c (fdopendir, fstatat): New functions.
53646         * lib/openat.h: Include headers required for use of DIR and struct
53647         stat.
53648         [AT_SYMLINK_NOFOLLOW]: Define.
53649         (fdopendir, fstatat): Add prototypes.
53650
53651 2005-01-21  Bruno Haible  <bruno@clisp.org>
53652
53653         * modules/classpath: New file.
53654         * MODULES.html.sh (Java): Add classpath.
53655
53656 2005-01-21  Bruno Haible  <bruno@clisp.org>
53657
53658         * lib/classpath.h: New file, from GNU gettext.
53659         * lib/classpath.c: New file, from GNU gettext.
53660
53661 2005-01-20  Simon Josefsson  <jas@extundo.com>
53662
53663         * modules/version-etc-fsf: New file.
53664
53665 2005-01-20  Simon Josefsson  <jas@extundo.com>
53666
53667         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
53668         * lib/version-etc.c: Remove version_etc_copyright.
53669         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
53670         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
53671
53672 2005-01-20  Simon Josefsson  <jas@extundo.com>
53673
53674         * lib/base64.h (isbase64): Add.
53675
53676         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
53677         using a unsigned prototype, don't inline.
53678         (base64_decode): Use it.
53679
53680 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53681
53682         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
53683         it.
53684
53685 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53686
53687         * lib/save-cwd.c (save_cwd): Remove code to support the case
53688         where fchdir is missing or flaky.
53689
53690 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53691
53692         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
53693
53694 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
53695
53696         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
53697         AC_LIBSOURCES now does this.
53698         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
53699         with new ullong_max module.
53700
53701 2005-01-19  Bruno Haible  <bruno@clisp.org>
53702
53703         * modules/sh-quote: New file.
53704         * MODULES.html.sh (Executing programs): Add sh-quote.
53705
53706 2005-01-19  Bruno Haible  <bruno@clisp.org>
53707
53708         * lib/sh-quote.h: New file, from GNU gettext.
53709         * lib/sh-quote.c: New file, from GNU gettext.
53710
53711 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53712
53713         Merge from coreutils.
53714         * m4/ullong_max.m4: New file.
53715         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
53716         (gl_MACROS): Assume localeconv exists.
53717
53718 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53719
53720         Merge changes from coreutils, as described below in several
53721         changelogs dated today.
53722
53723         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
53724         (O_DIRECTORY): Remove; not needed here, since "." must be
53725         a directory.  All uses removed.
53726         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
53727         universal on Suns, and we also need to test for IRIX.
53728         Revamp code to use 'if' rather than '#if'.
53729         Avoid unnecessary comparison of cwd->desc to 0.
53730
53731         * lib/utimens.c (futimens): Robustify the previous patch, by checking
53732         for known valid error numbers rather than observed invalid ones.
53733
53734 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53735
53736         * modules/ullong_max: New file.
53737
53738         * modules/chdir-long, modules/openat: New files.
53739         * modules/save-cwd (Depends-on): Depend on chdir-long.
53740         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
53741
53742 2005-01-18  Jim Meyering  <jim@meyering.net>
53743
53744         Merge from coreutils.
53745         * m4/chdir-long.m4, m4/openat.m4: New files.
53746         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
53747         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
53748         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
53749         is sane and DOES follow symlinks.  Besides, testing 20 different
53750         systems found no broken chown implementations.
53751         Prompted by a change in rsync's copy of this macro.
53752         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
53753
53754         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
53755
53756         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
53757         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
53758         NULL-means-set-to-current-time semantics.
53759         Remove temporary file immediately, rather than waiting
53760         for configure's at-exit trap code to do it.
53761
53762 2005-01-18  Jim Meyering  <jim@meyering.net>
53763
53764         * lib/version-etc.c (version_etc_copyright): Update copyright date.
53765
53766         * lib/utimens.c (futimens): Account for the fact that futimes
53767         can also fail with errno == ENOSYS or errno == ENOENT.
53768         Patch from Dmitry V. Levin.
53769
53770         Change the name of the robust chdir function from chdir to chdir_long.
53771         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
53772         (restore_cwd): Use chdir_long, not chdir.
53773         * lib/chdir-long.c: Renamed from chdir.c.
53774         * lib/chdir-long.h: Renamed from chdir.h.
53775         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
53776         Hurd.
53777
53778 2005-01-18  Bruno Haible  <bruno@clisp.org>
53779
53780         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
53781         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
53782         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
53783         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
53784         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
53785         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
53786         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
53787         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
53788         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
53789         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
53790         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
53791         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
53792         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
53793         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
53794         Use an all-permissive copyright notice, recommended by RMS.
53795
53796 2005-01-18  Bob Proulx  <bob@proulx.com>
53797
53798         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
53799         simplify offsetof() macro construct to avoid compile failure with
53800         native HP-UX 11.0 ANSI C compiler.
53801
53802 2005-01-17  Bruno Haible  <bruno@clisp.org>
53803
53804         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
53805         redundant because stpncpy.m4 takes care of it.
53806
53807 2005-01-17  Bruno Haible  <bruno@clisp.org>
53808
53809         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
53810
53811 2005-01-17  Bruno Haible  <bruno@clisp.org>
53812
53813         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
53814         used.
53815
53816 2005-01-17  Bruno Haible  <bruno@clisp.org>
53817
53818         * lib/fwriteerror.h (fwriteerror): Change specification to include
53819         fclose.
53820         * lib/fwriteerror.c: Include <stdbool.h>.
53821         (fwriteerror): At the end, close the file stream. Record whether
53822         stdout was already closed.
53823
53824 2005-01-17  Bruno Haible  <bruno@clisp.org>
53825
53826         * lib/execute.c (environ): Declare if needed.
53827         * lib/pipe.c (environ): Likewise.
53828         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
53829
53830 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53831
53832         * modules/argp: Depend on vsnprintf
53833
53834 2005-01-10  Jim Meyering  <jim@meyering.net>
53835
53836         * modules/closeout (Depends-on): Add atexit.
53837
53838 2005-01-06  Bruno Haible  <bruno@clisp.org>
53839
53840         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
53841
53842 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
53843
53844         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
53845         definitions to be after all include files, to avoid collisions.
53846         Problem reported by Bob Proulx.
53847
53848 2005-01-04  Jim Meyering  <jim@meyering.net>
53849
53850         Changes imported from coreutils.
53851         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
53852         as the mkstemp template, use a temporary directory and an
53853         8.3-friendly template to avoid trouble on systems like DJGPP.
53854         Reported by Juan M. Guerrero via Stepan Kasal.
53855         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
53856         close. Remove the temporary directory right away, rather than waiting
53857         for configure's at-exit trap code to do it.
53858         Suggestion from Stepan Kasal.
53859
53860 2005-01-01  Simon Josefsson  <jas@extundo.com>
53861
53862         * gnulib-tool: Print #include directives when --import'ing.
53863
53864 2004-12-28  Simon Josefsson  <jas@extundo.com>
53865
53866         * tests/test-base64.c: Include required header files.  Remove
53867         unused variables.
53868
53869 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
53870
53871         * modules/error (Depends-on): Remove gettext.
53872
53873 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
53874
53875         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
53876         not needed.  This removes a dependency on the gettext module.
53877         [defined _LIBC]: Do not include <libintl.h>; not needed.
53878
53879 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
53880
53881         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
53882         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
53883
53884 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
53885
53886         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
53887         HAVE_DECL_STRTOLD.
53888
53889 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53890
53891         * modules/getdate (Depends-on): Remove alloca-opt.
53892
53893 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53894
53895         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
53896
53897 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53898
53899         * lib/argp-parse.c: Include <stddef.h>.
53900         (alignof, alignto): New macros.
53901         (parser_init): Don't assume that void * is aligned sufficiently
53902         for struct option.
53903
53904         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
53905         need to extend the stack.
53906         (YYINITDEPTH): New macro, so that the initial stack isn't overly
53907         large.
53908
53909 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53910
53911         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
53912
53913 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
53914
53915         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
53916         (2004-10-24) change.  Apparently this was a false alarm.
53917
53918         * modules/getdate: Depend on alloca-opt, not alloca.
53919
53920 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
53921
53922         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
53923         Remove now-obsolete comment about AIX.
53924         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
53925         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
53926         (YYMAXDEPTH): New macro.
53927
53928 2004-12-18  Simon Josefsson  <jas@extundo.com>
53929
53930         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
53931
53932 2004-12-18  Bruno Haible  <bruno@clisp.org>
53933
53934         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
53935
53936 2004-12-18  Bruno Haible  <bruno@clisp.org>
53937
53938         * lib/fatal-signal.c (fatal_signals): Make non-const.
53939         (init_fatal_signals): New function.
53940         (uninstall_handlers, install_handlers): Ignore signals that were set to
53941         SIG_IGN.
53942         (at_fatal_signal): Call init_fatal_signals.
53943         (init_fatal_signal_set): Likewise. Ignore signals that were set to
53944         SIG_IGN.
53945         Reported by Paul Eggert.
53946
53947 2004-12-18  Bruno Haible  <bruno@clisp.org>
53948
53949         * doc/alloca.texi: New file.
53950         * doc/alloca-opt.texi: New file.
53951
53952 2004-12-17  Jim Meyering  <jim@meyering.net>
53953
53954         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
53955         Otherwise, install-sh could exit with improper exit status when
53956         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
53957
53958 2004-12-16  Simon Josefsson  <jas@extundo.com>
53959
53960         * tests/test-base64.c: Add license.
53961
53962 2004-12-15  Stepan Kasal  <address@hidden>
53963
53964         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
53965
53966 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
53967
53968         * modules/getcwd (Files): Add m4/d-ino.m4.
53969         Suggested by Mark D. Baushke.
53970
53971 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
53972
53973         * lib/getdate.y (textint): New member "negative".
53974         (time_zone_hhmm): New function.
53975         Expect 14 shift-reduce conflicts, not 13.
53976         (o_colon_minutes): New rule.
53977         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
53978         (yylex): Set the "negative" member of signed numbers.
53979
53980 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
53981
53982         * doc/getdate.texi (Time of day items, Time zone items):
53983         Describe new formats +00:00, UTC+00:00.
53984
53985 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
53986
53987         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
53988         spurious "-l"s.  Problem reported by Stepan Kasal.
53989
53990 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
53991
53992         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
53993         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
53994
53995 2004-12-04  Simon Josefsson  <jas@extundo.com>
53996
53997         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
53998         Vandoorselaere <yoann@prelude-ids.org>.
53999
54000 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
54001
54002         Changes imported from coreutils.
54003         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
54004         exist.
54005         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
54006
54007 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
54008
54009         Changes imported from coreutils.
54010         * lib/hard-locale.c: Assume <locale.h> exists.
54011         Include "strdup.h".
54012         (GLIBC_VERSION): New macro.
54013         (hard_locale): Assume setlocale exists.
54014         Rewrite to avoid #ifdef.
54015         Use strdup rather than malloc + strcpy.
54016         * lib/human.c: Assume <locale.h> exists.
54017         (human_readable): Assume localeconv exists.
54018
54019 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
54020
54021         * modules/hard-locale (Depends-on): Add strdup.
54022
54023 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
54024
54025         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
54026         convert T2, not T.  (Imported from libc.)
54027
54028 2004-11-30  Simon Josefsson  <jas@extundo.com>
54029
54030         * modules/restrict (License): Change to LGPL.
54031
54032 2004-11-30  Simon Josefsson  <jas@extundo.com>
54033
54034         * m4/restrict.m4: Add copyright and copying conditions.
54035
54036 2004-11-30  Simon Josefsson  <jas@extundo.com>
54037
54038         * m4/base64.m4: New file.
54039
54040 2004-11-30  Simon Josefsson  <jas@extundo.com>
54041
54042         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
54043         base64.
54044
54045         * tests/test-base64.c: New file.
54046
54047         * modules/base64: New file.
54048
54049 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
54050
54051         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
54052         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
54053
54054         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
54055
54056 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
54057
54058         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
54059         (__getcwd.c): Don't restore errno; glibc doesn't.
54060         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
54061         first, falling back to our code only if its results look suspicious.
54062         Ensure that the resulting buffer is only as large as necessary.
54063
54064         * lib/readutmp.c: Include readutmp.h first.
54065         Include <errno.h>, since readutmp.h no longer does that.
54066         * lib/readutmp.h: Don't include <errno.h>,
54067         <sys/param.h>, <time.h>; not needed to establish interface.
54068         (errno): Remove decl.
54069         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
54070         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
54071         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
54072
54073 2004-11-28  Simon Josefsson  <jas@extundo.com>
54074
54075         * lib/base64.h, base64.c: New file.
54076
54077 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
54078
54079         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
54080
54081 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
54082
54083         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
54084         (Depends-on): Remove pathmax, same.  Add mempcpy.
54085         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
54086         (Makefile.am): Append getcwd.h to lib_SOURCES.
54087         (Include): Add getcwd.h.
54088         (Maintainer): Change from Jim Meyering to "all, glibc",
54089         since getdate now uses intended-for-glibc code.
54090         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
54091         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
54092
54093 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
54094
54095         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
54096         HP's ANSI C compiler.
54097         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
54098         Declaring int functions causes warnings on some modern systems and
54099         shouldn't be needed to compile on ancient ones.
54100         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
54101         defined.
54102
54103         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
54104         with the following changes.
54105         (__set_errno): Parenthesize properly.
54106         Include <stdbool.h>.
54107         (MIN, MAX, MATCHING_INO): New macros.
54108         (__getcwd): Define with prototype, not K&R form.
54109         Use heuristics to allocate default buffer on stack if possible.
54110         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
54111         behavior, and to avoid the PATH_MAX limit when computing
54112         ../../../../...
54113         Use MATCHING_INO to compare inode number to file.
54114         Check for arithmetic overflow in size calculations.
54115         Fix bug in reallocation of dot array that caused getcwd to fail
54116         on directories nested deeper than 75.
54117         Be more careful about saving errno on error.
54118         Do not use realloc; use only free+malloc, as this is a bit
54119         more flexible and avoids a needless copy operation.
54120         Do not inspect st_dev and st_ino for symbolic links; POSIX
54121         doesn't specify the latter.
54122         Check for closedir errors.
54123         Avoid needless casts.
54124         Use "#ifdef weak_alias" around weak_alias, to be like other
54125         glibc code.
54126         The following changes to getcwd.c have effect only when used in
54127         gnulib; they have no effect inside glibc proper.
54128         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
54129         as alloca isn't used.
54130         (alloca, __alloca): Likewise.
54131         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
54132         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
54133         unconditionally, as gnulib assumes C89 or better.
54134         Do not include <sys/param.h>.
54135         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
54136         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
54137         better.
54138         (NULL) [!defined NULL]: Remove; we assume C89 or better.
54139         Include <dirent.h> in a way that is compatible with modern Autoconf.
54140         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
54141         New macros, if not already defined.
54142         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
54143         Use "_LIBC", not "defined _LIBC", for consistency.
54144         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
54145         a mempcpy module.
54146         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
54147         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
54148         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
54149         credit only to Jim Meyering and adjust the copyright dates.
54150         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
54151         <stdlib.h>, <unistd.h>, "pathmax.h".
54152         Instead, include "xgetcwd.h" (first) and "getcwd.h".
54153         (INITIAL_BUFFER_SIZE): Remove.
54154         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
54155
54156 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
54157
54158         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
54159         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
54160         Use the _ONCE methods, for efficiency.
54161         Check for fcntl.h.  In test program, include <errno.h>
54162         and <fcntl.h> if available.  Remove old K&R cruft from
54163         test program.  Check for common errors in GNU/Linux,
54164         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
54165         don't do AC_LIBOBJ, as that's getcwd.m4's job.
54166         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
54167         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
54168         name accordingly.
54169         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
54170         accommodate new getcwd.c.
54171         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
54172         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
54173         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
54174         that's all we need now.
54175
54176 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54177
54178         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
54179         argp-parse.c depends on getopt internals, that means we should
54180         always use our getopt, to be on the safe side.
54181         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
54182         order not to spoil the result of an eventual previous invocation
54183         of gl_GETOPT_SUBSTITUTE.
54184
54185 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54186
54187         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
54188         redefinition warnings. To avoid them, include the defines
54189         in `#if !defined __need_getopt ... #endif'. The only place
54190         where __getopt_argv_const is used is in definitions
54191         of getopt_long and getopt_long_only below, which are as well
54192         protected by `#ifndef __need_getopt'.
54193         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
54194         __need_getopt after including <stdio.h> and <unistd.h> These
54195         headers might have defined it.
54196
54197 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
54198
54199         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
54200
54201 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
54202
54203         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
54204         (futimens): New function, which uses futimes if available.
54205         (futimens, utimens): Support timespec==NULL, with same semantics
54206         as utime and utimens.
54207         * lib/utimens.h (futimens): New decl.
54208
54209 2004-11-23  Jim Meyering  <jim@meyering.net>
54210
54211         * lib/getopt_.h: Remove trailing blanks.
54212
54213 2004-11-23  Jim Meyering  <jim@meyering.net>
54214
54215         * lib/__fpending.c: Add comment.
54216
54217 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
54218
54219         * modules/canonicalize (Depends-on): Add xreadlink.
54220         Problem reported by James Youngman.
54221
54222 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
54223
54224         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
54225         New macros.
54226         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
54227         optopt): Use them instead of invoking ## directly; otherwise, the
54228         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
54229
54230 2004-11-19  Bruno Haible  <bruno@clisp.org>
54231
54232         * lib/strtok_r.c: Move comments from here...
54233         * lib/strtok_r.h: ... to here.
54234
54235 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
54236
54237         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
54238         implementations that mishandle size_t overflow.
54239
54240 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
54241
54242         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
54243         might fail.  Problem reported by Yoann Vandoorselaere.
54244         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
54245         implementations that mishandle size_t overflow.
54246
54247 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54248
54249         * modules/canon-host (Depends-on): Add strdup.
54250
54251 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54252
54253         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
54254
54255 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54256
54257         * lib/canon-host.c: Include "strdup.h".
54258         (canon_host): Use getaddrinfo if available, so that IPv6 works.
54259         Use strdup instead of malloc/strcpy to duplicate strings.
54260
54261         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
54262         (human_space_before_unit): New constant.
54263         * lib/human.c (human_readable): Support it.
54264
54265         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
54266         (xgetcwd): Set errno correctly when failing.
54267         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
54268         the failure is actually due to a PATH_MAX problem.
54269
54270         Further getopt changes to make it more likely that glibc will
54271         buy the changes back.
54272         * lib/getopt.c (POSIXLY_CORRECT): New constant.
54273         (getopt): Use it, so to preserve glibc semantic
54274         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
54275         when compiling for libc.
54276         * lib/getopt_.h (__getopt_argv_const): Bring it back.
54277         (getopt_long, getopt_long_only): Use it.
54278
54279         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
54280         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
54281         (getopt): Argv is now char * const *, as per standard.
54282         (_getopt_internal_r, _getopt_internal): Argv is now char **,
54283         not char *__getopt_argv_const *.
54284         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
54285         _getopt_long_only_r): Likewise.
54286         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
54287         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
54288         _getopt_long_r, _getopt_long_only_r): Likewise.
54289         * lib/getopt_.h (__getopt_argv_const): Remove.
54290         (getopt): Argv is now char * const *, as per standard.
54291
54292         * lib/getdate.y (tORDINAL): New token.
54293         (day, relunit): Allow it for relative times.
54294         (relative_time_table): Use tORDINAL for ordinals.
54295
54296 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54297
54298         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
54299         Document that "second" isn't allowed as an ordinal number.
54300
54301 2004-11-16  Jim Meyering  <jim@meyering.net>
54302
54303         * modules/closeout (Depends-on): Add fpending.
54304
54305 2004-11-15  Jim Meyering  <jim@meyering.net>
54306
54307         * lib/closeout.c: Include "__fpending.h" once again.
54308         Include <stdbool.h>.
54309         (close_stdout): Don't fail just because stdout was closed initially,
54310         since some programs don't write to stdout in the normal course of
54311         operation (other than --version and --help), and we don't want this
54312         function to make e.g. `touch file >&-' fail.
54313         But do fail if it was closed and someone has tried to write to it.
54314         E.g., `printf foo >&-' must fail.
54315
54316 2004-11-13  Jim Meyering  <jim@meyering.net>
54317
54318         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
54319
54320 2004-11-12  Simon Josefsson  <jas@extundo.com>
54321
54322         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
54323         small doc fix is still pending.
54324
54325 2004-11-11  Simon Josefsson  <jas@extundo.com>
54326
54327         * modules/strtok_r: New file.
54328
54329         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
54330         strtok_r.
54331
54332 2004-11-11  Simon Josefsson  <jas@extundo.com>
54333
54334         * m4/strtok_r.m4: New file.
54335
54336         * m4/getopt.m4: Replace opterr.
54337
54338 2004-11-11  Simon Josefsson  <jas@extundo.com>
54339
54340         * lib/strtok_r.h, strtok_r.c: New file.
54341
54342 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
54343
54344         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
54345         of replacing opterr, getopt, etc.  This should handle the
54346         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
54347
54348 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
54349
54350         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
54351         we can stop lying to compilers about the constness of argv when we
54352         are compiled outside glibc.
54353         (getopt, getopt_long, getopt_long_only): Use it.
54354         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
54355         _getopt_internal, getopt): Likewise.
54356         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
54357         _getopt_long_only_r): Likewise.
54358         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
54359         _getopt_long_r, _getopt_long_only_r): Likewise.
54360
54361         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
54362         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
54363         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
54364         the other external symbols.
54365         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
54366         declaration, since the above renaming now works around collisions.
54367
54368 2004-11-11  Jim Meyering  <jim@meyering.net>
54369
54370         * lib/linebreak.c: Remove trailing blanks.
54371         * lib/alloca_.h: Likewise.
54372         * lib/acosl.c: Likewise.
54373         * lib/euidaccess.c: Likewise.
54374         * lib/allocsa.h: Likewise.
54375
54376 2004-11-10  Simon Josefsson  <jas@extundo.com>
54377
54378         * m4/getaddrinfo.m4: New file.
54379
54380 2004-11-10  Simon Josefsson  <jas@extundo.com>
54381
54382         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
54383
54384 2004-11-10  Simon Josefsson  <jas@extundo.com>
54385
54386         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
54387         getaddrinfo.
54388
54389         * modules/getaddrinfo: New file.
54390
54391 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
54392
54393         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
54394
54395 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
54396
54397         * lib/mktime.c (SHR): New macro, which is a portable
54398         substitute for >> that should work even on Crays.
54399         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
54400         Problem reported by Mark D. Baushke in
54401         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
54402         * lib/getdate.y (SHR): Likewise.
54403         (tm_diff): Use it.
54404         * lib/strftime.c (SHR): Likewise.
54405         (tm_diff): Use it.
54406         * lib/quotearg.c (struct quoting_options): Use unsigned int for
54407         quote_these_too, so that right shifts are well defined.  All uses
54408         changed.
54409
54410 2004-11-10  Jim Meyering  <jim@meyering.net>
54411
54412         Ensure that no close failure goes unreported.
54413         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
54414         return early when it seems there's nothing to flush.
54415         Don't include __fpending.h.
54416
54417 2004-11-10  Jim Meyering  <jim@meyering.net>
54418
54419         * modules/closeout (Depends-on): Remove fpending.
54420
54421 2004-11-10  Jim Meyering  <jim@meyering.net>
54422
54423         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
54424
54425 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
54426
54427         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
54428         gl_FUNC_STRFTIME.
54429         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
54430         and AC_REQUIRE when possible, to avoid duplicate checks.
54431         Check for <wchar.h>.
54432
54433 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
54434
54435         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
54436
54437 2004-11-09  Bruno Haible  <bruno@clisp.org>
54438
54439         * m4/sockpfaf.m4: New file.
54440
54441 2004-11-05  Bruno Haible  <bruno@clisp.org>
54442
54443         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
54444         Reported by Mark D. Baushke <mdb@cvshome.org>.
54445
54446 2004-11-04  Bruno Haible  <bruno@clisp.org>
54447
54448         2004-09-11  Bruno Haible  <bruno@clisp.org>
54449                 * allocsa.valgrind: New file.
54450         2004-02-06  Bruno Haible  <bruno@clisp.org>
54451                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
54452                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
54453                 Reported by Christopher Seip <chris.seip@hp.com>.
54454
54455 2004-11-04  Bruno Haible  <bruno@clisp.org>
54456
54457         * modules/allocsa (Files): Add lib/allocsa.valgrind.
54458         (Makefile.am): Distribute it.
54459
54460 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
54461
54462         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
54463         with errno == ERANGE if the buffer is too small.
54464         Problem reported by Mark D. Baushke.
54465
54466 2004-11-03  Albert Chin  <china@thewrittenword.com>
54467             Paul Eggert  <eggert@cs.ucla.edu>
54468
54469         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
54470         equivalent, substitute $ac_type for equivalent type rather than
54471         blindly using uint32_t *always* which won't work if uint32_t is not
54472         available.  Define _UINT32_T to work around typedef of uint32_t if
54473         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
54474         2.5.1.
54475
54476 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54477
54478         * m4/jm-macros.m4: Sync from coreutils.
54479         (gl_MACROS): Check for mbrlen, for pathchk.
54480         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
54481
54482 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54483
54484         * lib/xreadlink.c (MAXSIZE): New macro.
54485         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
54486         size does not exceed MAXSIZE.  Avoid cast.
54487         As suggested by Mark D. Baushke in
54488         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
54489         if readlink fails with buffer size just under MAXSIZE, try again
54490         with MAXSIZE.
54491
54492 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54493
54494         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
54495
54496 2004-11-02  Derek R. Price  <derek@ximbiot.com>
54497         and  Paul Eggert  <eggert@cs.ucla.edu>
54498
54499         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
54500         (get_date): Overparenthesize to avoid GCC warning.
54501
54502 2004-11-02  Bruno Haible  <bruno@clisp.org>
54503
54504         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
54505         returns void.
54506
54507 2004-11-02  Bruno Haible  <bruno@clisp.org>
54508
54509         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
54510         function returns void.
54511
54512 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
54513
54514         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
54515         fflush_unlocked, flockfile, funlockfile, funlockfile,
54516         fputs_unlocked, putc_unlocked.
54517
54518 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
54519
54520         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
54521         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
54522         already declared.
54523
54524 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54525
54526         * modules/getdate (Files): Add doc/getdate.texi.
54527         (Depends-on): Add setenv, xalloc.
54528
54529 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54530
54531         * lib/getdate.y: Add support for TZ="foo" within a date string.
54532         Fix some bugs near time_t boundaries.  Reject dates with
54533         out-of-range components, e.g., "Sept 31".
54534         Include <stdlib.h>, "setenv.h", "xalloc.h".
54535         (ISDIGIT_LOCALE): Remove; unused.
54536         Note that the TZ and time functions used here are not reentrant.
54537         (mktime_ok, get_tz): New functions.
54538         (TZBUFSIZE): New constant.
54539         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
54540         This requires that we sometimes generate our own TZ="XXX..." setting.
54541
54542 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54543
54544         * doc/getdate.texi: New file, from coreutils with modifications for
54545         the new TZ parsing.
54546
54547 2004-10-27  Derek R. Price  <derek@ximbiot.com>
54548
54549         * lib/mktime.c (not_equal_tm): Remove redundant check.
54550
54551 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
54552
54553         * modules/regex (lib_SOURCES): Add regex.c.
54554         Reported by James Youngman in
54555         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
54556
54557 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
54558
54559         * lib/getdate.y: Use Bison 1.875 features, and some minor
54560         code cleanups.  This change does not affect semantics.
54561         Don't include <stdlib.h>; no longer needed.
54562         Don't include unlocked-io.h; only the "#if TEST" code uses
54563         stdio, and performance isn't crucial there.
54564         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
54565         Bison 1.875 features as described below.
54566         All uses of "PC." replaced by "pc->".
54567         (YYSTYPE): Add a forward declaration.
54568         (yylex, yyerror): Use full prototypes in forward decls.
54569         Use "%pure-parser" rather than obsolescent "%pure_parser".
54570         Use %parse-param and %lex-param instead of obsolescent
54571         YYPARSE_PARAM and YYLEX_PARAM.
54572         (meridian_table, month_and_day_table, time_units_table,
54573         relative_time_table, time_zone_table, military_table,
54574         lookup_zone, lookup_word, get_date):
54575         Use NULL instead of 0 where appropriate.
54576         (to_hour): Avoid abort (), to avoid a dependency on
54577         stdlib.h.
54578         (yyerror, yylex): Now accepts parser_control * arg.
54579         (main) [TEST]: Use '\0' rather than 0 for char.
54580
54581 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
54582
54583         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
54584
54585 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
54586
54587         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
54588         It's now the caller's responsibility to handle the case where
54589         !HAVE_GETPAGESIZE && !defined getpagesize.
54590
54591         * lib/mktime.c (leapyear): Arg is long int, not int.
54592
54593 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
54594
54595         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
54596
54597 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
54598
54599         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
54600         missing.  Problem reported by James Youngman.
54601
54602 2004-10-16  Simon Josefsson  <jas@extundo.com>
54603
54604         * gnulib-tool: Fix comments.  Fix parse problem.
54605         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
54606
54607 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
54608
54609         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
54610         implementation of getopt_long.  Problem reported by Alexander Taler in:
54611         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
54612
54613 2004-10-15  Bruno Haible  <bruno@clisp.org>
54614
54615         * gnulib-tool: Untabify. Initialize supplied_libname.
54616         (func_usage): More homogenous output.
54617         (func_modules_transitive_closure, func_modules_to_filelist,
54618         func_emit_lib_Makefile_am): New functions.
54619         (func_import): New function, extracted from big case statement. Use
54620         func_get_license, func_modules_transitive_closure,
54621         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
54622         opt_lgpl. Don't use test -a, as it's not portable.
54623         (func_create_testdir): Use func_modules_transitive_closure,
54624         func_modules_to_filelist, func_emit_lib_Makefile_am.
54625
54626 2004-10-15  Bruno Haible  <bruno@clisp.org>
54627
54628         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
54629
54630 2004-10-15  Bruno Haible  <bruno@clisp.org>
54631
54632         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
54633         the portions belonging to each module.
54634         Suggested by Derek Robert Price <derek@ximbiot.com>.
54635
54636 2004-10-12  Simon Josefsson  <jas@extundo.com>
54637
54638         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
54639         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
54640         to real functions.
54641
54642 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54643
54644         * modules/vsnprintf: New file.
54645
54646 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54647
54648         * m4/vsnprintf.m4: New file.
54649
54650 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54651
54652         * lib/vsnprintf.h: New file.
54653         * lib/vsnprintf.c: New file.
54654
54655 2004-10-11  Bruno Haible  <bruno@clisp.org>
54656
54657         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
54658         vsnprintf.
54659
54660 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
54661
54662         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
54663
54664 2004-10-07  Bruno Haible  <bruno@clisp.org>
54665
54666         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
54667         fits into the provided buffer.
54668
54669 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
54670
54671         * lib/diacrit.c, diacrit.h: Add GPL notice.
54672
54673         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
54674         notice.
54675         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
54676         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
54677         This avoids a potential constant-folding bug.
54678
54679 2004-10-05  Bruno Haible  <bruno@clisp.org>
54680
54681         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
54682         for the declaration of strsep.
54683
54684 2004-10-05  Bruno Haible  <bruno@clisp.org>
54685
54686         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
54687
54688 2004-10-04  Simon Josefsson  <jas@extundo.com>
54689
54690         * modules/memmem: New file.
54691         * tests/test-memmem.c: New file.
54692         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
54693
54694 2004-10-04  Simon Josefsson  <jas@extundo.com>
54695
54696         * m4/memmem.m4: New file.
54697
54698 2004-10-04  Simon Josefsson  <jas@extundo.com>
54699
54700         * lib/memmem.h: New file.
54701         * lib/memmem.c: New file, taken from glibc.
54702
54703 2004-10-04  Simon Josefsson  <jas@extundo.com>
54704
54705         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
54706         '#ifdef USE_UNLOCKED_IO'.
54707
54708 2004-10-04  Simon Josefsson  <jas@extundo.com>
54709
54710         * config/srclist.txt: Add memmem from glibc.
54711
54712 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54713
54714         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
54715
54716         * modules/argmatch, modules/argp, modules/closeout, modules/error,
54717         modules/exclude, modules/getdate, modules/getline,
54718         modules/getndelim2, modules/getpass, modules/getpass-gnu,
54719         modules/getusershell, modules/linebuffer, modules/md5,
54720         modules/mountlist, modules/posixtm, modules/readtokens,
54721         modules/readutmp, modules/regex, modules/sha1,
54722         modules/version-etc, modules/yesno:
54723         Remove dependency on unlocked-io.
54724
54725 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54726
54727         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
54728
54729         * m4/unlocked-io.m4: Add copyright notice.
54730         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
54731
54732 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54733
54734         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
54735         * lib/xmalloc.c (xmemdup): Likewise.
54736         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
54737         XFREE): Remove these long-obsolescent macros.
54738         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
54739         * lib/xstrdup.c: Remove.
54740
54741         * lib/regex.c (re_comp): Cast gettext return value to char *,
54742         Problem reported by Martin Neitzel via Mark D. Baushke.
54743
54744 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54745
54746         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
54747         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
54748         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
54749         regex.c, sha1.c, version-etc.c, yesno.c:
54750         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
54751         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
54752         the includer's responsibility.
54753
54754         Sync from coreutils.
54755
54756         * lib/modechange.c (mode_compile): Don't decrement a pointer that
54757         points to the start of a string, as the C Standard says the
54758         resulting behavior is undefined.
54759
54760         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
54761         simple -> simple_backups, numbered_existing ->
54762         numbered_existing_backups, numbered -> numbered_backups
54763         to avoid shadowing problems.  All uses changed.
54764         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
54765         * lib/backupfile.c (check_extension, numbered_backup):
54766         Rename locals to avoid shadowing 'basename'.
54767         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
54768         once.
54769
54770         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
54771         * lib/.cvsignore: Add getopt.h.
54772
54773 2004-10-04  Bruno Haible  <bruno@clisp.org>
54774
54775         * modules/README: New file.
54776         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
54777         not a module.
54778
54779 2004-10-02  Jim Meyering  <jim@meyering.net>
54780
54781         * lib/dirfd.h, getpagesize.h: Add copyright notice.
54782
54783 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54784
54785         * modules/strsep: New file.
54786
54787 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54788
54789         * m4/strsep.m4: New file.
54790
54791 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54792
54793         * lib/strsep.h: New file.
54794         * lib/strsep.c: New file.
54795
54796 2004-10-01  Simon Josefsson  <jas@extundo.com>
54797
54798         * lib/snprintf.c (snprintf): Handle size==0.
54799
54800 2004-10-01  Simon Josefsson  <jas@extundo.com>
54801             Bruno Haible  <bruno@clisp.org>
54802
54803         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
54804         (snprintf): Declare 'args'.
54805
54806 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
54807
54808         * lib/snprintf.c: Remove comments as to why each header is needed.
54809
54810 2004-10-01  Bruno Haible  <bruno@clisp.org>
54811
54812         * MODULES.html.sh: Add strsep.
54813
54814 2004-09-30  Simon Josefsson  <jas@extundo.com>
54815
54816         * modules/snprintf: New file.
54817
54818 2004-09-30  Simon Josefsson  <jas@extundo.com>
54819
54820         * m4/snprintf.m4: New file.
54821
54822 2004-09-30  Simon Josefsson  <jas@extundo.com>
54823
54824         * lib/snprintf.h, lib/snprintf.c: New files.
54825
54826 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54827
54828         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
54829         (hol_entry_help): Never translate an empty string.
54830         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
54831         * lib/argp.h (OPTION_NO_TRANS): New option.
54832
54833 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54834
54835         * modules/argp (Maintainer): Replace Simon Josefsson
54836         by Sergey Poznyakoff.
54837
54838 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54839
54840         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
54841         changes merged back into glibc.
54842
54843 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54844
54845         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
54846
54847 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
54848
54849         * lib/xvasprintf.c: Include xalloc.h.
54850         (xvasprintf): Use xalloc_die, not xmalloc_die.
54851
54852 2004-09-29  Bruno Haible  <bruno@clisp.org>
54853
54854         * modules/alloca-opt: New file, derived from modules/alloca.
54855         * modules/allocsa: Depend on alloca-opt instead of alloca.
54856         * modules/setenv: Likewise.
54857         * modules/vasnprintf: Likewise.
54858         * MODULES.html.sh: Add alloca-opt.
54859
54860 2004-09-28  Simon Josefsson  <jas@extundo.com>
54861
54862         * gnulib-tool: New parameter --lgpl, to asseert that modules are
54863         LGPL, and to replace license template from GPL to LGPL.
54864
54865 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
54866
54867         * modules/dummy: Change license to LGPL.
54868
54869 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
54870
54871         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
54872
54873 2004-09-24  Simon Josefsson  <jas@extundo.com>
54874
54875         * modules/minmax (License): Change from GPL to LGPL.
54876
54877 2004-09-23  Simon Josefsson  <jas@extundo.com>
54878
54879         * gnulib-tool (--import): Typo.
54880
54881 2004-09-23  Simon Josefsson  <jas@extundo.com>
54882
54883         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
54884
54885 2004-09-22  Bruno Haible  <bruno@clisp.org>
54886
54887         * modules/*: Add 'License' field.
54888         * gnulib-tool: Accept --extract-license option.
54889         (func_get_license): New function.
54890
54891 2004-09-21  Bruno Haible  <bruno@clisp.org>
54892
54893         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
54894         Reported by Simon Josefsson.
54895
54896 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
54897
54898         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
54899         gl_AC_TYPE_LONG_LONG.
54900
54901 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
54902
54903         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
54904
54905 2004-09-18  Simon Josefsson  <jas@extundo.com>
54906         and  Paul Eggert  <eggert@cs.ucla.edu>
54907
54908         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
54909         calls with autoreconf.  Define GL_LIB.
54910
54911 2004-09-14  Karl Berry  <karl@gnu.org>
54912
54913         * config/srclist.txt: unsync setenv.c, sigh.
54914
54915 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
54916
54917         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
54918         Problem reported by Bruno Haible in:
54919         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
54920
54921 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
54922
54923         * config/srclist.txt: Comment out argp-pvh.c.
54924
54925 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
54926
54927         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
54928         in case some system header has #define'd it.  Problem reported by
54929         Soeren D. Schulze in
54930         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
54931
54932 2004-09-09  Karl Berry  <karl@gnu.org>
54933
54934         * regex.[ch]: delete from the root.  These were supposed to be
54935                 synced with emacs cvs, but this has not happened for about
54936                 a year, and anyway nothing else uses emacs regex.[ch].
54937                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
54938                 lib/regex[.ch] is untouched.
54939
54940 2004-09-09  Bruno Haible  <bruno@clisp.org>
54941
54942         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
54943
54944 2004-09-09  Bruno Haible  <bruno@clisp.org>
54945
54946         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
54947         modifications.
54948         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
54949
54950 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
54951
54952         * modules/xvasprintf: New file.
54953         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
54954
54955 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
54956
54957         * lib/xvasprintf.h: New file.
54958         * lib/xvasprintf.c: New file.
54959         * lib/xasprintf.c: New file.
54960
54961 2004-09-08  Bruno Haible  <bruno@clisp.org>
54962
54963         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
54964
54965 2004-09-08  Bruno Haible  <bruno@clisp.org>
54966
54967         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
54968         length is > INT_MAX.
54969         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
54970         more.
54971
54972 2004-09-08  Bruno Haible  <bruno@clisp.org>
54973
54974         * lib/stdint_.h: New file, taken from GNU clisp.
54975
54976 2004-09-08  Bruno Haible  <bruno@clisp.org>
54977             Oskar Liljeblad  <oskar@osk.mine.nu>
54978
54979         * modules/stdint: New file.
54980         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
54981
54982 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54983
54984         Import from coreutils.
54985         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
54986         strings on unbounded length.  alloca's performance benefits aren't
54987         that important here.
54988         (V_STRDUP): Remove.
54989         (parse_with_separator): New function, with most of the internals
54990         of the old parse_user_spec.  Allow user to omit both user and group,
54991         for compatibility with FreeBSD.
54992         Clone only the user name, not the entire spec.
54993         Do not set *uid, *gid unless entirely successful.
54994         Avoid memory leak in some failing cases.
54995         Fix regression for USER.GROUP reported by Dmitry V. Levin in
54996         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
54997         (parse_user_spec): Rewrite to use parse_with_separator.
54998
54999 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
55000
55001         * modules/userspec: Don't depend on alloca.
55002
55003 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
55004
55005         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
55006
55007 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
55008
55009         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
55010         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
55011         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
55012
55013 2004-08-16  Simon Josefsson  <jas@extundo.com>
55014
55015         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
55016         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
55017         Add --dry-run for --import.
55018         Let user provided command line parameters override configure.ac
55019         settings.
55020
55021 2004-08-12  Simon Josefsson  <jas@extundo.com>
55022
55023         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
55024         as discussed with Paul Eggert in threads rooted at
55025         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
55026         and
55027         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
55028         Before, the test was empty, and relied on ELIDE_CODE in source
55029         code.)
55030         (gl_PREREQ_GETOPT): New macro.
55031         (gl_GETOPT): Use them.
55032
55033 2004-08-12  Simon Josefsson  <jas@extundo.com>
55034
55035         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
55036         * lib/getopt_.h: Renamed from getopt.h.
55037
55038 2004-08-12  Simon Josefsson  <jas@extundo.com>
55039
55040         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
55041         Change default library name from libfoo to libgnu.
55042         Now, if you have a configure.ac that says:
55043                 gl_SOURCE_BASE(gl)
55044                 gl_M4_BASE(gl/m4)
55045                 gl_MODULES(error getopt etcetera)
55046                 gl_INIT
55047         you can import all you need by running:
55048                 ../gnulib/gnulib-tool --import
55049
55050         * modules/getopt (Files): Rename getopt.h to getopt_.h.
55051         (Makefile.am): Rewrite, use logic from argz.
55052         (Include): Use <getopt.h> instead of "getopt.h".
55053
55054 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55055
55056         * modules/argp (Files): Add m4/unlocked-io.m4.
55057         (Depends-on): Add extensions.
55058
55059 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55060
55061         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
55062         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
55063         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
55064         Check for program_invocation_name, program_invocation_short_name,
55065         flockfile, funlockfile, features.h, _getopt_long_only_r.
55066
55067 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55068
55069         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
55070         its complicated substitute.
55071         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
55072         and program_invocation_name.
55073         (__argp_basename) [!_LIBC]: Remove; the only use was
55074         replaced by its body.
55075         (__argp_short_program_name): Change condition from
55076         !defined __argp_short_program_name to
55077         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
55078         to match argp-namefrob.h.
55079         (__argp_failure): Don't assume strerror_r returns char *.
55080         * lib/argp-parse.c (N_): Define unconditionally.
55081         (argp_default_options): Fill out initializers with 0 to avoid
55082         gcc warnings.
55083
55084 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55085
55086         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
55087         getopt1.c.
55088
55089 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
55090
55091         Merge from coreutils.
55092
55093         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
55094
55095         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
55096         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
55097
55098 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
55099
55100         Merge from coreutils.
55101
55102         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
55103         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
55104         for Reliant Unix 5.43.
55105
55106         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
55107         (union fooround): Use uintmax_t, not long int.
55108         The rest is a merge from libc:
55109         [defined _LIBC]: Include <shlib-compat.h>.
55110         (_obstack) [defined _LIBC]: Remove after 2.3.4.
55111
55112         * lib/settime.c (settime): Recode to avoid warning with
55113         Sun Forte C 6U2.
55114
55115         * lib/strverscmp.c: Convert to UTF-8.
55116
55117 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
55118
55119         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
55120         m4/uintmax_t.m4.
55121
55122 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
55123
55124         * modules/xalloc-die: New file.
55125         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
55126
55127         * modules/md5 (Files): Add m4/uint32_t.m4.
55128         * modules/sha1: Renamed from modules/sha.
55129         (Files):
55130         Rename lib/sha.h to lib/sha1.h.
55131         Rename lib/sha.c to lib/sha1.c.
55132         Rename m4/sha.m4 to m4/sha1.m4.
55133         (lib_SOURCES): Likewise.
55134         (configure.ac): Rename gl_SHA to gl_SHA1.
55135         (Include): sha.h -> sha1.h.
55136
55137 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
55138
55139         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
55140         * m4/sha1.m4: Renamed from sha.m4.
55141         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
55142
55143 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
55144
55145         * lib/obstack.h (obstack_empty_p):
55146         Don't assume that chunk->contents is suitably aligned.
55147         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
55148         Likewise. Problem reported by Benno in
55149         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
55150
55151         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
55152         readable.  This could be improved further but it'd take some work.
55153
55154 2004-08-08  Simon Josefsson  <jas@extundo.com>
55155
55156         * modules/xgethostname (Depends-on): Remove exit and error (not
55157         used).
55158
55159         * modules/getpass-gnu: Add getpass.h.
55160         (Depends-on): Add stdbool.
55161         * modules/getpass: Add getpass.h.
55162
55163 2004-08-08  Simon Josefsson  <jas@extundo.com>
55164
55165         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
55166         Check getpass declaration.
55167
55168 2004-08-08  Simon Josefsson  <jas@extundo.com>
55169
55170         * lib/xgethostname.c: Don't include error.h (not used).
55171
55172         * lib/getpass.h: Add.
55173         * lib/getpass.c: Include getpass.h first.
55174
55175 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
55176
55177         * lib/xalloc-die.c: New file.
55178         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
55179         All uses removed.
55180         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
55181         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
55182         xalloc-die.c.
55183         (_, N_, xalloc_die): Move to xalloc-die.c.
55184         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
55185         so that we needn't mess with xalloc_msg_memory_exhausted.
55186
55187         * lib/sha1.h: Renamed from sha.h.
55188         (SHA1_H): Renamed from _SHA_H.
55189         (sha1_ctx): Renamed from sha_ctx.
55190         (sha1_init_ctx): Renamed from sha_init_ctx.
55191         (sha1_process_block): Renamed from sha_process_block.
55192         (sha1_process_bytes): Renamed from sha_process_bytes.
55193         (sha1_finish_ctx): Renamed from sha_finish_ctx.
55194         (sha1_read_ctx): Renamed from sha_read_ctx.
55195         (sha1_stream): Renamed from sha_stream.
55196         (sha1_buffer): Renamed from sha_buffer.
55197         * lib/sha1.c: Likewise; renamed from sha.c.
55198         Do not include <sys/types.h>.
55199         Include <stddef.h> rather than <stdlib.h>.
55200
55201 2004-08-08  Bruno Haible  <bruno@clisp.org>
55202
55203         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
55204         FILESYSTEM_PREFIX_LEN.
55205         * lib/progreloc.c: Likewise.
55206         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
55207
55208 2004-08-06  Simon Josefsson  <jas@extundo.com>
55209
55210         * modules/progname (Depends-on): Don't depend on stdbool.
55211
55212 2004-08-06  Simon Josefsson  <jas@extundo.com>
55213
55214         * modules/getsubopt: New file.
55215         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
55216         getsubopt.
55217
55218 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55219
55220         More merge from coreutils.
55221
55222         * m4/utimens.m4, m4/utimecmp.m4: New files.
55223         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
55224         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
55225         prereq.m4, sha.m4: Import changes from coreutils.
55226
55227 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55228
55229         More merge from coreutils.
55230         * modules/raise, modules/readtokens0, modules/utimens:
55231         * modules/utimecmp, module/xnanosleep: New files.
55232         * modules/strftime: Add lib/strftime.h.
55233         Change include from <time.h> to "strftime.h".
55234         * modules/yesno: Add lib/yesno.h.
55235         * modules/backupfile: Remove lib/addext.c.
55236         * modules/euidaccess: Add stat-macros.h.
55237         * modules/canonicalize, modules/euidaccess,
55238         modules/filemode, modules/lchown, modules/makepath,
55239         modules/rmdir, modules/stat: Likewise.
55240
55241 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55242
55243         Merge from tar.
55244         * lib/argp-help.c (make_hol, hol_append): Don't assume that
55245         SIZE_MAX is a valid preprocessor constant.
55246         (__argp_basename): Change from "#ifndef _LIBC"
55247         to "#ifndef __argp_short_program_name", so that
55248         we don't compile these functions for tar.
55249
55250         More merges from coreutils.
55251         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
55252         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
55253         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
55254         * lib/addext.c: Remove; no longer needed.
55255         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
55256         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
55257         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
55258         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
55259         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
55260         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
55261         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
55262         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
55263         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
55264         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
55265         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
55266         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
55267         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
55268         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
55269         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
55270         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
55271         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
55272         Import changes from coreutils.
55273
55274 2004-08-05  Simon Josefsson  <jas@extundo.com>
55275
55276         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
55277
55278 2004-08-05  Simon Josefsson  <jas@extundo.com>
55279
55280         * m4/getsubopt.m4: New file.
55281
55282 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55283
55284         Merge from coreutils.
55285
55286         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
55287         * m4/getcwd-path-max.m4: New files.
55288
55289         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
55290         FILESYSTEM_PREFIX_LEN ->
55291         FILE_SYSTEM_PREFIX_LEN.
55292         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
55293         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
55294         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
55295         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
55296
55297         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
55298         prerequisite modules now handle the DOS stuff.
55299         Don't check for unistd.h.
55300
55301 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55302
55303         Merge from coreutils.
55304
55305         * lib/.gdb-history: Remove; this doesn't belong here.
55306
55307         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
55308         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
55309         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
55310         * lib/getcwd.c: New files.
55311
55312         * lib/dirname.h: Include <stdbool.h>.
55313         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
55314         for consistency with POSIX terminology.  All uses changed.
55315         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
55316         (strip_trailing_slashes): Use bool for booleans.
55317         * lib/stripslash.c (strip_trailing_slashes): Likewise.
55318
55319         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
55320         sometimes returns a positive errno value even when it succeeds.
55321         (print_errno_message) [!LIBC]: Fall back on strerror if
55322         __strerror_r fails.
55323
55324         * lib/path-concat.c (mempcpy): Don't define if a system header defines
55325         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
55326         (longest_relative_suffix): New function.
55327         (path_concat): Use it.  Assume first argument is not NULL.
55328         Port to DOS.  Omit redundant separators.
55329         Report an error instead of returning NULL.
55330         Use mempcpy instead of memcpy.
55331         (xpath_concat): Remove: not declared or used.
55332
55333         * lib/same.h: Include <stdbool.h>
55334         (same_name): Return bool, not int.
55335         * lib/same.c (same_name): Likewise.
55336         (errno): Don't declare; we assume C89 or better now.
55337
55338         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
55339         if not already defined.
55340
55341         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
55342         * lib/dup-safer.c (errno): Likewise.
55343
55344 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55345
55346         Merge from coreutils.
55347         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
55348         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
55349         * modules/path-concat: Don't depend on strdup.
55350
55351 2004-08-03  Simon Josefsson  <jas@extundo.com>
55352
55353         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
55354         * lib/progname.h: Don't include stdbool.h.
55355
55356 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55357
55358         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
55359         * MODULES.html.sh (func_all_modules): Remove fatal.
55360
55361 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55362
55363         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
55364
55365 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55366
55367         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
55368         working.
55369
55370 2004-08-02  Simon Josefsson  <jas@extundo.com>
55371
55372         * lib/getsubopt.h: New file, with comments from Bruno Haible.
55373         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
55374         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
55375
55376 2004-08-01  Simon Josefsson  <jas@extundo.com>
55377
55378         * lib/xgetdomainname.c: Include stdlib.h, for free().
55379
55380 2004-07-19  Bruno Haible  <bruno@clisp.org>
55381
55382         * MODULES.html.sh (func_all_modules): Add dummy.
55383
55384 2004-07-16  Simon Josefsson  <jas@extundo.com>
55385
55386         * modules/dummy: New file.
55387
55388 2004-07-16  Simon Josefsson  <jas@extundo.com>
55389
55390         * lib/dummy.c: New file.
55391
55392 2004-07-16  Bruno Haible  <bruno@clisp.org>
55393
55394         * lib/backupfile.h: Add extern "C" for C++.
55395         * lib/closeout.h: Likewise.
55396         * lib/copy-file.h: Likewise.
55397         * lib/findprog.h: Likewise.
55398         * lib/full-write.h: Likewise.
55399         * lib/pathname.h: Likewise.
55400         * lib/progname.h: Likewise.
55401         * lib/stpcpy.h: Likewise.
55402         * lib/stpncpy.h: Likewise.
55403         * lib/strcase.h: Likewise.
55404         * lib/strstr.h: Likewise.
55405         * lib/xalloc.h: Likewise.
55406
55407         * lib/mbswidth.h: Add extern "C" for C++.
55408         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
55409
55410 2004-07-13  Robert Millan  <robertmh@gnu.org>
55411
55412         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
55413
55414 2004-07-09  Simon Josefsson  <jas@extundo.com>
55415
55416         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
55417         failed without this.)
55418
55419 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
55420
55421         * modules/chown (Files): Add lib/fchown-stub.c, since
55422         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
55423
55424 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
55425
55426         * lib/fchown-stub.c: New file.
55427
55428 2004-06-24  Jim Meyering  <jim@meyering.net>
55429
55430         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
55431
55432 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55433
55434         * modules/argz: Omit "#include".
55435
55436         * MODULES.html.sh (func_all_modules): Add calloc, to match
55437         2004-06-01 addition of calloc module.
55438
55439 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55440
55441         * m4/argz.m4: New file, which is autoupdated from libtool.
55442
55443 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55444
55445         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
55446         libtool.
55447
55448 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55449
55450         * config/srclist-update: Don't insist on "USA." before the
55451         close-comment, as libtool omits the period and puts the */ on a
55452         separate line.
55453         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
55454         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
55455
55456 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
55457
55458         * modules/argz: New file.
55459         * MODULES.html.sh (func_all_modules): Add argz.
55460
55461 2004-06-12  Jim Meyering  <jim@meyering.net>
55462         and  Paul Eggert  <eggert@cs.ucla.edu>
55463
55464         * modules/hash (Files): Add lib/xalloc.h.
55465         * modules/pipe (Depends-on): Add wait-process.
55466         * modules/stat (Depends-on): Add xalloc.
55467         * modules/userspec (Files): Add lib/userspec.h.
55468         * modules/xstrto
55469
55470         Upgrade from gettext-0.13.
55471         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
55472         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
55473         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
55474
55475 2004-06-10  Jim Meyering  <jim@meyering.net>
55476
55477         * lib/calloc.c: New file.
55478
55479 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
55480
55481         * lib/getdate.y (yylex): Allow space between sign and number.
55482         Problem reported by Dan Jacobson.
55483
55484 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
55485
55486         Merge from coreutils CVS.
55487
55488         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
55489         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
55490         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
55491         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
55492         xstrtol.m4: Fix copyright date and/or serial number.
55493
55494         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
55495         See if we need an fchown replacement.
55496         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
55497         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
55498         and use the replacement function if we detect either defect.
55499
55500         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
55501         gl_UTIMECMP.
55502
55503 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
55504         and  Jim Meyering  <jim@meyering.net>
55505
55506         Merge from coreutils CVS.
55507
55508         * lib/stat-macros.h: New file, with contents from file-type.h
55509         and coreutils' system.h.
55510         * lib/file-type.c: Include "stat-macros.h".
55511         * lib/file-type.h (file_type): Move all macro definitions to new file,
55512         stat-macros.h.
55513
55514         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
55515         Wrap old code with this conditional.
55516         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
55517         function that does not dereference symlinks.
55518         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
55519
55520         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
55521         dependency problems.
55522         (xreadlink): Accept new arg SIZE, for efficiency.
55523         All decls and uses changed.
55524         * lib/xreadlink.h: Include <stddef.h>, for size_t.
55525
55526         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
55527         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
55528
55529         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
55530         sysexits.h.
55531
55532 2004-06-01  Jim Meyering  <jim@meyering.net>
55533
55534         * m4/calloc.m4: New file.
55535
55536 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
55537
55538         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
55539         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
55540         Also, fix a typo in a diagnostic.
55541
55542 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
55543
55544         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
55545         or AC_FUNC_REALLOC.
55546
55547 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
55548
55549         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
55550         macros to be defined.
55551         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
55552         the allocator returns NULL because the requested size is zero.
55553
55554 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
55555
55556         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
55557         var.  Add comment explaining why libc still defines it.  This
55558         merges the following patch from glibc:
55559         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
55560
55561 2004-05-20  Andreas Schwab  <schwab@suse.de>
55562
55563         * m4/free.m4: Replace free if it not known to work, not the other
55564         way round.
55565
55566 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
55567
55568         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
55569         present in glibc since revision 1.1 of this file.
55570         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
55571         obstack_alignment_mask, obstack_alloc, obstack_base,
55572         obstack_blank, obstack_blank_fast, obstack_chunk_size,
55573         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
55574         obstack_grow0, obstack_init, obstack_int_grow,
55575         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
55576         obstack_next_free, obstack_object_size, obstack_ptr_grow,
55577         obstack_ptr_grow_fast, obstack_room): Remove declarations of
55578         nonexistent functions.
55579
55580 2004-05-18  Karl Berry  <karl@gnu.org>
55581
55582         * config/srclist.txt: break link for vasnprintf.c.
55583
55584 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
55585
55586         Port obstack to the AS/400, where pointers are 16 bytes wide and
55587         you cannot cast an integer to a valid pointer.  This patch is
55588         currently waiting to be integrated into glibc; see
55589         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
55590
55591         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
55592         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
55593         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
55594         (struct obstack): temp member is now a union of a pointer and
55595         an integer, instead of an integer.  All integer uses changed.
55596         This does not affect the physical layout of struct obstack,
55597         except on hosts (like the AS/400) where the size or alignment of
55598         void * is greater than that of ptrdiff_t.
55599         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
55600         __STDC__)]: Store temporary in pointer member of union, not
55601         integer member.
55602         * lib/obstack.c: Include <stddef.h>, for offsetof.
55603         (struct fooalign): Remove; it doesn't need a name.
55604         (union fooround): Change double to long double, and add void *.
55605         (DEFAULT_ALIGNMENT): Use offsetof to compute.
55606         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
55607         not a macro.  Hence the values are always int; so remove all
55608         casts-to-int in uses.
55609
55610 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
55611
55612         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
55613         we can get this patch merged into glibc.
55614
55615 2004-05-17  Derek R. Price  <derek@ximbiot.com>
55616             Paul Eggert  <eggert@cs.ucla.edu>
55617
55618         * m4/argp: Depend on alloca.
55619
55620 2004-05-17  Derek R. Price  <derek@ximbiot.com>
55621             Paul Eggert  <eggert@cs.ucla.edu>
55622
55623         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
55624         freecoding.
55625
55626 2004-05-17  Bruno Haible  <bruno@clisp.org>
55627
55628         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
55629         precision that consists of a '.' followed by an empty digit string.
55630         Patch by Tor Lillqvist <tml@iki.fi>.
55631
55632 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
55633
55634         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
55635         for backward compatibility with older code.  We need our own
55636         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
55637         it under some other name, and our alloca.h will define it.
55638
55639 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
55640             Derek Price  <derek@ximbiot.com>
55641
55642         * lib/alloca.c: Include <alloca.h>, to get our interface.
55643         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
55644         include <alloca.h> first.  Use C89 prototype for alloca; this
55645         requires including <stddef.h> for size_t.  Use extern "C" if C++.
55646         Use #elif for simplicity, since we can assume C89 now.
55647         Don't try to source the system alloca.h since it will not be found
55648         and to prevent recursively including its replacement.
55649         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
55650         * lib/regex.c: Likewise.
55651
55652 2004-05-16  Derek Price  <derek@ximbiot.com>
55653             Paul Eggert  <eggert@cs.ucla.edu>
55654
55655         getline cleanup.  This changes the getndelim2 API: both order of
55656         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
55657         no delimiter).
55658
55659         * lib/getline.c: Don't include stddef.h or stdio.h, since our
55660         interface does that.
55661         (getline): Always use getdelim, so that we don't have two
55662         copies of this code.
55663         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
55664         if available.
55665         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
55666         (GETNDELIM2_MAXIMUM): New macro.
55667         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
55668         instead of the old practice of delim2==0.  All callers changed.
55669         Return -1 on overflow, instead of returning junk.
55670         Do not set *linesize unless allocation succeeds.
55671         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
55672         that we include sys/types.h.
55673         * lib/getnline.h: Likewise.
55674         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
55675         (getndelim2): Reorder arguments.
55676         * lib/getnline.c (getnline, getndelim):
55677         Don't discard the NMAX argument.
55678         (getnline): Invoke getndelim, to avoid code duplication.
55679         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
55680         of (size_t) -1 by callers of the getnline family.
55681
55682 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
55683
55684         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
55685         Check for gettimeofday.
55686         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
55687         Check for settimeofday, stime.
55688
55689 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
55690
55691         * lib/nanosleep.c (suspended): Change its type from int to
55692         sig_atomic_t volatile.
55693         (first_call): Make it private to rpl_nanosleep, and have it
55694         be zero initially as that's a bit faster.
55695         (my_usleep): Round up fractional times instead of truncating them,
55696         as this is the usual meaning for 'sleep'.
55697
55698         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
55699         doesn't work.
55700         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
55701         (ENOSYS): Define if not defined.
55702         (settime): Fall back on stime if it exists and settimeofday fails.
55703         But don't bother with fallbacks if a method fails with errno == EPERM.
55704
55705 2004-05-11  Jim Meyering  <jim@meyering.net>
55706
55707         Prior to this change, the save_cwd caller required read access to the
55708         current directory on most systems (ones with the fchdir function).
55709
55710         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
55711         fails, try write-only, and finally, resort to using xgetcwd.
55712
55713 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
55714
55715         * lib/obstack.c, obstack.h: Import changes from libc.
55716
55717 2004-04-28  Bruno Haible  <bruno@clisp.org>
55718
55719         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
55720         also implicitly appends .exe to executables.
55721         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
55722         accepts Windows pathnames.
55723         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
55724         Treat Cygwin like Windows, since it now accepts Windows pathnames.
55725         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
55726         Treat Cygwin like Windows, since it now accepts Windows pathnames.
55727         Reported by Derek Robert Price <derek@ximbiot.com>.
55728
55729 2004-04-21  Karl Berry  <karl@gnu.org>
55730
55731         * config/srclist.txt (localcharset.c): break sync.
55732
55733 2004-04-20  Paul Eggert  <eggert@twinsun.com>
55734
55735         * m4/host-os.m4: Add a copyright notice.
55736
55737 2004-04-20  Jim Meyering  <jim@meyering.net>
55738
55739         Change UTILS_ to gl_ in AC_DEFINE'd names.
55740         Change utils_- and jm_-prefixed variables, too.
55741         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
55742         UTILS_FUNC_MKDIR_TRAILING_SLASH.
55743         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
55744
55745         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
55746         Don't emit trailing blanks.
55747         Also rename jm_-prefixed variables to have gl_ prefix.
55748
55749         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
55750         Also rename jm_-prefixed variables to have gl_ prefix.
55751
55752         * m4/jm-macros.m4: Reflect the renamings.
55753         * m4/prereq.m4: Likewise.
55754
55755 2004-04-20  Jim Meyering  <jim@meyering.net>
55756
55757         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
55758         memory.
55759
55760 2004-04-20  Jim Meyering  <jim@meyering.net>
55761             Bruno Haible  <bruno@clisp.org>
55762
55763         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
55764         memory when realloc fails.
55765
55766 2004-04-19  Jim Meyering  <jim@meyering.net>
55767
55768         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
55769         now that readutmp.c may call `free (0)'.
55770
55771 2004-04-19  Bruno Haible  <bruno@clisp.org>
55772
55773         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
55774         * m4/inttypes_h.m4: Likewise.
55775         * m4/stdint_h.m4: Likewise.
55776         * m4/intmax_t.m4: Likewise.
55777         * m4/uintmax_t.m4: Likewise.
55778
55779 2004-04-18  Jim Meyering  <jim@meyering.net>
55780
55781         * m4/prereq.m4: Don't forbid jm_ prefix.
55782
55783         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
55784         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
55785         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
55786         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
55787         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
55788         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
55789         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
55790         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
55791         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
55792         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
55793         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
55794         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
55795         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
55796         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
55797         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
55798         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
55799         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
55800         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
55801         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
55802
55803 2004-04-18  Jim Meyering  <jim@meyering.net>
55804
55805         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
55806         failure, don't leak memory and do call END_UTMP_ENT.
55807
55808 2004-04-16  Jim Meyering  <jim@meyering.net>
55809
55810         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
55811         coreutils' stat program.
55812         (gl_PREREQ): Don't require jm_PREREQ_STAT.
55813
55814 2004-04-11  Paul Eggert  <eggert@twinsun.com>
55815
55816         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
55817         C89.
55818         (CHAR_BIT): Remove, since we assume C89.
55819         Include <stdint.h> if available, as per current Autoconf CVS advice.
55820
55821 2004-03-31  Jim Meyering  <jim@meyering.net>
55822
55823         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
55824         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
55825         * m4/xalloc.m4: Likewise.
55826
55827 2004-03-30  Paul Eggert  <eggert@twinsun.com>
55828
55829         Merge from coreutils.
55830
55831         * m4/inttostr.m4: New file.
55832         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
55833         Require AM_STDBOOL_H and gl_TIMESPEC instead.
55834         Require gl_CLOCK_TIME.
55835         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
55836
55837 2004-03-30  Paul Eggert  <eggert@twinsun.com>
55838
55839         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
55840         not bool, to be more consistent with Unix conventions.
55841         Suggested by Bruno Haible.
55842
55843         Merge from coreutils.
55844
55845         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
55846         * lib/umaxtostr.c: New files.
55847
55848         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
55849         the usual <time.h> dance.
55850         (get_date): Change signature to support fractional time stamps.
55851         All callers changed.
55852         * lib/getdate.y: Include "getdate.h" first, as we can now
55853         assume C89 and don't need to worry about 'const'.
55854         Similarly, include "unlocked-io.h" near start, not in middle.
55855         Include <limits.h>.
55856         (textint.value): Use long int rather than int.
55857         (textint.digits): Use size_t rather than int.
55858         (BILLION, LOG10_BILLION): New constants.
55859         (parser_control): New member rel_ns.  Members day_ordinal,
55860         time_zone, month, day, hour, minutes, rel_year, rel_month,
55861         rel_day, rel_hour, rel_minutes, rel_seconds
55862         are now long int, not int.  Member seconds is now struct timespec,
55863         not int.  New member timespec_seen.  Members dates_seen, days_seen,
55864         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
55865         not int.
55866         (%union.intval): Now long int, not int.
55867         New member timespec.
55868         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
55869         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
55870         (spec): Now is a timespec or an item list.
55871         (timespec, items): New nonterminals.
55872         (time, rel, relunit, number, get_date):
55873         Add support for fractional seconds.
55874         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
55875         (gmtime, localtime, mktime): Remove decls; not needed with C89.
55876         (to_hour): First arg is now long int, not int.
55877         (to_year): Returns long int, not int.
55878         Don't treat year -70 like 70.
55879         (tm_diff): Returns long int, not int.
55880         (lookup_word): Use bool instead of int when appropriate.
55881         (yylex): Use size_t for count, not int.
55882         Detect overflow when parsing large integer constants.
55883         Add support for fractions.
55884         (get_date): Make pointers 'const' if possible.
55885         Use more-portable code to detect integer overflow.
55886         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
55887         Don't use ctime; it's not reliable if the year has >4 digits.
55888
55889         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
55890         This is for compatibility with BSD.
55891
55892         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
55893         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
55894         From coreutils' system.h.
55895
55896         * lib/userspec.c: Don't include "posixver.h".
55897         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
55898         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
55899         compatible extension.  Simplify code by removing a boolean int
55900         that was always nonzero if a string was nonnull.
55901
55902 2004-03-30  Jim Meyering  <jim@meyering.net>
55903
55904         Merge from coreutils.
55905
55906         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
55907         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
55908         on some systems one must include <grp.h> before it.
55909         Reported by Christian Krackowizer.
55910
55911 2004-03-30  Jim Meyering  <jim@meyering.net>
55912
55913         Merge from coreutils.
55914
55915         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
55916
55917         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
55918         an empty input stream.
55919
55920         * lib/readtokens.c: Include <stdbool.h>.
55921         (readtoken): Use `size_t' rather than int/long.
55922         All callers adjusted.
55923         Use `bool' rather than `int' where appropriate.
55924         Use memset rather than an explicit loop.
55925         Use x2nrealloc rather than xrealloc.
55926         Allow the use of `\0' as a delimiter.
55927         (readtokens): Likewise.
55928         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
55929
55930 2004-03-30  Jim Meyering  <jim@meyering.net>
55931
55932         * m4/realloc.m4: Remove file, since now it does no more than
55933         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
55934         the `configure.ac' section of module/realloc.
55935         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
55936
55937 2004-03-30  Bruno Haible  <bruno@clisp.org>
55938
55939         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
55940         nonnull.
55941
55942 2004-03-29  Paul Eggert  <eggert@twinsun.com>
55943
55944         Merge changes to getloadavg.c from coreutils and Emacs.
55945
55946         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
55947         Define to an expression, not to the empty string.
55948         Include cloexec.h and xalloc.h.
55949         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
55950         Use set_cloexec_flag rather than rolling our own.
55951         * lib/cloexec.c, lib/cloexec.h: New files.
55952
55953 2004-03-29  Paul Eggert  <eggert@twinsun.com>
55954
55955         * m4/cloexec.m4: New file.
55956
55957 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55958
55959         * lib/getopt.h: Sync with libc CVS.
55960
55961 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55962             Bruno Haible  <bruno@clisp.org>
55963
55964         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
55965         mbswidth.
55966
55967 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55968             Bruno Haible  <bruno@clisp.org>
55969
55970         * lib/mbswidth.h: Include <wchar.h> only if
55971         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
55972         <wchar.h>.
55973         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
55974
55975 2004-03-09  Paul Eggert  <eggert@twinsun.com>
55976
55977         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
55978         Sync with libc CVS.
55979         * lib/getopt_int.h: New file, also synced from libc.
55980
55981 2004-03-09  Paul Eggert  <eggert@twinsun.com>
55982
55983         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
55984         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
55985         Bring back getopt.c, getopt.h, getopt1.c.
55986
55987 2004-03-07  Paul Eggert  <eggert@twinsun.com>
55988
55989         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
55990         All uses changed.  Check for sa_sigaction member; this fixes
55991         a bug first reported by Jason Andrade in
55992         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
55993
55994 2004-03-07  Paul Eggert  <eggert@twinsun.com>
55995
55996         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
55997         '#if' expressions.  Unlike the code it replaces, it does not
55998         depend on (defined _SC_PAGESIZE).  However, it does depend on
55999         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
56000         first reported by Jason Andrade in
56001         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
56002
56003 2004-02-25  Simon Josefsson  <jas@extundo.com>
56004
56005         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
56006
56007 2004-02-25  Simon Josefsson  <jas@extundo.com>
56008
56009         * lib/strdup.h: New file.
56010         * lib/strdup.c: Include it.
56011         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
56012         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
56013
56014 2004-02-23  Karl Berry  <karl@gnu.org>
56015
56016         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
56017         (from fencepost.gnu.org:/gd/gnuorg).
56018
56019 2004-02-23  Karl Berry  <karl@gnu.org>
56020
56021         * config/srclistvars.sh (GNUORG) [karl]: redefine.
56022         * config/srclist.txt: add maintain/standards documents.
56023
56024 2004-02-18  Bruno Haible  <bruno@clisp.org>
56025
56026         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
56027         Reported by Derek Robert Price <derek@ximbiot.com>.
56028
56029 2004-02-16  Karl Berry  <karl@gnu.org>
56030
56031         * config/mkinstalldirs, install-sh: update from automake.
56032
56033 2004-02-06  Karl Berry  <karl@gnu.org>
56034
56035         * m4/po.m4: update from gettext 0.14.1.
56036
56037 2004-02-06  Karl Berry  <karl@gnu.org>
56038
56039         * lib/config.charset: update from gettext 0.14.1.
56040
56041 2004-02-05  Paul Eggert  <eggert@twinsun.com>
56042
56043         Add comments and code, prompted by suggestions from Bruno Haible
56044         for sh-quote.
56045         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
56046         describing the enum quoting_style values.
56047         * lib/quotearg.c (quotearg_alloc): New function.
56048         (quotearg_buffer_restyled): Treat lone { and } as special.
56049         Treat = as special.  Work around bug with older shells
56050         that "see" a '\' that is really the 2nd byte of a multibyte char.
56051         Quote empty string with shell_quoting_style.
56052
56053 2004-02-03  Bruno Haible  <bruno@clisp.org>
56054
56055         * m4/pipe.m4: New file, from GNU gettext.
56056
56057 2004-02-03  Bruno Haible  <bruno@clisp.org>
56058
56059         * lib/pipe.h: New file, from GNU gettext.
56060         * lib/pipe.c: New file, from GNU gettext.
56061
56062 2004-01-27  Bruno Haible  <bruno@clisp.org>
56063
56064         * m4/execute.m4: New file, from GNU gettext.
56065
56066 2004-01-27  Bruno Haible  <bruno@clisp.org>
56067
56068         * lib/execute.h: New file, from GNU gettext.
56069         * lib/execute.c: New file, from GNU gettext.
56070         * lib/w32spawn.h: New file, from GNU gettext.
56071
56072 2004-01-24  Paul Eggert  <eggert@twinsun.com>
56073
56074         Merge from diffutils.
56075
56076         * lib/file-type.c (file_type): Add typed memory objects.
56077         * lib/file-type.h (S_TYPEISTMO): New macro.
56078
56079         * lib/c-stack.h (c_stack_action): Remove argv argument.
56080         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
56081         (die): Don't calculate message unless segv_action returns.
56082         (get_stack_location, min_address_from_argv, max_address_from_argv,
56083         volatile stack_base, volatile_stack_size): Remove.
56084         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
56085         that every segmentation violation is a stack overflow.  (Ouch!)
56086         See Debian bug 136249 (still outstanding) for more info about why
56087         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
56088
56089 2004-01-24  Paul Eggert  <eggert@twinsun.com>
56090
56091         Exit-status fix from coreutils.
56092
56093         Use exit_failure consistently in place of EXIT_FAILURE,
56094         so that program exit statuses are consistent on failure.
56095
56096         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
56097         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
56098         * lib/argmatch.h: Comment fix to match the above.
56099         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
56100         Now a macro referring to exit_failure, instead of a separate
56101         variable.  Include "exitfail.h" to get it.
56102         * lib/xstrtol.h: Include "exitfail.h".
56103         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
56104
56105         * lib/long-options.c (parse_long_options): Use prototype
56106         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
56107         for clarity.
56108
56109 2004-01-21  Jim Meyering  <jim@meyering.net>
56110
56111         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
56112         so as not to conflict with a different-sized __mktime_internal
56113         function in GNU libc.
56114         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
56115         Problem building statically-linked `ls' reported by Michael Brunnbauer.
56116
56117 2004-01-20  Karl Berry  <karl@gnu.org>
56118
56119         * config/config.guess: update from config.
56120
56121         * config/srclistvars.sh: GNUWWWLICENSES for karl.
56122
56123 2004-01-20  Bruno Haible  <bruno@clisp.org>
56124
56125         Safer stack allocation.
56126         * lib/setenv.c: Include allocsa.h.
56127         (alloca): Remove fallback definition.
56128         (freea): Remove macro.
56129         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
56130         instead of freea.
56131
56132 2004-01-20  Bruno Haible  <bruno@clisp.org>
56133
56134         * m4/eealloc.m4: New file, from GNU gettext.
56135
56136 2004-01-20  Bruno Haible  <bruno@clisp.org>
56137
56138         * m4/allocsa.m4: New file, from GNU gettext.
56139
56140 2004-01-20  Bruno Haible  <bruno@clisp.org>
56141
56142         * lib/xallocsa.h: New file, from GNU gettext.
56143         * lib/xallocsa.c: New file, from GNU gettext.
56144
56145 2004-01-20  Bruno Haible  <bruno@clisp.org>
56146
56147         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
56148
56149 2004-01-20  Bruno Haible  <bruno@clisp.org>
56150
56151         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
56152         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
56153         specially.
56154
56155 2004-01-20  Bruno Haible  <bruno@clisp.org>
56156
56157         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
56158         patch.
56159
56160 2004-01-20  Bruno Haible  <bruno@clisp.org>
56161
56162         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
56163
56164 2004-01-20  Bruno Haible  <bruno@clisp.org>
56165
56166         * lib/eealloc.h: New file.
56167
56168 2004-01-20  Bruno Haible  <bruno@clisp.org>
56169
56170         * lib/binary-io.h: Avoid warnings on Cygwin.
56171
56172 2004-01-20  Bruno Haible  <bruno@clisp.org>
56173
56174         * lib/allocsa.h: New file, from GNU gettext.
56175         * lib/allocsa.c: New file, from GNU gettext.
56176
56177 2004-01-18  Karl Berry  <karl@gnu.org>
56178
56179         * doc/gpl.texi, doc/lgpl.texi: new files.
56180
56181 2004-01-18  Karl Berry  <karl@gnu.org>
56182
56183         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
56184         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
56185
56186 2004-01-15  Paul Eggert  <eggert@twinsun.com>
56187
56188         Merge from coreutils.
56189
56190         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
56191         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
56192         (gl_DEFAULT_POSIX2_VERSION): Move
56193         the documentation from 'configure' into 'config.hin',
56194         so that 'configure --help' isn't burdened by it and
56195         we don't have to worry about its formatting there.
56196         Reword the documentation so that it's more succinct
56197         and can be run together into a single paragraph.
56198         * m4/same.m4 (gl_SAME): Check for pathconf.
56199
56200 2004-01-15  Paul Eggert  <eggert@twinsun.com>
56201
56202         Merge from coreutils.
56203
56204         * lib/posixver.c: Include posixver.h.
56205
56206         * lib/same.c: Include <stdbool.h>, <limits.h>.
56207         (_POSIX_NAME_MAX): Define if not defined.
56208         (MIN): New macro.
56209         (same_name): If file names are silently truncated, report
56210         that the file names are the same if they are the same after
56211         the silent truncation.
56212
56213         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
56214         conversion function.
56215         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
56216         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
56217         longer needed.
56218
56219 2004-01-15  Jim Meyering  <jim@meyering.net>
56220
56221         Merge from coreutils.
56222
56223         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
56224         if no library is required.
56225         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
56226         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
56227         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
56228         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
56229         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
56230         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
56231         value, $ac_cv_search_crypt, if it's "none required".
56232         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
56233         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
56234         not gl_FUNC_GETLOADAVG.
56235         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
56236         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
56237
56238 2004-01-15  Jim Meyering  <jim@meyering.net>
56239
56240         Merge from coreutils.
56241
56242         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
56243         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
56244         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
56245
56246         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
56247         optional configure-time default.
56248
56249         * lib/version-etc.c (version_etc_copyright): Update copyright date.
56250
56251         * lib/xreadlink.c (xreadlink): Correct outdated comment.
56252
56253 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
56254
56255         Merge from coreutils.
56256
56257         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
56258         value, $ac_cv_search_nanosleep, if it's "none required".
56259
56260 2004-01-14  Paul Eggert  <eggert@twinsun.com>
56261
56262         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
56263         with like-named macro in fnmatch.c.
56264         (EXT): Use an internal constant instead.
56265
56266         Merge fnmatch patches from glibc.
56267         * lib/fnmatch.c (mbsinit): Remove define.
56268         Add libc_hidden_ver (__fnmatch, fnmatch).
56269         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
56270         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
56271
56272 2004-01-14  Karl Berry  <karl@gnu.org>
56273
56274         * config/install-sh: update from automake.
56275
56276 2004-01-13  Karl Berry  <karl@gnu.org>
56277
56278         * config/install-sh: update from automake.
56279
56280 2004-01-09  Karl Berry  <karl@gnu.org>
56281
56282         * config/install-sh: update from automake.
56283
56284 2004-01-05  Karl Berry  <karl@gnu.org>
56285
56286         * config/config.{sub,guess}: update from config.
56287
56288 2003-12-31  Karl Berry  <karl@gnu.org>
56289
56290         * config/depcomp: update from automake.
56291
56292 2003-12-14  Karl Berry  <karl@gnu.org>
56293
56294         * lib/config.charset: update from gettext-runtime.
56295
56296 2003-12-03  Paul Eggert  <eggert@twinsun.com>
56297
56298         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
56299         Bug reported by Alfred M. Szmidt.
56300
56301 2003-12-03  Bruno Haible  <bruno@clisp.org>
56302
56303         * m4/gettext.m4: Upgrade from gettext-0.13.
56304         * m4/po.m4: Upgrade from gettext-0.13.
56305         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
56306         * m4/intmax.m4: New file, from gettext-0.13.
56307         * m4/printf-posix.m4: New file, from gettext-0.13.
56308
56309 2003-11-29  Karl Berry  <karl@gnu.org>
56310
56311         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
56312
56313 2003-11-25  Paul Eggert  <eggert@twinsun.com>
56314             Bruno Haible  <bruno@clisp.org>
56315
56316         * lib/printf-parse.h: Don't include sys/types.h.
56317         (ARG_NONE): New macro.
56318         (char_directive): Change type of *arg_index fields to size_t.
56319         * lib/printf-parse.c: Don't include sys/types.h.
56320         (SSIZE_MAX): Remove macro.
56321         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
56322         Remove unnecessary overflow check.
56323         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
56324         fields.
56325
56326 2003-11-25  Bruno Haible  <bruno@clisp.org>
56327
56328         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
56329
56330 2003-11-25  Bruno Haible  <bruno@clisp.org>
56331
56332         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
56333         gt_TYPE_SSIZE_T.
56334
56335 2003-11-24  Paul Eggert  <eggert@twinsun.com>
56336
56337         * modules/alloca: Remove dependency on xalloc.
56338
56339 2003-11-24  Paul Eggert  <eggert@twinsun.com>
56340
56341         * lib/alloca.c: Remove dependency on xalloc module.
56342         (xalloc_die): Remove.
56343         (memory_full) [!defined emacs]: New macro.
56344         [!defined emacs]: Don't include xalloc.h.
56345         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
56346         address arithmetic overflows.  Change datatypes a bit to avoid
56347         unnecessary casts.
56348
56349 2003-11-22  Jim Meyering  <jim@meyering.net>
56350
56351         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
56352         s/size/size_t/.
56353
56354 2003-11-21  Karl Berry  <karl@gnu.org>
56355
56356         * config/config.{sub,guess}: update from config.
56357
56358 2003-11-18  Karl Berry  <karl@gnu.org>
56359
56360         * config/config.{sub,guess}: update from config.
56361
56362         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
56363
56364 2003-11-17  Paul Eggert  <eggert@twinsun.com>
56365
56366         * README: Mention that S+T cannot overflow if S is the size of
56367         an existing object and T is sufficiently small.
56368
56369 2003-11-17  Jim Meyering  <jim@meyering.net>
56370
56371         On systems without utime and without a utimes function capable of
56372         dealing with a NULL struct utimbuf* argument, this utime replacement
56373         could -- in unusual circumstances -- leak a file descriptor.
56374         * lib/utime.c: Include <unistd.h> and <errno.h>.
56375         (utime_null): Be sure to close `fd' and to preserve errno.
56376         Reported by Geoff Collyer via Arnold Robbins.
56377
56378 2003-11-17  Bruno Haible  <bruno@clisp.org>
56379
56380         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
56381         (Depends-on): Add xsize.
56382
56383 2003-11-17  Bruno Haible  <bruno@clisp.org>
56384
56385         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
56386
56387 2003-11-17  Bruno Haible  <bruno@clisp.org>
56388
56389         * lib/vasnprintf.c (alloca): Remove fallback definition.
56390         (freea): Remove definition.
56391         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
56392         Reported by Paul Eggert.
56393
56394 2003-11-16  Paul Eggert  <eggert@twinsun.com>
56395             Bruno Haible  <bruno@clisp.org>
56396
56397         Protect against address arithmetic overflow.
56398         * lib/printf-args.h: Include stddef.h.
56399         (arguments): Change type of field 'count' to size_t.
56400         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
56401         'unsigned int' where appropriate.
56402         * lib/printf-parse.h: Include sys/types.h.
56403         (char_directive): Change type of *arg_index fields to ssize_t.
56404         (char_directives): Change type of fields 'count', max_*_length to
56405         size_t.
56406         * lib/printf-parse.c: Include sys/types.h and xsize.h.
56407         (SSIZE_MAX): Define fallback value.
56408         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
56409         instead of 'int' where appropriate. Check a_allocated, d_allocated
56410         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
56411         * lib/vasnprintf.c: Include xsize.h.
56412         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
56413         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
56414         overflow. Avoid wraparound when converting a width or precision from
56415         decimal to binary.
56416
56417 2003-11-16  Bruno Haible  <bruno@clisp.org>
56418
56419         Update from GNU gettext.
56420         * lib/printf-parse.c: Generalize to it can be compiled for wide
56421         strings.
56422         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
56423         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
56424         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
56425         SNPRINTF): New macros.
56426         Don't include <alloca.h> if the file is used inside libintl.
56427         (local_wcslen): New function, for Solaris 2.5.1.
56428         (VASNPRINTF): Use it instead of wcslen.
56429
56430 2003-11-16  Bruno Haible  <bruno@clisp.org>
56431
56432         * lib/xsize.h (xmax): New function.
56433         (xsum, xsum3, xsum4): Declare as "pure" functions.
56434
56435 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56436
56437         * modules/xalloc (Files): Undo latest change, since xalloc.h
56438         no longer needs SIZE_MAX or PTRDIFF_MAX.
56439
56440 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56441
56442         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
56443         gl_PTRDIFF_MAX.
56444
56445 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56446
56447         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
56448         "return", to pacify some unknown compiler.  Problem reported
56449         by Joerg Schilling.
56450
56451 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56452
56453         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
56454         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
56455         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
56456         heuristic is just as accurate as far as we know, and it removes a
56457         dependency on size_max.m4 and ptrdiff_max.m4.
56458
56459 2003-11-11  Bruno Haible  <bruno@clisp.org>
56460
56461         * modules/xsize (Files): Add m4/size_max.m4.
56462         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
56463
56464 2003-11-11  Bruno Haible  <bruno@clisp.org>
56465
56466         * m4/size_max.m4: New file.
56467         * m4/ptrdiff_max.m4: New file.
56468         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
56469         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
56470         (gl_XALLOC): Invoke it.
56471
56472 2003-11-11  Bruno Haible  <bruno@clisp.org>
56473
56474         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
56475         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
56476         defined.
56477
56478 2003-11-10  Paul Eggert  <eggert@twinsun.com>
56479
56480         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
56481         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
56482         rejected some allocations of exactly SIZE_MAX - 2 bytes.
56483         From Bruno Haible.
56484         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
56485         not (size_t) -1, since it's defined here.
56486
56487 2003-11-09  Karl Berry  <karl@gnu.org>
56488
56489         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
56490
56491 2003-11-06  Paul Eggert  <eggert@twinsun.com>
56492
56493         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
56494         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
56495         Reject sizes of exactly SIZE_MAX bytes.
56496         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
56497         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
56498
56499 2003-11-05  Bruno Haible  <bruno@clisp.org>
56500
56501         * lib/xsize.h: Include limits.h, to avoid a possible collision with
56502         SIZE_MAX defined in <limits.h> on Solaris.
56503
56504 2003-11-04  Jim Meyering  <jim@meyering.net>
56505
56506         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
56507         variable names, rather than @VAR@.
56508         * modules/poll: Likewise.
56509
56510 2003-11-04  Bruno Haible  <bruno@clisp.org>
56511
56512         * modules/xsize: New file.
56513         * modules/linebreak: Depend on xsize.
56514         * MODULES.html.sh (func_all_modules): Add xsize.
56515
56516 2003-11-04  Bruno Haible  <bruno@clisp.org>
56517
56518         * m4/xsize.m4: New file.
56519
56520 2003-11-04  Bruno Haible  <bruno@clisp.org>
56521
56522         * lib/xsize.h: New file.
56523         * lib/linebreak.c: Include xsize.h.
56524         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
56525         argument for overflow.
56526         Suggested by Paul Eggert.
56527
56528 2003-11-03  Karl Berry  <karl@gnu.org>
56529
56530         * config/config.{guess,sub}: update from config.
56531
56532 2003-11-03  Jim Meyering  <jim@meyering.net>
56533
56534         * modules/userspec (lib_SOURCES): Add userspec.h.
56535         (Include): Add "userspec.h".
56536         Improve description.
56537
56538 2003-11-03  Jim Meyering  <jim@meyering.net>
56539
56540         * lib/userspec.c: Include "userspec.h".
56541         * lib/userspec.h: New file.
56542
56543 2003-11-03  Bruno Haible  <bruno@clisp.org>
56544
56545         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
56546
56547 2003-11-03  Bruno Haible  <bruno@clisp.org>
56548
56549         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
56550         available, to avoid (extremely rare) race condition.
56551         Suggested by Paul Eggert.
56552
56553 2003-11-02  Karl Berry  <karl@gnu.org>
56554
56555         * config/srclist.txt (vasprintf.c): sync broken, sigh.
56556
56557 2003-10-31  Paul Eggert  <eggert@twinsun.com>
56558
56559         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
56560         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
56561         (read_filesystem_list): Set and use me_type_malloced.
56562         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
56563         whatever the type happens to be), for brevity and consistency.
56564         Check for size calculation overflow on Alphas running OSF/1.
56565
56566 2003-10-31  Jim Meyering  <jim@meyering.net>
56567
56568         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
56569
56570         * lib/linebuffer.c: Include <string.h> for declaration of memset.
56571
56572 2003-10-30  Paul Eggert  <eggert@twinsun.com>
56573             Bruno Haible  <bruno@clisp.org>
56574
56575         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
56576         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
56577
56578 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
56579
56580         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
56581         netbsd*-gnu*.  Suggested by Robert Millan.
56582
56583 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56584
56585         * modules/group-member: Depend on stdbool.
56586
56587 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56588
56589         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
56590
56591 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56592
56593         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
56594         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
56595         after the 'gnu' in these cases.  This fixes some bugs in the
56596         previous change, and is based on suggestions by Robert Millan.
56597
56598 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56599
56600         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
56601         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
56602         no longer needed.
56603         * lib/quotearg.c (quotearg_n_options): Use it.
56604         * lib/group-member.c: Include <stdbool.h>.
56605         (free_group_info): Arg is now const *; don't free arg.
56606         (get_group_info): Now returns bool and accepts struct group_info *,
56607         rather than returning a malloc'ed struct group_info *.
56608         All uses changed.  Check for overflow in internal size calculation.
56609
56610         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
56611         rather than xmalloc/xrealloc.
56612         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
56613         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
56614         conformance bug: the old code used a pointer after freeing the
56615         storage that it addressed.
56616         * lib/hash.c (hash_initialize): Simplify the code by using
56617         xalloc_oversized rather than doing it by hand.
56618         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
56619         the buffer preserved.  Use free and xmalloc instead.
56620         * lib/quotearg.c (quotearg_n_options): Likewise.
56621         Use a simpler test for size overflow.  Don't use xalloc_oversized
56622         because unsigned int might be wider than size_t (!); this suggests
56623         that we should switch from unsigned int to size_t for slot numbers.
56624
56625 2003-10-28  Paul Eggert  <eggert@twinsun.com>
56626
56627         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
56628         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
56629         NetBSD kernels.  Requested by Richard Stallman.
56630
56631 2003-10-27  Paul Eggert  <eggert@twinsun.com>
56632
56633         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
56634         to allocate the returned structure.  Do not allocate a subarray,
56635         as x2nrealloc will do that.
56636         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
56637         instead of xnrealloc.
56638         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
56639
56640 2003-10-27  Bruno Haible  <bruno@clisp.org>
56641
56642         * lib/stdbool_.h: Better support for BeOS.
56643
56644 2003-10-26  Paul Eggert  <eggert@twinsun.com>
56645
56646         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
56647         now uses inline.
56648
56649 2003-10-26  Paul Eggert  <eggert@twinsun.com>
56650
56651         * lib/xalloc.h (xalloc_oversized): New static inline function, for
56652         callers that want to do their own size-overflow checking.  Include
56653         <stdbool.h>, since xalloc_oversized returns bool.
56654         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
56655         to use xalloc_oversized.
56656
56657         Add two functions x2realloc, x2nrealloc, for programs that grow
56658         arrays dynamically by doubling their sizes.
56659         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
56660         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
56661         New functions.
56662
56663         Port to C99 semantics for 'inline' of external functions.
56664         Bug reported by Bruno Haible.
56665         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
56666         with the old contents of xnmalloc.
56667         (xnmalloc, xmalloc): Use it.
56668         (xnrealloc_inline): New static inline function,
56669         with the old contents of xnrealloc.
56670         (xnrealloc, xrealloc): Use it.
56671
56672         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
56673         that.
56674
56675 2003-10-26  Karl Berry  <karl@gnu.org>
56676
56677         * config/srclist.txt (COPYING.DOC): no longer available from
56678         /gd/gnuorg; don't know where the ultimate source is.
56679
56680 2003-10-25  Paul Eggert  <eggert@twinsun.com>
56681
56682         Fix several address-calculation bugs in the hash modules,
56683         plus some minor code cleanup.
56684
56685         * lib/hash.h: Include <stdbool.h>, for bool.
56686         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
56687         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
56688         hash_get_n_entries, hash_get_max_bucket_length,
56689         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
56690         hash_rehash): Use size_t rather than unsigned.
56691         * lib/hash.c (struct hash_table, hash_get_n_buckets,
56692         hash_get_n_buckets_used, hash_get_n_entries,
56693         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
56694         hash_get_entries, hash_do_for_each, hash_string, is_prime,
56695         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
56696         Likewise.
56697         (SIZE_MAX): Define if not defined.
56698         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
56699         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
56700         hash_print):
56701         Use const * when possible.
56702         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
56703         (check_tuning): Fix bug: if tuning parameters were very close to
56704         0 or 1, rounding errors could have caused subscript violations.
56705         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
56706         (hash_initialize): Add 'fail:' label
56707         to free table and return NULL, and use it to simplify code.
56708         Use calloc rather than clearing the storage ourself.
56709         (hash_initialize, hash_rehash): Check for arithmetic overflow in
56710         buffer size calculations.
56711         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
56712         Include <stddef.h>, for size_t.
56713         * lib/hash-pjw.c (hash_pjw): Likewise.
56714         Switch to method described by Bruno Haible.
56715         Include <limits.h>, for CHAR_BIT.
56716         (SIZE_BITS): New macro.
56717
56718 2003-10-23  Paul Eggert  <eggert@twinsun.com>
56719
56720         * m4/getline.m4 (AM_FUNC_GETLINE):
56721         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
56722         hosts.  Problem reported by Derek Robert Price in
56723         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
56724         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
56725         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
56726
56727 2003-10-21  Paul Eggert  <eggert@twinsun.com>
56728
56729         * lib/getndelim2.c (getndelim2): When size calculation overflows,
56730         ceiling the allocation at NMAX bytes rather than silently
56731         discarding input bytes before NMAX is reached.  This makes
56732         a difference only if NMAX exceeds SIZE_MAX / 2.
56733
56734         * lib/obstack.c: Merge from glibc.
56735         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
56736         Add libc_hidden_def (_obstack_newchunk).
56737         (_obstack_free) [! defined _LIBC]: Remove.
56738         [defined _LIBC]: Make a strong alias from obstack_free, rather than
56739         a clone of the function body.
56740         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
56741         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
56742
56743         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
56744         glibc.
56745         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
56746         arg to memcpy.
56747
56748         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
56749         (obstack_ptr_grow_fast, obstack_int_grow_fast):
56750         Don't use lvalue casts, as GCC plans to remove support for them
56751         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
56752         was also present in the non-GCC version, indicating that this
56753         code had always been buggy and had never been widely used.
56754         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
56755         Use the fast variant of each macro, rather than copying the
56756         definiens of the fast variant; that way, we'll be more likely to
56757         catch future bugs in the fast variants.
56758
56759 2003-10-20  Bruno Haible  <bruno@clisp.org>
56760
56761         * modules/wait-process: New file.
56762         * MODULES.html.sh (func_all_modules): Add wait-process.
56763
56764 2003-10-20  Bruno Haible  <bruno@clisp.org>
56765
56766         * m4/wait-process.m4: New file.
56767
56768 2003-10-20  Bruno Haible  <bruno@clisp.org>
56769
56770         * lib/wait-process.h: New file, from GNU gettext.
56771         * lib/wait-process.c: New file, from GNU gettext.
56772
56773 2003-10-19  Jim Meyering  <jim@meyering.net>
56774
56775         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
56776         HPUX 10.20.
56777
56778 2003-10-18  Karl Berry  <karl@gnu.org>
56779
56780         * config/config.guess: update from config.
56781
56782 2003-10-16  Paul Eggert  <eggert@twinsun.com>
56783
56784         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
56785         (getgroups): First arg is int, not size_t.
56786         Don't let 'free' mangle errno.
56787
56788 2003-10-16  Paul Eggert  <eggert@twinsun.com>
56789
56790         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
56791
56792 2003-10-16  Karl Berry  <karl@gnu.org>
56793
56794         * config/config.{guess,sub}: update from config.
56795
56796 2003-10-16  Jim Meyering  <jim@meyering.net>
56797
56798         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
56799         memcpy.
56800
56801 2003-10-15  Paul Eggert  <eggert@twinsun.com>
56802
56803         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
56804         (SIZE_MAX): Remove.
56805         (new_exclude, add_exclude_file): Initial size no longer needs to
56806         be a power of 2.
56807         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
56808         our own address arithmetic overflow checking.
56809
56810         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
56811         (fnmatch): Do not alloca more than 2000 wide characters;
56812         instead, use malloc for large buffers.
56813         Check for address arithmetic overflow, and return -1
56814         with errno set to ENOMEM in that case.
56815         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
56816         (NEW_PATTERN): Do not alloca more than 8000 bytes;
56817         instead, return -1.  Check for address arithmetic overflow.
56818
56819 2003-10-14  Paul Eggert  <eggert@twinsun.com>
56820
56821         Handle invalid suffixes and overflow independently, so that
56822         callers can treat them independently as needed.  Fix some bugs in
56823         suffix handling, e.g., "100k@" was not diagnosed as an invalid
56824         suffix for a human-readable blocksize.  The major caller-visible
56825         change is the addition of a new
56826         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
56827         that both overflow and suffix chars were found.
56828
56829         * lib/human.c (humblock): Don't check separately for invalid suffix
56830         char; that is xstrtoumax's job (now that its bug is fixed).
56831         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
56832         INTMAX_MAX]: New macros.
56833         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
56834         TYPE_MAXIMUM): New macros.
56835         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
56836         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
56837         if overflow occurs, as it's what __strtol does and it's more useful
56838         in practice.
56839         (__xstrtol): If __strtol reports some error other than ERANGE,
56840         reflect it to the caller as LONGINT_INVALID.  If it reports
56841         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
56842         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
56843         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
56844         value.
56845         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
56846         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
56847         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
56848         [defined UINTMAX_MAX]: New macros.
56849
56850 2003-10-14  Bruno Haible  <bruno@clisp.org>
56851
56852         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
56853
56854 2003-10-14  Bruno Haible  <bruno@clisp.org>
56855
56856         * m4/sig_atomic_t: New file, from GNU gettext.
56857         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
56858
56859 2003-10-14  Bruno Haible  <bruno@clisp.org>
56860
56861         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
56862         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
56863         Also use volatile where needed.
56864
56865 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56866
56867         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
56868         Change maintainer from Bruno Haible to 'all'.
56869
56870 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56871
56872         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
56873
56874 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56875
56876         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
56877         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
56878         and define in terms of the other primitives.
56879         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
56880         (SIZE_MAX): Define if not already defined.
56881         (array_size_overflow): New function.
56882         (xalloc_die): Abort instead of exiting if 'error' returns.
56883         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
56884         (xmalloc, xrealloc): Use them.
56885         (xcalloc): Check for address arithmetic overflow.
56886         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
56887         a bit faster than strcpy.
56888
56889 2003-10-10  Simon Josefsson  <jas@extundo.com>
56890
56891         * modules/argp (Depends-on): Add restrict and strcase.
56892
56893 2003-10-10  Simon Josefsson  <jas@extundo.com>
56894
56895         * m4/argp.m4: Add AC_C_INLINE.
56896
56897 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56898
56899         Merge getpass from libc, plus a few fixes.
56900
56901         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
56902         Include <stdbool.h>.
56903         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
56904         __fsetlocking to empty.
56905         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
56906         do include <bits/libc-lock.h>.
56907         Do not include <fcntl.h>; not needed.
56908         [_LIBC]: Include <wchar.h>.
56909         (NOTCANCEL_MODE): New macro.
56910         (flockfile, funlockfile) [_LIBC]: New macros.
56911         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
56912         [!_LIBC]: New macros.
56913         (call_fclose): New function.
56914         (getpass): Use it.  Save tty stream separately; this simplifies the
56915         code and makes it more reliable if stdin happens to equal stdout.
56916         Invoke __fsetlocking on tty.
56917         Handle thread cancellation if needed.
56918         Namespace cleanup (use __tcgetattr, __getline).
56919         Use bool for Booleans.
56920         [USE_IN_LIBIO]: Handle wide streams.
56921         [!_LIBC]: Unconditionally do the fseek, since we don't know what
56922         stream might go where.
56923
56924         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
56925         doesn't have to include <stdio.h> before us.
56926         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
56927         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
56928         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
56929         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
56930         if not declared, so that we can use getpass.c code from libc without
56931         rewriting it.
56932         (flockfile, ftrylockfile, funlockfile): New macros.
56933
56934 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56935
56936         * modules/getpass: Depend on stdbool.
56937
56938 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56939
56940         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
56941
56942 2003-10-07  Karl Berry  <karl@gnu.org>
56943
56944         * config/config.{guess,sub}: update from config.
56945
56946 2003-10-06  Jim Meyering  <jim@meyering.net>
56947             Bruno Haible  <bruno@clisp.org>
56948
56949         This lets translators provide better translations for the
56950         "Written by ..." part of --version output.
56951         * lib/version-etc.h: Include stdarg.h.
56952         (version_etc_copyright): Declare as readonly.
56953         (version_etc): Make this function variadic with a NULL-terminated list
56954         of author name strings.
56955         (version_etc_va): New declaration.
56956         * lib/version-etc.c: Include stdarg.h, stdlib.h.
56957         (version_etc_copyright): Declare as readonly.
56958         (version_etc_va): New function. Provide a different translatable string
56959         for each possible number of authors < 10. Abbreviate when there are 10
56960         authors or more.
56961         (version_etc): Make this function variadic. Call version_etc_va.
56962         Suggestion from Gary V. Vaughan.
56963
56964         * lib/long-options.h (parse_long_options): Change prototype: the
56965         authors string is moved to the end and becomes variadic.
56966         * lib/long-options.c: Include stdarg.h.
56967         (parse_long_options): Make this function variadic, too.
56968         Call version_etc_va, not version_etc.
56969
56970 2003-10-06  Bruno Haible  <bruno@clisp.org>
56971
56972         * modules/version-etc-2: Remove file.
56973         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
56974
56975 2003-10-06  Bruno Haible  <bruno@clisp.org>
56976
56977         * modules/fatal-signal: New file.
56978         * MODULES.html.sh (func_all_modules): Add fatal-signal.
56979
56980 2003-10-06  Bruno Haible  <bruno@clisp.org>
56981
56982         * m4/fatal-signal.m4: New file.
56983         * m4/signalblocking.m4: New file, from GNU gettext.
56984
56985 2003-10-06  Bruno Haible  <bruno@clisp.org>
56986
56987         * lib/version-etc-2.h: Remove file.
56988         * lib/version-etc-2.c: Remove file.
56989
56990 2003-10-06  Bruno Haible  <bruno@clisp.org>
56991
56992         * lib/fatal-signal.h: New file, from GNU gettext.
56993         * lib/fatal-signal.c: New file, from GNU gettext.
56994
56995 2003-10-05  Paul Eggert  <eggert@twinsun.com>
56996
56997         * README: Rework advice for preventing empty .o files.
56998         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
56999         not <sys/types.h>.
57000
57001 2003-10-04  Karl Berry  <karl@gnu.org>
57002
57003         * lib/argp*: update from libc.
57004
57005 2003-10-04  Karl Berry  <karl@gnu.org>
57006
57007         * config/config.{guess,sub}: update from config.
57008
57009 2003-10-02  Bruno Haible  <bruno@clisp.org>
57010
57011         * modules/lchown (Include): Add lchown.h.
57012         * modules/time_r (Include): Use "..." syntax.
57013         * modules/xgetdomainname (Include): Add xgetdomainname.h.
57014
57015 2003-10-01  Simon Josefsson  <jas@extundo.com>
57016
57017         * MODULES.html.sh (func_all_modules): Move gethostname from section
57018         'based on' to section 'lacking' POSIX:2001.
57019
57020 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
57021
57022         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
57023         to output mode on the same stream.
57024
57025 2003-09-29  Paul Eggert  <eggert@twinsun.com>
57026
57027         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
57028         Fix arg typo in previous patch.
57029
57030 2003-09-28  Jim Meyering  <jim@meyering.net>
57031
57032         * lib/error.c: Correct cpp indentation.
57033
57034 2003-09-27  Paul Eggert  <eggert@twinsun.com>
57035
57036         * modules/free: New file.
57037
57038 2003-09-27  Paul Eggert  <eggert@twinsun.com>
57039
57040         * m4/free.m4: New file.
57041
57042 2003-09-27  Paul Eggert  <eggert@twinsun.com>
57043
57044         * lib/minmax.h (MIN, MAX)
57045         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
57046         Omit the special code that used __typeof__, since we worry that
57047         it could be more trouble than it's worth.  See:
57048         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
57049         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
57050
57051         * lib/free.c: New file.
57052
57053 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
57054
57055         Trivial fixes to Makefile.am parts of module listings.
57056         * modules/strstr: Append strstr.h to lib_SOURCES.
57057         * modules/strcase: Likewise, for strcase.h.
57058
57059 2003-09-27  Karl Berry  <karl@gnu.org>
57060
57061         * config/mkinstalldirs: update from automake.
57062
57063 2003-09-26  Paul Eggert  <eggert@twinsun.com>
57064
57065         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
57066         (error_tail): Do not loop, reallocating temporary buffer, since
57067         the output cannot contain more wide characters than the input
57068         contains bytes, the size must be big enough already.  This avoids
57069         one potential size overflow calculation.  Check for size overflow
57070         when calculating temporary buffer size.  Free temporary buffer
57071         when done, if it was allocated with malloc; this plugs a memory
57072         leak.  Remove casts from void * to pointers, that are no longer
57073         needed now that we're assuming C89 or better.
57074
57075         Merge error changes from glibc.
57076
57077         * lib/error.c, error.h: Update copyright notice header to match glibc.
57078         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
57079         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
57080         Disable cancellation while printing error.
57081         * lib/error.h: Prepend __ to parameter names.
57082
57083 2003-09-26  Jim Meyering  <jim@meyering.net>
57084
57085         * lib/error.c (error_tail): Move some declarations
57086         into inner scope where the local variables are used.
57087
57088 2003-09-26  Bruno Haible  <bruno@clisp.org>
57089
57090         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
57091         stpncpy().
57092         Don't define stpncpy through config.h; it's now done through stpncpy.h.
57093
57094 2003-09-26  Bruno Haible  <bruno@clisp.org>
57095
57096         * lib/stpncpy.h (gnu_stpncpy): New declaration.
57097         (stpncpy): Define as alias for gnu_stpncpy.
57098         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
57099
57100 2003-09-25  Simon Josefsson  <jas@extundo.com>
57101
57102         * lib/xgetdomainname.h: New file.
57103         * lib/xgetdomainname.c: New file.
57104
57105 2003-09-25  Simon Josefsson  <jas@extundo.com>
57106             Bruno Haible  <bruno@clisp.org>
57107
57108         * modules/getdomainname: New file.
57109         * modules/xgetdomainname: New file.
57110         * MODULES.html.sh (func_all_modules): Add getdomainname,
57111         xgetdomainname.
57112
57113 2003-09-25  Simon Josefsson  <jas@extundo.com>
57114             Bruno Haible  <bruno@clisp.org>
57115
57116         * m4/getdomainname.m4: New file.
57117
57118 2003-09-25  Simon Josefsson  <jas@extundo.com>
57119             Bruno Haible  <bruno@clisp.org>
57120
57121         * lib/getdomainname.h: New file.
57122         * lib/getdomainname.c: New file.
57123
57124 2003-09-25  Karl Berry  <karl@gnu.org>
57125
57126         * lib/argp-fmtstream.c, argp-help.c: update from libc.
57127
57128 2003-09-25  Karl Berry  <karl@gnu.org>
57129
57130         * config/install-sh: update from automake.
57131
57132 2003-09-25  Bruno Haible  <bruno@clisp.org>
57133
57134         * modules/version-etc-2: New file, from modules/version-etc with
57135         modifications.
57136         * MODULES.html.sh (func_all_modules): Add version-etc-2.
57137
57138 2003-09-25  Bruno Haible  <bruno@clisp.org>
57139
57140         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
57141         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
57142
57143 2003-09-24  Simon Josefsson  <jas@extundo.com>
57144
57145         * modules/xgethostname: Add xgethostname.h.
57146
57147 2003-09-24  Paul Eggert  <eggert@twinsun.com>
57148
57149         * lib/linebuffer.c (freebuffer): Don't free the argument, just
57150         the buffer associated with the argument.  Bug reported by
57151         Simon Josefsson.
57152
57153 2003-09-24  Paul Eggert  <eggert@twinsun.com>
57154
57155         * README: Document assumptions that 'int' is at least 32 bits
57156         wide, that integer arithmetic is 2's complement without overflow,
57157         that there are no holes in integer values, that adding sizes of
57158         two nonoverlapping objects can't overflow, and that all-bits-zero
57159         yields scalar zero.  Fix spelling and capitalization typos.
57160
57161 2003-09-19  Karl Berry  <karl@gnu.org>
57162
57163         * lib/argp.h: update from libc.
57164
57165 2003-09-17  Paul Eggert  <eggert@twinsun.com>
57166
57167         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
57168         to avoid spurious warnings like "AC_RUN_IFELSE was called before
57169         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
57170
57171 2003-09-17  Paul Eggert  <eggert@twinsun.com>
57172
57173         * gnulib-tool: Use "test -h", not "test -L", for portability
57174         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
57175         (tags_regexp): Remove, since \| doesn't conform to POSIX.
57176         (sed_extract_prog): Issue s commands one-by-one, rather than
57177         using \| in one s command.
57178
57179 2003-09-16  Paul Eggert  <eggert@twinsun.com>
57180
57181         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
57182         input error, instead of returning NULL the next time we are called
57183         (and therefore losing track of errno).
57184
57185 2003-09-16  Bruno Haible  <bruno@clisp.org>
57186
57187         * gnulib-tool (func_create_testdir): Warn about duplicated
57188         dependencies.
57189
57190 2003-09-15  Paul Eggert  <eggert@twinsun.com>
57191
57192         * modules/argmatch, modules/fatal, modules/obstack,
57193         modules/xalloc, modules/xgethostname: Sort dependencies by
57194         importance, not alphabetically.
57195
57196 2003-09-15  Paul Eggert  <eggert@twinsun.com>
57197
57198         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
57199         fails, so that the caller gets the proper errno.
57200
57201         * lib/readutmp.c (read_utmp): Likewise.
57202         Check for fstat error.  Close stream and free storage
57203         when failing.
57204
57205 2003-09-14  Karl Berry  <karl@gnu.org>
57206
57207         * config/srclist.txt (strdup.c): disable for c89 changes.
57208
57209 2003-09-14  Jim Meyering  <jim@meyering.net>
57210
57211         * lib/getloadavg.c: Correct cpp indentation.
57212         * lib/strdup.c: Likewise.
57213         * lib/vasnprintf.c: Likewise.
57214
57215 2003-09-14  Bruno Haible  <bruno@clisp.org>
57216
57217         * modules/fwriteerror: New file.
57218         * MODULES.html.sh (func_all_modules): Add fwriteerror.
57219
57220 2003-09-14  Bruno Haible  <bruno@clisp.org>
57221
57222         * lib/fwriteerror.h: New file.
57223         * lib/fwriteerror.c: New file.
57224
57225 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57226
57227         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
57228         modules/xgethostname, modules/xalloc: Depend on exit.
57229
57230 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57231
57232         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
57233
57234         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
57235         and AC_MINIX, too, so that their extensions are available.
57236
57237         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
57238         This macro has been superseded by gl_BACKUPFILE.
57239
57240         More patches to assume C89 or better.
57241
57242         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
57243
57244         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
57245         unconditionally.
57246         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
57247         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
57248         Include <string.h>, <stdlib.h> unconditionally.
57249         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
57250         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
57251         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
57252         headers or for string.h.
57253         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
57254         or strtoul.
57255
57256         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
57257         headers.
57258         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
57259         * m4/userspec.m4 (gl_USERSPEC): Likewise.
57260         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
57261         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
57262         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
57263         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
57264         memcpy, memset.
57265         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
57266         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
57267         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
57268         strtol.
57269         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
57270         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
57271         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
57272         strtoul.
57273
57274 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57275
57276         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
57277         * lib/obstack.c [!defined _LIBC]: Likewise.
57278         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
57279         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
57280         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
57281
57282         More changes to assume C89 or better.
57283
57284         * lib/error.c (error_tail): Assume vprintf.
57285
57286         * lib/argmatch.c (getenv): Remove decl.
57287         * lib/progreloc.c (get_full_program_name): Define via prototype.
57288         * lib/setenv.c (clearenv): Likewise.
57289         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
57290         needed.
57291         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
57292         (malloc, memcpy): Remove decls.
57293         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
57294         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
57295         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
57296         (memcpy): Remove macro.
57297         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
57298         (__P): Remove.  All uses removed.
57299         (PTR): Remove.  All uses changed to void *.
57300         (CHAR_BIT, NULL): Remove.
57301         (spaces, zeros, memset_space, memset_zero)
57302         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
57303         Remove.
57304         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
57305         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
57306         Define with prototype.
57307         Remove now-unnecessary prototype decl.
57308         (extra_args_spec): Assume ANSI C.  All uses changed.
57309         (extra_args_spec_iso): Remove.
57310         (my_strftime, emacs_strftimeu): Define via prototype.
57311         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
57312         unconditionally.
57313         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
57314         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
57315         (strtoul, strtol): Remove decls.
57316         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
57317         LONG_MAX): Remove.
57318         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
57319         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
57320         (LOCALE_PARAM_PROTO): New macro.
57321         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
57322         (INTERNAL (strtol), strtol): Define with a prototype.
57323         (PARAMS): Remove.  All uses removed.
57324         * lib/tempname.c: Include <string.h> unconditionally.
57325         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
57326         * lib/xgethostname.c (main): Define with a prototype.
57327         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
57328         Include <stdlib.h> unconditionally.
57329         (calloc, malloc, realloc, free): Remove decls.
57330         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
57331         Include <stdlib.h> unconditionally.  Sort include file names.
57332         (strtod): Remove.
57333         (xstrtod): Define with a prototype.
57334         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
57335         (strtol, strtoul): Remove decls.
57336
57337 2003-09-11  Paul Eggert  <eggert@twinsun.com>
57338
57339         More patches to assume C89 or better.
57340         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
57341         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
57342         string.h, memchr, STDC_HEADERS.
57343
57344 2003-09-11  Paul Eggert  <eggert@twinsun.com>
57345
57346         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
57347         Include <stdlib.h>, <string.h> unconditionally.
57348         Remove now-unnecessary cast to char *.
57349         * lib/strnlen.c: Include <string.h> unconditionally.
57350         * lib/yesno.c (yesno): Define with a prototype.
57351
57352 2003-09-11  Bruno Haible  <bruno@clisp.org>
57353
57354         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
57355
57356 2003-09-10  Jim Meyering  <jim@meyering.net>
57357
57358         * lib/error.c: Correct indentation of cpp directives.
57359
57360 2003-09-10  Bruno Haible  <bruno@clisp.org>
57361
57362         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
57363         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
57364         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
57365         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
57366         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
57367         <stdlib.h> and <string.h> checks.
57368         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
57369         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
57370
57371 2003-09-10  Bruno Haible  <bruno@clisp.org>
57372
57373         * lib/strcspn.c: Include <string.h> unconditionally.
57374         * lib/strpbrk.c: Include <string.h> unconditionally.
57375         * lib/strstr.c: Include <string.h> unconditionally.
57376         * lib/unicodeio.c: Include <string.h> unconditionally.
57377         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
57378         * lib/unsetenv.c: Likewise.
57379         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
57380         * lib/yesno.c: Include <stdlib.h> unconditionally.
57381         (rpmatch): Add prototype.
57382
57383 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57384
57385         More patches to assume C89 or better.
57386         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
57387         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
57388         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
57389         or for string.h.
57390         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
57391         stdlib.h.
57392         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
57393         C headers.
57394         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
57395         string.h.
57396         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
57397         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
57398         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
57399         or for string.h.
57400         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
57401         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
57402         C headers.
57403         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
57404         memcpy.
57405         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
57406         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
57407         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
57408         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
57409         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
57410         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
57411         string.h, free.
57412         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
57413         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
57414         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
57415         C headers, or for string.h.
57416         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
57417         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
57418         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
57419         headers, memory.h, stdlib.h, string.h, strings.h.
57420         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
57421         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
57422         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
57423         strchr.
57424         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
57425         headers, memory.h, string.h.
57426         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
57427         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
57428         free.
57429         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
57430         headers.
57431         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
57432         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
57433         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
57434         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
57435         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
57436
57437 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57438
57439         More K&R removal.
57440
57441         * lib/acosl.c (main): Use a prototype.
57442         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
57443         tanl.c: Likewise.
57444
57445         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
57446
57447         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
57448         (getopt, etopt_long, getopt_long_only, _getopt_internal)
57449         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
57450         with a prototype.
57451         * lib/getopt.c (const): Remove macro.
57452         Include <string.h> unconditionally.
57453         (my_index): Remove; all uses changed to strchr.
57454         (strlen): Remove decl.
57455         (exchange): Remove forward decl; no longer needed.
57456         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
57457         Define with prototype.
57458         * lib/getopt1.c (const): Remove macro.
57459         (getopt_long, getopt_long_only, main): Define with prototype.
57460
57461         * lib/getugroups.c: Include <string.h> unconditionally.
57462
57463         * lib/getusershell.c: Include <stdlib.h> unconditionally.
57464         (getusershell, setusershell, endusershell, readname, main):
57465         Define with prototypes.
57466
57467         * lib/group-member.c: Include group-member.h first.
57468         Include <stdlib.h> unconditionally.
57469
57470         * lib/hard-locale.c: Include hard-locale.h first.
57471         Include <stdlib.h>, <string.h> unconditionally.
57472
57473         * lib/hash.c (free, malloc): Remove decls.
57474         Include <stdlib.h> unconditionally.
57475
57476         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
57477         (getenv): Do not declare.
57478
57479         * lib/idcache.c: Include <string.h> unconditionally.
57480
57481         * lib/long-options.c: Include long-options.h first, to test interface.
57482         Include <stdlib.h> unconditionally.
57483
57484         * lib/makepath.c: Include makepath.h first, to test interface.
57485         Include <stdlib.h> and <string.h> unconditionally.
57486
57487         * lib/linebuffer.c: Include <stdlib.h>.
57488         (free): Remove decl.
57489
57490         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
57491         stddef.h. rpl_malloc returns void *, not char *.
57492         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
57493         prototype.
57494
57495         * lib/md5.h: Include <limits.h> unconditionally.
57496         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
57497         (__P): Remove; all uses removed.
57498         * lib/md5.c: Include "md5.h" first.
57499         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
57500         md5_buffer, md5_process_bytes, md5_process_block):
57501         Define with prototypes.
57502         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
57503         * lib/sha.c: Include "sha.h" first.
57504         Include <stdlib.h>, <string.h> unconditionally.
57505
57506         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
57507         * lib/memcmp.c (__ptr_t): Likewise.
57508         * lib/memrchr.c (__ptr_t): Likewise.
57509         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
57510         Include <string.h> unconditionally.
57511         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
57512         * lib/memchr.c: Include <stdlib.h> unconditionally.
57513         * lib/memchr.c (LONG_MAX): Remove.
57514         * lib/memrchr.c (LONG_MAX): Likewise.
57515         * lib/memchr.c (__memchr): Define via a prototype.
57516         * lib/memrchr.c (__memrchr): Likewise.
57517         * lib/memcmp.c (__P): Remove, and remove all uses.
57518         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
57519         Remove forward decls; no longer needed.
57520         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
57521         Use types required by C89 in prototype.
57522
57523         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
57524         * lib/savedir.c: Likewise.
57525         * lib/mkdir.c (free): Remove decl.
57526         * lib/rmdir.c (rmdir): Define with a prototype.
57527         * lib/savedir.c: Include savedir.h first, to test interface.
57528
57529         * lib/mktime.c (STDC_HEADERS): Remove.
57530         Include <stdlib.h>, <string.h> unconditionally.
57531
57532         * lib/modechange.c: Include <stdlib.h> unconditionally.
57533         (malloc): Remove decl.
57534
57535         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
57536         (free): Remove decl.
57537
57538         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
57539         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
57540         (This type really should be intptr_t, but that's a C99ism.)
57541         (_obstack_memcpy): Remove: all uses changed to memcpy.
57542         Include <string.h> unconditionally.
57543         (struct obstack): Assume __STDC__ for types of members
57544         chunkfun, freefun, extra_arg.
57545         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
57546         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
57547         obstack_begin, obstack_specify_allocation,
57548         obstack_specify_allocation_with_arg, obstack_chunkfun,
57549         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
57550         Remove unprototyped decls and the macros that use them.
57551         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
57552         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
57553         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
57554         (defined __STDC__ && __STDC__)]:
57555         Remove nonprototyped code.
57556         Include <stdlib.h> unconditionally.
57557         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
57558         _obstack_allocated_p, _obstack_free, obstack_free,
57559         _obstack_memory_used, print_and_abort):
57560         Define using prototypes.
57561         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
57562         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
57563         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
57564         obstack_next_free, obstack_object_size, obstack_room) [0]:
57565         Remove unused, unprototyped code.
57566
57567         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
57568
57569         * lib/physmem.c (physmem_total, physmem_available, main): Define
57570         with prototypes.
57571
57572         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
57573         (main): Define with a prototype.
57574
57575         * lib/posixver.c (getenv): Remove decl.
57576
57577         * lib/putenv.c (malloc): Returns void *, not char *.
57578         Include <string.h> unconditionally.
57579         (strchr, memcpy, NULL): Do not define.
57580
57581         * lib/readtokens.c: Include readtokens.h first, to test interface.
57582         Include <stdlib.h>, <string.h> unconditionally.
57583         (init_tokenbuffer): Define with a prototype.
57584
57585         * lib/regex.c (PARAMS): Remove.  All uses removed.
57586         All uses of _RE_ARGS removed, too.
57587         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
57588         unconditionally.
57589         (bzero): Assume memset exists.
57590         (memcmp, memcpy, NULL): Remove.
57591         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
57592         char, or assignments to local vars of type signed char.
57593         (init_syntax_once, PREFIX(extract_number_and_incr),
57594         PREFIX(print_partial_compiled_pattern),
57595         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
57596         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
57597         PREFIX(regex_grow_registers), PREFIX(regex_compile),
57598         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
57599         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
57600         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
57601         wcs_compile_range, byte_compile_range, truncate_wchar,
57602         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
57603         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
57604         count_mbs_length, wcs_re_match_2_internal,
57605         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
57606         PREFIX(alt_match_null_string_p),
57607         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
57608         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
57609         regfree, PREFIX(extract_number)): Define with prototype.  Remove
57610         now-unnecessary declaration, if any.
57611         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
57612         regcomp, regexec):
57613         Remove now-unnecessary casts among pointer types.
57614         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
57615
57616         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
57617         (free): Remove decl.
57618
57619         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
57620
57621         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
57622         (free): Remove decl.
57623
57624         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
57625         * lib/xgetcwd.c: Likewise.
57626
57627         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
57628         (free): Remove decl.
57629
57630         * lib/strchrnul.c (strchrnul): Define with a prototype.
57631         Fix bug: c_in was not converted to char before searching.
57632
57633         The following changes are not K&R related:
57634
57635         * lib/group-member.h: Include <sys/types.h>, so that this file is
57636         self-contained.
57637         * lib/makepath.h: Likewise.
57638
57639         * lib/getusershell.c (readname, default_index, line_size, readname):
57640         Use size_t, not int, for sizes.
57641         (readname): If the size overflows, report an error instead of
57642         looping forever.
57643
57644 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57645
57646         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
57647         libc.
57648
57649 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57650
57651         * README: New section: portability guidelines.
57652
57653 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
57654
57655         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
57656         C89 spec.
57657
57658 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
57659
57660         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
57661
57662 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57663
57664         Assume C89 or better; remove K&R cruft.
57665         A few of these changes were first proposed by Derek Robert Price
57666         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
57667
57668         * lib/addext.c: Include <string.h> unconditionally.
57669         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
57670         Don't declare getenv or malloc.
57671
57672         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
57673         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
57674         (NULL): Remove.
57675         (find_stack_direction, alloca): Use prototypes.
57676
57677         * lib/atexit.c (atexit): Define using a prototype.
57678
57679         * lib/basename.c, dirname.c, stripslash.c:
57680         Include <string.h> unconditionally.
57681
57682         * lib/bcopy.c: Include <stddef.h>.
57683         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
57684
57685         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
57686
57687         * lib/error.h (error, error_at_line, error_print_progname)
57688         [! (defined (__STDC__) && __STDC__)]: Remove decls.
57689         * lib/error.c: Include error.h first, to check interface.
57690         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
57691         (VA_START): Remove; all uses changeed to va_start.
57692         (exit, strerror): Remove decls.
57693         (error_print_progname): Prototype uncondionally.
57694         Don't include <errno.h>; no longer needed.
57695         (private_strerror): Remove.
57696         (error_tail): Always define.
57697         (error, error_at_line): Assume C89 or better; always use prototypes.
57698         * lib/fatal.c: Include "fatal.h" first, to test interface.
57699         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
57700         (VA_START): Remove; all uses changed to va_start.
57701         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
57702         this case.
57703         (exit): Remove decl.
57704         (fatal): Prototype unconditionally.  Assume va_start works.
57705         Abort at end, to pacify gcc.
57706
57707         * lib/euidaccess.c (main): Define with a prototype.
57708
57709         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
57710
57711         * lib/exitfail.c: Include <stdlib.h> unconditionally.
57712
57713         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
57714         prototypes.
57715         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
57716         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
57717         (getenv): Remove decl.
57718         (fnmatch): Define using a prototype.
57719         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
57720         (FCT): Define using a prototype.
57721
57722         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
57723
57724         * lib/gethostname.c: Include <stddef.h>.
57725         (gethostname): Define with prototype.  Length is size_t, not int.
57726
57727 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57728
57729         Assume C89 or better; remove K&R cruft.
57730         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
57731         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
57732         string.h, getenv, malloc.
57733         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
57734         headers.
57735         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
57736         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
57737         do not check for strerror.
57738         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
57739         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
57740         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
57741         do not check for doprnt or vprintf.
57742         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
57743         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
57744
57745 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57746
57747         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
57748         getversion.c should have been removed then, but was accidentally
57749         preserved.
57750
57751         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
57752         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
57753
57754 2003-09-08  Karl Berry  <karl@gnu.org>
57755
57756         * config/config.sub, config.guess, srclistvars.sh: update from savannah
57757                 config, forget about prep.
57758
57759         * config/depcomp, missing: update from automake.
57760
57761 2003-09-07  Paul Eggert  <eggert@twinsun.com>
57762
57763         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
57764         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
57765
57766 2003-09-07  Paul Eggert  <eggert@twinsun.com>
57767
57768         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
57769         copy_tm_result.  Bug reported by Simon Josefsson in
57770         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
57771
57772 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57773
57774         * m4/time_r.m4: New file.
57775         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
57776         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
57777         is. Check for timegm declaration.
57778         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
57779         Do not check for gmtime_r.
57780         Replace mktime if __mktime_internal does not exist and if mktime
57781         hasn't been replaced already.
57782
57783 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57784
57785         * lib/time_r.c, lib/time_r.h: New files.
57786
57787         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
57788         __localtime_r.
57789         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
57790         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
57791
57792         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
57793         __gmtime_r.
57794         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
57795         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
57796         Include <time_r.h>.
57797
57798         * lib/timegm.c: Switch to glibc implementation, with the following
57799         changes:
57800         [defined HAVE_CONFIG_H]: Include <config.h>.
57801         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
57802         (__mktime_internal) [!defined _LIBC]: New decl.
57803         (__gmtime_r) [!defined _LIBC]: New macro and function.
57804         (timegm): Use a prototype, since gnulib assumes C89.
57805         Do not bother declaring tmp to be const, as it's not really usefu.
57806         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
57807         (timegm): Declare only if HAVE_DECL_TIMEGM.
57808
57809 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57810
57811         * MODULES.html.sh (func_all_modules): Add time_r.
57812         * modules/time_r: New file.
57813         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
57814         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
57815
57816 2003-09-03  Paul Eggert  <eggert@twinsun.com>
57817
57818         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
57819         Bug reported by Lute Kamstra in
57820         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
57821
57822         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
57823         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
57824         course with correspondingly smaller numbers for tomorrow and
57825         yesterday.  From Tadayoshi Funaba.  Originally installed into
57826         sh-utils on 1999-08-07, but the patch got lost (I guess during the
57827         coreutils merge?).
57828
57829 2003-08-31  Simon Josefsson  <jas@extundo.com>
57830
57831         * modules/timegm: New file.
57832         * MODULES.html.sh (func_all_modules): Add timegm.
57833
57834 2003-08-31  Simon Josefsson  <jas@extundo.com>
57835
57836         * m4/timegm.m4: New file.
57837
57838 2003-08-31  Simon Josefsson  <jas@extundo.com>
57839
57840         * lib/timegm.h: New file.
57841         * lib/timegm.c: New file.  Based on
57842         wget-1.8.2/src/http.c:mktime_from_utc.
57843
57844 2003-08-31  Karl Berry  <karl@gnu.org>
57845
57846         * lib/argp.h: update from libc.
57847
57848 2003-08-28  Bruno Haible  <bruno@clisp.org>
57849
57850         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
57851         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
57852         followed by '#define fnmatch fnmatch_posix' gives an error.
57853
57854 2003-08-28  Bruno Haible  <bruno@clisp.org>
57855
57856         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
57857         warning on QNX, which defines O_BINARY to 000000.
57858
57859 2003-08-27  Jim Meyering  <jim@meyering.net>
57860
57861         * m4/mkstemp.m4: Require that the system mkstemp be able to create
57862         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
57863         would fail after 32.  Reported by Danny Levinson.  Details here:
57864         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
57865
57866 2003-08-24  Bruno Haible  <bruno@clisp.org>
57867
57868         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
57869         MSVC7 <stdio.h> is included later.
57870
57871 2003-08-22  Simon Josefsson  <jas@extundo.com>
57872
57873         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
57874
57875 2003-08-20  Karl Berry  <karl@gnu.org>
57876
57877         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
57878
57879 2003-08-20  Bruno Haible  <bruno@clisp.org>
57880
57881         * modules/progname: New file.
57882         * MODULES.html.sh (func_all_modules): Add progname.
57883
57884 2003-08-20  Bruno Haible  <bruno@clisp.org>
57885
57886         * lib/progname.h: New file, from GNU gettext.
57887         * lib/progname.c: New file, from GNU gettext.
57888         * lib/progreloc.c: New file, from GNU gettext.
57889
57890 2003-08-19  Jim Meyering  <jim@meyering.net>
57891
57892         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
57893         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
57894
57895 2003-08-19  Bruno Haible  <bruno@clisp.org>
57896
57897         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
57898         more.
57899
57900 2003-08-19  Bruno Haible  <bruno@clisp.org>
57901
57902         * lib/xstrdup.c: Assume <string.h> exists.
57903
57904 2003-08-18  Paul Eggert  <eggert@twinsun.com>
57905
57906         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
57907         in makefile rules.
57908
57909 2003-08-18  Jim Meyering  <jim@meyering.net>
57910
57911         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
57912         * m4/lib-ld.m4: Likewise.
57913
57914 2003-08-18  Jim Meyering  <jim@meyering.net>
57915
57916         * lib/setenv.h: Indent nested cpp directive.
57917         * lib/vasnprintf.c: Remove trailing blanks.
57918
57919 2003-08-17  Simon Josefsson  <jas@extundo.com>
57920
57921         * modules/xstrndup: New file.
57922         * MODULES.html.sh (func_all_modules): Add xstrndup.
57923
57924 2003-08-17  Simon Josefsson  <jas@extundo.com>
57925
57926         * modules/argp: Fix autoconf macro name. Add more dependencies.
57927
57928 2003-08-17  Simon Josefsson  <jas@extundo.com>
57929
57930         * m4/xstrndup.m4: New file.
57931
57932 2003-08-17  Simon Josefsson  <jas@extundo.com>
57933
57934         * m4/argp.m4: New file.
57935
57936 2003-08-17  Simon Josefsson  <jas@extundo.com>
57937             Bruno Haible  <bruno@clisp.org>
57938
57939         * lib/xstrndup.h: New file.
57940         * lib/xstrndup.c: New file.
57941
57942 2003-08-17  Bruno Haible  <bruno@clisp.org>
57943
57944         * modules/strndup (Files, Include): Add lib/strndup.h.
57945
57946 2003-08-17  Bruno Haible  <bruno@clisp.org>
57947
57948         * modules/euidaccess (Files): Add lib/euidaccess.h.
57949
57950 2003-08-17  Bruno Haible  <bruno@clisp.org>
57951
57952         * lib/strndup.h: New file.
57953
57954 2003-08-17  Bruno Haible  <bruno@clisp.org>
57955
57956         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
57957         like AC_GNU_SOURCE.
57958         * modules/extensions (configure.ac): Comment out the invocation of
57959         gl_USE_SYSTEM_EXTENSIONS.
57960
57961 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57962
57963         Merges from coreutils, etc.
57964         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
57965         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
57966         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
57967         fixing a typo.
57968         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
57969         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
57970
57971 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57972
57973         Document merge from coreutils.
57974         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
57975         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
57976         * modules/utime: Add m4/utimes-null.m4.
57977
57978 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57979
57980         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
57981         space, undoing this 2003-08-12 change:
57982         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
57983
57984 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57985
57986         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
57987         strtoul.c from libc, undoing this 2003-08-12 change:
57988         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
57989
57990 2003-08-16  Jim Meyering  <jim@meyering.net>
57991
57992         Merges from coreutils.
57993         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
57994         prefix.  Adjust cache variables similarly.  Create 500 rather than
57995         just 300 files, to exercise bug on Darwin6.5, too.
57996         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
57997         $missing_dir.
57998         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
57999         AM_SYS_POSIX_TERMIOS.
58000         Reported by mkc@mathdogs.com.
58001         Also change use of $am_cv_sys_posix_termios
58002         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
58003         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
58004         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
58005         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
58006         in /proc/mounts until it finds one with matching device number.  This
58007         is unnecessary when the FILE argument *is* a mount point.  No stat call
58008         is necessary in that case.  So, disable the statvfs-testing code on
58009         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
58010         as RedHat bug# 84846.
58011         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
58012         to 1MB, so as not to render systems with no stack size limit (e.g.,
58013         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
58014         Include <unistd.h>.  On some systems,
58015         it is required for the definition of _SC_PAGESIZE.
58016
58017 2003-08-16  Jim Meyering  <jim@meyering.net>
58018
58019         Merge from coreutils.
58020         * lib/xstrtoimax.c: #else #if -> #elif.
58021         * lib/xstrtoumax.c: Likewise.
58022
58023 2003-08-16  Jim Meyering  <jim@meyering.net>
58024
58025         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
58026         * m4/utimes.m4: Removed.
58027         * m4/utimes-null.m4: Renamed from utimes.m4.
58028
58029         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
58030         to 1MB, so as not to render systems with no stack size limit (e.g.,
58031         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
58032         Include <unistd.h>.  On some systems,
58033         it is required for the definition of _SC_PAGESIZE.
58034
58035 2003-08-16  Jim Meyering  <jim@meyering.net>
58036         and Paul Eggert  <eggert@cs.ucla.edu>
58037
58038         Merges from coreutils, etc.
58039
58040         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
58041         using the latest version from cvs.  This avoids problems with #line
58042         directives using a vendor (Sun) compiler.
58043         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
58044         Don't set GETGROUPS_LIB here; now it's
58045         done via getgroups.m4's wrapper function.
58046         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
58047         rather than just in sh-util/configure.in, so that the
58048         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
58049         same.
58050         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
58051         AC_FUNC_GETLOADAVG where to find getloadavg.c.
58052         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
58053         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
58054         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
58055         Remove code that is now done by the newly-required macros.
58056         Append $(EXEEXT) to DF_PROG.
58057         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
58058         Do not invoke or require the following here,
58059         since prereq.m4 or some gnulib .m4 now does this for us:
58060         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
58061         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
58062         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
58063         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
58064         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
58065         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
58066         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
58067         AC_FUNC_OBSTACK.
58068         Do not replace the following functions, as this is now the job
58069         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
58070         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
58071         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
58072         atexit getpass, strdup, getpagesize.
58073         Replace 'raise'.
58074         Do not check for the following functions, as this is now the job
58075         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
58076         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
58077         setregid.
58078         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
58079         Check for sys/sysctl.h.
58080         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
58081         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
58082         of checking for ssize_t ourselves.
58083
58084         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
58085         Require every macro that gnulib/modules/* suggests for us.
58086         (jm_PREREQ_ADDEXT): New macro.
58087         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
58088         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
58089
58090         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
58091         (gl_PHYSMEM): Use it.
58092         Also check for `table' function.
58093         Check for new headers and functions.
58094         Add check for sys/sysmp.h.
58095         With suggestions from Kaveh Ghazi.
58096         Ignore headers that are present but cannot be compiled.  This
58097         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
58098         C 5.4.
58099
58100 2003-08-15  Paul Eggert  <eggert@twinsun.com>
58101
58102         Document merge from coreutils.
58103         * modules/userspec: Depend on posixver.
58104         * modules/strftime: Depend on tzset.
58105
58106 2003-08-15  Paul Eggert  <eggert@twinsun.com>
58107
58108         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
58109         rather than tab, after '#' in shell-script copyright notices.
58110         Suggested by Bruno Haible.
58111
58112 2003-08-15  Paul Eggert  <eggert@twinsun.com>
58113
58114         * config/srclist-update: Use three spaces, rather than tab, after '#'
58115         in shell-script copyright notices.  Suggested by Bruno Haible.
58116         Remove unnecessary parenthesization in regular expression.
58117
58118 2003-08-15  Jim Meyering  <jim@meyering.net>
58119
58120         Merge from coreutils.
58121         * lib/xgethostname.c: Include <stdlib.h>.
58122         (xghostname): Don't exit for anything other than memory-related
58123         failure; just return NULL.
58124         * lib/userspec.c: Include "posixver.h".
58125         (parse_user_spec): Accept `.' as a separator only
58126         in pre-POSIX-200112 mode.
58127         * lib/strtoimax.c: Use #elif rather than #else #if.
58128         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
58129         Remove function, now that we can rely on a working tzset function.
58130         [!_LIBC]: Ensure that the required autoconf test has been run.
58131         [!defined _NL_CURRENT && HAVE_STRFTIME]:
58132         Use underlying_strftime for %r.
58133         * lib/sha.c: Merge in some clean-up and optimization changes from
58134         glibc.
58135         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
58136         Ensure that it is a multiple of 64.
58137         Rearrange loop exit tests so as to avoid performing an
58138         additional fread after encountering an error or EOF.
58139         * lib/realloc.c: Update copyright date.
58140
58141 2003-08-15  Jim Meyering  <jim@meyering.net>
58142         and Paul Eggert  <eggert@twinsun.com>
58143
58144         Merge from coreutils.
58145         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
58146         member but strut utmpx does not.  Needed for AIX 4.3.3.
58147         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
58148
58149 2003-08-15  Jim Meyering  <jim@meyering.net>
58150         and Paul Eggert  <eggert@cs.ucla.edu>
58151
58152         Merges from coreutils, etc.
58153         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
58154         Require gl_FUNC_TZSET_CLOBBER.
58155         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
58156         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
58157         members.
58158
58159 2003-08-14  Paul Eggert  <eggert@twinsun.com>
58160
58161         Help the merge from coreutils.
58162         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
58163         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
58164         * m4/tzset.m4: Use it too.
58165
58166 2003-08-14  Paul Eggert  <eggert@twinsun.com>
58167
58168         * modules/tzset: New file.
58169
58170 2003-08-14  Jim Meyering  <jim@meyering.net>
58171
58172         Merges from coreutils.
58173         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
58174         variable names, rather than @FNMATCH_H@.
58175         * modules/alloca: Likewise for $(ALLOCA_H).
58176
58177         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
58178         the three copies of the literal target, `fnmatch.h'.
58179         * modules/alloca (alloca.h): Likewise.
58180
58181 2003-08-14  Jim Meyering  <jim@meyering.net>
58182
58183         Merge from coreutils.
58184         * m4/tzset.m4: New file.
58185         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
58186         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
58187         otherwise, AIX 5.1 systems would end up using the latter.
58188         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
58189         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
58190         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
58191         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
58192
58193 2003-08-14  Jim Meyering  <jim@meyering.net>
58194
58195         Merge from coreutils.
58196         * lib/obstack.h: Whitespace changes.
58197         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
58198         and xcalloc return values.
58199         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
58200         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
58201         hang on OSF/1 5.1 for DIR on both local and remote file systems.
58202         Reported by (and fix confirmed by) Nelson H. F. Beebe.
58203         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
58204         error from mntctl.
58205         Use mntctl's return value to drive the entry-processing loop, since
58206         we can't rely on the value of the vmt_length member in the last
58207         entry.  On some systems doing so could result in exhausting
58208         virtual memory.  Based in part on a patch from Mike Jetzer.
58209
58210 2003-08-14  Jim Meyering  <jim@meyering.net>
58211         and Paul Eggert  <eggert@twinsun.com>
58212
58213         Merges from coreutils, plus other fixes.
58214         * lib/physmem.c: Merge in portability changes from gcc/libiberty
58215         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
58216         for credits and details.  Thanks to Kaveh Ghazi for helping
58217         to keep these files in sync.
58218         (ARRAY_SIZE): Define it.
58219         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
58220         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
58221         (memcasecmp): Don't assume size_t fits in unsigned int.
58222         Remove casts and duplicate code.
58223         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
58224         (memcpy): Remove definition.
58225         Merge in some clean-up and optimization changes from glibc.
58226         [BLOCKSIZE]: Move definition to top of file.
58227         Ensure that it is a multiple of 64.
58228         Rearrange loop exit tests so as to avoid performing an
58229         additional fread after encountering an error or EOF.
58230         * lib/md5.h (md5_uintptr): Define.
58231         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
58232         return to the initial working directory.  Preserve errno
58233         for caller.
58234         * lib/idcache.c: Include "xalloc.h".
58235         (xmalloc, xrealloc): Remove decls.
58236         (getuser): Remove casts no longer required in C89.
58237         * lib/human.c: Include stdio.h, for sprintf.
58238         * lib/group-member.c: Include "xalloc.h".
58239         (xmalloc, xrealloc): Remove decls.
58240         (get_group_info): Remove casts no longer required in C89.
58241         * lib/getusershell.c (readname): Remove casts no longer required in
58242         C89.
58243         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
58244         * lib/getline.c: Whitespace fix, from coreutils.
58245
58246 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58247
58248         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
58249         Check for isascii.
58250
58251         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
58252         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
58253         Undo previous (whitespace-only) change.
58254
58255 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58256
58257         * lib/exclude.c: Include <ctype.h>
58258         (IN_CTYPE_DOMAIN): New macro.
58259         (is_space): New fn.
58260         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
58261         and empty lines.
58262
58263         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
58264         Undo previous (whitespace-only) change.
58265
58266 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58267
58268         * config/srclist-update: Change update back to the old behavior,
58269         leaving whitespace alone.  Use one 'sed' command rather than a
58270         pipeline.
58271         (fixlicense): Now a variable, not a function.
58272         (remove_trailing_blanks): Remove.
58273         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
58274         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
58275         Undo previous (whitespace-only) change.
58276
58277 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58278
58279         Merge from coreutils.
58280         * modules/euidaccess: Add lib_SOURCES, include for new
58281         file euidaccess.h
58282
58283 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58284
58285         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
58286         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
58287         Normalize leading white space and remove trailing white space.
58288
58289         Merge from coreutils
58290         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
58291
58292         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
58293         0.12.1.  These files are now being upgraded automatically by
58294         ../config/srclist-update.
58295
58296 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58297
58298         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
58299         Normalize leading white space and remove trailing white space.
58300         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
58301         notice, as per ../config/srclist-update.
58302
58303         Merge from coreutils.
58304         * lib/euidaccess.h: New file.
58305         * lib/euidaccess.c: Include it.
58306         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
58307         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
58308         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
58309
58310 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58311
58312         * config/srclist-update: Add copyright notice.
58313         (remove_id_lines, remove_trailing_blanks): New constants.
58314         (fixfile): Use them to normalize spacing a bit in copied files.
58315         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
58316         Normalize leading white space and remove trailing white space.
58317
58318         * config/texinfo.tex: Sync with texinfo.
58319
58320         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
58321         strtoul.c from libc, to merge coreutils whitespace changes.
58322
58323         * config/srclist.txt: Get the following m4 files from gettext:
58324         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
58325         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
58326         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
58327         wint_t.m4.
58328
58329 2003-08-12  Karl Berry  <karl@gnu.org>
58330
58331         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
58332         been made.
58333
58334 2003-08-11  Paul Eggert  <eggert@twinsun.com>
58335
58336         * modules/gnu-source, m4/gnu-source.m4:
58337         Remove; we're assuming Autoconf 2.54 or later now.
58338         Suggested by Bruno Haible.
58339         * MODULES.html.sh (func_all_modules): Remove gnu-source.
58340
58341 2003-08-11  Bruno Haible  <bruno@clisp.org>
58342
58343         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
58344
58345 2003-08-11  Bruno Haible  <bruno@clisp.org>
58346
58347         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
58348         (vasnprintf): Use it instead of wcslen.
58349
58350 2003-08-11  Bruno Haible  <bruno@clisp.org>
58351
58352         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
58353         value to ensure that _Bool promotes to int. Use #define for _Bool when
58354         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
58355
58356 2003-08-10  Karl Berry  <karl@gnu.org>
58357
58358         * lib/regex.h: update from libc (whitespace fix).
58359
58360 2003-08-09  Paul Eggert  <eggert@twinsun.com>
58361
58362         Merge some files from coreutils.  These changes were
58363         originally made by Jim Meyering.
58364         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
58365         many older Unixes require this.
58366         * lib/alloca.c (alloca): Remove cast to argument of free;
58367         no longer needed in C89.
58368         * lib/alloca_.h, regex.h: Fix white space to match
58369         what GNU indent does.
58370
58371 2003-08-09  Paul Eggert  <eggert@twinsun.com>
58372
58373         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
58374         apparently Emacs's Unicode mode got confused before my 2003-08-05
58375         checkin.
58376
58377 2003-08-08  Paul Eggert  <eggert@twinsun.com>
58378
58379         * m4/extensions.m4: New file.
58380         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
58381         Require gl_USE_SYSTEM_EXTENSIONS.
58382         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
58383         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
58384
58385 2003-08-08  Paul Eggert  <eggert@twinsun.com>
58386
58387         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
58388         * modules/extensions, modules/gnu-source: New files.
58389         * modules/timespec, modules/unlocked-io: Depend on extensions.
58390
58391 2003-08-07  Paul Eggert  <eggert@twinsun.com>
58392
58393         * modules/restrict: New file.
58394         * MODULES.html.sh (func_all_modules): Add restrict.
58395         * modules/regex: Depend on restrict.
58396
58397 2003-08-07  Paul Eggert  <eggert@twinsun.com>
58398
58399         * m4/restrict.m4: New file.
58400         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
58401
58402 2003-08-07  Bruno Haible  <bruno@clisp.org>
58403
58404         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
58405         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
58406
58407 2003-08-07  Bruno Haible  <bruno@clisp.org>
58408
58409         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
58410         makes the module 'getndelim2' compatible with the module 'getline'.
58411
58412 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58413
58414         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
58415         byte with "\201" to avoid glitches when editing that source file
58416         with multi-gnome-terminal.
58417
58418 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58419
58420         * lib/bumpalloc.h: Remove.
58421
58422 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58423
58424         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
58425         * modules/bumpalloc: Remove.
58426
58427 2003-08-04  Paul Eggert  <eggert@twinsun.com>
58428
58429         * lib/getloadavg.c: Change copyright notice and spacing to conform to
58430         GNU coding style.
58431
58432         Merge from coreutils.
58433         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
58434         1. From glibc.
58435         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
58436         from Karl Berry, implemented by Jim Meyering.
58437         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
58438         from Dmitry V. Levin.
58439         Remove anachronistic cast of xrealloc.
58440         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
58441         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
58442         type. Otherwise, it wouldn't compile with at least /bin/cc on
58443         ymp-cray-unicos9.0.2.X.
58444         Combine two mostly-identical uses of alloca into one.
58445         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
58446
58447 2003-08-04  Dave Love  <d.love@dl.ac.uk>
58448
58449         [From Emacs.]
58450
58451         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
58452         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
58453         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
58454         obsolete NLIST_NAME_UNION.
58455         [__GNU__]: Undef BSD and FSCALE.
58456         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
58457
58458 2003-08-03  Paul Eggert  <eggert@twinsun.com>
58459
58460         * lib/stdbool_.h (_Bool): Make it signed char, instead of
58461         an enum type, so that it's guaranteed to promote to int.  See:
58462         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
58463
58464 2003-08-03  Karl Berry  <karl@gnu.org>
58465
58466         * config/depcomp: update from automake.
58467
58468 2003-07-31  Paul Eggert  <eggert@twinsun.com>
58469
58470         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
58471         (strerror): Don't assume that a printable int fits in 14 bytes.
58472
58473 2003-07-31  Bruno Haible  <bruno@clisp.org>
58474
58475         * modules/getpass-gnu: New file.
58476         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
58477
58478 2003-07-31  Bruno Haible  <bruno@clisp.org>
58479
58480         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
58481
58482 2003-07-24  Karl Berry  <karl@gnu.org>
58483
58484         * config/missing: update from automake.
58485
58486 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
58487             Bruno Haible  <bruno@clisp.org>
58488
58489         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
58490         * lib/getline.c (getline, getdelim): Likewise.
58491         Remove _GNU_SOURCE define; now it's defined in config.h through
58492         m4/getline.m4.
58493
58494 2003-07-23  Karl Berry  <karl@gnu.org>
58495
58496         * config/config.sub: update from prep.
58497
58498 2003-07-22  Paul Eggert  <eggert@twinsun.com>
58499
58500         * modules/xalloc (Depends-on): Add exitfail.
58501         * modules/xmemcoll: Likewise.
58502
58503 2003-07-22  Paul Eggert  <eggert@twinsun.com>
58504
58505         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
58506         over-parenthesization in macros.
58507
58508         Sync with coreutils.
58509
58510         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
58511         required by C99.
58512
58513         Use `exit_failure' for xalloc and xmemcoll instead of their own
58514         private exit-failure variables.
58515         * lib/xalloc.h (xalloc_exit_failure): Remove.
58516         * lib/xmalloc.c: Likewise.  Include exitfail.h.
58517         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
58518         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
58519         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
58520         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
58521
58522 2003-07-20  Jim Meyering  <jim@meyering.net>
58523
58524         * modules/closeout (Depends-on): Add exitfail.
58525         Suggestion from Bruno Haible.
58526
58527 2003-07-19  Karl Berry  <karl@gnu.org>
58528
58529         * config/config.sub: update from prep.
58530
58531 2003-07-18  Paul Eggert  <eggert@twinsun.com>
58532
58533         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
58534         Remove.
58535         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
58536         to test that it can stand by itself.  Include "exitfail.h".
58537         Clients should set exit_failure instead.
58538         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
58539
58540 2003-07-18  Bruno Haible  <bruno@clisp.org>
58541
58542         * modules/getndelim2: New file.
58543         * modules/getline: Share files with module getndelim2.
58544         * modules/getnline: Depend on getndelim2 instead of sharing files with
58545         it. Add getnline.c to lib_SOURCES.
58546         * MODULES.html.sh (func_all_modules): Add getndelim2.
58547
58548 2003-07-18  Bruno Haible  <bruno@clisp.org>
58549
58550         * m4/getndelim2.m4: New file.
58551         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
58552         invoke gl_PREREQ_GETNDELIM2.
58553         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
58554         gl_PREREQ_GETNDELIM2.
58555         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
58556         gl_GETNDELIM2.
58557
58558 2003-07-18  Bruno Haible  <bruno@clisp.org>
58559
58560         * lib/getndelim2.h: New file.
58561         * lib/getndelim2.c: Make into a module of its own. Include config.h,
58562         getndelim2.h.
58563         (getndelim2): Make non-static. Change return type to ssize_t.
58564         * lib/getline.h: Change argument names.
58565         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
58566         * lib/getnline.c: Include getndelim2.h.
58567
58568 2003-07-18  Andreas Schwab  <schwab@suse.de>
58569
58570         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
58571
58572 2003-07-17  Karl Berry  <karl@gnu.org>
58573
58574         * config/config.sub: update from prep.
58575
58576 2003-07-17  Bruno Haible  <bruno@clisp.org>
58577
58578         * modules/getnline: New file.
58579         * modules/getline: Add lib/getndelim2.c to source file list.
58580         * MODULES.html.sh (func_all_modules): Add getnline.
58581
58582 2003-07-17  Bruno Haible  <bruno@clisp.org>
58583
58584         * m4/getnline.m4: New file.
58585
58586 2003-07-17  Bruno Haible  <bruno@clisp.org>
58587
58588         * m4/Makefile.am.in: Remove file.
58589         * m4/Makefile.am: Remove file.
58590         * m4/Makefile.in: Remove file.
58591
58592 2003-07-17  Bruno Haible  <bruno@clisp.org>
58593
58594         * lib/getnline.h: New file.
58595         * lib/getnline.c: New file.
58596         * lib/getndelim2.c: New file, extracted from getline.c.
58597         (getndelim2): Renamed from getdelim2, with added nmax argument.
58598         * lib/getline.c: Include getndelim2.c.
58599         (getdelim2): Moved out to getndelim2.c.
58600         (getline, getdelim): Update.
58601
58602 2003-07-17  Bruno Haible  <bruno@clisp.org>
58603
58604         * lib/Makefile.am: Remove file.
58605         * lib/Makefile.in: Remove file.
58606
58607 2003-07-17  Bruno Haible  <bruno@clisp.org>
58608
58609         * configure.in: Remove file.
58610         * Makefile.in: Remove file.
58611
58612 2003-07-17  Bruno Haible  <bruno@clisp.org>
58613
58614         * MODULES.html.sh: Put the </BODY> right before </HTML>.
58615
58616 2003-07-16  Karl Berry  <karl@gnu.org>
58617
58618         * config/srclist-update: was running fixlicense twice, which caused
58619                 texinfo.tex to be nullified for some reason.  Simplify,
58620                 $gplsrc is no longer needed as far as I can see?
58621
58622 2003-07-16  Jim Meyering  <jim@meyering.net>
58623
58624         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
58625
58626 2003-07-15  Paul Eggert  <eggert@twinsun.com>
58627
58628         * config/srclist.txt: Get the following files from gettext-runtime/intl
58629         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
58630         ref-del.sin.  From Bruno Haible.
58631         * config/srclist-update (fixfile): Change grep pattern again, since the
58632         previous fix didn't work (there was another trailing $).  Use
58633         '[$]' to escape the $s.
58634
58635 2003-07-15  Karl Berry  <karl@gnu.org>
58636
58637         * lib/vasnprintf.c: update from gettext.
58638
58639 2003-07-15  Karl Berry  <karl@gnu.org>
58640
58641         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
58642         gets expanded when surrounded by '$'.
58643
58644 2003-07-15  Jim Meyering  <jim@meyering.net>
58645
58646         * modules/save-cwd: Don't depend on error.  From Derek Price.
58647
58648 2003-07-15  Jim Meyering  <jim@meyering.net>
58649
58650         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
58651
58652 2003-07-14  Simon Josefsson  <jas@extundo.com>
58653
58654         * modules/mempcpy: New file.
58655         * MODULES.html.sh (func_all_modules): Add mempcpy.
58656
58657 2003-07-14  Simon Josefsson  <jas@extundo.com>
58658
58659         * m4/mempcpy.m4: New file.
58660
58661 2003-07-14  Simon Josefsson  <jas@extundo.com>
58662
58663         * lib/mempcpy.h: New file.
58664         * lib/mempcpy.c: New file.
58665
58666 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58667
58668         * modules/getdate, modules/posixtm: Depend on mktime.
58669
58670 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58671
58672         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
58673         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
58674         unicodeio.c, unicodeio.h, unlocked-io.h:
58675         Switch from LGPL to GPL.
58676
58677 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58678
58679         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
58680         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
58681         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
58682         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
58683         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
58684         updated automatically by ../config/srclist-update.  This changes
58685         their license from LPGL to GPL.
58686
58687 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58688
58689         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
58690         assumed to refer to the root of the most recent stable gettext version.
58691         * config/srclistvars.sh: Add defaults for eggert.
58692         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
58693         Match "This program" as well as "The program".  This is needed
58694         for gettext.
58695
58696 2003-07-14  Jim Meyering  <jim@meyering.net>
58697
58698         Don't emit diagnostics.  Let callers do that.
58699         * lib/save-cwd.c: Don't include "error.h".
58700         (save_cwd): Don't call error.  Ensure that errno is valid
58701         when returning nonzero.
58702
58703         * lib/save-cwd.h (restore_cwd): Update prototype.
58704         * lib/save-cwd.c (restore_cwd): Remove two parameters.
58705         Simplify.  Don't call error upon failure.  Let callers do that.
58706         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
58707         when auditing is enabled.  But don't bother updating the #if.
58708
58709 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
58710
58711         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
58712         it breaks C++ compilation.
58713         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
58714
58715 2003-07-10  Simon Josefsson  <jas@extundo.com>
58716
58717         * modules/strchrnul (Makefile.am): Add strchrnul.h.
58718
58719 2003-07-10  Jim Meyering  <jim@meyering.net>
58720
58721         * m4/clock_time.m4: Remove trailing blank.
58722         * m4/intmax_t.m4: Likewise.
58723
58724 2003-07-10  Jim Meyering  <jim@meyering.net>
58725
58726         * lib/vasnprintf.c: Remove trailing blanks.
58727         Make cpp indentation consistent.
58728
58729 2003-07-09  Paul Eggert  <eggert@twinsun.com>
58730
58731         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
58732         posixver.c, strftime.c, strnlen.c, strverscmp.c:
58733         Switch from LGPL to GPL.
58734
58735 2003-07-09  Paul Eggert  <eggert@twinsun.com>
58736
58737         * config/srclist.txt: Sort sublists.  Add
58738         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
58739         that differ from gnulib for one reason or another; we'd like this list
58740         to be smaller but for now let's document what we have.
58741
58742 2003-07-08  Paul Eggert  <eggert@twinsun.com>
58743
58744         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
58745         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
58746         and sweeter "eval x=$x".
58747         * config/srclist.txt: Get lib/argp* from glibc.
58748
58749 2003-07-07  Paul Eggert  <eggert@twinsun.com>
58750
58751         * lib/mktime.c: Fix some boundary cases and remove need for floating
58752         point.
58753
58754         Issue a compile-time diagnostic if time_t is floating point, or if
58755         two's complement arithmetic is not in effect, or if arithmetic
58756         right shift does not propagate the sign.  These assumptions were
58757         all in the original code but they weren't checked.
58758
58759         (TIME_T_MIDPOINT, verify): New macros.
58760         (__isleap): Remove; it has integer overflow problems.
58761         (leapyear): New function, without those problems.
58762         (ydhms_tm_diff): Remove; splitting into two parts.
58763         (ydhms_diff): New function, containing the arithmetic part of
58764         the old ydhms_tm_diff function.  Issue a compile-time
58765         diagnostic if we are not using C99 integer division.
58766         Avoid casts when possible.
58767         (guess_time_tm): New function, containing the checking part of
58768         the old ydhms_tm_diff function.  Return the new value, rather than
58769         the difference between it and the old.  Accept a new argument T
58770         so that *T specifies the old value.  Check for overflow in the result.
58771
58772         (__mktime_internal): Use a time_t offset, not a long int offset.
58773         This undoes the 2003-06-04 change, which is no longer needed now
58774         that we have better overflow checking.
58775         (localtime_offset): Likewise.
58776
58777         (__mktime_internal): Avoid harmful overflow on hosts where time_t
58778         and long are 64-bit but int is only 32-bit.
58779         (ydhms_diff): Use long int to store year1 and yday1.
58780         Issue a compile-time diagnostic if long int is not wide enough.
58781
58782         (__mktime_internal): Use long int to store adjusted year and yday.
58783         Use plain C rather than preprocessor commands, if that doesn't
58784         affect efficiency.
58785         Check for overflow (and try to repair) after each probe
58786         rather than checking only at the very end.  This avoids some bugs
58787         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
58788         does not equal GMT offset at maximum time).
58789         Use integer to check for overflow rather than floating point; this
58790         is more portable to non-IEEE hosts, and is a tad faster.
58791         When we detect that we are oscillating between two values,
58792         don't check whether tm_isdst has the requested value, since
58793         we already know the answer.  When tm_isdst has the wrong value,
58794         use a different heuristic to find the right one, based on the
58795         extreme values actually observed in practice in tz2003a,
58796         rather than the (overly optimistic) "previous 3 calendar quarters".
58797
58798         (not_equal_tm, print_tm, check_result): Use "const T" rather than
58799         "T const" to accommodate glibc style.
58800         (check_result): Use less-confusing report format.  "long" -> "long int.
58801         (main): Likewise.
58802         Don't loop if the iteration overflows time_t.
58803         Allow a negative step in the iteration.
58804
58805 2003-07-06  Karl Berry  <karl@gnu.org>
58806
58807         * config/depcomp: update from automake.
58808         * config/config.sub: update from prep.
58809
58810 2003-07-03  Karl Berry  <karl@gnu.org>
58811
58812         * config/config.guess: update from prep.
58813
58814 2003-07-01  Paul Eggert  <eggert@twinsun.com>
58815
58816         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
58817         xreadlink.c now includes it unconditionally.
58818
58819 2003-07-01  Paul Eggert  <eggert@twinsun.com>
58820
58821         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
58822         having it depend on HAVE_SYS_TYPES_H.
58823
58824 2003-07-01  Bruno Haible  <bruno@clisp.org>
58825
58826         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
58827         <sys/types.h> should be sufficient.
58828         Reported by Paul Eggert.
58829
58830 2003-06-26  Karl Berry  <karl@gnu.org>
58831
58832         * config/depcomp: update from automake.
58833
58834 2003-06-26  Bruno Haible  <bruno@clisp.org>
58835
58836         * modules/human: Depend on module stdbool.
58837
58838 2003-06-25  Bruno Haible  <bruno@clisp.org>
58839
58840         * modules/readlink: New file.
58841         * modules/xreadlink: Depend on it.
58842         * MODULES.html.sh (func_all_modules): Add readlink.
58843
58844 2003-06-25  Bruno Haible  <bruno@clisp.org>
58845
58846         * m4/readlink.m4: New file.
58847
58848 2003-06-25  Bruno Haible  <bruno@clisp.org>
58849
58850         * lib/readlink.c: New file.
58851
58852 2003-06-22  Karl Berry  <karl@gnu.org>
58853
58854         * config/srclist.txt: update mkinstalldirs from automake.
58855         * config/mkinstalldirs: update.
58856
58857 2003-06-22  Bruno Haible  <bruno@clisp.org>
58858
58859         Portability to mingw32.
58860         * m4/ssize_t.m4: New file, from GNU gettext.
58861         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
58862         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
58863
58864 2003-06-22  Bruno Haible  <bruno@clisp.org>
58865
58866         * modules/safe-read: Add m4/ssize_t.m4.
58867         * modules/xreadlink: Add m4/ssize_t.m4.
58868
58869 2003-06-20  Bruno Haible  <bruno@clisp.org>
58870
58871         Assume C89, so PARAMS isn't needed.
58872         * lib/unicodeio.h (PARAMS): Remove.
58873         * lib/unicodeio.c: Don't use PARAMS.
58874
58875 2003-06-18  Karl Berry  <karl@gnu.org>
58876
58877         * config/config.{guess,sub}: update from prep.
58878
58879 2003-06-18  Jim Meyering  <jim@meyering.net>
58880
58881         Merge changes from coreutils.
58882         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
58883         Remove explicit declarations of xmalloc and realloc.
58884         Include xalloc.h.
58885         (read_utmp): Remove anachronistic cast of xmalloc.
58886
58887 2003-06-17  Paul Eggert  <eggert@twinsun.com>
58888
58889         Assume C89, so PARAMS isn't needed.
58890         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
58891         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
58892         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
58893         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
58894         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
58895         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
58896         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
58897         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
58898         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
58899         lib/xstrtod.h, lib/xstrtol.h: Likewise.
58900         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
58901         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
58902         no longer needed. Anyway, config.h should always be included before any
58903         other file.
58904
58905 2003-06-11  Simon Josefsson  <jas@extundo.com>
58906
58907         * modules/sysexits: New file.
58908         * MODULES.html.sh (func_all_modules): Add sysexits.
58909
58910 2003-06-11  Simon Josefsson  <jas@extundo.com>
58911
58912         * lib/sysexit_.h: New file.
58913
58914 2003-06-11  Derek Price  <derek@ximbiot.com>
58915
58916         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
58917         necessary.
58918
58919 2003-06-11  Bruno Haible  <bruno@clisp.org>
58920
58921         * m4/sysexits.m4: New file.
58922
58923 2003-06-10  Simon Josefsson  <jas@extundo.com>
58924
58925         * lib/argp.h: New file, from glibc.
58926         * lib/argp-ba.c: New file, from glibc.
58927         * lib/argp-eexst.c: New file, from glibc.
58928         * lib/argp-fmtstream.c: New file, from glibc.
58929         * lib/argp-fmtstream.h: New file, from glibc.
58930         * lib/argp-fs-xinl.c: New file, from glibc.
58931         * lib/argp-help.c: New file, from glibc.
58932         * lib/argp-namefrob.h: New file, from glibc.
58933         * lib/argp-parse.c: New file, from glibc.
58934         * lib/argp-pv.c: New file, from glibc.
58935         * lib/argp-pvh.c: New file, from glibc.
58936         * lib/argp-xinl.c: New file, from glibc.
58937
58938 2003-06-10  Simon Josefsson  <jas@extundo.com>
58939
58940         * modules/strchrnul: New file.
58941
58942 2003-06-10  Simon Josefsson  <jas@extundo.com>
58943
58944         * modules/argp: New file.
58945
58946 2003-06-10  Simon Josefsson  <jas@extundo.com>
58947
58948         * m4/strchrnul.m4: New file.
58949
58950 2003-06-10  Simon Josefsson  <jas@extundo.com>
58951
58952         * lib/strchrnul.h: New file.
58953         * lib/strchrnul.c: New file.
58954
58955 2003-06-10  Bruno Haible  <bruno@clisp.org>
58956
58957         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
58958
58959 2003-06-07  Karl Berry  <karl@gnu.org>
58960
58961         * config/config.{guess,sub}: update from prep.
58962
58963 2003-06-07  Jim Meyering  <jim@meyering.net>
58964
58965         * modules/strtod: Use $(...) notation, not @...@ for
58966         AC_REPLACE'd variables.
58967         * modules/localcharset: Likewise.
58968
58969 2003-06-07  Jim Meyering  <jim@meyering.net>
58970
58971         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
58972         in place of my name in the copyright comment.
58973         Remove definition and uses of __P.
58974
58975         From coreutils.
58976         * lib/stat.c: Don't declare xmalloc explicitly.
58977         Instead, include "xalloc.h".
58978         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
58979         xrealloc, and xcalloc return values.
58980         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
58981         Improve comment.
58982         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
58983
58984 2003-06-07  Bruno Haible  <bruno@clisp.org>
58985
58986         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
58987         avoid AC_CONFIG_LINKS.
58988         * modules/fnmatch (Makefile.am): Use explicit creation rule for
58989         fnmatch.h, to avoid AC_CONFIG_LINKS.
58990         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
58991
58992 2003-06-07  Bruno Haible  <bruno@clisp.org>
58993
58994         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
58995         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
58996         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
58997         directory.
58998         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
58999         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
59000         directory.
59001
59002 2003-06-06  Jim Meyering  <jim@meyering.net>
59003
59004         Merge from coreutils.
59005         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
59006         Consolidate declarations and initializations of *_base* locals.
59007
59008         Merge from coreutils.
59009         This avoids a core dump on systems without GNU putenv,
59010         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
59011         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
59012         (unsetenv): New static function, from GNU libc.
59013         (rpl_putenv): Use it.
59014
59015         * lib/modechange.c: Remove trailing blanks.
59016
59017         Merge from coreutils.
59018         * lib/fsusage.c: Remove declaration of statfs.
59019         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
59020
59021         * lib/posixtm.c: Include <stdbool.h> unconditionally.
59022
59023 2003-06-06  Jim Meyering  <jim@meyering.net>
59024
59025         * lib/stdbool_.h: Renamed from stdbool.h.in.
59026
59027 2003-06-06  Jim Meyering  <jim@meyering.net>
59028             Bruno Haible  <bruno@clisp.org>
59029
59030         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
59031         Adjust Makefile.am snippet not to redirect directly to target.
59032         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
59033
59034 2003-06-05  Paul Eggert  <eggert@twinsun.com>
59035
59036         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
59037         mismatch, look in future quarters as well as past.  This fixes a
59038         bug when processing fall-backwards gaps immediately after a long
59039         period of daylight-saving time.
59040
59041         * lib/mktime.c: Assume freestanding C89 or better.
59042         (HAVE_LIMITS_H): Remove.  Assume it's 1.
59043         (__P): Remove; not used.
59044         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
59045         (mktime, not_equal_tm, print_tm, check_result,
59046         main): Use prototypes.  Use const * where appropriate.
59047         (main): Fix typo in testing code that uncovered by above changes.
59048         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
59049
59050 2003-06-04  Paul Eggert  <eggert@twinsun.com>
59051
59052         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
59053         locale.h, localeconv.  This merges changes from coreutils.
59054
59055         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
59056         It can be removed after the next Autoconf is released.
59057         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
59058         needed.
59059
59060 2003-06-04  Paul Eggert  <eggert@twinsun.com>
59061
59062         * lib/mktime.c: Fix Debian bug 177940
59063         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
59064         (localtime_offset): Now long int, not time_t, because we want it
59065         to be guaranteed to be signed.  All uses changed.
59066         (__mktime_internal): If overflow would occur when adding offset,
59067         don't add it.
59068
59069         Merge 'human' changes from coreutils.  Rewrite to support
59070         locale-specific notations like thousands separators.
59071         * lib/human.c: Simplify authorship notice.
59072         Include human.h immediately after config.h.
59073         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
59074         <limits.h>: Do not include, since human.h does.
59075         (SIZE_MAX, UINTMAX_MAX): New macros.
59076         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
59077         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
59078         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
59079         (power_letter): Renamed from suffixes.
59080         (generate_suffix_backwards): Remove.
59081         (adjust_value): Now takes int style (because of human.h changes)
59082         and long double value (for greater precision on some platforms).
59083         (group_number): New function.
59084         (human_readable): Use it.  Use integer options, not enum.
59085         Put the options before the sizes in the arg list.
59086         Support all the new options.
59087         The old human_readable function has been removed;
59088         use inttostr.h instead.
59089         (human_readable, default_block_size, humblock):
59090         Use uintmax_t, not int, for block sizes.
59091         (human_readable_inexact, block_size_types): Remove.
59092         (block_size_opts): New constant.
59093         (human_options): Renamed from human_block_size, with new signature
59094         that allows block sizes up to UINTMAX_MAX.  All callers changed.
59095         * lib/human.h: Add copyright and authorship notice.
59096         Include <limits.h> and <stdbool.h> unconditionally.
59097         (PARAMS): Remove.  All uses removed.
59098         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
59099         (enum human_inexact_style): Remove tag; now a nameless enum.
59100         (human_floor, human_ceiling, human_round_to_even): Now have
59101         values 2, 0, 1 rather than -1, 1, 0.
59102         (human_group_digits, human_suppress_point_zero, human_autoscale,
59103         human_base_1024, human_SI, human_B): New constants.
59104         (human_readable_inexact, human_block_size): Remove.
59105         (human_readable): Size args are now uintmax_t, not int.
59106         (human_options): New decl.
59107
59108         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
59109         unnecessary now that we assume C89 or better.  This change
59110         imported from coreutils.
59111
59112         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
59113         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
59114         in the 2003-05-30 sync from glibc.
59115
59116         .h files should stand alone, but we shouldn't include <sys/types.h>
59117         if we can get away with just <stddef.h>.
59118
59119         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
59120         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
59121         rather than <sys/types.h>, as we merely need size_t.
59122         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
59123         to get size_t.
59124         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
59125         Include <stdio.h>, to get FILE.
59126         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
59127         memcasecmp.h has included <stddef.h> and all we need is size_t.
59128         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
59129         our interface, instead of including <sys/types.h>
59130
59131 2003-06-04  Paul Eggert  <eggert@twinsun.com>
59132
59133         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
59134         now, as glibc mktime is buggy on non-glibc systems.
59135
59136 2003-06-03  Karl Berry  <karl@gnu.org>
59137
59138         * config/config.sub: update from prep.
59139
59140 2003-06-02  Paul Eggert  <eggert@twinsun.com>
59141
59142         [from coreutils]
59143         Fix some minor time-related bugs with POSIX time arguments.
59144         Some valid time stamps were being rejected (notably -1, and
59145         time stamps before 1900 on 64-bit hosts).  And some invalid
59146         time stamps were being accepted, e.g. September 31.
59147
59148         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
59149         that we can return (time_t) -1 successfully.
59150         * lib/posixtm.c: Likewise.
59151         [HAVE_STDBOOL_H]: Include <stdbool.h>.
59152         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
59153         (t): Remove static var.
59154         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
59155         of static var.  All uses changed.
59156         (year): Do not reject years before 1900; they can occur with
59157         64-bit time_t.
59158         (posix_time_parse): Do not check for out-of-range components;
59159         that is now the caller's responsibility, since our checks were
59160         only approximations.
59161         (posixtime): Use mktime to check for out-of-range components,
59162         since it knows them exactly.
59163         If mktime returns (time_t) -1, check whether an error actually occurred
59164         by invoking localtime on -1.
59165         (main) [TEST_POSIXTIME]: Check for input data errors, and report
59166         posixtime failures better.
59167         Improve the test data (in comments only).
59168
59169 2003-06-02  Karl Berry  <karl@gnu.org>
59170
59171         * config/mkinstalldirs (version): new variable.
59172         (--version): new option.
59173         (usage): improve message.
59174
59175 2003-05-30  Karl Berry  <karl@gnu.org>
59176
59177         * lib/mktime.c: update from libc.
59178
59179 2003-05-30  Bruno Haible  <bruno@clisp.org>
59180
59181         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
59182         * config/config.rpath: Upgrade to gettext-0.12.1.
59183
59184 2003-05-30  Bruno Haible  <bruno@clisp.org>
59185
59186         * m4/gettext.m4: Upgrade to gettext-0.12.1.
59187         * m4/nls.m4: New file, from gettext-0.12.1.
59188         * m4/po.m4: New file, from gettext-0.12.1.
59189         * m4/progtest.m4: Upgrade to gettext-0.12.1.
59190
59191 2003-05-30  Bruno Haible  <bruno@clisp.org>
59192
59193         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
59194         * lib/localcharset.h: Likewise.
59195         * lib/localcharset.c: Likewise.
59196
59197 2003-05-29  Karl Berry  <karl@gnu.org>
59198
59199         * config/config.rpath: update from gettext.
59200
59201 2003-05-28  Paul Eggert  <eggert@twinsun.com>
59202
59203         Assume the headers required for C89 freestanding compilers.
59204         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
59205         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
59206         * m4/human.m4 (gl_HUMAN): Likewise.
59207         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
59208         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
59209         * m4/userspec.m4 (gl_USERSPEC): Likewise.
59210         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
59211         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
59212         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
59213
59214 2003-05-28  Paul Eggert  <eggert@twinsun.com>
59215
59216         Assume the headers required for C89 freestanding compilers.
59217         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
59218         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
59219         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
59220         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
59221         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
59222         define, since <limits.h> is guaranteed to do that.
59223         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
59224         * lib/exclude.c: Include <stdbool.h> unconditionally.
59225         * lib/tempname.c: Include <stddef.h> unconditionally.
59226         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
59227         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
59228         <stddef.h> does that.
59229         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
59230         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
59231         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
59232         needed.
59233         * lib/xstrtol.c: Likewise.
59234         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
59235         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
59236
59237         * lib/addext.c (addext): Use assignment rather than cast, to avoid
59238         warnings on some platforms.
59239
59240         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
59241         arbitrarily.
59242
59243 2003-05-26  Jim Meyering  <jim@meyering.net>
59244
59245         Merge in a change from coreutils:
59246         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
59247         that is guaranteed to be `no'.  Use `no_such_member' to indicate
59248         that condition, rather than `-1' which is slightly misleading.
59249         Change the name of the cache variable to have the gl_ prefix.
59250         Prompted by a patch from Richard Dawe for DJGPP.
59251
59252 2003-05-24  Karl Berry  <karl@gnu.org>
59253
59254         * config/config.guess: update from prep.
59255
59256 2003-05-22  Karl Berry  <karl@gnu.org>
59257
59258         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
59259
59260 2003-05-20  Karl Berry  <karl@gnu.org>
59261
59262         * config/config.guess: update from prep.
59263
59264 2003-05-18  Karl Berry  <karl@gnu.org>
59265
59266         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
59267         might actually be set by the user.
59268
59269         * config/depcomp, install-sh, mdate-sh: update from automake.
59270
59271 2003-05-17  Bruno Haible  <bruno@clisp.org>
59272
59273         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
59274         invalid expansion for AC_EGREP_CPP.
59275         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
59276         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
59277         Suggested by Akim Demaille <akim@epita.fr> in
59278         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
59279
59280 2003-05-12  Jim Meyering  <jim@meyering.net>
59281
59282         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
59283         the space-padded-by-default conversion specifiers, %e, %k, %l.
59284
59285 2003-05-12  Bruno Haible  <bruno@clisp.org>
59286
59287         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
59288         the string is longer than 4 KB.
59289
59290 2003-05-11  Karl Berry  <karl@gnu.org>
59291
59292         * config/config.{guess,sub}: update from prep.
59293
59294 2003-05-09  Bruno Haible  <bruno@clisp.org>
59295
59296         * modules/error: Add m4/strerror_r.m4 to file list.
59297
59298 2003-05-03  Bruno Haible  <bruno@clisp.org>
59299
59300         Upgrade to Unicode-4.0.
59301         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
59302         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
59303         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
59304         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
59305         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
59306         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
59307         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
59308         Change width of U+E0100..U+E01EF from 1 to 0.
59309
59310 2003-04-25  Jim Meyering  <jim@meyering.net>
59311
59312         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
59313         of type size_t, not int.
59314
59315 2003-04-25  Bruno Haible  <bruno@clisp.org>
59316
59317         * lib/copy-file.c: Include <stddef.h>, for size_t.
59318
59319 2003-04-21  Paul Eggert  <eggert@twinsun.com>
59320
59321         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
59322         code which expansion is under static control.  Patch imported from
59323         Akim Demaille's patch to Bison; see
59324         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
59325
59326 2003-04-14  Bruno Haible  <bruno@clisp.org>
59327
59328         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
59329
59330 2003-04-11  Jim Meyering  <jim@meyering.net>
59331
59332         Merge changes from Coreutils.
59333
59334         2003-03-22  Jim Meyering  <jim@meyering.net>
59335
59336         * lib/strftime.c (widen): Cast alloca return value to proper type.
59337
59338         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
59339
59340         From GNU libc.
59341         * lib/strftime.c (my_strftime): Handle very large width
59342         specifications for numeric values correctly.  Improve checks for
59343         overflow.
59344
59345         2003-01-19  Jim Meyering  <jim@meyering.net>
59346
59347         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
59348         definitions.
59349         (nl_get_alt_digit) [! defined my_strftime]: Define.
59350         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
59351         _nl_get_alt_digit and _nl_get_walt_digit.
59352
59353         * lib/strftime.c (my_strftime): Merge in locale-related changes from
59354         libc. These changes have no effect outside of _LIBC.
59355
59356 2003-04-10  Bruno Haible  <bruno@clisp.org>
59357
59358         * modules/findprog: New file.
59359         * MODULES.html.sh (func_all_modules): Add it.
59360
59361 2003-04-10  Bruno Haible  <bruno@clisp.org>
59362
59363         * m4/findprog.m4: New file.
59364         * m4/eaccess.m4: New file.
59365
59366 2003-04-10  Bruno Haible  <bruno@clisp.org>
59367
59368         * lib/findprog.h: New file, from GNU gettext.
59369         * lib/findprog.c: New file, from GNU gettext.
59370
59371 2003-04-05  Jim Meyering  <jim@meyering.net>
59372
59373         Merge changes from Coreutils.
59374
59375         * lib/exclude.h (PARAMS): Remove definition and uses.
59376         * lib/exclude.c: Remove uses of `PARAMS'.
59377
59378         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
59379         Add test-cases for DOS filenames. Declare program_name.
59380         (main): Set up program_name.  Patch by Rich Dawe.
59381
59382         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
59383         error from mntctl.
59384         Use mntctl's return value to drive the entry-processing loop, since
59385         we can't rely on the value of the vmt_length member in the last
59386         entry.  On some systems doing so could result in exhausting
59387         virtual memory.  Based in part on a patch from Mike Jetzer.
59388
59389 2003-04-04  Bruno Haible  <bruno@clisp.org>
59390
59391         * modules/linebreak: New file.
59392         * MODULES.html.sh (func_all_modules): Add it.
59393
59394 2003-04-04  Bruno Haible  <bruno@clisp.org>
59395
59396         * m4/linebreak.m4: New file.
59397
59398 2003-04-04  Bruno Haible  <bruno@clisp.org>
59399
59400         * lib/linebreak.h: New file, from GNU gettext.
59401         * lib/linebreak.c: New file, from GNU gettext with slight
59402         modifications.
59403         * lib/lbrkprop.h: New file, from GNU gettext.
59404
59405 2003-04-03  Bruno Haible  <bruno@clisp.org>
59406
59407         * modules/utf8-ucs4: New file.
59408         * modules/utf16-ucs4: New file.
59409         * modules/ucs4-utf8: New file.
59410         * modules/ucs4-utf16: New file.
59411         * MODULES.html.sh (func_all_modules): Add them.
59412
59413 2003-04-03  Bruno Haible  <bruno@clisp.org>
59414
59415         * m4/utf-ucs4.m4: New file.
59416         * m4/ucs4-utf.m4: New file.
59417
59418 2003-04-03  Bruno Haible  <bruno@clisp.org>
59419
59420         * lib/utf8-ucs4.h: New file, from GNU gettext.
59421         * lib/utf16-ucs4.h: New file, from GNU gettext.
59422         * lib/ucs4-utf8.h: New file, from GNU gettext.
59423         * lib/ucs4-utf16.h: New file, from GNU gettext.
59424
59425 2003-04-02  Bruno Haible  <bruno@clisp.org>
59426
59427         * modules/binary-io: New file.
59428         * MODULES.html.sh (func_all_modules): Add it.
59429
59430 2003-04-02  Bruno Haible  <bruno@clisp.org>
59431
59432         * lib/binary-io.h: New file, from GNU gettext.
59433
59434 2003-04-01  Bruno Haible  <bruno@clisp.org>
59435
59436         * modules/pathname: New file.
59437         * MODULES.html.sh (func_all_modules): Add it.
59438
59439 2003-04-01  Bruno Haible  <bruno@clisp.org>
59440
59441         * lib/pathname.h: New file, from GNU gettext.
59442         * lib/concatpath.c: New file, from GNU gettext.
59443
59444 2003-03-30  Bruno Haible  <bruno@clisp.org>
59445
59446         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
59447
59448 2003-03-30  Bruno Haible  <bruno@clisp.org>
59449
59450         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
59451         function chown() doesn't exist.
59452
59453 2003-03-28  Bruno Haible  <bruno@clisp.org>
59454
59455         * modules/copy-file: New file.
59456         * MODULES.html.sh (func_all_modules): Add it.
59457
59458 2003-03-28  Bruno Haible  <bruno@clisp.org>
59459
59460         * m4/copy-file.m4: New file.
59461
59462 2003-03-28  Bruno Haible  <bruno@clisp.org>
59463
59464         * lib/copy-file.h: New file, from GNU gettext.
59465         * lib/copy-file.c: New file, from GNU gettext.
59466
59467 2003-03-18  Jim Meyering  <jim@meyering.net>
59468
59469         * lib/quote.c (quote_n): Fix typo in comment.
59470
59471 2003-03-18  Bruno Haible  <bruno@clisp.org>
59472
59473         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
59474         checking.
59475         * m4/onceonly_2_57.m4: Likewise.
59476
59477 2003-03-17  Bruno Haible  <bruno@clisp.org>
59478
59479         * m4/onceonly.m4: Require autoconf 2.54 or newer.
59480         (m4_quote): Remove macro.
59481         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
59482
59483 2003-03-14  Jim Meyering  <jim@meyering.net>
59484
59485         Merge changes from Coreutils.
59486         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
59487         to be const, in order to avoid warnings.
59488         (obstack_room): Likewise.
59489         (obstack_empty_p): Likewise.
59490
59491 2003-03-14  Bruno Haible  <bruno@clisp.org>
59492
59493         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
59494         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
59495
59496 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59497
59498         Merge changes from Bison.
59499         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
59500         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
59501         when compiling Bison 1.875's `bitset bset = obstack_alloc
59502         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
59503         * lib/hash.c: Include <stdbool.h> unconditionally.
59504
59505 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59506
59507         * m4/onceonly.m4 (m4_quote): New macro.
59508         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
59509         Quote AC_FOREACH variable-expansions properly.
59510
59511 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59512
59513         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
59514
59515 2003-03-09  Paul Eggert  <eggert@twinsun.com>
59516
59517         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
59518         Reported by Bruce Becker; see:
59519         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
59520
59521 2003-03-03  Paul Eggert  <eggert@twinsun.com>
59522             Bruno Haible  <bruno@clisp.org>
59523
59524         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
59525         Reported by John Hughes, see
59526         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
59527
59528 2003-02-20  Bruno Haible  <bruno@clisp.org>
59529
59530         * MODULES.html.sh (func_all_modules): Add poll.
59531
59532 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59533
59534         * modules/poll: New file.
59535
59536 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59537
59538         * lib/poll_.h: New file.
59539         * lib/poll.c: New file.
59540
59541 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59542
59543         * m4/poll.m4: New file.
59544
59545 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59546
59547         * modules/mathl: New file.
59548
59549 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59550
59551         * lib/mathl.h: New file.
59552         * lib/acosl.c: New file.
59553         * lib/asinl.c: New file.
59554         * lib/atanl.c: New file.
59555         * lib/ceill.c: New file.
59556         * lib/cosl.c: New file.
59557         * lib/expl.c: New file.
59558         * lib/floorl.c: New file.
59559         * lib/frexpl.c: New file.
59560         * lib/ldexpl.c: New file.
59561         * lib/logl.c: New file.
59562         * lib/sincosl.c: New file.
59563         * lib/sinl.c: New file.
59564         * lib/sqrtl.c: New file.
59565         * lib/tanl.c: New file.
59566         * lib/trigl.c: New file.
59567         * lib/trigl.h: New file.
59568
59569 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59570
59571         * m4/mathl.m4: New file.
59572
59573 2003-02-18  Bruno Haible  <bruno@clisp.org>
59574
59575         * MODULES.html.sh (func_all_modules): Add mathl.
59576
59577 2003-02-17  Bruno Haible  <bruno@clisp.org>
59578
59579         * modules/mkdtemp: New module.
59580         * MODULES.html.sh (func_all_modules): Add it.
59581
59582 2003-02-17  Bruno Haible  <bruno@clisp.org>
59583
59584         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
59585
59586 2003-02-17  Bruno Haible  <bruno@clisp.org>
59587
59588         * lib/mkdtemp.h: New file, from GNU gettext.
59589         * lib/mkdtemp.c: New file, from GNU gettext.
59590
59591 2003-02-02  Jim Meyering  <jim@meyering.net>
59592
59593         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
59594         e.g. glibc-2.2.93.
59595
59596 2003-01-31  Bruno Haible  <bruno@clisp.org>
59597
59598         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
59599         'rpl_rename'.
59600         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
59601         'rpl_strnlen'.
59602         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
59603         'rpl_strtod'.
59604         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
59605         'rpl_utime'.
59606
59607 2003-01-31  Bruno Haible  <bruno@clisp.org>
59608
59609         * lib/rename.c: #undef rename before defining rpl_rename.
59610         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
59611
59612 2003-01-30  Bruno Haible  <bruno@clisp.org>
59613
59614         * modules/vasnprintf, modules/vasprintf: New modules.
59615         * MODULES.html.sh (func_all_modules): Add them.
59616
59617 2003-01-30  Bruno Haible  <bruno@clisp.org>
59618
59619         * m4/signed.m4: New file, from GNU gettext.
59620         * m4/longdouble.m4: New file, from GNU gettext.
59621         * m4/wchar_t.m4: New file, from GNU gettext.
59622         * m4/wint_t.m4: New file, from GNU gettext.
59623         * m4/vasnprintf.m4: New file.
59624         * m4/vasprintf.m4: New file.
59625
59626 2003-01-30  Bruno Haible  <bruno@clisp.org>
59627
59628         * lib/printf-args.h: New file, from GNU gettext.
59629         * lib/printf-args.c: New file, from GNU gettext.
59630         * lib/printf-parse.h: New file, from GNU gettext.
59631         * lib/printf-parse.c: New file, from GNU gettext.
59632         * lib/vasnprintf.h: New file, from GNU gettext.
59633         * lib/vasnprintf.c: New file, from GNU gettext.
59634         * lib/asnprintf.c: New file, from GNU gettext.
59635         * lib/vasprintf.h: New file, from GNU gettext with modifications.
59636         * lib/vasprintf.c: New file, from GNU gettext.
59637         * lib/asprintf.c: New file, from GNU gettext.
59638
59639 2003-01-29  Bruno Haible  <bruno@clisp.org>
59640
59641         * modules/stpncpy: New module.
59642         * MODULES.html.sh (func_all_modules): Add it.
59643
59644 2003-01-29  Bruno Haible  <bruno@clisp.org>
59645
59646         * m4/stpncpy.m4: New file.
59647
59648 2003-01-29  Bruno Haible  <bruno@clisp.org>
59649
59650         * lib/stpncpy.h: New file, from GNU gettext with modifications.
59651         * lib/stpncpy.c: New file, from GNU gettext with modifications.
59652
59653 2003-01-28  Bruno Haible  <bruno@clisp.org>
59654
59655         * modules/c-ctype: New module.
59656         * MODULES.html.sh (func_all_modules): Add it.
59657
59658 2003-01-28  Bruno Haible  <bruno@clisp.org>
59659
59660         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
59661         Paul Eggert.
59662         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
59663         Paul Eggert.
59664
59665 2003-01-27  Bruno Haible  <bruno@clisp.org>
59666
59667         * modules/xsetenv: New module.
59668         * MODULES.html.sh (func_all_modules): Add it.
59669
59670 2003-01-27  Bruno Haible  <bruno@clisp.org>
59671
59672         * lib/xsetenv.h: New file, from GNU gettext.
59673         * lib/xsetenv.c: New file, from GNU gettext.
59674
59675 2003-01-23  Jim Meyering  <jim@meyering.net>
59676
59677         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
59678         from working on systems without dirfd (at least Irix and OSF1/Tru64).
59679
59680 2003-01-23  Bruno Haible  <bruno@clisp.org>
59681
59682         * modules/minmax: New module.
59683         * MODULES.html.sh (func_all_modules): Add it.
59684
59685 2003-01-23  Bruno Haible  <bruno@clisp.org>
59686
59687         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
59688         Eggert.
59689
59690 2003-01-22  Bruno Haible  <bruno@clisp.org>
59691
59692         * modules/exit: New module.
59693         * MODULES.html.sh (func_all_modules): Add it.
59694
59695 2003-01-22  Bruno Haible  <bruno@clisp.org>
59696
59697         * lib/exit.h: New file, from GNU gettext.
59698
59699 2003-01-19  Bruno Haible  <bruno@clisp.org>
59700
59701         * gnulib-tool: Recognize option --extract-maintainer.
59702         (func_get_maintainer): New function.
59703         * modules/*: Add Maintainer entry.
59704
59705 2003-01-16  Jim Meyering  <jim@meyering.net>
59706
59707         * m4/regex.m4: The `regex' struct is both input and output.
59708         Initialize it before each use.  Patch by Tim Waugh.
59709
59710 2003-01-16  Bruno Haible  <bruno@clisp.org>
59711
59712         * MODULES.html.sh: Add a table of contents. Add the module name as
59713         leftmost column. Add hyperlinks.
59714
59715 2003-01-15  Bruno Haible  <bruno@clisp.org>
59716
59717         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
59718
59719 2003-01-15  Bruno Haible  <bruno@clisp.org>
59720
59721         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
59722         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
59723         suffix.
59724
59725 2003-01-15  Bruno Haible  <bruno@clisp.org>
59726
59727         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
59728
59729 2003-01-15  Bruno Haible  <bruno@clisp.org>
59730
59731         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
59732         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
59733
59734 2003-01-14  Jim Meyering  <jim@meyering.net>
59735
59736         * lib/same.c (same_name): Tweak a comment.
59737
59738 2003-01-14  Bruno Haible  <bruno@clisp.org>
59739
59740         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
59741         when a string comparison is sufficient.
59742
59743 2003-01-14  Bruno Haible  <bruno@clisp.org>
59744
59745         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
59746         'unsigned int'.
59747
59748 2003-01-14  Bruno Haible  <bruno@clisp.org>
59749
59750         * lib/hash-pjw.c: Add comment about low quality of this function.
59751
59752 2003-01-13  Bruno Haible  <bruno@clisp.org>
59753
59754         * modules/stpcpy: Distribute lib/stpcpy.h.
59755         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
59756
59757 2003-01-13  Bruno Haible  <bruno@clisp.org>
59758
59759         * modules/*: Add a description.
59760         * modules/strpbrk: Fix Makefile.am snippet.
59761         * modules/strtoimax: Fix dependencies.
59762         * modules/strtoumax: Likewise.
59763
59764 2003-01-13  Bruno Haible  <bruno@clisp.org>
59765
59766         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
59767         * modules/alloca (Makefile.am): All object files depend on alloca.h.
59768         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
59769
59770 2003-01-13  Bruno Haible  <bruno@clisp.org>
59771
59772         * gnulib-tool (func_create_testdir): Store config/* files in the main
59773         directory.
59774         * config.rpath: Move to ...
59775         * config/config.rpath: ... here.
59776         * modules/gettext: Contains config/config.rpath, not config.rpath.
59777         * modules/iconv: Likewise.
59778
59779 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59780
59781         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59782         to avoid collisions with libcurses and libreadline.
59783
59784         * m4/getstr.m4: Remove.
59785         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
59786
59787 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59788
59789         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59790         to avoid collisions with libcurses and libreadline.
59791
59792         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
59793         * lib/getstr.h, getstr.c: Remove.
59794         * lib/getline.c: Include "getline.h", to check interface.
59795         Move body of old getstr.c here: this defines MIN_CHUNK and
59796         declares getdelim2, which is renamed from getstr.
59797         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
59798
59799         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
59800         All uses changed.
59801         * lib/linebuffer.h: Likewise.
59802         (readline): Remove backward-compatibility macro.
59803
59804 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59805
59806         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59807         to avoid collisions with libcurses and libreadline.
59808         * getstr: Remove.
59809         * MODULES.html.sh: Remove getstr.
59810         * modules/getline: Depend on unlocked-io, not getstr.
59811
59812 2003-01-12  Jim Meyering  <jim@meyering.net>
59813
59814         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
59815
59816 2003-01-10  Bruno Haible  <bruno@clisp.org>
59817
59818         * modules/alloca: Change Makefile.am requirements. Simplify Include
59819         requirements. Add lib/alloca_.h to file list.
59820
59821 2003-01-10  Bruno Haible  <bruno@clisp.org>
59822
59823         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
59824
59825 2003-01-10  Bruno Haible  <bruno@clisp.org>
59826
59827         * lib/alloca_.h: New file.
59828         * lib/getdate.y: Unconditionally include alloca.h.
59829         * lib/makepath.c: Likewise.
59830         * lib/setenv.c: Likewise.
59831         * lib/userspec.c: Likewise.
59832
59833 2003-01-09  Karl Berry  <karl@gnu.org>
59834
59835         * MODULES.html.sh: include `dirname $0` in PATH, to find
59836         gnulib-tool.
59837
59838 2003-01-09  Bruno Haible  <bruno@clisp.org>
59839
59840         * modules/stdbool: Change configure.ac, Makefile.am requirements.
59841         Simplify Include requirements. Add lib/stdbool.h.in to file list.
59842
59843 2003-01-09  Bruno Haible  <bruno@clisp.org>
59844
59845         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
59846
59847 2003-01-09  Bruno Haible  <bruno@clisp.org>
59848
59849         * lib/stdbool.h.in: New file.
59850
59851 2003-01-09  Bruno Haible  <bruno@clisp.org>
59852
59853         * gnulib-tool (func_all_modules): Ignore files ending in ~.
59854         * MODULES.html.sh: Likewise.
59855
59856 2003-01-08  Jim Meyering  <jim@meyering.net>
59857
59858         * lib/full-write.c: Undefine and define-away `const' after inclusion
59859         of errno.h, not before.  Suggestion from Bruno Haible.
59860
59861 2003-01-08  Bruno Haible  <bruno@clisp.org>
59862
59863         * modules/full-read: Depend on full-write.
59864
59865 2003-01-08  Bruno Haible  <bruno@clisp.org>
59866
59867         * lib/safe-read.c: Include specification header first, to ensure its
59868         selfcontainedness.
59869         * lib/full-write.c: Likewise.
59870
59871 2003-01-07  Jim Meyering  <jim@meyering.net>
59872
59873         * lib/full-write.c: Rework so that it may serve to define full_read,
59874         too.
59875         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
59876
59877 2003-01-07  Bruno Haible  <bruno@clisp.org>
59878
59879         * lib/strtoimax.c: Include <stdint.h> as an alternative to
59880         <inttypes.h>.
59881         * lib/xstrtol.h: Likewise.
59882         * lib/xstrtoimax.c: Likewise.
59883         * lib/xstrtoumax.c: Likewise.
59884         * lib/human.h: Likewise.
59885
59886         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
59887         on systems that have <inttypes.h> but not <stdint.h>.
59888
59889 2003-01-07  Bruno Haible  <bruno@clisp.org>
59890
59891         * MODULES.html.sh: Add copyright notice.
59892         (missed_files): Omit CVS directory entries.
59893         (func_module): Make it work with sed-3.02.
59894         * MODULES.txt: Remove file.
59895
59896 2003-01-06  Jim Meyering  <jim@meyering.net>
59897
59898         * lib/version-etc.c: Update year in translatable copyright string.
59899
59900 2003-01-03  Karl Berry  <karl@gnu.org>
59901
59902         * config/config.{guess,sub}: update from prep.
59903
59904 2003-01-02  Karl Berry  <karl@gnu.org>
59905
59906         * doc/COPYING.DOC: belatedly updated to 1.2.
59907
59908 2003-01-01  Karl Berry  <karl@gnu.org>
59909
59910         * gnulib-tool (func_verify_module): report module name $module in
59911         error message, not $1.
59912         * gnulib-tool (create-testdir): don't complain if destdir couldn't
59913         be created, only if it doesn't exist.
59914         * gnulib-tool (last_checkin_date): don't expand the $Date here.
59915
59916 2002-12-31  Paul Eggert  <eggert@twinsun.com>
59917
59918         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
59919
59920 2002-12-31  Paul Eggert  <eggert@twinsun.com>
59921
59922         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
59923         memcmp if strcoll doesn't work.
59924
59925 2002-12-31  Bruno Haible  <bruno@clisp.org>
59926
59927         * lib/utime.c (utime_null): No need to call ftruncate if the file was
59928         nonempty.
59929
59930 2002-12-31  Bruno Haible  <bruno@clisp.org>
59931
59932         * lib/memcoll.c (STRCOLL): New macro.
59933         (memcoll): Use it.
59934
59935 2002-12-31  Bruno Haible  <bruno@clisp.org>
59936
59937         * lib/localcharset.h: New file.
59938         * lib/localcharset.c: Include it.
59939         * lib/unicodeio.c: Likewise.
59940
59941 2002-12-31  Bruno Haible  <bruno@clisp.org>
59942
59943         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
59944         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
59945
59946 2002-12-31  Bruno Haible  <bruno@clisp.org>
59947
59948         * lib/getline.h: Include <stddef.h>, for size_t.
59949
59950         * lib/unicodeio.h: Include <stddef.h>, for size_t.
59951         * lib/unicodeio.c: Don't include <stddef.h>.
59952
59953 2002-12-31  Bruno Haible  <bruno@clisp.org>
59954
59955         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
59956         HAVE_TM_ZONE.
59957
59958 2002-12-24  Karl Berry  <karl@gnu.org>
59959
59960         * config/config.guess: update from prep.
59961
59962 2002-12-24  Bruno Haible  <bruno@clisp.org>
59963
59964         General infrasructure.
59965         * m4/README: Rewritten.
59966         * m4/onceonly.m4: New file.
59967         * m4/onceonly_2_57.m4: New file.
59968
59969         Module atexit.
59970         * m4/atexit.m4: New file.
59971
59972         Module strtod.
59973         * m4/strtod.m4: New file.
59974
59975         Module strtol.
59976         * m4/strtol.m4: New file.
59977
59978         Module strtoul.
59979         * m4/strtoul.m4: New file.
59980
59981         Module memchr.
59982         * m4/memchr.m4: New file.
59983
59984         Module memcmp.
59985         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
59986         (jm_FUNC_MEMCMP): Invoke it.
59987
59988         Module memcpy.
59989         * m4/memcpy.m4: New file.
59990
59991         Module memmove.
59992         * m4/memmove.m4: New file.
59993
59994         Module memset.
59995         * m4/memset.m4: New file.
59996
59997         Module strcspn.
59998         * m4/strcspn.m4: New file.
59999
60000         Module strpbrk.
60001         * m4/strpbrk.m4: New file.
60002
60003         Module strstr.
60004         * m4/strstr.m4: New file.
60005
60006         Module strerror.
60007         * m4/strerror.m4: New file.
60008
60009         Module mktime.
60010         * m4/mktime.m4: Renamed from jm-mktime.m4.
60011         (gl_PREREQ_MKTIME): New macro.
60012         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
60013
60014         Module malloc.
60015         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
60016         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
60017         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
60018
60019         Module realloc.
60020         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
60021         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
60022         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
60023
60024         Module strftime.
60025         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
60026         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
60027         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
60028         gl_TM_GMTOFF.
60029         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
60030
60031         Module xalloc.
60032         * m4/xalloc.m4: New file.
60033
60034         Module alloca.
60035         * m4/alloca.m4: New file.
60036
60037         Module putenv.
60038         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
60039         (jm_FUNC_PUTENV): Invoke it.
60040
60041         Module setenv.
60042         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
60043         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
60044         when invoked twice.
60045         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
60046         gt_FUNC_SETENV.
60047
60048         Module memrchr.
60049         * m4/memrchr.m4: New file.
60050
60051         Module stpcpy.
60052         * m4/stpcpy.m4: New file.
60053
60054         Module strcase.
60055         * m4/strcase.m4: New file.
60056
60057         Module strdup.
60058         * m4/strdup.m4: New file.
60059
60060         Module strnlen.
60061         * m4/strnlen.m4: New file.
60062
60063         Module strndup.
60064         * m4/strndup.m4: New file.
60065
60066         Module xstrtod.
60067         * m4/xstrtod.m4: New file.
60068
60069         Module xstrtol.
60070         * m4/xstrtol.m4: New file.
60071
60072         Module getdate.
60073         * m4/getdate.m4: New file.
60074
60075         Module unlocked-io.
60076         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
60077         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
60078         * m4/jm-glibc-io.m4n: Remove file.
60079
60080         Module long-options.
60081         * m4/long-options.m4: New file.
60082
60083         Module md5.
60084         * m4/md5.m4: New file.
60085
60086         Module sha.
60087         * m4/sha.m4: New file.
60088
60089         Module getstr.
60090         * m4/getstr.m4: New file.
60091
60092         Module getline.
60093         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
60094         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
60095         <sys/types.h>, for size_t. Use the function name gnu_getline, not
60096         simply getline. Infoke gl_PREREQ_GETLINE.
60097
60098         Module obstack.
60099         * m4/obstack.m4: New file.
60100
60101         Module hash.
60102         * m4/hash.m4: New file.
60103
60104         Module readtokens.
60105         * m4/readtokens.m4: New file.
60106
60107         Module strverscmp.
60108         * m4/strverscmp.m4: New file.
60109
60110         Module stdbool.
60111         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
60112         OSF/1.
60113
60114         Module strtoll.
60115         * m4/strtoll.m4: New file.
60116
60117         Module strtoull.
60118         * m4/strtoull.m4: New file.
60119
60120         Module strtoimax.
60121         * m4/strtoimax.m4: New file.
60122
60123         Module strtoumax.
60124         * m4/strtoumax.m4: New file.
60125
60126         Module xstrtoimax.
60127         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
60128         jm_AC_PREREQ_XSTRTOIMAX.
60129         Moved the strtol prerequisites to strtol.m4.
60130         Moved the strtoll prerequisites to strtoll.m4.
60131         Moved the strtoimax prerequisites to strtoimax.m4.
60132
60133         Module xstrtoumax.
60134         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
60135         jm_AC_PREREQ_XSTRTOUMAX.
60136         Moved the strtoul prerequisites to strtoul.m4.
60137         Moved the strtoull prerequisites to strtoull.m4.
60138         Moved the strtoumax prerequisites to strtoumax.m4.
60139
60140         Module chown.
60141         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
60142         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
60143
60144         Module dup2.
60145         * m4/dup2.m4: New file.
60146
60147         Module ftruncate.
60148         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
60149         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
60150
60151         Module getgroups.
60152         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
60153         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
60154
60155         Module gettimeofday.
60156         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
60157         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
60158         gl_PREREQ_GETTIMEOFDAY.
60159
60160         Module mkdir.
60161         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
60162         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
60163
60164         Module mkstemp.
60165         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
60166         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
60167         jm_AC_TYPE_UINTMAX_T.
60168         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
60169
60170         Module stat.
60171         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
60172         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
60173
60174         Module lstat.
60175         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
60176         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
60177
60178         Module timespec.
60179         * m4/timespec.m4 (gl_TIMESPEC): New macro.
60180         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
60181         * m4/st_mtim.m4: Indentation.
60182
60183         Module nanosleep.
60184         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
60185         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
60186         gl_PREREQ_NANOSLEEP.
60187
60188         Module regex.
60189         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
60190         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
60191         (gl_REGEX): New macro.
60192
60193         Module rename.
60194         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
60195         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
60196
60197         Module rmdir.
60198         * m4/rmdir.m4: New file.
60199
60200         Module utime.
60201         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
60202         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
60203         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
60204
60205         Module dirname.
60206         * m4/dirname.m4: New file.
60207
60208         Module getopt.
60209         * m4/getopt.m4: New file.
60210
60211         Module unistd-safer.
60212         * m4/unistd-safer.m4: New file.
60213
60214         Module fnmatch.
60215         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
60216         declaration.
60217         (gl_PREREQ_FNMATCH_EXTRA): New macro.
60218         (gl_FUNC_FNMATCH_POSIX): New macro.
60219         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
60220         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
60221         simply fnmatch.
60222
60223         Module exclude.
60224         * m4/exclude.m4: New file.
60225
60226         Module human.
60227         * m4/human.m4: New file.
60228
60229         Module acl.
60230         * m4/acl.m4: Nop.
60231
60232         Module backupfile.
60233         * m4/backupfile.m4: New file.
60234         * m4/d-ino.m4: Indentation.
60235
60236         Module fsusage.
60237         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
60238         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
60239         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
60240
60241         Module dirfd.
60242         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
60243         requirements.
60244
60245         Module euidaccess.
60246         * m4/euidaccess.m4: New file.
60247
60248         Module file-type.
60249         * m4/file-type.m4: New file.
60250
60251         Module fileblocks.
60252         * m4/fileblocks.m4: New file.
60253
60254         Module filemode.
60255         * m4/filemode.m4: New file.
60256
60257         Module isdir.
60258         * m4/isdir.m4: New file.
60259
60260         Module lchown.
60261         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
60262         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
60263
60264         Module makepath.
60265         * m4/makepath.m4: New file.
60266
60267         Module modechange.
60268         * m4/modechange.m4: New file.
60269
60270         Module mountlist.
60271         * m4/mountlist.m4: New file.
60272         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
60273         Indentation.
60274
60275         Module path-concat.
60276         * m4/path-concat.m4: New file.
60277
60278         Module pathmax.
60279         * m4/pathmax.m4: New file.
60280
60281         Module same.
60282         * m4/same.m4: New file.
60283
60284         Module save-cwd.
60285         * m4/save-cwd.m4: New file.
60286
60287         Module savedir.
60288         * m4/savedir.m4: New file.
60289
60290         Module xgetcwd.
60291         * m4/xgetcwd.m4: New file.
60292         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
60293
60294         Module xreadlink.
60295         * m4/xreadlink.m4: New file.
60296
60297         Module safe-read.
60298         * m4/safe-read.m4: New file.
60299
60300         Module safe-write.
60301         * m4/safe-write.m4: New file.
60302
60303         Module closeout.
60304         * m4/closeout.m4: New file.
60305
60306         Module stdio-safer.
60307         * m4/stdio-safer.m4: New file.
60308
60309         Module getpass.
60310         * m4/getpass.m4: New file.
60311
60312         Module getugroups.
60313         * m4/getugroups.m4: New file.
60314
60315         Module group-member.
60316         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
60317         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
60318
60319         Module idcache.
60320         * m4/idcache.m4: New file.
60321
60322         Module userspec.
60323         * m4/userspec.m4: New file.
60324
60325         Module gettime.
60326         * m4/clock_time.m4: New file.
60327         * m4/gettime.m4: New file.
60328
60329         Module settime.
60330         * m4/settime.m4: New file.
60331
60332         Module posixtm.
60333         * m4/posixtm.m4: New file.
60334
60335         Module gethostname.
60336         * m4/gethostname.m4: New file.
60337
60338         Module canon-host.
60339         * m4/canon-host.m4: New file.
60340
60341         Module gettext.
60342         * m4/codeset.m4: New file, from gettext-0.11.5.
60343         * m4/gettext.m4: New file, from gettext-0.11.5.
60344         * m4/glibc21.m4: New file, from gettext-0.11.5.
60345         * m4/iconv.m4: New file, from gettext-0.11.5.
60346         * m4/intdiv0.m4: New file, from gettext-0.11.5.
60347         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
60348         * m4/inttypes.m4: New file, from gettext-0.11.5.
60349         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
60350         * m4/isc-posix.m4: New file, from gettext-0.11.5.
60351         * m4/lcmessage.m4: New file, from gettext-0.11.5.
60352         * m4/lib-ld.m4: New file, from gettext-0.11.5.
60353         * m4/lib-link.m4: New file, from gettext-0.11.5.
60354         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
60355         * m4/progtest.m4: New file, from gettext-0.11.5.
60356         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
60357         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
60358         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
60359
60360         Module localcharset.
60361         * m4/localcharset.m4: New file.
60362
60363         Module hard-locale.
60364         * m4/hard-locale.m4: New file.
60365
60366         Module mbswidth.
60367         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
60368         onceonly macros.
60369         * m4/mbrtowc.m4: Add comment.
60370
60371         Module memcasecmp.
60372         * m4/memcasecmp.m4: New file.
60373
60374         Module memcoll.
60375         * m4/memcoll.m4: New file.
60376
60377         Module unicodeio.
60378         * m4/unicodeio.m4: New file.
60379
60380         Module rpmatch.
60381         * m4/rpmatch.m4: New file.
60382
60383         Module yesno.
60384         * m4/yesno.m4: New file.
60385
60386         Module exitfail.
60387         * m4/exitfail.m4: New file.
60388
60389         Module c-stack.
60390         * m4/c-stack.m4 (gl_C_STACK): New macro.
60391         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
60392
60393         Module error.
60394         * m4/error.m4 (gl_ERROR): New macro.
60395         (jm_PREREQ_ERROR): Use onceonly macros.
60396
60397         Module fatal.
60398         * m4/fatal.m4: New file.
60399
60400         Module getloadavg.
60401         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
60402         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
60403
60404         Module getpagesize.
60405         * m4/getpagesize.m4: New file.
60406
60407         Module getusershell.
60408         * m4/getusershell.m4: New file.
60409
60410         Module physmem.
60411         * m4/physmem.m4: New file.
60412
60413         Module posixver.
60414         * m4/posixver.m4: New file.
60415
60416         Module quotearg.
60417         * m4/quotearg.m4: New file.
60418
60419         Module quote.
60420         * m4/quote.m4: New file.
60421
60422         Module readutmp.
60423         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
60424
60425         Module sig2str.
60426         * m4/sig2str.m4: New file.
60427
60428         Other.
60429         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
60430         ulonglong.m4.
60431         * m4/intmax_t.m4: New file.
60432         * m4/d-type.m4: Indentation.
60433         * m4/jm-macros.m4: Update.
60434         * m4/prereq.m4 (jm_PREREQ): Update.
60435         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
60436         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
60437         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
60438         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
60439         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
60440         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
60441         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
60442         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
60443         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
60444         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
60445         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
60446         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
60447         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
60448         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
60449         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
60450         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
60451         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
60452         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
60453         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
60454
60455 2002-12-24  Bruno Haible  <bruno@clisp.org>
60456
60457         * MODULES.txt: Update according to m4/ changes.
60458
60459         Module gettext.
60460         * config.rpath: New file, from gettext-0.11.5.
60461
60462         * modules/*: New module descriptions.
60463         * gnulib-tool: New file.
60464         * MODULES.html.sh: New file.
60465
60466 2002-12-21  Karl Berry  <karl@gnu.org>
60467
60468         * doc/fdl.texi: update to version 1.2.
60469
60470 2002-12-19  Karl Berry  <karl@gnu.org>
60471
60472         * config/config.guess: update from prep.
60473
60474 2002-12-18  Bruno Haible  <bruno@clisp.org>
60475
60476         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
60477         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
60478
60479 2002-12-17  Bruno Haible  <bruno@clisp.org>
60480
60481         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
60482         stdlib.h, string.h.
60483
60484 2002-12-17  Bruno Haible  <bruno@clisp.org>
60485
60486         * lib/canon-host.c (strdup): Remove unused declaration.
60487
60488         * lib/fsusage.c: Include full_read.h.
60489         (get_fs_usage): Use full_read instead of safe_read.
60490
60491         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
60492
60493 2002-12-12  Karl Berry  <karl@gnu.org>
60494
60495         * config/config.guess: update from prep.
60496
60497 2002-12-11  Bruno Haible  <bruno@clisp.org>
60498
60499         * m4/setenv.m4: New file, from gettext-0.11.5.
60500
60501 2002-12-11  Bruno Haible  <bruno@clisp.org>
60502
60503         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
60504         not unsetenv().
60505         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
60506         modifications:
60507
60508         2002-12-11  Bruno Haible  <bruno@clisp.org>
60509
60510                 * setenv.c (alloca): Fall back to malloc.
60511                 (freea): New macro.
60512                 (setenv): Use freea() to free memory allocated with alloca().
60513
60514         2002-11-13  Bruno Haible  <bruno@clisp.org>
60515
60516                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
60517                 function declarations.
60518                 * unsetenv.c (unsetenv): Likewise.
60519
60520         2002-03-04  Bruno Haible  <bruno@clisp.org>
60521
60522                 Portability to AIX 4.3.3.
60523                 * unsetenv.c: New file, extracted from setenv.c.
60524                 * setenv.c: Move the unsetenv() function to unsetenv.c.
60525
60526         2001-12-20  Bruno Haible  <bruno@clisp.org>
60527
60528                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
60529                 use malloc instead. For SunOS 4.
60530
60531         2001-12-11  Bruno Haible  <bruno@clisp.org>
60532
60533                 * setenv.c: Declare alloca.
60534                 (compar_fn_t): New typedef.
60535                 (KNOWN_VALUE, STORE_VALUE): Use it.
60536
60537         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
60538         setenv.h.
60539
60540 2002-12-10  Paul Eggert  <eggert@twinsun.com>
60541
60542         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
60543         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
60544         Choose values that are less likely to collide with system fnmatch
60545         options.
60546         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
60547         defined (e.g., a pure POSIX system).
60548         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
60549         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
60550
60551 2002-12-06  Paul Eggert  <eggert@twinsun.com>
60552
60553         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
60554         a pain in practice to deal with generated m4 files.  This change
60555         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
60556
60557         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
60558         and jm-glibc-io.m4, as they are no longer a special case.
60559         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
60560         kludge and the auto-generation stuff.  Check only whether the
60561         functions are declared, not whether they exist, since older hosts
60562         that don't declare the functions can't use the optimization anyway.
60563
60564 2002-12-06  Jim Meyering  <jim@meyering.net>
60565
60566         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
60567
60568         Merge in changes from libc's misc/error.c, in preparation
60569         for the merge of gnulib's changes back into libc.
60570
60571         * lib/error.c (_): Define only if not already defined.
60572         Move definition to follow all #include directives.
60573         Include unlocked-io.h only if !_LIBC.
60574         [_LIBC]: Include <libio/libioP.h>.
60575         [USE_IN_LIBIO]: Include <libio/iolibio.h>
60576         (fflush): Tweak definition to use INTUSE.
60577         (putc): Define.
60578
60579 2002-12-05  Paul Eggert  <eggert@twinsun.com>
60580
60581         * lib/alloca.c [defined emacs]: Include "lisp.h".
60582         (xalloc_die) [defined emacs]: New macro.
60583         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
60584         [! defined emacs]: Include <xalloc.h>.
60585         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
60586         (pointer): Typedef to POINTER_TYPE *.
60587         (malloc): Remove decl; we now always use xmalloc.
60588         (alloca): Use old-style definition, since Emacs needs this.
60589         Check for arithmetic overflow when computing combined size.
60590
60591 2002-12-04  Paul Eggert  <eggert@twinsun.com>
60592
60593         Do not generate unlocked-io.h automatically, since it's easier to
60594         maintain it by hand.
60595
60596         * lib/unlocked-io.h: New file, from GNU diffutils,
60597         but with proper copyright notice and attribution.
60598         * lib/gen-uio: Remove.
60599         * lib/Makefile.am: Add copyright notice.
60600         (libfetish_a_SOURCES): Add unlocked-io.h.
60601         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
60602         (DISTCLEANFILES, io_functions): Remove macros.
60603         (EXTRA_DIST): Remove gen_uio.
60604         (unlocked-io.h): Remove rule.
60605
60606 2002-12-04  Jim Meyering  <jim@meyering.net>
60607
60608         Reflect the fact that stat.c and lstat.c are no longer generated.
60609         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
60610         (DISTCLEANFILES): Likewise.
60611         (EXTRA_DIST): Likewise.
60612         (all_local): Don't depend on stat.c or lstat.c.
60613         (stat.c, lstat.c): Remove rules.
60614         (EXTRA_DIST): Remove xstat.in.
60615
60616         * lib/xstat.in: Remove file.  Contents moved into stat.c.
60617         * lib/stat.c: New file.  Contents mostly from xstat.in.
60618         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
60619         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
60620
60621         * lib/safe-read.c: Rework so that it may serve to define safe_write,
60622         too.
60623         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
60624
60625 2002-12-03  Jim Meyering  <jim@meyering.net>
60626
60627         * lib/safe-read.c, safe-write.c: Change variable names and comments,
60628         but not semantics, to minimize the differences between these two files.
60629         (safe_read): Change comment to mention SAFE_READ_ERROR.
60630
60631         * lib/safe-read.c (IS_EINTR): Define.
60632         (safe_read): Use IS_EINTR in place of in-function cpp directives.
60633
60634 2002-12-02  Jim Meyering  <jim@meyering.net>
60635
60636         * lib/safe-read.c (EINTR): Define.
60637         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
60638         (INT_MAX): Provide fallback.
60639         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
60640
60641         * lib/safe-read.h (SAFE_READ_ERROR): Define.
60642
60643 2002-12-02  Bruno Haible  <bruno@clisp.org>
60644
60645         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
60646         Define, taken from safe-read.c.
60647         (INT_MAX): Provide fallback.
60648         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
60649         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
60650
60651         * lib/safe-read.c (EINTR): Remove definition.
60652         (safe_read): Don't use EINTR if it is absent.
60653
60654 2002-12-01  Jim Meyering  <jim@meyering.net>
60655
60656         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
60657         zero.
60658         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
60659
60660 2002-11-27  Paul Eggert  <eggert@twinsun.com>
60661
60662         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
60663         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
60664         with `if (! (value < limit)) abort ();', for readability.
60665
60666 2002-11-26  Karl Berry  <karl@gnu.org>
60667
60668         * lib/strdup.c: copy from libc again, with jim's ok.
60669         * lib/.cppi-disable: re-add strdup.c
60670
60671 2002-11-25  Karl Berry  <karl@gnu.org>
60672
60673         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
60674         instead of "strtol.c".
60675
60676 2002-11-25  Karl Berry  <karl@gnu.org>
60677
60678         * config/install-sh: update from automake for variable quoting, $0 in
60679         error msgs, etc.
60680
60681         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
60682         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
60683         entry.
60684
60685 2002-11-25  Jim Meyering  <jim@meyering.net>
60686
60687         * lib/mktime.c: Sync from libc, now that it has the latest fix.
60688
60689 2002-11-24  Karl Berry  <karl@gnu.org>
60690
60691         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
60692         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
60693
60694 2002-11-24  Jim Meyering  <jim@meyering.net>
60695
60696         Update from coreutils:
60697
60698         * lib/mktime.c: Merge in changes from libc.
60699
60700         Avoid a link-time failure on some Linux systems.
60701         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
60702         (otherwise).
60703         (__mon_yday): Declare with the STATIC attribute.
60704         (__mktime_internal): Likewise.
60705         Based on a report from Greg Schafer.
60706
60707 2002-11-23  Jim Meyering  <jim@meyering.net>
60708
60709         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
60710         Use `unsigned', not `int', as type of index.
60711
60712         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
60713
60714         * lib/fsusage.c: Remove unneeded parentheses around operands of
60715         `defined'.
60716
60717 2002-11-22  Paul Eggert  <eggert@twinsun.com>
60718
60719         * lib/quotearg.h: Allow multiple inclusion by surrounding with
60720         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
60721         so that we can be included first.
60722         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
60723         * lib/quotearg.c: Include quotearg.h immediately after config.h.
60724         No need to include stddef.h or sys/types.h any more.
60725         Surround local include files with "", not "<>".
60726         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
60727         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
60728         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
60729         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
60730         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
60731         (ISPRINT): Remove; no longer needed now that we assume C89.
60732
60733         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
60734         Preserve errno.
60735
60736         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
60737         quotearg_char): Use SIZE_MAX rather than
60738         (size_t) -1 when we are talking about "infinity".
60739
60740         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
60741
60742 2002-11-22  Paul Eggert  <eggert@twinsun.com>
60743
60744         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
60745         hint that one should use `if (! x) abort ();' rather than `assert
60746         (x);', and anyway it's one less thing to worry about configuring.
60747         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
60748         hash_rehash, hash_insert): Use abort rather than assert.
60749
60750 2002-11-22  Bruno Haible  <bruno@clisp.org>
60751
60752         * lib/safe-read.h: Assume C89. Add comments.
60753         (safe_read): Change return type to size_t.
60754         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
60755         byte counts > SSIZE_MAX correctly.
60756         * lib/safe-write.h: New file.
60757         * lib/safe-write.c: New file.
60758         * lib/full-read.h: New file.
60759         * lib/full-read.c: New file.
60760         * lib/full-write.h: Assume C89. Add comments.
60761         * lib/full-write.c: Include safe-write.h.
60762         (full_write): Rewritten to use safe_write.
60763         Suggested by Jim Meyering and Paul Eggert.
60764
60765 2002-11-21  Jim Meyering  <jim@meyering.net>
60766
60767         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
60768
60769         Merge in changes from the coreutils.
60770
60771         2002-09-25  Paul Eggert  <eggert@twinsun.com>
60772         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
60773         <stdint.h>.
60774         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
60775         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
60776         int.  Work more efficiently if X is the same width as uintmax_t.
60777         Do not compare X to -1, to avoid bogus compiler warning.
60778         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
60779         Don't assume that f_frsize and f_bsize are the same type.
60780
60781         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
60782         warning on FreeBSD.
60783
60784         * lib/makepath.c (make_path): Restore umask *before* creating the final
60785         component.
60786         (make_path): Minor reformatting.
60787
60788         * lib/xmalloc.c: Adjust to work with new autoconf macros,
60789         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
60790         HAVE_MALLOC/HAVE_REALLOC.
60791
60792         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
60793         dummy ones.  At least on GNU/Linux systems, `auto' means something
60794         else.
60795         From Michael Stone.
60796
60797 2002-11-21  Bruno Haible  <bruno@clisp.org>
60798
60799         Remove case insensitive option matching.
60800         * lib/argmatch.h (argcasematch): Remove declaration.
60801         (ARGCASEMATCH): Remove macro.
60802         (__xargmatch_internal): Remove case_sensitive argument.
60803         (XARGMATCH): Update.
60804         (XARGCASEMATCH): Remove macro.
60805         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
60806         case_sensitive argument.
60807         (argcasematch): Remove function.
60808         (__xargmatch_internal): Remove case_sensitive argument.
60809         (main): Use XARGMATCH instead of XARGCASEMATCH.
60810
60811         * lib/xmalloc.c: Change compile-time error message. Add comment about
60812         required autoconf version.
60813
60814 2002-11-20  Paul Eggert  <eggert@twinsun.com>
60815
60816         Merge argmatch cleanups from Bison.  Assume C89.
60817
60818         * lib/argmatch.c: Include config.h here, not in argmatch.h.
60819         Include stdlib.h, for EXIT_FAILURE.
60820         Always include <string.h>, since we assume C89.
60821         (EXIT_FAILURE): Remove pre-C89 bug workaround.
60822         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
60823         Include <stddef.h> instead, since it's all we need for size_t.
60824         (PARAMS): Remove.  All uses removed.
60825         (ARRAY_CARDINALITY): Do not bother to #undef.
60826         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
60827         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
60828         Remove unnecessary parentheses.
60829         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
60830         Insert necessary parentheses.
60831         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
60832         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
60833
60834 2002-11-19  Bruno Haible  <bruno@clisp.org>
60835
60836         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
60837         * lib/mbswidth.h: Include <stddef.h>, for size_t.
60838
60839         * lib/mbswidth.h (PARAMS): Remove macro.
60840         (mbswidth, mbsnwidth): Use ANSI C function declarations.
60841         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
60842
60843         * lib/gcd.h (PARAMS): Remove macro.
60844         (gcd): Use ANSI C function declarations.
60845         * lib/gcd.c (gcd): Likewise.
60846
60847 2002-11-15  Bruno Haible  <bruno@clisp.org>
60848
60849         * lib/strcspn.c: Include <stddef.h>.
60850         (strcspn): Use ANSI C function declaration. Change return type to
60851         size_t. Use NULL.
60852         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
60853         (strpbrk): Use NULL.
60854         * lib/strpbrk.h (PARAMS): Remove macro.
60855         (strpbrk): Use ANSI C function declaration.
60856         * lib/strstr.c: Don't include <sys/types.h>.
60857         * lib/strstr.h (PARAMS): Remove macro.
60858         (strstr): Use ANSI C function declarations.
60859
60860 2002-11-14  Karl Berry  <karl@gnu.org>
60861
60862         * config/mkinstalldirs: `do' on separate line, instead of
60863         `for var; do'.
60864
60865 2002-11-06  Bruno Haible  <bruno@clisp.org>
60866
60867         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
60868         * lib/gcd.c (gcd): Likewise.
60869
60870 2002-11-05  Bruno Haible  <bruno@clisp.org>
60871
60872         * lib/gcd.h: New file, from gettext-0.11.5.
60873         * lib/gcd.c: New file, from gettext-0.11.5.
60874
60875 2002-11-05  Bruno Haible  <bruno@clisp.org>
60876
60877         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60878         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60879         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60880         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60881
60882         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
60883         <libintl.h>.
60884         * lib/makepath.c: Include gettext.h instead of <locale.h> and
60885         <libintl.h>.
60886
60887         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
60888         * lib/human.c: Include gettext.h instead of <libintl.h>.
60889         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
60890         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
60891         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
60892         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
60893         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
60894         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
60895         (textdomain): Remove definition.
60896         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
60897
60898         * lib/long-options.c: Remove include of <libintl.h> and definition of
60899         _.
60900         * lib/same.c: Remove include of <libintl.h> and definition of _.
60901
60902 2002-11-04  Owen Taylor  <otaylor@redhat.com>
60903
60904         * lib/config.charset: A few additions for Solaris.
60905
60906 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
60907
60908         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
60909         * lib/localcharset.c (locale_charset): Declare as extern "C".
60910
60911 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
60912
60913         * lib/config.charset: msdos in uk_UA uses CP1125.
60914
60915 2002-11-04  Bruno Haible  <bruno@clisp.org>
60916
60917         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
60918         * lib/strcase.h: New file, from GNU gettext-0.11.5.
60919         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
60920         * lib/strstr.h: New file, from GNU gettext-0.11.5.
60921         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
60922
60923 2002-11-04  Bruno Haible  <bruno@clisp.org>
60924
60925         * lib/localcharset.c (locale_charset): Don't return an empty string.
60926
60927 2002-11-04  Bruno Haible  <bruno@clisp.org>
60928
60929         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
60930         aliases.
60931
60932 2002-11-04  Bruno Haible  <bruno@clisp.org>
60933
60934         * lib/config.charset: Update for newest glibc. Add canonical names
60935         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
60936
60937 2002-11-04  Bruno Haible  <bruno@clisp.org>
60938
60939         * lib/config.charset: Add support for NetBSD.
60940
60941 2002-11-04  Bruno Haible  <bruno@clisp.org>
60942
60943         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
60944
60945 2002-11-01  Bruno Haible  <bruno@clisp.org>
60946
60947         * configure.in: Add AC_CONFIG_AUX_DIR call.
60948         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
60949         test/Makefile.
60950         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
60951
60952 2002-09-28  Karl Berry  <karl@gnu.org>
60953
60954         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
60955         installed automake until the next release, since changes have been
60956         made.
60957
60958 2002-09-25  Karl Berry  <karl@gnu.org>
60959
60960         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
60961         * lib/getopt*: copy from libc/posix.
60962         * lib/gettext.h: copy from gettext.
60963         * lib/.cppi-disable: add strdup.c, gettext.h.
60964
60965 2002-09-25  Karl Berry  <karl@gnu.org>
60966
60967         * config/srclist.txt: enable gettext.h check.
60968         * config/config.{guess,sub}: update from prep.
60969         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
60970                 from automake 1.6.3.
60971         See srclist*.
60972
60973 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
60974
60975         * regex.c (PATFETCH): Remove the translating fetch.
60976         (PATFETCH_RAW): Rename to PATFETCH.
60977         (set_image_of_range): New fun.
60978         (SET_RANGE_TABLE_WORK_AREA): Use it.
60979         (regex_compile): Don't translate the pattern chars so eagerly.
60980         Only do it when inserting an `exactn' bytecode or when handling
60981         a char-range.
60982         (mutually_exclusive_p): Avoid empty statement.
60983
60984 2002-07-06  Jim Meyering  <meyering@lucent.com>
60985
60986         * m4/README: Don't mention Makefile.am.in.
60987         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
60988
60989 2002-07-01  Jim Meyering  <meyering@lucent.com>
60990
60991         * lib/c-stack.c: Include sys/time.h.
60992         From Volker Borchert.
60993
60994 2002-06-26  Paul Eggert  <eggert@twinsun.com>
60995
60996         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
60997
60998 2002-06-26  Paul Eggert  <eggert@twinsun.com>
60999
61000         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
61001         New macro.  Use it uniformly instead of
61002         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
61003         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
61004         reported by Vin Shelton.
61005
61006 2002-06-22  Paul Eggert  <eggert@twinsun.com>
61007
61008         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
61009         Do not assume SA_SIGINFO behavior.
61010         Bug reported by Jim Meyering on NetBSD 1.5.2.
61011
61012 2002-06-22  Jim Meyering  <meyering@lucent.com>
61013
61014         * m4/c-stack.m4: New file, from diffutils-2.8.2.
61015         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
61016
61017         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
61018         now that configure.ac uses AC_GNU_SOURCE.
61019         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
61020         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
61021
61022         Update to latest tools.  Suggestions from Paul Eggert.
61023         * m4/stdbool.m4: New file, from diffutils-2.8.2.
61024         * m4/gnu-source.m4: Update from diffutils-2.8.2.
61025         * m4/fnmatch.m4: Likewise.
61026         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
61027         to AC_HEADER_STDBOOL
61028
61029 2002-06-22  Jim Meyering  <meyering@lucent.com>
61030
61031         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
61032         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
61033
61034 2002-06-22  Jim Meyering  <meyering@lucent.com>
61035
61036         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
61037
61038         * lib/exitfail.c, exitfail.h: Likewise.
61039         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
61040
61041         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
61042         of fnmatch.h.
61043         (EXTRA_DIST): Add fnmatch_loop.c.
61044         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
61045
61046         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
61047         * lib/fnmatch.c: Update from diffutils-2.8.2.
61048         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
61049         * lib/fnmatch.h: Remove file.
61050
61051 2002-06-21  Jim Meyering  <meyering@lucent.com>
61052
61053         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
61054         * m4/mbrtowc.m4: Likewise.
61055
61056         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
61057         * m4/mbswidth.m4: Reflect name change:
61058         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
61059         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
61060
61061         * m4/lib-link.m4: Update from gettext-0.11.2.
61062         * m4/gettext.m4: Likewise.
61063
61064         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
61065         From Alfred M. Szmidt.
61066
61067 2002-06-18  Paul Eggert  <eggert@twinsun.com>
61068
61069         * lib/file-type.h: Report an error if neither S_ISREG nor
61070         S_IFREG is defined, instead of using a test specific to glibc
61071         2.2.  This should be safe, since POSIX requires S_ISREG and
61072         Unix Version 7 had S_IFREG.  We don't need to check for
61073         <sys/types.h> since we don't use any symbols that it defines.
61074
61075 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
61076
61077         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
61078         $@-t, so that each temporary file name is unique and valid in the first
61079         8 characters, for operation under DOS.
61080
61081 2002-06-15  Paul Eggert  <eggert@twinsun.com>
61082
61083         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
61084
61085 2002-06-15  Jim Meyering  <meyering@lucent.com>
61086
61087         Work even with DJGPP 2.03, which lacks support for symlinks.
61088         From Richard Dawe.
61089         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
61090         is defined.
61091         * lib/lchown.c (S_ISLNK): Likewise.
61092
61093 2002-06-15  Jim Meyering  <meyering@lucent.com>
61094
61095         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
61096         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
61097         have been included before this file.
61098
61099 2002-06-14  Jim Meyering  <meyering@lucent.com>
61100
61101         * lib/file-type.h: Use the version from diffutils-2.8.2.
61102         * lib/file-type.c: Likewise.
61103
61104 2002-06-07  Jim Meyering  <meyering@lucent.com>
61105
61106         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
61107         They're needed at least for NetBSD 1.5.2.
61108         ($statxfs_includes): Include those same headers.
61109         ($statxfs_includes): Include sys/vfs.h if available.
61110         ($statxfs_includes): Likewise for sys/statvfs.h.
61111         Check for the following members in both structs statfs and statvfs:
61112         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
61113
61114 2002-06-01  Jim Meyering  <meyering@lucent.com>
61115
61116         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
61117         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
61118
61119 2002-05-28  Jim Meyering  <meyering@lucent.com>
61120
61121         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
61122         Reported by Volker Borchert.
61123
61124 2002-05-27  Jim Meyering  <meyering@lucent.com>
61125
61126         Fix a problem seen only on nonconforming systems whereby ls.c's
61127         use of localtime, and then of gettimeofday would cause trouble:
61128         the localtime call used to initialize rpl_gettimeofday's save
61129         mechanism would clobber ls's current local time information so
61130         that in any long listing the first file would always be listed
61131         with date 1970-01-01.  Analysis by Volker Borchert.
61132
61133         * lib/gettimeofday.c (localtime): Undefine.
61134         (rpl_localtime): New function.
61135
61136 2002-05-27  Jim Meyering  <meyering@lucent.com>
61137
61138         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
61139         localtime.
61140
61141         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
61142         use the replacement function; it wouldn't resolve at link time.
61143         Reported by Volker Borchert.
61144
61145 2002-05-22  Jim Meyering  <meyering@lucent.com>
61146
61147         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
61148         file-type.h.
61149         * lib/file-type.h: New file.
61150         * lib/file-type.c (file_type): New file/function.  Extracted from
61151         diffutils.
61152
61153 2002-04-30  Jim Meyering  <meyering@lucent.com>
61154
61155         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
61156
61157 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61158
61159         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
61160
61161 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61162
61163         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
61164         Do not check for alloca.h (no longer used) or stdbool.h (was never
61165         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
61166
61167 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61168
61169         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
61170
61171 2002-04-29  Jim Meyering  <meyering@lucent.com>
61172
61173         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
61174         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
61175         Use AC_FUNC_STRNLEN here instead.
61176
61177         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
61178         With autoconf-2.53a, it's part of AC_PROG_CC.
61179
61180 2002-04-28  Paul Eggert  <eggert@twinsun.com>
61181
61182         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
61183         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
61184
61185 2002-04-28  Paul Eggert  <eggert@twinsun.com>
61186
61187         * lib/sig2str.h, lib/sig2str.c: New files.
61188         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
61189
61190 2002-04-28  Paul Eggert  <eggert@twinsun.com>
61191
61192         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
61193         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
61194         of 127, since 64 is the largest conceivable number for ancient
61195         nonstandard hosts.
61196         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
61197
61198 2002-04-28  Jim Meyering  <meyering@lucent.com>
61199
61200         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
61201
61202 2002-04-24  Jim Meyering  <meyering@lucent.com>
61203
61204         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
61205         (jm_PREREQ): Use it.
61206
61207         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
61208         mach/mach.h fcntl.h.
61209         Check for this function: setlocale.
61210
61211 2002-04-24  Jim Meyering  <meyering@lucent.com>
61212
61213         * lib/gettext.h: New file, from Gettext.
61214         * lib/Makefile.am (INCLUDES): Remove -I../intl.
61215         (libfetish_a_SOURCES): Add gettext.h.
61216
61217 2002-04-16  Jim Meyering  <meyering@lucent.com>
61218
61219         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
61220         ut_pid, ut_id, ut_exit.
61221
61222 2002-04-16  Jim Meyering  <meyering@lucent.com>
61223
61224         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
61225         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
61226         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
61227
61228 2002-04-12  Jim Meyering  <meyering@lucent.com>
61229
61230         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
61231         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
61232         existence of the getmntinfo function.  Needed for Darwin 5.3.
61233
61234         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
61235         This is necessary at least on Darwin 5.3.
61236
61237         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
61238         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
61239         strnlen.o in the library, and that makes some versions of ranlib
61240         object.
61241
61242 2002-04-12  Jim Meyering  <meyering@lucent.com>
61243
61244         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
61245
61246 2002-04-09  Jim Meyering  <meyering@lucent.com>
61247
61248         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
61249         to be more precise.  Rather than saying we're checking whether the
61250         function `works', say what we're testing.
61251         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
61252         Reported by Bruno Haible.
61253
61254 2002-03-10  Jim Meyering  <meyering@lucent.com>
61255
61256         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
61257         Suggestion from Santiago Vila.
61258
61259 2002-03-08  Jim Meyering  <meyering@lucent.com>
61260
61261         * lib/rename.c: Mention that this wrapper is needed also on
61262         mips-dec-ultrix4.4 systems.
61263
61264 2002-03-02  Jim Meyering  <meyering@lucent.com>
61265
61266         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
61267         not HAVE_CLOCK_SETTIME.
61268
61269 2002-02-27  Paul Eggert  <eggert@twinsun.com>
61270
61271         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
61272         Check for clock_settime.
61273
61274 2002-02-27  Paul Eggert  <eggert@twinsun.com>
61275
61276         * lib/nanosleep.h: Rename to....
61277         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
61278
61279         * lib/gettime.c: New file.
61280         * lib/settime.c: New file.
61281         * lib/stime.c: Remove.
61282
61283         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
61284         timespec.h.  Remove nanosleep.h.
61285
61286 2002-02-25  Paul Eggert  <eggert@twinsun.com>
61287
61288         * m4/acl.m4: New file.
61289         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
61290         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
61291
61292 2002-02-25  Paul Eggert  <eggert@twinsun.com>
61293
61294         * lib/acl.c, lib/acl.h: New files.
61295         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
61296
61297 2002-02-24  Jim Meyering  <meyering@lucent.com>
61298
61299         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
61300         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
61301         cause trouble.  Reported by Nelson Beebe.
61302
61303 2002-02-23  Paul Eggert  <eggert@twinsun.com>
61304
61305         * lib/path-concat.c (xpath_concat): Reorder code to pacify
61306         compilers that don't know that xalloc_die never returns.
61307
61308 2002-02-20  Jim Meyering  <meyering@lucent.com>
61309
61310         * lib/getdate.c: Regenerate using bison-1.33.
61311
61312 2002-02-17  Jim Meyering  <meyering@lucent.com>
61313
61314         * config/config.guess (main): Don't use `head -1'; it's no longer
61315         portable. Use `sed 1q' instead.
61316
61317 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
61318
61319         * m4/codeset.m4: Upgrade to gettext-0.11.
61320         * m4/gettext.m4: Upgrade to gettext-0.11.
61321         * m4/glibc21.m4: Upgrade to gettext-0.11.
61322         * m4/iconv.m4: Upgrade to gettext-0.11.
61323         * m4/isc-posix.m4: Upgrade to gettext-0.11.
61324         * m4/lcmessage.m4: Upgrade to gettext-0.11.
61325         * m4/lib-ld.m4: New file, from gettext-0.11.
61326         * m4/lib-link.m4: New file, from gettext-0.11.
61327         * m4/lib-prefix.m4: New file, from gettext-0.11.
61328         * m4/progtest.m4: Upgrade to gettext-0.11.
61329
61330 2002-02-15  Paul Eggert  <eggert@twinsun.com>
61331
61332         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
61333         (jm_PREREQ): Use it.
61334
61335 2002-02-15  Paul Eggert  <eggert@twinsun.com>
61336
61337         * lib/posixver.c, lib/posixver.h: New files.
61338         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
61339
61340 2002-02-02  Paul Eggert  <eggert@twinsun.com>
61341             Bruno Haible  <bruno@clisp.org>
61342
61343         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
61344         (fwrite_success_callback): New declaration.
61345         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
61346         print_unicode_char. Call failure callback instead of error.
61347         (fwrite_success_callback): New function.
61348         (exit_failure_callback): New function.
61349         (fallback_failure_callback): New function.
61350         (print_unicode_char): Call unicode_to_mb.
61351
61352 2002-01-26  Jim Meyering  <meyering@lucent.com>
61353
61354         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
61355         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
61356
61357 2002-01-26  Jim Meyering  <meyering@lucent.com>
61358
61359         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
61360
61361 2002-01-22  Paul Eggert  <eggert@twinsun.com>
61362
61363         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
61364
61365 2002-01-22  Jim Meyering  <meyering@lucent.com>
61366
61367         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
61368         Otherwise, some versions of automake would omit the rule that makes
61369         Makefile from Makefile.in.
61370
61371 2002-01-21  Paul Eggert  <eggert@twinsun.com>
61372
61373         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
61374         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
61375         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
61376         (memcoll): Set errno to zero if there is no error.
61377
61378         * lib/quotearg.c (quotearg_buffer_restyled):
61379         Fix bug with quoting buffers containing NUL when backslashing escapes.
61380         This bug was exposed by the other changes in this patch.
61381         (quotearg_n_options): New arg ARGSIZE.
61382         All callers changed.
61383         (quoting_options_from_style): New function.
61384         (quotearg_n_style): Use it.
61385         (quotearg_n_style_mem): New function.
61386
61387         * lib/quotearg.h (quotearg_n_style_mem): New function.
61388
61389 2002-01-19  Jim Meyering  <meyering@lucent.com>
61390
61391         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
61392         Remove useless quotes: DF_PROG="df".
61393         * m4/strnlen.m4: New file.
61394
61395 2002-01-16  Paul Eggert  <eggert@twinsun.com>
61396
61397         * lib/backupfile.c (ISDIGIT): Comment fix.
61398         * lib/getdate.y (ISDIGIT): Likewise.
61399         * lib/posixtm.c (ISDIGIT, year): Likewise.
61400         * lib/strverscmp.c (ISDIGIT): Likewise.
61401         * lib/userspec.c (ISDIGIT): Likewise.
61402
61403 2002-01-16  Jim Meyering  <meyering@lucent.com>
61404
61405         * lib/getdate.y: Add three semicolons, each just before a closing
61406         brace. Bison (as of version 1.31) no longer papers over that mistake.
61407
61408 2002-01-05  Jim Meyering  <meyering@lucent.com>
61409
61410         * lib/version-etc.c (version_etc_copyright): Update copyright year.
61411
61412 2001-12-19  Paul Eggert  <eggert@twinsun.com>
61413
61414         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
61415         not silently exit merely because the output buffer happens to
61416         have nothing pending.
61417
61418 2001-12-18  Paul Eggert  <eggert@twinsun.com>
61419
61420         See the big note in ../ChangeLog.
61421         * lib/human.c (suffixes): Prefer K to k for 1024.
61422         (generate_suffix_backwards): New function.
61423         (human_readable_inexact): Use it.
61424         * lib/xstrtol.c (__xstrtol): If there is no number but there
61425         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
61426         Accept 'K' as well as 'k'.
61427
61428 2001-12-15  Jim Meyering  <meyering@lucent.com>
61429
61430         * lib/regex.h (__restrict_arr): Update from libc.
61431
61432         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
61433         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
61434         (STREQ): Define.
61435
61436 2001-12-14  Jim Meyering  <meyering@lucent.com>
61437
61438         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
61439         Suggestion from Bruno Haible.
61440
61441 2001-12-10  Jim Meyering  <meyering@lucent.com>
61442
61443         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
61444         xrealloc, Instead, include "xalloc.h".
61445         (initbuffer): Don't cast xmalloc return value to char*.
61446         (readline): Reword comment.
61447         Don't cast xrealloc return value to char*
61448         Return NULL, not 0.
61449
61450 2001-12-09  Jim Meyering  <meyering@lucent.com>
61451
61452         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
61453         about `signed and unsigned type in conditional expression'.
61454         * lib/posixtm.c (posix_time_parse): Likewise.
61455
61456         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
61457
61458         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
61459         to avoid a pedantic warning.
61460
61461         * lib/getstr.c: Don't include assert.h.
61462         (getstr): Remove warning-evoking assertions.
61463         Return -1 if offset parameter is out of bounds.
61464         Change the type of a local from int to size_t.
61465
61466         * lib/strftime.c (my_strftime_localtime_r): Include this function
61467         definition in the `#if ! HAVE_TM_GMTOFF' block.
61468
61469         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
61470         Include xalloc.h instead.
61471
61472 2001-12-02  Jim Meyering  <meyering@lucent.com>
61473
61474         * lib/tempname.c: Don't declare getenv, thus reverting the change of
61475         2001-11-18.  It's no longer necessary, now that stdlib.h is always
61476         included.
61477
61478         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
61479         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
61480
61481 2001-11-30  Akim Demaille  <akim@epita.fr>
61482
61483         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
61484         before being defined.
61485
61486 2001-11-27  Paul Eggert  <eggert@twinsun.com>
61487
61488         * lib/quotearg.h (quotearg_n, quotearg_n_style):
61489         First arg is int, not unsigned.
61490         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
61491         (SIZE_MAX, UINT_MAX): New macros.
61492         (quotearg_n_options): Abort if N is negative.
61493         Avoid overflow check on hosts where size_t is 64 bits and int
61494         is 32 bits, as overflow is impossible there.
61495         Fix off-by-one typo that caused unnecessary reallocation.
61496
61497 2001-11-27  Jim Meyering  <meyering@lucent.com>
61498
61499         * lib/tempname.c: Merge with version from libc.
61500         * lib/regex.c: Likewise.
61501
61502         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
61503         systems for which STDC_HEADERS is 0, it was not included, resulting in
61504         a warning about an integer-to-pointer conversion problem with getenv.
61505         Reported by Volker Borchert.
61506
61507 2001-11-26  Jim Meyering  <meyering@lucent.com>
61508
61509         * lib/gtod.h: Remove file.
61510         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
61511         * lib/gettimeofday.c: Don't include gtod.h.
61512         (GTOD_init): Remove function.
61513         (rpl_gettimeofday): Do its job here instead, rather than aborting.
61514         Suggestion from Volker Borchert.
61515
61516 2001-11-23  Jim Meyering  <meyering@lucent.com>
61517
61518         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
61519         it.
61520         * lib/hash.c (struct hash_table): Define it here instead.
61521
61522 2001-11-22  Jim Meyering  <meyering@lucent.com>
61523
61524         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
61525
61526 2001-11-20  Jim Meyering  <meyering@lucent.com>
61527
61528         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
61529         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
61530
61531 2001-11-19  Jim Meyering  <meyering@lucent.com>
61532
61533         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
61534         directory.  Use "conftestXXXXXX" as the template.
61535         Suggestion from Paul Eggert.
61536
61537         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
61538         immediately, so the test doesn't mistakenly hit the max-open-files
61539         limit.
61540
61541 2001-11-18  Paul Eggert  <eggert@twinsun.com>
61542
61543         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
61544         (TEMPORARIES): New macro.
61545         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
61546         removes an artificial limitation (e.g. HP-UX 10.20, where
61547         TMP_MAX is 17576).
61548
61549 2001-11-18  Jim Meyering  <meyering@lucent.com>
61550
61551         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
61552
61553 2001-11-18  Jim Meyering  <meyering@lucent.com>
61554
61555         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
61556         on SunOS 4.
61557
61558         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
61559         files will be created before anything else.
61560
61561 2001-11-17  Paul Eggert  <eggert@twinsun.com>
61562
61563         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
61564         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
61565
61566 2001-11-17  Jim Meyering  <meyering@lucent.com>
61567
61568         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
61569         Prompted by a report from Bob Proulx.
61570
61571         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
61572         Instead, require UTILS_FUNC_MKSTEMP.
61573
61574 2001-11-17  Jim Meyering  <meyering@lucent.com>
61575
61576         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
61577         Now, that's done as part of AC_FUNC_STRTOD.
61578
61579 2001-11-17  Jim Meyering  <meyering@lucent.com>
61580
61581         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
61582         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
61583         rather than group writable.  Patch by Juan F. Codagnone.
61584
61585         * lib/readtokens.c: Remove explicit declarations of xmalloc and
61586         xrealloc, Instead, include "xalloc.h".
61587
61588         * lib/mountlist.c: Include unlocked-io.h after all system headers.
61589         Remove explicit declarations of xmalloc, xrealloc,
61590         and xstrdup.  Instead, include "xalloc.h".
61591
61592         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
61593         unlocked-io.h.
61594         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
61595         Likewise.
61596         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
61597
61598         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
61599         Reported by Padraig Brady.
61600
61601         * lib/mkstemp.c: #undef mkstemp.
61602         Include config.h.
61603         (rpl_mkstemp): Rename from mkstemp.
61604         Protoize.
61605
61606 2001-11-16  Jim Meyering  <meyering@lucent.com>
61607
61608         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
61609         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
61610         determine the amount of total physical memory, use pstat_getstatic.
61611         HPUX-11 doesn't define _SC_PHYS_PAGES.
61612         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
61613         If sysconf couldn't be used to determine the amount of available
61614         physical memory, use both pstat_getstatic and pstat_getdynamic.
61615         Based on a patch from Bob Proulx.
61616
61617 2001-11-10  Jim Meyering  <meyering@lucent.com>
61618
61619         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
61620         (jm_PREREQ): Use it.
61621
61622 2001-11-09  Jim Meyering  <meyering@lucent.com>
61623
61624         * m4/jm-macros.m4: Require autoconf-2.52f.
61625         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
61626         Use these AC_-prefixed names, not the AM_-prefixed ones.
61627
61628         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
61629
61630 2001-11-05  Jim Meyering  <meyering@lucent.com>
61631
61632         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
61633
61634 2001-11-04  Jim Meyering  <meyering@lucent.com>
61635
61636         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
61637         $DEFS.
61638
61639 2001-11-03  Jim Meyering  <meyering@lucent.com>
61640
61641         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
61642         of AC_DEFUN.
61643
61644         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
61645         know the name of the variable in the macro definition.
61646
61647 2001-11-03  Jim Meyering  <meyering@lucent.com>
61648
61649         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
61650         in argmatch_to_argument call.
61651
61652         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
61653         argument.
61654
61655         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
61656         e.g., a fault due to an attempt to free a NULL pointer.
61657
61658 2001-11-01  Jim Meyering  <meyering@lucent.com>
61659
61660         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
61661         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
61662
61663 2001-11-01  Jim Meyering  <meyering@lucent.com>
61664
61665         * lib/dirfd.c, lib/dirfd.h: New files.
61666         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
61667
61668         * lib/hash.c (hash_print) [TESTING]: Clean up.
61669
61670 2001-10-22  Paul Eggert  <eggert@twinsun.com>
61671
61672         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
61673         to avoid a warning if -Wall.
61674
61675 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
61676
61677         * README: New file
61678         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
61679         (per RMS's instructions, this is now the canonical source)
61680         * lgpl/, gpl/: New directories.
61681
61682 2001-10-21  Paul Eggert  <eggert@twinsun.com>
61683
61684         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
61685
61686 2001-10-21  Jim Meyering  <meyering@lucent.com>
61687
61688         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
61689         this code would end up calling gettext even in packages built
61690         with --disable-nls.
61691         * lib/getopt.c (_): Likewise.
61692         * lib/regex.c (_): Likewise.
61693
61694 2001-10-20  Paul Eggert  <eggert@twinsun.com>
61695
61696         * m4/error.m4 (jm_PREREQ_ERROR):
61697         Do not invoke AC_CHECK_FUNCS with strerror_r, as
61698         AC_FUNC_STRERROR_R does that.
61699         Check for strerror declaration.
61700
61701         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
61702         are supposed to have them these days.
61703         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
61704         Merge changes from latest Autoconf CVS.
61705         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
61706         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
61707         POSIX decided to standardize on the int flavor of strerror_r.
61708
61709 2001-10-20  Paul Eggert  <eggert@twinsun.com>
61710
61711         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
61712         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
61713         Use strerror_r that is only a macro, even if it is not a function.
61714         (strerror): Check for HAVE_DECL_STRERROR before declaring.
61715         (private_strerror): Use prototypes, not old-style function definition.
61716         (print_errno_message): New function.
61717         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
61718         char*-flavored one.
61719         (error_tail, error, error_at_line): Use it.
61720
61721 2001-10-11  Jim Meyering  <meyering@lucent.com>
61722
61723         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
61724         and quote_n (1, ... to avoid clobbering a buffer.
61725
61726 2001-10-05  Jim Meyering  <meyering@lucent.com>
61727
61728         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
61729         hash-pjw.h.
61730         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
61731         * lib/hash-pjw.h: New file.
61732
61733 2001-09-30  Jim Meyering  <meyering@lucent.com>
61734
61735         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
61736         `struct fsstat' has the `f_fstypename' member.
61737         Use that to define FS_TYPE, which is now used to make
61738         the getfsstat link test tighter.
61739
61740 2001-09-30  Jim Meyering  <meyering@lucent.com>
61741
61742         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
61743         Include <sys/ucred.h>, for Apple Darwin.
61744         Include sys/mount.h and sys/fs_types.h only if available.
61745         (FS_TYPE): Define.
61746         (read_filesystem_list): Use FS_TYPE.
61747
61748 2001-09-29  Paul Eggert  <eggert@twinsun.com>
61749
61750         * lib/exclude.c (excluded_filename): 0 -> false, since it's
61751         a boolean context.
61752
61753 2001-09-29  Jim Meyering  <meyering@lucent.com>
61754
61755         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
61756         [one-argument getmntent function]): Include stdio.h before mntent.h.
61757         SunOS 4.1.x needs it for the declaration of `FILE'.
61758         Patch by Volker Borchert.
61759
61760         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
61761         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
61762         sys/fs_types.h, and make the link-test for getfsstat guard #include
61763         directives with appropriate #if HAVE_*_H tests so that we can
61764         detect getfsstat on Apple Darwin1.3.7 systems.
61765         Reported by Nelson Beebe.
61766         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
61767
61768 2001-09-28  Paul Eggert  <eggert@twinsun.com>
61769
61770         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
61771         #defines strtoimax.  Also treat the other strto* functions
61772         like strtoimax.
61773
61774         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
61775         Check for strtoul and strtoumax,
61776         as those declarations are made even in the signed case.
61777         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
61778         Likewise, for strtol and strtoimax.
61779
61780 2001-09-28  Paul Eggert  <eggert@twinsun.com>
61781
61782         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
61783         #defines strtoimax.  Also treat the other strto* functions
61784         like strtoimax.
61785
61786         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
61787         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
61788         (strtoimax, strtoumax): Do not declare if already defined as a macro.
61789
61790 2001-09-26  Jim Meyering  <meyering@lucent.com>
61791
61792         Most macros in unlocked-io.h had the wrong number of arguments.
61793         * lib/gen-uio: New script.
61794         (USE_UNLOCKED_IO): Define to 1 if not already defined.
61795         * lib/unlocked-io.hin: Remove file.
61796         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
61797         rather than trying to embed it here.
61798         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
61799         Reported by Padraig Brady.
61800
61801 2001-09-25  Volker Borchert  <bt@teknon.de>
61802
61803         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
61804         `result'.
61805
61806 2001-09-24  Jim Meyering  <meyering@lucent.com>
61807
61808         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
61809
61810 2001-09-23  Jim Meyering  <meyering@lucent.com>
61811
61812         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
61813         instead of the mere test for existence of mntent.h.  The latter
61814         would get a false-positive on AIX 3.4 systems.
61815         In the outer getmntent if-block, don't die if neither of the getmntent
61816         tests succeeds.  Instead, just fall through and continue with the
61817         remaining tests.
61818
61819 2001-09-23  Jim Meyering  <meyering@lucent.com>
61820
61821         * lib/mountlist.c: Remove useless parentheses in #if directives.
61822         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
61823         the deprecated MOUNTED symbol is no longer defined in mntent.h.
61824
61825 2001-09-22  Jim Meyering  <meyering@lucent.com>
61826
61827         * m4/gettext.m4: New file.  From gettext.
61828         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
61829         * m4/progtest.m4: Likewise
61830         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
61831         * m4/glibc21.m4: Likewise.
61832
61833         * m4/libintl.m4: Remove.  No longer used.
61834
61835 2001-09-22  Jim Meyering  <meyering@lucent.com>
61836
61837         * lib/localcharset.c: Update from latest gettext.
61838         * lib/config.charset: Likewise.
61839
61840 2001-09-20  Jim Meyering  <meyering@lucent.com>
61841
61842         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
61843         strtoimax.
61844         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
61845         strtoumax.
61846
61847 2001-09-20  Jim Meyering  <meyering@lucent.com>
61848
61849         * lib/xstrtol.c (strtoimax): Guard declaration with
61850         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
61851         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
61852         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
61853         (strtoumax): Likewise, for completeness (it wasn't necessary).
61854
61855 2001-09-17  Paul Eggert  <eggert@twinsun.com>
61856
61857         * lib/strtoimax.c (HAVE_LONG_LONG):
61858         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
61859         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
61860         to work around bug in IBM C compiler.
61861
61862 2001-09-17  Jim Meyering  <meyering@lucent.com>
61863
61864         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
61865         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
61866         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
61867         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
61868         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
61869         whenever the right hand side need not be expanded by the shell.
61870
61871 2001-09-16  Paul Eggert  <eggert@twinsun.com>
61872
61873         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
61874         library.  It's not correct, as some older glibcs are buggy.
61875         fnmatch wasn't fixed until glibc 2.2.
61876
61877         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
61878         special shell magic here.
61879
61880 2001-09-16  Jim Meyering  <meyering@lucent.com>
61881
61882         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
61883         * m4/jm-macros.m4: Require it.
61884
61885 2001-09-16  Jim Meyering  <meyering@lucent.com>
61886
61887         * lib/mkdir.c: New file.
61888
61889 2001-09-15  Jim Meyering  <meyering@lucent.com>
61890
61891         * m4/jm-macros.m4: Check for help2man.
61892
61893 2001-09-11  Jim Meyering  <meyering@lucent.com>
61894
61895         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
61896         The body, by Paul Eggert, was moved here from configure.in.
61897         * m4/jm-macros.m4: Require UTILS_HOST_OS.
61898
61899 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61900
61901         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
61902         (jm_PREREQ): Use it.
61903
61904 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61905
61906         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
61907         Use ssize_t, not int, to store result of readlink.
61908         Check for ssize_t overflow as well as size_t overflow,
61909         as POSIX says the result of readlink is implementation-defined
61910         when ssize_t overflows.
61911         Remove unnecessary cast to char*.
61912         Use free+malloc instead of realloc, as the storage doesn't need
61913         to be preserved and it's clearer and can be more efficient that way.
61914         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
61915         * lib/xreadlink.h (xreadlink): Update prototype.
61916
61917 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61918
61919         * lib/xgetcwd.c: Revert some of the previous change; intead,
61920         fix the HAVE_GETCWD_NULL code to behave more like the
61921         !HAVE_GETCWD_NULL code used to.
61922
61923         Include "xalloc.h".
61924         (xgetcwd): Do not return NULL when memory is exhausted; instead,
61925         invoke xalloc_die.
61926
61927 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61928
61929         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
61930         sys/param.h, as pathmax.h includes them.
61931
61932 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61933
61934         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
61935         (jm_PREREQ_XGETCWD): New macro.
61936
61937         * m4/getcwd.m4: New file.
61938
61939 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61940
61941         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
61942         like the HAVE_GETCWD_NULL code.
61943         Include pathmax.h if not HAVE_GETCWD.
61944         Do not include xalloc.h.
61945         (INITIAL_BUFFER_SIZE): New symbol.
61946         Do not use xmalloc / xrealloc, since the caller is responsible for
61947         handling errors.  Preserve errno around `free' during failure.
61948         Do not overrun buffer when using getwd.
61949
61950 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61951
61952         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
61953         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
61954         getcwd (NULL, 0).
61955
61956 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61957
61958         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
61959         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
61960         spotted by Jim Meyering.
61961
61962 2001-09-03  Jim Meyering  <meyering@lucent.com>
61963
61964         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
61965         failure.
61966
61967 2001-09-02  Jim Meyering  <meyering@lucent.com>
61968
61969         * lib/error.c: Update from GNU libc.
61970
61971 2001-09-01  Jim Meyering  <meyering@lucent.com>
61972
61973         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
61974         Used by df.
61975
61976 2001-09-01  Jim Meyering  <meyering@lucent.com>
61977
61978         * lib/xreadlink.c: New file.
61979         * lib/xreadlink.h: New file.
61980         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
61981         xreadlink.h.
61982
61983         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
61984         doesn't conflict with sparc Solaris 7's definition in
61985         /usr/include/sys/int_types.h.
61986
61987         * lib/exclude.c: Use `""', not `<>' to #include non-system header
61988         files.
61989         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
61990         and strncasecmp as r-values.  Unixware didn't have declarations.
61991
61992 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61993
61994         * lib/xstrtol.h: Add copyright notice.
61995         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
61996         LONGINT_INVALID_SUFFIX_CHAR.
61997
61998 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61999
62000         * lib/xstrtol.c (strtoimax): New decl.
62001
62002 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62003
62004         * lib/xgetcwd.c: Don't include pathmax.h.
62005         Include stdlib.h and unistd.h if available.
62006         Include xalloc.h.
62007         (xmalloc, xstrdup, free): Remove decls.
62008         (xgetcwd): Don't assume sizes fit in unsigned.
62009         Check for overflow when computing sizes.
62010         Simplify reallocation code.
62011
62012 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62013
62014         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
62015         a directory's st_size can have an arbitrary value, so the old
62016         usage could waste an arbitrary amount of memory.  All uses
62017         changed.
62018         * lib/savedir.h: Update prototype.
62019
62020 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62021
62022         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
62023
62024         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
62025         old strtoimax.c.
62026
62027         Also, make the following further changes to make this file's
62028         configuration more similar to that of strtol.c:
62029         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
62030         (strtoumax, uintmax_t, strtoull, strtol): Remove.
62031         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
62032         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
62033         changed to signed values.
62034
62035         And make the following changes as well:
62036         Fix copyright notice, as 1999 was missing.
62037         (verify): New macro.
62038         (strtoimax): Check sizes at compile-time, not run-time.
62039         Prefer strtol to strtoll if both work.
62040         (main): Remove; it was not that useful and was a pain to maintain.
62041
62042         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
62043
62044 2001-08-31  Jim Meyering  <meyering@lucent.com>
62045
62046         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
62047         Use an initial, malloc'd, buffer of length 128 rather than
62048         a statically allocated one of length 1024.
62049
62050 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62051
62052         Simplify code, partly by assuming autoconf 2.52 semantics.
62053
62054         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
62055
62056         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
62057         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
62058         All uses removed.
62059         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
62060         Move AC_REQUIRE to next-to-top level, to avoid confusion.
62061         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
62062         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
62063         jm_AC_HEADER_INTTYPES_H.
62064         * m4/jm-macros.m4 (jm_MACROS): Likewise.
62065
62066         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
62067
62068         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
62069         Quote first arg of AC_DEFUN.
62070         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
62071         since they are needed to parse the include file even if we need
62072         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
62073         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
62074         but with opposite signedness.
62075
62076 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62077
62078         Merge 'exclude' changes from tar 1.13.22.
62079         This fixes one or two unlikely storage allocation overflow bugs,
62080         but doesn't change user-visible behavior otherwise.
62081
62082 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62083
62084         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
62085         (jm_PREREQ_EXCLUDE): New macro.
62086
62087 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62088
62089         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
62090         tm to be declared.
62091
62092 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62093
62094         * lib/hash.c: Remove '2001' from copyright notice.
62095
62096 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62097
62098         * lib/full-write.h: New file.
62099         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
62100         * lib/full-write.c: Correct credits, as cccp.c no longer
62101         exists and anyway it was so heavily changed from the old cccp
62102         code as to be unrecognizable.  Include full-write.h.
62103         (full_write) Return size_t, with short writes meaning failure.
62104         All callers changed.  This fixes a bug with large buffers
62105         on 64-bit hosts.
62106         * lib/utime.c: Include full-write.h.
62107
62108 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62109
62110         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
62111         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
62112         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
62113         Include if available.
62114         (<xalloc.h>): Include
62115         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
62116         (verify): New macro.  Use it to verify that EXCLUDE macros do not
62117         collide with FNM macros.
62118         (struct patopts): New struct.
62119         (struct exclude): Use it, as exclude patterns now come with options.
62120         (new_exclude): Support above changes.
62121         (new_exclude, add_exclude_file):
62122         Initial size must now be a power of two to simplify overflow checking.
62123         (free_exclude, fnmatch_no_wildcards): New function.
62124         (excluded_filename): No longer requires options arg, as the options
62125         are determined by add_exclude.  Now returns bool, not int.
62126         (excluded_filename, add_exclude):
62127         Add support for the fancy new exclusion options.
62128         (add_exclude, add_exclude_file): Now takes int options arg.
62129         Check for arithmetic overflow when computing sizes.
62130         (add_exclude_file): xrealloc might modify errno, so don't
62131         realloc until after errno might be used.
62132
62133         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
62134         New macros.
62135         (free_exclude): New decl.
62136         (add_exclude, add_exclude_file): Now takes int options arg.
62137         (excluded_filename): No longer requires options arg, as the options
62138         are determined by add_exclude.  Now returns bool, not int.
62139
62140 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62141
62142         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
62143
62144 2001-08-27  Jim Meyering  <meyering@lucent.com>
62145
62146         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
62147
62148         * lib/version-etc.c (N_): Remove definition.
62149         Revert most of last change.
62150         Instead, simply don't mark the `Copyright...' string for translation.
62151         Based on advice from Paul Eggert.
62152
62153         * lib/strtoxmax.c: Tweak comment.
62154
62155 2001-08-26  Jim Meyering  <meyering@lucent.com>
62156
62157         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
62158
62159         * m4/xstrtoimax.m4: New file.
62160         * m4/xstrtoumax.m4: Add comments explaining why we
62161         AC_REPLACE_FUNCS(strtol).
62162
62163 2001-08-26  Jim Meyering  <meyering@lucent.com>
62164
62165         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
62166         of copyright with `%s' so translators don't get an untranslated
62167         message in 2002.
62168         (COPYRIGHT_YEAR): Define.
62169         (version_etc): Use fprintf rather than fputs.
62170         Suggestion from Ulrich Drepper.
62171
62172         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
62173
62174         * lib/strtoll.c: New file, from GNU libc.
62175         * lib/xstrtoimax.c: New file.
62176
62177         * lib/xstrtol.h: Add xstrtoimax.
62178         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
62179         * lib/strtoimax.c: New file.  Likewise, but first define
62180         STRTOUXMAX_SIGNED.
62181
62182         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
62183         ...
62184         * lib/strtoxmax.c: ... then renamed to this.
62185
62186 2001-08-18  Paul Eggert  <eggert@twinsun.com>
62187
62188         * m4/inttypes.m4: Add AC_PREREQ(2.13).
62189         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
62190         (jm_AC_TYPE_INTMAX_T): New macro.
62191         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
62192
62193         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
62194
62195         * m4/longlong.m4: Renamed from ulonglong.m4.
62196         * m4/inttypes.m4: Renamed from inttypes_h.m4.
62197         * m4/uintmax_t.m4: Removed.
62198
62199 2001-08-13  Paul Eggert  <eggert@twinsun.com>
62200
62201         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
62202         Port to Solaris 8, where 'sed' requires a space after the 'r'
62203         command, and where sh dislikes "$/".  Clean up the spacing a bit.
62204         Redirect output to $tmp just once.
62205
62206 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
62207
62208         * lib/addext.c (<errno.h>): Include.
62209         (errno): Declare if not defined.
62210         (addext): Work correctly when pathconf returns -1 and leaves
62211         errno alone because there is no limit.  Also, work even if
62212         pathconf returns a value greater than SIZE_MAX.
62213
62214 2001-08-12  Jim Meyering  <meyering@lucent.com>
62215
62216         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
62217         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
62218         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
62219         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
62220         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
62221         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
62222         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
62223         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
62224         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
62225         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
62226         utime.m4, utimes.m4, xstrtoumax.m4:
62227         Quote the first argument in each use of AC_DEFUN.
62228
62229 2001-08-12  Jim Meyering  <meyering@lucent.com>
62230
62231         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
62232         Simply `return getcwd (NULL, 0);'.
62233         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
62234         Use 1300 as initial value for length, not PATH_MAX.
62235
62236         * lib/pathmax.h: Clean up cpp syntax.
62237
62238 2001-08-12  Jim Meyering  <meyering@lucent.com>
62239
62240         * lib/gettimeofday.c: New file.
62241         * lib/gtod.h: New file.
62242         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
62243
62244 2001-08-05  Jim Meyering  <meyering@lucent.com>
62245
62246         * m4/jm-macros.m4: Require autoconf-2.52.
62247
62248 2001-08-04  Jim Meyering  <meyering@lucent.com>
62249
62250         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
62251         stmt, to get in sync with glibc.
62252
62253 2001-08-03  Paul Eggert  <eggert@twinsun.com>
62254
62255         The following changes are from gettext 0.10.39 as maintained by
62256         Bruno Haible.
62257
62258         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
62259         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
62260         with inverted sense.  All uses changed.
62261
62262         * lib/mbswidth.c: Don't include <limits.h>.
62263         Include <stdlib.h> and <string.h> unconditionally.
62264         (iswcntrl, mbsinit, ISCNTRL): New macros.
62265         (mbsnwidth): Use K&R style function declarations.
62266         Don't bother checking for MB_LEN_MAX == 1, since the compiler
62267         can optimize it when MB_CUR_MAX == 1.
62268         The width of control characters is zero, not 1.
62269
62270 2001-08-03  Paul Eggert  <eggert@twinsun.com>
62271
62272         The following changes are from gettext 0.10.39 as maintained by
62273         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
62274
62275         * m4/codeset.m4: Upgrade to serial AM1.
62276         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
62277         all uses changed.  Quote first arg of AC_DEFUN.
62278         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
62279
62280         * m4/iconv.m4: Upgrade to serial AM2.
62281         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
62282         Add --with-libconv-prefix.
62283         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
62284         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
62285         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
62286         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
62287         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
62288
62289         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
62290         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
62291         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
62292         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
62293         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
62294         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
62295         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
62296         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
62297         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
62298
62299         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
62300         string.h any more.
62301
62302         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
62303         not the default value.
62304
62305         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
62306         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
62307         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
62308         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
62309         Also check for iswcntrl, used for wcwidth fallback.
62310         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
62311         to Autoconf 2.13.
62312
62313 2001-08-03  Jim Meyering  <meyering@lucent.com>
62314
62315         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
62316         as it was in the original.  Reported by Paul Eggert.
62317
62318 2001-07-16  Jim Meyering  <meyering@lucent.com>
62319
62320         * m4/gettimeofday.m4: New file.
62321         Prompted by a report from Bernhard Baehr.
62322
62323 2001-07-15  Jim Meyering  <meyering@lucent.com>
62324
62325         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
62326         stuff. Now it's in ../Makefile.cfg.
62327
62328 2001-07-15  Jim Meyering  <meyering@lucent.com>
62329
62330         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
62331         (BUILT_SOURCES): Add unlocked-io.h.
62332         (io_functions): Define.
62333         (unlocked-io.h): New rule.
62334         (DISTCLEANFILES): Add unlocked-io.h.
62335         (all-local): Depend on unlocked-io.h, to ensure it is created.
62336
62337         * lib/unlocked-io.hin: New file
62338
62339         * lib/regex.c: Update from glibc.
62340
62341 2001-07-05  Jim Meyering  <meyering@lucent.com>
62342
62343         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
62344         recommendation.
62345         (libfetish_a_SOURCES): Put all .h files here instead.
62346         Remove a thus-exposed (better checks in automake) duplicate and
62347         two unnecessary .h files.
62348
62349 2001-07-04  Jim Meyering  <meyering@lucent.com>
62350
62351         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
62352         that generates jm-glibc-io.m4 so that it doesn't trigger any make
62353         distcheck failure.
62354
62355 2001-07-02  Jim Meyering  <meyering@lucent.com>
62356
62357         The following changes were prompted by suggestions from Bruno Haible.
62358
62359         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
62360         is now generated.
62361         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
62362         definition of EXTRA_DIST.
62363         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
62364         ensure that the generated file is created/updated whenever the list
62365         of $(unlocked_functions) is changed.
62366         (jm-glibc-io.m4): New rule.
62367         (unlocked-io.h): New rule -- currently unused.
62368
62369 2001-06-24  Jim Meyering  <meyering@lucent.com>
62370
62371         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
62372         unmatched right bracket, rather than kludging it with an extra,
62373         falsely-matching quote in a comment.  Patch by Akim Demaille.
62374
62375 2001-06-11  Jim Meyering  <meyering@lucent.com>
62376
62377         * lib/regex.c: Update from GNU libc.
62378
62379 2001-05-27  Jim Meyering  <meyering@lucent.com>
62380
62381         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
62382         Check for ut_type in struct utmp.
62383
62384 2001-05-27  Jim Meyering  <meyering@lucent.com>
62385
62386         * lib/readutmp.h (UT_TYPE): Define.
62387
62388 2001-05-24  Jim Meyering  <meyering@lucent.com>
62389
62390         * lib/argmatch.c: Include "quote.h".
62391         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
62392         quote function.  Reported by Göran Uddeborg.
62393
62394 2001-05-22  Jim Meyering  <meyering@lucent.com>
62395
62396         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
62397         now that we use the package-supplied version unconditionally.
62398         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
62399
62400 2001-05-21  Jim Meyering  <meyering@lucent.com>
62401
62402         * m4/regex.m4: Change a couple backticks to single quotes to avoid
62403         shell syntax errors.
62404
62405 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
62406
62407         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
62408
62409 2001-05-20  Paul Eggert  <eggert@twinsun.com>
62410
62411         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
62412         Don't bother to check library strftime, since
62413         we'll be using our own my_strftime function anyway.
62414         Define my_strftime instead of strftime.
62415
62416 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
62417
62418         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
62419         which is not yet declared.
62420
62421 2001-05-15  Jim Meyering  <meyering@lucent.com>
62422
62423         * m4/regex.m4: Use proper quoting so brackets appear in the test
62424         program.
62425         Reported by, and with help from, Bruno Haible.
62426
62427 2001-05-13  Jim Meyering  <meyering@lucent.com>
62428
62429         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
62430         undefined.
62431
62432 2001-05-11  Paul Eggert  <eggert@twinsun.com>
62433
62434         dirname code cleanup.  base_name now behaves more compatibly
62435         with POSIX basename when given file names that have trailing
62436         slashes, and similarly for dir_name.  Add new primitives
62437         base_len and dir_len.  Put the directory-name-related decls
62438         into dirname.h.
62439
62440         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
62441         * lib/backupfile.c (base_name): Likewise.
62442         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
62443         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
62444         * lib/makepath.c (strip_trailing_slashes): Likewise.
62445         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
62446         ISSLASH): Likewise.
62447         * lib/rename.c (strip_trailing_slashes): Likewise.
62448         * lib/same.c (base_name): Likewise.
62449         * lib/stripslash.c (ISSLASH): Likewise.
62450
62451         * lib/addext.c: Include <dirname.h> after size_t is defined.
62452         * lib/backupfile.c: Likewise.
62453
62454         * lib/addext.c (addext): Use base_len to trim redundant
62455         trailing slashes instead of doing it ourselves.
62456         But do not trim the last slash if it is not redundant.
62457
62458         * lib/backupfile.c (find_backup_file_name,
62459         max_backup_version): Use base_len instead of rolling it ourselves.
62460         Handle the case of "" and (on DOS) "C:" correctly.
62461
62462         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
62463         needed. Include <string.h>, <dirname.h>.
62464         (base_name): Allow file names ending in slashes, other than names
62465         that are all slashes.  In this case, return the basename followed
62466         by the slashes.  This is more general, and can be used in places
62467         where the original base_name purposely had an assertion failure.
62468         (base_len): New function.
62469
62470         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
62471         Do not include <assert.h>; no longer needed.
62472         Include xalloc.h.
62473         (memrchr): Remove decl.
62474         (dir_name_r): Remove.
62475         (dir_len): Renamed from dirlen.  All callers changed.
62476         Rewrite in terms of base_name, for simplicity and consistency.
62477         (dir_name): Never return NULL.  All callers changed.
62478         Do not include <stdlib.h> in test program; no longer needed.
62479         return 0; is fine for test program.
62480
62481         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
62482         New macros.
62483         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
62484
62485         * lib/path-concat.c (path_concat): Use base_len to compute
62486         base length, not strlen; this means we cannot rely on memcpy
62487         to null-terminate.
62488
62489         * lib/same.c (STREQ): Remove.
62490         (same_name): Handle the case where the basename ends in trailing '/'.
62491
62492         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
62493         a slash was stripped.  Do not strip the last slash after a
62494         file system prefix.
62495
62496 2001-05-11  Paul Eggert  <eggert@twinsun.com>
62497
62498         * lib/Makefile.am (libfetish_a_SOURCES):
62499         Add strftime.c, since we now compile it on all hosts.
62500
62501         * lib/strftime.c (my_strftime):
62502         Define to nstrftime if emacs, but only if my_strftime is not defined.
62503         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
62504         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
62505         Add one more extra argument: a nanoseconds value.
62506         All uses changed.
62507         (ns): New macro.
62508         (my_strftime function): Add %N format.
62509         (emacs_strftimeu): Renamed from emacs_strftime,
62510         with extra ut argument.
62511
62512 2001-05-09  Paul Eggert  <eggert@twinsun.com>
62513
62514         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
62515
62516 2001-04-21  Jim Meyering  <meyering@lucent.com>
62517
62518         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
62519         doesn't interfere.
62520
62521 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
62522
62523         * m4/ftruncate.m4: Check for chsize.
62524         Link with ftruncate.o unconditionally if ftruncate is missing.
62525         This was required when cross-compiling to i586-mingw32msvc.
62526
62527 2001-04-08  Jim Meyering  <meyering@lucent.com>
62528
62529         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
62530         recomputed; that's necessary when the offset spans a DST transition.
62531         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
62532
62533 2001-04-02  Jim Meyering  <meyering@lucent.com>
62534
62535         * lib/regex.h, regex.c: Update from GNU libc.
62536
62537 2001-03-24  Jim Meyering  <meyering@lucent.com>
62538
62539         * m4/jm-macros.m4: Require autoconf-2.49d.
62540
62541 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
62542
62543         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
62544
62545 2001-03-19  Paul Eggert  <eggert@twinsun.com>
62546
62547         * lib/version-etc.c (version_etc_copyright): Update to 2001.
62548
62549 2001-03-17  Jim Meyering  <meyering@lucent.com>
62550
62551         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
62552         now that the version in autoconf is equivalent.
62553         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
62554
62555         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
62556         Suggestion from Akim Demaille.
62557
62558         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
62559         (jm_PREREQ_TEMPNAME): New function.
62560
62561 2001-03-16  Paul Eggert  <eggert@twinsun.com>
62562
62563         * lib/tempname.c (uint64_t): Define to uintmax_t if
62564         not defined, and if UINT64_MAX is not defined.
62565         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
62566         Reported by John David Anglin.
62567
62568 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
62569
62570         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
62571         resolve alias if codeset is empty.
62572         * lib/config.charset (BeOS): Use wildcard syntax.
62573
62574 2001-03-13  Jim Meyering  <meyering@lucent.com>
62575
62576         * lib/path-concat.c (path_concat)
62577         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
62578         concatenating e.g., `C:' and `foo'.
62579         From Bruno Haible.
62580
62581 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
62582
62583         * lib/localcharset.c (locale_charset): Don't use
62584         setlocale(LC_CTYPE,NULL). Don't return NULL.
62585         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
62586
62587 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
62588
62589         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
62590         support for DOS/DJGPP.
62591
62592 2001-03-01  Paul Eggert  <eggert@twinsun.com>
62593
62594         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
62595         lacks mkstemp.  Compile our own tempname.c if we compile our own
62596         mkstemp.c, as mkstemp relies on tempname.
62597
62598 2001-03-01  Jim Meyering  <meyering@lucent.com>
62599
62600         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
62601         AH_VERBATIM really does output its argument verbatim.
62602
62603 2001-02-28  Paul Eggert  <eggert@twinsun.com>
62604
62605         * lib/Makefile.am (libfetish_a_SOURCES):
62606         Add dup-safer.c, fopen-safer.c.
62607         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
62608
62609         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
62610         * lib/unistd-safer.h: New files.
62611
62612 2001-02-25  Paul Eggert  <eggert@twinsun.com>
62613
62614         The mkstemp replacement is taken from glibc 2.2.2, with some
62615         portability fixes for use outside glibc, as follows:
62616
62617         * lib/tempname.c (struct_stat64): New macro.
62618         (direxists, __gen_tempname): Use it.
62619         This avoids a portability problem with Solaris 8.
62620
62621         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
62622         (<stddef.h>, <stdint.h>, <string.h>):
62623         Include only if STDC_HEADERS || _LIBC.
62624         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
62625         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
62626         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
62627         (__set_errno): Define this macro if <errno.h> doesn't.
62628         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
62629         Define these macros if <stdio.h> doesn't.
62630         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
62631         Define these macros if <sys/stat.h>
62632         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
62633         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
62634         __xstat64): Define if not _LIBC.
62635         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
62636         (__gen_tempname): Invoke gettimeofday only if
62637         HAVE_GETTIMEOFDAY || _LIBC;
62638         otherwise, fall back on plain "time".
62639         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
62640
62641         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
62642
62643         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
62644
62645 2001-02-18  Paul Eggert  <eggert@twinsun.com>
62646
62647         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
62648
62649 2001-02-17  Paul Eggert  <eggert@twinsun.com>
62650
62651         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
62652         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
62653         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
62654         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
62655
62656 2001-02-17  Paul Eggert  <eggert@twinsun.com>
62657
62658         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
62659         Remove workaround macros for hosts that have mbrtowc but not
62660         mbstate_t, as we now insist on proper declarations for both
62661         before using mbrtowc.
62662
62663 2001-02-17  Jim Meyering  <meyering@lucent.com>
62664
62665         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
62666         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
62667         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
62668         UnixWare 7.1.1.
62669
62670         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
62671         rather than AC_CACHE_VAL.
62672
62673 2001-02-17  Jim Meyering  <meyering@lucent.com>
62674
62675         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
62676         around included file name.
62677
62678         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
62679
62680         * lib/strftime.c: Update from GNU libc (the only changes were to
62681         comments).
62682
62683 2001-02-17  Jim Meyering  <meyering@lucent.com>
62684
62685         * lib/regex.c: Update from libc.
62686
62687 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
62688
62689         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
62690         clash.
62691
62692 2001-02-16  Paul Eggert  <eggert@twinsun.com>
62693
62694         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
62695         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
62696         Reported by Mark Hounschell via Paul Eggert.
62697
62698 2001-02-07  Jim Meyering  <meyering@lucent.com>
62699
62700         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
62701
62702 2001-02-05  Jim Meyering  <meyering@lucent.com>
62703
62704         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
62705         it includes the patch required for `large file' support with at least
62706         HP-UX's 10.20 /bin/cc.
62707
62708 2001-02-03  Jim Meyering  <meyering@lucent.com>
62709
62710         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
62711         AS_IF, now that it works once again (mysteriously).
62712         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
62713
62714 2001-01-30  Jim Meyering  <meyering@lucent.com>
62715
62716         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
62717         * m4/chown.m4: Rename conftestchown to conftest.chown.
62718         * m4/rename.m4: s/conftestdir/conftest.d1/ and
62719         s/conftestdir2/conftest.d2/.
62720         * m4/utimes.m4: s/conftestdata/conftest.data/
62721         Inspired by Pavel Roskin's change in autoconf.
62722
62723 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
62724
62725         * lib/config.charset: Update for FreeBSD 4.2.
62726
62727 2001-01-27  Jim Meyering  <meyering@lucent.com>
62728
62729         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
62730         a use of AS_IF.
62731         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
62732
62733 2001-01-26  Jim Meyering  <meyering@lucent.com>
62734
62735         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
62736         quotearg.c includes it.
62737
62738 2001-01-26  Jim Meyering  <meyering@lucent.com>
62739
62740         * lib/quotearg.c: Include stddef.h.
62741         * lib/quote.c: Include stddef.h.
62742         Reported by Axel Kittenberger.
62743
62744         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
62745         line in double quotes so that it evokes a better diagnostic.
62746         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
62747         Reported by Axel Kittenberger.
62748
62749 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
62750
62751         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
62752         as if it was a `charset'.
62753
62754 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
62755
62756         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
62757         has const.
62758
62759 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
62760
62761         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
62762         to avoid a warning.  Add back 'const' to inptr.
62763
62764 2001-01-20  Jim Meyering  <meyering@lucent.com>
62765
62766         Be sure that headers are checked before used in code compiled
62767         for the type checks.
62768         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
62769         In place of that, invoke jm_CHECK_ALL_TYPES.
62770         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
62771         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
62772         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
62773         The check for ssize_t was mistakenly run before the test for unistd.h.
62774
62775         The configure-time check for stdbool.h was missing.
62776         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
62777         (jm_PREREQ_HASH): New function.
62778
62779 2001-01-17  Jim Meyering  <meyering@lucent.com>
62780
62781         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
62782         for autoconf-2.49c.
62783         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
62784
62785 2001-01-16  Jim Meyering  <meyering@lucent.com>
62786
62787         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
62788         From Bruno Haible.
62789
62790 2001-01-14  Jim Meyering  <meyering@lucent.com>
62791
62792         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
62793         foo and bar.  Create conftestdir/ in the script, not in the C code.
62794         Remove directories in the script, not in the C code.
62795         Remove conftestdir{,2} before trying to create the directory.
62796         Make the entire configure script fail if the mkdir fails.
62797
62798 2001-01-14  Jim Meyering  <meyering@lucent.com>
62799
62800         * lib/rename.c: New file.  From Volker Borchert.
62801         Include stdlib.h, string.h or strings.h, and xalloc.h.
62802         Use strip_trailing_slashes rather than open-coding it.
62803
62804 2001-01-03  Paul Eggert  <eggert@twinsun.com>
62805
62806         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
62807
62808 2001-01-03  Jim Meyering  <meyering@lucent.com>
62809
62810         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
62811         of local `inptr' to avoid warning with some system declarations of
62812         iconv.
62813
62814 2001-01-02  Volker Borchert  <bt@teknon.de>
62815
62816         * m4/rename.m4: New file.
62817         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
62818
62819 2001-01-01  Jim Meyering  <meyering@lucent.com>
62820
62821         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
62822         even on systems with utmpx.h.  It's necessary for the declaration of
62823         utmp's ut_user member.  Reported by Andreas Jaeger.
62824
62825         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
62826         available. They are required for the declarations of getgrgid and
62827         getpwuid resp.
62828         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
62829         Reported by Andreas Jaeger.
62830
62831 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
62832
62833         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
62834         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
62835         so `make install' also works in VPATH builds.
62836
62837 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
62838
62839         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
62840         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
62841         can be used in subdirectories.
62842
62843 2000-12-29  Paul Eggert  <eggert@twinsun.com>
62844
62845         * lib/modechange.c: Do not assume that mode_t uses the
62846         traditional octal encoding.  E.g. "chmod 1 FOO" should set
62847         the other-execute bit of FOO even if S_IXOTH != 1.
62848
62849         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
62850         WOTH, XOTH, ALLM): New macros.
62851         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
62852          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
62853         Use them.
62854         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
62855         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
62856         (mode_compile):
62857         No need to use uintmax_t; unsigned long is long enough.
62858         Don't bother to get suffix since we don't use it.
62859
62860 2000-12-26  Jim Meyering  <meyering@lucent.com>
62861
62862         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
62863         better with autoheader.
62864
62865 2000-12-24  Jim Meyering  <meyering@lucent.com>
62866
62867         * lib/hash.c (is_prime): Return explicit boolean values.
62868         (hash_get_first): Return NULL to appease Irix5.6's 89.
62869         Reported by Nelson Beebe.
62870
62871 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
62872
62873         * lib/localcharset.c (locale_charset): Add support for Win32.
62874
62875 2000-12-18  Paul Eggert  <eggert@twinsun.com>
62876
62877         * lib/physmem.h, lib/physmem.c: New files.
62878
62879         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
62880         (noinst_HEADERS): Add physmem.h.
62881
62882         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
62883         't' for compatibility with Solaris 8 sort.
62884
62885 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
62886
62887         * lib/config.charset: Add support for BeOS.
62888
62889 2000-12-17  Jim Meyering  <meyering@lucent.com>
62890
62891         * m4/dos.m4 (jm_AC_DOS): New file and macro.
62892         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
62893
62894 2000-12-16  Jim Meyering  <meyering@lucent.com>
62895
62896         This bug had a serious impact on chown: `chown N:M FILE' (for integer
62897         N and M) would have treated it like `chown N:N FILE'.
62898
62899         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
62900
62901 2000-12-16  Jim Meyering  <meyering@lucent.com>
62902
62903         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
62904         SHELLS_FILE to a file name that's useful on djgpp systems.
62905         Include stdlib.h.
62906         (ADDITIONAL_DEFAULT_SHELLS): Define.
62907         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
62908         Based mostly on a patch from Prashant TR.
62909
62910 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
62911
62912         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
62913         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
62914         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
62915
62916 2000-12-08  Andreas Schwab  <schwab@suse.de>
62917
62918         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
62919         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
62920
62921 2000-12-07  Jim Meyering  <meyering@lucent.com>
62922
62923         * lib/stripslash.c (ISSLASH): Define.
62924         (strip_trailing_slashes): Use ISSLASH rather than comparing against
62925         `/'.
62926         From Prashant TR.
62927
62928         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
62929         (dir_name_r): Declare this function as static.
62930         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
62931         manifest itself on a name containing a mix of slashes and
62932         backslashes.
62933         Make this function work with names starting with a DOS-style
62934         drive letter and colon prefix.
62935         (dir_name): Append `.' if necessary.
62936         Based mostly on patches from Prashant TR and Eli Zaretskii.
62937
62938         * lib/dirname.h (dir_name_r): Remove prototype.
62939
62940 2000-12-06  Paul Eggert  <eggert@twinsun.com>
62941
62942         * m4/off_t-format.m4: Remove this file.
62943         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
62944
62945 2000-12-06  Jim Meyering  <meyering@lucent.com>
62946
62947         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
62948         replacement strtoull, we may well need the replacement strtoul, too.
62949         Check for declarations of strtoul and strtoull.
62950         Check for strtol.  Mainly as a cue to cause automake to include
62951         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
62952         Check for limits.h -- strtol.c needs it.
62953
62954 2000-12-05  Jim Meyering  <meyering@lucent.com>
62955
62956         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
62957
62958 2000-12-04  Jim Meyering  <meyering@lucent.com>
62959
62960         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
62961         Also include memory.h, stdlib.h, unistd.h if appropriate.
62962         Reported by Andreas Jaeger (conflicting declaration of malloc).
62963
62964 2000-12-02  Jim Meyering  <meyering@lucent.com>
62965
62966         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
62967         * m4/jm-macros.m4 (jm_MACROS): require it.
62968
62969 2000-12-02  Jim Meyering  <meyering@lucent.com>
62970
62971         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
62972
62973 2000-12-01  Paul Eggert  <eggert@twinsun.com>
62974
62975         * lib/memrchr.c: Include <config.h> before any system include file.
62976
62977 2000-11-30  Jim Meyering  <meyering@lucent.com>
62978
62979         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
62980
62981 2000-11-30  Jim Meyering  <meyering@lucent.com>
62982
62983         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
62984
62985 2000-11-29  Paul Eggert  <eggert@twinsun.com>
62986
62987         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
62988
62989 2000-11-26  Jim Meyering  <meyering@lucent.com>
62990
62991         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
62992
62993 2000-11-22  Paul Eggert  <eggert@twinsun.com>
62994
62995         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
62996         size of (size_t) -1; it's not portable.
62997
62998 2000-11-17  Jim Meyering  <meyering@lucent.com>
62999
63000         * lib/strstr.c: Update from GNU libc.
63001
63002 2000-11-17  Akim Demaille  <akim@epita.fr>
63003
63004         * lib/obstack.h: Formatting changes.
63005         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
63006         prevent type checking.
63007         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
63008         cast the value to (void *): assigning a `foo *' to a `void *'
63009         variable is valid.
63010         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
63011
63012 2000-11-16  Jim Meyering  <meyering@lucent.com>
63013
63014         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
63015
63016 2000-11-11  Jim Meyering  <meyering@lucent.com>
63017
63018         * lib/error.c: Add a couple #includes, merging from GNU libc version.
63019
63020 2000-11-10  Jim Meyering  <meyering@lucent.com>
63021
63022         * lib/obstack.h: Update from GNU libc.
63023         * lib/obstack.c: Likewise.
63024
63025 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
63026
63027         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
63028
63029 2000-11-06  Paul Eggert  <eggert@twinsun.com>
63030
63031         * lib/getusershell.c (setusershell): Use rewind rather than
63032         fseek/fseeko, to avoid configuration hassles with fseeko.
63033         Don't bother opening SHELLS_FILE if shellstream is NULL;
63034         it's not necessary.
63035
63036 2000-11-05  Jim Meyering  <meyering@lucent.com>
63037
63038         * lib/makepath.h (make_dir): Declare.
63039         * lib/makepath.c (make_dir): Remove `static' attribute.
63040         Tweak a comment.
63041
63042 2000-11-04  Jim Meyering  <meyering@lucent.com>
63043
63044         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
63045
63046 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
63047
63048         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
63049         last one in a bucket, advance to the next bucket.
63050
63051 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
63052
63053         * lib/fnmatch.c: Do not comment out all the code if we are using
63054         the GNU C library, because in some cases we are replacing buggy
63055         code in the GNU C library itself.
63056
63057 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
63058
63059         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
63060         (regex_compile): Catch bogus \(\1\).
63061
63062 2000-10-30  Paul Eggert  <eggert@twinsun.com>
63063
63064         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
63065         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
63066         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
63067
63068 2000-10-30  Paul Eggert  <eggert@twinsun.com>
63069
63070         * lib/error.h, getline.h, modechange.h:
63071         Remove "2000" from Copyright line, as the file hasn't been
63072         changed this year other than in the copyright notice.
63073
63074         * lib/xalloc.h: Add "2000" to Copyright line, as this file
63075         was changed this year.
63076
63077 2000-10-29  Jim Meyering  <meyering@lucent.com>
63078
63079         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
63080         renaming.
63081         * m4/ls-mntd-fs.m4: Likewise
63082
63083 2000-10-29  Jim Meyering  <meyering@lucent.com>
63084
63085         * lib/xstat.in: Fix grammar in comment.
63086
63087 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
63088
63089         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
63090         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
63091         doesn't define __restrict_arr.
63092
63093 2000-10-28  Jim Meyering  <meyering@lucent.com>
63094
63095         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
63096         (jm_PREREQ_MEMCHR): New function.
63097
63098 2000-10-28  Jim Meyering  <meyering@lucent.com>
63099
63100         * lib/memchr.c: Update from libc.
63101         Adjust for portability:
63102         [HAVE_STDLIB_H]: Include stdlib.h.
63103         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
63104         Undef __memchr, too.
63105         [!weak_alias]: Define __memchr to memchr.
63106
63107         * lib/regex.c: Update from libc.
63108         * lib/regex.h: Likewise.
63109         * lib/getopt1.c: Likewise.
63110         * lib/memcmp.c: Likewise.
63111
63112         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
63113         Avoid using fseek, when possible -- it's broken by design.
63114         Patch by Ulrich Drepper.
63115
63116 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
63117
63118         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
63119         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
63120         Giving in to popular pressure to shut up the compiler with casts.
63121
63122 2000-10-26  Jim Meyering  <meyering@lucent.com>
63123
63124         * lib/strftime.c: Update from libc.
63125
63126 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
63127
63128         * regex.c: More `unsigned char' -> `re_char' changes.
63129         Also change several `int' into `re_wchar_t'.
63130         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
63131         (PUSH_FAILURE_POINTER): Don't cast any more.
63132         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
63133         We want GCC to complain, since this piece of code makes
63134         re_match non-reentrant, which *should* be fixed.
63135         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
63136         (EXTEND_BUFFER): Use RETALLOC.
63137         (SET_LIST_BIT): Don't cast.
63138         (re_wchar_t): New type.
63139         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
63140         that those two functions will always properly return.
63141         (IMMEDIATE_QUIT_CHECK): Cast to void.
63142         (analyse_first): Use recursion rather than an explicit stack.
63143         (re_compile_fastmap): Can't fail anymore.
63144         (re_search_2): Don't check re_compile_fastmap for failure.
63145         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
63146         Now also sets the new value (passed in a new argument).
63147         (re_match_2_internal): Use it.
63148         Also, use a new var `reg' of type size_t when looping through regs
63149         rather than reuse the inappropriate `mcnt'.
63150
63151 2000-10-25  Jim Meyering  <meyering@lucent.com>
63152
63153         * lib/obstack.c: Update from libc.
63154
63155 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
63156
63157         * regex.c (regex_compile): Change the way of handling a range from
63158         a char less than 256 to a char not less than 256.
63159
63160 2000-10-24  Andrew Innes  <andrewi@gnu.org>
63161
63162         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
63163         NT-Emacs only.
63164         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
63165         so that re_search functions only quit when callers expect them to.
63166
63167 2000-10-23  Jim Meyering  <meyering@lucent.com>
63168
63169         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
63170         wrong.  That set_locale call must not have any side effects.
63171         From Paul Eggert.
63172
63173 2000-10-22  Jim Meyering  <meyering@lucent.com>
63174
63175         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
63176         [CYCLIC]: Remove now-unused definition.
63177
63178         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
63179         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
63180         Suggestion from Ulrich Drepper.
63181
63182 2000-10-21  Jim Meyering  <meyering@lucent.com>
63183
63184         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
63185         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
63186         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
63187
63188 2000-10-21  Jim Meyering  <meyering@lucent.com>
63189
63190         * lib/dirname.c (memrchr): Declare if necessary.
63191         (dir_name): Remove the restriction that there be no
63192         trailing slashes.  Now, this code skips past them, effectively
63193         ignoring them.
63194         [TEST_DIRNAME] (main): New unit tests.
63195
63196         * lib/memrchr.c: New file from GNU libc.
63197         Undef __memrchr, too.
63198         [!weak_alias]: Define __memrchr to memrchr.
63199         Guard weak_alias use with `#ifdef weak_alias'.
63200
63201 2000-10-21  Jim Meyering  <meyering@lucent.com>
63202
63203         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
63204         (dir_name): Use dir_name_r.
63205         * lib/dirname.h (dir_name_r): Declare it.
63206
63207 2000-10-17  Jim Meyering  <meyering@lucent.com>
63208
63209         * lib/quote.h (PARAMS): Define and use.
63210         Reported by Akim Demaille.
63211
63212         * lib/getopt.c: Update from libc.
63213
63214 2000-10-16  Jim Meyering  <meyering@lucent.com>
63215
63216         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
63217         setlocale.
63218         From Jan Fedak.
63219
63220 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
63221
63222         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
63223
63224 2000-09-25  Jim Meyering  <meyering@lucent.com>
63225
63226         * lib/md5.h (rol): Define (from GnuPG).
63227
63228         * lib/sha.c: Give credit (GnuPG) where due.
63229         (M): Use rol rather than open-coding it.
63230         Add a FIXME comment.
63231
63232 2000-09-21  Jim Meyering  <meyering@lucent.com>
63233
63234         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
63235         Reported by Michael Stone.
63236
63237 2000-09-20  Jim Meyering  <meyering@lucent.com>
63238
63239         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
63240         (noinst_HEADERS): Add sha.h.
63241         Based on code from Scott G. Miller and from GnuPG.
63242
63243 2000-09-18  Jim Meyering  <meyering@lucent.com>
63244
63245         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
63246         LIBS. Otherwise, everyone ends up linking with -lelf for some
63247         configurations.
63248         Reported by Mike Stone.
63249
63250 2000-09-15  Jim Meyering  <meyering@lucent.com>
63251
63252         * lib/regex.c: Update from libc.
63253
63254 2000-09-10  Jim Meyering  <meyering@lucent.com>
63255
63256         * lib/getopt.c (_getopt_internal): Update from glibc.
63257
63258 2000-09-09  Jim Meyering  <meyering@lucent.com>
63259
63260         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
63261         think it should be used as a general replacement for isascii.
63262         * lib/fnmatch.c: Likewise.
63263         * lib/mbswidth.c: Likewise
63264         * lib/regex.c: Likewise.
63265
63266         Don't use atoi.
63267         * lib/userspec.c: Include sys/param.h and limits.h.
63268         Include xstrtol.h.
63269         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
63270         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
63271         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
63272         UID, GID.  Check range.
63273
63274 2000-09-06  Jim Meyering  <meyering@lucent.com>
63275
63276         * lib/getopt.c (_getopt_internal): Update from glibc.
63277
63278 2000-08-30  Jim Meyering  <meyering@lucent.com>
63279
63280         * lib/strftime.c: Merge in changes from GNU libc.
63281
63282 2000-08-26  Jim Meyering  <meyering@lucent.com>
63283
63284         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
63285         * m4/fpending.m4: New file.
63286
63287 2000-08-26  Jim Meyering  <meyering@lucent.com>
63288
63289         * lib/closeout.c: Include "__fpending.h".
63290         (close_stdout_status): Return right away if there's nothing to flush.
63291
63292         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
63293         * lib/__fpending.c: New file.
63294         * lib/__fpending.h: New file.
63295
63296 2000-08-20  Jim Meyering  <meyering@lucent.com>
63297
63298         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
63299         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
63300         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
63301
63302 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
63303
63304         Improve fileutils installation on systems where running
63305         programs (like install) can't be unlinked.
63306         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
63307         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
63308
63309 2000-08-07  Paul Eggert  <eggert@twinsun.com>
63310
63311         Standardize on "memory exhausted" instead of "Memory exhausted"
63312         or "virtual memory exhausted".
63313         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
63314         "virtual memory exhausted".
63315         * lib/same.c (same_name): Invoke xalloc_die instead of printing
63316         our own message.
63317         * lib/userspec.c (parse_user_spec): Likewise.
63318         * lib/bumpalloc.h: comment fix
63319         * lib/same.c, userspec.c: Include xalloc.h.
63320
63321         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
63322         not char *const and pointing to a constant array.
63323         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
63324         (xrealloc): Comment fix.
63325
63326         * lib/userspec.c (parse_user_spec):
63327         Don't translate a message until just before returning,
63328         to avoid unnecessary translation.
63329
63330 2000-08-07  Jim Meyering  <meyering@lucent.com>
63331
63332         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
63333         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
63334         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
63335         getgroups.c, gethostname.c, getopt.h, group-member.c,
63336         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
63337         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
63338         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
63339         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
63340         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
63341         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
63342         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
63343         yesno.c: Back out Copyright date changes for each file with no change
63344         this year.  This eases coordination with other programs using the same
63345         source code modules.  From Paul Eggert.
63346
63347 2000-08-06  Paul Eggert  <eggert@twinsun.com>
63348
63349         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
63350         not char, for compatibility with glibc 2.1.3 strftime.c.
63351
63352 2000-08-03  Greg McGary  <greg@mcgary.org>
63353
63354         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
63355         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
63356         (EXTEND_BUFFER): Use them.
63357
63358 2000-08-01  Jim Meyering  <meyering@lucent.com>
63359
63360         * lib/dirname.c (ISSLASH): Define.
63361         (BACKSLASH_IS_PATH_SEPARATOR): Define.
63362         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
63363         both `\' and `/' may be use as path separators.
63364         Based on a patch from Prashant TR.
63365
63366 2000-07-31  Paul Eggert  <eggert@twinsun.com>
63367
63368         * lib/quotearg.c (quotearg_n_options): Don't make the initial
63369         slot vector a constant, since it might get modified.
63370
63371 2000-07-31  Jim Meyering  <meyering@lucent.com>
63372
63373         * lib/xmalloc.c: Use `virtual memory exhausted', not
63374         `Memory exhausted'.
63375         * lib/obstack.c (print_and_abort): Likewise.
63376
63377 2000-07-30  Paul Eggert  <eggert@twinsun.com>
63378
63379         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
63380         buffer, so that the caller can always quote one small
63381         component of a "memory exhausted" message in slot 0.
63382         From a suggestion by Jim Meyering.
63383
63384 2000-07-30  Jim Meyering  <meyering@lucent.com>
63385
63386         * lib/makepath.c (make_path): Quote the other instance, too.
63387
63388         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
63389         (STATIC_BUF_SIZE): Define.
63390         (quotearg_n_options): Use only statically allocated storage when
63391         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
63392         than STATIC_BUF_SIZE.
63393
63394 2000-07-29  Jim Meyering  <meyering@lucent.com>
63395
63396         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
63397         * lib/dirname.c (dir_name): Likewise.
63398
63399         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
63400         `/'.
63401
63402         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
63403         (dir_name): Assert that there are no trailing slashes.
63404
63405 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
63406
63407         * lib/mbswidth.h (mbswidth): Add a flags argument.
63408         (mbswidth): New declaration.
63409         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
63410         * lib/mbswidth.c (mbswidth): Add a flags argument.
63411         (mbsnwidth): New function.
63412
63413 2000-07-24  Jim Meyering  <meyering@lucent.com>
63414
63415         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
63416
63417 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63418
63419         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
63420
63421 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63422
63423         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
63424         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
63425         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
63426         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
63427         invoke multibyte primitives.
63428
63429 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63430
63431         * lib/quotearg.c:
63432         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
63433         so that mbstate_t is always defined.
63434
63435         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
63436         be 1 in at least one GCC installation, and this configuration
63437         error is likely to be common.  Ignoring MB_LEN_MAX hurts
63438         performance on hosts that have mbrtowc but have only unibyte
63439         locales, but I assume these hosts are rare.
63440
63441 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63442
63443         * lib/mbswidth.c (_XOPEN_SOURCE):
63444         Don't define; this causes problems on Solaris 7.
63445         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
63446
63447 2000-07-23  Jim Meyering  <meyering@lucent.com>
63448
63449         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
63450         too: getgrgid, getpwuid, getuid.
63451
63452 2000-07-23  Jim Meyering  <meyering@lucent.com>
63453
63454         * lib/basename.c (base_name): Add an assertion.
63455
63456 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
63457
63458         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
63459         shadow its mbsinit function.
63460
63461 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
63462
63463         * lib/mbswidth.h: New file.
63464         * lib/mbswidth.c: New file.
63465         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
63466         (noinst_HEADERS): Add mbswidth.h.
63467
63468 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
63469
63470         * lib/config.charset: Add support for FreeBSD. Improve support for
63471         HP-UX and IRIX 6.
63472
63473 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
63474
63475         * m4/mbswidth.m4: New file.
63476         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
63477
63478 2000-07-15  Jim Meyering  <meyering@lucent.com>
63479
63480         * lib/makepath.c: Include quote.h.
63481         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
63482         corresponding argument in a `quote (...)' call.
63483         Give better diagnostics.
63484
63485         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
63486         (noinst_HEADERS): Add quote.h.
63487
63488         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
63489         from tar's src/misc.c.
63490         * lib/quote.h: New file.  Prototypes for same.
63491
63492 2000-07-14  Paul Eggert  <eggert@twinsun.com>
63493
63494         From a suggestion by Bruno Haible.
63495         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
63496         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
63497         to decide whether to define the BeOS workaround macro;
63498         this adjusts to the change to AC_MBSTATE_T.
63499
63500 2000-07-14  Jim Meyering  <meyering@lucent.com>
63501
63502         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
63503         jm_AC_TYPE_UINTMAX_T.
63504
63505 2000-07-13  Paul Eggert  <eggert@twinsun.com>
63506
63507         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
63508
63509         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
63510         quotearg_buffer_restyled): Add support for
63511         clocale_quoting_style.  Undo previous change to
63512         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
63513         and "{RIGHT QUOTATION MARK}" msgids.
63514
63515 2000-07-10  Paul Eggert  <eggert@twinsun.com>
63516
63517         From a suggestion by Bruno Haible.
63518         * m4/mbstate_t.m4 (AC_MBSTATE_T):
63519         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
63520         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
63521         and mbstate_t, to a single-part test that simply defines mbstate_t.
63522         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
63523         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
63524
63525 2000-07-10  Jim Meyering  <meyering@lucent.com>
63526
63527         * m4/strerror_r.m4: Mirror the correction made in autoconf.
63528
63529         * m4/gnu-source.m4: Output to confdefs.h directly.
63530         Suggestion from Akim Demaille.
63531
63532 2000-07-09  Paul Eggert  <eggert@twinsun.com>
63533
63534         The old behavior of quoting `like this' doesn't look good with
63535         newer, ISO-style fonts.  See:
63536         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
63537
63538         Instead, quote "like this" by default.  Let the translator
63539         tailor the locale-specific quoting behavior by providing
63540         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
63541
63542         * lib/quotearg.c (N_): New macro.
63543         (gettext_default): New function.
63544         (quotearg_buffer_restyled): Use
63545         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
63546         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
63547
63548 2000-07-09  Jim Meyering  <meyering@lucent.com>
63549
63550         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
63551         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
63552
63553         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
63554         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
63555
63556 2000-07-09  Jim Meyering  <meyering@lucent.com>
63557
63558         * lib/Most files: Update copyright dates to include 2000.
63559
63560 2000-07-08  Jim Meyering  <meyering@lucent.com>
63561
63562         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
63563         if not defined.
63564         (xgethostname): Remove now-unnecessary #ifdef.
63565         Move declaration of `err' into loop where it's used.
63566
63567 2000-07-05  Paul Eggert  <eggert@twinsun.com>
63568         and Bruno Haible  <haible@clisp.cons.org>
63569
63570         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
63571         only if the test for an object-type mbstate_t fails.  This
63572         prevents us from mistakenly reporting that mbstate_t is a
63573         system object type after we "#define mbstate_t int" to work
63574         around its lack.
63575
63576 2000-07-05  Paul Eggert  <eggert@twinsun.com>
63577         and Bruno Haible  <haible@clisp.cons.org>
63578
63579         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
63580
63581 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63582
63583         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
63584         to strerror_r.
63585         Include <ctype.h> for use of isalpha.
63586
63587 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63588
63589         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
63590         by allocating a larger buffer. Test the gethostname return value for
63591         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
63592         returns an error and ENAMETOOLONG isn't defined.
63593
63594 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63595
63596         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
63597         dimension.
63598
63599 2000-07-04  Jim Meyering  <meyering@lucent.com>
63600
63601         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
63602         of the deprecated AC_CHECKING.
63603
63604 2000-07-04  Jim Meyering  <meyering@lucent.com>
63605
63606         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
63607         Reported by Bruno Haible.
63608
63609 2000-07-04  Jim Meyering  <meyering@lucent.com>
63610
63611         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
63612         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
63613         lacks mbrtowc.
63614
63615 2000-07-03  Paul Eggert  <eggert@twinsun.com>
63616
63617         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
63618         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
63619
63620 2000-07-03  Paul Eggert  <eggert@twinsun.com>
63621         and Bruno Haible  <haible@clisp.cons.org>
63622
63623         * lib/quotearg.c (mbrtowc):
63624         Assign to *pwc, and return 1 only if result is nonzero.
63625         (iswprint): Use ISPRINT when substituting our own mbrtowc.
63626
63627 2000-07-03  Jim Meyering  <meyering@lucent.com>
63628
63629         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
63630
63631 2000-07-03  Jim Meyering  <meyering@lucent.com>
63632
63633         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
63634         This is necessary to get a definition of e.g., UTMP_FILE on
63635         HP-UX 10.20.
63636         From Bob Proulx.
63637
63638 2000-07-02  Jim Meyering  <meyering@lucent.com>
63639
63640         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
63641
63642         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
63643         AC_LIBOBJ(function_name).
63644         * m4/chown.m4: Likewise.
63645         * m4/fnmatch.m4: Likewise.
63646         * m4/ftruncate.m4: Likewise.
63647         * m4/getgroups.m4: Likewise.
63648         * m4/getline.m4: Likewise.
63649         * m4/group-member.m4: Likewise.
63650         * m4/jm-macros.m4: Likewise.
63651         * m4/lstat.m4: Likewise.
63652         * m4/malloc.m4: Likewise.
63653         * m4/memcmp.m4: Likewise.
63654         * m4/nanosleep.m4: Likewise.
63655         * m4/putenv.m4: Likewise.
63656         * m4/realloc.m4: Likewise.
63657         * m4/regex.m4: Likewise.
63658         * m4/stat.m4: Likewise.
63659         * m4/strftime.m4: Likewise.
63660
63661 2000-07-02  Jim Meyering  <meyering@lucent.com>
63662
63663         * lib/quotearg.c (mbstate_t): Don't define here.
63664
63665 2000-07-02  Jim Meyering  <meyering@lucent.com>
63666
63667         * lib/nanosleep.c (SIGCONT): Define if not already defined.
63668
63669 2000-07-01  Jim Meyering  <meyering@lucent.com>
63670
63671         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
63672
63673 2000-07-01  Jim Meyering  <meyering@lucent.com>
63674
63675         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
63676         problem.
63677
63678 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
63679
63680         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
63681         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
63682
63683 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
63684
63685         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
63686         per change in ../m4/ls-mntd-fs.m4.
63687         (read_filesystem_list): Ignore symbolic links.
63688
63689 2000-06-29  Jim Meyering  <meyering@lucent.com>
63690
63691         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
63692         for declaration of strcmp.
63693
63694         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
63695
63696         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
63697         Avoid warning by casting result to `char *' to remove `const'.
63698
63699 2000-06-28  Jim Meyering  <meyering@lucent.com>
63700
63701         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
63702         included by quotearg.c, for which we perform this test.  From
63703         Bruno Haible.
63704
63705 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
63706
63707         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
63708         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
63709         <utmpx.h> exists, put readutmp.o into LIBOBJS.
63710
63711 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
63712
63713         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
63714
63715 2000-06-26  Paul Eggert  <eggert@twinsun.com>
63716
63717         savedir now sets errno on failure and invokes xmalloc to get memory.
63718         Fix a couple of other minor bugs while we're at it.
63719
63720         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
63721         (NAMLEN): Remove macro.
63722         (malloc, realloc): Remove decls.
63723         (stpcpy): Likewise.
63724         ("xalloc.h"): Include.
63725         (NAME_SIZE_DEFAULT): New macro.
63726         (savedir): Use xmalloc / xrealloc to allocate memory.
63727         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
63728         Skip "" directory entries.
63729         Use strlen to calculate directory entry length, since the old method
63730         is rarely used these days and isn't worth supporting.
63731         Don't use a pointer after freeing it.
63732         Check for integer overflow when calculating allocation size.
63733         Use memcpy to copy entries, instead of stpcpy.
63734         Set errno properly when returning NULL.
63735         Check for readdir error.
63736
63737 2000-06-26  Jim Meyering  <meyering@lucent.com>
63738
63739         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
63740
63741 2000-06-25  Jim Meyering  <meyering@lucent.com>
63742
63743         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
63744         Linux header bug when _XOPEN_SOURCE is defined to 500.
63745
63746 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
63747
63748         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
63749         deficiency.
63750
63751 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
63752
63753         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
63754         Include xalloc.h.
63755         Don't include <stdlib.h>.  Don't declare malloc, realloc.
63756
63757 2000-06-24  Jim Meyering  <meyering@lucent.com>
63758
63759         * m4/strerror_r.m4: Revive this file -- to try out an experimental
63760         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
63761         for which strerror does return char*, but which lacks a conveniently
63762         accessible declaration of the function.  If the compile-test says
63763         strerror_r doesn't work, then resort to a `run'-test that works on
63764         BeOS and segfaults on DEC Unix.
63765
63766 2000-06-24  Jim Meyering  <meyering@lucent.com>
63767
63768         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
63769
63770 2000-06-23  Paul Eggert  <eggert@twinsun.com>
63771
63772         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
63773         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
63774
63775 2000-06-23  Paul Eggert  <eggert@twinsun.com>
63776
63777         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
63778         (mbrtowc, mbstate_t): Define substitutes if
63779         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
63780         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
63781         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
63782
63783 2000-06-23  Jim Meyering  <meyering@lucent.com>
63784
63785         * m4/afs.m4: Add missing AC_MSG_RESULT.
63786         Reported by Bruno Haible.
63787
63788         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
63789         Suggestion from Bruno Haible.
63790
63791 2000-06-23  Jim Meyering  <meyering@lucent.com>
63792
63793         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
63794
63795 2000-06-21  Jim Meyering  <meyering@lucent.com>
63796
63797         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
63798
63799 2000-06-21  Jim Meyering  <meyering@lucent.com>
63800
63801         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
63802         (noinst_HEADERS): Add getstr.h.
63803
63804         * lib/getline.c (getstr): Move into a separate file.
63805         * lib/getstr.c (getstr): New file, extracted from getline.c, with
63806         the following changes: new parameter, delim2; both delim[12]
63807         parameters have type `int', not `char'.  The latter would lose
63808         with 8-bit delimiters.
63809         * lib/getstr.h: New file.
63810
63811 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63812
63813         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
63814         than 1024, return a memory chunk of least possible size, instead
63815         of size PATH_MAX + 2. In the loop, increment the size proportionally.
63816         Use free/xmalloc instead of xrealloc to avoid copying for very long
63817         paths.
63818
63819 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63820
63821         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
63822         the empty string.
63823
63824 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63825
63826         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
63827         address, not strdup.  Include <stdlib.h> and don't declare free().
63828
63829 2000-06-19  Jim Meyering  <meyering@lucent.com>
63830
63831         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
63832
63833 2000-06-18  Jim Meyering  <meyering@lucent.com>
63834
63835         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
63836
63837         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
63838         `checking whether...' message to be consistent with that of the
63839         lstat test.
63840
63841 2000-06-18  Jim Meyering  <meyering@lucent.com>
63842
63843         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
63844         Besides, these days every porting target provides a mkdir function.
63845
63846         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
63847         needed. (this snippet comes from src/system.h).
63848
63849 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
63850
63851         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
63852
63853 2000-06-15  Paul Eggert  <eggert@twinsun.com>
63854
63855         * lib/human.c (adjust_value): New function.
63856         (human_readable_inexact): Apply rounding style even when
63857         printing approximate values.
63858
63859 2000-06-14  Paul Eggert  <eggert@twinsun.com>
63860
63861         * lib/human.c (human_readable_inexact): Allow an input block
63862         size that is not a multiple of the output block size, and vice versa.
63863         Reported by Piergiorgio Sartor.
63864
63865 2000-06-14  Paul Eggert  <eggert@twinsun.com>
63866
63867         * lib/getdate.y (get_date): Apply relative times after time
63868         zone indicator, not before.  Reported by Todd A. Jacobs.
63869
63870 2000-06-13  Jim Meyering  <meyering@lucent.com>
63871
63872         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
63873
63874         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
63875
63876 2000-06-12  Paul Eggert  <eggert@twinsun.com>
63877
63878         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
63879
63880 2000-06-12  Jim Meyering  <meyering@lucent.com>
63881
63882         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
63883         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
63884         optional argument.
63885         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
63886         the optional argument, `lib'.
63887
63888 2000-06-08  Jim Meyering  <meyering@lucent.com>
63889
63890         * m4/largefile.m4: Remove file (now that it's part of autoconf).
63891
63892 2000-06-04  Paul Eggert  <eggert@twinsun.com>
63893
63894         Rewrite largefile configuration so that we don't need to run
63895         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
63896         AC_CANONICAL_HOST in configure.in -- jmm]
63897
63898         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
63899         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
63900         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
63901         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
63902         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
63903         All uses changed.
63904         Instead of inspecting the output of getconf, try to compile the
63905         test program without and with the macro definition.
63906         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
63907         for getconf.  Instead, check for the needed flags by compiling
63908         test programs.
63909
63910 2000-06-04  Paul Eggert  <eggert@twinsun.com>
63911
63912         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
63913
63914 2000-06-04  Jim Meyering  <meyering@lucent.com>
63915
63916         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
63917         SunOS 4.1.4 for which gid_t is an unsigned type.
63918
63919 2000-06-03  Jim Meyering  <meyering@lucent.com>
63920
63921         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
63922         now that autoconf requires that.
63923
63924         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
63925         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
63926         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
63927
63928 2000-06-03  Jim Meyering  <meyering@lucent.com>
63929
63930         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
63931
63932 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
63933
63934         * m4/glibc21.m4: New file.
63935         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
63936
63937 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
63938
63939         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
63940         newer, don't install charset.alias.
63941         * lib/config.charset: Change the Linux/glibc rules so they become empty
63942         on glibc-2.1 or newer.
63943
63944 2000-06-02  Jim Meyering  <meyering@lucent.com>
63945
63946         * lib/mountlist.c: Back out last change.  Instead, do this...
63947         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
63948         me_dummy member using the same `ignore'-testing code.
63949         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
63950         fs_type strings.
63951         From Mark D. Roth.
63952
63953 2000-05-29  Jim Meyering  <meyering@lucent.com>
63954
63955         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
63956         mounts with the `ignore' attribute.  Based on a patch from
63957         Mark D. Roth.
63958
63959 2000-05-28  Jim Meyering  <meyering@lucent.com>
63960
63961         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
63962         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
63963         * m4/stat.m4: Likewise.
63964         * m4/lstat.m4: Likewise.
63965         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
63966
63967         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
63968         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
63969
63970 2000-05-26  Jim Meyering  <meyering@lucent.com>
63971
63972         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
63973
63974 2000-05-24  Jim Meyering  <meyering@lucent.com>
63975
63976         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
63977         autoconf requires that.
63978         * m4/lib-check.m4: Likewise.
63979         * m4/jm-macros.m4: Likewise.
63980         * m4/strftime.m4: Likewise.
63981
63982         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
63983         AC_CHECK_DECLS, now that autoconf requires that.
63984
63985 2000-05-22  Jim Meyering  <meyering@lucent.com>
63986
63987         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
63988         * m4/lstat.m4: Likewise.
63989
63990 2000-05-22  Jim Meyering  <meyering@lucent.com>
63991
63992         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
63993
63994 2000-05-20  Jim Meyering  <meyering@lucent.com>
63995
63996         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
63997         (jm_PREREQ): Use it.
63998
63999 2000-05-18  Jim Meyering  <meyering@lucent.com>
64000
64001         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
64002         back, too, since it may have been modified by allocate_entry.
64003         (hash_delete): Rewrite to use neither the assignment operator
64004         nor the comma operator in an if-expression.
64005
64006 2000-05-15  Paul Eggert  <eggert@twinsun.com>
64007
64008         * lib/closeout.c:
64009         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
64010         Remove; no longer needed.
64011         "quotearg.h": Add include.
64012         (file_name): Do not bother to explicitly initialize to NULL; it's less
64013         efficient on some hosts.
64014         (close_stdout_status): Remove test as to whether stdout was already
64015         closed; it breaks for the case "echo x | sort >&-".
64016         Quote file name colons.
64017         Do not assume that _("write error") lacks format strings.
64018
64019 2000-05-15  Jim Meyering  <meyering@lucent.com>
64020
64021         * lib/version-etc.c (version_etc_copyright): Update the copyright
64022         string used in all --version output.
64023
64024 2000-05-14  Jim Meyering  <meyering@lucent.com>
64025
64026         * lib/closeout.c (close_stdout_set_file_name): New function.
64027         (close_stdout_status): Use new file-scoped global.
64028         Return right away if fstat says the stdout file descriptor is invalid.
64029         * lib/closeout.h (close_stdout_set_file_name): Declare.
64030
64031 2000-05-10  Jim Meyering  <meyering@lucent.com>
64032
64033         * lib/closeout.c [default_exit_status]: New file-scoped variable.
64034         (close_stdout_set_status): New function.
64035         * lib/closeout.h (close_stdout_set_status): Declare.
64036
64037 2000-05-09  Jim Meyering  <meyering@lucent.com>
64038
64039         * m4/gettext.m4: Rename this...
64040         * m4/libintl.m4: ...to this.
64041
64042 2000-05-08  Jim Meyering  <meyering@lucent.com>
64043
64044         * lib/long-options.c: Don't include closeout.h.
64045         (parse_long_options): Don't call close_stdout for --version.
64046
64047 2000-05-06  Paul Eggert  <eggert@twinsun.com>
64048
64049         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
64050         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
64051         2.1.3 bug.  This avoids a clash when files like regex.c define
64052         _GNU_SOURCE.
64053
64054 2000-05-06  Jim Meyering  <meyering@lucent.com>
64055
64056         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
64057         (AC_REPLACE_FUNCS): Add strnlen.
64058
64059         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
64060         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
64061
64062         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
64063         AC_SEARCH_LIBS call for nanosleep.
64064         (LIB_NANOSLEEP): Set and AC_SUBST.
64065
64066 2000-05-06  Jim Meyering  <meyering@lucent.com>
64067
64068         * lib/strnlen.c: Undefine __strnlen and strnlen.
64069         [!weak_alias]: Define __strnlen to strnlen.
64070
64071         * lib/atexit.c: New file, from libiberty.
64072
64073 2000-05-06  Jim Meyering  <meyering@lucent.com>
64074
64075         * lib/closeout.c (close_stdout_status): Also check for errors on the
64076         stderr stream.
64077
64078 2000-05-05  Jim Meyering  <meyering@lucent.com>
64079
64080         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
64081         AC_SEARCH_LIBS call for clock_gettime.
64082         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
64083
64084         * m4/search-libs.m4: Update from autoconf.
64085
64086         su doesn't work on Solaris 2.6.
64087         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
64088         <shadow.h>.  Reported by Dragos Harabor.
64089
64090 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
64091
64092         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
64093         memcpy instead of xmalloc, xrealloc, path_concat.
64094         (locale_charset): Treat empty environment variables as absent.
64095         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
64096
64097 2000-05-04  Jim Meyering  <meyering@lucent.com>
64098
64099         * lib/getopt.c: Update from glibc.
64100         * lib/obstack.c: Likewise.
64101         * lib/obstack.h: Likewise.
64102         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
64103         file
64104
64105         * lib/regex.h: Likewise.
64106         * lib/strndup.c: Likewise.
64107         * lib/strnlen.c: New file, from glibc.
64108
64109 2000-05-03  Jim Meyering  <meyering@lucent.com>
64110
64111         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
64112
64113 2000-05-02  Paul Eggert  <eggert@twinsun.com>
64114
64115         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
64116         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
64117         compile-time test, rather than inspecting host and OS, to
64118         decide whether to define _LARGEFILE_SOURCE.
64119
64120 2000-05-01  Jim Meyering  <meyering@lucent.com>
64121
64122         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
64123
64124         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
64125         Based on a patch from Bruno Haible.
64126
64127 2000-05-01  Jim Meyering  <meyering@lucent.com>
64128
64129         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
64130
64131 2000-04-29  Jim Meyering  <meyering@lucent.com>
64132
64133         * lib/path-concat.c: Declare strdup only if it's not defined.
64134         * lib/canon-host.c: Likewise.
64135
64136 2000-04-28  Jim Meyering  <meyering@lucent.com>
64137
64138         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
64139         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
64140         is included first, then limits.h is included by locale.h by libintl.h.
64141         From John David Anglin.
64142
64143 2000-04-25  Jim Meyering  <meyering@lucent.com>
64144
64145         * lib/makepath.c (S_IRWXUGO): Define.
64146         (make_path): Always perform explicit chmod if MODE specifies any
64147         of the `special' permission bits.  Prompted by a bug report against
64148         install from Mate Wierdl and Joost van Baal.
64149
64150 2000-04-18  Jim Meyering  <meyering@lucent.com>
64151
64152         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
64153         (jm_PREREQ): Use it.
64154
64155 2000-04-18  Jim Meyering  <meyering@lucent.com>
64156
64157         * lib/README: New file.
64158
64159         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
64160         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
64161
64162 2000-04-17  Jim Meyering  <meyering@lucent.com>
64163
64164         Get it right :-)
64165         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
64166         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
64167         Suggestion from Akim Demaille.
64168
64169 2000-04-17  Jim Meyering  <meyering@lucent.com>
64170
64171         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
64172         the definition of it to rpl_strftime also defined-away the system's
64173         declaration.
64174
64175 2000-04-15  Jim Meyering  <meyering@lucent.com>
64176
64177         Use `C' to denote so-called `contiguous' files, the same way
64178         that tar does.
64179         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
64180         (ftypelet): Use S_ISCTG.
64181         From Michael Deutschmann.
64182
64183 2000-04-14  Jim Meyering  <meyering@lucent.com>
64184
64185         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
64186         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
64187         clobbered.
64188
64189 2000-04-14  Jim Meyering  <meyering@lucent.com>
64190
64191         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
64192
64193 2000-04-13  Jim Meyering  <meyering@lucent.com>
64194
64195         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
64196         AH_VERBATIM to insert required #ifndef into config.h.in.
64197         Suggestion from Akim Demaille.
64198
64199 2000-04-12  Jim Meyering  <meyering@lucent.com>
64200
64201         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
64202         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
64203         Christian Krackowizer.
64204
64205         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
64206         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
64207         (AC_SYS_LARGEFILE): Require.
64208         (AM_C_PROTOTYPES): Require.
64209
64210 2000-04-08  Jim Meyering  <meyering@lucent.com>
64211
64212         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
64213         names don't conflict.  Reported by Eli Zaretskii.
64214
64215 2000-04-07  Jim Meyering  <meyering@lucent.com>
64216
64217         * lib/putenv.c: Move inclusion of errno.h so it follows that of
64218         sys/types.h, to work around system header problems on AIX 3.2.5.
64219         From Bruno Haible.
64220
64221 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
64222
64223         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
64224         bug.  Deal with the different error behavior of Irix iconv.
64225
64226 2000-04-05  Paul Eggert  <eggert@twinsun.com>
64227
64228         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
64229         IRIX if the installer said otherwise.
64230
64231 2000-04-05  Jim Meyering  <meyering@lucent.com>
64232
64233         Portability tweaks required for ultrix4.3.
64234         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
64235         (jm_CHECK_DECLS): Add getutent to the list of functions.
64236         (_jm_DECL_HEADERS): Add utmpx.h.
64237         From John David Anglin.
64238
64239         * m4/strftime.m4: Back out the 2000-04-02 change.
64240         Instead of that change, simply undefine putenv in the test program.
64241
64242 2000-04-05  Jim Meyering  <meyering@lucent.com>
64243
64244         Portability tweaks required for ultrix4.3.
64245         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
64246         getutent.
64247         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
64248         * lib/canon-host.c: Declare strdup.
64249         * lib/path-concat.c: Likewise.
64250         From John David Anglin.
64251
64252 2000-04-04  Jim Meyering  <meyering@lucent.com>
64253
64254         Be more DOS 8.3-friendly.
64255         * lib/ref-add.sin: Renamed from ref-add.sed.in.
64256         * lib/ref-del.sin: Renamed from ref-del.sed.in.
64257         * lib/Makefile.am: Reflect renaming.
64258         Reported by Eli Zaretskii.
64259
64260         Use a temporary file name that won't clash with `charset.alias'
64261         in the DOS 8.3 name space.
64262         * lib/Makefile.am (charset_tmp): Define.
64263         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
64264         (uninstall-local): Likewise.
64265         Reported by Eli Zaretskii.
64266
64267 2000-04-03  Jim Meyering  <meyering@lucent.com>
64268
64269         * m4/gettext.m4: Fix typo in comment.
64270
64271         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
64272         textutils/configure.in).  Suggestion from Paul Eggert.
64273         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
64274
64275 2000-04-02  Paul Eggert  <eggert@twinsun.com>
64276
64277         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
64278         variable in the shell rather than using putenv, which isn't
64279         portable.  This avoids the configure-time inter-test dependency
64280         on the potentially-renamed putenv function.
64281
64282 2000-03-30  Paul Eggert  <eggert@twinsun.com>
64283
64284         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
64285         before checking struct stat.st_blksize, so that
64286         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
64287
64288 2000-03-29  Paul Eggert  <eggert@twinsun.com>
64289
64290         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
64291         since strftime.c uses HAVE_STRFTIME to decide whether to use
64292         the underlying strftime.
64293
64294 2000-03-29  Paul Eggert  <eggert@twinsun.com>
64295
64296         * lib/time/strftime.c (my_strftime): Make sure we call the system
64297         strftime, not ourselves, when invoking the underlying strftime.
64298
64299 2000-03-24  Jim Meyering  <meyering@lucent.com>
64300
64301         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
64302         (charset_alias): Define.
64303         (install-exec-local): Factor out common code.
64304         (uninstall-local): Split lines longer than 80.
64305         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
64306         (SUFFIXES): Define.
64307         (.sed.in.sed): New rule.  Don't redirect directly to $@.
64308         (CLEANFILES): Add ref-add.sed and ref-del.sed.
64309
64310 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
64311
64312         * lib/config.charset: Output a line containing "Packages using this
64313         file".
64314         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
64315         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
64316         ref-del.sed): New rules.
64317
64318 2000-03-17  Jim Meyering  <meyering@lucent.com>
64319
64320         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
64321         Otherwise, include <strings.h>
64322
64323 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
64324
64325         * lib/unicodeio.c (utf8_wctomb): New function.
64326         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
64327         format instead of in UCS-4 with platform dependent endianness.
64328
64329 2000-03-10  Jim Meyering  <meyering@lucent.com>
64330
64331         * m4/lib-check.m4: Look for getspnam in -lgen, too.
64332         From Marco Franzen.
64333
64334 2000-03-07  Paul Eggert  <eggert@twinsun.com>
64335
64336         * lib/savedir.c (savedir): Work even if directory size is
64337         negative; this can happen with some screwy NFS configurations.
64338
64339 2000-03-06  Jim Meyering  <meyering@lucent.com>
64340
64341         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
64342         if it's NULL (because we ran out of memory).  From Bruno Haible.
64343
64344 2000-03-05  Jim Meyering  <meyering@lucent.com>
64345
64346         * lib/localcharset.c ("path-concat.h"): Include.
64347         (get_charset_aliases): Use path_concat instead of ANSI string
64348         concatenation.
64349
64350         * lib/unicodeio.h (PARAMS): Define.
64351         Use it to guard prototype.
64352
64353 2000-03-04  Jim Meyering  <meyering@lucent.com>
64354
64355         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
64356         for lib/localcharset.c.
64357
64358 2000-03-04  Jim Meyering  <meyering@lucent.com>
64359
64360         * lib/Makefile.am (install-exec-local): Create $(libdir) before
64361         installing into it.
64362         (uninstall-local): Uncomment this rule so `make distcheck' works
64363         once again.
64364
64365         * lib/unicodeio.c (<errno.h>): Include it.
64366         (errno): Declare if not defined.
64367
64368         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
64369
64370         * lib/config.charset: New version, incorporating remarks from a linux
64371         i18n mailing list.  From Bruno Haible.
64372
64373 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
64374
64375         * m4/codeset.m4: New file.
64376         * m4/iconv.m4: New file.
64377         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
64378
64379 2000-03-03  Jim Meyering  <meyering@lucent.com>
64380
64381         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
64382
64383 2000-03-02  Jim Meyering  <meyering@lucent.com>
64384
64385         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
64386         the messages come out on separate lines.
64387
64388         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
64389         rather than jm_CHECK_DECLARATIONS.
64390         * m4/decl.m4: Remove now-unused file.
64391
64392         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
64393         geteuid.
64394
64395 2000-03-02  Jim Meyering  <meyering@lucent.com>
64396
64397         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
64398
64399 2000-03-01  Jim Meyering  <meyering@lucent.com>
64400
64401         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
64402         * lib/unicodeio.c: Likewise.
64403
64404 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
64405
64406         * lib/config.charset: New file.
64407         * lib/localcharset.c: New file.
64408         * lib/unicodeio.h, lib/unicodeio.c: New files.
64409         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
64410         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
64411         (noinst_HEADERS): Add unicodeio.h.
64412         (all-local, install-exec-local, charset.alias): New targets.
64413
64414 2000-02-28  Paul Eggert  <eggert@twinsun.com>
64415
64416         * lib/quotearg.c (ALERT_CHAR): New macro.
64417         (quotearg_buffer_restyled): Use it.
64418
64419 2000-02-27  Jim Meyering  <meyering@lucent.com>
64420
64421         * m4/check-decl.m4: Add getenv to the list.
64422
64423 2000-02-27  Jim Meyering  <meyering@lucent.com>
64424
64425         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
64426         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
64427
64428         * lib/backupfile.c: Guard inclusion of stdlib.h with
64429         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
64430         Declare malloc if needed.
64431
64432         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
64433         `#ifndef HAVE_DECL..'
64434         now that autoconf always defines the HAVE_DECL_ symbols.
64435         * lib/human.c: Likewise.
64436         * lib/same.c: Likewise.
64437         * lib/strtoumax.c: Likewise.
64438
64439         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
64440         declaration check was not run.
64441         * lib/hash.c: Likewise.
64442         * lib/human.c: Likewise.
64443         * lib/same.c: Likewise.
64444         * lib/strtoumax.c: Likewise.
64445
64446         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
64447         `.', then first look up the entire `.'-containing string as a login
64448         name.
64449
64450 2000-02-23  Jim Meyering  <meyering@lucent.com>
64451
64452         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
64453         in place of my hack.
64454
64455 2000-02-18  Paul Eggert  <eggert@twinsun.com>
64456
64457         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
64458         (textint): New typedef.
64459         (parser_control): Member year changed from int to textint.
64460         All uses changed.
64461         (YYSTYPE): Removed; replaced by %union with int and textint members.
64462         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
64463         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
64464         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
64465         (tSNUMBER, tUNUMBER): Now of type <textintval>.
64466         (date, number, to_year): Use width of number in digits, not its value,
64467         to determine whether it's a 2-digit year, or a 2-digit time.
64468         (yylex): Store number of digits of numeric tokens.
64469         Reported by John Kendall.
64470
64471         (parser_control): Changed from struct parser_control to typedef (for
64472         consistency).  All uses changed.
64473
64474         (tID): Removed; not used.
64475         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
64476
64477 2000-02-14  Paul Eggert  <eggert@twinsun.com>
64478
64479         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
64480         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
64481
64482 2000-02-12  Jim Meyering  <meyering@lucent.com>
64483
64484         * lib/userspec.c (ISDIGIT): Define it.
64485         (isdigit): Remove definition.
64486         (is_number): Use ISDIGIT, not isdigit.
64487         <libintl.h>: Include.
64488         (_ and N_): Define.
64489         (parse_user_spec): Mark translatable strings.
64490
64491 2000-02-10  Jim Meyering  <meyering@lucent.com>
64492
64493         With these changes, nanosleep.[ch] are finally enough like the other
64494         lib/* replacement files to compile on a few more losing systems.
64495
64496         * lib/nanosleep.h: Don't include config.h.
64497         Remove prototype from declaration of nanosleep.
64498         (PARAMS): Remove now-unneeded definition.
64499         * lib/nanosleep.c: #undef nanosleep.
64500         (rpl_nanosleep): Rename from nanosleep.
64501
64502 2000-02-10  Jim Meyering  <meyering@lucent.com>
64503
64504         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
64505         gnu_nanosleep to rpl_nanosleep.
64506
64507 2000-02-09  Jim Meyering  <meyering@lucent.com>
64508
64509         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
64510         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
64511
64512 2000-02-08  Akim Demaille  <akim@epita.fr>
64513
64514         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
64515         `[' and `]' and remove uses of `changequote'.
64516         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
64517         (AC_SYS_LARGEFILE): Likewise.
64518         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
64519         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
64520         of changequote.
64521         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
64522         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
64523         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
64524         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
64525
64526 2000-02-05  Jim Meyering  <meyering@lucent.com>
64527
64528         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
64529         Remove explicit use of AC_HEADER_TIME.  It is required by
64530         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
64531         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
64532         in autoconf whereby the expansion of the latter ended up preceding
64533         the expansion of its prerequisite, AC_HEADER_TIME.
64534         Reported by Volker Borchert.
64535
64536 2000-02-03  Jim Meyering  <meyering@lucent.com>
64537
64538         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
64539
64540 2000-02-03  Jim Meyering  <meyering@lucent.com>
64541
64542         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
64543         rather than with `#if HAVE_UTMPNAME'.
64544
64545 2000-02-02  Jim Meyering  <meyering@lucent.com>
64546
64547         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
64548         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
64549         Reported by Eli Zaretskii.
64550
64551 2000-02-01  Jim Meyering  <meyering@lucent.com>
64552
64553         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
64554
64555 2000-01-31  Jim Meyering  <meyering@lucent.com>
64556
64557         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
64558         functions.  Add the time.h and sys/time.h headers along with the
64559         AC_REQUIRE'ment of AC_HEADER_TIME.
64560
64561 2000-01-31  Jim Meyering  <meyering@lucent.com>
64562
64563         * lib/nanosleep.h (nanosleep): Guard declaration with
64564         `#if ! HAVE_DECL_NANOSLEEP'.
64565         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
64566         the declaration in that vendor's sys/timers.h.
64567         Reported by Christian Krackowizer.
64568
64569         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
64570         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
64571         (ISPRINT): Likewise.
64572         Reported by Tom Tromey.
64573
64574 2000-01-30  Jim Meyering  <meyering@lucent.com>
64575
64576         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
64577
64578         * m4/prereq.m4 (utmp_includes): Define.
64579         Check for ut_user and ut_name members in both struct utmpx
64580         and struct utmp.
64581
64582 2000-01-30  Jim Meyering  <meyering@lucent.com>
64583
64584         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
64585         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
64586         header files where only utmpx.ut_user is declared.
64587
64588         * lib/readutmp.h (UT_USER): Define.
64589
64590 2000-01-29  Jim Meyering  <meyering@lucent.com>
64591
64592         * m4/lib-check.m4: New file containing library-related checks from
64593         fileutils and sh-utils (textutils had none).
64594
64595 2000-01-28  Jim Meyering  <meyering@lucent.com>
64596
64597         * m4/perl.m4: Change format of warning message to look more like that
64598         from the missing script.  Suggestion from François Pinard.
64599
64600 2000-01-25  Jim Meyering  <meyering@lucent.com>
64601
64602         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
64603         well as time.h in the compile check.
64604         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
64605         Fix typo in cross-compiling case: s/yes/no/.
64606
64607 2000-01-23  Jim Meyering  <meyering@lucent.com>
64608
64609         * m4/jm-macros.m4: Move df-related tests here from
64610         fileutils/configure.in
64611
64612         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
64613         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
64614
64615         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
64616         s/space/ac_fsusage_space/.
64617         (jm_FILE_SYSTEM_USAGE): Take two parameters.
64618
64619         * m4/ftruncate.m4: New file (derived from part of
64620         fileutils/configure.in).
64621         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
64622         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
64623
64624         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
64625         AC_SUBST these here, rather than just in sh-util/configure.in, so
64626         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
64627         all the same.
64628         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
64629         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
64630         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
64631         (AC_SUBST(POW_LIBM)): Likewise.
64632         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
64633
64634 2000-01-23  Jim Meyering  <meyering@lucent.com>
64635
64636         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
64637         obstack.c.
64638
64639 2000-01-22  Jim Meyering  <meyering@lucent.com>
64640
64641         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
64642
64643         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
64644
64645         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
64646         configure.in
64647         (AC_CHECK_HEADERS): Likewise for sh-utils.
64648         (AC_CHECK_HEADERS): Likewise for textutils.
64649         Merge the three lists of headers.
64650
64651         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
64652         from fileutils' configure.in.
64653
64654         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
64655         code. Moved tests into their own function (_jm_DECL_HEADERS) in
64656         check-decl.m4.
64657
64658         * m4/check-decl.m4: Use #if rather than #ifdef.
64659         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
64660         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
64661         (_jm_DECL_HEADERS): Define new function.
64662         (jm_CHECK_DECLARATIONS): Require it.
64663
64664 2000-01-22  Jim Meyering  <meyering@lucent.com>
64665
64666         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
64667         [! HAVE_DECL_STRTOULL]: Declare strtoull.
64668         Required for some AIX systems.  Reported by Christian Krackowizer.
64669         [TESTING] (main): New function.
64670
64671         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
64672         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
64673         letters.
64674
64675         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
64676         iswprint.
64677
64678         * lib/strverscmp.c (ISDIGIT): Define.
64679         (strverscmp): Use ISDIGIT, not isdigit.
64680
64681 2000-01-19  Jim Meyering  <meyering@lucent.com>
64682
64683         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
64684         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
64685         defines `struct timespec' in <sys/time.h>
64686
64687         * m4/c-bs-a.m4: Remove uses of changequote altogether.
64688         Thanks to Akim for explaining.
64689
64690 2000-01-17  Paul Eggert  <eggert@twinsun.com>
64691
64692         * lib/nanosleep.c (nanosleep):
64693         Don't use SA_INTERRUPT to decide whether to call sigaction, as
64694         POSIX.1 doesn't require SA_INTERRUPT and some systems
64695         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
64696         it's been part of POSIX.1 since day 1 (in 1988).
64697
64698 2000-01-17  Jim Meyering  <meyering@lucent.com>
64699
64700         * lib/interlock: Remove unused file.  Reported by François Pinard.
64701
64702 2000-01-16  Paul Eggert  <eggert@twinsun.com>
64703
64704         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
64705         alert, backslash, formfeed, and vertical tab unnecessarily in
64706         shell quoting style.
64707
64708 2000-01-16  Jim Meyering  <meyering@lucent.com>
64709
64710         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
64711         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
64712         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
64713         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
64714
64715 2000-01-16  Jim Meyering  <meyering@lucent.com>
64716
64717         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
64718         because the latter didn't work.
64719
64720 2000-01-15  Jim Meyering  <meyering@lucent.com>
64721
64722         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
64723         (AC_REPLACE_FUNCS): Add memcpy and memset.
64724         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
64725         Add strpbrk.
64726         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
64727
64728 2000-01-12  Jim Meyering  <meyering@lucent.com>
64729
64730         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
64731         (jm_PREREQ): Use it.
64732         (jm_PREREQ_READUTMP): New macro.
64733         (jm_PREREQ): Use it.
64734
64735 2000-01-11  Paul Eggert  <eggert@twinsun.com>
64736
64737         Quote multibyte characters correctly.
64738         * m4/c-bs-a.m4: New file.
64739         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
64740         (jm_PREREQ): Use it.
64741
64742 2000-01-11  Paul Eggert  <eggert@twinsun.com>
64743
64744         * m4/uintmax_t.m4: Port to autoconf 2.13.
64745
64746 2000-01-08  Jim Meyering  <meyering@ascend.com>
64747
64748         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
64749         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
64750
64751 2000-01-04  Jim Meyering  <meyering@ascend.com>
64752
64753         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
64754         jm_STRUCT_DIRENT_D_TYPE.
64755         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
64756         jm_STRUCT_DIRENT_D_INO.
64757         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
64758         jm_STRUCT_UTIMBUF.
64759         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
64760         renamings.
64761         * m4/utime.m4: Likewise.
64762
64763         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
64764         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
64765
64766 2000-01-03  Paul Eggert  <eggert@twinsun.com>
64767
64768         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
64769         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
64770
64771 2000-01-02  Jim Meyering  <meyering@ascend.com>
64772
64773         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
64774         remember if this is necessary.
64775
64776 1999-12-26  Jim Meyering  <meyering@ascend.com>
64777
64778         * m4/jm-macros.m4: Use it here.
64779         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
64780
64781 1999-12-23  Jim Meyering  <meyering@ascend.com>
64782
64783         * m4/jm-macros.m4: Check for clock_gettime (moved from
64784         fileutils/configure.in)
64785         Check for gettimeofday.
64786
64787 1999-12-20  Jim Meyering  <meyering@ascend.com>
64788
64789         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
64790         autoconf-2.14a-1999-12-20.
64791
64792 1999-12-19  Jim Meyering  <meyering@ascend.com>
64793
64794         * m4/lstat-slash.m4: New file.
64795         * m4/jm-macros.m4: Use the new macro:
64796         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64797
64798 1999-12-07  Jim Meyering  <meyering@ascend.com>
64799
64800         * m4/perl.m4: Require that File::Compare be available, too.
64801         Too many systems seem to lack it.
64802
64803         * m4/strftime.m4: Add checks for most of the cpp macros tested in
64804         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
64805
64806 1999-11-18  Paul Eggert  <eggert@twinsun.com>
64807
64808         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
64809         problem with the QNX 4.25 shell, which doesn't propagate exit
64810         status of failed commands inside shell assignments.
64811
64812 1999-11-17  Jim Meyering  <meyering@ascend.com>
64813
64814         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
64815
64816 1999-11-07  Jim Meyering  <meyering@ascend.com>
64817
64818         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
64819
64820 1999-11-06  Jim Meyering  <meyering@ascend.com>
64821
64822         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
64823         * m4/jm-macros.m4 (jm_MACROS): Use it here.
64824
64825 1999-11-05  Jim Meyering  <meyering@ascend.com>
64826
64827         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
64828         configure.in of textutils, fileutils, and sh-utils into this one
64829         (shared between those packages) file.
64830         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
64831         AC_STRUCT_ST_BLKSIZE.
64832
64833 1999-11-03  Jim Meyering  <meyering@ascend.com>
64834
64835         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
64836         of AC_CHECK_TYPE checks includes unistd.h.
64837         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
64838         Suggestion from Akim Demaille.
64839
64840 1999-10-30  Jim Meyering  <meyering@ascend.com>
64841
64842         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
64843         m4-quoted string.
64844         * m4/ls-mntd-fs.m4: Likewise.
64845         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
64846         * m4/jm-winsz1.m4: Likewise.
64847
64848         * m4/const.m4: Remove file, since the fix made it into the experimental
64849         version of autoconf.
64850         * m4/mktime.m4: Likewise.
64851
64852         * m4/check-type.m4: Remove file, now that the latest version of
64853         AC_CHECK_TYPE takes a third arg to specify additional #includes.
64854
64855         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
64856         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
64857         AC_CHECK_TYPE.
64858
64859 1999-10-04  Jim Meyering  <meyering@ascend.com>
64860
64861         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
64862
64863 1999-09-22  Paul Eggert  <eggert@twinsun.com>
64864
64865         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
64866         2.95.1 bug with HP-UX 10.20.
64867
64868 1999-09-17  Jim Meyering  <meyering@ascend.com>
64869
64870         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
64871         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
64872         due to missing strdup (against sh-utils-2.0).
64873
64874 1999-08-29  Jim Meyering  <meyering@ascend.com>
64875
64876         * m4/jm-macros.m4: Require jm_BISON.
64877         * m4/bison.m4: New file.
64878
64879 1999-08-17  Paul Eggert  <eggert@twinsun.com>
64880
64881         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
64882         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
64883
64884 1999-08-05  Jim Meyering  <meyering@ascend.com>
64885
64886         * m4/getline.m4: Rename test file from conftestdata to conftest.data
64887         to avoid conflicts with `conftest' on 8+3 filesystems.
64888         Suggestion from Eli Zaretskii.
64889
64890 1999-08-04  Jim Meyering  <meyering@ascend.com>
64891
64892         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
64893         fileutils and sh-utils (textutils's getline test was inadequate).
64894         (AM_FUNC_GETLINE): Run this test.
64895         (AC_CHECK_FUNCS): Check for getdelim.
64896         Reported by Bob Proulx.
64897
64898 1999-08-02  Jim Meyering  <meyering@ascend.com>
64899
64900         * m4/jm-macros.m4: Add a comment.
64901
64902 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64903
64904         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
64905         <inttypes.h> defines strtoumax as a macro (and not as a
64906         function).
64907
64908 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64909
64910         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
64911         that we can shift, multiply and divide unsigned long long
64912         values; Ultrix cc can't do it.
64913
64914 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64915
64916         * m4/mktime.m4: New file, which is a preview of what should appear
64917         in the next public autoconf release.
64918
64919 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64920
64921         * m4/lfs.m4: Remove this file.
64922         * m4/largefile.m4: New file.  It contains the old contents of
64923         lfs.m4, except that all names with prefix AC_LFS have been
64924         changed to use the prefix AC_SYS_LARGEFILE instead, to be
64925         compatible with future autoconf versions.  Also, some minor m4
64926         quoting problems have been fixed.
64927
64928 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64929
64930         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
64931         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
64932         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
64933         and simplify the shell code.
64934
64935 1999-08-01  Jim Meyering  <meyering@ascend.com>
64936
64937         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
64938         m4.
64939
64940 1999-07-20  Jim Meyering  <meyering@ascend.com>
64941
64942         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
64943
64944 1999-07-15  Jim Meyering  <meyering@ascend.com>
64945
64946         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
64947
64948 1999-05-22  Jim Meyering  <meyering@ascend.com>
64949
64950         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
64951
64952 1999-05-20  Jim Meyering  <meyering@ascend.com>
64953
64954         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
64955         Add a colon after each `then' in case $4 is empty.
64956
64957 1999-05-16  Jim Meyering  <meyering@ascend.com>
64958
64959         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
64960
64961 1999-05-10  Jim Meyering  <meyering@ascend.com>
64962
64963         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
64964
64965         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
64966         AC_FUNC_MKTIME.
64967
64968 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
64969
64970         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
64971
64972 1999-05-04  Paul Eggert  <eggert@twinsun.com>
64973
64974         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
64975         not CPPFLAGS, so that linking works correctly in IRIX.
64976
64977 1999-04-30  Paul Eggert  <eggert@twinsun.com>
64978
64979         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
64980
64981 1999-04-20  Paul Eggert  <eggert@twinsun.com>
64982
64983         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
64984         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
64985         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
64986         jm_AC_TYPE_UNSIGNED_LONG_LONG.
64987         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
64988
64989         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
64990
64991 1999-04-20  Jim Meyering  <meyering@ascend.com>
64992
64993         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
64994         AC_REPLACE xstroull if necessary.  From Paul Eggert.
64995         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
64996
64997 1999-04-18  Jim Meyering  <meyering@ascend.com>
64998
64999         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
65000         * m4/jm-macros.m4: Use it.
65001
65002 1999-04-06  Jim Meyering  <meyering@ascend.com>
65003
65004         * m4/strftime.m4: Remove test for %f.
65005
65006 1999-03-29  Jim Meyering  <meyering@ascend.com>
65007
65008         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
65009         superset of the AC_TYPE_* checks in the textutils, fileutils,
65010         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
65011         AC_TYPE_PID_T.
65012
65013 1999-03-28  Jim Meyering  <meyering@ascend.com>
65014
65015         * m4/jm-macros.m4: Define GNU_PACKAGE here.
65016         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
65017         replaced e.g., in the *.sh files of the sh-utils.
65018
65019 1999-03-20  Jim Meyering  <meyering@ascend.com>
65020
65021         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
65022         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
65023         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
65024
65025 1999-03-19  Jim Meyering  <meyering@ascend.com>
65026
65027         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
65028
65029 1999-03-12  Jim Meyering  <meyering@ascend.com>
65030
65031         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
65032
65033 1999-03-07  Jim Meyering  <meyering@ascend.com>
65034
65035         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
65036         declared.
65037
65038 1999-02-17  Jim Meyering  <meyering@ascend.com>
65039
65040         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
65041         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
65042
65043 1999-02-07  Jim Meyering  <meyering@ascend.com>
65044
65045         * m4/group-member.m4: New file -- extracted from sh-utils'
65046         configure.in.
65047
65048         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
65049         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
65050
65051 1999-02-06  Jim Meyering  <meyering@ascend.com>
65052
65053         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
65054         * m4/fnmatch.m4: Likewise.
65055         * m4/getgroups.m4: Likewise.
65056         * m4/lstat.m4: Likewise.
65057         * m4/malloc.m4: Likewise.
65058         * m4/putenv.m4: Likewise.
65059         * m4/realloc.m4: Likewise.
65060         * m4/regex.m4: Likewise.
65061         * m4/stat.m4: Likewise.
65062         * m4/strftime.m4: Likewise.
65063         Suggestion from Alain Magloire.
65064
65065         * m4/chown.m4: Use `.$ac_objext', not `.o'.
65066         * m4/fnmatch.m4: Likewise.
65067         * m4/getgroups.m4: Likewise.
65068         * m4/getline.m4: Likewise.
65069         * m4/lstat.m4: Likewise.
65070         * m4/malloc.m4: Likewise.
65071         * m4/memcmp.m4: Likewise.
65072         * m4/putenv.m4: Likewise.
65073         * m4/realloc.m4: Likewise.
65074         * m4/regex.m4: Likewise.
65075         * m4/stat.m4: Likewise.
65076         * m4/strftime.m4: Likewise.
65077         Suggestion from Alain Magloire.
65078
65079         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
65080         an argument.
65081
65082         * m4/regex.m4: Add a run-time Test for proper operation of
65083         re_compile_pattern.
65084
65085 1999-01-31  Jim Meyering  <meyering@ascend.com>
65086
65087         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
65088
65089 1999-01-30  Jim Meyering  <meyering@ascend.com>
65090
65091         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
65092
65093         * m4/jm-mktime.m4: Make this a wrapper around the official
65094         AM_FUNC_MKTIME rather than my private copy, now that the official one
65095         is up to date.
65096         * m4/mktime.m4: Remove file.
65097
65098         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
65099         * m4/uptime.m4: Likewise.
65100         * m4/uintmax_t.m4: Likewise.
65101
65102 1999-01-28  Jim Meyering  <meyering@ascend.com>
65103
65104         * m4/jm-macros.m4: Use jm_AFS.
65105         * m4/afs.m4: New file (from fileutils' configure.in).
65106
65107         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
65108         * m4/chown.m4: Likewise.
65109         * m4/d-ino.m4: Likewise.
65110         * m4/d-type.m4: Likewise.
65111         * m4/fnmatch.m4: Likewise.
65112         * m4/getgroups.m4: Likewise.
65113         * m4/gettext.m4: Likewise.
65114         * m4/jm-mktime.m4: Likewise.
65115         * m4/jm-winsz2.m4: Likewise.
65116         * m4/lcmessage.m4: Likewise.
65117         * m4/ls-mntd-fs.m4: Likewise.
65118         * m4/malloc.m4: Likewise.
65119         * m4/memcmp.m4: Likewise.
65120         * m4/putenv.m4: Likewise.
65121         * m4/realloc.m4: Likewise.
65122         * m4/st_mtim.m4: Likewise.
65123         * m4/strftime.m4: Likewise.
65124
65125 1999-01-16  Jim Meyering  <meyering@ascend.com>
65126
65127         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
65128         (ARGMATCH_DIE_DECL): Define.
65129
65130 1999-01-12  Jim Meyering  <meyering@ascend.com>
65131
65132         * m4/Makefile.am.in: Rewrite to avoid using fmt.
65133         Reported by Lars Hecking.
65134
65135 1999-01-10  Jim Meyering  <meyering@ascend.com>
65136
65137         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
65138         gross kludge.
65139         * m4/inttypes_h.m4: Likewise.
65140         * m4/lstat.m4: Likewise.
65141         * m4/malloc.m4: Likewise.
65142         * m4/readdir.m4: Likewise.
65143         * m4/realloc.m4: Likewise.
65144         * m4/st_dm_mode.m4: Likewise.
65145         * m4/stat.m4: Likewise.
65146         * m4/utimbuf.m4: Likewise.
65147         * m4/utimes.m4: Likewise.
65148
65149         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
65150         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
65151         comments in config.h.in are meaningful.
65152
65153         * m4/jm-macros.m4: Require autoconf-2.13 here.
65154
65155         * m4/regex.m4: By default, don't use the included regex.c on systems
65156         with glibc 2.  Suggestion from Uli Drepper.
65157
65158 1999-01-02  Jim Meyering  <meyering@ascend.com>
65159
65160         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
65161
65162 1998-12-18  Jim Meyering  <meyering@ascend.com>
65163
65164         * m4/Makefile.am.in (Makefile.am): Simplify rule.
65165         Based on a suggestion from Lars Hecking.
65166
65167 1998-11-16  Paul Eggert  <eggert@twinsun.com>
65168
65169         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
65170
65171 1998-11-16  Jim Meyering  <meyering@ascend.com>
65172
65173         * m4/lfs.m4: Double-quote the `uname...` expression.
65174
65175 1998-11-14  Jim Meyering  <meyering@ascend.com>
65176
65177         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
65178         * m4/stat.m4: Likewise.
65179
65180 1998-11-03  Jim Meyering  <meyering@ascend.com>
65181
65182         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
65183         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
65184
65185 1998-10-18  Jim Meyering  <meyering@ascend.com>
65186
65187         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
65188
65189 1998-10-17  Jim Meyering  <meyering@ascend.com>
65190
65191         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
65192         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
65193         calls for those previously hard-coded headers.  Instead, take a new
65194         parameter.
65195         (jm_CHECK_DECLARATIONS): Reflect interface change.
65196         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
65197         (jm_CHECK_DECL_LOCALTIME_R): New macro.
65198
65199         * m4/mktime.m4: Test for spring-forward gap before long-running test.
65200
65201 1998-10-14  Jim Meyering  <meyering@ascend.com>
65202
65203         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
65204         instead of "TZ=America/Vancouver".  From Paul Eggert.
65205
65206 1998-10-11  Jim Meyering  <meyering@ascend.com>
65207
65208         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
65209         This adds a test for a recently added compatibility fix for mktime.c.
65210         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
65211
65212 1998-09-27  Jim Meyering  <meyering@ascend.com>
65213
65214         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
65215
65216         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
65217         ../configure.in, including a change from Gordon Matzigkeit to allow
65218         cross-compiling for the Hurd.
65219
65220         * m4/glibc.m4: New file/macro to test for the GNU C Library
65221         versions 1 and 2.  From Gordon Matzigkeit.
65222         Indent.
65223
65224 1998-09-21  Jim Meyering  <meyering@ascend.com>
65225
65226         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
65227
65228 1998-08-18  Paul Eggert  <eggert@twinsun.com>
65229
65230         Port nanosecond-resolution times to UnixWare 2.1.2 and
65231         pedantic Solaris 2.6.
65232
65233         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
65234         AC_STRUCT_ST_MTIM.
65235         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
65236         Generate name of ns member, instead of just 1 or undef.
65237         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
65238
65239 1998-08-15  Jim Meyering  <meyering@ascend.com>
65240
65241         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
65242         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
65243         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
65244         instead of jm_TYPE_SSIZE_T.
65245
65246 1998-08-12  Jim Meyering  <meyering@ascend.com>
65247
65248         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
65249
65250 1998-08-02  Jim Meyering  <meyering@ascend.com>
65251
65252         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
65253         in acconfig.h manually.
65254
65255 1998-07-31  Paul Eggert  <eggert@twinsun.com>
65256
65257         * m4/st_mtim.m4: New file.
65258
65259 1998-07-28  Jim Meyering  <meyering@ascend.com>
65260
65261         * m4/utimes.m4: Undef stat.
65262
65263 1998-07-25  Jim Meyering  <meyering@ascend.com>
65264
65265         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
65266         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
65267
65268 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
65269
65270         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
65271         uid and gid actually remain unchanged.
65272
65273 1998-07-07  Jim Meyering  <meyering@ascend.com>
65274
65275         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
65276
65277 1998-07-04  Jim Meyering  <meyering@ascend.com>
65278
65279         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
65280         to prove that this macro can be used in packages without regex.c.
65281
65282 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
65283
65284         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
65285         is to be used.
65286
65287 1998-07-03  Jim Meyering  <meyering@ascend.com>
65288
65289         * m4/gettext.m4: Add -lintl if it's found to be necessary.
65290
65291         * m4/gettext.m4: New file -- from gettext-0.10.35.
65292         * m4/lcmessage.m4: Likewise.
65293         * m4/progtest.m4: Likewise.
65294
65295         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
65296         * m4/jm-macros.m4: Require the new macro.
65297
65298 1998-06-29  Jim Meyering  <meyering@ascend.com>
65299
65300         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
65301         for the definition of NGROUPS (used in a system header included
65302         by sys/mount.h).
65303
65304 1998-06-28  Jim Meyering  <meyering@ascend.com>
65305
65306         * m4/ls-mntd-fs.m4: New file.
65307         * m4/fstypename.m4: New file.
65308
65309         * m4/jm-macros.m4: Require the new macro.
65310         * m4/jm-glibc-io.m4: New file.
65311
65312 1998-05-19  Jim Meyering  <meyering@ascend.com>
65313
65314         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
65315         * m4/lchown.m4: New file.
65316
65317         * m4/Makefile.am.in: New file.
65318         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
65319
65320 1998-05-14  Jim Meyering  <meyering@ascend.com>
65321
65322         * m4/Makefile.am (EXTRA_DIST): Add them.
65323         * m4/jm-macros.m4: New file.
65324         * m4/utimbuf.m4: New file.
65325
65326 1998-05-12  Jim Meyering  <meyering@ascend.com>
65327
65328         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
65329
65330 1998-05-11  Jim Meyering  <meyering@ascend.com>
65331
65332         * m4/isc-posix.m4: New file.
65333
65334 1998-05-10  Jim Meyering  <meyering@ascend.com>
65335
65336         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
65337
65338 1998-05-09  Jim Meyering  <meyering@ascend.com>
65339
65340         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
65341         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
65342         with automake.
65343
65344         * m4/ssize_t.m4: New file.
65345         * m4/mktime.m4: Remove file -- the new automake has this now.
65346
65347 1998-04-26  Jim Meyering  <meyering@ascend.com>
65348
65349         * m4/assert.m4: New file.
65350         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
65351
65352 1998-04-05  Jim Meyering  <meyering@ascend.com>
65353
65354         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
65355         (jm_PREREQ): Use it here.
65356
65357 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
65358
65359         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
65360         in acconfig.h.
65361
65362 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
65363
65364         * m4/prereq.m4: New file.
65365         * m4/error.m4: New file.
65366         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
65367
65368 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
65369
65370         * m4/getline.m4: Don't set am_cv_func_working_getline before the
65371         cache-check for the same variable -- that defeated the purpose of
65372         the test; the test program was never run.  This was a problem only
65373         on systems with losing getline functions -- HP-UX 10.20 is one.
65374         Reported by Bjorn Helgaas.
65375
65376 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
65377
65378         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
65379
65380 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
65381
65382         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
65383
65384         * m4/const.m4: New file.  Use an initializer in this declaration
65385         typedef int charset[2]; const charset x;
65386         Reported by Bob Glickstein.
65387
65388 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
65389
65390         * m4/chown.m4: Fix reversed types on -1 args to chown.
65391         From Kaveh Ghazi.
65392
65393 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
65394
65395         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
65396         Add lseek and memchr.
65397
65398         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
65399         T.E.Dickey <dickey@clark.net> said that some older preprocessors
65400         have a 20-character limit on names.
65401
65402 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
65403
65404         * m4/inttypes_h.m4: New file.
65405         * m4/uintmax_t.m4: New file.
65406         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
65407
65408
65409         -----
65410
65411         Local Variables:
65412         coding: utf-8
65413         End:
65414
65415         Copyright (C) 1997-2010 Free Software Foundation, Inc.
65416
65417         Copying and distribution of this file, with or without
65418         modification, are permitted provided the copyright notice
65419         and this notice are preserved.